forked from GitHub/gf-core
lrec tutorial examples
This commit is contained in:
8
examples/lrec-tutorial/face/LexFaceEng.gf
Normal file
8
examples/lrec-tutorial/face/LexFaceEng.gf
Normal file
@@ -0,0 +1,8 @@
|
||||
instance LexFaceEng of LexFace = open SyntaxEng, ParadigmsEng in {
|
||||
|
||||
oper
|
||||
like_V2 = mkV2 "like" ;
|
||||
invitation_N = mkN "invitation" ;
|
||||
friend_N = mkN "friend" ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user