Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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 maybeReader :: (String -> Maybe a) -> Reader aopt-env-conf OptEnvConf.Reader maybePath :: (AbsRel ar, FileDir fd) => String -> Maybe (Path ar fd)pathtype System.Path Deprecated: Use Path.maybe instead.
maybePath :: (System os, AbsRel ar, FileDir fd) => String -> Maybe (Path os ar fd)pathtype System.Path.Generic Deprecated: Use Path.maybe instead.
maybePath :: (AbsRel ar, FileDir fd) => String -> Maybe (Path ar fd)pathtype System.Path.Posix Deprecated: Use Path.maybe instead.
maybePath :: (AbsRel ar, FileDir fd) => String -> Maybe (Path ar fd)pathtype System.Path.Windows Deprecated: Use Path.maybe instead.