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.
equal :: Floating a => a -> a -> Boolcomfort-blas Numeric.BLAS.Scalar No documentation available.
eqAbout :: PhantomFlag t -> PhantomFlag t -> PhantomFlag t -> Booldoldol Data.Flag.Phantom No documentation available.
eqAbout :: Flag -> Flag -> Flag -> Booldoldol Data.Flag.Simple Check whether two Flags are same or not under the first Flag eqAbout fb f1 f2 = (fb .&. f1) == (fb .&. f2)
equivalence_closure :: Ix a => Relation a a -> Relation a aersatz Ersatz.Relation Constructs the equivalence closure <math> of the relation <math>. Formula size: linear in <math>
-
grisette Grisette.Internal.SymPrim.Prim.Internal.Term Compare two TypedSymbols for equality.
eqTerm :: Term a -> Term a -> Term Boolgrisette Grisette.Internal.SymPrim.Prim.Internal.Term Construct and internalizing a EqTerm.
eqHetero :: (Typeable a, Typeable b, Eq a) => a -> b -> Boolgrisette Grisette.Internal.SymPrim.Prim.Internal.Utils Compare two values of different types for equality.
eqHeteroRep :: Eq a => TypeRep a -> TypeRep b -> a -> b -> Boolgrisette Grisette.Internal.SymPrim.Prim.Internal.Utils Compare two values of different types for equality, resolve the type equality using the type representation.
eqTypeRepBool :: forall ka kb (a :: ka) (b :: kb) . TypeRep a -> TypeRep b -> Boolgrisette Grisette.Internal.SymPrim.Prim.Internal.Utils Compare two type representations for equality.
equation :: TypedAnySymbol a -> Model -> Maybe (Term Bool)grisette Grisette.Internal.SymPrim.Prim.Model Given a typed symbol and a model, return the equation (symbol = value) encoded in the model.