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