Agda-2.5.2: A dependently typed functional programming language and proof assistant
Agda.Interaction.Monad
Synopsis
type IM = TCMT (InputT IO) #
Interaction monad.
runIM :: IM a -> TCM a #
readline :: String -> IM (Maybe String) #
Line reader. The line reader history is not stored between sessions.