mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-17 23:22:51 -06:00
polite imperative except Scand,Rus; todo in Ita,Spa
This commit is contained in:
@@ -22,7 +22,16 @@ resource ParamX = open Prelude in {
|
||||
|
||||
QForm = QDir | QIndir ;
|
||||
|
||||
-- Imperatives: True = polite, False = familiar.
|
||||
|
||||
ImpForm = ImpF Number Bool ;
|
||||
|
||||
oper
|
||||
numImp : ImpForm -> Number = \i ->
|
||||
case i of {
|
||||
ImpF n _ => n
|
||||
} ;
|
||||
|
||||
conjNumber : Number -> Number -> Number = \m,n ->
|
||||
case <m,n> of {
|
||||
<Sg,Sg> => Sg ;
|
||||
|
||||
Reference in New Issue
Block a user