Hoogle Search

Within LTS Haskell 24.37 (ghc-9.10.3)

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

  1. data MaybeFields fields

    opaleye Opaleye.MaybeFields

    The Opaleye analogue of Maybe. A value of type MaybeFields a either contains a value of type a, or it contains nothing.

  2. newtype MaybeVoid# (a :: ZeroBitType)

    unlifted Data.Maybe.Void

    Unboxed variant of Maybe. The thing possibly contained by Just has a void runtime representation. Rather than using a sum, like the more general Maybe# does, this represents Nothing with 0 and Just with 1. It is recommended that the data constructor not be used directly. Prefer the two pattern synonyms.

  3. MaybeVoid# :: forall (a :: ZeroBitType) . Word# -> MaybeVoid# a

    unlifted Data.Maybe.Void

    No documentation available.

  4. newtype MaybeWord16#

    unlifted Data.Maybe.Word16

    No documentation available.

  5. MaybeWord16# :: Word# -> MaybeWord16#

    unlifted Data.Maybe.Word16

    No documentation available.

  6. newtype Maybe# (a :: TYPE r)

    unlifted Data.Unlifted

    Unboxed variant of Maybe.

  7. Maybe# :: forall (r :: RuntimeRep) (a :: TYPE r) . (# (# #) | a #) -> Maybe# a

    unlifted Data.Unlifted

    No documentation available.

  8. MaybeType :: String -> ParsedType

    yeshql-core Database.YeshQL.Parser

    No documentation available.

  9. type family MaybeToList (a :: Maybe Type) :: [Type]

    Spock-api Web.Spock.Api

    No documentation available.

  10. data Maybe' a

    folds Data.Fold.Internal

    Strict Maybe

Page 97 of many | Previous | Next