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