mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 13:59:31 -06:00
4 lines
96 B
Plaintext
4 lines
96 B
Plaintext
abstract SystemCity = System, City ** {
|
|
fun
|
|
RDistance : City -> City -> Int -> Reply ;
|
|
} ; |