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.
_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
-
parsec Text.Parsec No documentation available.
-
parsec Text.Parsec No documentation available.
-
parsec Text.Parsec.Prim No documentation available.
-
parsec Text.Parsec.Prim No documentation available.
formatSummary :: Summary -> Stringdoctest Test.DocTest.Internal.Run No documentation available.
consumeImproving :: (a :~> b) -> [a :~> b]test-framework Test.Framework.Providers.API No documentation available.
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.
type
Consumer i (m :: Type -> Type) r = forall o . () => ConduitT i o m rconduit Data.Conduit Deprecated: Use ConduitT directly
toConsumer :: forall (m :: Type -> Type) a b o . Monad m => ConduitT a Void m b -> ConduitT a o m bconduit Data.Conduit