Idris2Doc : Data.CT.DependentPara.Definition

Data.CT.DependentPara.Definition

(source)

Definitions

recordDepParaMor : DepActcm->c.Obj->c.Obj->Type
  Data structure holding the morphisms of dependent para

Totality: total
Visibility: public export
Constructor: 
MkPara : (Param : (m.mapObja) .Obj) ->c.Hom ((depAct.Acta) .mapObjParam) b->DepParaMordepActab

Projections:
.Param : DepParaMordepActab-> (m.mapObja) .Obj
.Run : ({rec:0} : DepParaMordepActab) ->c.Hom ((depAct.Acta) .mapObj (Param{rec:0})) b
.Param : DepParaMordepActab-> (m.mapObja) .Obj
Visibility: public export
Param : DepParaMordepActab-> (m.mapObja) .Obj
Visibility: public export
.Run : ({rec:0} : DepParaMordepActab) ->c.Hom ((depAct.Acta) .mapObj (Param{rec:0})) b
Visibility: public export
Run : ({rec:0} : DepParaMordepActab) ->c.Hom ((depAct.Acta) .mapObj (Param{rec:0})) b
Visibility: public export
DepParaCat : DepActcm->Cat
Visibility: public export
composeParaNotUsed : DepParaMordepActxy->DepParaMordepActyz->DepParaMordepActxz
  We do not define composition or anything else here. This is because, if we
did, we'd have to define a lot of other things, like composition in the
base category, and associators of the monoidal category and actegory
While the type below would be "simple", its full abstract implementation is
not necessary for us