1
0
forked from GitHub/gf-core
Files
gf-core/doc/tutorial/applications/CommentsI.gf
2005-12-19 16:31:40 +00:00

21 lines
395 B
Plaintext

--# -path=.:prelude
incomplete concrete CommentsI of Comments = open Syntax in {
lincat
S = Syntax.S ;
Quality = AP ;
Kind = CN ;
Item = NP ;
lin
Is item quality = PosVP item (PredAP quality) ;
This = DetCN this_Det ;
That = DetCN that_Det ;
These = DetCN these_Det ;
Those = DetCN those_Det ;
QKind = ModCN ;
Very = AdAP very_AdA ;
}