Files
gf-core/testsuite/lpgf/Pre.gf
2021-02-16 21:01:01 +01:00

9 lines
124 B
Plaintext

abstract Pre = {
cat S; N; Det;
fun
ant, dog: N ;
a, the: Det ;
mkS : Det -> N -> S;
detS : Det -> S;
}