mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 00:09:31 -06:00
7 lines
165 B
Plaintext
7 lines
165 B
Plaintext
concrete UserCityEng of UserCity = UserEng, CityEng ** open Prelude in
|
|
{
|
|
lin
|
|
QDistance x y = ss (["what is the distance from"] ++ x.s ++ "to" ++ y.s) ;
|
|
}
|
|
|