Hoogle Search
Within LTS Haskell 24.18 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Some classes for generalized boolean operations. In this design, for if-then-else, equality and inequality tests, the boolean type depends on the value type. I also tried using a unary type constructor class. The class doesn't work for regular booleans, so generality is lost. Also, we'd probably have to wire class constraints in like: (==*) :: Eq a => f Bool -> f a -> f a -> f a, which disallows situations needing additional constraints, e.g., Show. Starting with 0.1.0, this package uses type families. Up to version 0.0.2, it used MPTCs with functional dependencies. My thanks to Andy Gill for suggesting & helping with the change.
-
Boolean Data.Boolean Generalized boolean class
-
Boolean Data.Boolean BooleanOf computed the boolean analog of a specific type.
BoolCurve :: [TsPoint Bool] -> TsHastructure Lib No documentation available.
BoolCurve :: [TsPoint Bool] -> TsHastructure Types No documentation available.
-
bloodhound Database.Bloodhound.Common.Types No documentation available.
-
bloodhound Database.Bloodhound.Common.Types No documentation available.
-
bloodhound Database.Bloodhound.Common.Types No documentation available.
BoolValue :: Bool -> BucketValuebloodhound Database.Bloodhound.Common.Types No documentation available.
-
bloodhound Database.Bloodhound.Common.Types BooleanOperator is the usual And/Or operators with an ES compatible JSON encoding baked in. Used all over the place.