1
0
forked from GitHub/gf-core

small cleanup

This commit is contained in:
inari
2014-06-19 09:57:23 +00:00
parent 8508b8be01
commit 7db004d2f6

View File

@@ -407,7 +407,7 @@ param
---- clause, inverted, or subordinate. ---- clause, inverted, or subordinate.
oper oper
Preposition = Str ; --* Bool; Preposition = Str ;
appPrep : Preposition -> (NPCase => Str) -> Str = \p,np -> p ++ np ! NPAcc ; ---- appPrep : Preposition -> (NPCase => Str) -> Str = \p,np -> p ++ np ! NPAcc ; ----
param param
@@ -537,7 +537,6 @@ param
n2 = vp.n2 ; n2 = vp.n2 ;
a2 = vp.a2 ++ adv ; a2 = vp.a2 ++ adv ;
isAux = vp.isAux ; isAux = vp.isAux ;
-- hasPrep = vp.hasPrep ;
negBeforeObj = vp.negBeforeObj ; negBeforeObj = vp.negBeforeObj ;
inf = vp.inf ; inf = vp.inf ;
ext = vp.ext ext = vp.ext
@@ -550,7 +549,6 @@ param
n2 = vp.n2 ; n2 = vp.n2 ;
a2 = vp.a2 ; a2 = vp.a2 ;
isAux = vp.isAux ; isAux = vp.isAux ;
-- hasPrep = vp.hasPrep ;
negBeforeObj = vp.negBeforeObj ; negBeforeObj = vp.negBeforeObj ;
inf = vp.inf ; inf = vp.inf ;
ext = vp.ext ++ ext ext = vp.ext ++ ext
@@ -564,7 +562,6 @@ param
a2 = vp.a2 ; a2 = vp.a2 ;
isAux = vp.isAux ; ---- isAux = vp.isAux ; ----
negBeforeObj = vp.negBeforeObj ; negBeforeObj = vp.negBeforeObj ;
-- hasPrep = vp.hasPrep ;
inf = <inf ++ vp.inf.p1, True> ; inf = <inf ++ vp.inf.p1, True> ;
ext = vp.ext ext = vp.ext
} ; } ;