Idris2Doc : Data.Container.Additive.Properties.Definitions

Data.Container.Additive.Properties.Definitions

(source)

Definitions

dataInterfaceOnPositions : AddCont-> (Type->Type) ->Type
  Convenience datatype storing the property that
an additive container `c` has an interface `i` on its positions

Totality: total
Visibility: public export
Constructor: 
MkI : ((s : c.Shp) ->i (c.Poss)) =>InterfaceOnPositionsci
  For every shape s the set of positions c.Pos s has that interface
dataIsFlat : AddCont->Type
Totality: total
Visibility: public export
Constructor: 
MkIsFlat : (p : Type) -> {automon : ComMonoidp} ->IsFlat (MkAddCont (Constp))