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.

  1. makeRelativeMaybe :: (System os, FileDir fd) => AbsDir os -> AbsPath os fd -> Maybe (RelPath os fd)

    pathtype System.Path.Generic

    No documentation available.

  2. ByMaybeAttr :: WhyNullable

    persistent-mtl Database.Persist.Sql.Shim

    No documentation available.

  3. FieldAttrMaybe :: FieldAttr

    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
    

  4. isFieldMaybe :: FieldDef -> Bool

    persistent-mtl Database.Persist.Sql.Shim

    Check if the field is `Maybe a`

  5. ByMaybeAttr :: WhyNullable

    persistent-redis Database.Persist.Redis

    No documentation available.

  6. FieldAttrMaybe :: FieldAttr

    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
    

  7. isFieldMaybe :: FieldDef -> Bool

    persistent-redis Database.Persist.Redis

    Check if the field is `Maybe a`

  8. psMaybe :: MonadReader BridgeData m => m PSType

    purescript-bridge Language.PureScript.Bridge.PSTypes

    Uses type parameters from haskType (bridged).

  9. lookUpVarMaybe :: Typeable a => Env -> Var a -> Maybe a

    quickcheck-dynamic Test.QuickCheck.StateModel

    No documentation available.

  10. suchThatMaybe :: MonadGen m => m a -> (a -> Bool) -> m (Maybe a)

    quickcheck-transformer Test.QuickCheck.GenT

    Tries to generate a value that satisfies a predicate.

Page 286 of many | Previous | Next