3 lines
126 B
Text
3 lines
126 B
Text
notation `{` binders:55 ` \ ` r:(scoped P, subtype P) `}` := r
|
|
check { x : nat \ x > 0 }
|
|
check { (x : nat → nat) \ true }
|