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_pushthread :: State -> IO CIntlua Lua.Primary Pushes the current thread onto the stack. Returns 1 iff this thread is the main thread of its state. https://www.lua.org/manual/5.4/manual.html#lua_pushthread.
lua_tothread :: State -> StackIndex -> IO Statelua Lua.Primary Converts the value at the given index to a Lua thread (represented as State). This value must be a thread; otherwise, the function returns nullPtr. https://www.lua.org/manual/5.4/manual.html#lua_tothread
-
massiv Data.Massiv.Array.Mutable.Atomic Atomically read an Int element from the array
unsafeAtomicReadIntArray :: (Index ix, PrimMonad m) => MArray (PrimState m) P ix Int -> ix -> m Intmassiv Data.Massiv.Array.Unsafe Atomically read an Int element from the array
-
massiv Data.Massiv.Array.Unsafe Read an element at linear row-major index
unsafeRead :: (Manifest r e, Index ix, PrimMonad m) => MArray (PrimState m) r ix e -> ix -> m emassiv Data.Massiv.Array.Unsafe Read an array element
_schemaReadOnly :: Schema -> Maybe Boolopenapi3 Data.OpenApi No documentation available.
_schemaReadOnly :: Schema -> Maybe Boolopenapi3 Data.OpenApi.Internal No documentation available.
class
HasReadOnly s a | s -> aopenapi3 Data.OpenApi.Lens No documentation available.
tryReadUnliftedMVar :: (PrimMonad m, PrimUnlifted a) => UnliftedMVar (PrimState m) a -> m (Maybe a)primitive-unlifted Data.Primitive.Unlifted.MVar No documentation available.