Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
eqpOverfull :: Actor -> Int -> BoolLambdaHack Game.LambdaHack.Common.Actor No documentation available.
-
cabal-install-solver Distribution.Solver.Modular.Version Version range fixing a single version.
eq# :: forall (n :: Nat) . KnownNat n => BitVector n -> BitVector n -> Boolclash-prelude Clash.Sized.Internal.BitVector No documentation available.
-
clash-prelude Clash.Sized.Internal.BitVector No documentation available.
eq# :: forall (n :: Nat) . Index n -> Index n -> Boolclash-prelude Clash.Sized.Internal.Index No documentation available.
eq# :: forall (n :: Nat) . Signed n -> Signed n -> Boolclash-prelude Clash.Sized.Internal.Signed No documentation available.
eq# :: forall (n :: Nat) . Unsigned n -> Unsigned n -> Boolclash-prelude Clash.Sized.Internal.Unsigned No documentation available.
equivalent :: Params v o c -> v -> v -> Booledit-distance-vector Data.Vector.Distance Are two values equivalent?
-
Maintaining an equivalence relation implemented as union-find using STT. This is an implementation of Tarjan's Union-Find algorithm (Robert E. Tarjan. "Efficiency of a Good But Not Linear Set Union Algorithm", JACM 22(2), 1975) in order to maintain an equivalence relation. This implementation is a port of the union-find package using the ST monad transformer (instead of the IO monad).
equate :: MonadEquiv c v d m => v -> v -> m ()equivalence Data.Equivalence.Monad This function equates the given two elements. That is it unions the equivalence classes of the two elements.