test(tests/lean/run/decidable): show implicit argument that is computed automatically

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2014-07-22 05:58:36 -07:00
parent 1e595e8027
commit a9f7d87aae

View file

@ -1,11 +1,7 @@
import standard unit decidable import standard unit decidable if
using bit unit decidable using bit unit decidable
variables a b c : bit variables a b c : bit
variables u v : unit variables u v : unit
set_option pp.implicit true
theorem tst : decidable ((a = b) ∧ (b = c) → ¬ (u = v) (a = c) → (a = c) ↔ a = '1 ↔ true) check if ((a = b) ∧ (b = c) → ¬ (u = v) (a = c) → (a = c) ↔ a = '1 ↔ true) then a else b
(*
print(get_env():find("tst"):value())
*)