Hoogle Search
Within LTS Haskell 24.25 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc GHC.Types.Fixity No documentation available.
-
ghc GHC.Types.Fixity No documentation available.
-
ghc GHC.Types.Fixity.Env Fixity information for an Name. We keep the OccName in the range so that we can generate an interface from it
FixItem :: OccName -> Fixity -> FixItemghc GHC.Types.Fixity.Env No documentation available.
type
FixityEnv = NameEnv FixItemghc GHC.Types.Fixity.Env Fixity environment mapping names to their fixities
-
ghc GHC.Types.Fixity.Env No documentation available.
emptyIfaceFixCache :: OccName -> Maybe Fixityghc GHC.Types.Fixity.Env No documentation available.
lookupFixity :: FixityEnv -> Name -> Fixityghc GHC.Types.Fixity.Env No documentation available.
mkIfaceFixCache :: [(OccName, Fixity)] -> OccName -> Maybe Fixityghc GHC.Types.Fixity.Env Creates cached lookup for the mi_fix_fn field of ModIface
SuggestFixOrphanInst :: Maybe FamFlavor -> GhcHintghc GHC.Types.Hint Suggests to move an orphan instance (for a typeclass or a type or data family), or to newtype-wrap it. Triggered by: TcRnOrphanInstance Test cases(s): warningsshould_compileT9178 typecheckshould_compileT4912 indexed-typesshould_compileT22717_fam_orph