Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. newtype NumResults

    hslua-core HsLua.Core

    The number of results returned by a function call.

  2. NumResults :: CInt -> NumResults

    hslua-core HsLua.Core

    No documentation available.

  3. newtype Number

    hslua-core HsLua.Core

    The type of floats in Lua. By default this type is Double, but that can be changed in Lua to a single float or a long double. (See LUA_FLOAT_TYPE in luaconf.h.) See lua_Number.

  4. Number :: Double -> Number

    hslua-core HsLua.Core

    No documentation available.

  5. newtype NumArgs

    hslua-core HsLua.Core.Types

    The number of arguments consumed curing a function call.

  6. NumArgs :: CInt -> NumArgs

    hslua-core HsLua.Core.Types

    No documentation available.

  7. newtype NumResults

    hslua-core HsLua.Core.Types

    The number of results returned by a function call.

  8. NumResults :: CInt -> NumResults

    hslua-core HsLua.Core.Types

    No documentation available.

  9. newtype Number

    hslua-core HsLua.Core.Types

    The type of floats in Lua. By default this type is Double, but that can be changed in Lua to a single float or a long double. (See LUA_FLOAT_TYPE in luaconf.h.) See lua_Number.

  10. Number :: Double -> Number

    hslua-core HsLua.Core.Types

    No documentation available.

Page 12 of many | Previous | Next