mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-15 15:59:32 -06:00
10 lines
241 B
Plaintext
10 lines
241 B
Plaintext
--# -path=.:Shared:Weekday:Time:Channel:User:System
|
|
|
|
concrete allSwe of all = specUserSwe, specSystemSwe ** {
|
|
|
|
-- lincat Move = {s : Str} ;
|
|
-- lin userMove m = {s = "Användaren:" ++ m.s} ;
|
|
-- lin systemMove m = {s = "Systemet:" ++ m.s} ;
|
|
|
|
}
|