summaryrefslogtreecommitdiff
path: root/grammars/multiple/SystemCity.gf
blob: 08196f73d20c6cc220f4e648df75ce0e7903d617 (plain)
1
2
3
4
abstract SystemCity = System, City ** {
  fun
    RDistance : City -> City -> Int -> Reply ;
} ;