forked from GitHub/gf-core
9 lines
89 B
Plaintext
9 lines
89 B
Plaintext
abstract lins = {
|
|
|
|
cat Nat ;
|
|
cat C Nat ;
|
|
|
|
fun zero : Nat ;
|
|
test : C zero ;
|
|
|
|
} |