mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-09-16 23:36:00 -06:00
Add support for pre
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
abstract Pre = {
|
||||
cat S; N; Det;
|
||||
fun
|
||||
ant, dog: N ;
|
||||
a, the: Det ;
|
||||
mkS : Det -> N -> S;
|
||||
}
|
||||
Reference in New Issue
Block a user