mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 05:29:30 -06:00
9 lines
89 B
Plaintext
9 lines
89 B
Plaintext
abstract lins = {
|
|
|
|
cat Nat ;
|
|
cat C Nat ;
|
|
|
|
fun zero : Nat ;
|
|
test : C zero ;
|
|
|
|
} |