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