mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-06-22 01:36:14 -06:00
Attempto complete up to spec
This commit is contained in:
@@ -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 = <>} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user