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. lua_pushthread :: State -> IO CInt

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

  2. lua_tothread :: State -> StackIndex -> IO State

    lua 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

  3. atomicReadIntArray :: (Index ix, PrimMonad m) => MArray (PrimState m) P ix Int -> ix -> m (Maybe Int)

    massiv Data.Massiv.Array.Mutable.Atomic

    Atomically read an Int element from the array

  4. unsafeAtomicReadIntArray :: (Index ix, PrimMonad m) => MArray (PrimState m) P ix Int -> ix -> m Int

    massiv Data.Massiv.Array.Unsafe

    Atomically read an Int element from the array

  5. unsafeLinearRead :: (Manifest r e, Index ix, PrimMonad m) => MArray (PrimState m) r ix e -> Int -> m e

    massiv Data.Massiv.Array.Unsafe

    Read an element at linear row-major index

  6. unsafeRead :: (Manifest r e, Index ix, PrimMonad m) => MArray (PrimState m) r ix e -> ix -> m e

    massiv Data.Massiv.Array.Unsafe

    Read an array element

  7. _schemaReadOnly :: Schema -> Maybe Bool

    openapi3 Data.OpenApi

    No documentation available.

  8. _schemaReadOnly :: Schema -> Maybe Bool

    openapi3 Data.OpenApi.Internal

    No documentation available.

  9. class HasReadOnly s a | s -> a

    openapi3 Data.OpenApi.Lens

    No documentation available.

  10. tryReadUnliftedMVar :: (PrimMonad m, PrimUnlifted a) => UnliftedMVar (PrimState m) a -> m (Maybe a)

    primitive-unlifted Data.Primitive.Unlifted.MVar

    No documentation available.

Page 542 of many | Previous | Next