mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-19 17:59:32 -06:00
9 lines
124 B
Plaintext
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;
|
|
}
|