mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 17:22:51 -06:00
API documentation and slight change in Det syntax
This commit is contained in:
@@ -49,8 +49,8 @@ concrete CatEng of Cat = open ResEng, Prelude in {
|
||||
|
||||
CN = {s : Number => Case => Str} ;
|
||||
NP, Pron = {s : Case => Str ; a : Agr} ;
|
||||
Det, Quant = {s : Str ; n : Number} ;
|
||||
Predet, Num, Ord = {s : Str} ;
|
||||
Det = {s : Str ; n : Number} ;
|
||||
Predet, QuantSg, QuantPl, Num, Ord = {s : Str} ;
|
||||
|
||||
-- Adverb
|
||||
|
||||
|
||||
Reference in New Issue
Block a user