summaryrefslogtreecommitdiff
path: root/examples/dialogue/WeekdayProlog.gf
blob: 384484cce6d784d88f6d697069a95ed558108884 (plain)
1
2
3
4
5
6
7
8
9
10
concrete WeekdayProlog of Weekday = open ResProlog, Prelude in {

  lincat 
    WDay = SS ;

  lin
    Mon = ss "monday" ;
    Tue = ss "tuesday" ;

}