1
0
forked from GitHub/gf-core
Files
gf-core/examples/dialogue/AgendaGodis.gf
2006-05-16 13:07:41 +00:00

16 lines
305 B
Plaintext

--# -path=.:prelude
concrete AgendaGodis of Agenda =
DialogueGodis, WeekdayGodis ** open ResGodis, Prelude in {
lin
Day = ss "day" ;
Meeting = ss "meeting" ;
Add = ss "add" ;
Remove = ss "remove" ;
Interrupt = ss "interrupt" ;
day = apps "weekday" ;
}