Home
last modified time | relevance | path

Searched refs:optGHCiInteraction (Results 1 – 4 of 4) sorted by relevance

/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Interaction/Highlighting/LaTeX/
H A DBackend.hs32 , CommandLineOptions ( optGHCiInteraction, optPragmaOptions )
131 outDir = case (mSrcFileName, optGHCiInteraction options) of
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/TypeChecking/Monad/
H A DCaching.hs136 whenM (optGHCiInteraction <$> commandLineOptions) $
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/
H A DMain.hs143 , [ FrontEndEmacs | optGHCiInteraction opts ]
/dports/math/hs-Agda/Agda-2.6.2/src/full/Agda/Interaction/Options/
H A DBase.hs107 , optGHCiInteraction :: Bool function
245 , optGHCiInteraction = False function
550 ghciInteractionFlag o = return $ o { optGHCiInteraction = True }