ajhc-0.8.0.7: Haskell compiler that produce binary through C language

Safe HaskellNone

Util.ContextMonad

Documentation

class Monad m => ContextMonad m whereSource

Associated Types

type ContextOf m Source

Methods

withContext :: ContextOf m -> m a -> m aSource