Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcRnMonad.hs29 getEpsVar,
522 getEpsVar :: TcRnIf gbl lcl (TcRef ExternalPackageState)
523 getEpsVar = do { env <- getTopEnv; return (hsc_EPS env) } function
537 eps_var <- getEpsVar
548 eps_var <- getEpsVar