Files
gf-core/grammars/multiple/SystemCity.gf
T

4 lines
96 B
Plaintext

abstract SystemCity = System, City ** {
fun
RDistance : City -> City -> Int -> Reply ;
} ;