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.
-
haskell-src-exts Language.Haskell.Exts.Lexer No documentation available.
-
haskell-src-exts Language.Haskell.Exts.Lexer No documentation available.
-
haskell-src-exts Language.Haskell.Exts.Lexer No documentation available.
fixities :: ParseMode -> Maybe [Fixity]haskell-src-exts Language.Haskell.Exts.Parser list of fixities to be aware of
DHInfix :: l -> TyVarBind l -> Name l -> DeclHead lhaskell-src-exts Language.Haskell.Exts.Syntax infix application of the type/class name to the left operand
IHInfix :: l -> Type l -> QName l -> InstHead lhaskell-src-exts Language.Haskell.Exts.Syntax infix application of the type/class name to the left operand
InfixApp :: l -> Exp l -> QOp l -> Exp l -> Exp lhaskell-src-exts Language.Haskell.Exts.Syntax infix application
InfixConDecl :: l -> Type l -> Name l -> Type l -> ConDecl lhaskell-src-exts Language.Haskell.Exts.Syntax infix data constructor
InfixDecl :: l -> Assoc l -> Maybe Int -> [Op l] -> Decl lhaskell-src-exts Language.Haskell.Exts.Syntax A declaration of operator fixity
InfixMatch :: l -> Pat l -> Name l -> [Pat l] -> Rhs l -> Maybe (Binds l) -> Match lhaskell-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.