Files
gf-core/grammars/multiple/SystemCityEng.gf
2004-09-15 14:36:27 +00:00

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) ;
} ;