Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. data MaxFragmentEnum

    tls Network.TLS

    No documentation available.

  2. EnumFrom :: l -> Exp l -> Exp l

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

    unbounded arithmetic sequence, incrementing by 1: [from ..]

  3. EnumFromThen :: l -> Exp l -> Exp l -> Exp l

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

    unbounded arithmetic sequence, with first two elements given [from, then ..]

  4. EnumFromThenTo :: l -> Exp l -> Exp l -> Exp l -> Exp l

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

    bounded arithmetic sequence, with first two elements given [from, then .. to]

  5. EnumFromTo :: l -> Exp l -> Exp l -> Exp l

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

    bounded arithmetic sequence, incrementing by 1 [from .. to]

  6. TypeNumber :: Type

    hslua-core HsLua.Core

    type of Lua numbers. See Number

  7. fromNumArgs :: NumArgs -> CInt

    hslua-core HsLua.Core

    No documentation available.

  8. fromNumResults :: NumResults -> CInt

    hslua-core HsLua.Core

    No documentation available.

  9. isnumber :: StackIndex -> LuaE e Bool

    hslua-core HsLua.Core

    Returns True if the value at the given index is a number or a string convertible to a number, and False otherwise. Wraps lua_isnumber.

  10. pushnumber :: Number -> LuaE e ()

    hslua-core HsLua.Core

    Pushes a float with the given value onto the stack. Wraps lua_pushnumber.

Page 187 of many | Previous | Next