ls' = mapWithKey (\gamma _ ->
pathUnivTrans i (es `proj` gamma) (wi0 `face` gamma))
+-- pathUniv i (es `proj` gamma) Map.empty (wi0 `face` gamma))
es'
vi1' = compLine ai1 vi1 ls'
where i:j:_ = freshs (e,ts,a)
ei = e @@ i
vs = mapWithKey (\alpha uAlpha ->
- transFill i (ei `face` alpha) uAlpha) ts
- theta = genFillNeg i ei a vs
- t = genCompNeg i ei a vs
- theta' = transFill i ei t
+ transFillNeg i (ei `face` alpha) uAlpha) ts
+ theta = genFill i ei a vs
+ t = genComp i ei a vs
+ theta' = transFillNeg i ei t
ws = insertSystem (j ~> 1) theta' $
insertSystem (j ~> 0) theta $ vs
- theta'' = genComp i ei t ws
+ theta'' = genCompNeg i ei t ws
-------------------------------------------------------------------------------
loop2 : loopS1 = compId S1 base base base loop' loop'
loop2' : loopS1 = compId' S1 base base base loop' loop'
-loop2'' : loopS1 = compId'' S1 base base loop' base loop'
\ No newline at end of file
+loop2'' : loopS1 = compId'' S1 base base loop' base loop'
+
+
+test : Id U Z Z = compId U Z Z Z sucIdZ sucIdZ
\ No newline at end of file