lean4-htt/tests/lean/UnexpandSubtype.lean
2021-08-12 09:32:33 +02:00

7 lines
163 B
Text

set_option pp.analyze false
set_option pp.funBinderTypes false in
#check { x : Nat // x < 10 }
set_option pp.funBinderTypes true in
#check { x : Nat // x < 10 }