mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 09:02:50 -06:00
multimodal for Swedish
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
resource ParamX = {
|
||||
resource ParamX = open Prelude in {
|
||||
|
||||
param
|
||||
Number = Sg | Pl ;
|
||||
@@ -26,10 +26,10 @@ resource ParamX = {
|
||||
|
||||
-- To construct a record with a polarity-dependent table.
|
||||
|
||||
polCases : Str -> Str -> {s : Polarity => Str} = \true,false -> {
|
||||
polCases : SS -> SS -> {s : Polarity => Str} = \true,false -> {
|
||||
s = table {
|
||||
Pos => true ;
|
||||
Neg => false
|
||||
Pos => true.s ;
|
||||
Neg => false.s
|
||||
}
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user