1
0
forked from GitHub/gf-rgl

multimodal resource recreated for new API

This commit is contained in:
aarne
2005-12-05 18:31:15 +00:00
parent 5a39ac6b11
commit 15b833a3bf
9 changed files with 261 additions and 6 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
}
} ;
}