forked from GitHub/gf-core
introducing multiple inheritance
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
abstract Top = User, System ** {
|
||||
cat
|
||||
Move ;
|
||||
fun
|
||||
MUser : Query -> Move ;
|
||||
MSystem : Reply -> Move ;
|
||||
}
|
||||
Reference in New Issue
Block a user