Hoogle Search

Within LTS Haskell 24.46 (ghc-9.10.3)

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

  1. _Sum :: Iso' Natural (Either Natural Natural)

    lens Numeric.Natural.Lens

    The natural numbers are isomorphic to disjoint sums of natural numbers embedded as evens or odds.

    N = 2*N
    

  2. data Consumed a

    parsec Text.Parsec

    No documentation available.

  3. Consumed :: a -> Consumed a

    parsec Text.Parsec

    No documentation available.

  4. data Consumed a

    parsec Text.Parsec.Prim

    No documentation available.

  5. Consumed :: a -> Consumed a

    parsec Text.Parsec.Prim

    No documentation available.

  6. formatSummary :: Summary -> String

    doctest Test.DocTest.Internal.Run

    No documentation available.

  7. consumeImproving :: (a :~> b) -> [a :~> b]

    test-framework Test.Framework.Providers.API

    No documentation available.

  8. asumC :: forall (m :: Type -> Type) f a o . (Monad m, Alternative f) => ConduitT (f a) o m (f a)

    conduit Conduit

    Alternatively combine all values in the stream.

  9. type Consumer i (m :: Type -> Type) r = forall o . () => ConduitT i o m r

    conduit Data.Conduit

    Deprecated: Use ConduitT directly

  10. toConsumer :: forall (m :: Type -> Type) a b o . Monad m => ConduitT a Void m b -> ConduitT a o m b

    conduit Data.Conduit

    Generalize a Sink to a Consumer. Since 1.0.0

Page 82 of many | Previous | Next