Hoogle Search

Within LTS Haskell 24.8 (ghc-9.10.2)

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

  1. NumArgs :: CInt -> NumArgs

    hslua-core HsLua.Core

    No documentation available.

  2. newtype NumResults

    hslua-core HsLua.Core

    The number of results returned by a function call.

  3. NumResults :: CInt -> NumResults

    hslua-core HsLua.Core

    No documentation available.

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

  5. Number :: Double -> Number

    hslua-core HsLua.Core

    No documentation available.

  6. newtype NumArgs

    hslua-core HsLua.Core.Types

    The number of arguments consumed curing a function call.

  7. NumArgs :: CInt -> NumArgs

    hslua-core HsLua.Core.Types

    No documentation available.

  8. newtype NumResults

    hslua-core HsLua.Core.Types

    The number of results returned by a function call.

  9. NumResults :: CInt -> NumResults

    hslua-core HsLua.Core.Types

    No documentation available.

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

Page 12 of many | Previous | Next