summaryrefslogtreecommitdiff
path: root/examples/godis-tram/Common/GodisUserSwe.gf
blob: 19b0b3025562cc613b5edd05614ccc0a69430c22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
--# -path=.:prelude:resource-1.0/abstract:resource-1.0/common:resource-1.0/scandinavian:resource-1.0/swedish

concrete GodisUserSwe of GodisUser = 
    GodisUserI with (GodisLang = GodisLangSwe);


--     open Prelude, GodisLangSwe in {

-- lincat 

-- S = SS;

-- Question = UserQuestion;
-- Answer   = UserAnswer;
-- ShortAns = UserShortAns;
-- Action   = UserAction;

-- lin

-- greet_S = ss ["hej"];
-- quit_S  = ss ["hejdå"];

-- no_S    = ss ["nej"];
-- yes_S   = ss ["ja"];

-- answer_S   x = x;
-- ask_S      x = x;
-- shortans_S x = x;
-- request_S  x = x;

-- }