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