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.
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?
testEqual# :: forall (a :: Nat) (b :: Nat) . Nat# a -> Nat# b -> MaybeVoid# (a :=:# b)natural-arithmetic Arithmetic.Nat No documentation available.
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?
testLessThanEqual# :: forall (a :: Nat) (b :: Nat) . Nat# a -> Nat# b -> MaybeVoid# (a <=# b)natural-arithmetic Arithmetic.Nat No documentation available.
assertNotEqual :: (Eq a, Show a, HasCallStack) => String -> a -> a -> Assertionpersistent-test Init No documentation available.
seqSpine :: MaxQueue a -> b -> bpqueue Data.PQueue.Max Deprecated: This function is no longer necessary or useful.
seqSpine :: MinQueue a -> b -> bpqueue Data.PQueue.Min Deprecated: This function is no longer necessary or useful.
seqSpine :: MaxPQueue k a -> b -> bpqueue Data.PQueue.Prio.Max Deprecated: This function is no longer necessary or useful.
seqSpine :: MinPQueue k a -> b -> bpqueue Data.PQueue.Prio.Min Deprecated: This function is no longer necessary or useful.
sequence :: Functor f => f (T a) -> T (f a)sample-frame Sound.Frame.Stereo No documentation available.