Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
checkMapMaybe :: HasCallStack => (a -> Maybe b) -> Parser a -> Parser bopt-env-conf OptEnvConf.Parser Like checkMapEither but without a helpful error message. Prefer checkMapEither.
checkMapMaybeForgivable :: HasCallStack => (a -> Maybe b) -> Parser a -> Parser bopt-env-conf OptEnvConf.Parser Like checkMapMaybe, but allow trying the other side of any alternative if the result is Nothing.
checkMaybe :: HasCallStack => (a -> Maybe a) -> Parser a -> Parser aopt-env-conf OptEnvConf.Parser Like checkMapMaybe but without changing the type
mapMaybeBuilder :: (BuildInstruction a -> Maybe (BuildInstruction b)) -> Builder a -> Builder bopt-env-conf OptEnvConf.Setting No documentation available.
makeRelativeMaybe :: (System os, FileDir fd) => AbsDir os -> AbsPath os fd -> Maybe (RelPath os fd)pathtype System.Path No documentation available.
makeRelativeMaybe :: (System os, FileDir fd) => AbsDir os -> AbsPath os fd -> Maybe (RelPath os fd)pathtype System.Path.Generic No documentation available.
-
persistent-mtl Database.Persist.Sql.Shim No documentation available.
-
persistent-mtl Database.Persist.Sql.Shim The Maybe keyword goes after the type. This indicates that the column is nullable, and the generated Haskell code will have a Maybe type for it. Example:
User name Text Maybe
isFieldMaybe :: FieldDef -> Boolpersistent-mtl Database.Persist.Sql.Shim Check if the field is `Maybe a`
-
persistent-redis Database.Persist.Redis No documentation available.