Idris2Doc : Control.Monad.Indexed.Do

Control.Monad.Indexed.Do

(source)
Provide Do-Notation support for Indexed Monad. Withouth this, the Indexed interfaces use
operators that do not collide with the non-Indexed interfaces.

Definitions

(>>=) : IndexedMonadzm=>maij-> (a->mbjk) ->mbik
Visibility: public export
Fixity Declaration: infixl operator, level 1
(>>) : IndexedMonadzm=>m () ij-> Lazy (mbjk) ->mbik
Visibility: public export
Fixity Declaration: infixl operator, level 1