Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
maybeToNullable :: Maybe (Field a) -> FieldNullable aopaleye Opaleye.Field If the argument is Nothing return NULL otherwise return the provided value coerced to a nullable type.
maybeFields :: Default IfPP b b => b -> (a -> b) -> MaybeFields a -> bopaleye Opaleye.Internal.MaybeFields The Opaleye analogue of maybe
maybeFieldsExplicit :: IfPP b b' -> b -> (a -> b) -> MaybeFields a -> b'opaleye Opaleye.Internal.MaybeFields No documentation available.
maybeFieldsToNullable :: MaybeFields (Field a) -> FieldNullable aopaleye Opaleye.Internal.MaybeFields Convert nothingFields to NULL to a justFields to non-NULL
maybeFieldsToSelect :: SelectArr (MaybeFields a) aopaleye Opaleye.Internal.MaybeFields The Opaleye analogue of maybeToList. Unless you are using arrow notation you'll probably find catMaybeFields easier to use.
maybeFields :: Default IfPP b b => b -> (a -> b) -> MaybeFields a -> bopaleye Opaleye.MaybeFields The Opaleye analogue of maybe
maybeFieldsExplicit :: IfPP b b' -> b -> (a -> b) -> MaybeFields a -> b'opaleye Opaleye.MaybeFields No documentation available.
maybeFieldsToNullable :: MaybeFields (Field a) -> FieldNullable aopaleye Opaleye.MaybeFields Convert nothingFields to NULL to a justFields to non-NULL
maybeFieldsToSelect :: SelectArr (MaybeFields a) aopaleye Opaleye.MaybeFields The Opaleye analogue of maybeToList. Unless you are using arrow notation you'll probably find catMaybeFields easier to use.
maybeReader :: (String -> Maybe a) -> Reader aopt-env-conf OptEnvConf