Files
gf-core/grammars/bringert/ListTest.gf
T

8 lines
76 B
Plaintext

abstract ListTest = {
cat A; [A]; B; [B]{1};
fun apa : A;
fun bepa : B;
}