2014-08-01 09:37:23 -07:00
|
|
|
|
import standard data.unit
|
2014-07-22 09:49:54 -07:00
|
|
|
|
using bool unit decidable
|
2014-07-20 01:09:37 +01:00
|
|
|
|
|
2014-07-22 09:49:54 -07:00
|
|
|
|
variables a b c : bool
|
2014-07-20 01:09:37 +01:00
|
|
|
|
variables u v : unit
|
2014-07-22 05:58:36 -07:00
|
|
|
|
set_option pp.implicit true
|
2014-07-28 19:58:57 -07:00
|
|
|
|
check if ((a = b) ∧ (b = c) → ¬ (u = v) ∨ (a = c) → (a = c) ↔ a = tt ↔ true) then a else b
|