1 2 3 4 5 6 7 8
interface LexFacebook = open Syntax in { oper nounFromS : S -> NP ; checkIn : NP -> VP ; beFriends : NP -> VP ; like : NP -> NP -> S ; }