Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. maybeStack :: MonadIO io => Directory -> io (Maybe BuildTool)

    nvim-hs-contrib Neovim.BuildTool

    Check if directory contains a stack.yaml file and return Just Stack in this case.

  2. maybePluginConfig :: MonadIO io => Directory -> io (Maybe BuildTool)

    nvim-hs-ghcid Neovim.Ghcid.Plugin

    No documentation available.

  3. maybeToNullable :: Maybe (Field a) -> FieldNullable a

    opaleye Opaleye.Field

    If the argument is Nothing return NULL otherwise return the provided value coerced to a nullable type.

  4. maybeFields :: Default IfPP b b => b -> (a -> b) -> MaybeFields a -> b

    opaleye Opaleye.Internal.MaybeFields

    The Opaleye analogue of maybe

  5. maybeFieldsExplicit :: IfPP b b' -> b -> (a -> b) -> MaybeFields a -> b'

    opaleye Opaleye.Internal.MaybeFields

    No documentation available.

  6. maybeFieldsToNullable :: MaybeFields (Field a) -> FieldNullable a

    opaleye Opaleye.Internal.MaybeFields

    Convert nothingFields to NULL to a justFields to non-NULL

  7. maybeFieldsToSelect :: SelectArr (MaybeFields a) a

    opaleye Opaleye.Internal.MaybeFields

    The Opaleye analogue of maybeToList. Unless you are using arrow notation you'll probably find catMaybeFields easier to use.

  8. maybeFields :: Default IfPP b b => b -> (a -> b) -> MaybeFields a -> b

    opaleye Opaleye.MaybeFields

    The Opaleye analogue of maybe

  9. maybeFieldsExplicit :: IfPP b b' -> b -> (a -> b) -> MaybeFields a -> b'

    opaleye Opaleye.MaybeFields

    No documentation available.

  10. maybeFieldsToNullable :: MaybeFields (Field a) -> FieldNullable a

    opaleye Opaleye.MaybeFields

    Convert nothingFields to NULL to a justFields to non-NULL

Page 69 of many | Previous | Next