Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
lattices Algebra.Lattice.Free.Final No documentation available.
liftFBoundedLattice :: a -> FBoundedLattice alattices Algebra.Lattice.Free.Final No documentation available.
lowerFBoundedLattice :: FBoundedLattice a -> forall b . BoundedLattice b => (a -> b) -> blattices Algebra.Lattice.Free.Final No documentation available.
retractFBoundedLattice :: BoundedLattice a => FBoundedLattice a -> alattices Algebra.Lattice.Free.Final No documentation available.
promoteBoundedInstance :: OptionsMonad q => Name -> q [Dec]singletons-th Data.Singletons.TH Produce an instance for PBounded from the given type
promoteBoundedInstances :: OptionsMonad q => [Name] -> q [Dec]singletons-th Data.Singletons.TH Produce instances for PBounded from the given types
singBoundedInstance :: OptionsMonad q => Name -> q [Dec]singletons-th Data.Singletons.TH Create instance of SBounded for the given type
singBoundedInstances :: OptionsMonad q => [Name] -> q [Dec]singletons-th Data.Singletons.TH Create instances of SBounded for the given types
class
UnboundedStream (i :: Type -> Type) (o :: Type -> Type) | i -> ostm-conduit Data.Conduit.Utils Class for structures that can handle unbounded stream of values. Such streams break conduit assumptions that constant memory will be used, because if receiver is slower then sender than values will be accumulated.
-
stm-conduit Data.Conduit.Utils Create bounded conduit pair, see BoundedStream class description.