diff options
| author | aarne <aarne@chalmers.se> | 2016-06-04 17:07:35 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2016-06-04 17:07:35 +0000 |
| commit | e682f0972d4e6ca4c2b7ba52125512565ed2020b (patch) | |
| tree | 6676b50e3ec9daf8d28e75d4f153d26d677eacc5 /examples/app/App.gf | |
| parent | 4fea4ace7bd6e92af78a7a9db778b61a9501e194 (diff) | |
made App into a functor to make its body easier to modify; unfortunately, the import list must be copied however
Diffstat (limited to 'examples/app/App.gf')
| -rw-r--r-- | examples/app/App.gf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/app/App.gf b/examples/app/App.gf index 570607bc8..e2f871110 100644 --- a/examples/app/App.gf +++ b/examples/app/App.gf @@ -34,15 +34,14 @@ fun --P Phrase_Chunk : Phrase -> Chunk ; ComplV2 : V2 -> NP -> VP ; - PassV2 : V2 -> VP ; ComplV2V : V2V -> NP -> VP -> VP ; -- ComplV2A : V2A -> NP -> AP -> VP ; -- ComplV2Q : V2Q -> NP -> QS -> VP ; -- ComplV2S : V2S -> NP -> S -> VP ; - ComplV3 : V3 -> NP -> NP -> VP ; + PassV2 : V2 -> VP ; RelV2 : RP -> NP -> V2 -> RCl ; QuestV2 : IP -> NP -> V2 -> QCl ; |
