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. unsafeRead :: forall (n :: Nat) a m . (PrimMonad m, Prim a) => MVector n (PrimState m) a -> Int -> m a

    vector-sized Data.Vector.Primitive.Mutable.Sized

    O(1) Yield the element at a given Int position without bounds checking.

  2. unsafeRead :: forall (n :: Nat) a m . (PrimMonad m, Storable a) => MVector n (PrimState m) a -> Int -> m a

    vector-sized Data.Vector.Storable.Mutable.Sized

    O(1) Yield the element at a given Int position without bounds checking.

  3. unsafeRead :: forall (n :: Nat) a m . (PrimMonad m, Unbox a) => MVector n (PrimState m) a -> Int -> m a

    vector-sized Data.Vector.Unboxed.Mutable.Sized

    O(1) Yield the element at a given Int position without bounds checking.

  4. isCustomTableReady :: IO Bool

    vty Graphics.Vty.UnicodeWidthTable.Install

    Returns True if and only if a custom table has been allocated and marked as ready for use. This function is thread-safe.

  5. olReadExternal :: OptionList a -> Text -> Maybe a

    yesod-form Yesod.Form

    A function mapping from the form's value (optionExternalValue) to the selected Haskell value (optionInternalValue).

  6. olReadExternalGrouped :: OptionList a -> Text -> Maybe a

    yesod-form Yesod.Form

    A function mapping from the form's value (optionExternalValue) to the selected Haskell value (optionInternalValue).

  7. olReadExternal :: OptionList a -> Text -> Maybe a

    yesod-form Yesod.Form.Fields

    A function mapping from the form's value (optionExternalValue) to the selected Haskell value (optionInternalValue).

  8. olReadExternalGrouped :: OptionList a -> Text -> Maybe a

    yesod-form Yesod.Form.Fields

    A function mapping from the form's value (optionExternalValue) to the selected Haskell value (optionInternalValue).

  9. liftReadList2ValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

  10. liftReadListPrec2DefaultValName :: Name

    deriving-compat Data.Deriving.Internal

    No documentation available.

Page 521 of many | Previous | Next