summaryrefslogtreecommitdiff
path: root/examples/dialogue/WeekdayGodis.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2006-05-16 18:48:46 +0000
committeraarne <aarne@cs.chalmers.se>2006-05-16 18:48:46 +0000
commit5082ebd0f4a0c4ba04aab54d05290e6141e44129 (patch)
tree56ff9778acad14e39f424e759b7c3d6d7925395e /examples/dialogue/WeekdayGodis.gf
parentecf429c593b7b986b02429f653f313c4e3875821 (diff)
renamed Godis to Prolog ; added Fin
Diffstat (limited to 'examples/dialogue/WeekdayGodis.gf')
-rw-r--r--examples/dialogue/WeekdayGodis.gf10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/dialogue/WeekdayGodis.gf b/examples/dialogue/WeekdayGodis.gf
deleted file mode 100644
index 48d07b99c..000000000
--- a/examples/dialogue/WeekdayGodis.gf
+++ /dev/null
@@ -1,10 +0,0 @@
-concrete WeekdayGodis of Weekday = open ResGodis, Prelude in {
-
- lincat
- WDay = SS ;
-
- lin
- Mon = ss "monday" ;
- Tue = ss "tuesday" ;
-
-}