lean2/tests/lean/tst5.lean
Leonardo de Moura 51640ecff8 Move files in examples directory to tests directory. They are not real examples
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-08-31 19:16:30 -07:00

9 lines
163 B
Text

Variable N : Type
Variable a : N
Variable b : N
Show a ≃ b
Check a ≃ b
Set lean::pp::implicit true
Show a ≃ b
Show (Type 1) ≃ (Type 1)
Show true ≃ false