ixmonad-0.15: Indexed monads library
Control.IxMonad.Reader
data HNil'
Constructors
Instances
data HCons' a b
ask :: HCons' a HNil' -> aSource
class Split s t whereSource
Associated Types
type Append s t Source
Methods
split :: Append s t -> (s, t)Source