mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-10 03:32:51 -06:00
18 lines
215 B
Plaintext
18 lines
215 B
Plaintext
instance DiffSwe of DiffScand = {
|
|
|
|
-- Parameters.
|
|
|
|
param
|
|
Gender = Utr | Neutr ;
|
|
|
|
oper
|
|
utrum = Utr ; neutrum = Neutr ;
|
|
|
|
-- Strings.
|
|
|
|
conjThat = "att" ;
|
|
conjThan = "än" ;
|
|
infMark = "att" ;
|
|
|
|
}
|