forked from GitHub/gf-core
7 lines
186 B
Plaintext
7 lines
186 B
Plaintext
concrete SystemCityEng of SystemCity = SystemEng, CityEng ** open
|
|
Prelude in {
|
|
lin
|
|
RDistance x y d =
|
|
ss (["the distance from"] ++ x.s ++ "to" ++ y.s ++ "is" ++ d.s) ;
|
|
} ;
|