lean2/tests/lean/tst5.lean
Leonardo de Moura 57c0006916 chore(*): cleanup lean builtin symbols, replace :: with _
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-09 08:33:52 -08:00

10 lines
180 B
Text

universe U >= 3
variable N : Type
variable a : N
variable b : N
print a = b
check a = b
set_option lean::pp::implicit true
print a = b
print (Type 1) = (Type 1)
print true = false