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.

  1. NotFullyConsumedError :: Int -> Int -> String -> NotFullyConsumedError

    mempack Data.MemPack.Error

    No documentation available.

  2. notFullyConsumedAvailable :: NotFullyConsumedError -> Int

    mempack Data.MemPack.Error

    No documentation available.

  3. notFullyConsumedRead :: NotFullyConsumedError -> Int

    mempack Data.MemPack.Error

    No documentation available.

  4. notFullyConsumedTypeName :: NotFullyConsumedError -> String

    mempack Data.MemPack.Error

    No documentation available.

  5. 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.

  6. unsafeSum :: Aggregator (Field a) (Field a)

    opaleye Opaleye.Internal.Aggregate

    No documentation available.

  7. AggrSum :: AggrOp

    opaleye Opaleye.Internal.HaskellDB.PrimQuery

    No documentation available.

  8. consumeArgument :: Args -> [(Maybe String, Args)]

    opt-env-conf OptEnvConf.Args

    Consume a single positional argument. The result are all possible results

  9. 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"]

  10. consumeSwitch :: [Dashed] -> Args -> Maybe Args

    opt-env-conf OptEnvConf.Args

    Consume a switch. This supports:

    • ["-f"]
    • ["--foo"]
    • ["-df"]

Page 221 of many | Previous | Next