forked from GitHub/gf-core
changed names of resource-1.3; added a note on homepage on release
This commit is contained in:
12
old-examples/dialogue/Agenda.gf
Normal file
12
old-examples/dialogue/Agenda.gf
Normal file
@@ -0,0 +1,12 @@
|
||||
abstract Agenda = Dialogue, Weekday ** {
|
||||
|
||||
fun
|
||||
Day : Kind ;
|
||||
Meeting : Kind ;
|
||||
Add : Oper2 Meeting Day ;
|
||||
Remove : Oper1 Meeting ;
|
||||
Interrupt : Oper0 ;
|
||||
|
||||
day : WDay -> Object Day ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user