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.
-
lua Lua Compares for equality (==)
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.
lua_rawequal :: State -> StackIndex -> StackIndex -> IO LuaBoollua 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
-
lua Lua.Constants Compares for equality (==)
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.
lua_rawequal :: State -> StackIndex -> StackIndex -> IO LuaBoollua 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
-
massiv Data.Massiv.Array Sequence actions in a source array.
-
massiv Data.Massiv.Array Sequence actions in a source array, while discarding the result.
-
massiv Data.Massiv.Core Sequential computation
-
openapi3 Data.OpenApi Describes a single request body.