mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 03:09:33 -06:00
scandinavian topological sentence model
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user