mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-07-07 22:22:46 -06:00
introducing multiple inheritance
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
abstract UserCity = User, City ** {
|
||||
fun
|
||||
QDistance : City -> City -> Query ;
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user