Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
pipes-concurrency Pipes.Concurrent Store a bounded number of messages, specified by the Int argument
bounded :: Enumerate a -> Integer -> Enumerate atesting-feat Test.Feat.Access A version of values with a limited number of values in each inner list. If the list corresponds to a Part which is larger than the bound it evenly distributes the values across the enumeration of the Part.
bounded :: Ord a => a -> a -> Range apostgresql-typed Database.PostgreSQL.Typed.Range No documentation available.
bounded :: (Bounded a1, Integral a2, Enum a1) => Int -> a2 -> PacketParser a1network-house Net.DHCP No documentation available.
-
bytestring Data.ByteString.Builder.Prim A builder primitive that always results in sequence of bytes that is no longer than a pre-determined bound.
-
bytestring Data.ByteString.Builder.Prim.Internal A builder primitive that always results in sequence of bytes that is no longer than a pre-determined bound.
type
BoundedLattice a = (JoinSemiLattice a, MeetSemiLattice a, LowerBounded a, UpperBounded a)numhask NumHask.Algebra.Lattice Lattices with both bounds
x /\ bottom == x x \/ top = x
class DequeClass d =>
BoundedL (d :: Type -> Type)abstract-deque Data.Concurrent.Deque.Class No documentation available.
class PushR d =>
BoundedR (d :: Type -> Type)abstract-deque Data.Concurrent.Deque.Class No documentation available.
class Lattice a =>
BoundedJoinSemiLattice alattices Algebra.Lattice A join-semilattice with an identity element bottom for \/. Laws
x \/ bottom ≡ x
Corollaryx /\ bottom ≡⟨ identity ⟩ (x /\ bottom) \/ bottom ≡⟨ absorption ⟩ bottom