mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 03:09:33 -06:00
some fixes with Romance clitics and imperatives
This commit is contained in:
@@ -134,7 +134,7 @@ oper
|
||||
<Sg,P2> => VImper SgP2 ;
|
||||
<Pl,P1> => VImper PlP1 ;
|
||||
<Pl,P2> => VImper PlP2 ;
|
||||
_ => VInfin False
|
||||
_ => VFin (VPres Conjunct) n p
|
||||
} ;
|
||||
|
||||
{-
|
||||
|
||||
@@ -96,7 +96,7 @@ interface DiffRomance = open CommonRomance, Prelude in {
|
||||
auxPassive : Verb ;
|
||||
|
||||
|
||||
--2 Contants needed in type signatures above
|
||||
--2 Constants needed in type signatures above
|
||||
|
||||
param
|
||||
Case = Nom | Acc | CPrep Prepos ;
|
||||
|
||||
Reference in New Issue
Block a user