forked from GitHub/gf-core
lrec tutorial examples
This commit is contained in:
6
examples/lrec-tutorial/face/LexFaceIta.gf
Normal file
6
examples/lrec-tutorial/face/LexFaceIta.gf
Normal file
@@ -0,0 +1,6 @@
|
||||
instance LexFaceIta of LexFace = open SyntaxIta, ParadigmsIta in {
|
||||
oper
|
||||
like_V2 = mkV2 (mkV (piacere_64 "piacere")) dative ;
|
||||
invitation_N = mkN "invito" ;
|
||||
friend_N = mkN "amico" ;
|
||||
}
|
||||
Reference in New Issue
Block a user