Agda-2.3.0: A dependently typed functional programming language and proof assistant

Agda.Interaction.Monad

Synopsis

Documentation

type IM = TCMT (InputT IO)Source

Interaction monad.

readline :: String -> IM (Maybe String)Source

Line reader. The line reader history is not stored between sessions.

runIM :: IM a -> TCM aSource