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.
-
ghc-lib-parser GHC.Utils.Outputable No documentation available.
-
ghc-lib-parser GHC.Utils.Ppr No documentation available.
equals# :: forall (n :: Nat) . Fin# n -> Fin# n -> Boolnatural-arithmetic Arithmetic.Fin No documentation available.
eqCast :: (a == b) ~ 'True => a -> bsingleton-bool Data.Singletons.Bool No documentation available.
-
wl-pprint-text Text.PrettyPrint.Leijen.Text The document equals contains an equal sign, "=".
equals :: Applicative m => m Docwl-pprint-text Text.PrettyPrint.Leijen.Text.Monadic The document equals contains an equal sign, "=".
equal :: forall (f :: Type -> Type) . (Functor f, Foldable f, Eq1 f) => Day f f Bool -> Boolyaya Yaya.Fold.Common Provides equality over arbitrary pattern functors.
equalDay :: (Functor f, Foldable f) => (f () -> f () -> Bool) -> Day f f Bool -> Boolyaya Yaya.Fold.Common Provides equality over arbitrary pattern functors.
-
beam-core Database.Beam.Backend.SQL.SQL92 No documentation available.
eqMaybeE :: IsSql92ExpressionSyntax expr => expr -> expr -> expr -> exprbeam-core Database.Beam.Backend.SQL.SQL92 Compare the first and second argument for nullable equality, if they are both not null, return the result of the third expression Some backends, like beam-postgres totally ignore the third result, because all equality there is sensible.