Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. maybeFieldDefMigrate :: Migration

    persistent-test MaybeFieldDefsTest

    No documentation available.

  2. maybeOwnedPetName :: MaybeOwnedPetGeneric backend -> !Text

    persistent-test PersistentTestModels

    No documentation available.

  3. maybeOwnedPetOwnerId :: MaybeOwnedPetGeneric backend -> !Maybe (Key (PersonGeneric backend))

    persistent-test PersistentTestModels

    No documentation available.

  4. maybeOwnedPetType :: MaybeOwnedPetGeneric backend -> !PetType

    persistent-test PersistentTestModels

    No documentation available.

  5. maybeReader :: (String -> Maybe a) -> ReadM a

    simple-cmd-args SimpleCmdArgs

    Convert a function producing a Maybe into a reader.

  6. maybeReify :: forall s (f :: Type -> Type) l . (Projectable (->) s f, Steppable (->) l (FreeF f s), Functor f) => Algebra (->) Maybe (s -> l)

    yaya Yaya.Applied

    Turns part of a structure inductive, so it can be analyzed, without forcing the entire tree.

  7. maybeTakeNext :: Day Maybe (XNor a) (Maybe a) -> Maybe a

    yaya Yaya.Fold.Common

    No documentation available.

  8. maybe_ :: SqlDeconstructMaybe be a nonNullA s => QGenExpr ctxt be s y -> (nonNullA -> QGenExpr ctxt be s y) -> a -> QGenExpr ctxt be s y

    beam-core Database.Beam.Query

    Given an object (third argument) which may or may not be null, return the default value if null (first argument), or transform the value that could be null to yield the result of the expression (second argument)

  9. maybeType :: DataType be a -> DataType be (Maybe a)

    beam-core Database.Beam.Query.DataTypes

    Haskell requires DataTypes to match exactly. Use this function to convert a DataType that expects a concrete value to one expecting a Maybe

  10. maybeGen :: Gen a -> Gen (Maybe a)

    checkers Test.QuickCheck.Instances.Maybe

    No documentation available.

Page 48 of many | Previous | Next