Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Distribution.Types.Condition
Documentation
A boolean expression parameterized over the variable type used.
Constructors
Var c | |
Lit Bool | |
CNot (Condition c) | |
COr (Condition c) (Condition c) | |
CAnd (Condition c) (Condition c) |