Idris2Doc : Control.Category.Records.NatTrans

Control.Category.Records.NatTrans

(source)

Definitions

recordNatTransR : FunctorRcatcat'->FunctorRcatcat'->Type
  A *natural transformation* is a kind of mapping between functors
that's compatible with their behavior.

See `NatTrans` for required laws.

Totality: total
Visibility: public export
Constructor: 
MkNatTransR : NatTrans (cat'.hom) (f.fun) (g.fun) ->NatTransRfg

Projection: 
.fun : NatTransRfg->NatTrans (cat'.hom) (f.fun) (g.fun)
.fun : NatTransRfg->NatTrans (cat'.hom) (f.fun) (g.fun)
Totality: total
Visibility: public export
id : NatTransRff
  The identity natural transformation.

Totality: total
Visibility: public export
(.) : NatTransRgh->NatTransRfg->NatTransRfh
  Binary right-to-left composition of natural transformations.

Totality: total
Visibility: public export
Fixity Declaration: infixr operator, level 9