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