diff options
Diffstat (limited to 'examples/attempto/Attempto.gf')
| -rw-r--r-- | examples/attempto/Attempto.gf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/attempto/Attempto.gf b/examples/attempto/Attempto.gf index bdc8ba1c5..c52ad2c29 100644 --- a/examples/attempto/Attempto.gf +++ b/examples/attempto/Attempto.gf @@ -131,6 +131,10 @@ fun eachRS : RS -> RS ; -- each of who fun suchCN : CN -> S -> CN ; +fun predRS : VP -> RS ; +fun slashRS : NP -> V2 -> RS ; + + -- 2.2.4 fun genNP : NP -> CN -> NP ; -- everybody's customer |
