Hoogle Search
Within LTS Haskell 24.6 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
LambdaHack Game.LambdaHack.Common.Actor No documentation available.
eqpOverfull :: Actor -> Int -> BoolLambdaHack Game.LambdaHack.Common.Actor No documentation available.
-
cabal-install-solver Distribution.Solver.Modular.Version Version range fixing a single version.
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.
equateAll :: MonadEquiv c v d m => [v] -> m ()equivalence Data.Equivalence.Monad This function equates the element in the given list. That is, it unions the equivalence classes of the elements and combines their descriptor.
equivalent :: MonadEquiv c v d m => v -> v -> m Boolequivalence Data.Equivalence.Monad This function decides whether the two given elements are equivalent in the current equivalence relation.
-
equivalence Data.Equivalence.STT This function equates the two given elements. That is, it unions the equivalence classes of the two elements and combines their descriptor.
-
equivalence Data.Equivalence.STT This function equates the element in the given list. That is, it unions the equivalence classes of the elements and combines their descriptor.