Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

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

  1. class ToMaybeKind a

    haskell-src-meta Language.Haskell.Meta.Syntax.Translate

    No documentation available.

  2. toMaybeKind :: ToMaybeKind a => a -> Maybe Kind

    haskell-src-meta Language.Haskell.Meta.Syntax.Translate

    No documentation available.

  3. intMapMaybe :: Int -> T (IntMap elem) (Maybe elem)

    data-accessor Data.Accessor.Container

    No documentation available.

  4. mapMaybe :: Ord key => key -> T (Map key elem) (Maybe elem)

    data-accessor Data.Accessor.Container

    Treats a finite map like an infinite map, where all undefined elements are Nothing and defined elements are Just.

  5. bigNatToWordMaybe# :: BigNat# -> (# (# #) | Word# #)

    ghc-bignum GHC.Num.BigNat

    Convert a BigNat into a Word# if it fits

  6. naturalToWordMaybe# :: Natural -> (# (# #) | Word# #)

    ghc-bignum GHC.Num.Natural

    Try downcasting Natural to Word value. Returns (##) if value doesn't fit in Word.

  7. withNewWordArrayTrimmedMaybe# :: Int# -> (MutableWordArray# RealWorld -> State# RealWorld -> (# State# RealWorld, Bool# #)) -> (# (# #) | WordArray# #)

    ghc-bignum GHC.Num.WordArray

    Create a new WordArray# of the given size (*in Word#*), apply the action to it. If the action returns true#, trim its most significant zeroes, then return it frozen. Otherwise, return ().

  8. VariantClassMaybe :: VariantClass

    gi-glib GI.GLib.Enums

    The GVariant is a maybe-typed value.

  9. variantTypeIsMaybe :: (HasCallStack, MonadIO m) => VariantType -> m Bool

    gi-glib GI.GLib.Structs.VariantType

    Determines if the given type is a maybe type. This is true if the type string for type starts with an 'm'. This function returns True for any indefinite type for which every definite subtype is a maybe type -- G_VARIANT_TYPE_MAYBE, for example.

  10. variantTypeNewMaybe :: (HasCallStack, MonadIO m) => VariantType -> m VariantType

    gi-glib GI.GLib.Structs.VariantType

    Constructs the type corresponding to a maybe instance containing type type or Nothing. It is appropriate to call variantTypeFree on the return value.

Page 156 of many | Previous | Next