mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-02 03:58:34 -06:00
Correction of all compilation mistatkes
This commit is contained in:
@@ -15,9 +15,9 @@ lin
|
||||
UttNP np = {s= np.s!Acc}; --: NP -> Utt ;
|
||||
UttAdv adv = {s = adv.s}; --: Adv -> Utt ; -- in the house
|
||||
UttImpSg pol imp = {s =
|
||||
case pol.isTrue of {
|
||||
True => imp.s!True;
|
||||
False => (mkSubjClitic (AgMUBAP2 Sg)) ++ imp.s!False
|
||||
case pol.p of {
|
||||
Pos => imp.s!True;
|
||||
Neg => (mkSubjClitic (AgMUBAP2 Sg)) ++ imp.s!False
|
||||
}
|
||||
};--: Pol -> Imp -> Utt ; -- (do not) walk ----s
|
||||
{-
|
||||
|
||||
Reference in New Issue
Block a user