1
0
forked from GitHub/gf-core

made App into a functor to make its body easier to modify; unfortunately, the import list must be copied however

This commit is contained in:
aarne
2016-06-04 17:07:35 +00:00
parent 4fea4ace7b
commit e682f0972d
19 changed files with 64 additions and 462 deletions

View File

@@ -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 ;