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.

  1. bounded :: Int -> Buffer a

    pipes-concurrency Pipes.Concurrent

    Store a bounded number of messages, specified by the Int argument

  2. bounded :: Enumerate a -> Integer -> Enumerate a

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

  3. bounded :: Ord a => a -> a -> Range a

    postgresql-typed Database.PostgreSQL.Typed.Range

    No documentation available.

  4. bounded :: (Bounded a1, Integral a2, Enum a1) => Int -> a2 -> PacketParser a1

    network-house Net.DHCP

    No documentation available.

  5. data BoundedPrim a

    bytestring Data.ByteString.Builder.Prim

    A builder primitive that always results in sequence of bytes that is no longer than a pre-determined bound.

  6. data BoundedPrim a

    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.

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

  8. class DequeClass d => BoundedL (d :: Type -> Type)

    abstract-deque Data.Concurrent.Deque.Class

    No documentation available.

  9. class PushR d => BoundedR (d :: Type -> Type)

    abstract-deque Data.Concurrent.Deque.Class

    No documentation available.

  10. class Lattice a => BoundedJoinSemiLattice a

    lattices Algebra.Lattice

    A join-semilattice with an identity element bottom for \/. Laws

    x \/ bottom ≡ x
    
    Corollary
    x /\ bottom
    ≡⟨ identity ⟩
    (x /\ bottom) \/ bottom
    ≡⟨ absorption ⟩
    bottom
    

Page 6 of many | Previous | Next