forked from GitHub/gf-core
8 lines
137 B
Plaintext
8 lines
137 B
Plaintext
interface LexFacebook = open Syntax in
|
|
{
|
|
oper
|
|
nounFromS : S -> NP ;
|
|
checkIn : NP -> VP ;
|
|
beFriends : NP -> VP ;
|
|
like : NP -> NP -> S ;
|
|
} |