forked from GitHub/gf-core
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