lean4-htt/old_tests/tests/lean/run/is_true.lean
2018-04-10 12:56:55 -07:00

5 lines
141 B
Text

open nat
example : as_true (2 = (2:nat)) := trivial
example : as_false (3 = (2:nat)) := trivial
example : as_true (2 < (3:nat)) := trivial