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.

  1. funTyFixity :: Fixity

    ghc GHC.Types.Fixity

    No documentation available.

  2. negateFixity :: Fixity

    ghc GHC.Types.Fixity

    No documentation available.

  3. data FixItem

    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

  4. FixItem :: OccName -> Fixity -> FixItem

    ghc GHC.Types.Fixity.Env

    No documentation available.

  5. type FixityEnv = NameEnv FixItem

    ghc GHC.Types.Fixity.Env

    Fixity environment mapping names to their fixities

  6. emptyFixityEnv :: FixityEnv

    ghc GHC.Types.Fixity.Env

    No documentation available.

  7. emptyIfaceFixCache :: OccName -> Maybe Fixity

    ghc GHC.Types.Fixity.Env

    No documentation available.

  8. lookupFixity :: FixityEnv -> Name -> Fixity

    ghc GHC.Types.Fixity.Env

    No documentation available.

  9. mkIfaceFixCache :: [(OccName, Fixity)] -> OccName -> Maybe Fixity

    ghc GHC.Types.Fixity.Env

    Creates cached lookup for the mi_fix_fn field of ModIface

  10. SuggestFixOrphanInst :: Maybe FamFlavor -> GhcHint

    ghc 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

Page 88 of many | Previous | Next