ixmonad-0.30: Indexed monads library

Safe HaskellNone

Control.IxMonad.Cond

Documentation

class Cond m whereSource

Associated Types

type AltInv m s t :: ConstraintSource

type Alt m s t Source

Methods

ifM :: AltInv m s t => Bool -> m s a -> m t a -> m (Alt m s t) aSource

Instances

Cond (->) 
Cond IMaybe