mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 01:32:50 -06:00
renamed Godis to Prolog ; added Fin
This commit is contained in:
15
examples/dialogue/AgendaProlog.gf
Normal file
15
examples/dialogue/AgendaProlog.gf
Normal file
@@ -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" ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user