diff options
Diffstat (limited to 'next-lib/src/abstract')
| -rw-r--r-- | next-lib/src/abstract/Lexicon.gf | 1 | ||||
| -rw-r--r-- | next-lib/src/abstract/Structural.gf | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/next-lib/src/abstract/Lexicon.gf b/next-lib/src/abstract/Lexicon.gf index 2d5e533bc..2c2a97c0f 100644 --- a/next-lib/src/abstract/Lexicon.gf +++ b/next-lib/src/abstract/Lexicon.gf @@ -137,7 +137,6 @@ fun harbour_N : N ; hate_V2 : V2 ; hat_N : N ; - have_V2 : V2 ; head_N : N ; heart_N : N ; hear_V2 : V2 ; diff --git a/next-lib/src/abstract/Structural.gf b/next-lib/src/abstract/Structural.gf index 57cb6453e..dbf9eb6c5 100644 --- a/next-lib/src/abstract/Structural.gf +++ b/next-lib/src/abstract/Structural.gf @@ -119,4 +119,5 @@ abstract Structural = Cat ** { as_CAdv : CAdv ; + have_V2 : V2 ; } |
