Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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. maybeLens :: b -> Lens' (Maybe b) b

    proto-lens Data.ProtoLens.Message

    A helper lens for accessing optional fields. This is used as part of code generation, and should generally not be needed explicitly. Note that maybeLens does not satisfy the lens laws, which expect that set l (view l x) == x. For example,

    set (maybeLens 'a') (view (maybeLens 'a') Nothing) == Just 'a'
    
    However, this is the behavior generally expected by users, and only matters if we're explicitly checking whether a field is set.

  6. maybeToEnum :: MessageEnum a => Int -> Maybe a

    proto-lens Data.ProtoLens.Message

    Convert the given Int to an enum value. Returns Nothing if no corresponding value was defined in the .proto file.

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

    simple-cmd-args SimpleCmdArgs

    Convert a function producing a Maybe into a reader.

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

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

    yaya Yaya.Fold.Common

    No documentation available.

  10. 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)

Page 33 of many | Previous | Next