mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-16 08:19:31 -06:00
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 };
|
|
}
|