Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. testEqual :: forall (a :: Nat) (b :: Nat) . Nat a -> Nat b -> Maybe (a :=: b)

    natural-arithmetic Arithmetic.Nat

    Are the two arguments equal to one another?

  2. testEqual# :: forall (a :: Nat) (b :: Nat) . Nat# a -> Nat# b -> MaybeVoid# (a :=:# b)

    natural-arithmetic Arithmetic.Nat

    No documentation available.

  3. testLessThanEqual :: forall (a :: Nat) (b :: Nat) . Nat a -> Nat b -> Maybe (a <= b)

    natural-arithmetic Arithmetic.Nat

    Is the first argument less-than-or-equal-to the second argument?

  4. testLessThanEqual# :: forall (a :: Nat) (b :: Nat) . Nat# a -> Nat# b -> MaybeVoid# (a <=# b)

    natural-arithmetic Arithmetic.Nat

    No documentation available.

  5. assertNotEqual :: (Eq a, Show a, HasCallStack) => String -> a -> a -> Assertion

    persistent-test Init

    No documentation available.

  6. seqSpine :: MaxQueue a -> b -> b

    pqueue Data.PQueue.Max

    Deprecated: This function is no longer necessary or useful.

  7. seqSpine :: MinQueue a -> b -> b

    pqueue Data.PQueue.Min

    Deprecated: This function is no longer necessary or useful.

  8. seqSpine :: MaxPQueue k a -> b -> b

    pqueue Data.PQueue.Prio.Max

    Deprecated: This function is no longer necessary or useful.

  9. seqSpine :: MinPQueue k a -> b -> b

    pqueue Data.PQueue.Prio.Min

    Deprecated: This function is no longer necessary or useful.

  10. sequence :: Functor f => f (T a) -> T (f a)

    sample-frame Sound.Frame.Stereo

    No documentation available.

Page 432 of many | Previous | Next