1
0
forked from GitHub/gf-core

Attempto complete up to spec

This commit is contained in:
aarne
2008-11-15 20:08:09 +00:00
parent 373b4d6828
commit f30560efcc
14 changed files with 71 additions and 13 deletions

View File

@@ -9,5 +9,7 @@ oper
{s = x ; lock_Subj = <>} ;
mkNP : Str -> Number -> NP = \s,n ->
regNP s n ** {lock_NP = <>} ;
mkIDet : Str -> Number -> IDet = \s,n ->
{s = s ; n = n ; lock_IDet = <>} ;
}