blob: ce03ef1265c6dfff70c64af44e893fe71e02566e (
plain)
1
2
3
4
5
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" ;
}
|