Home
last modified time | relevance | path

Searched refs:mimicGHCi (Results 1 – 2 of 2) sorted by relevance

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/
H A DMain.hs22 import Agda.Interaction.EmacsTop (mimicGHCi)
107 emacsModeInteractor setup _check = mimicGHCi setup
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Interaction/
H A DEmacsTop.hs2 ( mimicGHCi
49 mimicGHCi :: TCM () -> TCM ()
50 mimicGHCi = repl (liftIO . mapM_ (putStrLn . prettyShow) <=< lispifyResponse) "Agda2> " function