Class HPre.HOr<A extends HPre.HBool, B extends HPre.HBool, C extends HPre.HBool>
java.lang.Object
fj.data.hlist.HPre.HOr<A,B,C>
- Type Parameters:
A- A booleanB- A booleanC- The logical implication of A or B
- Enclosing class:
HPre
public static final class HPre.HOr<A extends HPre.HBool, B extends HPre.HBool, C extends HPre.HBool>
extends Object
Type-level boolean disjunction. A value of this type represents evidence that
A+B -> C-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HPre.HOr<HPre.HFalse, HPre.HFalse, HPre.HFalse> hOr(HPre.HFalse a, HPre.HFalse b) static HPre.HOr<HPre.HFalse, HPre.HTrue, HPre.HTrue> hOr(HPre.HFalse a, HPre.HTrue b) static HPre.HOr<HPre.HTrue, HPre.HFalse, HPre.HTrue> hOr(HPre.HTrue a, HPre.HFalse b) static HPre.HOr<HPre.HTrue, HPre.HTrue, HPre.HTrue> hOr(HPre.HTrue a, HPre.HTrue b) v()
-
Field Details
-
v
-
-
Constructor Details
-
HOr
-
-
Method Details
-
v
-
hOr
-
hOr
-
hOr
-
hOr
-