concrete GreetingsSwe of Greetings = open Prelude in { lincat Greeting = SS ; lin GHello = ss "hej" ; GThanks = ss "tack" ; GHowAreYou = ss "hur står det till" ; GPleaseGive, GPleaseGivePol = ss "var så god" ; GExcuse, GExcusePol = ss "ursäkta" ; GSorry, GSorryPol = ss "förlåt" ; GGoodbye = ss "hej då" ; GBye = ss "hej då" ; GNiceToMeetYou = ss "trevligt att träffas" ; GSeeYouSoon = ss "vi ses snart" ; GHelp = ss "hjälp" ; GLookOut = ss "se upp" ; GGoodMorning = ss "god morgon" ; GGoodDay = ss "god dag" ; GGoodEvening = ss "god afton" ; GGoodNight = ss "god natt" ; GCheers = ss "skål" ; GTheCheck = ss "notan" ; GYes = ss "ja" ; GNo = ss "nej" ; }