mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-10 05:29:30 -06:00
9 lines
198 B
Plaintext
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 ;
|
|
}
|