mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-04 08:42:50 -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