Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. THCloseQuote :: Token

    haskell-src-exts Language.Haskell.Exts

    No documentation available.

  2. THTCloseQuote :: Token

    haskell-src-exts Language.Haskell.Exts

    ]

  3. THCloseQuote :: Token

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

    No documentation available.

  4. THTCloseQuote :: Token

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

    ]

  5. RPSeq :: l -> [RPat l] -> RPat l

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

    sequence pattern, e.g. (| 1, 2, 3 |)

  6. TyEquals :: l -> Type l -> Type l -> Type l

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

    type equality predicate enabled by ConstraintKinds

  7. data TypeEqn l

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

    A type equation as found in closed type families.

  8. TypeEqn :: l -> Type l -> Type l -> TypeEqn l

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

    No documentation available.

  9. rawequal :: StackIndex -> StackIndex -> LuaE e Bool

    hslua-core HsLua.Core

    Returns True if the two values in indices idx1 and idx2 are primitively equal (that is, without calling the __eq metamethod). Otherwise returns False. Also returns False if any of the indices are not valid. Wraps lua_rawequal.

  10. requiref :: LuaError e => Name -> CFunction -> Bool -> LuaE e ()

    hslua-core HsLua.Core

    If modname is not already present in package.loaded. calls function openf with string modname as an argument and sets the call result in package.loaded[modname], as if that function has been called through require. If glb is true, also stores the module into global modname. Leaves a copy of the module on the stack. See requirehs for a version intended to be used with Haskell actions.

Page 268 of many | Previous | Next