mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
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 ;
|
|
} |