Files
gf-core/examples/lrec-tutorial/face/FaceIta.gf
2010-04-24 11:34:04 +00:00

9 lines
198 B
Plaintext

--# -path=.:present
concrete FaceIta of Face = FaceI - [Like] with
(Syntax = SyntaxIta),
(LexFace = LexFaceIta) ** open SyntaxIta in {
lin Like p o =
mkCl (mkNP this_Quant o) like_V2 p ;
}