Hoogle Search

Within LTS Haskell 24.9 (ghc-9.10.2)

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

  1. newtype NumResults

    lua Lua

    The number of results returned by a function call.

  2. NumResults :: CInt -> NumResults

    lua Lua

    No documentation available.

  3. newtype Number

    lua Lua

    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

    lua Lua

    No documentation available.

  5. newtype NumArgs

    lua Lua.Types

    The number of arguments consumed curing a function call.

  6. NumArgs :: CInt -> NumArgs

    lua Lua.Types

    No documentation available.

  7. newtype NumResults

    lua Lua.Types

    The number of results returned by a function call.

  8. NumResults :: CInt -> NumResults

    lua Lua.Types

    No documentation available.

  9. newtype Number

    lua Lua.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

    lua Lua.Types

    No documentation available.

Page 19 of many | Previous | Next