Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. KW_Infix :: Token

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

    No documentation available.

  2. KW_InfixL :: Token

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

    No documentation available.

  3. KW_InfixR :: Token

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

    No documentation available.

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

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

    list of fixities to be aware of

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

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

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

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

    infix application

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

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

    infix data constructor

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

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

    A declaration of operator fixity

  10. InfixMatch :: l -> Pat l -> Name l -> [Pat l] -> Rhs l -> Maybe (Binds l) -> Match l

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

    A clause defined with infix notation, i.e. first its first argument pattern, then the function name, then its following argument(s), the right-hand side and an optional where clause. Note that there can be more than two arguments to a function declared infix, hence the list of pattern arguments.

Page 123 of many | Previous | Next