5 lines
141 B
Text
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
|