forked from GitHub/gf-core
field names added to Prolog
This commit is contained in:
@@ -6,8 +6,8 @@ concrete AgendaProlog of Agenda =
|
||||
lin
|
||||
Day = ss "day" ;
|
||||
Meeting = ss "meeting" ;
|
||||
Add = ss "add" ;
|
||||
Remove = ss "remove" ;
|
||||
Add = op2 "add_event" "event_to_store" "date_to_store" ;
|
||||
Remove = op1 "remove_event" "event_to_remove" ;
|
||||
Interrupt = ss "interrupt" ;
|
||||
|
||||
day = apps "weekday" ;
|
||||
|
||||
Reference in New Issue
Block a user