1
0
forked from GitHub/gf-core
Files
gf-core/testsuite/compiler/check/lins/lins.gf

9 lines
89 B
Plaintext

abstract lins = {
cat Nat ;
cat C Nat ;
fun zero : Nat ;
test : C zero ;
}