lean2/tests/lean/tst5.lean

11 lines
184 B
Text
Raw Normal View History

Set pp::colors false
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