forked from GitHub/gf-core
9 lines
115 B
Plaintext
9 lines
115 B
Plaintext
-- File name User/general.Swe.gf
|
|
|
|
concrete genUserSwe of genUser = generalSwe ** {
|
|
|
|
lin
|
|
|
|
request a = {s = a.s };
|
|
}
|