1
0
forked from GitHub/gf-rgl

scandinavian topological sentence model

This commit is contained in:
aarne
2005-02-27 09:27:12 +00:00
parent e53e9e86fc
commit c0df2b769b
34 changed files with 568 additions and 33 deletions

View File

@@ -63,6 +63,11 @@ oper
if_then_Str : Bool -> Str -> Str -> Str = if_then_else Str ;
onlyIf : Bool -> Str -> Str = \b,s -> case b of {
True => s ;
_ => nonExist
} ;
-- zero, one, two, or more (elements in a list etc)
param