multimodal resource recreated for new API

This commit is contained in:
aarne
2005-12-05 18:31:15 +00:00
parent 936e402373
commit 7a7252223f
10 changed files with 271 additions and 8 deletions

View File

@@ -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
}
} ;
}