diff options
| author | aarne <aarne@chalmers.se> | 2010-03-28 21:13:29 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-03-28 21:13:29 +0000 |
| commit | 04784b7c31bec63c1fa9c17884347c61491f9874 (patch) | |
| tree | a6e884b8cddb50b0d83da08a4be65b5ae6a1bab5 /examples/phrasebook/WordsRon.gf | |
| parent | ccac96eaa0a735612bc2dc4bc8a040c6b354eb54 (diff) | |
fine tuning phrasebook
Diffstat (limited to 'examples/phrasebook/WordsRon.gf')
| -rw-r--r-- | examples/phrasebook/WordsRon.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/phrasebook/WordsRon.gf b/examples/phrasebook/WordsRon.gf index 6f117fae7..922ee0e71 100644 --- a/examples/phrasebook/WordsRon.gf +++ b/examples/phrasebook/WordsRon.gf @@ -35,7 +35,7 @@ Boring = mkAPA "plictisitor" "plictisitoare" "plictisitori" "plictisitoare" ; Lei = mkCN (mkN "leu" "lei") ;
AWant p obj = mkCl p want_V2 obj ;
- ALike p item = mkCl item like_V2 p ;
+ ALike p item = mkCl p like_V2 item ;
AHave p kind = mkCl p have_V2 (SyntaxRon.mkNP kind) ;
ASpeak p lang = mkCl p (dirV2 (mkV "vorbi")) lang ;
ALove p q = mkCl p (dirV2 (mkV "iubi")) q ;
|
