Home
last modified time | relevance | path

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

/dports/lang/ghc/ghc-8.10.7/compiler/iface/
H A DTcIface.hs1592 Just (mod, get_type_env)
1595 { type_env <- setLclEnv () get_type_env -- yuk
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcRnMonad.hs1883 else Just (mod, get_type_env)
1885 ; get_type_env = readTcRef (tcg_type_env_var tcg_env) } function