1
0
forked from GitHub/gf-core

reorder code lines

This commit is contained in:
dana.dannells
2012-06-06 22:53:30 +00:00
parent c4bf79e105
commit 694564d275
2 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ oper
ClSlash : Type = {
s : TenseHeb => Polarity => Str ;
c2 : Prep
c2 : Case
} ;
VP : Type = {
@@ -129,7 +129,7 @@ oper
-- defH : Str -> Str = \cn ->
-- case cn of {_ => "h" + cn} ;
insertObj : NP -> VP -> VP = \np,vp ->
insertObj : NP -> VP -> VP = \np,vp ->
let
nps = np.s ! Acc
in

View File

@@ -6,7 +6,7 @@ concrete VerbHeb of Verb = CatHeb ** open Prelude, ResHeb in {
UseV = predV ;
ComplSlash vp np = insertObj vp np;
ComplSlash vp np = insertObj np vp;
SlashV2a v = predVc v ; --predV v ** {c2 = v.c2} ;