mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 08:49:31 -06:00
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;
|
|
}
|