mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-08 06:36:32 -06:00
query language extended and generalized
This commit is contained in:
@@ -9,5 +9,7 @@ oper
|
||||
lin NP (regNP s n) ;
|
||||
mkIDet : Str -> ParadigmsEng.Number -> IDet = \s,n ->
|
||||
lin IDet {s = s ; n = n} ;
|
||||
mkIQuant : Str -> Str -> IQuant = \s,n ->
|
||||
lin IQuant {s = table {Sg => s ; Pl => n}} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user