mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 09:52:55 -06:00
multimodal resource recreated for new API
This commit is contained in:
@@ -24,4 +24,13 @@ resource ParamX = {
|
||||
conjPerson : Person -> Person -> Person = \_,p ->
|
||||
p ;
|
||||
|
||||
-- To construct a record with a polarity-dependent table.
|
||||
|
||||
polCases : Str -> Str -> {s : Polarity => Str} = \true,false -> {
|
||||
s = table {
|
||||
Pos => true ;
|
||||
Neg => false
|
||||
}
|
||||
} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user