lean4-htt/tests/lean/run/sub.lean

3 lines
126 B
Text

notation `{` binders:55 ` \ ` r:(scoped P, subtype P) `}` := r
check { x : nat \ x > 0 }
check { (x : nat → nat) \ true }