4 lines
65 B
Text
4 lines
65 B
Text
-- import data.subtype
|
|
open nat subtype
|
|
|
|
check {x : nat| x > 0 }
|