1
0
forked from GitHub/gf-core

*** empty log message ***

This commit is contained in:
peb
2004-06-18 14:23:15 +00:00
parent 22613ceb37
commit 1efb265000
6 changed files with 14 additions and 17 deletions

View File

@@ -5,7 +5,7 @@ cat
S; VP; NP; V; N; D; P; PP;
fun
cyclic : S -> S;
-- cyclic : S -> S;
mkS : NP -> VP -> S;
mkVP : V -> NP -> VP;
mkNP1 : D -> N -> NP;