forked from GitHub/gf-core
8 lines
103 B
Plaintext
8 lines
103 B
Plaintext
abstract Pre = {
|
|
cat S; N; Det;
|
|
fun
|
|
ant, dog: N ;
|
|
a, the: Det ;
|
|
mkS : Det -> N -> S;
|
|
}
|