advancedresearch/prop

Boolean algebra operators must be commutative

Closed this issue · 1 comments

Currently, by using And<A, B> as tuple in the fun module, it is not possible to reason about non-commutative boolean operators.

One possible solution is to add a custom tuple type and corresponding fst and snd maps.