forked from GitHub/gf-core
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) ;
|
|
}
|
|
|