mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-14 07:19:31 -06:00
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) ;
|
|
} ;
|