summaryrefslogtreecommitdiff
path: root/examples/lrec-tutorial/face/LexFaceFin.gf
blob: f43dbb022e3c1586988e2ff8beb6adf86b2bc3f0 (plain)
1
2
3
4
5
6
7
instance LexFaceFin of LexFace = open SyntaxFin, ParadigmsFin in {

oper
  like_V2 = mkV2 (mkV "pitää") elative ;
  invitation_N = mkN "kutsu" ;
  friend_N = mkN "ystävä" ;
}