mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 00:52:51 -06:00
stat; type of imperatives in lib/resource
This commit is contained in:
@@ -1427,9 +1427,9 @@ oper
|
||||
|
||||
Imperative = {s : Number => Str} ;
|
||||
|
||||
imperVerbPhrase : Bool -> VerbPhrase -> Imperative = \b,titta ->
|
||||
imperVerbPhrase : Bool -> VerbClause -> Imperative = \b,titta ->
|
||||
{s = \\n =>
|
||||
titta.s ! VIImperat b ! utrum ! n ! P2
|
||||
titta.s ! b ! Simul ! VIImperat b ! utrum ! n ! P2
|
||||
} ;
|
||||
|
||||
imperUtterance : Number -> Imperative -> Utterance = \n,I ->
|
||||
|
||||
Reference in New Issue
Block a user