forked from GitHub/gf-core
6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
abstract UserCity = User, City ** {
|
|
fun
|
|
QDistance : City -> City -> Query ;
|
|
} ;
|
|
|