concrete GreetingsEng of Greetings = open Prelude in { lincat Greeting = SS ; lin GHello = ss "hello" ; GThanks = ss "thank you" ; GHowAreYou = ss "how are you" ; GPleaseGive, GPleaseGivePol = ss "please" ; GExcuse, GExcusePol = ss "excuse me" ; GSorry, GSorryPol = ss "sorry" ; GGoodbye = ss "goodbye" ; GBye = ss "bye" ; GNiceToMeetYou = ss "nice to meet you" ; GSeeYouSoon = ss "see you soon" ; GHelp = ss "help" ; GLookOut = ss "look out" ; GGoodMorning = ss "good morning" ; GGoodDay = ss "good afternoon" ; ---- GGoodEvening = ss "good evening" ; GGoodNight = ss "good night" ; GTheCheck = ss "the bill" ; GCheers = ss "cheers" ; GYes = ss "yes" ; GNo = ss "no" ; }