Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. pattern LUA_OPEQ :: OPCode

    lua Lua

    Compares for equality (==)

  2. hsluaL_requiref :: State -> Ptr CChar -> CFunction -> LuaBool -> Ptr StatusCode -> IO ()

    lua Lua

    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.

  3. lua_rawequal :: State -> StackIndex -> StackIndex -> IO LuaBool

    lua Lua

    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. https://www.lua.org/manual/5.4/manual.html#lua_rawequal

  4. pattern LUA_OPEQ :: OPCode

    lua Lua.Constants

    Compares for equality (==)

  5. hsluaL_requiref :: State -> Ptr CChar -> CFunction -> LuaBool -> Ptr StatusCode -> IO ()

    lua Lua.Ersatz.Auxiliary

    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.

  6. lua_rawequal :: State -> StackIndex -> StackIndex -> IO LuaBool

    lua Lua.Primary

    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. https://www.lua.org/manual/5.4/manual.html#lua_rawequal

  7. sequenceA :: forall r ix e r' f . (Source r' (f e), Manifest r e, Index ix, Applicative f) => Array r' ix (f e) -> f (Array r ix e)

    massiv Data.Massiv.Array

    Sequence actions in a source array.

  8. sequenceA_ :: forall r ix e f . (Index ix, Source r (f e), Applicative f) => Array r ix (f e) -> f ()

    massiv Data.Massiv.Array

    Sequence actions in a source array, while discarding the result.

  9. Seq :: Comp

    massiv Data.Massiv.Core

    Sequential computation

  10. data RequestBody

    openapi3 Data.OpenApi

    Describes a single request body.

Page 351 of many | Previous | Next