summaryrefslogtreecommitdiff
path: root/examples/dialogue/WeekdayProlog.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dialogue/WeekdayProlog.gf')
-rw-r--r--examples/dialogue/WeekdayProlog.gf10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/dialogue/WeekdayProlog.gf b/examples/dialogue/WeekdayProlog.gf
deleted file mode 100644
index 384484cce..000000000
--- a/examples/dialogue/WeekdayProlog.gf
+++ /dev/null
@@ -1,10 +0,0 @@
-concrete WeekdayProlog of Weekday = open ResProlog, Prelude in {
-
- lincat
- WDay = SS ;
-
- lin
- Mon = ss "monday" ;
- Tue = ss "tuesday" ;
-
-}