Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
lattices Algebra.Lattice.M2 No documentation available.
-
lattices Algebra.Lattice.M2 No documentation available.
-
messagepack Data.MessagePack No documentation available.
type
HasBools t = ConvertibleExactly Bool tmixed-types-num Numeric.MixedTypes.Bool No documentation available.
type
IsBool t = (HasBools t, CanNegSameType t, CanAndOrSameType t)mixed-types-num Numeric.MixedTypes.Bool A type constraint synonym that stipulates that the type behaves very much like Bool, except it does not necessarily satisfy the law of excluded middle, which means that the type can contain a "do-not-know" value or an error. Examples: Bool, Kleenean, CollectErrors Bool
-
mixed-types-num Numeric.MixedTypes.Bool HSpec properties that each Boolean implementation of CanNeg should satisfy.
specIsBool :: (IsBool t, CanTestCertainly t, Show t, Serial IO t) => T t -> Specmixed-types-num Numeric.MixedTypes.Bool HSpec properties that each implementation of IsBool should satisfy.
-
mixed-types-num Numeric.MixedTypes.Literals No documentation available.
-
mixed-types-num Numeric.MixedTypes.Literals No documentation available.
tMaybeMaybeBool :: T (Maybe (Maybe Bool))mixed-types-num Numeric.MixedTypes.Literals No documentation available.