summaryrefslogtreecommitdiff
path: root/grammars/multiple/SystemCityEng.gf
blob: ddf15248a9b36d8dd9e91999ad88e885caddac89 (plain)
1
2
3
4
5
6
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) ;
} ;