Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. InfixR :: FixityDirection

    ghc GHC.Types.Fixity

    No documentation available.

  2. data LexicalFixity

    ghc GHC.Types.Fixity

    Captures the fixity of declarations as they are parsed. This is not necessarily the same as the fixity declaration, as the normal fixity may be overridden using parens or backticks.

  3. Prefix :: LexicalFixity

    ghc GHC.Types.Fixity

    No documentation available.

  4. compareFixity :: Fixity -> Fixity -> (Bool, Bool)

    ghc GHC.Types.Fixity

    No documentation available.

  5. defaultFixity :: Fixity

    ghc GHC.Types.Fixity

    No documentation available.

  6. funTyFixity :: Fixity

    ghc GHC.Types.Fixity

    No documentation available.

  7. negateFixity :: Fixity

    ghc GHC.Types.Fixity

    No documentation available.

  8. 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

  9. FixItem :: OccName -> Fixity -> FixItem

    ghc GHC.Types.Fixity.Env

    No documentation available.

  10. type FixityEnv = NameEnv FixItem

    ghc GHC.Types.Fixity.Env

    Fixity environment mapping names to their fixities

Page 87 of many | Previous | Next