diff options
| author | aarne <aarne@chalmers.se> | 2010-05-28 14:36:00 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2010-05-28 14:36:00 +0000 |
| commit | 4fe295b91080fe90f6cb71f4df1acb44e92bc7f7 (patch) | |
| tree | c3bf96c91e732ca7cce20458f03b4012c6db01fa | |
| parent | c3f4c3eba7b7d98f48cfe56711eb18611bb89515 (diff) | |
est-ce qu'il y a in PhrasebookFra
| -rw-r--r-- | examples/phrasebook/WordsFre.gf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/phrasebook/WordsFre.gf b/examples/phrasebook/WordsFre.gf index 0cfc06753..5b3b40a49 100644 --- a/examples/phrasebook/WordsFre.gf +++ b/examples/phrasebook/WordsFre.gf @@ -237,8 +237,8 @@ lin mkQS (mkQCl (mkIP which_IDet trans.name) (mkVP (mkVP L.go_V) place.to)) ; IsTranspPlace trans place = - mkQS (mkQCl (mkCl (mkCN trans.name place.to))) ; - + lin QS {s = \\_ => (E.EstcequeS (mkS (mkCl (mkCN trans.name place.to)))).s} ; + -- mkQS (mkQCl (mkCl (mkCN trans.name place.to))) ; oper mkNat : Str -> Str -> NPNationality = \nat,co -> |
