1
0
forked from GitHub/gf-rgl

fix the missing lock fields in several languages

This commit is contained in:
krasimir
2009-09-13 20:31:20 +00:00
parent 2b9d2dd43d
commit a1937af69f
8 changed files with 19 additions and 19 deletions

View File

@@ -43,7 +43,7 @@ param
AForm = AN NForm | AAdv ;
oper
Adjective : Type = {s : Degree => AForm => Str} ;
Adjective : Type = {s : Degree => AForm => Str; lock_A : {}} ;
--2 Noun phrases
--