summaryrefslogtreecommitdiff
path: root/examples/dialogue/AgendaProlog.gf
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dialogue/AgendaProlog.gf')
-rw-r--r--examples/dialogue/AgendaProlog.gf15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/dialogue/AgendaProlog.gf b/examples/dialogue/AgendaProlog.gf
new file mode 100644
index 000000000..060086812
--- /dev/null
+++ b/examples/dialogue/AgendaProlog.gf
@@ -0,0 +1,15 @@
+--# -path=.:prelude
+
+concrete AgendaProlog of Agenda =
+ DialogueProlog, WeekdayProlog ** open ResProlog, Prelude in {
+
+ lin
+ Day = ss "day" ;
+ Meeting = ss "meeting" ;
+ Add = ss "add" ;
+ Remove = ss "remove" ;
+ Interrupt = ss "interrupt" ;
+
+ day = apps "weekday" ;
+
+}