Implement auto-specialisation of imported Ids
[ghc-hetmet.git] / compiler / typecheck / TcRnTypes.lhs
index 253a5c0..17f8d63 100644 (file)
@@ -257,6 +257,7 @@ data TcGblEnv
         tcg_ev_binds  :: Bag EvBind,       -- Top-level evidence bindings
        tcg_binds     :: LHsBinds Id,       -- Value bindings in this module
         tcg_sigs      :: NameSet,          -- ...Top-level names that *lack* a signature
+        tcg_imp_specs :: [LTcSpecPrag],     -- ...SPECIALISE prags for imported Ids
        tcg_warns     :: Warnings,          -- ...Warnings and deprecations
        tcg_anns      :: [Annotation],      -- ...Annotations
        tcg_insts     :: [Instance],        -- ...Instances