summaryrefslogtreecommitdiff
path: root/examples/tram/Tram.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tram/Tram.gf')
-rw-r--r--examples/tram/Tram.gf3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/tram/Tram.gf b/examples/tram/Tram.gf
index bcd9f7b7c..d8d497fdc 100644
--- a/examples/tram/Tram.gf
+++ b/examples/tram/Tram.gf
@@ -30,4 +30,7 @@ fun
-- PClick : Click -> Place ; -- click associated with a "here"
-- PHere : Place ; -- indexical "here", without a click
+ FromThisPlace : Dep ; -- "from this place"
+ ToThisPlace : Dest ; -- "to this place"
+
}