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. InfixL :: FixityDirection

    ghc GHC

    No documentation available.

  2. InfixN :: FixityDirection

    ghc GHC

    No documentation available.

  3. InfixR :: FixityDirection

    ghc GHC

    No documentation available.

  4. data LexicalFixity

    ghc GHC

    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.

  5. Opt_SuppressModulePrefixes :: GeneralFlag

    ghc GHC

    No documentation available.

  6. Prefix :: LexicalFixity

    ghc GHC

    No documentation available.

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

    ghc GHC

    No documentation available.

  8. dataConIsInfix :: DataCon -> Bool

    ghc GHC

    Should the DataCon be presented infix?

  9. defaultFixity :: Fixity

    ghc GHC

    No documentation available.

  10. depSuffixes :: DynFlags -> [String]

    ghc GHC

    No documentation available.

Page 64 of many | Previous | Next