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.
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.
maybePluginConfig :: MonadIO io => Directory -> io (Maybe BuildTool)nvim-hs-ghcid Neovim.Ghcid.Plugin No documentation available.
maybeToNullable :: Maybe (Field a) -> FieldNullable aopaleye Opaleye.Field If the argument is Nothing return NULL otherwise return the provided value coerced to a nullable type.
maybeFields :: Default IfPP b b => b -> (a -> b) -> MaybeFields a -> bopaleye Opaleye.Internal.MaybeFields The Opaleye analogue of maybe
maybeFieldsExplicit :: IfPP b b' -> b -> (a -> b) -> MaybeFields a -> b'opaleye Opaleye.Internal.MaybeFields No documentation available.
maybeFieldsToNullable :: MaybeFields (Field a) -> FieldNullable aopaleye Opaleye.Internal.MaybeFields Convert nothingFields to NULL to a justFields to non-NULL
maybeFieldsToSelect :: SelectArr (MaybeFields a) aopaleye Opaleye.Internal.MaybeFields The Opaleye analogue of maybeToList. Unless you are using arrow notation you'll probably find catMaybeFields easier to use.
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