Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
NotFullyConsumedError :: Int -> Int -> String -> NotFullyConsumedErrormempack Data.MemPack.Error No documentation available.
notFullyConsumedAvailable :: NotFullyConsumedError -> Intmempack Data.MemPack.Error No documentation available.
notFullyConsumedRead :: NotFullyConsumedError -> Intmempack Data.MemPack.Error No documentation available.
notFullyConsumedTypeName :: NotFullyConsumedError -> Stringmempack Data.MemPack.Error No documentation available.
resume :: Coroutine (s :: Type -> Type) (m :: Type -> Type) r -> m (Either (s (Coroutine s m r)) r)monad-coroutine Control.Monad.Coroutine Run the next step of a Coroutine computation. The result of the step execution will be either a suspension or the final coroutine result.
unsafeSum :: Aggregator (Field a) (Field a)opaleye Opaleye.Internal.Aggregate No documentation available.
-
opaleye Opaleye.Internal.HaskellDB.PrimQuery No documentation available.
consumeArgument :: Args -> [(Maybe String, Args)]opt-env-conf OptEnvConf.Args Consume a single positional argument. The result are all possible results
consumeOption :: [Dashed] -> Args -> Maybe (String, Args)opt-env-conf OptEnvConf.Args Consume an option. This supports:
["-f", "foo"]
["--foo", "foo"]
["-df", "foo"]
["--foo=foo"]
["-ffoo"]
consumeSwitch :: [Dashed] -> Args -> Maybe Argsopt-env-conf OptEnvConf.Args Consume a switch. This supports:
["-f"]
["--foo"]
["-df"]