• About
  • Snapshots
  • LTS
  • Nightly
  • FAQ
  • Blog

Hoogle Search

Within LTS Haskell 24.58 (ghc-9.10.3)

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

  1. preludeFixities :: [Fixity]

    haskell-src-exts Language.Haskell.Exts.Fixity

    All fixities defined in the Prelude.

  2. KW_Infix :: Token

    haskell-src-exts Language.Haskell.Exts.Lexer

    No documentation available.

  3. KW_InfixL :: Token

    haskell-src-exts Language.Haskell.Exts.Lexer

    No documentation available.

  4. KW_InfixR :: Token

    haskell-src-exts Language.Haskell.Exts.Lexer

    No documentation available.

  5. fixities :: ParseMode -> Maybe [Fixity]

    haskell-src-exts Language.Haskell.Exts.Parser

    list of fixities to be aware of

  6. DHInfix :: l -> TyVarBind l -> Name l -> DeclHead l

    haskell-src-exts Language.Haskell.Exts.Syntax

    infix application of the type/class name to the left operand

  7. IHInfix :: l -> Type l -> QName l -> InstHead l

    haskell-src-exts Language.Haskell.Exts.Syntax

    infix application of the type/class name to the left operand

  8. InfixApp :: l -> Exp l -> QOp l -> Exp l -> Exp l

    haskell-src-exts Language.Haskell.Exts.Syntax

    infix application

  9. InfixConDecl :: l -> Type l -> Name l -> Type l -> ConDecl l

    haskell-src-exts Language.Haskell.Exts.Syntax

    infix data constructor

  10. InfixDecl :: l -> Assoc l -> Maybe Int -> [Op l] -> Decl l

    haskell-src-exts Language.Haskell.Exts.Syntax

    A declaration of operator fixity

Page 123 of many | Previous | Next

Stackage is a service provided by the Haskell Foundation │ Originally developed by FP Complete