Agda.Interaction.Monad
type IM = TCMT (InputT IO) Source #
Interaction monad.
runIM :: IM a -> TCM a Source #
readline :: String -> IM (Maybe String) Source #
Line reader. The line reader history is not stored between sessions.