Hoogle Search
Within LTS Haskell 24.49 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
-
persistent-redis Database.Persist.Redis 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-redis Database.Persist.Redis Check if the field is `Maybe a`
psMaybe :: MonadReader BridgeData m => m PSTypepurescript-bridge Language.PureScript.Bridge.PSTypes Uses type parameters from haskType (bridged).
lookUpVarMaybe :: Typeable a => Env -> Var a -> Maybe aquickcheck-dynamic Test.QuickCheck.StateModel No documentation available.
suchThatMaybe :: MonadGen m => m a -> (a -> Bool) -> m (Maybe a)quickcheck-transformer Test.QuickCheck.GenT Tries to generate a value that satisfies a predicate.