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. Fixity :: SourceText -> Int -> FixityDirection -> Fixity

    ghc GHC.Types.Fixity

    No documentation available.

  2. data FixityDirection

    ghc GHC.Types.Fixity

    No documentation available.

  3. Infix :: LexicalFixity

    ghc GHC.Types.Fixity

    No documentation available.

  4. InfixL :: FixityDirection

    ghc GHC.Types.Fixity

    No documentation available.

  5. InfixN :: FixityDirection

    ghc GHC.Types.Fixity

    No documentation available.

  6. InfixR :: FixityDirection

    ghc GHC.Types.Fixity

    No documentation available.

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

  8. Prefix :: LexicalFixity

    ghc GHC.Types.Fixity

    No documentation available.

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

    ghc GHC.Types.Fixity

    No documentation available.

  10. defaultFixity :: Fixity

    ghc GHC.Types.Fixity

    No documentation available.

Page 87 of many | Previous | Next