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

8 lines
175 B
Plaintext

instance LexFaceFin of LexFace = open SyntaxFin, ParadigmsFin in {
oper
like_V2 = mkV2 (mkV "pitää") elative ;
invitation_N = mkN "kutsu" ;
friend_N = mkN "ystävä" ;
}