lean4-htt/tests/lean/run/sub.lean
Leonardo de Moura b7abd61579 feat(frontends/lean): change subtype notation (again)
We had conflicts with the set notation.
2016-09-21 17:02:18 -07:00

2 lines
63 B
Text

check { x : nat // x > 0 }
check { x : nat → nat // true }