From 611f24d4dfd0f12eb0c910990ecabfab888e00c9 Mon Sep 17 00:00:00 2001 From: aarne Date: Mon, 6 Mar 2006 15:36:09 +0000 Subject: working on ExTramI and german verbs phrase --- examples/tram/Tram.gf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/tram/Tram.gf') diff --git a/examples/tram/Tram.gf b/examples/tram/Tram.gf index 1e437d5ed..5392d1c73 100644 --- a/examples/tram/Tram.gf +++ b/examples/tram/Tram.gf @@ -12,9 +12,9 @@ fun fun GoFromTo : Dep -> Dest -> Input ; -- user input "want to go from a to b" - GoToFrom : Dest -> Dep -> Input ; -- user input "want to go to a from b" - ComeFrom : Dep -> Input ; -- user input "want to come from x (to where I am now) - GoTo : Dest -> Input ; -- user input "want to go to x (from where I am now) + ComeToFrom: Dest -> Dep -> Input ; -- user input "want to come to a from b" + ComeFrom : Dep -> Input ; -- user input "want to come from x (to where I'm now) + GoTo : Dest -> Input ; -- user input "want to go to x (from where I'm now) DepClick : Click -> Dep ; -- "from here" with click DestClick : Click -> Dest ; -- "to here" with click -- cgit v1.2.3