summaryrefslogtreecommitdiff
path: root/examples/lrec-tutorial/face/LexFace.gf
blob: db60ab8fde26021efda56cdf15f82d89d3b58510 (plain)
1
2
3
4
5
6
7
8
interface LexFace = open Syntax in {

oper
  like_V2 : V2 ;
  invitation_N : N ;
  friend_N : N ; 

}