diff options
Diffstat (limited to 'transfer/examples/reflexive/Abstract.gf')
| -rw-r--r-- | transfer/examples/reflexive/Abstract.gf | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/transfer/examples/reflexive/Abstract.gf b/transfer/examples/reflexive/Abstract.gf deleted file mode 100644 index 0426defdc..000000000 --- a/transfer/examples/reflexive/Abstract.gf +++ /dev/null @@ -1,15 +0,0 @@ -abstract Abstract = { - -cat - S ; NP ; V2 ; Conj ; - -fun - PredV2 : V2 -> NP -> NP -> S ; - ReflV2 : V2 -> NP -> S ; - ConjNP : Conj -> NP -> NP -> NP ; - - And, Or : Conj ; - John, Mary, Bill : NP ; - See, Whip : V2 ; - -} |
