Hoogle Search
Within LTS Haskell 24.39 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
mapParseError :: Ord e' => (e -> e') -> ParseError s e -> ParseError s e'network-uri-template Network.URI.Template.Internal.Parse Modify the custom data component in a parse error. This could be done via fmap if not for the Ord constraint.
-
oeis2 Math.OEIS No documentation available.
-
oeis2 Math.OEIS.Types No documentation available.
-
opaleye Opaleye.Internal.MaybeFields This is only safe if b is OK with having nulls passed through it when they claim to be non-null.
mapIO :: HasCallStack => (a -> IO b) -> Parser a -> Parser bopt-env-conf OptEnvConf Apply a computation to the result of a parser This is intended for use-cases like resolving a file to an absolute path. It is morally ok for read-only IO actions but you will have a bad time if the action is not read-only.
mapIO :: HasCallStack => (a -> IO b) -> Parser a -> Parser bopt-env-conf OptEnvConf.Parser Apply a computation to the result of a parser This is intended for use-cases like resolving a file to an absolute path. It is morally ok for read-only IO actions but you will have a bad time if the action is not read-only.
mapMaybeBuilder :: (BuildInstruction a -> Maybe (BuildInstruction b)) -> Builder a -> Builder bopt-env-conf OptEnvConf.Setting No documentation available.
mapValidationFailure :: (e1 -> e2) -> Validation e1 a -> Validation e2 aopt-env-conf OptEnvConf.Validation No documentation available.
-
opt-env-conf OptEnvConf.Validation No documentation available.
mapConcurrentlyN :: Traversable t => Int -> (a -> PlotM b) -> t a -> PlotM (t b)pandoc-plot Text.Pandoc.Filter.Plot.Internal maps a function, performing at most N actions concurrently.