mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 09:02:50 -06:00
Add support for pre
This commit is contained in:
7
testsuite/lpgf/Pre.gf
Normal file
7
testsuite/lpgf/Pre.gf
Normal file
@@ -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