1
0
forked from GitHub/gf-core

Maltese RG: simple change which makes things compilable again

This commit is contained in:
john
2014-07-06 17:19:10 +00:00
parent 205f4567fb
commit ae193e6fb6
3 changed files with 12 additions and 10 deletions

View File

@@ -796,12 +796,12 @@ resource ResMlt = ParamX ** open Prelude, Predef, Maybe in {
} ;
VerbPhrase : Type = {
v : Verb ;
-- v : {
-- s : VForm => VerbStems ;
-- presPart : Maybe Participle ;
-- pastPart : Maybe Participle ;
-- } ;
-- v : Verb ;
v : {
s : VForm => VerbStems ;
presPart : Maybe Participle ;
pastPart : Maybe Participle ;
} ;
s2 : Agr => Str ; -- complement
dir : Maybe Agr ; -- direct object clitic
ind : Maybe Agr ; -- indirect object clitic