14.97/6.35 YES 17.55/7.05 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 17.55/7.05 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 17.55/7.05 17.55/7.05 17.55/7.05 H-Termination with start terms of the given HASKELL could be proven: 17.55/7.05 17.55/7.05 (0) HASKELL 17.55/7.05 (1) CR [EQUIVALENT, 0 ms] 17.55/7.05 (2) HASKELL 17.55/7.05 (3) IFR [EQUIVALENT, 0 ms] 17.55/7.05 (4) HASKELL 17.55/7.05 (5) BR [EQUIVALENT, 0 ms] 17.55/7.05 (6) HASKELL 17.55/7.05 (7) COR [EQUIVALENT, 7 ms] 17.55/7.05 (8) HASKELL 17.55/7.05 (9) LetRed [EQUIVALENT, 0 ms] 17.55/7.05 (10) HASKELL 17.55/7.05 (11) NumRed [SOUND, 0 ms] 17.55/7.05 (12) HASKELL 17.55/7.05 (13) Narrow [SOUND, 0 ms] 17.55/7.05 (14) AND 17.55/7.05 (15) QDP 17.55/7.05 (16) QDPSizeChangeProof [EQUIVALENT, 1 ms] 17.55/7.05 (17) YES 17.55/7.05 (18) QDP 17.55/7.05 (19) QDPSizeChangeProof [EQUIVALENT, 0 ms] 17.55/7.05 (20) YES 17.55/7.05 (21) QDP 17.55/7.05 (22) QDPSizeChangeProof [EQUIVALENT, 0 ms] 17.55/7.05 (23) YES 17.55/7.05 (24) QDP 17.55/7.05 (25) QDPSizeChangeProof [EQUIVALENT, 15 ms] 17.55/7.05 (26) YES 17.55/7.05 (27) QDP 17.55/7.05 (28) QDPSizeChangeProof [EQUIVALENT, 0 ms] 17.55/7.05 (29) YES 17.55/7.05 (30) QDP 17.55/7.05 (31) QDPSizeChangeProof [EQUIVALENT, 0 ms] 17.55/7.05 (32) YES 17.55/7.05 17.55/7.05 17.55/7.05 ---------------------------------------- 17.55/7.05 17.55/7.05 (0) 17.55/7.05 Obligation: 17.55/7.05 mainModule Main 17.55/7.05 module Main where { 17.55/7.05 import qualified Prelude; 17.55/7.05 } 17.55/7.05 17.55/7.05 ---------------------------------------- 17.55/7.05 17.55/7.05 (1) CR (EQUIVALENT) 17.55/7.05 Case Reductions: 17.55/7.05 The following Case expression 17.55/7.05 "case compare x y of { 17.55/7.05 EQ -> o; 17.55/7.05 LT -> LT; 17.55/7.05 GT -> GT} 17.55/7.05 " 17.55/7.05 is transformed to 17.55/7.05 "primCompAux0 o EQ = o; 17.55/7.05 primCompAux0 o LT = LT; 17.55/7.05 primCompAux0 o GT = GT; 17.55/7.05 " 17.55/7.05 17.55/7.05 ---------------------------------------- 17.55/7.05 17.55/7.05 (2) 17.55/7.05 Obligation: 17.55/7.05 mainModule Main 17.55/7.05 module Main where { 17.55/7.05 import qualified Prelude; 17.55/7.05 } 17.55/7.05 17.55/7.05 ---------------------------------------- 17.55/7.05 17.55/7.05 (3) IFR (EQUIVALENT) 17.55/7.05 If Reductions: 17.55/7.05 The following If expression 17.55/7.05 "if primGEqNatS x y then Succ (primDivNatS (primMinusNatS x y) (Succ y)) else Zero" 17.55/7.05 is transformed to 17.55/7.05 "primDivNatS0 x y True = Succ (primDivNatS (primMinusNatS x y) (Succ y)); 17.55/7.05 primDivNatS0 x y False = Zero; 17.55/7.05 " 17.55/7.05 The following If expression 17.55/7.05 "if primGEqNatS x y then primModNatS (primMinusNatS x y) (Succ y) else Succ x" 17.55/7.05 is transformed to 17.55/7.05 "primModNatS0 x y True = primModNatS (primMinusNatS x y) (Succ y); 17.55/7.05 primModNatS0 x y False = Succ x; 17.55/7.05 " 17.55/7.05 17.55/7.05 ---------------------------------------- 17.55/7.05 17.55/7.05 (4) 17.55/7.05 Obligation: 17.55/7.05 mainModule Main 17.55/7.05 module Main where { 17.55/7.05 import qualified Prelude; 17.55/7.05 } 17.55/7.05 17.55/7.05 ---------------------------------------- 17.55/7.05 17.55/7.05 (5) BR (EQUIVALENT) 17.55/7.05 Replaced joker patterns by fresh variables and removed binding patterns. 17.55/7.05 ---------------------------------------- 17.55/7.05 17.55/7.05 (6) 17.55/7.05 Obligation: 17.55/7.05 mainModule Main 17.55/7.05 module Main where { 17.55/7.05 import qualified Prelude; 17.55/7.05 } 17.55/7.05 17.55/7.05 ---------------------------------------- 17.55/7.05 17.55/7.05 (7) COR (EQUIVALENT) 17.55/7.05 Cond Reductions: 17.55/7.05 The following Function with conditions 17.55/7.05 "compare x y|x == yEQ|x <= yLT|otherwiseGT; 17.55/7.05 " 17.55/7.05 is transformed to 17.55/7.05 "compare x y = compare3 x y; 17.55/7.05 " 17.55/7.05 "compare1 x y True = LT; 17.55/7.05 compare1 x y False = compare0 x y otherwise; 17.55/7.05 " 17.55/7.05 "compare0 x y True = GT; 17.55/7.05 " 17.55/7.05 "compare2 x y True = EQ; 17.55/7.05 compare2 x y False = compare1 x y (x <= y); 17.55/7.05 " 17.55/7.05 "compare3 x y = compare2 x y (x == y); 17.55/7.05 " 17.55/7.05 The following Function with conditions 17.55/7.05 "min x y|x <= yx|otherwisey; 17.55/7.05 " 17.55/7.05 is transformed to 17.55/7.05 "min x y = min2 x y; 17.55/7.05 " 17.55/7.05 "min0 x y True = y; 17.55/7.05 " 17.55/7.05 "min1 x y True = x; 17.55/7.05 min1 x y False = min0 x y otherwise; 17.55/7.05 " 17.55/7.05 "min2 x y = min1 x y (x <= y); 17.55/7.05 " 17.55/7.05 The following Function with conditions 17.55/7.05 "absReal x|x >= 0x|otherwise`negate` x; 17.55/7.05 " 17.55/7.05 is transformed to 17.55/7.05 "absReal x = absReal2 x; 17.55/7.05 " 17.55/7.05 "absReal0 x True = `negate` x; 17.55/7.05 " 17.55/7.05 "absReal1 x True = x; 17.55/7.05 absReal1 x False = absReal0 x otherwise; 17.55/7.05 " 17.55/7.05 "absReal2 x = absReal1 x (x >= 0); 17.55/7.05 " 17.55/7.05 The following Function with conditions 17.55/7.05 "gcd' x 0 = x; 17.55/7.05 gcd' x y = gcd' y (x `rem` y); 17.55/7.05 " 17.55/7.05 is transformed to 17.55/7.05 "gcd' x zx = gcd'2 x zx; 17.55/7.05 gcd' x y = gcd'0 x y; 17.55/7.05 " 17.55/7.05 "gcd'0 x y = gcd' y (x `rem` y); 17.55/7.05 " 17.55/7.05 "gcd'1 True x zx = x; 17.55/7.05 gcd'1 zy zz vuu = gcd'0 zz vuu; 17.55/7.05 " 17.55/7.05 "gcd'2 x zx = gcd'1 (zx == 0) x zx; 17.55/7.05 gcd'2 vuv vuw = gcd'0 vuv vuw; 17.55/7.05 " 17.55/7.05 The following Function with conditions 17.55/7.05 "gcd 0 0 = error []; 17.55/7.05 gcd x y = gcd' (abs x) (abs y) where { 17.55/7.05 gcd' x 0 = x; 17.55/7.05 gcd' x y = gcd' y (x `rem` y); 17.55/7.05 } 17.55/7.05 ; 17.55/7.05 " 17.55/7.05 is transformed to 17.55/7.05 "gcd vux vuy = gcd3 vux vuy; 17.55/7.05 gcd x y = gcd0 x y; 17.55/7.05 " 17.55/7.05 "gcd0 x y = gcd' (abs x) (abs y) where { 17.55/7.05 gcd' x zx = gcd'2 x zx; 17.55/7.05 gcd' x y = gcd'0 x y; 17.55/7.05 ; 17.55/7.05 gcd'0 x y = gcd' y (x `rem` y); 17.55/7.05 ; 17.55/7.05 gcd'1 True x zx = x; 17.55/7.05 gcd'1 zy zz vuu = gcd'0 zz vuu; 17.55/7.05 ; 17.55/7.05 gcd'2 x zx = gcd'1 (zx == 0) x zx; 17.55/7.05 gcd'2 vuv vuw = gcd'0 vuv vuw; 17.55/7.05 } 17.55/7.05 ; 17.55/7.05 " 17.55/7.05 "gcd1 True vux vuy = error []; 17.55/7.05 gcd1 vuz vvu vvv = gcd0 vvu vvv; 17.55/7.05 " 17.55/7.05 "gcd2 True vux vuy = gcd1 (vuy == 0) vux vuy; 17.55/7.05 gcd2 vvw vvx vvy = gcd0 vvx vvy; 17.55/7.05 " 17.55/7.05 "gcd3 vux vuy = gcd2 (vux == 0) vux vuy; 17.55/7.05 gcd3 vvz vwu = gcd0 vvz vwu; 17.55/7.05 " 17.55/7.05 The following Function with conditions 17.55/7.05 "undefined |Falseundefined; 17.55/7.05 " 17.55/7.05 is transformed to 17.55/7.05 "undefined = undefined1; 17.55/7.05 " 17.55/7.05 "undefined0 True = undefined; 17.55/7.05 " 17.55/7.05 "undefined1 = undefined0 False; 17.55/7.05 " 17.55/7.05 The following Function with conditions 17.55/7.05 "reduce x y|y == 0error []|otherwisex `quot` d :% (y `quot` d) where { 17.55/7.05 d = gcd x y; 17.55/7.05 } 17.55/7.05 ; 17.55/7.05 " 17.55/7.05 is transformed to 17.55/7.05 "reduce x y = reduce2 x y; 17.55/7.05 " 17.55/7.05 "reduce2 x y = reduce1 x y (y == 0) where { 17.55/7.05 d = gcd x y; 17.55/7.05 ; 17.55/7.05 reduce0 x y True = x `quot` d :% (y `quot` d); 17.55/7.05 ; 17.55/7.05 reduce1 x y True = error []; 17.55/7.05 reduce1 x y False = reduce0 x y otherwise; 17.55/7.05 } 17.55/7.05 ; 17.55/7.05 " 17.55/7.05 17.55/7.05 ---------------------------------------- 17.55/7.05 17.55/7.05 (8) 17.55/7.05 Obligation: 17.55/7.05 mainModule Main 17.55/7.05 module Main where { 17.55/7.05 import qualified Prelude; 17.55/7.05 } 17.55/7.05 17.55/7.05 ---------------------------------------- 17.55/7.05 17.55/7.05 (9) LetRed (EQUIVALENT) 17.55/7.05 Let/Where Reductions: 17.55/7.05 The bindings of the following Let/Where expression 17.55/7.05 "gcd' (abs x) (abs y) where { 17.55/7.05 gcd' x zx = gcd'2 x zx; 17.55/7.05 gcd' x y = gcd'0 x y; 17.55/7.05 ; 17.55/7.05 gcd'0 x y = gcd' y (x `rem` y); 17.55/7.05 ; 17.55/7.05 gcd'1 True x zx = x; 17.55/7.05 gcd'1 zy zz vuu = gcd'0 zz vuu; 17.55/7.05 ; 17.55/7.05 gcd'2 x zx = gcd'1 (zx == 0) x zx; 17.55/7.05 gcd'2 vuv vuw = gcd'0 vuv vuw; 17.55/7.05 } 17.55/7.05 " 17.55/7.05 are unpacked to the following functions on top level 17.55/7.05 "gcd0Gcd' x zx = gcd0Gcd'2 x zx; 17.55/7.05 gcd0Gcd' x y = gcd0Gcd'0 x y; 17.55/7.05 " 17.55/7.05 "gcd0Gcd'0 x y = gcd0Gcd' y (x `rem` y); 17.55/7.05 " 17.55/7.05 "gcd0Gcd'2 x zx = gcd0Gcd'1 (zx == 0) x zx; 17.55/7.05 gcd0Gcd'2 vuv vuw = gcd0Gcd'0 vuv vuw; 17.55/7.05 " 17.55/7.05 "gcd0Gcd'1 True x zx = x; 17.55/7.05 gcd0Gcd'1 zy zz vuu = gcd0Gcd'0 zz vuu; 17.55/7.05 " 17.55/7.05 The bindings of the following Let/Where expression 17.55/7.05 "reduce1 x y (y == 0) where { 17.55/7.05 d = gcd x y; 17.55/7.05 ; 17.55/7.05 reduce0 x y True = x `quot` d :% (y `quot` d); 17.55/7.05 ; 17.55/7.05 reduce1 x y True = error []; 17.55/7.05 reduce1 x y False = reduce0 x y otherwise; 17.55/7.05 } 17.55/7.05 " 17.55/7.05 are unpacked to the following functions on top level 17.55/7.05 "reduce2Reduce1 vwv vww x y True = error []; 17.55/7.05 reduce2Reduce1 vwv vww x y False = reduce2Reduce0 vwv vww x y otherwise; 17.55/7.05 " 17.55/7.05 "reduce2Reduce0 vwv vww x y True = x `quot` reduce2D vwv vww :% (y `quot` reduce2D vwv vww); 17.55/7.05 " 17.55/7.05 "reduce2D vwv vww = gcd vwv vww; 17.55/7.05 " 17.55/7.05 17.55/7.05 ---------------------------------------- 17.55/7.05 17.55/7.05 (10) 17.55/7.05 Obligation: 17.55/7.05 mainModule Main 17.55/7.05 module Main where { 17.55/7.05 import qualified Prelude; 17.55/7.05 } 17.55/7.05 17.55/7.05 ---------------------------------------- 17.55/7.05 17.55/7.05 (11) NumRed (SOUND) 17.55/7.05 Num Reduction:All numbers are transformed to their corresponding representation with Succ, Pred and Zero. 17.55/7.05 ---------------------------------------- 17.55/7.05 17.55/7.05 (12) 17.55/7.05 Obligation: 17.55/7.05 mainModule Main 17.55/7.05 module Main where { 17.55/7.05 import qualified Prelude; 17.55/7.05 } 17.55/7.05 17.55/7.05 ---------------------------------------- 17.55/7.05 17.55/7.05 (13) Narrow (SOUND) 17.55/7.05 Haskell To QDPs 17.55/7.05 17.55/7.05 digraph dp_graph { 17.55/7.05 node [outthreshold=100, inthreshold=100];1[label="min",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 17.55/7.05 3[label="min vwx3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 17.55/7.05 4[label="min vwx3 vwx4",fontsize=16,color="black",shape="triangle"];4 -> 5[label="",style="solid", color="black", weight=3]; 17.55/7.05 5[label="min2 vwx3 vwx4",fontsize=16,color="black",shape="box"];5 -> 6[label="",style="solid", color="black", weight=3]; 17.55/7.05 6[label="min1 vwx3 vwx4 (vwx3 <= vwx4)",fontsize=16,color="burlywood",shape="box"];1644[label="vwx3/Left vwx30",fontsize=10,color="white",style="solid",shape="box"];6 -> 1644[label="",style="solid", color="burlywood", weight=9]; 17.55/7.05 1644 -> 7[label="",style="solid", color="burlywood", weight=3]; 17.55/7.05 1645[label="vwx3/Right vwx30",fontsize=10,color="white",style="solid",shape="box"];6 -> 1645[label="",style="solid", color="burlywood", weight=9]; 17.55/7.05 1645 -> 8[label="",style="solid", color="burlywood", weight=3]; 17.55/7.05 7[label="min1 (Left vwx30) vwx4 (Left vwx30 <= vwx4)",fontsize=16,color="burlywood",shape="box"];1646[label="vwx4/Left vwx40",fontsize=10,color="white",style="solid",shape="box"];7 -> 1646[label="",style="solid", color="burlywood", weight=9]; 17.55/7.05 1646 -> 9[label="",style="solid", color="burlywood", weight=3]; 17.55/7.05 1647[label="vwx4/Right vwx40",fontsize=10,color="white",style="solid",shape="box"];7 -> 1647[label="",style="solid", color="burlywood", weight=9]; 17.55/7.05 1647 -> 10[label="",style="solid", color="burlywood", weight=3]; 17.55/7.05 8[label="min1 (Right vwx30) vwx4 (Right vwx30 <= vwx4)",fontsize=16,color="burlywood",shape="box"];1648[label="vwx4/Left vwx40",fontsize=10,color="white",style="solid",shape="box"];8 -> 1648[label="",style="solid", color="burlywood", weight=9]; 17.55/7.05 1648 -> 11[label="",style="solid", color="burlywood", weight=3]; 17.55/7.05 1649[label="vwx4/Right vwx40",fontsize=10,color="white",style="solid",shape="box"];8 -> 1649[label="",style="solid", color="burlywood", weight=9]; 17.55/7.05 1649 -> 12[label="",style="solid", color="burlywood", weight=3]; 17.55/7.05 9[label="min1 (Left vwx30) (Left vwx40) (Left vwx30 <= Left vwx40)",fontsize=16,color="black",shape="box"];9 -> 13[label="",style="solid", color="black", weight=3]; 17.55/7.05 10[label="min1 (Left vwx30) (Right vwx40) (Left vwx30 <= Right vwx40)",fontsize=16,color="black",shape="box"];10 -> 14[label="",style="solid", color="black", weight=3]; 17.55/7.05 11[label="min1 (Right vwx30) (Left vwx40) (Right vwx30 <= Left vwx40)",fontsize=16,color="black",shape="box"];11 -> 15[label="",style="solid", color="black", weight=3]; 17.55/7.05 12[label="min1 (Right vwx30) (Right vwx40) (Right vwx30 <= Right vwx40)",fontsize=16,color="black",shape="box"];12 -> 16[label="",style="solid", color="black", weight=3]; 17.55/7.05 13 -> 17[label="",style="dashed", color="red", weight=0]; 17.55/7.05 13[label="min1 (Left vwx30) (Left vwx40) (vwx30 <= vwx40)",fontsize=16,color="magenta"];13 -> 18[label="",style="dashed", color="magenta", weight=3]; 17.55/7.05 13 -> 19[label="",style="dashed", color="magenta", weight=3]; 17.55/7.05 13 -> 20[label="",style="dashed", color="magenta", weight=3]; 17.55/7.05 14[label="min1 (Left vwx30) (Right vwx40) True",fontsize=16,color="black",shape="box"];14 -> 21[label="",style="solid", color="black", weight=3]; 17.55/7.05 15[label="min1 (Right vwx30) (Left vwx40) False",fontsize=16,color="black",shape="box"];15 -> 22[label="",style="solid", color="black", weight=3]; 17.55/7.05 16 -> 23[label="",style="dashed", color="red", weight=0]; 17.55/7.05 16[label="min1 (Right vwx30) (Right vwx40) (vwx30 <= vwx40)",fontsize=16,color="magenta"];16 -> 24[label="",style="dashed", color="magenta", weight=3]; 17.55/7.05 16 -> 25[label="",style="dashed", color="magenta", weight=3]; 17.55/7.05 16 -> 26[label="",style="dashed", color="magenta", weight=3]; 17.55/7.05 18[label="vwx30",fontsize=16,color="green",shape="box"];19[label="vwx40",fontsize=16,color="green",shape="box"];20[label="vwx30 <= vwx40",fontsize=16,color="blue",shape="box"];1650[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];20 -> 1650[label="",style="solid", color="blue", weight=9]; 17.55/7.05 1650 -> 27[label="",style="solid", color="blue", weight=3]; 17.55/7.05 1651[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];20 -> 1651[label="",style="solid", color="blue", weight=9]; 17.55/7.05 1651 -> 28[label="",style="solid", color="blue", weight=3]; 17.55/7.05 1652[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];20 -> 1652[label="",style="solid", color="blue", weight=9]; 17.55/7.05 1652 -> 29[label="",style="solid", color="blue", weight=3]; 17.55/7.05 1653[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];20 -> 1653[label="",style="solid", color="blue", weight=9]; 17.55/7.05 1653 -> 30[label="",style="solid", color="blue", weight=3]; 17.55/7.05 1654[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];20 -> 1654[label="",style="solid", color="blue", weight=9]; 17.55/7.05 1654 -> 31[label="",style="solid", color="blue", weight=3]; 17.55/7.05 1655[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];20 -> 1655[label="",style="solid", color="blue", weight=9]; 17.55/7.05 1655 -> 32[label="",style="solid", color="blue", weight=3]; 17.55/7.05 1656[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];20 -> 1656[label="",style="solid", color="blue", weight=9]; 17.55/7.05 1656 -> 33[label="",style="solid", color="blue", weight=3]; 17.55/7.05 1657[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];20 -> 1657[label="",style="solid", color="blue", weight=9]; 17.55/7.05 1657 -> 34[label="",style="solid", color="blue", weight=3]; 17.55/7.05 1658[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];20 -> 1658[label="",style="solid", color="blue", weight=9]; 17.55/7.05 1658 -> 35[label="",style="solid", color="blue", weight=3]; 17.55/7.05 1659[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];20 -> 1659[label="",style="solid", color="blue", weight=9]; 17.55/7.05 1659 -> 36[label="",style="solid", color="blue", weight=3]; 17.55/7.05 1660[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];20 -> 1660[label="",style="solid", color="blue", weight=9]; 17.55/7.05 1660 -> 37[label="",style="solid", color="blue", weight=3]; 17.55/7.05 1661[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];20 -> 1661[label="",style="solid", color="blue", weight=9]; 17.55/7.05 1661 -> 38[label="",style="solid", color="blue", weight=3]; 17.55/7.05 1662[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];20 -> 1662[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1662 -> 39[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1663[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];20 -> 1663[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1663 -> 40[label="",style="solid", color="blue", weight=3]; 17.55/7.06 17[label="min1 (Left vwx9) (Left vwx10) vwx11",fontsize=16,color="burlywood",shape="triangle"];1664[label="vwx11/False",fontsize=10,color="white",style="solid",shape="box"];17 -> 1664[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1664 -> 41[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1665[label="vwx11/True",fontsize=10,color="white",style="solid",shape="box"];17 -> 1665[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1665 -> 42[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 21[label="Left vwx30",fontsize=16,color="green",shape="box"];22[label="min0 (Right vwx30) (Left vwx40) otherwise",fontsize=16,color="black",shape="box"];22 -> 43[label="",style="solid", color="black", weight=3]; 17.55/7.06 24[label="vwx30",fontsize=16,color="green",shape="box"];25[label="vwx40",fontsize=16,color="green",shape="box"];26[label="vwx30 <= vwx40",fontsize=16,color="blue",shape="box"];1666[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];26 -> 1666[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1666 -> 44[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1667[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];26 -> 1667[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1667 -> 45[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1668[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];26 -> 1668[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1668 -> 46[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1669[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];26 -> 1669[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1669 -> 47[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1670[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];26 -> 1670[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1670 -> 48[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1671[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];26 -> 1671[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1671 -> 49[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1672[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];26 -> 1672[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1672 -> 50[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1673[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];26 -> 1673[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1673 -> 51[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1674[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];26 -> 1674[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1674 -> 52[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1675[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];26 -> 1675[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1675 -> 53[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1676[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];26 -> 1676[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1676 -> 54[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1677[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];26 -> 1677[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1677 -> 55[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1678[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];26 -> 1678[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1678 -> 56[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1679[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];26 -> 1679[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1679 -> 57[label="",style="solid", color="blue", weight=3]; 17.55/7.06 23[label="min1 (Right vwx16) (Right vwx17) vwx18",fontsize=16,color="burlywood",shape="triangle"];1680[label="vwx18/False",fontsize=10,color="white",style="solid",shape="box"];23 -> 1680[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1680 -> 58[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1681[label="vwx18/True",fontsize=10,color="white",style="solid",shape="box"];23 -> 1681[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1681 -> 59[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 27[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];1682[label="vwx30/(vwx300,vwx301,vwx302)",fontsize=10,color="white",style="solid",shape="box"];27 -> 1682[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1682 -> 60[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 28[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];28 -> 61[label="",style="solid", color="black", weight=3]; 17.55/7.06 29[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];29 -> 62[label="",style="solid", color="black", weight=3]; 17.55/7.06 30[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];30 -> 63[label="",style="solid", color="black", weight=3]; 17.55/7.06 31[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];1683[label="vwx30/Nothing",fontsize=10,color="white",style="solid",shape="box"];31 -> 1683[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1683 -> 64[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1684[label="vwx30/Just vwx300",fontsize=10,color="white",style="solid",shape="box"];31 -> 1684[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1684 -> 65[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 32[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];32 -> 66[label="",style="solid", color="black", weight=3]; 17.55/7.06 33[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];1685[label="vwx30/LT",fontsize=10,color="white",style="solid",shape="box"];33 -> 1685[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1685 -> 67[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1686[label="vwx30/EQ",fontsize=10,color="white",style="solid",shape="box"];33 -> 1686[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1686 -> 68[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1687[label="vwx30/GT",fontsize=10,color="white",style="solid",shape="box"];33 -> 1687[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1687 -> 69[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 34[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];34 -> 70[label="",style="solid", color="black", weight=3]; 17.55/7.06 35[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];1688[label="vwx30/(vwx300,vwx301)",fontsize=10,color="white",style="solid",shape="box"];35 -> 1688[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1688 -> 71[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 36[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];36 -> 72[label="",style="solid", color="black", weight=3]; 17.55/7.06 37[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];37 -> 73[label="",style="solid", color="black", weight=3]; 17.55/7.06 38[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];1689[label="vwx30/Left vwx300",fontsize=10,color="white",style="solid",shape="box"];38 -> 1689[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1689 -> 74[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1690[label="vwx30/Right vwx300",fontsize=10,color="white",style="solid",shape="box"];38 -> 1690[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1690 -> 75[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 39[label="vwx30 <= vwx40",fontsize=16,color="black",shape="triangle"];39 -> 76[label="",style="solid", color="black", weight=3]; 17.55/7.06 40[label="vwx30 <= vwx40",fontsize=16,color="burlywood",shape="triangle"];1691[label="vwx30/False",fontsize=10,color="white",style="solid",shape="box"];40 -> 1691[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1691 -> 77[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1692[label="vwx30/True",fontsize=10,color="white",style="solid",shape="box"];40 -> 1692[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1692 -> 78[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 41[label="min1 (Left vwx9) (Left vwx10) False",fontsize=16,color="black",shape="box"];41 -> 79[label="",style="solid", color="black", weight=3]; 17.55/7.06 42[label="min1 (Left vwx9) (Left vwx10) True",fontsize=16,color="black",shape="box"];42 -> 80[label="",style="solid", color="black", weight=3]; 17.55/7.06 43[label="min0 (Right vwx30) (Left vwx40) True",fontsize=16,color="black",shape="box"];43 -> 81[label="",style="solid", color="black", weight=3]; 17.55/7.06 44 -> 27[label="",style="dashed", color="red", weight=0]; 17.55/7.06 44[label="vwx30 <= vwx40",fontsize=16,color="magenta"];44 -> 82[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 44 -> 83[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 45 -> 28[label="",style="dashed", color="red", weight=0]; 17.55/7.06 45[label="vwx30 <= vwx40",fontsize=16,color="magenta"];45 -> 84[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 45 -> 85[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 46 -> 29[label="",style="dashed", color="red", weight=0]; 17.55/7.06 46[label="vwx30 <= vwx40",fontsize=16,color="magenta"];46 -> 86[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 46 -> 87[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 47 -> 30[label="",style="dashed", color="red", weight=0]; 17.55/7.06 47[label="vwx30 <= vwx40",fontsize=16,color="magenta"];47 -> 88[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 47 -> 89[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 48 -> 31[label="",style="dashed", color="red", weight=0]; 17.55/7.06 48[label="vwx30 <= vwx40",fontsize=16,color="magenta"];48 -> 90[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 48 -> 91[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 49 -> 32[label="",style="dashed", color="red", weight=0]; 17.55/7.06 49[label="vwx30 <= vwx40",fontsize=16,color="magenta"];49 -> 92[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 49 -> 93[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 50 -> 33[label="",style="dashed", color="red", weight=0]; 17.55/7.06 50[label="vwx30 <= vwx40",fontsize=16,color="magenta"];50 -> 94[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 50 -> 95[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 51 -> 34[label="",style="dashed", color="red", weight=0]; 17.55/7.06 51[label="vwx30 <= vwx40",fontsize=16,color="magenta"];51 -> 96[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 51 -> 97[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 52 -> 35[label="",style="dashed", color="red", weight=0]; 17.55/7.06 52[label="vwx30 <= vwx40",fontsize=16,color="magenta"];52 -> 98[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 52 -> 99[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 53 -> 36[label="",style="dashed", color="red", weight=0]; 17.55/7.06 53[label="vwx30 <= vwx40",fontsize=16,color="magenta"];53 -> 100[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 53 -> 101[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 54 -> 37[label="",style="dashed", color="red", weight=0]; 17.55/7.06 54[label="vwx30 <= vwx40",fontsize=16,color="magenta"];54 -> 102[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 54 -> 103[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 55 -> 38[label="",style="dashed", color="red", weight=0]; 17.55/7.06 55[label="vwx30 <= vwx40",fontsize=16,color="magenta"];55 -> 104[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 55 -> 105[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 56 -> 39[label="",style="dashed", color="red", weight=0]; 17.55/7.06 56[label="vwx30 <= vwx40",fontsize=16,color="magenta"];56 -> 106[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 56 -> 107[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 57 -> 40[label="",style="dashed", color="red", weight=0]; 17.55/7.06 57[label="vwx30 <= vwx40",fontsize=16,color="magenta"];57 -> 108[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 57 -> 109[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 58[label="min1 (Right vwx16) (Right vwx17) False",fontsize=16,color="black",shape="box"];58 -> 110[label="",style="solid", color="black", weight=3]; 17.55/7.06 59[label="min1 (Right vwx16) (Right vwx17) True",fontsize=16,color="black",shape="box"];59 -> 111[label="",style="solid", color="black", weight=3]; 17.55/7.06 60[label="(vwx300,vwx301,vwx302) <= vwx40",fontsize=16,color="burlywood",shape="box"];1693[label="vwx40/(vwx400,vwx401,vwx402)",fontsize=10,color="white",style="solid",shape="box"];60 -> 1693[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1693 -> 112[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 61[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];61 -> 113[label="",style="solid", color="black", weight=3]; 17.55/7.06 62[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];62 -> 114[label="",style="solid", color="black", weight=3]; 17.55/7.06 63[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];63 -> 115[label="",style="solid", color="black", weight=3]; 17.55/7.06 64[label="Nothing <= vwx40",fontsize=16,color="burlywood",shape="box"];1694[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];64 -> 1694[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1694 -> 116[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1695[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];64 -> 1695[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1695 -> 117[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 65[label="Just vwx300 <= vwx40",fontsize=16,color="burlywood",shape="box"];1696[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];65 -> 1696[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1696 -> 118[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1697[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];65 -> 1697[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1697 -> 119[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 66[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];66 -> 120[label="",style="solid", color="black", weight=3]; 17.55/7.06 67[label="LT <= vwx40",fontsize=16,color="burlywood",shape="box"];1698[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];67 -> 1698[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1698 -> 121[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1699[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];67 -> 1699[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1699 -> 122[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1700[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];67 -> 1700[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1700 -> 123[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 68[label="EQ <= vwx40",fontsize=16,color="burlywood",shape="box"];1701[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];68 -> 1701[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1701 -> 124[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1702[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];68 -> 1702[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1702 -> 125[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1703[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];68 -> 1703[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1703 -> 126[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 69[label="GT <= vwx40",fontsize=16,color="burlywood",shape="box"];1704[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];69 -> 1704[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1704 -> 127[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1705[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];69 -> 1705[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1705 -> 128[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1706[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];69 -> 1706[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1706 -> 129[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 70[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];70 -> 130[label="",style="solid", color="black", weight=3]; 17.55/7.06 71[label="(vwx300,vwx301) <= vwx40",fontsize=16,color="burlywood",shape="box"];1707[label="vwx40/(vwx400,vwx401)",fontsize=10,color="white",style="solid",shape="box"];71 -> 1707[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1707 -> 131[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 72[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];72 -> 132[label="",style="solid", color="black", weight=3]; 17.55/7.06 73[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];73 -> 133[label="",style="solid", color="black", weight=3]; 17.55/7.06 74[label="Left vwx300 <= vwx40",fontsize=16,color="burlywood",shape="box"];1708[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];74 -> 1708[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1708 -> 134[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1709[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];74 -> 1709[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1709 -> 135[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 75[label="Right vwx300 <= vwx40",fontsize=16,color="burlywood",shape="box"];1710[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];75 -> 1710[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1710 -> 136[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1711[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];75 -> 1711[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1711 -> 137[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 76[label="compare vwx30 vwx40 /= GT",fontsize=16,color="black",shape="box"];76 -> 138[label="",style="solid", color="black", weight=3]; 17.55/7.06 77[label="False <= vwx40",fontsize=16,color="burlywood",shape="box"];1712[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];77 -> 1712[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1712 -> 139[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1713[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];77 -> 1713[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1713 -> 140[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 78[label="True <= vwx40",fontsize=16,color="burlywood",shape="box"];1714[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];78 -> 1714[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1714 -> 141[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1715[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];78 -> 1715[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1715 -> 142[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 79[label="min0 (Left vwx9) (Left vwx10) otherwise",fontsize=16,color="black",shape="box"];79 -> 143[label="",style="solid", color="black", weight=3]; 17.55/7.06 80[label="Left vwx9",fontsize=16,color="green",shape="box"];81[label="Left vwx40",fontsize=16,color="green",shape="box"];82[label="vwx30",fontsize=16,color="green",shape="box"];83[label="vwx40",fontsize=16,color="green",shape="box"];84[label="vwx30",fontsize=16,color="green",shape="box"];85[label="vwx40",fontsize=16,color="green",shape="box"];86[label="vwx30",fontsize=16,color="green",shape="box"];87[label="vwx40",fontsize=16,color="green",shape="box"];88[label="vwx30",fontsize=16,color="green",shape="box"];89[label="vwx40",fontsize=16,color="green",shape="box"];90[label="vwx30",fontsize=16,color="green",shape="box"];91[label="vwx40",fontsize=16,color="green",shape="box"];92[label="vwx30",fontsize=16,color="green",shape="box"];93[label="vwx40",fontsize=16,color="green",shape="box"];94[label="vwx30",fontsize=16,color="green",shape="box"];95[label="vwx40",fontsize=16,color="green",shape="box"];96[label="vwx30",fontsize=16,color="green",shape="box"];97[label="vwx40",fontsize=16,color="green",shape="box"];98[label="vwx30",fontsize=16,color="green",shape="box"];99[label="vwx40",fontsize=16,color="green",shape="box"];100[label="vwx30",fontsize=16,color="green",shape="box"];101[label="vwx40",fontsize=16,color="green",shape="box"];102[label="vwx30",fontsize=16,color="green",shape="box"];103[label="vwx40",fontsize=16,color="green",shape="box"];104[label="vwx30",fontsize=16,color="green",shape="box"];105[label="vwx40",fontsize=16,color="green",shape="box"];106[label="vwx30",fontsize=16,color="green",shape="box"];107[label="vwx40",fontsize=16,color="green",shape="box"];108[label="vwx30",fontsize=16,color="green",shape="box"];109[label="vwx40",fontsize=16,color="green",shape="box"];110[label="min0 (Right vwx16) (Right vwx17) otherwise",fontsize=16,color="black",shape="box"];110 -> 144[label="",style="solid", color="black", weight=3]; 17.55/7.06 111[label="Right vwx16",fontsize=16,color="green",shape="box"];112[label="(vwx300,vwx301,vwx302) <= (vwx400,vwx401,vwx402)",fontsize=16,color="black",shape="box"];112 -> 145[label="",style="solid", color="black", weight=3]; 17.55/7.06 113 -> 538[label="",style="dashed", color="red", weight=0]; 17.55/7.06 113[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];113 -> 539[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 114 -> 538[label="",style="dashed", color="red", weight=0]; 17.55/7.06 114[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];114 -> 540[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 115 -> 538[label="",style="dashed", color="red", weight=0]; 17.55/7.06 115[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];115 -> 541[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 116[label="Nothing <= Nothing",fontsize=16,color="black",shape="box"];116 -> 150[label="",style="solid", color="black", weight=3]; 17.55/7.06 117[label="Nothing <= Just vwx400",fontsize=16,color="black",shape="box"];117 -> 151[label="",style="solid", color="black", weight=3]; 17.55/7.06 118[label="Just vwx300 <= Nothing",fontsize=16,color="black",shape="box"];118 -> 152[label="",style="solid", color="black", weight=3]; 17.55/7.06 119[label="Just vwx300 <= Just vwx400",fontsize=16,color="black",shape="box"];119 -> 153[label="",style="solid", color="black", weight=3]; 17.55/7.06 120 -> 538[label="",style="dashed", color="red", weight=0]; 17.55/7.06 120[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];120 -> 542[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 121[label="LT <= LT",fontsize=16,color="black",shape="box"];121 -> 155[label="",style="solid", color="black", weight=3]; 17.55/7.06 122[label="LT <= EQ",fontsize=16,color="black",shape="box"];122 -> 156[label="",style="solid", color="black", weight=3]; 17.55/7.06 123[label="LT <= GT",fontsize=16,color="black",shape="box"];123 -> 157[label="",style="solid", color="black", weight=3]; 17.55/7.06 124[label="EQ <= LT",fontsize=16,color="black",shape="box"];124 -> 158[label="",style="solid", color="black", weight=3]; 17.55/7.06 125[label="EQ <= EQ",fontsize=16,color="black",shape="box"];125 -> 159[label="",style="solid", color="black", weight=3]; 17.55/7.06 126[label="EQ <= GT",fontsize=16,color="black",shape="box"];126 -> 160[label="",style="solid", color="black", weight=3]; 17.55/7.06 127[label="GT <= LT",fontsize=16,color="black",shape="box"];127 -> 161[label="",style="solid", color="black", weight=3]; 17.55/7.06 128[label="GT <= EQ",fontsize=16,color="black",shape="box"];128 -> 162[label="",style="solid", color="black", weight=3]; 17.55/7.06 129[label="GT <= GT",fontsize=16,color="black",shape="box"];129 -> 163[label="",style="solid", color="black", weight=3]; 17.55/7.06 130 -> 538[label="",style="dashed", color="red", weight=0]; 17.55/7.06 130[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];130 -> 543[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 131[label="(vwx300,vwx301) <= (vwx400,vwx401)",fontsize=16,color="black",shape="box"];131 -> 165[label="",style="solid", color="black", weight=3]; 17.55/7.06 132 -> 538[label="",style="dashed", color="red", weight=0]; 17.55/7.06 132[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];132 -> 544[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 133 -> 538[label="",style="dashed", color="red", weight=0]; 17.55/7.06 133[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];133 -> 545[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 134[label="Left vwx300 <= Left vwx400",fontsize=16,color="black",shape="box"];134 -> 168[label="",style="solid", color="black", weight=3]; 17.55/7.06 135[label="Left vwx300 <= Right vwx400",fontsize=16,color="black",shape="box"];135 -> 169[label="",style="solid", color="black", weight=3]; 17.55/7.06 136[label="Right vwx300 <= Left vwx400",fontsize=16,color="black",shape="box"];136 -> 170[label="",style="solid", color="black", weight=3]; 17.55/7.06 137[label="Right vwx300 <= Right vwx400",fontsize=16,color="black",shape="box"];137 -> 171[label="",style="solid", color="black", weight=3]; 17.55/7.06 138 -> 538[label="",style="dashed", color="red", weight=0]; 17.55/7.06 138[label="not (compare vwx30 vwx40 == GT)",fontsize=16,color="magenta"];138 -> 546[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 139[label="False <= False",fontsize=16,color="black",shape="box"];139 -> 173[label="",style="solid", color="black", weight=3]; 17.55/7.06 140[label="False <= True",fontsize=16,color="black",shape="box"];140 -> 174[label="",style="solid", color="black", weight=3]; 17.55/7.06 141[label="True <= False",fontsize=16,color="black",shape="box"];141 -> 175[label="",style="solid", color="black", weight=3]; 17.55/7.06 142[label="True <= True",fontsize=16,color="black",shape="box"];142 -> 176[label="",style="solid", color="black", weight=3]; 17.55/7.06 143[label="min0 (Left vwx9) (Left vwx10) True",fontsize=16,color="black",shape="box"];143 -> 177[label="",style="solid", color="black", weight=3]; 17.55/7.06 144[label="min0 (Right vwx16) (Right vwx17) True",fontsize=16,color="black",shape="box"];144 -> 178[label="",style="solid", color="black", weight=3]; 17.55/7.06 145 -> 261[label="",style="dashed", color="red", weight=0]; 17.55/7.06 145[label="vwx300 < vwx400 || vwx300 == vwx400 && (vwx301 < vwx401 || vwx301 == vwx401 && vwx302 <= vwx402)",fontsize=16,color="magenta"];145 -> 262[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 145 -> 263[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 145 -> 264[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 145 -> 265[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 539[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];1716[label="vwx30/vwx300 : vwx301",fontsize=10,color="white",style="solid",shape="box"];539 -> 1716[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1716 -> 560[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1717[label="vwx30/[]",fontsize=10,color="white",style="solid",shape="box"];539 -> 1717[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1717 -> 561[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 538[label="not (vwx48 == GT)",fontsize=16,color="burlywood",shape="triangle"];1718[label="vwx48/LT",fontsize=10,color="white",style="solid",shape="box"];538 -> 1718[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1718 -> 562[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1719[label="vwx48/EQ",fontsize=10,color="white",style="solid",shape="box"];538 -> 1719[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1719 -> 563[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1720[label="vwx48/GT",fontsize=10,color="white",style="solid",shape="box"];538 -> 1720[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1720 -> 564[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 540[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];540 -> 565[label="",style="solid", color="black", weight=3]; 17.55/7.06 541[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];541 -> 566[label="",style="solid", color="black", weight=3]; 17.55/7.06 150[label="True",fontsize=16,color="green",shape="box"];151[label="True",fontsize=16,color="green",shape="box"];152[label="False",fontsize=16,color="green",shape="box"];153[label="vwx300 <= vwx400",fontsize=16,color="blue",shape="box"];1721[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];153 -> 1721[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1721 -> 194[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1722[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];153 -> 1722[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1722 -> 195[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1723[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];153 -> 1723[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1723 -> 196[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1724[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];153 -> 1724[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1724 -> 197[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1725[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];153 -> 1725[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1725 -> 198[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1726[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];153 -> 1726[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1726 -> 199[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1727[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];153 -> 1727[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1727 -> 200[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1728[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];153 -> 1728[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1728 -> 201[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1729[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];153 -> 1729[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1729 -> 202[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1730[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];153 -> 1730[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1730 -> 203[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1731[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];153 -> 1731[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1731 -> 204[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1732[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];153 -> 1732[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1732 -> 205[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1733[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];153 -> 1733[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1733 -> 206[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1734[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];153 -> 1734[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1734 -> 207[label="",style="solid", color="blue", weight=3]; 17.55/7.06 542[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];1735[label="vwx30/()",fontsize=10,color="white",style="solid",shape="box"];542 -> 1735[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1735 -> 567[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 155[label="True",fontsize=16,color="green",shape="box"];156[label="True",fontsize=16,color="green",shape="box"];157[label="True",fontsize=16,color="green",shape="box"];158[label="False",fontsize=16,color="green",shape="box"];159[label="True",fontsize=16,color="green",shape="box"];160[label="True",fontsize=16,color="green",shape="box"];161[label="False",fontsize=16,color="green",shape="box"];162[label="False",fontsize=16,color="green",shape="box"];163[label="True",fontsize=16,color="green",shape="box"];543[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];543 -> 568[label="",style="solid", color="black", weight=3]; 17.55/7.06 165 -> 261[label="",style="dashed", color="red", weight=0]; 17.55/7.06 165[label="vwx300 < vwx400 || vwx300 == vwx400 && vwx301 <= vwx401",fontsize=16,color="magenta"];165 -> 266[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 165 -> 267[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 165 -> 268[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 165 -> 269[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 544[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];1736[label="vwx30/vwx300 :% vwx301",fontsize=10,color="white",style="solid",shape="box"];544 -> 1736[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1736 -> 569[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 545[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];1737[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];545 -> 1737[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1737 -> 570[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 168[label="vwx300 <= vwx400",fontsize=16,color="blue",shape="box"];1738[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];168 -> 1738[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1738 -> 218[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1739[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];168 -> 1739[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1739 -> 219[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1740[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];168 -> 1740[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1740 -> 220[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1741[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];168 -> 1741[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1741 -> 221[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1742[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];168 -> 1742[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1742 -> 222[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1743[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];168 -> 1743[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1743 -> 223[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1744[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];168 -> 1744[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1744 -> 224[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1745[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];168 -> 1745[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1745 -> 225[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1746[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];168 -> 1746[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1746 -> 226[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1747[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];168 -> 1747[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1747 -> 227[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1748[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];168 -> 1748[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1748 -> 228[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1749[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];168 -> 1749[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1749 -> 229[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1750[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];168 -> 1750[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1750 -> 230[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1751[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];168 -> 1751[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1751 -> 231[label="",style="solid", color="blue", weight=3]; 17.55/7.06 169[label="True",fontsize=16,color="green",shape="box"];170[label="False",fontsize=16,color="green",shape="box"];171[label="vwx300 <= vwx400",fontsize=16,color="blue",shape="box"];1752[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];171 -> 1752[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1752 -> 232[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1753[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];171 -> 1753[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1753 -> 233[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1754[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];171 -> 1754[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1754 -> 234[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1755[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];171 -> 1755[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1755 -> 235[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1756[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];171 -> 1756[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1756 -> 236[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1757[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];171 -> 1757[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1757 -> 237[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1758[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];171 -> 1758[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1758 -> 238[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1759[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];171 -> 1759[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1759 -> 239[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1760[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];171 -> 1760[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1760 -> 240[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1761[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];171 -> 1761[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1761 -> 241[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1762[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];171 -> 1762[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1762 -> 242[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1763[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];171 -> 1763[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1763 -> 243[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1764[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];171 -> 1764[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1764 -> 244[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1765[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];171 -> 1765[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1765 -> 245[label="",style="solid", color="blue", weight=3]; 17.55/7.06 546[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];546 -> 571[label="",style="solid", color="black", weight=3]; 17.55/7.06 173[label="True",fontsize=16,color="green",shape="box"];174[label="True",fontsize=16,color="green",shape="box"];175[label="False",fontsize=16,color="green",shape="box"];176[label="True",fontsize=16,color="green",shape="box"];177[label="Left vwx10",fontsize=16,color="green",shape="box"];178[label="Right vwx17",fontsize=16,color="green",shape="box"];262[label="vwx300 < vwx400",fontsize=16,color="blue",shape="box"];1766[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];262 -> 1766[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1766 -> 275[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1767[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];262 -> 1767[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1767 -> 276[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1768[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];262 -> 1768[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1768 -> 277[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1769[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];262 -> 1769[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1769 -> 278[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1770[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];262 -> 1770[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1770 -> 279[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1771[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];262 -> 1771[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1771 -> 280[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1772[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];262 -> 1772[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1772 -> 281[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1773[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];262 -> 1773[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1773 -> 282[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1774[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];262 -> 1774[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1774 -> 283[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1775[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];262 -> 1775[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1775 -> 284[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1776[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];262 -> 1776[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1776 -> 285[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1777[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];262 -> 1777[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1777 -> 286[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1778[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];262 -> 1778[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1778 -> 287[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1779[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];262 -> 1779[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1779 -> 288[label="",style="solid", color="blue", weight=3]; 17.55/7.06 263[label="vwx300",fontsize=16,color="green",shape="box"];264 -> 261[label="",style="dashed", color="red", weight=0]; 17.55/7.06 264[label="vwx301 < vwx401 || vwx301 == vwx401 && vwx302 <= vwx402",fontsize=16,color="magenta"];264 -> 289[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 264 -> 290[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 264 -> 291[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 264 -> 292[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 265[label="vwx400",fontsize=16,color="green",shape="box"];261[label="vwx27 || vwx28 == vwx29 && vwx45",fontsize=16,color="burlywood",shape="triangle"];1780[label="vwx27/False",fontsize=10,color="white",style="solid",shape="box"];261 -> 1780[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1780 -> 293[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1781[label="vwx27/True",fontsize=10,color="white",style="solid",shape="box"];261 -> 1781[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1781 -> 294[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 560[label="compare (vwx300 : vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];1782[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];560 -> 1782[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1782 -> 589[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1783[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];560 -> 1783[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1783 -> 590[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 561[label="compare [] vwx40",fontsize=16,color="burlywood",shape="box"];1784[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];561 -> 1784[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1784 -> 591[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1785[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];561 -> 1785[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1785 -> 592[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 562[label="not (LT == GT)",fontsize=16,color="black",shape="box"];562 -> 593[label="",style="solid", color="black", weight=3]; 17.55/7.06 563[label="not (EQ == GT)",fontsize=16,color="black",shape="box"];563 -> 594[label="",style="solid", color="black", weight=3]; 17.55/7.06 564[label="not (GT == GT)",fontsize=16,color="black",shape="box"];564 -> 595[label="",style="solid", color="black", weight=3]; 17.55/7.06 565[label="primCmpInt vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];1786[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];565 -> 1786[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1786 -> 596[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1787[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];565 -> 1787[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1787 -> 597[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 566[label="primCmpChar vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];1788[label="vwx30/Char vwx300",fontsize=10,color="white",style="solid",shape="box"];566 -> 1788[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1788 -> 598[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 194 -> 27[label="",style="dashed", color="red", weight=0]; 17.55/7.06 194[label="vwx300 <= vwx400",fontsize=16,color="magenta"];194 -> 304[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 194 -> 305[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 195 -> 28[label="",style="dashed", color="red", weight=0]; 17.55/7.06 195[label="vwx300 <= vwx400",fontsize=16,color="magenta"];195 -> 306[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 195 -> 307[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 196 -> 29[label="",style="dashed", color="red", weight=0]; 17.55/7.06 196[label="vwx300 <= vwx400",fontsize=16,color="magenta"];196 -> 308[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 196 -> 309[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 197 -> 30[label="",style="dashed", color="red", weight=0]; 17.55/7.06 197[label="vwx300 <= vwx400",fontsize=16,color="magenta"];197 -> 310[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 197 -> 311[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 198 -> 31[label="",style="dashed", color="red", weight=0]; 17.55/7.06 198[label="vwx300 <= vwx400",fontsize=16,color="magenta"];198 -> 312[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 198 -> 313[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 199 -> 32[label="",style="dashed", color="red", weight=0]; 17.55/7.06 199[label="vwx300 <= vwx400",fontsize=16,color="magenta"];199 -> 314[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 199 -> 315[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 200 -> 33[label="",style="dashed", color="red", weight=0]; 17.55/7.06 200[label="vwx300 <= vwx400",fontsize=16,color="magenta"];200 -> 316[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 200 -> 317[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 201 -> 34[label="",style="dashed", color="red", weight=0]; 17.55/7.06 201[label="vwx300 <= vwx400",fontsize=16,color="magenta"];201 -> 318[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 201 -> 319[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 202 -> 35[label="",style="dashed", color="red", weight=0]; 17.55/7.06 202[label="vwx300 <= vwx400",fontsize=16,color="magenta"];202 -> 320[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 202 -> 321[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 203 -> 36[label="",style="dashed", color="red", weight=0]; 17.55/7.06 203[label="vwx300 <= vwx400",fontsize=16,color="magenta"];203 -> 322[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 203 -> 323[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 204 -> 37[label="",style="dashed", color="red", weight=0]; 17.55/7.06 204[label="vwx300 <= vwx400",fontsize=16,color="magenta"];204 -> 324[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 204 -> 325[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 205 -> 38[label="",style="dashed", color="red", weight=0]; 17.55/7.06 205[label="vwx300 <= vwx400",fontsize=16,color="magenta"];205 -> 326[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 205 -> 327[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 206 -> 39[label="",style="dashed", color="red", weight=0]; 17.55/7.06 206[label="vwx300 <= vwx400",fontsize=16,color="magenta"];206 -> 328[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 206 -> 329[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 207 -> 40[label="",style="dashed", color="red", weight=0]; 17.55/7.06 207[label="vwx300 <= vwx400",fontsize=16,color="magenta"];207 -> 330[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 207 -> 331[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 567[label="compare () vwx40",fontsize=16,color="burlywood",shape="box"];1789[label="vwx40/()",fontsize=10,color="white",style="solid",shape="box"];567 -> 1789[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1789 -> 599[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 568[label="primCmpDouble vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];1790[label="vwx30/Double vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];568 -> 1790[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1790 -> 600[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 266[label="vwx300 < vwx400",fontsize=16,color="blue",shape="box"];1791[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];266 -> 1791[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1791 -> 335[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1792[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];266 -> 1792[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1792 -> 336[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1793[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];266 -> 1793[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1793 -> 337[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1794[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];266 -> 1794[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1794 -> 338[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1795[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];266 -> 1795[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1795 -> 339[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1796[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];266 -> 1796[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1796 -> 340[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1797[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];266 -> 1797[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1797 -> 341[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1798[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];266 -> 1798[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1798 -> 342[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1799[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];266 -> 1799[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1799 -> 343[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1800[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];266 -> 1800[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1800 -> 344[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1801[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];266 -> 1801[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1801 -> 345[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1802[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];266 -> 1802[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1802 -> 346[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1803[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];266 -> 1803[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1803 -> 347[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1804[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];266 -> 1804[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1804 -> 348[label="",style="solid", color="blue", weight=3]; 17.55/7.06 267[label="vwx300",fontsize=16,color="green",shape="box"];268[label="vwx301 <= vwx401",fontsize=16,color="blue",shape="box"];1805[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];268 -> 1805[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1805 -> 349[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1806[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];268 -> 1806[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1806 -> 350[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1807[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];268 -> 1807[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1807 -> 351[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1808[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];268 -> 1808[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1808 -> 352[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1809[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];268 -> 1809[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1809 -> 353[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1810[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];268 -> 1810[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1810 -> 354[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1811[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];268 -> 1811[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1811 -> 355[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1812[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];268 -> 1812[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1812 -> 356[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1813[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];268 -> 1813[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1813 -> 357[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1814[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];268 -> 1814[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1814 -> 358[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1815[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];268 -> 1815[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1815 -> 359[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1816[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];268 -> 1816[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1816 -> 360[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1817[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];268 -> 1817[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1817 -> 361[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1818[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];268 -> 1818[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1818 -> 362[label="",style="solid", color="blue", weight=3]; 17.55/7.06 269[label="vwx400",fontsize=16,color="green",shape="box"];569[label="compare (vwx300 :% vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];1819[label="vwx40/vwx400 :% vwx401",fontsize=10,color="white",style="solid",shape="box"];569 -> 1819[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1819 -> 601[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 570[label="compare (Integer vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];1820[label="vwx40/Integer vwx400",fontsize=10,color="white",style="solid",shape="box"];570 -> 1820[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1820 -> 602[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 218 -> 27[label="",style="dashed", color="red", weight=0]; 17.55/7.06 218[label="vwx300 <= vwx400",fontsize=16,color="magenta"];218 -> 365[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 218 -> 366[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 219 -> 28[label="",style="dashed", color="red", weight=0]; 17.55/7.06 219[label="vwx300 <= vwx400",fontsize=16,color="magenta"];219 -> 367[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 219 -> 368[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 220 -> 29[label="",style="dashed", color="red", weight=0]; 17.55/7.06 220[label="vwx300 <= vwx400",fontsize=16,color="magenta"];220 -> 369[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 220 -> 370[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 221 -> 30[label="",style="dashed", color="red", weight=0]; 17.55/7.06 221[label="vwx300 <= vwx400",fontsize=16,color="magenta"];221 -> 371[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 221 -> 372[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 222 -> 31[label="",style="dashed", color="red", weight=0]; 17.55/7.06 222[label="vwx300 <= vwx400",fontsize=16,color="magenta"];222 -> 373[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 222 -> 374[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 223 -> 32[label="",style="dashed", color="red", weight=0]; 17.55/7.06 223[label="vwx300 <= vwx400",fontsize=16,color="magenta"];223 -> 375[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 223 -> 376[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 224 -> 33[label="",style="dashed", color="red", weight=0]; 17.55/7.06 224[label="vwx300 <= vwx400",fontsize=16,color="magenta"];224 -> 377[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 224 -> 378[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 225 -> 34[label="",style="dashed", color="red", weight=0]; 17.55/7.06 225[label="vwx300 <= vwx400",fontsize=16,color="magenta"];225 -> 379[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 225 -> 380[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 226 -> 35[label="",style="dashed", color="red", weight=0]; 17.55/7.06 226[label="vwx300 <= vwx400",fontsize=16,color="magenta"];226 -> 381[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 226 -> 382[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 227 -> 36[label="",style="dashed", color="red", weight=0]; 17.55/7.06 227[label="vwx300 <= vwx400",fontsize=16,color="magenta"];227 -> 383[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 227 -> 384[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 228 -> 37[label="",style="dashed", color="red", weight=0]; 17.55/7.06 228[label="vwx300 <= vwx400",fontsize=16,color="magenta"];228 -> 385[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 228 -> 386[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 229 -> 38[label="",style="dashed", color="red", weight=0]; 17.55/7.06 229[label="vwx300 <= vwx400",fontsize=16,color="magenta"];229 -> 387[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 229 -> 388[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 230 -> 39[label="",style="dashed", color="red", weight=0]; 17.55/7.06 230[label="vwx300 <= vwx400",fontsize=16,color="magenta"];230 -> 389[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 230 -> 390[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 231 -> 40[label="",style="dashed", color="red", weight=0]; 17.55/7.06 231[label="vwx300 <= vwx400",fontsize=16,color="magenta"];231 -> 391[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 231 -> 392[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 232 -> 27[label="",style="dashed", color="red", weight=0]; 17.55/7.06 232[label="vwx300 <= vwx400",fontsize=16,color="magenta"];232 -> 393[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 232 -> 394[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 233 -> 28[label="",style="dashed", color="red", weight=0]; 17.55/7.06 233[label="vwx300 <= vwx400",fontsize=16,color="magenta"];233 -> 395[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 233 -> 396[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 234 -> 29[label="",style="dashed", color="red", weight=0]; 17.55/7.06 234[label="vwx300 <= vwx400",fontsize=16,color="magenta"];234 -> 397[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 234 -> 398[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 235 -> 30[label="",style="dashed", color="red", weight=0]; 17.55/7.06 235[label="vwx300 <= vwx400",fontsize=16,color="magenta"];235 -> 399[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 235 -> 400[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 236 -> 31[label="",style="dashed", color="red", weight=0]; 17.55/7.06 236[label="vwx300 <= vwx400",fontsize=16,color="magenta"];236 -> 401[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 236 -> 402[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 237 -> 32[label="",style="dashed", color="red", weight=0]; 17.55/7.06 237[label="vwx300 <= vwx400",fontsize=16,color="magenta"];237 -> 403[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 237 -> 404[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 238 -> 33[label="",style="dashed", color="red", weight=0]; 17.55/7.06 238[label="vwx300 <= vwx400",fontsize=16,color="magenta"];238 -> 405[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 238 -> 406[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 239 -> 34[label="",style="dashed", color="red", weight=0]; 17.55/7.06 239[label="vwx300 <= vwx400",fontsize=16,color="magenta"];239 -> 407[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 239 -> 408[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 240 -> 35[label="",style="dashed", color="red", weight=0]; 17.55/7.06 240[label="vwx300 <= vwx400",fontsize=16,color="magenta"];240 -> 409[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 240 -> 410[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 241 -> 36[label="",style="dashed", color="red", weight=0]; 17.55/7.06 241[label="vwx300 <= vwx400",fontsize=16,color="magenta"];241 -> 411[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 241 -> 412[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 242 -> 37[label="",style="dashed", color="red", weight=0]; 17.55/7.06 242[label="vwx300 <= vwx400",fontsize=16,color="magenta"];242 -> 413[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 242 -> 414[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 243 -> 38[label="",style="dashed", color="red", weight=0]; 17.55/7.06 243[label="vwx300 <= vwx400",fontsize=16,color="magenta"];243 -> 415[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 243 -> 416[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 244 -> 39[label="",style="dashed", color="red", weight=0]; 17.55/7.06 244[label="vwx300 <= vwx400",fontsize=16,color="magenta"];244 -> 417[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 244 -> 418[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 245 -> 40[label="",style="dashed", color="red", weight=0]; 17.55/7.06 245[label="vwx300 <= vwx400",fontsize=16,color="magenta"];245 -> 419[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 245 -> 420[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 571[label="primCmpFloat vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];1821[label="vwx30/Float vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];571 -> 1821[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1821 -> 603[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 275[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];275 -> 423[label="",style="solid", color="black", weight=3]; 17.55/7.06 276[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];276 -> 424[label="",style="solid", color="black", weight=3]; 17.55/7.06 277[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];277 -> 425[label="",style="solid", color="black", weight=3]; 17.55/7.06 278[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];278 -> 426[label="",style="solid", color="black", weight=3]; 17.55/7.06 279[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];279 -> 427[label="",style="solid", color="black", weight=3]; 17.55/7.06 280[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];280 -> 428[label="",style="solid", color="black", weight=3]; 17.55/7.06 281[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];281 -> 429[label="",style="solid", color="black", weight=3]; 17.55/7.06 282[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];282 -> 430[label="",style="solid", color="black", weight=3]; 17.55/7.06 283[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];283 -> 431[label="",style="solid", color="black", weight=3]; 17.55/7.06 284[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];284 -> 432[label="",style="solid", color="black", weight=3]; 17.55/7.06 285[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];285 -> 433[label="",style="solid", color="black", weight=3]; 17.55/7.06 286[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];286 -> 434[label="",style="solid", color="black", weight=3]; 17.55/7.06 287[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];287 -> 435[label="",style="solid", color="black", weight=3]; 17.55/7.06 288[label="vwx300 < vwx400",fontsize=16,color="black",shape="triangle"];288 -> 436[label="",style="solid", color="black", weight=3]; 17.55/7.06 289[label="vwx301 < vwx401",fontsize=16,color="blue",shape="box"];1822[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];289 -> 1822[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1822 -> 437[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1823[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];289 -> 1823[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1823 -> 438[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1824[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];289 -> 1824[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1824 -> 439[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1825[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];289 -> 1825[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1825 -> 440[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1826[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];289 -> 1826[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1826 -> 441[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1827[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];289 -> 1827[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1827 -> 442[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1828[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];289 -> 1828[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1828 -> 443[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1829[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];289 -> 1829[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1829 -> 444[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1830[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];289 -> 1830[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1830 -> 445[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1831[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];289 -> 1831[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1831 -> 446[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1832[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];289 -> 1832[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1832 -> 447[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1833[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];289 -> 1833[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1833 -> 448[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1834[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];289 -> 1834[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1834 -> 449[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1835[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];289 -> 1835[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1835 -> 450[label="",style="solid", color="blue", weight=3]; 17.55/7.06 290[label="vwx301",fontsize=16,color="green",shape="box"];291[label="vwx302 <= vwx402",fontsize=16,color="blue",shape="box"];1836[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];291 -> 1836[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1836 -> 451[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1837[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];291 -> 1837[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1837 -> 452[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1838[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];291 -> 1838[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1838 -> 453[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1839[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];291 -> 1839[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1839 -> 454[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1840[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];291 -> 1840[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1840 -> 455[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1841[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];291 -> 1841[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1841 -> 456[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1842[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];291 -> 1842[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1842 -> 457[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1843[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];291 -> 1843[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1843 -> 458[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1844[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];291 -> 1844[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1844 -> 459[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1845[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];291 -> 1845[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1845 -> 460[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1846[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];291 -> 1846[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1846 -> 461[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1847[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];291 -> 1847[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1847 -> 462[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1848[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];291 -> 1848[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1848 -> 463[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1849[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];291 -> 1849[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1849 -> 464[label="",style="solid", color="blue", weight=3]; 17.55/7.06 292[label="vwx401",fontsize=16,color="green",shape="box"];293[label="False || vwx28 == vwx29 && vwx45",fontsize=16,color="black",shape="box"];293 -> 465[label="",style="solid", color="black", weight=3]; 17.55/7.06 294[label="True || vwx28 == vwx29 && vwx45",fontsize=16,color="black",shape="box"];294 -> 466[label="",style="solid", color="black", weight=3]; 17.55/7.06 589[label="compare (vwx300 : vwx301) (vwx400 : vwx401)",fontsize=16,color="black",shape="box"];589 -> 663[label="",style="solid", color="black", weight=3]; 17.55/7.06 590[label="compare (vwx300 : vwx301) []",fontsize=16,color="black",shape="box"];590 -> 664[label="",style="solid", color="black", weight=3]; 17.55/7.06 591[label="compare [] (vwx400 : vwx401)",fontsize=16,color="black",shape="box"];591 -> 665[label="",style="solid", color="black", weight=3]; 17.55/7.06 592[label="compare [] []",fontsize=16,color="black",shape="box"];592 -> 666[label="",style="solid", color="black", weight=3]; 17.55/7.06 593[label="not False",fontsize=16,color="black",shape="triangle"];593 -> 667[label="",style="solid", color="black", weight=3]; 17.55/7.06 594 -> 593[label="",style="dashed", color="red", weight=0]; 17.55/7.06 594[label="not False",fontsize=16,color="magenta"];595[label="not True",fontsize=16,color="black",shape="box"];595 -> 668[label="",style="solid", color="black", weight=3]; 17.55/7.06 596[label="primCmpInt (Pos vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];1850[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];596 -> 1850[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1850 -> 669[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1851[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];596 -> 1851[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1851 -> 670[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 597[label="primCmpInt (Neg vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];1852[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];597 -> 1852[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1852 -> 671[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1853[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];597 -> 1853[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1853 -> 672[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 598[label="primCmpChar (Char vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];1854[label="vwx40/Char vwx400",fontsize=10,color="white",style="solid",shape="box"];598 -> 1854[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1854 -> 673[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 304[label="vwx300",fontsize=16,color="green",shape="box"];305[label="vwx400",fontsize=16,color="green",shape="box"];306[label="vwx300",fontsize=16,color="green",shape="box"];307[label="vwx400",fontsize=16,color="green",shape="box"];308[label="vwx300",fontsize=16,color="green",shape="box"];309[label="vwx400",fontsize=16,color="green",shape="box"];310[label="vwx300",fontsize=16,color="green",shape="box"];311[label="vwx400",fontsize=16,color="green",shape="box"];312[label="vwx300",fontsize=16,color="green",shape="box"];313[label="vwx400",fontsize=16,color="green",shape="box"];314[label="vwx300",fontsize=16,color="green",shape="box"];315[label="vwx400",fontsize=16,color="green",shape="box"];316[label="vwx300",fontsize=16,color="green",shape="box"];317[label="vwx400",fontsize=16,color="green",shape="box"];318[label="vwx300",fontsize=16,color="green",shape="box"];319[label="vwx400",fontsize=16,color="green",shape="box"];320[label="vwx300",fontsize=16,color="green",shape="box"];321[label="vwx400",fontsize=16,color="green",shape="box"];322[label="vwx300",fontsize=16,color="green",shape="box"];323[label="vwx400",fontsize=16,color="green",shape="box"];324[label="vwx300",fontsize=16,color="green",shape="box"];325[label="vwx400",fontsize=16,color="green",shape="box"];326[label="vwx300",fontsize=16,color="green",shape="box"];327[label="vwx400",fontsize=16,color="green",shape="box"];328[label="vwx300",fontsize=16,color="green",shape="box"];329[label="vwx400",fontsize=16,color="green",shape="box"];330[label="vwx300",fontsize=16,color="green",shape="box"];331[label="vwx400",fontsize=16,color="green",shape="box"];599[label="compare () ()",fontsize=16,color="black",shape="box"];599 -> 674[label="",style="solid", color="black", weight=3]; 17.55/7.06 600[label="primCmpDouble (Double vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];1855[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];600 -> 1855[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1855 -> 675[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1856[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];600 -> 1856[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1856 -> 676[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 335 -> 275[label="",style="dashed", color="red", weight=0]; 17.55/7.06 335[label="vwx300 < vwx400",fontsize=16,color="magenta"];335 -> 482[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 335 -> 483[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 336 -> 276[label="",style="dashed", color="red", weight=0]; 17.55/7.06 336[label="vwx300 < vwx400",fontsize=16,color="magenta"];336 -> 484[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 336 -> 485[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 337 -> 277[label="",style="dashed", color="red", weight=0]; 17.55/7.06 337[label="vwx300 < vwx400",fontsize=16,color="magenta"];337 -> 486[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 337 -> 487[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 338 -> 278[label="",style="dashed", color="red", weight=0]; 17.55/7.06 338[label="vwx300 < vwx400",fontsize=16,color="magenta"];338 -> 488[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 338 -> 489[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 339 -> 279[label="",style="dashed", color="red", weight=0]; 17.55/7.06 339[label="vwx300 < vwx400",fontsize=16,color="magenta"];339 -> 490[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 339 -> 491[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 340 -> 280[label="",style="dashed", color="red", weight=0]; 17.55/7.06 340[label="vwx300 < vwx400",fontsize=16,color="magenta"];340 -> 492[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 340 -> 493[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 341 -> 281[label="",style="dashed", color="red", weight=0]; 17.55/7.06 341[label="vwx300 < vwx400",fontsize=16,color="magenta"];341 -> 494[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 341 -> 495[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 342 -> 282[label="",style="dashed", color="red", weight=0]; 17.55/7.06 342[label="vwx300 < vwx400",fontsize=16,color="magenta"];342 -> 496[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 342 -> 497[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 343 -> 283[label="",style="dashed", color="red", weight=0]; 17.55/7.06 343[label="vwx300 < vwx400",fontsize=16,color="magenta"];343 -> 498[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 343 -> 499[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 344 -> 284[label="",style="dashed", color="red", weight=0]; 17.55/7.06 344[label="vwx300 < vwx400",fontsize=16,color="magenta"];344 -> 500[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 344 -> 501[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 345 -> 285[label="",style="dashed", color="red", weight=0]; 17.55/7.06 345[label="vwx300 < vwx400",fontsize=16,color="magenta"];345 -> 502[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 345 -> 503[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 346 -> 286[label="",style="dashed", color="red", weight=0]; 17.55/7.06 346[label="vwx300 < vwx400",fontsize=16,color="magenta"];346 -> 504[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 346 -> 505[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 347 -> 287[label="",style="dashed", color="red", weight=0]; 17.55/7.06 347[label="vwx300 < vwx400",fontsize=16,color="magenta"];347 -> 506[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 347 -> 507[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 348 -> 288[label="",style="dashed", color="red", weight=0]; 17.55/7.06 348[label="vwx300 < vwx400",fontsize=16,color="magenta"];348 -> 508[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 348 -> 509[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 349 -> 27[label="",style="dashed", color="red", weight=0]; 17.55/7.06 349[label="vwx301 <= vwx401",fontsize=16,color="magenta"];349 -> 510[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 349 -> 511[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 350 -> 28[label="",style="dashed", color="red", weight=0]; 17.55/7.06 350[label="vwx301 <= vwx401",fontsize=16,color="magenta"];350 -> 512[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 350 -> 513[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 351 -> 29[label="",style="dashed", color="red", weight=0]; 17.55/7.06 351[label="vwx301 <= vwx401",fontsize=16,color="magenta"];351 -> 514[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 351 -> 515[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 352 -> 30[label="",style="dashed", color="red", weight=0]; 17.55/7.06 352[label="vwx301 <= vwx401",fontsize=16,color="magenta"];352 -> 516[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 352 -> 517[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 353 -> 31[label="",style="dashed", color="red", weight=0]; 17.55/7.06 353[label="vwx301 <= vwx401",fontsize=16,color="magenta"];353 -> 518[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 353 -> 519[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 354 -> 32[label="",style="dashed", color="red", weight=0]; 17.55/7.06 354[label="vwx301 <= vwx401",fontsize=16,color="magenta"];354 -> 520[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 354 -> 521[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 355 -> 33[label="",style="dashed", color="red", weight=0]; 17.55/7.06 355[label="vwx301 <= vwx401",fontsize=16,color="magenta"];355 -> 522[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 355 -> 523[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 356 -> 34[label="",style="dashed", color="red", weight=0]; 17.55/7.06 356[label="vwx301 <= vwx401",fontsize=16,color="magenta"];356 -> 524[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 356 -> 525[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 357 -> 35[label="",style="dashed", color="red", weight=0]; 17.55/7.06 357[label="vwx301 <= vwx401",fontsize=16,color="magenta"];357 -> 526[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 357 -> 527[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 358 -> 36[label="",style="dashed", color="red", weight=0]; 17.55/7.06 358[label="vwx301 <= vwx401",fontsize=16,color="magenta"];358 -> 528[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 358 -> 529[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 359 -> 37[label="",style="dashed", color="red", weight=0]; 17.55/7.06 359[label="vwx301 <= vwx401",fontsize=16,color="magenta"];359 -> 530[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 359 -> 531[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 360 -> 38[label="",style="dashed", color="red", weight=0]; 17.55/7.06 360[label="vwx301 <= vwx401",fontsize=16,color="magenta"];360 -> 532[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 360 -> 533[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 361 -> 39[label="",style="dashed", color="red", weight=0]; 17.55/7.06 361[label="vwx301 <= vwx401",fontsize=16,color="magenta"];361 -> 534[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 361 -> 535[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 362 -> 40[label="",style="dashed", color="red", weight=0]; 17.55/7.06 362[label="vwx301 <= vwx401",fontsize=16,color="magenta"];362 -> 536[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 362 -> 537[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 601[label="compare (vwx300 :% vwx301) (vwx400 :% vwx401)",fontsize=16,color="black",shape="box"];601 -> 677[label="",style="solid", color="black", weight=3]; 17.55/7.06 602[label="compare (Integer vwx300) (Integer vwx400)",fontsize=16,color="black",shape="box"];602 -> 678[label="",style="solid", color="black", weight=3]; 17.55/7.06 365[label="vwx300",fontsize=16,color="green",shape="box"];366[label="vwx400",fontsize=16,color="green",shape="box"];367[label="vwx300",fontsize=16,color="green",shape="box"];368[label="vwx400",fontsize=16,color="green",shape="box"];369[label="vwx300",fontsize=16,color="green",shape="box"];370[label="vwx400",fontsize=16,color="green",shape="box"];371[label="vwx300",fontsize=16,color="green",shape="box"];372[label="vwx400",fontsize=16,color="green",shape="box"];373[label="vwx300",fontsize=16,color="green",shape="box"];374[label="vwx400",fontsize=16,color="green",shape="box"];375[label="vwx300",fontsize=16,color="green",shape="box"];376[label="vwx400",fontsize=16,color="green",shape="box"];377[label="vwx300",fontsize=16,color="green",shape="box"];378[label="vwx400",fontsize=16,color="green",shape="box"];379[label="vwx300",fontsize=16,color="green",shape="box"];380[label="vwx400",fontsize=16,color="green",shape="box"];381[label="vwx300",fontsize=16,color="green",shape="box"];382[label="vwx400",fontsize=16,color="green",shape="box"];383[label="vwx300",fontsize=16,color="green",shape="box"];384[label="vwx400",fontsize=16,color="green",shape="box"];385[label="vwx300",fontsize=16,color="green",shape="box"];386[label="vwx400",fontsize=16,color="green",shape="box"];387[label="vwx300",fontsize=16,color="green",shape="box"];388[label="vwx400",fontsize=16,color="green",shape="box"];389[label="vwx300",fontsize=16,color="green",shape="box"];390[label="vwx400",fontsize=16,color="green",shape="box"];391[label="vwx300",fontsize=16,color="green",shape="box"];392[label="vwx400",fontsize=16,color="green",shape="box"];393[label="vwx300",fontsize=16,color="green",shape="box"];394[label="vwx400",fontsize=16,color="green",shape="box"];395[label="vwx300",fontsize=16,color="green",shape="box"];396[label="vwx400",fontsize=16,color="green",shape="box"];397[label="vwx300",fontsize=16,color="green",shape="box"];398[label="vwx400",fontsize=16,color="green",shape="box"];399[label="vwx300",fontsize=16,color="green",shape="box"];400[label="vwx400",fontsize=16,color="green",shape="box"];401[label="vwx300",fontsize=16,color="green",shape="box"];402[label="vwx400",fontsize=16,color="green",shape="box"];403[label="vwx300",fontsize=16,color="green",shape="box"];404[label="vwx400",fontsize=16,color="green",shape="box"];405[label="vwx300",fontsize=16,color="green",shape="box"];406[label="vwx400",fontsize=16,color="green",shape="box"];407[label="vwx300",fontsize=16,color="green",shape="box"];408[label="vwx400",fontsize=16,color="green",shape="box"];409[label="vwx300",fontsize=16,color="green",shape="box"];410[label="vwx400",fontsize=16,color="green",shape="box"];411[label="vwx300",fontsize=16,color="green",shape="box"];412[label="vwx400",fontsize=16,color="green",shape="box"];413[label="vwx300",fontsize=16,color="green",shape="box"];414[label="vwx400",fontsize=16,color="green",shape="box"];415[label="vwx300",fontsize=16,color="green",shape="box"];416[label="vwx400",fontsize=16,color="green",shape="box"];417[label="vwx300",fontsize=16,color="green",shape="box"];418[label="vwx400",fontsize=16,color="green",shape="box"];419[label="vwx300",fontsize=16,color="green",shape="box"];420[label="vwx400",fontsize=16,color="green",shape="box"];603[label="primCmpFloat (Float vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];1857[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];603 -> 1857[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1857 -> 679[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1858[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];603 -> 1858[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1858 -> 680[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 423 -> 573[label="",style="dashed", color="red", weight=0]; 17.55/7.06 423[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];423 -> 574[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 424 -> 573[label="",style="dashed", color="red", weight=0]; 17.55/7.06 424[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];424 -> 575[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 425 -> 573[label="",style="dashed", color="red", weight=0]; 17.55/7.06 425[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];425 -> 576[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 426 -> 573[label="",style="dashed", color="red", weight=0]; 17.55/7.06 426[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];426 -> 577[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 427 -> 573[label="",style="dashed", color="red", weight=0]; 17.55/7.06 427[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];427 -> 578[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 428 -> 573[label="",style="dashed", color="red", weight=0]; 17.55/7.06 428[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];428 -> 579[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 429 -> 573[label="",style="dashed", color="red", weight=0]; 17.55/7.06 429[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];429 -> 580[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 430 -> 573[label="",style="dashed", color="red", weight=0]; 17.55/7.06 430[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];430 -> 581[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 431 -> 573[label="",style="dashed", color="red", weight=0]; 17.55/7.06 431[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];431 -> 582[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 432 -> 573[label="",style="dashed", color="red", weight=0]; 17.55/7.06 432[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];432 -> 583[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 433 -> 573[label="",style="dashed", color="red", weight=0]; 17.55/7.06 433[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];433 -> 584[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 434 -> 573[label="",style="dashed", color="red", weight=0]; 17.55/7.06 434[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];434 -> 585[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 435 -> 573[label="",style="dashed", color="red", weight=0]; 17.55/7.06 435[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];435 -> 586[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 436 -> 573[label="",style="dashed", color="red", weight=0]; 17.55/7.06 436[label="compare vwx300 vwx400 == LT",fontsize=16,color="magenta"];436 -> 587[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 437 -> 275[label="",style="dashed", color="red", weight=0]; 17.55/7.06 437[label="vwx301 < vwx401",fontsize=16,color="magenta"];437 -> 604[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 437 -> 605[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 438 -> 276[label="",style="dashed", color="red", weight=0]; 17.55/7.06 438[label="vwx301 < vwx401",fontsize=16,color="magenta"];438 -> 606[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 438 -> 607[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 439 -> 277[label="",style="dashed", color="red", weight=0]; 17.55/7.06 439[label="vwx301 < vwx401",fontsize=16,color="magenta"];439 -> 608[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 439 -> 609[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 440 -> 278[label="",style="dashed", color="red", weight=0]; 17.55/7.06 440[label="vwx301 < vwx401",fontsize=16,color="magenta"];440 -> 610[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 440 -> 611[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 441 -> 279[label="",style="dashed", color="red", weight=0]; 17.55/7.06 441[label="vwx301 < vwx401",fontsize=16,color="magenta"];441 -> 612[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 441 -> 613[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 442 -> 280[label="",style="dashed", color="red", weight=0]; 17.55/7.06 442[label="vwx301 < vwx401",fontsize=16,color="magenta"];442 -> 614[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 442 -> 615[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 443 -> 281[label="",style="dashed", color="red", weight=0]; 17.55/7.06 443[label="vwx301 < vwx401",fontsize=16,color="magenta"];443 -> 616[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 443 -> 617[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 444 -> 282[label="",style="dashed", color="red", weight=0]; 17.55/7.06 444[label="vwx301 < vwx401",fontsize=16,color="magenta"];444 -> 618[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 444 -> 619[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 445 -> 283[label="",style="dashed", color="red", weight=0]; 17.55/7.06 445[label="vwx301 < vwx401",fontsize=16,color="magenta"];445 -> 620[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 445 -> 621[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 446 -> 284[label="",style="dashed", color="red", weight=0]; 17.55/7.06 446[label="vwx301 < vwx401",fontsize=16,color="magenta"];446 -> 622[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 446 -> 623[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 447 -> 285[label="",style="dashed", color="red", weight=0]; 17.55/7.06 447[label="vwx301 < vwx401",fontsize=16,color="magenta"];447 -> 624[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 447 -> 625[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 448 -> 286[label="",style="dashed", color="red", weight=0]; 17.55/7.06 448[label="vwx301 < vwx401",fontsize=16,color="magenta"];448 -> 626[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 448 -> 627[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 449 -> 287[label="",style="dashed", color="red", weight=0]; 17.55/7.06 449[label="vwx301 < vwx401",fontsize=16,color="magenta"];449 -> 628[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 449 -> 629[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 450 -> 288[label="",style="dashed", color="red", weight=0]; 17.55/7.06 450[label="vwx301 < vwx401",fontsize=16,color="magenta"];450 -> 630[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 450 -> 631[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 451 -> 27[label="",style="dashed", color="red", weight=0]; 17.55/7.06 451[label="vwx302 <= vwx402",fontsize=16,color="magenta"];451 -> 632[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 451 -> 633[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 452 -> 28[label="",style="dashed", color="red", weight=0]; 17.55/7.06 452[label="vwx302 <= vwx402",fontsize=16,color="magenta"];452 -> 634[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 452 -> 635[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 453 -> 29[label="",style="dashed", color="red", weight=0]; 17.55/7.06 453[label="vwx302 <= vwx402",fontsize=16,color="magenta"];453 -> 636[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 453 -> 637[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 454 -> 30[label="",style="dashed", color="red", weight=0]; 17.55/7.06 454[label="vwx302 <= vwx402",fontsize=16,color="magenta"];454 -> 638[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 454 -> 639[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 455 -> 31[label="",style="dashed", color="red", weight=0]; 17.55/7.06 455[label="vwx302 <= vwx402",fontsize=16,color="magenta"];455 -> 640[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 455 -> 641[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 456 -> 32[label="",style="dashed", color="red", weight=0]; 17.55/7.06 456[label="vwx302 <= vwx402",fontsize=16,color="magenta"];456 -> 642[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 456 -> 643[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 457 -> 33[label="",style="dashed", color="red", weight=0]; 17.55/7.06 457[label="vwx302 <= vwx402",fontsize=16,color="magenta"];457 -> 644[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 457 -> 645[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 458 -> 34[label="",style="dashed", color="red", weight=0]; 17.55/7.06 458[label="vwx302 <= vwx402",fontsize=16,color="magenta"];458 -> 646[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 458 -> 647[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 459 -> 35[label="",style="dashed", color="red", weight=0]; 17.55/7.06 459[label="vwx302 <= vwx402",fontsize=16,color="magenta"];459 -> 648[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 459 -> 649[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 460 -> 36[label="",style="dashed", color="red", weight=0]; 17.55/7.06 460[label="vwx302 <= vwx402",fontsize=16,color="magenta"];460 -> 650[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 460 -> 651[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 461 -> 37[label="",style="dashed", color="red", weight=0]; 17.55/7.06 461[label="vwx302 <= vwx402",fontsize=16,color="magenta"];461 -> 652[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 461 -> 653[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 462 -> 38[label="",style="dashed", color="red", weight=0]; 17.55/7.06 462[label="vwx302 <= vwx402",fontsize=16,color="magenta"];462 -> 654[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 462 -> 655[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 463 -> 39[label="",style="dashed", color="red", weight=0]; 17.55/7.06 463[label="vwx302 <= vwx402",fontsize=16,color="magenta"];463 -> 656[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 463 -> 657[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 464 -> 40[label="",style="dashed", color="red", weight=0]; 17.55/7.06 464[label="vwx302 <= vwx402",fontsize=16,color="magenta"];464 -> 658[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 464 -> 659[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 465 -> 660[label="",style="dashed", color="red", weight=0]; 17.55/7.06 465[label="vwx28 == vwx29 && vwx45",fontsize=16,color="magenta"];465 -> 661[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 465 -> 662[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 466[label="True",fontsize=16,color="green",shape="box"];663 -> 722[label="",style="dashed", color="red", weight=0]; 17.55/7.06 663[label="primCompAux vwx300 vwx400 (compare vwx301 vwx401)",fontsize=16,color="magenta"];663 -> 723[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 664[label="GT",fontsize=16,color="green",shape="box"];665[label="LT",fontsize=16,color="green",shape="box"];666[label="EQ",fontsize=16,color="green",shape="box"];667[label="True",fontsize=16,color="green",shape="box"];668[label="False",fontsize=16,color="green",shape="box"];669[label="primCmpInt (Pos (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];1859[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];669 -> 1859[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1859 -> 724[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1860[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];669 -> 1860[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1860 -> 725[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 670[label="primCmpInt (Pos Zero) vwx40",fontsize=16,color="burlywood",shape="box"];1861[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];670 -> 1861[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1861 -> 726[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1862[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];670 -> 1862[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1862 -> 727[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 671[label="primCmpInt (Neg (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];1863[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];671 -> 1863[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1863 -> 728[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1864[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];671 -> 1864[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1864 -> 729[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 672[label="primCmpInt (Neg Zero) vwx40",fontsize=16,color="burlywood",shape="box"];1865[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];672 -> 1865[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1865 -> 730[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1866[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];672 -> 1866[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1866 -> 731[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 673[label="primCmpChar (Char vwx300) (Char vwx400)",fontsize=16,color="black",shape="box"];673 -> 732[label="",style="solid", color="black", weight=3]; 17.55/7.06 674[label="EQ",fontsize=16,color="green",shape="box"];675[label="primCmpDouble (Double vwx300 (Pos vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];1867[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];675 -> 1867[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1867 -> 733[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 676[label="primCmpDouble (Double vwx300 (Neg vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];1868[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];676 -> 1868[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1868 -> 734[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 482[label="vwx300",fontsize=16,color="green",shape="box"];483[label="vwx400",fontsize=16,color="green",shape="box"];484[label="vwx300",fontsize=16,color="green",shape="box"];485[label="vwx400",fontsize=16,color="green",shape="box"];486[label="vwx300",fontsize=16,color="green",shape="box"];487[label="vwx400",fontsize=16,color="green",shape="box"];488[label="vwx300",fontsize=16,color="green",shape="box"];489[label="vwx400",fontsize=16,color="green",shape="box"];490[label="vwx300",fontsize=16,color="green",shape="box"];491[label="vwx400",fontsize=16,color="green",shape="box"];492[label="vwx300",fontsize=16,color="green",shape="box"];493[label="vwx400",fontsize=16,color="green",shape="box"];494[label="vwx300",fontsize=16,color="green",shape="box"];495[label="vwx400",fontsize=16,color="green",shape="box"];496[label="vwx300",fontsize=16,color="green",shape="box"];497[label="vwx400",fontsize=16,color="green",shape="box"];498[label="vwx300",fontsize=16,color="green",shape="box"];499[label="vwx400",fontsize=16,color="green",shape="box"];500[label="vwx300",fontsize=16,color="green",shape="box"];501[label="vwx400",fontsize=16,color="green",shape="box"];502[label="vwx300",fontsize=16,color="green",shape="box"];503[label="vwx400",fontsize=16,color="green",shape="box"];504[label="vwx300",fontsize=16,color="green",shape="box"];505[label="vwx400",fontsize=16,color="green",shape="box"];506[label="vwx300",fontsize=16,color="green",shape="box"];507[label="vwx400",fontsize=16,color="green",shape="box"];508[label="vwx300",fontsize=16,color="green",shape="box"];509[label="vwx400",fontsize=16,color="green",shape="box"];510[label="vwx301",fontsize=16,color="green",shape="box"];511[label="vwx401",fontsize=16,color="green",shape="box"];512[label="vwx301",fontsize=16,color="green",shape="box"];513[label="vwx401",fontsize=16,color="green",shape="box"];514[label="vwx301",fontsize=16,color="green",shape="box"];515[label="vwx401",fontsize=16,color="green",shape="box"];516[label="vwx301",fontsize=16,color="green",shape="box"];517[label="vwx401",fontsize=16,color="green",shape="box"];518[label="vwx301",fontsize=16,color="green",shape="box"];519[label="vwx401",fontsize=16,color="green",shape="box"];520[label="vwx301",fontsize=16,color="green",shape="box"];521[label="vwx401",fontsize=16,color="green",shape="box"];522[label="vwx301",fontsize=16,color="green",shape="box"];523[label="vwx401",fontsize=16,color="green",shape="box"];524[label="vwx301",fontsize=16,color="green",shape="box"];525[label="vwx401",fontsize=16,color="green",shape="box"];526[label="vwx301",fontsize=16,color="green",shape="box"];527[label="vwx401",fontsize=16,color="green",shape="box"];528[label="vwx301",fontsize=16,color="green",shape="box"];529[label="vwx401",fontsize=16,color="green",shape="box"];530[label="vwx301",fontsize=16,color="green",shape="box"];531[label="vwx401",fontsize=16,color="green",shape="box"];532[label="vwx301",fontsize=16,color="green",shape="box"];533[label="vwx401",fontsize=16,color="green",shape="box"];534[label="vwx301",fontsize=16,color="green",shape="box"];535[label="vwx401",fontsize=16,color="green",shape="box"];536[label="vwx301",fontsize=16,color="green",shape="box"];537[label="vwx401",fontsize=16,color="green",shape="box"];677[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="blue",shape="box"];1869[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];677 -> 1869[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1869 -> 735[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1870[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];677 -> 1870[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1870 -> 736[label="",style="solid", color="blue", weight=3]; 17.55/7.06 678 -> 565[label="",style="dashed", color="red", weight=0]; 17.55/7.06 678[label="primCmpInt vwx300 vwx400",fontsize=16,color="magenta"];678 -> 737[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 678 -> 738[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 679[label="primCmpFloat (Float vwx300 (Pos vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];1871[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];679 -> 1871[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1871 -> 739[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 680[label="primCmpFloat (Float vwx300 (Neg vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];1872[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];680 -> 1872[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1872 -> 740[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 574[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];574 -> 681[label="",style="solid", color="black", weight=3]; 17.55/7.06 573[label="vwx49 == LT",fontsize=16,color="burlywood",shape="triangle"];1873[label="vwx49/LT",fontsize=10,color="white",style="solid",shape="box"];573 -> 1873[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1873 -> 682[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1874[label="vwx49/EQ",fontsize=10,color="white",style="solid",shape="box"];573 -> 1874[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1874 -> 683[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1875[label="vwx49/GT",fontsize=10,color="white",style="solid",shape="box"];573 -> 1875[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1875 -> 684[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 575 -> 539[label="",style="dashed", color="red", weight=0]; 17.55/7.06 575[label="compare vwx300 vwx400",fontsize=16,color="magenta"];575 -> 685[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 575 -> 686[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 576 -> 540[label="",style="dashed", color="red", weight=0]; 17.55/7.06 576[label="compare vwx300 vwx400",fontsize=16,color="magenta"];576 -> 687[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 576 -> 688[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 577 -> 541[label="",style="dashed", color="red", weight=0]; 17.55/7.06 577[label="compare vwx300 vwx400",fontsize=16,color="magenta"];577 -> 689[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 577 -> 690[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 578[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];578 -> 691[label="",style="solid", color="black", weight=3]; 17.55/7.06 579 -> 542[label="",style="dashed", color="red", weight=0]; 17.55/7.06 579[label="compare vwx300 vwx400",fontsize=16,color="magenta"];579 -> 692[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 579 -> 693[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 580[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];580 -> 694[label="",style="solid", color="black", weight=3]; 17.55/7.06 581 -> 543[label="",style="dashed", color="red", weight=0]; 17.55/7.06 581[label="compare vwx300 vwx400",fontsize=16,color="magenta"];581 -> 695[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 581 -> 696[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 582[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];582 -> 697[label="",style="solid", color="black", weight=3]; 17.55/7.06 583 -> 544[label="",style="dashed", color="red", weight=0]; 17.55/7.06 583[label="compare vwx300 vwx400",fontsize=16,color="magenta"];583 -> 698[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 583 -> 699[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 584 -> 545[label="",style="dashed", color="red", weight=0]; 17.55/7.06 584[label="compare vwx300 vwx400",fontsize=16,color="magenta"];584 -> 700[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 584 -> 701[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 585[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];585 -> 702[label="",style="solid", color="black", weight=3]; 17.55/7.06 586 -> 546[label="",style="dashed", color="red", weight=0]; 17.55/7.06 586[label="compare vwx300 vwx400",fontsize=16,color="magenta"];586 -> 703[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 586 -> 704[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 587[label="compare vwx300 vwx400",fontsize=16,color="black",shape="triangle"];587 -> 705[label="",style="solid", color="black", weight=3]; 17.55/7.06 604[label="vwx301",fontsize=16,color="green",shape="box"];605[label="vwx401",fontsize=16,color="green",shape="box"];606[label="vwx301",fontsize=16,color="green",shape="box"];607[label="vwx401",fontsize=16,color="green",shape="box"];608[label="vwx301",fontsize=16,color="green",shape="box"];609[label="vwx401",fontsize=16,color="green",shape="box"];610[label="vwx301",fontsize=16,color="green",shape="box"];611[label="vwx401",fontsize=16,color="green",shape="box"];612[label="vwx301",fontsize=16,color="green",shape="box"];613[label="vwx401",fontsize=16,color="green",shape="box"];614[label="vwx301",fontsize=16,color="green",shape="box"];615[label="vwx401",fontsize=16,color="green",shape="box"];616[label="vwx301",fontsize=16,color="green",shape="box"];617[label="vwx401",fontsize=16,color="green",shape="box"];618[label="vwx301",fontsize=16,color="green",shape="box"];619[label="vwx401",fontsize=16,color="green",shape="box"];620[label="vwx301",fontsize=16,color="green",shape="box"];621[label="vwx401",fontsize=16,color="green",shape="box"];622[label="vwx301",fontsize=16,color="green",shape="box"];623[label="vwx401",fontsize=16,color="green",shape="box"];624[label="vwx301",fontsize=16,color="green",shape="box"];625[label="vwx401",fontsize=16,color="green",shape="box"];626[label="vwx301",fontsize=16,color="green",shape="box"];627[label="vwx401",fontsize=16,color="green",shape="box"];628[label="vwx301",fontsize=16,color="green",shape="box"];629[label="vwx401",fontsize=16,color="green",shape="box"];630[label="vwx301",fontsize=16,color="green",shape="box"];631[label="vwx401",fontsize=16,color="green",shape="box"];632[label="vwx302",fontsize=16,color="green",shape="box"];633[label="vwx402",fontsize=16,color="green",shape="box"];634[label="vwx302",fontsize=16,color="green",shape="box"];635[label="vwx402",fontsize=16,color="green",shape="box"];636[label="vwx302",fontsize=16,color="green",shape="box"];637[label="vwx402",fontsize=16,color="green",shape="box"];638[label="vwx302",fontsize=16,color="green",shape="box"];639[label="vwx402",fontsize=16,color="green",shape="box"];640[label="vwx302",fontsize=16,color="green",shape="box"];641[label="vwx402",fontsize=16,color="green",shape="box"];642[label="vwx302",fontsize=16,color="green",shape="box"];643[label="vwx402",fontsize=16,color="green",shape="box"];644[label="vwx302",fontsize=16,color="green",shape="box"];645[label="vwx402",fontsize=16,color="green",shape="box"];646[label="vwx302",fontsize=16,color="green",shape="box"];647[label="vwx402",fontsize=16,color="green",shape="box"];648[label="vwx302",fontsize=16,color="green",shape="box"];649[label="vwx402",fontsize=16,color="green",shape="box"];650[label="vwx302",fontsize=16,color="green",shape="box"];651[label="vwx402",fontsize=16,color="green",shape="box"];652[label="vwx302",fontsize=16,color="green",shape="box"];653[label="vwx402",fontsize=16,color="green",shape="box"];654[label="vwx302",fontsize=16,color="green",shape="box"];655[label="vwx402",fontsize=16,color="green",shape="box"];656[label="vwx302",fontsize=16,color="green",shape="box"];657[label="vwx402",fontsize=16,color="green",shape="box"];658[label="vwx302",fontsize=16,color="green",shape="box"];659[label="vwx402",fontsize=16,color="green",shape="box"];661[label="vwx28 == vwx29",fontsize=16,color="blue",shape="box"];1876[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];661 -> 1876[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1876 -> 706[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1877[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];661 -> 1877[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1877 -> 707[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1878[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];661 -> 1878[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1878 -> 708[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1879[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];661 -> 1879[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1879 -> 709[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1880[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];661 -> 1880[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1880 -> 710[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1881[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];661 -> 1881[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1881 -> 711[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1882[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];661 -> 1882[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1882 -> 712[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1883[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];661 -> 1883[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1883 -> 713[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1884[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];661 -> 1884[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1884 -> 714[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1885[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];661 -> 1885[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1885 -> 715[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1886[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];661 -> 1886[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1886 -> 716[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1887[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];661 -> 1887[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1887 -> 717[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1888[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];661 -> 1888[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1888 -> 718[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1889[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];661 -> 1889[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1889 -> 719[label="",style="solid", color="blue", weight=3]; 17.55/7.06 662[label="vwx45",fontsize=16,color="green",shape="box"];660[label="vwx53 && vwx54",fontsize=16,color="burlywood",shape="triangle"];1890[label="vwx53/False",fontsize=10,color="white",style="solid",shape="box"];660 -> 1890[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1890 -> 720[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1891[label="vwx53/True",fontsize=10,color="white",style="solid",shape="box"];660 -> 1891[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1891 -> 721[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 723 -> 539[label="",style="dashed", color="red", weight=0]; 17.55/7.06 723[label="compare vwx301 vwx401",fontsize=16,color="magenta"];723 -> 741[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 723 -> 742[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 722[label="primCompAux vwx300 vwx400 vwx55",fontsize=16,color="black",shape="triangle"];722 -> 743[label="",style="solid", color="black", weight=3]; 17.55/7.06 724[label="primCmpInt (Pos (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];724 -> 775[label="",style="solid", color="black", weight=3]; 17.55/7.06 725[label="primCmpInt (Pos (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];725 -> 776[label="",style="solid", color="black", weight=3]; 17.55/7.06 726[label="primCmpInt (Pos Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];1892[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];726 -> 1892[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1892 -> 777[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1893[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];726 -> 1893[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1893 -> 778[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 727[label="primCmpInt (Pos Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];1894[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];727 -> 1894[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1894 -> 779[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1895[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];727 -> 1895[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1895 -> 780[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 728[label="primCmpInt (Neg (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];728 -> 781[label="",style="solid", color="black", weight=3]; 17.55/7.06 729[label="primCmpInt (Neg (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];729 -> 782[label="",style="solid", color="black", weight=3]; 17.55/7.06 730[label="primCmpInt (Neg Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];1896[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];730 -> 1896[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1896 -> 783[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1897[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];730 -> 1897[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1897 -> 784[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 731[label="primCmpInt (Neg Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];1898[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];731 -> 1898[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1898 -> 785[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1899[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];731 -> 1899[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1899 -> 786[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 732[label="primCmpNat vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];1900[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];732 -> 1900[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1900 -> 787[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1901[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];732 -> 1901[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1901 -> 788[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 733[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];1902[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];733 -> 1902[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1902 -> 789[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1903[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];733 -> 1903[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1903 -> 790[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 734[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];1904[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];734 -> 1904[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1904 -> 791[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1905[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];734 -> 1905[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1905 -> 792[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 735 -> 540[label="",style="dashed", color="red", weight=0]; 17.55/7.06 735[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="magenta"];735 -> 793[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 735 -> 794[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 736 -> 545[label="",style="dashed", color="red", weight=0]; 17.55/7.06 736[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="magenta"];736 -> 795[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 736 -> 796[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 737[label="vwx300",fontsize=16,color="green",shape="box"];738[label="vwx400",fontsize=16,color="green",shape="box"];739[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];1906[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];739 -> 1906[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1906 -> 797[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1907[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];739 -> 1907[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1907 -> 798[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 740[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];1908[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];740 -> 1908[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1908 -> 799[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1909[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];740 -> 1909[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1909 -> 800[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 681[label="compare3 vwx300 vwx400",fontsize=16,color="black",shape="box"];681 -> 744[label="",style="solid", color="black", weight=3]; 17.55/7.06 682[label="LT == LT",fontsize=16,color="black",shape="box"];682 -> 745[label="",style="solid", color="black", weight=3]; 17.55/7.06 683[label="EQ == LT",fontsize=16,color="black",shape="box"];683 -> 746[label="",style="solid", color="black", weight=3]; 17.55/7.06 684[label="GT == LT",fontsize=16,color="black",shape="box"];684 -> 747[label="",style="solid", color="black", weight=3]; 17.55/7.06 685[label="vwx300",fontsize=16,color="green",shape="box"];686[label="vwx400",fontsize=16,color="green",shape="box"];687[label="vwx300",fontsize=16,color="green",shape="box"];688[label="vwx400",fontsize=16,color="green",shape="box"];689[label="vwx300",fontsize=16,color="green",shape="box"];690[label="vwx400",fontsize=16,color="green",shape="box"];691[label="compare3 vwx300 vwx400",fontsize=16,color="black",shape="box"];691 -> 748[label="",style="solid", color="black", weight=3]; 17.55/7.06 692[label="vwx300",fontsize=16,color="green",shape="box"];693[label="vwx400",fontsize=16,color="green",shape="box"];694[label="compare3 vwx300 vwx400",fontsize=16,color="black",shape="box"];694 -> 749[label="",style="solid", color="black", weight=3]; 17.55/7.06 695[label="vwx300",fontsize=16,color="green",shape="box"];696[label="vwx400",fontsize=16,color="green",shape="box"];697[label="compare3 vwx300 vwx400",fontsize=16,color="black",shape="box"];697 -> 750[label="",style="solid", color="black", weight=3]; 17.55/7.06 698[label="vwx300",fontsize=16,color="green",shape="box"];699[label="vwx400",fontsize=16,color="green",shape="box"];700[label="vwx300",fontsize=16,color="green",shape="box"];701[label="vwx400",fontsize=16,color="green",shape="box"];702[label="compare3 vwx300 vwx400",fontsize=16,color="black",shape="box"];702 -> 751[label="",style="solid", color="black", weight=3]; 17.55/7.06 703[label="vwx300",fontsize=16,color="green",shape="box"];704[label="vwx400",fontsize=16,color="green",shape="box"];705[label="compare3 vwx300 vwx400",fontsize=16,color="black",shape="box"];705 -> 752[label="",style="solid", color="black", weight=3]; 17.55/7.06 706[label="vwx28 == vwx29",fontsize=16,color="black",shape="triangle"];706 -> 753[label="",style="solid", color="black", weight=3]; 17.55/7.06 707[label="vwx28 == vwx29",fontsize=16,color="burlywood",shape="triangle"];1910[label="vwx28/Left vwx280",fontsize=10,color="white",style="solid",shape="box"];707 -> 1910[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1910 -> 754[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1911[label="vwx28/Right vwx280",fontsize=10,color="white",style="solid",shape="box"];707 -> 1911[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1911 -> 755[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 708[label="vwx28 == vwx29",fontsize=16,color="burlywood",shape="triangle"];1912[label="vwx28/False",fontsize=10,color="white",style="solid",shape="box"];708 -> 1912[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1912 -> 756[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1913[label="vwx28/True",fontsize=10,color="white",style="solid",shape="box"];708 -> 1913[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1913 -> 757[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 709[label="vwx28 == vwx29",fontsize=16,color="burlywood",shape="triangle"];1914[label="vwx28/()",fontsize=10,color="white",style="solid",shape="box"];709 -> 1914[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1914 -> 758[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 710[label="vwx28 == vwx29",fontsize=16,color="burlywood",shape="triangle"];1915[label="vwx28/vwx280 :% vwx281",fontsize=10,color="white",style="solid",shape="box"];710 -> 1915[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1915 -> 759[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 711[label="vwx28 == vwx29",fontsize=16,color="black",shape="triangle"];711 -> 760[label="",style="solid", color="black", weight=3]; 17.55/7.06 712[label="vwx28 == vwx29",fontsize=16,color="burlywood",shape="triangle"];1916[label="vwx28/Nothing",fontsize=10,color="white",style="solid",shape="box"];712 -> 1916[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1916 -> 761[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1917[label="vwx28/Just vwx280",fontsize=10,color="white",style="solid",shape="box"];712 -> 1917[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1917 -> 762[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 713[label="vwx28 == vwx29",fontsize=16,color="burlywood",shape="triangle"];1918[label="vwx28/(vwx280,vwx281)",fontsize=10,color="white",style="solid",shape="box"];713 -> 1918[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1918 -> 763[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 714[label="vwx28 == vwx29",fontsize=16,color="burlywood",shape="triangle"];1919[label="vwx28/Integer vwx280",fontsize=10,color="white",style="solid",shape="box"];714 -> 1919[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1919 -> 764[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 715[label="vwx28 == vwx29",fontsize=16,color="black",shape="triangle"];715 -> 765[label="",style="solid", color="black", weight=3]; 17.55/7.06 716[label="vwx28 == vwx29",fontsize=16,color="burlywood",shape="triangle"];1920[label="vwx28/vwx280 : vwx281",fontsize=10,color="white",style="solid",shape="box"];716 -> 1920[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1920 -> 766[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1921[label="vwx28/[]",fontsize=10,color="white",style="solid",shape="box"];716 -> 1921[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1921 -> 767[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 717[label="vwx28 == vwx29",fontsize=16,color="burlywood",shape="triangle"];1922[label="vwx28/LT",fontsize=10,color="white",style="solid",shape="box"];717 -> 1922[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1922 -> 768[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1923[label="vwx28/EQ",fontsize=10,color="white",style="solid",shape="box"];717 -> 1923[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1923 -> 769[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1924[label="vwx28/GT",fontsize=10,color="white",style="solid",shape="box"];717 -> 1924[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1924 -> 770[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 718[label="vwx28 == vwx29",fontsize=16,color="black",shape="triangle"];718 -> 771[label="",style="solid", color="black", weight=3]; 17.55/7.06 719[label="vwx28 == vwx29",fontsize=16,color="burlywood",shape="triangle"];1925[label="vwx28/(vwx280,vwx281,vwx282)",fontsize=10,color="white",style="solid",shape="box"];719 -> 1925[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1925 -> 772[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 720[label="False && vwx54",fontsize=16,color="black",shape="box"];720 -> 773[label="",style="solid", color="black", weight=3]; 17.55/7.06 721[label="True && vwx54",fontsize=16,color="black",shape="box"];721 -> 774[label="",style="solid", color="black", weight=3]; 17.55/7.06 741[label="vwx301",fontsize=16,color="green",shape="box"];742[label="vwx401",fontsize=16,color="green",shape="box"];743 -> 801[label="",style="dashed", color="red", weight=0]; 17.55/7.06 743[label="primCompAux0 vwx55 (compare vwx300 vwx400)",fontsize=16,color="magenta"];743 -> 802[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 743 -> 803[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 775 -> 732[label="",style="dashed", color="red", weight=0]; 17.55/7.06 775[label="primCmpNat (Succ vwx3000) vwx400",fontsize=16,color="magenta"];775 -> 804[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 775 -> 805[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 776[label="GT",fontsize=16,color="green",shape="box"];777[label="primCmpInt (Pos Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];777 -> 806[label="",style="solid", color="black", weight=3]; 17.55/7.06 778[label="primCmpInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];778 -> 807[label="",style="solid", color="black", weight=3]; 17.55/7.06 779[label="primCmpInt (Pos Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];779 -> 808[label="",style="solid", color="black", weight=3]; 17.55/7.06 780[label="primCmpInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];780 -> 809[label="",style="solid", color="black", weight=3]; 17.55/7.06 781[label="LT",fontsize=16,color="green",shape="box"];782 -> 732[label="",style="dashed", color="red", weight=0]; 17.55/7.06 782[label="primCmpNat vwx400 (Succ vwx3000)",fontsize=16,color="magenta"];782 -> 810[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 782 -> 811[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 783[label="primCmpInt (Neg Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];783 -> 812[label="",style="solid", color="black", weight=3]; 17.55/7.06 784[label="primCmpInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];784 -> 813[label="",style="solid", color="black", weight=3]; 17.55/7.06 785[label="primCmpInt (Neg Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];785 -> 814[label="",style="solid", color="black", weight=3]; 17.55/7.06 786[label="primCmpInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];786 -> 815[label="",style="solid", color="black", weight=3]; 17.55/7.06 787[label="primCmpNat (Succ vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];1926[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];787 -> 1926[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1926 -> 816[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1927[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];787 -> 1927[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1927 -> 817[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 788[label="primCmpNat Zero vwx400",fontsize=16,color="burlywood",shape="box"];1928[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];788 -> 1928[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1928 -> 818[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1929[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];788 -> 1929[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1929 -> 819[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 789[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];789 -> 820[label="",style="solid", color="black", weight=3]; 17.55/7.06 790[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];790 -> 821[label="",style="solid", color="black", weight=3]; 17.55/7.06 791[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];791 -> 822[label="",style="solid", color="black", weight=3]; 17.55/7.06 792[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];792 -> 823[label="",style="solid", color="black", weight=3]; 17.55/7.06 793[label="vwx300 * vwx401",fontsize=16,color="black",shape="triangle"];793 -> 824[label="",style="solid", color="black", weight=3]; 17.55/7.06 794 -> 793[label="",style="dashed", color="red", weight=0]; 17.55/7.06 794[label="vwx400 * vwx301",fontsize=16,color="magenta"];794 -> 825[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 794 -> 826[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 795[label="vwx300 * vwx401",fontsize=16,color="burlywood",shape="triangle"];1930[label="vwx300/Integer vwx3000",fontsize=10,color="white",style="solid",shape="box"];795 -> 1930[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1930 -> 827[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 796 -> 795[label="",style="dashed", color="red", weight=0]; 17.55/7.06 796[label="vwx400 * vwx301",fontsize=16,color="magenta"];796 -> 828[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 796 -> 829[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 797[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];797 -> 830[label="",style="solid", color="black", weight=3]; 17.55/7.06 798[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];798 -> 831[label="",style="solid", color="black", weight=3]; 17.55/7.06 799[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];799 -> 832[label="",style="solid", color="black", weight=3]; 17.55/7.06 800[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];800 -> 833[label="",style="solid", color="black", weight=3]; 17.55/7.06 744 -> 834[label="",style="dashed", color="red", weight=0]; 17.55/7.06 744[label="compare2 vwx300 vwx400 (vwx300 == vwx400)",fontsize=16,color="magenta"];744 -> 835[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 745[label="True",fontsize=16,color="green",shape="box"];746[label="False",fontsize=16,color="green",shape="box"];747[label="False",fontsize=16,color="green",shape="box"];748 -> 836[label="",style="dashed", color="red", weight=0]; 17.55/7.06 748[label="compare2 vwx300 vwx400 (vwx300 == vwx400)",fontsize=16,color="magenta"];748 -> 837[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 749 -> 838[label="",style="dashed", color="red", weight=0]; 17.55/7.06 749[label="compare2 vwx300 vwx400 (vwx300 == vwx400)",fontsize=16,color="magenta"];749 -> 839[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 750 -> 840[label="",style="dashed", color="red", weight=0]; 17.55/7.06 750[label="compare2 vwx300 vwx400 (vwx300 == vwx400)",fontsize=16,color="magenta"];750 -> 841[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 751 -> 842[label="",style="dashed", color="red", weight=0]; 17.55/7.06 751[label="compare2 vwx300 vwx400 (vwx300 == vwx400)",fontsize=16,color="magenta"];751 -> 843[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 752 -> 844[label="",style="dashed", color="red", weight=0]; 17.55/7.06 752[label="compare2 vwx300 vwx400 (vwx300 == vwx400)",fontsize=16,color="magenta"];752 -> 845[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 753[label="primEqFloat vwx28 vwx29",fontsize=16,color="burlywood",shape="box"];1931[label="vwx28/Float vwx280 vwx281",fontsize=10,color="white",style="solid",shape="box"];753 -> 1931[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1931 -> 846[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 754[label="Left vwx280 == vwx29",fontsize=16,color="burlywood",shape="box"];1932[label="vwx29/Left vwx290",fontsize=10,color="white",style="solid",shape="box"];754 -> 1932[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1932 -> 847[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1933[label="vwx29/Right vwx290",fontsize=10,color="white",style="solid",shape="box"];754 -> 1933[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1933 -> 848[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 755[label="Right vwx280 == vwx29",fontsize=16,color="burlywood",shape="box"];1934[label="vwx29/Left vwx290",fontsize=10,color="white",style="solid",shape="box"];755 -> 1934[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1934 -> 849[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1935[label="vwx29/Right vwx290",fontsize=10,color="white",style="solid",shape="box"];755 -> 1935[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1935 -> 850[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 756[label="False == vwx29",fontsize=16,color="burlywood",shape="box"];1936[label="vwx29/False",fontsize=10,color="white",style="solid",shape="box"];756 -> 1936[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1936 -> 851[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1937[label="vwx29/True",fontsize=10,color="white",style="solid",shape="box"];756 -> 1937[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1937 -> 852[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 757[label="True == vwx29",fontsize=16,color="burlywood",shape="box"];1938[label="vwx29/False",fontsize=10,color="white",style="solid",shape="box"];757 -> 1938[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1938 -> 853[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1939[label="vwx29/True",fontsize=10,color="white",style="solid",shape="box"];757 -> 1939[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1939 -> 854[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 758[label="() == vwx29",fontsize=16,color="burlywood",shape="box"];1940[label="vwx29/()",fontsize=10,color="white",style="solid",shape="box"];758 -> 1940[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1940 -> 855[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 759[label="vwx280 :% vwx281 == vwx29",fontsize=16,color="burlywood",shape="box"];1941[label="vwx29/vwx290 :% vwx291",fontsize=10,color="white",style="solid",shape="box"];759 -> 1941[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1941 -> 856[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 760[label="primEqChar vwx28 vwx29",fontsize=16,color="burlywood",shape="box"];1942[label="vwx28/Char vwx280",fontsize=10,color="white",style="solid",shape="box"];760 -> 1942[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1942 -> 857[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 761[label="Nothing == vwx29",fontsize=16,color="burlywood",shape="box"];1943[label="vwx29/Nothing",fontsize=10,color="white",style="solid",shape="box"];761 -> 1943[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1943 -> 858[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1944[label="vwx29/Just vwx290",fontsize=10,color="white",style="solid",shape="box"];761 -> 1944[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1944 -> 859[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 762[label="Just vwx280 == vwx29",fontsize=16,color="burlywood",shape="box"];1945[label="vwx29/Nothing",fontsize=10,color="white",style="solid",shape="box"];762 -> 1945[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1945 -> 860[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1946[label="vwx29/Just vwx290",fontsize=10,color="white",style="solid",shape="box"];762 -> 1946[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1946 -> 861[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 763[label="(vwx280,vwx281) == vwx29",fontsize=16,color="burlywood",shape="box"];1947[label="vwx29/(vwx290,vwx291)",fontsize=10,color="white",style="solid",shape="box"];763 -> 1947[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1947 -> 862[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 764[label="Integer vwx280 == vwx29",fontsize=16,color="burlywood",shape="box"];1948[label="vwx29/Integer vwx290",fontsize=10,color="white",style="solid",shape="box"];764 -> 1948[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1948 -> 863[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 765[label="primEqDouble vwx28 vwx29",fontsize=16,color="burlywood",shape="box"];1949[label="vwx28/Double vwx280 vwx281",fontsize=10,color="white",style="solid",shape="box"];765 -> 1949[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1949 -> 864[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 766[label="vwx280 : vwx281 == vwx29",fontsize=16,color="burlywood",shape="box"];1950[label="vwx29/vwx290 : vwx291",fontsize=10,color="white",style="solid",shape="box"];766 -> 1950[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1950 -> 865[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1951[label="vwx29/[]",fontsize=10,color="white",style="solid",shape="box"];766 -> 1951[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1951 -> 866[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 767[label="[] == vwx29",fontsize=16,color="burlywood",shape="box"];1952[label="vwx29/vwx290 : vwx291",fontsize=10,color="white",style="solid",shape="box"];767 -> 1952[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1952 -> 867[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1953[label="vwx29/[]",fontsize=10,color="white",style="solid",shape="box"];767 -> 1953[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1953 -> 868[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 768[label="LT == vwx29",fontsize=16,color="burlywood",shape="box"];1954[label="vwx29/LT",fontsize=10,color="white",style="solid",shape="box"];768 -> 1954[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1954 -> 869[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1955[label="vwx29/EQ",fontsize=10,color="white",style="solid",shape="box"];768 -> 1955[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1955 -> 870[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1956[label="vwx29/GT",fontsize=10,color="white",style="solid",shape="box"];768 -> 1956[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1956 -> 871[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 769[label="EQ == vwx29",fontsize=16,color="burlywood",shape="box"];1957[label="vwx29/LT",fontsize=10,color="white",style="solid",shape="box"];769 -> 1957[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1957 -> 872[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1958[label="vwx29/EQ",fontsize=10,color="white",style="solid",shape="box"];769 -> 1958[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1958 -> 873[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1959[label="vwx29/GT",fontsize=10,color="white",style="solid",shape="box"];769 -> 1959[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1959 -> 874[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 770[label="GT == vwx29",fontsize=16,color="burlywood",shape="box"];1960[label="vwx29/LT",fontsize=10,color="white",style="solid",shape="box"];770 -> 1960[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1960 -> 875[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1961[label="vwx29/EQ",fontsize=10,color="white",style="solid",shape="box"];770 -> 1961[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1961 -> 876[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1962[label="vwx29/GT",fontsize=10,color="white",style="solid",shape="box"];770 -> 1962[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1962 -> 877[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 771[label="primEqInt vwx28 vwx29",fontsize=16,color="burlywood",shape="triangle"];1963[label="vwx28/Pos vwx280",fontsize=10,color="white",style="solid",shape="box"];771 -> 1963[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1963 -> 878[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1964[label="vwx28/Neg vwx280",fontsize=10,color="white",style="solid",shape="box"];771 -> 1964[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1964 -> 879[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 772[label="(vwx280,vwx281,vwx282) == vwx29",fontsize=16,color="burlywood",shape="box"];1965[label="vwx29/(vwx290,vwx291,vwx292)",fontsize=10,color="white",style="solid",shape="box"];772 -> 1965[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1965 -> 880[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 773[label="False",fontsize=16,color="green",shape="box"];774[label="vwx54",fontsize=16,color="green",shape="box"];802[label="vwx55",fontsize=16,color="green",shape="box"];803[label="compare vwx300 vwx400",fontsize=16,color="blue",shape="box"];1966[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];803 -> 1966[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1966 -> 881[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1967[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];803 -> 1967[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1967 -> 882[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1968[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];803 -> 1968[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1968 -> 883[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1969[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];803 -> 1969[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1969 -> 884[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1970[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];803 -> 1970[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1970 -> 885[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1971[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];803 -> 1971[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1971 -> 886[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1972[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];803 -> 1972[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1972 -> 887[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1973[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];803 -> 1973[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1973 -> 888[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1974[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];803 -> 1974[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1974 -> 889[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1975[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];803 -> 1975[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1975 -> 890[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1976[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];803 -> 1976[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1976 -> 891[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1977[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];803 -> 1977[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1977 -> 892[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1978[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];803 -> 1978[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1978 -> 893[label="",style="solid", color="blue", weight=3]; 17.55/7.06 1979[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];803 -> 1979[label="",style="solid", color="blue", weight=9]; 17.55/7.06 1979 -> 894[label="",style="solid", color="blue", weight=3]; 17.55/7.06 801[label="primCompAux0 vwx59 vwx60",fontsize=16,color="burlywood",shape="triangle"];1980[label="vwx60/LT",fontsize=10,color="white",style="solid",shape="box"];801 -> 1980[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1980 -> 895[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1981[label="vwx60/EQ",fontsize=10,color="white",style="solid",shape="box"];801 -> 1981[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1981 -> 896[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1982[label="vwx60/GT",fontsize=10,color="white",style="solid",shape="box"];801 -> 1982[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1982 -> 897[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 804[label="vwx400",fontsize=16,color="green",shape="box"];805[label="Succ vwx3000",fontsize=16,color="green",shape="box"];806 -> 732[label="",style="dashed", color="red", weight=0]; 17.55/7.06 806[label="primCmpNat Zero (Succ vwx4000)",fontsize=16,color="magenta"];806 -> 898[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 806 -> 899[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 807[label="EQ",fontsize=16,color="green",shape="box"];808[label="GT",fontsize=16,color="green",shape="box"];809[label="EQ",fontsize=16,color="green",shape="box"];810[label="Succ vwx3000",fontsize=16,color="green",shape="box"];811[label="vwx400",fontsize=16,color="green",shape="box"];812[label="LT",fontsize=16,color="green",shape="box"];813[label="EQ",fontsize=16,color="green",shape="box"];814 -> 732[label="",style="dashed", color="red", weight=0]; 17.55/7.06 814[label="primCmpNat (Succ vwx4000) Zero",fontsize=16,color="magenta"];814 -> 900[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 814 -> 901[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 815[label="EQ",fontsize=16,color="green",shape="box"];816[label="primCmpNat (Succ vwx3000) (Succ vwx4000)",fontsize=16,color="black",shape="box"];816 -> 902[label="",style="solid", color="black", weight=3]; 17.55/7.06 817[label="primCmpNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];817 -> 903[label="",style="solid", color="black", weight=3]; 17.55/7.06 818[label="primCmpNat Zero (Succ vwx4000)",fontsize=16,color="black",shape="box"];818 -> 904[label="",style="solid", color="black", weight=3]; 17.55/7.06 819[label="primCmpNat Zero Zero",fontsize=16,color="black",shape="box"];819 -> 905[label="",style="solid", color="black", weight=3]; 17.55/7.06 820 -> 540[label="",style="dashed", color="red", weight=0]; 17.55/7.06 820[label="compare (vwx300 * Pos vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];820 -> 906[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 820 -> 907[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 821 -> 540[label="",style="dashed", color="red", weight=0]; 17.55/7.06 821[label="compare (vwx300 * Pos vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];821 -> 908[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 821 -> 909[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 822 -> 540[label="",style="dashed", color="red", weight=0]; 17.55/7.06 822[label="compare (vwx300 * Neg vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];822 -> 910[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 822 -> 911[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 823 -> 540[label="",style="dashed", color="red", weight=0]; 17.55/7.06 823[label="compare (vwx300 * Neg vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];823 -> 912[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 823 -> 913[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 824[label="primMulInt vwx300 vwx401",fontsize=16,color="burlywood",shape="triangle"];1983[label="vwx300/Pos vwx3000",fontsize=10,color="white",style="solid",shape="box"];824 -> 1983[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1983 -> 914[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1984[label="vwx300/Neg vwx3000",fontsize=10,color="white",style="solid",shape="box"];824 -> 1984[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1984 -> 915[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 825[label="vwx400",fontsize=16,color="green",shape="box"];826[label="vwx301",fontsize=16,color="green",shape="box"];827[label="Integer vwx3000 * vwx401",fontsize=16,color="burlywood",shape="box"];1985[label="vwx401/Integer vwx4010",fontsize=10,color="white",style="solid",shape="box"];827 -> 1985[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1985 -> 916[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 828[label="vwx400",fontsize=16,color="green",shape="box"];829[label="vwx301",fontsize=16,color="green",shape="box"];830 -> 540[label="",style="dashed", color="red", weight=0]; 17.55/7.06 830[label="compare (vwx300 * Pos vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];830 -> 917[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 830 -> 918[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 831 -> 540[label="",style="dashed", color="red", weight=0]; 17.55/7.06 831[label="compare (vwx300 * Pos vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];831 -> 919[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 831 -> 920[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 832 -> 540[label="",style="dashed", color="red", weight=0]; 17.55/7.06 832[label="compare (vwx300 * Neg vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];832 -> 921[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 832 -> 922[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 833 -> 540[label="",style="dashed", color="red", weight=0]; 17.55/7.06 833[label="compare (vwx300 * Neg vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];833 -> 923[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 833 -> 924[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 835 -> 719[label="",style="dashed", color="red", weight=0]; 17.55/7.06 835[label="vwx300 == vwx400",fontsize=16,color="magenta"];835 -> 925[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 835 -> 926[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 834[label="compare2 vwx300 vwx400 vwx61",fontsize=16,color="burlywood",shape="triangle"];1986[label="vwx61/False",fontsize=10,color="white",style="solid",shape="box"];834 -> 1986[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1986 -> 927[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1987[label="vwx61/True",fontsize=10,color="white",style="solid",shape="box"];834 -> 1987[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1987 -> 928[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 837 -> 712[label="",style="dashed", color="red", weight=0]; 17.55/7.06 837[label="vwx300 == vwx400",fontsize=16,color="magenta"];837 -> 929[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 837 -> 930[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 836[label="compare2 vwx300 vwx400 vwx62",fontsize=16,color="burlywood",shape="triangle"];1988[label="vwx62/False",fontsize=10,color="white",style="solid",shape="box"];836 -> 1988[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1988 -> 931[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1989[label="vwx62/True",fontsize=10,color="white",style="solid",shape="box"];836 -> 1989[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1989 -> 932[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 839 -> 717[label="",style="dashed", color="red", weight=0]; 17.55/7.06 839[label="vwx300 == vwx400",fontsize=16,color="magenta"];839 -> 933[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 839 -> 934[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 838[label="compare2 vwx300 vwx400 vwx63",fontsize=16,color="burlywood",shape="triangle"];1990[label="vwx63/False",fontsize=10,color="white",style="solid",shape="box"];838 -> 1990[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1990 -> 935[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1991[label="vwx63/True",fontsize=10,color="white",style="solid",shape="box"];838 -> 1991[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1991 -> 936[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 841 -> 713[label="",style="dashed", color="red", weight=0]; 17.55/7.06 841[label="vwx300 == vwx400",fontsize=16,color="magenta"];841 -> 937[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 841 -> 938[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 840[label="compare2 vwx300 vwx400 vwx64",fontsize=16,color="burlywood",shape="triangle"];1992[label="vwx64/False",fontsize=10,color="white",style="solid",shape="box"];840 -> 1992[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1992 -> 939[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1993[label="vwx64/True",fontsize=10,color="white",style="solid",shape="box"];840 -> 1993[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1993 -> 940[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 843 -> 707[label="",style="dashed", color="red", weight=0]; 17.55/7.06 843[label="vwx300 == vwx400",fontsize=16,color="magenta"];843 -> 941[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 843 -> 942[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 842[label="compare2 vwx300 vwx400 vwx65",fontsize=16,color="burlywood",shape="triangle"];1994[label="vwx65/False",fontsize=10,color="white",style="solid",shape="box"];842 -> 1994[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1994 -> 943[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1995[label="vwx65/True",fontsize=10,color="white",style="solid",shape="box"];842 -> 1995[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1995 -> 944[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 845 -> 708[label="",style="dashed", color="red", weight=0]; 17.55/7.06 845[label="vwx300 == vwx400",fontsize=16,color="magenta"];845 -> 945[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 845 -> 946[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 844[label="compare2 vwx300 vwx400 vwx66",fontsize=16,color="burlywood",shape="triangle"];1996[label="vwx66/False",fontsize=10,color="white",style="solid",shape="box"];844 -> 1996[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1996 -> 947[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 1997[label="vwx66/True",fontsize=10,color="white",style="solid",shape="box"];844 -> 1997[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1997 -> 948[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 846[label="primEqFloat (Float vwx280 vwx281) vwx29",fontsize=16,color="burlywood",shape="box"];1998[label="vwx29/Float vwx290 vwx291",fontsize=10,color="white",style="solid",shape="box"];846 -> 1998[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1998 -> 949[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 847[label="Left vwx280 == Left vwx290",fontsize=16,color="black",shape="box"];847 -> 950[label="",style="solid", color="black", weight=3]; 17.55/7.06 848[label="Left vwx280 == Right vwx290",fontsize=16,color="black",shape="box"];848 -> 951[label="",style="solid", color="black", weight=3]; 17.55/7.06 849[label="Right vwx280 == Left vwx290",fontsize=16,color="black",shape="box"];849 -> 952[label="",style="solid", color="black", weight=3]; 17.55/7.06 850[label="Right vwx280 == Right vwx290",fontsize=16,color="black",shape="box"];850 -> 953[label="",style="solid", color="black", weight=3]; 17.55/7.06 851[label="False == False",fontsize=16,color="black",shape="box"];851 -> 954[label="",style="solid", color="black", weight=3]; 17.55/7.06 852[label="False == True",fontsize=16,color="black",shape="box"];852 -> 955[label="",style="solid", color="black", weight=3]; 17.55/7.06 853[label="True == False",fontsize=16,color="black",shape="box"];853 -> 956[label="",style="solid", color="black", weight=3]; 17.55/7.06 854[label="True == True",fontsize=16,color="black",shape="box"];854 -> 957[label="",style="solid", color="black", weight=3]; 17.55/7.06 855[label="() == ()",fontsize=16,color="black",shape="box"];855 -> 958[label="",style="solid", color="black", weight=3]; 17.55/7.06 856[label="vwx280 :% vwx281 == vwx290 :% vwx291",fontsize=16,color="black",shape="box"];856 -> 959[label="",style="solid", color="black", weight=3]; 17.55/7.06 857[label="primEqChar (Char vwx280) vwx29",fontsize=16,color="burlywood",shape="box"];1999[label="vwx29/Char vwx290",fontsize=10,color="white",style="solid",shape="box"];857 -> 1999[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 1999 -> 960[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 858[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];858 -> 961[label="",style="solid", color="black", weight=3]; 17.55/7.06 859[label="Nothing == Just vwx290",fontsize=16,color="black",shape="box"];859 -> 962[label="",style="solid", color="black", weight=3]; 17.55/7.06 860[label="Just vwx280 == Nothing",fontsize=16,color="black",shape="box"];860 -> 963[label="",style="solid", color="black", weight=3]; 17.55/7.06 861[label="Just vwx280 == Just vwx290",fontsize=16,color="black",shape="box"];861 -> 964[label="",style="solid", color="black", weight=3]; 17.55/7.06 862[label="(vwx280,vwx281) == (vwx290,vwx291)",fontsize=16,color="black",shape="box"];862 -> 965[label="",style="solid", color="black", weight=3]; 17.55/7.06 863[label="Integer vwx280 == Integer vwx290",fontsize=16,color="black",shape="box"];863 -> 966[label="",style="solid", color="black", weight=3]; 17.55/7.06 864[label="primEqDouble (Double vwx280 vwx281) vwx29",fontsize=16,color="burlywood",shape="box"];2000[label="vwx29/Double vwx290 vwx291",fontsize=10,color="white",style="solid",shape="box"];864 -> 2000[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 2000 -> 967[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 865[label="vwx280 : vwx281 == vwx290 : vwx291",fontsize=16,color="black",shape="box"];865 -> 968[label="",style="solid", color="black", weight=3]; 17.55/7.06 866[label="vwx280 : vwx281 == []",fontsize=16,color="black",shape="box"];866 -> 969[label="",style="solid", color="black", weight=3]; 17.55/7.06 867[label="[] == vwx290 : vwx291",fontsize=16,color="black",shape="box"];867 -> 970[label="",style="solid", color="black", weight=3]; 17.55/7.06 868[label="[] == []",fontsize=16,color="black",shape="box"];868 -> 971[label="",style="solid", color="black", weight=3]; 17.55/7.06 869[label="LT == LT",fontsize=16,color="black",shape="box"];869 -> 972[label="",style="solid", color="black", weight=3]; 17.55/7.06 870[label="LT == EQ",fontsize=16,color="black",shape="box"];870 -> 973[label="",style="solid", color="black", weight=3]; 17.55/7.06 871[label="LT == GT",fontsize=16,color="black",shape="box"];871 -> 974[label="",style="solid", color="black", weight=3]; 17.55/7.06 872[label="EQ == LT",fontsize=16,color="black",shape="box"];872 -> 975[label="",style="solid", color="black", weight=3]; 17.55/7.06 873[label="EQ == EQ",fontsize=16,color="black",shape="box"];873 -> 976[label="",style="solid", color="black", weight=3]; 17.55/7.06 874[label="EQ == GT",fontsize=16,color="black",shape="box"];874 -> 977[label="",style="solid", color="black", weight=3]; 17.55/7.06 875[label="GT == LT",fontsize=16,color="black",shape="box"];875 -> 978[label="",style="solid", color="black", weight=3]; 17.55/7.06 876[label="GT == EQ",fontsize=16,color="black",shape="box"];876 -> 979[label="",style="solid", color="black", weight=3]; 17.55/7.06 877[label="GT == GT",fontsize=16,color="black",shape="box"];877 -> 980[label="",style="solid", color="black", weight=3]; 17.55/7.06 878[label="primEqInt (Pos vwx280) vwx29",fontsize=16,color="burlywood",shape="box"];2001[label="vwx280/Succ vwx2800",fontsize=10,color="white",style="solid",shape="box"];878 -> 2001[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 2001 -> 981[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 2002[label="vwx280/Zero",fontsize=10,color="white",style="solid",shape="box"];878 -> 2002[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 2002 -> 982[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 879[label="primEqInt (Neg vwx280) vwx29",fontsize=16,color="burlywood",shape="box"];2003[label="vwx280/Succ vwx2800",fontsize=10,color="white",style="solid",shape="box"];879 -> 2003[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 2003 -> 983[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 2004[label="vwx280/Zero",fontsize=10,color="white",style="solid",shape="box"];879 -> 2004[label="",style="solid", color="burlywood", weight=9]; 17.55/7.06 2004 -> 984[label="",style="solid", color="burlywood", weight=3]; 17.55/7.06 880[label="(vwx280,vwx281,vwx282) == (vwx290,vwx291,vwx292)",fontsize=16,color="black",shape="box"];880 -> 985[label="",style="solid", color="black", weight=3]; 17.55/7.06 881 -> 574[label="",style="dashed", color="red", weight=0]; 17.55/7.06 881[label="compare vwx300 vwx400",fontsize=16,color="magenta"];881 -> 986[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 881 -> 987[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 882 -> 539[label="",style="dashed", color="red", weight=0]; 17.55/7.06 882[label="compare vwx300 vwx400",fontsize=16,color="magenta"];882 -> 988[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 882 -> 989[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 883 -> 540[label="",style="dashed", color="red", weight=0]; 17.55/7.06 883[label="compare vwx300 vwx400",fontsize=16,color="magenta"];883 -> 990[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 883 -> 991[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 884 -> 541[label="",style="dashed", color="red", weight=0]; 17.55/7.06 884[label="compare vwx300 vwx400",fontsize=16,color="magenta"];884 -> 992[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 884 -> 993[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 885 -> 578[label="",style="dashed", color="red", weight=0]; 17.55/7.06 885[label="compare vwx300 vwx400",fontsize=16,color="magenta"];885 -> 994[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 885 -> 995[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 886 -> 542[label="",style="dashed", color="red", weight=0]; 17.55/7.06 886[label="compare vwx300 vwx400",fontsize=16,color="magenta"];886 -> 996[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 886 -> 997[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 887 -> 580[label="",style="dashed", color="red", weight=0]; 17.55/7.06 887[label="compare vwx300 vwx400",fontsize=16,color="magenta"];887 -> 998[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 887 -> 999[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 888 -> 543[label="",style="dashed", color="red", weight=0]; 17.55/7.06 888[label="compare vwx300 vwx400",fontsize=16,color="magenta"];888 -> 1000[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 888 -> 1001[label="",style="dashed", color="magenta", weight=3]; 17.55/7.06 889 -> 582[label="",style="dashed", color="red", weight=0]; 17.55/7.06 889[label="compare vwx300 vwx400",fontsize=16,color="magenta"];889 -> 1002[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 889 -> 1003[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 890 -> 544[label="",style="dashed", color="red", weight=0]; 17.55/7.07 890[label="compare vwx300 vwx400",fontsize=16,color="magenta"];890 -> 1004[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 890 -> 1005[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 891 -> 545[label="",style="dashed", color="red", weight=0]; 17.55/7.07 891[label="compare vwx300 vwx400",fontsize=16,color="magenta"];891 -> 1006[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 891 -> 1007[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 892 -> 585[label="",style="dashed", color="red", weight=0]; 17.55/7.07 892[label="compare vwx300 vwx400",fontsize=16,color="magenta"];892 -> 1008[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 892 -> 1009[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 893 -> 546[label="",style="dashed", color="red", weight=0]; 17.55/7.07 893[label="compare vwx300 vwx400",fontsize=16,color="magenta"];893 -> 1010[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 893 -> 1011[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 894 -> 587[label="",style="dashed", color="red", weight=0]; 17.55/7.07 894[label="compare vwx300 vwx400",fontsize=16,color="magenta"];894 -> 1012[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 894 -> 1013[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 895[label="primCompAux0 vwx59 LT",fontsize=16,color="black",shape="box"];895 -> 1014[label="",style="solid", color="black", weight=3]; 17.55/7.07 896[label="primCompAux0 vwx59 EQ",fontsize=16,color="black",shape="box"];896 -> 1015[label="",style="solid", color="black", weight=3]; 17.55/7.07 897[label="primCompAux0 vwx59 GT",fontsize=16,color="black",shape="box"];897 -> 1016[label="",style="solid", color="black", weight=3]; 17.55/7.07 898[label="Succ vwx4000",fontsize=16,color="green",shape="box"];899[label="Zero",fontsize=16,color="green",shape="box"];900[label="Zero",fontsize=16,color="green",shape="box"];901[label="Succ vwx4000",fontsize=16,color="green",shape="box"];902 -> 732[label="",style="dashed", color="red", weight=0]; 17.55/7.07 902[label="primCmpNat vwx3000 vwx4000",fontsize=16,color="magenta"];902 -> 1017[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 902 -> 1018[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 903[label="GT",fontsize=16,color="green",shape="box"];904[label="LT",fontsize=16,color="green",shape="box"];905[label="EQ",fontsize=16,color="green",shape="box"];906 -> 793[label="",style="dashed", color="red", weight=0]; 17.55/7.07 906[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];906 -> 1019[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 906 -> 1020[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 907 -> 793[label="",style="dashed", color="red", weight=0]; 17.55/7.07 907[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];907 -> 1021[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 907 -> 1022[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 908 -> 793[label="",style="dashed", color="red", weight=0]; 17.55/7.07 908[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];908 -> 1023[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 908 -> 1024[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 909 -> 793[label="",style="dashed", color="red", weight=0]; 17.55/7.07 909[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];909 -> 1025[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 909 -> 1026[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 910 -> 793[label="",style="dashed", color="red", weight=0]; 17.55/7.07 910[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];910 -> 1027[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 910 -> 1028[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 911 -> 793[label="",style="dashed", color="red", weight=0]; 17.55/7.07 911[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];911 -> 1029[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 911 -> 1030[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 912 -> 793[label="",style="dashed", color="red", weight=0]; 17.55/7.07 912[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];912 -> 1031[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 912 -> 1032[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 913 -> 793[label="",style="dashed", color="red", weight=0]; 17.55/7.07 913[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];913 -> 1033[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 913 -> 1034[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 914[label="primMulInt (Pos vwx3000) vwx401",fontsize=16,color="burlywood",shape="box"];2005[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];914 -> 2005[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2005 -> 1035[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 2006[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];914 -> 2006[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2006 -> 1036[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 915[label="primMulInt (Neg vwx3000) vwx401",fontsize=16,color="burlywood",shape="box"];2007[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];915 -> 2007[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2007 -> 1037[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 2008[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];915 -> 2008[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2008 -> 1038[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 916[label="Integer vwx3000 * Integer vwx4010",fontsize=16,color="black",shape="box"];916 -> 1039[label="",style="solid", color="black", weight=3]; 17.55/7.07 917 -> 793[label="",style="dashed", color="red", weight=0]; 17.55/7.07 917[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];917 -> 1040[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 917 -> 1041[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 918 -> 793[label="",style="dashed", color="red", weight=0]; 17.55/7.07 918[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];918 -> 1042[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 918 -> 1043[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 919 -> 793[label="",style="dashed", color="red", weight=0]; 17.55/7.07 919[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];919 -> 1044[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 919 -> 1045[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 920 -> 793[label="",style="dashed", color="red", weight=0]; 17.55/7.07 920[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];920 -> 1046[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 920 -> 1047[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 921 -> 793[label="",style="dashed", color="red", weight=0]; 17.55/7.07 921[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];921 -> 1048[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 921 -> 1049[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 922 -> 793[label="",style="dashed", color="red", weight=0]; 17.55/7.07 922[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];922 -> 1050[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 922 -> 1051[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 923 -> 793[label="",style="dashed", color="red", weight=0]; 17.55/7.07 923[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];923 -> 1052[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 923 -> 1053[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 924 -> 793[label="",style="dashed", color="red", weight=0]; 17.55/7.07 924[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];924 -> 1054[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 924 -> 1055[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 925[label="vwx300",fontsize=16,color="green",shape="box"];926[label="vwx400",fontsize=16,color="green",shape="box"];927[label="compare2 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];927 -> 1056[label="",style="solid", color="black", weight=3]; 17.55/7.07 928[label="compare2 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];928 -> 1057[label="",style="solid", color="black", weight=3]; 17.55/7.07 929[label="vwx300",fontsize=16,color="green",shape="box"];930[label="vwx400",fontsize=16,color="green",shape="box"];931[label="compare2 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];931 -> 1058[label="",style="solid", color="black", weight=3]; 17.55/7.07 932[label="compare2 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];932 -> 1059[label="",style="solid", color="black", weight=3]; 17.55/7.07 933[label="vwx300",fontsize=16,color="green",shape="box"];934[label="vwx400",fontsize=16,color="green",shape="box"];935[label="compare2 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];935 -> 1060[label="",style="solid", color="black", weight=3]; 17.55/7.07 936[label="compare2 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];936 -> 1061[label="",style="solid", color="black", weight=3]; 17.55/7.07 937[label="vwx300",fontsize=16,color="green",shape="box"];938[label="vwx400",fontsize=16,color="green",shape="box"];939[label="compare2 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];939 -> 1062[label="",style="solid", color="black", weight=3]; 17.55/7.07 940[label="compare2 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];940 -> 1063[label="",style="solid", color="black", weight=3]; 17.55/7.07 941[label="vwx300",fontsize=16,color="green",shape="box"];942[label="vwx400",fontsize=16,color="green",shape="box"];943[label="compare2 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];943 -> 1064[label="",style="solid", color="black", weight=3]; 17.55/7.07 944[label="compare2 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];944 -> 1065[label="",style="solid", color="black", weight=3]; 17.55/7.07 945[label="vwx300",fontsize=16,color="green",shape="box"];946[label="vwx400",fontsize=16,color="green",shape="box"];947[label="compare2 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];947 -> 1066[label="",style="solid", color="black", weight=3]; 17.55/7.07 948[label="compare2 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];948 -> 1067[label="",style="solid", color="black", weight=3]; 17.55/7.07 949[label="primEqFloat (Float vwx280 vwx281) (Float vwx290 vwx291)",fontsize=16,color="black",shape="box"];949 -> 1068[label="",style="solid", color="black", weight=3]; 17.55/7.07 950[label="vwx280 == vwx290",fontsize=16,color="blue",shape="box"];2009[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];950 -> 2009[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2009 -> 1069[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2010[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];950 -> 2010[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2010 -> 1070[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2011[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];950 -> 2011[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2011 -> 1071[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2012[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];950 -> 2012[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2012 -> 1072[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2013[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];950 -> 2013[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2013 -> 1073[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2014[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];950 -> 2014[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2014 -> 1074[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2015[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];950 -> 2015[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2015 -> 1075[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2016[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];950 -> 2016[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2016 -> 1076[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2017[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];950 -> 2017[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2017 -> 1077[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2018[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];950 -> 2018[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2018 -> 1078[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2019[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];950 -> 2019[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2019 -> 1079[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2020[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];950 -> 2020[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2020 -> 1080[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2021[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];950 -> 2021[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2021 -> 1081[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2022[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];950 -> 2022[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2022 -> 1082[label="",style="solid", color="blue", weight=3]; 17.55/7.07 951[label="False",fontsize=16,color="green",shape="box"];952[label="False",fontsize=16,color="green",shape="box"];953[label="vwx280 == vwx290",fontsize=16,color="blue",shape="box"];2023[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 2023[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2023 -> 1083[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2024[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 2024[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2024 -> 1084[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2025[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 2025[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2025 -> 1085[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2026[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 2026[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2026 -> 1086[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2027[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 2027[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2027 -> 1087[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2028[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 2028[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2028 -> 1088[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2029[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 2029[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2029 -> 1089[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2030[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 2030[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2030 -> 1090[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2031[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 2031[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2031 -> 1091[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2032[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 2032[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2032 -> 1092[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2033[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 2033[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2033 -> 1093[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2034[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 2034[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2034 -> 1094[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2035[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 2035[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2035 -> 1095[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2036[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 2036[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2036 -> 1096[label="",style="solid", color="blue", weight=3]; 17.55/7.07 954[label="True",fontsize=16,color="green",shape="box"];955[label="False",fontsize=16,color="green",shape="box"];956[label="False",fontsize=16,color="green",shape="box"];957[label="True",fontsize=16,color="green",shape="box"];958[label="True",fontsize=16,color="green",shape="box"];959 -> 660[label="",style="dashed", color="red", weight=0]; 17.55/7.07 959[label="vwx280 == vwx290 && vwx281 == vwx291",fontsize=16,color="magenta"];959 -> 1097[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 959 -> 1098[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 960[label="primEqChar (Char vwx280) (Char vwx290)",fontsize=16,color="black",shape="box"];960 -> 1099[label="",style="solid", color="black", weight=3]; 17.55/7.07 961[label="True",fontsize=16,color="green",shape="box"];962[label="False",fontsize=16,color="green",shape="box"];963[label="False",fontsize=16,color="green",shape="box"];964[label="vwx280 == vwx290",fontsize=16,color="blue",shape="box"];2037[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];964 -> 2037[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2037 -> 1100[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2038[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];964 -> 2038[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2038 -> 1101[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2039[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];964 -> 2039[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2039 -> 1102[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2040[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];964 -> 2040[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2040 -> 1103[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2041[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];964 -> 2041[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2041 -> 1104[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2042[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];964 -> 2042[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2042 -> 1105[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2043[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];964 -> 2043[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2043 -> 1106[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2044[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];964 -> 2044[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2044 -> 1107[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2045[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];964 -> 2045[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2045 -> 1108[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2046[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];964 -> 2046[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2046 -> 1109[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2047[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];964 -> 2047[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2047 -> 1110[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2048[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];964 -> 2048[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2048 -> 1111[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2049[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];964 -> 2049[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2049 -> 1112[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2050[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];964 -> 2050[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2050 -> 1113[label="",style="solid", color="blue", weight=3]; 17.55/7.07 965 -> 660[label="",style="dashed", color="red", weight=0]; 17.55/7.07 965[label="vwx280 == vwx290 && vwx281 == vwx291",fontsize=16,color="magenta"];965 -> 1114[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 965 -> 1115[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 966 -> 771[label="",style="dashed", color="red", weight=0]; 17.55/7.07 966[label="primEqInt vwx280 vwx290",fontsize=16,color="magenta"];966 -> 1116[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 966 -> 1117[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 967[label="primEqDouble (Double vwx280 vwx281) (Double vwx290 vwx291)",fontsize=16,color="black",shape="box"];967 -> 1118[label="",style="solid", color="black", weight=3]; 17.55/7.07 968 -> 660[label="",style="dashed", color="red", weight=0]; 17.55/7.07 968[label="vwx280 == vwx290 && vwx281 == vwx291",fontsize=16,color="magenta"];968 -> 1119[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 968 -> 1120[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 969[label="False",fontsize=16,color="green",shape="box"];970[label="False",fontsize=16,color="green",shape="box"];971[label="True",fontsize=16,color="green",shape="box"];972[label="True",fontsize=16,color="green",shape="box"];973[label="False",fontsize=16,color="green",shape="box"];974[label="False",fontsize=16,color="green",shape="box"];975[label="False",fontsize=16,color="green",shape="box"];976[label="True",fontsize=16,color="green",shape="box"];977[label="False",fontsize=16,color="green",shape="box"];978[label="False",fontsize=16,color="green",shape="box"];979[label="False",fontsize=16,color="green",shape="box"];980[label="True",fontsize=16,color="green",shape="box"];981[label="primEqInt (Pos (Succ vwx2800)) vwx29",fontsize=16,color="burlywood",shape="box"];2051[label="vwx29/Pos vwx290",fontsize=10,color="white",style="solid",shape="box"];981 -> 2051[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2051 -> 1121[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 2052[label="vwx29/Neg vwx290",fontsize=10,color="white",style="solid",shape="box"];981 -> 2052[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2052 -> 1122[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 982[label="primEqInt (Pos Zero) vwx29",fontsize=16,color="burlywood",shape="box"];2053[label="vwx29/Pos vwx290",fontsize=10,color="white",style="solid",shape="box"];982 -> 2053[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2053 -> 1123[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 2054[label="vwx29/Neg vwx290",fontsize=10,color="white",style="solid",shape="box"];982 -> 2054[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2054 -> 1124[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 983[label="primEqInt (Neg (Succ vwx2800)) vwx29",fontsize=16,color="burlywood",shape="box"];2055[label="vwx29/Pos vwx290",fontsize=10,color="white",style="solid",shape="box"];983 -> 2055[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2055 -> 1125[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 2056[label="vwx29/Neg vwx290",fontsize=10,color="white",style="solid",shape="box"];983 -> 2056[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2056 -> 1126[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 984[label="primEqInt (Neg Zero) vwx29",fontsize=16,color="burlywood",shape="box"];2057[label="vwx29/Pos vwx290",fontsize=10,color="white",style="solid",shape="box"];984 -> 2057[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2057 -> 1127[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 2058[label="vwx29/Neg vwx290",fontsize=10,color="white",style="solid",shape="box"];984 -> 2058[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2058 -> 1128[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 985 -> 660[label="",style="dashed", color="red", weight=0]; 17.55/7.07 985[label="vwx280 == vwx290 && vwx281 == vwx291 && vwx282 == vwx292",fontsize=16,color="magenta"];985 -> 1129[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 985 -> 1130[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 986[label="vwx300",fontsize=16,color="green",shape="box"];987[label="vwx400",fontsize=16,color="green",shape="box"];988[label="vwx300",fontsize=16,color="green",shape="box"];989[label="vwx400",fontsize=16,color="green",shape="box"];990[label="vwx300",fontsize=16,color="green",shape="box"];991[label="vwx400",fontsize=16,color="green",shape="box"];992[label="vwx300",fontsize=16,color="green",shape="box"];993[label="vwx400",fontsize=16,color="green",shape="box"];994[label="vwx300",fontsize=16,color="green",shape="box"];995[label="vwx400",fontsize=16,color="green",shape="box"];996[label="vwx300",fontsize=16,color="green",shape="box"];997[label="vwx400",fontsize=16,color="green",shape="box"];998[label="vwx300",fontsize=16,color="green",shape="box"];999[label="vwx400",fontsize=16,color="green",shape="box"];1000[label="vwx300",fontsize=16,color="green",shape="box"];1001[label="vwx400",fontsize=16,color="green",shape="box"];1002[label="vwx300",fontsize=16,color="green",shape="box"];1003[label="vwx400",fontsize=16,color="green",shape="box"];1004[label="vwx300",fontsize=16,color="green",shape="box"];1005[label="vwx400",fontsize=16,color="green",shape="box"];1006[label="vwx300",fontsize=16,color="green",shape="box"];1007[label="vwx400",fontsize=16,color="green",shape="box"];1008[label="vwx300",fontsize=16,color="green",shape="box"];1009[label="vwx400",fontsize=16,color="green",shape="box"];1010[label="vwx300",fontsize=16,color="green",shape="box"];1011[label="vwx400",fontsize=16,color="green",shape="box"];1012[label="vwx300",fontsize=16,color="green",shape="box"];1013[label="vwx400",fontsize=16,color="green",shape="box"];1014[label="LT",fontsize=16,color="green",shape="box"];1015[label="vwx59",fontsize=16,color="green",shape="box"];1016[label="GT",fontsize=16,color="green",shape="box"];1017[label="vwx4000",fontsize=16,color="green",shape="box"];1018[label="vwx3000",fontsize=16,color="green",shape="box"];1019[label="vwx300",fontsize=16,color="green",shape="box"];1020[label="Pos vwx4010",fontsize=16,color="green",shape="box"];1021[label="Pos vwx3010",fontsize=16,color="green",shape="box"];1022[label="vwx400",fontsize=16,color="green",shape="box"];1023[label="vwx300",fontsize=16,color="green",shape="box"];1024[label="Pos vwx4010",fontsize=16,color="green",shape="box"];1025[label="Neg vwx3010",fontsize=16,color="green",shape="box"];1026[label="vwx400",fontsize=16,color="green",shape="box"];1027[label="vwx300",fontsize=16,color="green",shape="box"];1028[label="Neg vwx4010",fontsize=16,color="green",shape="box"];1029[label="Pos vwx3010",fontsize=16,color="green",shape="box"];1030[label="vwx400",fontsize=16,color="green",shape="box"];1031[label="vwx300",fontsize=16,color="green",shape="box"];1032[label="Neg vwx4010",fontsize=16,color="green",shape="box"];1033[label="Neg vwx3010",fontsize=16,color="green",shape="box"];1034[label="vwx400",fontsize=16,color="green",shape="box"];1035[label="primMulInt (Pos vwx3000) (Pos vwx4010)",fontsize=16,color="black",shape="box"];1035 -> 1131[label="",style="solid", color="black", weight=3]; 17.55/7.07 1036[label="primMulInt (Pos vwx3000) (Neg vwx4010)",fontsize=16,color="black",shape="box"];1036 -> 1132[label="",style="solid", color="black", weight=3]; 17.55/7.07 1037[label="primMulInt (Neg vwx3000) (Pos vwx4010)",fontsize=16,color="black",shape="box"];1037 -> 1133[label="",style="solid", color="black", weight=3]; 17.55/7.07 1038[label="primMulInt (Neg vwx3000) (Neg vwx4010)",fontsize=16,color="black",shape="box"];1038 -> 1134[label="",style="solid", color="black", weight=3]; 17.55/7.07 1039[label="Integer (primMulInt vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];1039 -> 1135[label="",style="dashed", color="green", weight=3]; 17.55/7.07 1040[label="vwx300",fontsize=16,color="green",shape="box"];1041[label="Pos vwx4010",fontsize=16,color="green",shape="box"];1042[label="Pos vwx3010",fontsize=16,color="green",shape="box"];1043[label="vwx400",fontsize=16,color="green",shape="box"];1044[label="vwx300",fontsize=16,color="green",shape="box"];1045[label="Pos vwx4010",fontsize=16,color="green",shape="box"];1046[label="Neg vwx3010",fontsize=16,color="green",shape="box"];1047[label="vwx400",fontsize=16,color="green",shape="box"];1048[label="vwx300",fontsize=16,color="green",shape="box"];1049[label="Neg vwx4010",fontsize=16,color="green",shape="box"];1050[label="Pos vwx3010",fontsize=16,color="green",shape="box"];1051[label="vwx400",fontsize=16,color="green",shape="box"];1052[label="vwx300",fontsize=16,color="green",shape="box"];1053[label="Neg vwx4010",fontsize=16,color="green",shape="box"];1054[label="Neg vwx3010",fontsize=16,color="green",shape="box"];1055[label="vwx400",fontsize=16,color="green",shape="box"];1056 -> 1136[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1056[label="compare1 vwx300 vwx400 (vwx300 <= vwx400)",fontsize=16,color="magenta"];1056 -> 1137[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1057[label="EQ",fontsize=16,color="green",shape="box"];1058 -> 1138[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1058[label="compare1 vwx300 vwx400 (vwx300 <= vwx400)",fontsize=16,color="magenta"];1058 -> 1139[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1059[label="EQ",fontsize=16,color="green",shape="box"];1060 -> 1140[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1060[label="compare1 vwx300 vwx400 (vwx300 <= vwx400)",fontsize=16,color="magenta"];1060 -> 1141[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1061[label="EQ",fontsize=16,color="green",shape="box"];1062 -> 1142[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1062[label="compare1 vwx300 vwx400 (vwx300 <= vwx400)",fontsize=16,color="magenta"];1062 -> 1143[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1063[label="EQ",fontsize=16,color="green",shape="box"];1064 -> 1144[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1064[label="compare1 vwx300 vwx400 (vwx300 <= vwx400)",fontsize=16,color="magenta"];1064 -> 1145[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1065[label="EQ",fontsize=16,color="green",shape="box"];1066 -> 1146[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1066[label="compare1 vwx300 vwx400 (vwx300 <= vwx400)",fontsize=16,color="magenta"];1066 -> 1147[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1067[label="EQ",fontsize=16,color="green",shape="box"];1068 -> 718[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1068[label="vwx280 * vwx291 == vwx281 * vwx290",fontsize=16,color="magenta"];1068 -> 1148[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1068 -> 1149[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1069 -> 706[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1069[label="vwx280 == vwx290",fontsize=16,color="magenta"];1069 -> 1150[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1069 -> 1151[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1070 -> 707[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1070[label="vwx280 == vwx290",fontsize=16,color="magenta"];1070 -> 1152[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1070 -> 1153[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1071 -> 708[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1071[label="vwx280 == vwx290",fontsize=16,color="magenta"];1071 -> 1154[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1071 -> 1155[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1072 -> 709[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1072[label="vwx280 == vwx290",fontsize=16,color="magenta"];1072 -> 1156[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1072 -> 1157[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1073 -> 710[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1073[label="vwx280 == vwx290",fontsize=16,color="magenta"];1073 -> 1158[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1073 -> 1159[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1074 -> 711[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1074[label="vwx280 == vwx290",fontsize=16,color="magenta"];1074 -> 1160[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1074 -> 1161[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1075 -> 712[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1075[label="vwx280 == vwx290",fontsize=16,color="magenta"];1075 -> 1162[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1075 -> 1163[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1076 -> 713[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1076[label="vwx280 == vwx290",fontsize=16,color="magenta"];1076 -> 1164[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1076 -> 1165[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1077 -> 714[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1077[label="vwx280 == vwx290",fontsize=16,color="magenta"];1077 -> 1166[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1077 -> 1167[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1078 -> 715[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1078[label="vwx280 == vwx290",fontsize=16,color="magenta"];1078 -> 1168[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1078 -> 1169[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1079 -> 716[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1079[label="vwx280 == vwx290",fontsize=16,color="magenta"];1079 -> 1170[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1079 -> 1171[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1080 -> 717[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1080[label="vwx280 == vwx290",fontsize=16,color="magenta"];1080 -> 1172[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1080 -> 1173[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1081 -> 718[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1081[label="vwx280 == vwx290",fontsize=16,color="magenta"];1081 -> 1174[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1081 -> 1175[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1082 -> 719[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1082[label="vwx280 == vwx290",fontsize=16,color="magenta"];1082 -> 1176[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1082 -> 1177[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1083 -> 706[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1083[label="vwx280 == vwx290",fontsize=16,color="magenta"];1083 -> 1178[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1083 -> 1179[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1084 -> 707[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1084[label="vwx280 == vwx290",fontsize=16,color="magenta"];1084 -> 1180[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1084 -> 1181[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1085 -> 708[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1085[label="vwx280 == vwx290",fontsize=16,color="magenta"];1085 -> 1182[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1085 -> 1183[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1086 -> 709[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1086[label="vwx280 == vwx290",fontsize=16,color="magenta"];1086 -> 1184[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1086 -> 1185[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1087 -> 710[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1087[label="vwx280 == vwx290",fontsize=16,color="magenta"];1087 -> 1186[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1087 -> 1187[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1088 -> 711[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1088[label="vwx280 == vwx290",fontsize=16,color="magenta"];1088 -> 1188[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1088 -> 1189[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1089 -> 712[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1089[label="vwx280 == vwx290",fontsize=16,color="magenta"];1089 -> 1190[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1089 -> 1191[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1090 -> 713[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1090[label="vwx280 == vwx290",fontsize=16,color="magenta"];1090 -> 1192[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1090 -> 1193[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1091 -> 714[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1091[label="vwx280 == vwx290",fontsize=16,color="magenta"];1091 -> 1194[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1091 -> 1195[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1092 -> 715[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1092[label="vwx280 == vwx290",fontsize=16,color="magenta"];1092 -> 1196[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1092 -> 1197[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1093 -> 716[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1093[label="vwx280 == vwx290",fontsize=16,color="magenta"];1093 -> 1198[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1093 -> 1199[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1094 -> 717[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1094[label="vwx280 == vwx290",fontsize=16,color="magenta"];1094 -> 1200[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1094 -> 1201[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1095 -> 718[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1095[label="vwx280 == vwx290",fontsize=16,color="magenta"];1095 -> 1202[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1095 -> 1203[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1096 -> 719[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1096[label="vwx280 == vwx290",fontsize=16,color="magenta"];1096 -> 1204[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1096 -> 1205[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1097[label="vwx280 == vwx290",fontsize=16,color="blue",shape="box"];2059[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1097 -> 2059[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2059 -> 1206[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2060[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1097 -> 2060[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2060 -> 1207[label="",style="solid", color="blue", weight=3]; 17.55/7.07 1098[label="vwx281 == vwx291",fontsize=16,color="blue",shape="box"];2061[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1098 -> 2061[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2061 -> 1208[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2062[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1098 -> 2062[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2062 -> 1209[label="",style="solid", color="blue", weight=3]; 17.55/7.07 1099[label="primEqNat vwx280 vwx290",fontsize=16,color="burlywood",shape="triangle"];2063[label="vwx280/Succ vwx2800",fontsize=10,color="white",style="solid",shape="box"];1099 -> 2063[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2063 -> 1210[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 2064[label="vwx280/Zero",fontsize=10,color="white",style="solid",shape="box"];1099 -> 2064[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2064 -> 1211[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 1100 -> 706[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1100[label="vwx280 == vwx290",fontsize=16,color="magenta"];1100 -> 1212[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1100 -> 1213[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1101 -> 707[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1101[label="vwx280 == vwx290",fontsize=16,color="magenta"];1101 -> 1214[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1101 -> 1215[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1102 -> 708[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1102[label="vwx280 == vwx290",fontsize=16,color="magenta"];1102 -> 1216[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1102 -> 1217[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1103 -> 709[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1103[label="vwx280 == vwx290",fontsize=16,color="magenta"];1103 -> 1218[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1103 -> 1219[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1104 -> 710[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1104[label="vwx280 == vwx290",fontsize=16,color="magenta"];1104 -> 1220[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1104 -> 1221[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1105 -> 711[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1105[label="vwx280 == vwx290",fontsize=16,color="magenta"];1105 -> 1222[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1105 -> 1223[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1106 -> 712[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1106[label="vwx280 == vwx290",fontsize=16,color="magenta"];1106 -> 1224[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1106 -> 1225[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1107 -> 713[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1107[label="vwx280 == vwx290",fontsize=16,color="magenta"];1107 -> 1226[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1107 -> 1227[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1108 -> 714[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1108[label="vwx280 == vwx290",fontsize=16,color="magenta"];1108 -> 1228[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1108 -> 1229[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1109 -> 715[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1109[label="vwx280 == vwx290",fontsize=16,color="magenta"];1109 -> 1230[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1109 -> 1231[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1110 -> 716[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1110[label="vwx280 == vwx290",fontsize=16,color="magenta"];1110 -> 1232[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1110 -> 1233[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1111 -> 717[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1111[label="vwx280 == vwx290",fontsize=16,color="magenta"];1111 -> 1234[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1111 -> 1235[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1112 -> 718[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1112[label="vwx280 == vwx290",fontsize=16,color="magenta"];1112 -> 1236[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1112 -> 1237[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1113 -> 719[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1113[label="vwx280 == vwx290",fontsize=16,color="magenta"];1113 -> 1238[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1113 -> 1239[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1114[label="vwx280 == vwx290",fontsize=16,color="blue",shape="box"];2065[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 2065[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2065 -> 1240[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2066[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 2066[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2066 -> 1241[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2067[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 2067[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2067 -> 1242[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2068[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 2068[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2068 -> 1243[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2069[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 2069[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2069 -> 1244[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2070[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 2070[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2070 -> 1245[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2071[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 2071[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2071 -> 1246[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2072[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 2072[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2072 -> 1247[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2073[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 2073[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2073 -> 1248[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2074[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 2074[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2074 -> 1249[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2075[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 2075[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2075 -> 1250[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2076[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 2076[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2076 -> 1251[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2077[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 2077[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2077 -> 1252[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2078[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 2078[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2078 -> 1253[label="",style="solid", color="blue", weight=3]; 17.55/7.07 1115[label="vwx281 == vwx291",fontsize=16,color="blue",shape="box"];2079[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1115 -> 2079[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2079 -> 1254[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2080[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1115 -> 2080[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2080 -> 1255[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2081[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1115 -> 2081[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2081 -> 1256[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2082[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1115 -> 2082[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2082 -> 1257[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2083[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1115 -> 2083[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2083 -> 1258[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2084[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1115 -> 2084[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2084 -> 1259[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2085[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1115 -> 2085[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2085 -> 1260[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2086[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1115 -> 2086[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2086 -> 1261[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2087[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1115 -> 2087[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2087 -> 1262[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2088[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1115 -> 2088[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2088 -> 1263[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2089[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1115 -> 2089[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2089 -> 1264[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2090[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1115 -> 2090[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2090 -> 1265[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2091[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1115 -> 2091[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2091 -> 1266[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2092[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1115 -> 2092[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2092 -> 1267[label="",style="solid", color="blue", weight=3]; 17.55/7.07 1116[label="vwx280",fontsize=16,color="green",shape="box"];1117[label="vwx290",fontsize=16,color="green",shape="box"];1118 -> 718[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1118[label="vwx280 * vwx291 == vwx281 * vwx290",fontsize=16,color="magenta"];1118 -> 1268[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1118 -> 1269[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1119[label="vwx280 == vwx290",fontsize=16,color="blue",shape="box"];2093[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1119 -> 2093[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2093 -> 1270[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2094[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1119 -> 2094[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2094 -> 1271[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2095[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1119 -> 2095[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2095 -> 1272[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2096[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1119 -> 2096[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2096 -> 1273[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2097[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1119 -> 2097[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2097 -> 1274[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2098[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1119 -> 2098[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2098 -> 1275[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2099[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1119 -> 2099[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2099 -> 1276[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2100[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1119 -> 2100[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2100 -> 1277[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2101[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1119 -> 2101[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2101 -> 1278[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2102[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1119 -> 2102[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2102 -> 1279[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2103[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1119 -> 2103[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2103 -> 1280[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2104[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1119 -> 2104[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2104 -> 1281[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2105[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1119 -> 2105[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2105 -> 1282[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2106[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1119 -> 2106[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2106 -> 1283[label="",style="solid", color="blue", weight=3]; 17.55/7.07 1120 -> 716[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1120[label="vwx281 == vwx291",fontsize=16,color="magenta"];1120 -> 1284[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1120 -> 1285[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1121[label="primEqInt (Pos (Succ vwx2800)) (Pos vwx290)",fontsize=16,color="burlywood",shape="box"];2107[label="vwx290/Succ vwx2900",fontsize=10,color="white",style="solid",shape="box"];1121 -> 2107[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2107 -> 1286[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 2108[label="vwx290/Zero",fontsize=10,color="white",style="solid",shape="box"];1121 -> 2108[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2108 -> 1287[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 1122[label="primEqInt (Pos (Succ vwx2800)) (Neg vwx290)",fontsize=16,color="black",shape="box"];1122 -> 1288[label="",style="solid", color="black", weight=3]; 17.55/7.07 1123[label="primEqInt (Pos Zero) (Pos vwx290)",fontsize=16,color="burlywood",shape="box"];2109[label="vwx290/Succ vwx2900",fontsize=10,color="white",style="solid",shape="box"];1123 -> 2109[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2109 -> 1289[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 2110[label="vwx290/Zero",fontsize=10,color="white",style="solid",shape="box"];1123 -> 2110[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2110 -> 1290[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 1124[label="primEqInt (Pos Zero) (Neg vwx290)",fontsize=16,color="burlywood",shape="box"];2111[label="vwx290/Succ vwx2900",fontsize=10,color="white",style="solid",shape="box"];1124 -> 2111[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2111 -> 1291[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 2112[label="vwx290/Zero",fontsize=10,color="white",style="solid",shape="box"];1124 -> 2112[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2112 -> 1292[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 1125[label="primEqInt (Neg (Succ vwx2800)) (Pos vwx290)",fontsize=16,color="black",shape="box"];1125 -> 1293[label="",style="solid", color="black", weight=3]; 17.55/7.07 1126[label="primEqInt (Neg (Succ vwx2800)) (Neg vwx290)",fontsize=16,color="burlywood",shape="box"];2113[label="vwx290/Succ vwx2900",fontsize=10,color="white",style="solid",shape="box"];1126 -> 2113[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2113 -> 1294[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 2114[label="vwx290/Zero",fontsize=10,color="white",style="solid",shape="box"];1126 -> 2114[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2114 -> 1295[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 1127[label="primEqInt (Neg Zero) (Pos vwx290)",fontsize=16,color="burlywood",shape="box"];2115[label="vwx290/Succ vwx2900",fontsize=10,color="white",style="solid",shape="box"];1127 -> 2115[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2115 -> 1296[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 2116[label="vwx290/Zero",fontsize=10,color="white",style="solid",shape="box"];1127 -> 2116[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2116 -> 1297[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 1128[label="primEqInt (Neg Zero) (Neg vwx290)",fontsize=16,color="burlywood",shape="box"];2117[label="vwx290/Succ vwx2900",fontsize=10,color="white",style="solid",shape="box"];1128 -> 2117[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2117 -> 1298[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 2118[label="vwx290/Zero",fontsize=10,color="white",style="solid",shape="box"];1128 -> 2118[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2118 -> 1299[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 1129[label="vwx280 == vwx290",fontsize=16,color="blue",shape="box"];2119[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1129 -> 2119[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2119 -> 1300[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2120[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1129 -> 2120[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2120 -> 1301[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2121[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1129 -> 2121[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2121 -> 1302[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2122[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1129 -> 2122[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2122 -> 1303[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2123[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1129 -> 2123[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2123 -> 1304[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2124[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1129 -> 2124[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2124 -> 1305[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2125[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1129 -> 2125[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2125 -> 1306[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2126[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1129 -> 2126[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2126 -> 1307[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2127[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1129 -> 2127[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2127 -> 1308[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2128[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1129 -> 2128[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2128 -> 1309[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2129[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1129 -> 2129[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2129 -> 1310[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2130[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1129 -> 2130[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2130 -> 1311[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2131[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1129 -> 2131[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2131 -> 1312[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2132[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1129 -> 2132[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2132 -> 1313[label="",style="solid", color="blue", weight=3]; 17.55/7.07 1130 -> 660[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1130[label="vwx281 == vwx291 && vwx282 == vwx292",fontsize=16,color="magenta"];1130 -> 1314[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1130 -> 1315[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1131[label="Pos (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];1131 -> 1316[label="",style="dashed", color="green", weight=3]; 17.55/7.07 1132[label="Neg (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];1132 -> 1317[label="",style="dashed", color="green", weight=3]; 17.55/7.07 1133[label="Neg (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];1133 -> 1318[label="",style="dashed", color="green", weight=3]; 17.55/7.07 1134[label="Pos (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];1134 -> 1319[label="",style="dashed", color="green", weight=3]; 17.55/7.07 1135 -> 824[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1135[label="primMulInt vwx3000 vwx4010",fontsize=16,color="magenta"];1135 -> 1320[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1135 -> 1321[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1137 -> 27[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1137[label="vwx300 <= vwx400",fontsize=16,color="magenta"];1137 -> 1322[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1137 -> 1323[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1136[label="compare1 vwx300 vwx400 vwx67",fontsize=16,color="burlywood",shape="triangle"];2133[label="vwx67/False",fontsize=10,color="white",style="solid",shape="box"];1136 -> 2133[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2133 -> 1324[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 2134[label="vwx67/True",fontsize=10,color="white",style="solid",shape="box"];1136 -> 2134[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2134 -> 1325[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 1139 -> 31[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1139[label="vwx300 <= vwx400",fontsize=16,color="magenta"];1139 -> 1326[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1139 -> 1327[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1138[label="compare1 vwx300 vwx400 vwx68",fontsize=16,color="burlywood",shape="triangle"];2135[label="vwx68/False",fontsize=10,color="white",style="solid",shape="box"];1138 -> 2135[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2135 -> 1328[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 2136[label="vwx68/True",fontsize=10,color="white",style="solid",shape="box"];1138 -> 2136[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2136 -> 1329[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 1141 -> 33[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1141[label="vwx300 <= vwx400",fontsize=16,color="magenta"];1141 -> 1330[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1141 -> 1331[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1140[label="compare1 vwx300 vwx400 vwx69",fontsize=16,color="burlywood",shape="triangle"];2137[label="vwx69/False",fontsize=10,color="white",style="solid",shape="box"];1140 -> 2137[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2137 -> 1332[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 2138[label="vwx69/True",fontsize=10,color="white",style="solid",shape="box"];1140 -> 2138[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2138 -> 1333[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 1143 -> 35[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1143[label="vwx300 <= vwx400",fontsize=16,color="magenta"];1143 -> 1334[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1143 -> 1335[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1142[label="compare1 vwx300 vwx400 vwx70",fontsize=16,color="burlywood",shape="triangle"];2139[label="vwx70/False",fontsize=10,color="white",style="solid",shape="box"];1142 -> 2139[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2139 -> 1336[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 2140[label="vwx70/True",fontsize=10,color="white",style="solid",shape="box"];1142 -> 2140[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2140 -> 1337[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 1145 -> 38[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1145[label="vwx300 <= vwx400",fontsize=16,color="magenta"];1145 -> 1338[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1145 -> 1339[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1144[label="compare1 vwx300 vwx400 vwx71",fontsize=16,color="burlywood",shape="triangle"];2141[label="vwx71/False",fontsize=10,color="white",style="solid",shape="box"];1144 -> 2141[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2141 -> 1340[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 2142[label="vwx71/True",fontsize=10,color="white",style="solid",shape="box"];1144 -> 2142[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2142 -> 1341[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 1147 -> 40[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1147[label="vwx300 <= vwx400",fontsize=16,color="magenta"];1147 -> 1342[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1147 -> 1343[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1146[label="compare1 vwx300 vwx400 vwx72",fontsize=16,color="burlywood",shape="triangle"];2143[label="vwx72/False",fontsize=10,color="white",style="solid",shape="box"];1146 -> 2143[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2143 -> 1344[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 2144[label="vwx72/True",fontsize=10,color="white",style="solid",shape="box"];1146 -> 2144[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2144 -> 1345[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 1148 -> 793[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1148[label="vwx280 * vwx291",fontsize=16,color="magenta"];1148 -> 1346[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1148 -> 1347[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1149 -> 793[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1149[label="vwx281 * vwx290",fontsize=16,color="magenta"];1149 -> 1348[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1149 -> 1349[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1150[label="vwx280",fontsize=16,color="green",shape="box"];1151[label="vwx290",fontsize=16,color="green",shape="box"];1152[label="vwx280",fontsize=16,color="green",shape="box"];1153[label="vwx290",fontsize=16,color="green",shape="box"];1154[label="vwx280",fontsize=16,color="green",shape="box"];1155[label="vwx290",fontsize=16,color="green",shape="box"];1156[label="vwx280",fontsize=16,color="green",shape="box"];1157[label="vwx290",fontsize=16,color="green",shape="box"];1158[label="vwx280",fontsize=16,color="green",shape="box"];1159[label="vwx290",fontsize=16,color="green",shape="box"];1160[label="vwx280",fontsize=16,color="green",shape="box"];1161[label="vwx290",fontsize=16,color="green",shape="box"];1162[label="vwx280",fontsize=16,color="green",shape="box"];1163[label="vwx290",fontsize=16,color="green",shape="box"];1164[label="vwx280",fontsize=16,color="green",shape="box"];1165[label="vwx290",fontsize=16,color="green",shape="box"];1166[label="vwx280",fontsize=16,color="green",shape="box"];1167[label="vwx290",fontsize=16,color="green",shape="box"];1168[label="vwx280",fontsize=16,color="green",shape="box"];1169[label="vwx290",fontsize=16,color="green",shape="box"];1170[label="vwx280",fontsize=16,color="green",shape="box"];1171[label="vwx290",fontsize=16,color="green",shape="box"];1172[label="vwx280",fontsize=16,color="green",shape="box"];1173[label="vwx290",fontsize=16,color="green",shape="box"];1174[label="vwx280",fontsize=16,color="green",shape="box"];1175[label="vwx290",fontsize=16,color="green",shape="box"];1176[label="vwx280",fontsize=16,color="green",shape="box"];1177[label="vwx290",fontsize=16,color="green",shape="box"];1178[label="vwx280",fontsize=16,color="green",shape="box"];1179[label="vwx290",fontsize=16,color="green",shape="box"];1180[label="vwx280",fontsize=16,color="green",shape="box"];1181[label="vwx290",fontsize=16,color="green",shape="box"];1182[label="vwx280",fontsize=16,color="green",shape="box"];1183[label="vwx290",fontsize=16,color="green",shape="box"];1184[label="vwx280",fontsize=16,color="green",shape="box"];1185[label="vwx290",fontsize=16,color="green",shape="box"];1186[label="vwx280",fontsize=16,color="green",shape="box"];1187[label="vwx290",fontsize=16,color="green",shape="box"];1188[label="vwx280",fontsize=16,color="green",shape="box"];1189[label="vwx290",fontsize=16,color="green",shape="box"];1190[label="vwx280",fontsize=16,color="green",shape="box"];1191[label="vwx290",fontsize=16,color="green",shape="box"];1192[label="vwx280",fontsize=16,color="green",shape="box"];1193[label="vwx290",fontsize=16,color="green",shape="box"];1194[label="vwx280",fontsize=16,color="green",shape="box"];1195[label="vwx290",fontsize=16,color="green",shape="box"];1196[label="vwx280",fontsize=16,color="green",shape="box"];1197[label="vwx290",fontsize=16,color="green",shape="box"];1198[label="vwx280",fontsize=16,color="green",shape="box"];1199[label="vwx290",fontsize=16,color="green",shape="box"];1200[label="vwx280",fontsize=16,color="green",shape="box"];1201[label="vwx290",fontsize=16,color="green",shape="box"];1202[label="vwx280",fontsize=16,color="green",shape="box"];1203[label="vwx290",fontsize=16,color="green",shape="box"];1204[label="vwx280",fontsize=16,color="green",shape="box"];1205[label="vwx290",fontsize=16,color="green",shape="box"];1206 -> 714[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1206[label="vwx280 == vwx290",fontsize=16,color="magenta"];1206 -> 1350[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1206 -> 1351[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1207 -> 718[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1207[label="vwx280 == vwx290",fontsize=16,color="magenta"];1207 -> 1352[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1207 -> 1353[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1208 -> 714[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1208[label="vwx281 == vwx291",fontsize=16,color="magenta"];1208 -> 1354[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1208 -> 1355[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1209 -> 718[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1209[label="vwx281 == vwx291",fontsize=16,color="magenta"];1209 -> 1356[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1209 -> 1357[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1210[label="primEqNat (Succ vwx2800) vwx290",fontsize=16,color="burlywood",shape="box"];2145[label="vwx290/Succ vwx2900",fontsize=10,color="white",style="solid",shape="box"];1210 -> 2145[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2145 -> 1358[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 2146[label="vwx290/Zero",fontsize=10,color="white",style="solid",shape="box"];1210 -> 2146[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2146 -> 1359[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 1211[label="primEqNat Zero vwx290",fontsize=16,color="burlywood",shape="box"];2147[label="vwx290/Succ vwx2900",fontsize=10,color="white",style="solid",shape="box"];1211 -> 2147[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2147 -> 1360[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 2148[label="vwx290/Zero",fontsize=10,color="white",style="solid",shape="box"];1211 -> 2148[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2148 -> 1361[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 1212[label="vwx280",fontsize=16,color="green",shape="box"];1213[label="vwx290",fontsize=16,color="green",shape="box"];1214[label="vwx280",fontsize=16,color="green",shape="box"];1215[label="vwx290",fontsize=16,color="green",shape="box"];1216[label="vwx280",fontsize=16,color="green",shape="box"];1217[label="vwx290",fontsize=16,color="green",shape="box"];1218[label="vwx280",fontsize=16,color="green",shape="box"];1219[label="vwx290",fontsize=16,color="green",shape="box"];1220[label="vwx280",fontsize=16,color="green",shape="box"];1221[label="vwx290",fontsize=16,color="green",shape="box"];1222[label="vwx280",fontsize=16,color="green",shape="box"];1223[label="vwx290",fontsize=16,color="green",shape="box"];1224[label="vwx280",fontsize=16,color="green",shape="box"];1225[label="vwx290",fontsize=16,color="green",shape="box"];1226[label="vwx280",fontsize=16,color="green",shape="box"];1227[label="vwx290",fontsize=16,color="green",shape="box"];1228[label="vwx280",fontsize=16,color="green",shape="box"];1229[label="vwx290",fontsize=16,color="green",shape="box"];1230[label="vwx280",fontsize=16,color="green",shape="box"];1231[label="vwx290",fontsize=16,color="green",shape="box"];1232[label="vwx280",fontsize=16,color="green",shape="box"];1233[label="vwx290",fontsize=16,color="green",shape="box"];1234[label="vwx280",fontsize=16,color="green",shape="box"];1235[label="vwx290",fontsize=16,color="green",shape="box"];1236[label="vwx280",fontsize=16,color="green",shape="box"];1237[label="vwx290",fontsize=16,color="green",shape="box"];1238[label="vwx280",fontsize=16,color="green",shape="box"];1239[label="vwx290",fontsize=16,color="green",shape="box"];1240 -> 706[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1240[label="vwx280 == vwx290",fontsize=16,color="magenta"];1240 -> 1362[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1240 -> 1363[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1241 -> 707[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1241[label="vwx280 == vwx290",fontsize=16,color="magenta"];1241 -> 1364[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1241 -> 1365[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1242 -> 708[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1242[label="vwx280 == vwx290",fontsize=16,color="magenta"];1242 -> 1366[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1242 -> 1367[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1243 -> 709[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1243[label="vwx280 == vwx290",fontsize=16,color="magenta"];1243 -> 1368[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1243 -> 1369[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1244 -> 710[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1244[label="vwx280 == vwx290",fontsize=16,color="magenta"];1244 -> 1370[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1244 -> 1371[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1245 -> 711[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1245[label="vwx280 == vwx290",fontsize=16,color="magenta"];1245 -> 1372[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1245 -> 1373[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1246 -> 712[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1246[label="vwx280 == vwx290",fontsize=16,color="magenta"];1246 -> 1374[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1246 -> 1375[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1247 -> 713[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1247[label="vwx280 == vwx290",fontsize=16,color="magenta"];1247 -> 1376[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1247 -> 1377[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1248 -> 714[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1248[label="vwx280 == vwx290",fontsize=16,color="magenta"];1248 -> 1378[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1248 -> 1379[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1249 -> 715[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1249[label="vwx280 == vwx290",fontsize=16,color="magenta"];1249 -> 1380[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1249 -> 1381[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1250 -> 716[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1250[label="vwx280 == vwx290",fontsize=16,color="magenta"];1250 -> 1382[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1250 -> 1383[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1251 -> 717[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1251[label="vwx280 == vwx290",fontsize=16,color="magenta"];1251 -> 1384[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1251 -> 1385[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1252 -> 718[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1252[label="vwx280 == vwx290",fontsize=16,color="magenta"];1252 -> 1386[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1252 -> 1387[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1253 -> 719[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1253[label="vwx280 == vwx290",fontsize=16,color="magenta"];1253 -> 1388[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1253 -> 1389[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1254 -> 706[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1254[label="vwx281 == vwx291",fontsize=16,color="magenta"];1254 -> 1390[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1254 -> 1391[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1255 -> 707[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1255[label="vwx281 == vwx291",fontsize=16,color="magenta"];1255 -> 1392[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1255 -> 1393[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1256 -> 708[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1256[label="vwx281 == vwx291",fontsize=16,color="magenta"];1256 -> 1394[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1256 -> 1395[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1257 -> 709[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1257[label="vwx281 == vwx291",fontsize=16,color="magenta"];1257 -> 1396[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1257 -> 1397[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1258 -> 710[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1258[label="vwx281 == vwx291",fontsize=16,color="magenta"];1258 -> 1398[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1258 -> 1399[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1259 -> 711[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1259[label="vwx281 == vwx291",fontsize=16,color="magenta"];1259 -> 1400[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1259 -> 1401[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1260 -> 712[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1260[label="vwx281 == vwx291",fontsize=16,color="magenta"];1260 -> 1402[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1260 -> 1403[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1261 -> 713[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1261[label="vwx281 == vwx291",fontsize=16,color="magenta"];1261 -> 1404[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1261 -> 1405[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1262 -> 714[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1262[label="vwx281 == vwx291",fontsize=16,color="magenta"];1262 -> 1406[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1262 -> 1407[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1263 -> 715[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1263[label="vwx281 == vwx291",fontsize=16,color="magenta"];1263 -> 1408[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1263 -> 1409[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1264 -> 716[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1264[label="vwx281 == vwx291",fontsize=16,color="magenta"];1264 -> 1410[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1264 -> 1411[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1265 -> 717[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1265[label="vwx281 == vwx291",fontsize=16,color="magenta"];1265 -> 1412[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1265 -> 1413[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1266 -> 718[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1266[label="vwx281 == vwx291",fontsize=16,color="magenta"];1266 -> 1414[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1266 -> 1415[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1267 -> 719[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1267[label="vwx281 == vwx291",fontsize=16,color="magenta"];1267 -> 1416[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1267 -> 1417[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1268 -> 793[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1268[label="vwx280 * vwx291",fontsize=16,color="magenta"];1268 -> 1418[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1268 -> 1419[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1269 -> 793[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1269[label="vwx281 * vwx290",fontsize=16,color="magenta"];1269 -> 1420[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1269 -> 1421[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1270 -> 706[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1270[label="vwx280 == vwx290",fontsize=16,color="magenta"];1270 -> 1422[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1270 -> 1423[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1271 -> 707[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1271[label="vwx280 == vwx290",fontsize=16,color="magenta"];1271 -> 1424[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1271 -> 1425[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1272 -> 708[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1272[label="vwx280 == vwx290",fontsize=16,color="magenta"];1272 -> 1426[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1272 -> 1427[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1273 -> 709[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1273[label="vwx280 == vwx290",fontsize=16,color="magenta"];1273 -> 1428[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1273 -> 1429[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1274 -> 710[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1274[label="vwx280 == vwx290",fontsize=16,color="magenta"];1274 -> 1430[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1274 -> 1431[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1275 -> 711[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1275[label="vwx280 == vwx290",fontsize=16,color="magenta"];1275 -> 1432[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1275 -> 1433[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1276 -> 712[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1276[label="vwx280 == vwx290",fontsize=16,color="magenta"];1276 -> 1434[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1276 -> 1435[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1277 -> 713[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1277[label="vwx280 == vwx290",fontsize=16,color="magenta"];1277 -> 1436[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1277 -> 1437[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1278 -> 714[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1278[label="vwx280 == vwx290",fontsize=16,color="magenta"];1278 -> 1438[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1278 -> 1439[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1279 -> 715[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1279[label="vwx280 == vwx290",fontsize=16,color="magenta"];1279 -> 1440[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1279 -> 1441[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1280 -> 716[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1280[label="vwx280 == vwx290",fontsize=16,color="magenta"];1280 -> 1442[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1280 -> 1443[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1281 -> 717[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1281[label="vwx280 == vwx290",fontsize=16,color="magenta"];1281 -> 1444[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1281 -> 1445[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1282 -> 718[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1282[label="vwx280 == vwx290",fontsize=16,color="magenta"];1282 -> 1446[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1282 -> 1447[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1283 -> 719[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1283[label="vwx280 == vwx290",fontsize=16,color="magenta"];1283 -> 1448[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1283 -> 1449[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1284[label="vwx281",fontsize=16,color="green",shape="box"];1285[label="vwx291",fontsize=16,color="green",shape="box"];1286[label="primEqInt (Pos (Succ vwx2800)) (Pos (Succ vwx2900))",fontsize=16,color="black",shape="box"];1286 -> 1450[label="",style="solid", color="black", weight=3]; 17.55/7.07 1287[label="primEqInt (Pos (Succ vwx2800)) (Pos Zero)",fontsize=16,color="black",shape="box"];1287 -> 1451[label="",style="solid", color="black", weight=3]; 17.55/7.07 1288[label="False",fontsize=16,color="green",shape="box"];1289[label="primEqInt (Pos Zero) (Pos (Succ vwx2900))",fontsize=16,color="black",shape="box"];1289 -> 1452[label="",style="solid", color="black", weight=3]; 17.55/7.07 1290[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1290 -> 1453[label="",style="solid", color="black", weight=3]; 17.55/7.07 1291[label="primEqInt (Pos Zero) (Neg (Succ vwx2900))",fontsize=16,color="black",shape="box"];1291 -> 1454[label="",style="solid", color="black", weight=3]; 17.55/7.07 1292[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1292 -> 1455[label="",style="solid", color="black", weight=3]; 17.55/7.07 1293[label="False",fontsize=16,color="green",shape="box"];1294[label="primEqInt (Neg (Succ vwx2800)) (Neg (Succ vwx2900))",fontsize=16,color="black",shape="box"];1294 -> 1456[label="",style="solid", color="black", weight=3]; 17.55/7.07 1295[label="primEqInt (Neg (Succ vwx2800)) (Neg Zero)",fontsize=16,color="black",shape="box"];1295 -> 1457[label="",style="solid", color="black", weight=3]; 17.55/7.07 1296[label="primEqInt (Neg Zero) (Pos (Succ vwx2900))",fontsize=16,color="black",shape="box"];1296 -> 1458[label="",style="solid", color="black", weight=3]; 17.55/7.07 1297[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1297 -> 1459[label="",style="solid", color="black", weight=3]; 17.55/7.07 1298[label="primEqInt (Neg Zero) (Neg (Succ vwx2900))",fontsize=16,color="black",shape="box"];1298 -> 1460[label="",style="solid", color="black", weight=3]; 17.55/7.07 1299[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1299 -> 1461[label="",style="solid", color="black", weight=3]; 17.55/7.07 1300 -> 706[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1300[label="vwx280 == vwx290",fontsize=16,color="magenta"];1300 -> 1462[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1300 -> 1463[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1301 -> 707[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1301[label="vwx280 == vwx290",fontsize=16,color="magenta"];1301 -> 1464[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1301 -> 1465[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1302 -> 708[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1302[label="vwx280 == vwx290",fontsize=16,color="magenta"];1302 -> 1466[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1302 -> 1467[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1303 -> 709[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1303[label="vwx280 == vwx290",fontsize=16,color="magenta"];1303 -> 1468[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1303 -> 1469[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1304 -> 710[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1304[label="vwx280 == vwx290",fontsize=16,color="magenta"];1304 -> 1470[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1304 -> 1471[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1305 -> 711[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1305[label="vwx280 == vwx290",fontsize=16,color="magenta"];1305 -> 1472[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1305 -> 1473[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1306 -> 712[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1306[label="vwx280 == vwx290",fontsize=16,color="magenta"];1306 -> 1474[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1306 -> 1475[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1307 -> 713[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1307[label="vwx280 == vwx290",fontsize=16,color="magenta"];1307 -> 1476[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1307 -> 1477[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1308 -> 714[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1308[label="vwx280 == vwx290",fontsize=16,color="magenta"];1308 -> 1478[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1308 -> 1479[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1309 -> 715[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1309[label="vwx280 == vwx290",fontsize=16,color="magenta"];1309 -> 1480[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1309 -> 1481[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1310 -> 716[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1310[label="vwx280 == vwx290",fontsize=16,color="magenta"];1310 -> 1482[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1310 -> 1483[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1311 -> 717[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1311[label="vwx280 == vwx290",fontsize=16,color="magenta"];1311 -> 1484[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1311 -> 1485[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1312 -> 718[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1312[label="vwx280 == vwx290",fontsize=16,color="magenta"];1312 -> 1486[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1312 -> 1487[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1313 -> 719[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1313[label="vwx280 == vwx290",fontsize=16,color="magenta"];1313 -> 1488[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1313 -> 1489[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1314[label="vwx281 == vwx291",fontsize=16,color="blue",shape="box"];2149[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1314 -> 2149[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2149 -> 1490[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2150[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1314 -> 2150[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2150 -> 1491[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2151[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1314 -> 2151[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2151 -> 1492[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2152[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1314 -> 2152[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2152 -> 1493[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2153[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1314 -> 2153[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2153 -> 1494[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2154[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1314 -> 2154[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2154 -> 1495[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2155[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1314 -> 2155[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2155 -> 1496[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2156[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1314 -> 2156[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2156 -> 1497[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2157[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1314 -> 2157[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2157 -> 1498[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2158[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1314 -> 2158[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2158 -> 1499[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2159[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1314 -> 2159[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2159 -> 1500[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2160[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1314 -> 2160[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2160 -> 1501[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2161[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1314 -> 2161[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2161 -> 1502[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2162[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1314 -> 2162[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2162 -> 1503[label="",style="solid", color="blue", weight=3]; 17.55/7.07 1315[label="vwx282 == vwx292",fontsize=16,color="blue",shape="box"];2163[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1315 -> 2163[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2163 -> 1504[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2164[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1315 -> 2164[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2164 -> 1505[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2165[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1315 -> 2165[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2165 -> 1506[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2166[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1315 -> 2166[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2166 -> 1507[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2167[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1315 -> 2167[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2167 -> 1508[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2168[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1315 -> 2168[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2168 -> 1509[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2169[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1315 -> 2169[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2169 -> 1510[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2170[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1315 -> 2170[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2170 -> 1511[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2171[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1315 -> 2171[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2171 -> 1512[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2172[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1315 -> 2172[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2172 -> 1513[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2173[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1315 -> 2173[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2173 -> 1514[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2174[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1315 -> 2174[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2174 -> 1515[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2175[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1315 -> 2175[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2175 -> 1516[label="",style="solid", color="blue", weight=3]; 17.55/7.07 2176[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1315 -> 2176[label="",style="solid", color="blue", weight=9]; 17.55/7.07 2176 -> 1517[label="",style="solid", color="blue", weight=3]; 17.55/7.07 1316[label="primMulNat vwx3000 vwx4010",fontsize=16,color="burlywood",shape="triangle"];2177[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];1316 -> 2177[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2177 -> 1518[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 2178[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];1316 -> 2178[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2178 -> 1519[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 1317 -> 1316[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1317[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];1317 -> 1520[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1318 -> 1316[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1318[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];1318 -> 1521[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1319 -> 1316[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1319[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];1319 -> 1522[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1319 -> 1523[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1320[label="vwx3000",fontsize=16,color="green",shape="box"];1321[label="vwx4010",fontsize=16,color="green",shape="box"];1322[label="vwx300",fontsize=16,color="green",shape="box"];1323[label="vwx400",fontsize=16,color="green",shape="box"];1324[label="compare1 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];1324 -> 1524[label="",style="solid", color="black", weight=3]; 17.55/7.07 1325[label="compare1 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1325 -> 1525[label="",style="solid", color="black", weight=3]; 17.55/7.07 1326[label="vwx300",fontsize=16,color="green",shape="box"];1327[label="vwx400",fontsize=16,color="green",shape="box"];1328[label="compare1 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];1328 -> 1526[label="",style="solid", color="black", weight=3]; 17.55/7.07 1329[label="compare1 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1329 -> 1527[label="",style="solid", color="black", weight=3]; 17.55/7.07 1330[label="vwx300",fontsize=16,color="green",shape="box"];1331[label="vwx400",fontsize=16,color="green",shape="box"];1332[label="compare1 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];1332 -> 1528[label="",style="solid", color="black", weight=3]; 17.55/7.07 1333[label="compare1 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1333 -> 1529[label="",style="solid", color="black", weight=3]; 17.55/7.07 1334[label="vwx300",fontsize=16,color="green",shape="box"];1335[label="vwx400",fontsize=16,color="green",shape="box"];1336[label="compare1 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];1336 -> 1530[label="",style="solid", color="black", weight=3]; 17.55/7.07 1337[label="compare1 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1337 -> 1531[label="",style="solid", color="black", weight=3]; 17.55/7.07 1338[label="vwx300",fontsize=16,color="green",shape="box"];1339[label="vwx400",fontsize=16,color="green",shape="box"];1340[label="compare1 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];1340 -> 1532[label="",style="solid", color="black", weight=3]; 17.55/7.07 1341[label="compare1 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1341 -> 1533[label="",style="solid", color="black", weight=3]; 17.55/7.07 1342[label="vwx300",fontsize=16,color="green",shape="box"];1343[label="vwx400",fontsize=16,color="green",shape="box"];1344[label="compare1 vwx300 vwx400 False",fontsize=16,color="black",shape="box"];1344 -> 1534[label="",style="solid", color="black", weight=3]; 17.55/7.07 1345[label="compare1 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1345 -> 1535[label="",style="solid", color="black", weight=3]; 17.55/7.07 1346[label="vwx280",fontsize=16,color="green",shape="box"];1347[label="vwx291",fontsize=16,color="green",shape="box"];1348[label="vwx281",fontsize=16,color="green",shape="box"];1349[label="vwx290",fontsize=16,color="green",shape="box"];1350[label="vwx280",fontsize=16,color="green",shape="box"];1351[label="vwx290",fontsize=16,color="green",shape="box"];1352[label="vwx280",fontsize=16,color="green",shape="box"];1353[label="vwx290",fontsize=16,color="green",shape="box"];1354[label="vwx281",fontsize=16,color="green",shape="box"];1355[label="vwx291",fontsize=16,color="green",shape="box"];1356[label="vwx281",fontsize=16,color="green",shape="box"];1357[label="vwx291",fontsize=16,color="green",shape="box"];1358[label="primEqNat (Succ vwx2800) (Succ vwx2900)",fontsize=16,color="black",shape="box"];1358 -> 1536[label="",style="solid", color="black", weight=3]; 17.55/7.07 1359[label="primEqNat (Succ vwx2800) Zero",fontsize=16,color="black",shape="box"];1359 -> 1537[label="",style="solid", color="black", weight=3]; 17.55/7.07 1360[label="primEqNat Zero (Succ vwx2900)",fontsize=16,color="black",shape="box"];1360 -> 1538[label="",style="solid", color="black", weight=3]; 17.55/7.07 1361[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];1361 -> 1539[label="",style="solid", color="black", weight=3]; 17.55/7.07 1362[label="vwx280",fontsize=16,color="green",shape="box"];1363[label="vwx290",fontsize=16,color="green",shape="box"];1364[label="vwx280",fontsize=16,color="green",shape="box"];1365[label="vwx290",fontsize=16,color="green",shape="box"];1366[label="vwx280",fontsize=16,color="green",shape="box"];1367[label="vwx290",fontsize=16,color="green",shape="box"];1368[label="vwx280",fontsize=16,color="green",shape="box"];1369[label="vwx290",fontsize=16,color="green",shape="box"];1370[label="vwx280",fontsize=16,color="green",shape="box"];1371[label="vwx290",fontsize=16,color="green",shape="box"];1372[label="vwx280",fontsize=16,color="green",shape="box"];1373[label="vwx290",fontsize=16,color="green",shape="box"];1374[label="vwx280",fontsize=16,color="green",shape="box"];1375[label="vwx290",fontsize=16,color="green",shape="box"];1376[label="vwx280",fontsize=16,color="green",shape="box"];1377[label="vwx290",fontsize=16,color="green",shape="box"];1378[label="vwx280",fontsize=16,color="green",shape="box"];1379[label="vwx290",fontsize=16,color="green",shape="box"];1380[label="vwx280",fontsize=16,color="green",shape="box"];1381[label="vwx290",fontsize=16,color="green",shape="box"];1382[label="vwx280",fontsize=16,color="green",shape="box"];1383[label="vwx290",fontsize=16,color="green",shape="box"];1384[label="vwx280",fontsize=16,color="green",shape="box"];1385[label="vwx290",fontsize=16,color="green",shape="box"];1386[label="vwx280",fontsize=16,color="green",shape="box"];1387[label="vwx290",fontsize=16,color="green",shape="box"];1388[label="vwx280",fontsize=16,color="green",shape="box"];1389[label="vwx290",fontsize=16,color="green",shape="box"];1390[label="vwx281",fontsize=16,color="green",shape="box"];1391[label="vwx291",fontsize=16,color="green",shape="box"];1392[label="vwx281",fontsize=16,color="green",shape="box"];1393[label="vwx291",fontsize=16,color="green",shape="box"];1394[label="vwx281",fontsize=16,color="green",shape="box"];1395[label="vwx291",fontsize=16,color="green",shape="box"];1396[label="vwx281",fontsize=16,color="green",shape="box"];1397[label="vwx291",fontsize=16,color="green",shape="box"];1398[label="vwx281",fontsize=16,color="green",shape="box"];1399[label="vwx291",fontsize=16,color="green",shape="box"];1400[label="vwx281",fontsize=16,color="green",shape="box"];1401[label="vwx291",fontsize=16,color="green",shape="box"];1402[label="vwx281",fontsize=16,color="green",shape="box"];1403[label="vwx291",fontsize=16,color="green",shape="box"];1404[label="vwx281",fontsize=16,color="green",shape="box"];1405[label="vwx291",fontsize=16,color="green",shape="box"];1406[label="vwx281",fontsize=16,color="green",shape="box"];1407[label="vwx291",fontsize=16,color="green",shape="box"];1408[label="vwx281",fontsize=16,color="green",shape="box"];1409[label="vwx291",fontsize=16,color="green",shape="box"];1410[label="vwx281",fontsize=16,color="green",shape="box"];1411[label="vwx291",fontsize=16,color="green",shape="box"];1412[label="vwx281",fontsize=16,color="green",shape="box"];1413[label="vwx291",fontsize=16,color="green",shape="box"];1414[label="vwx281",fontsize=16,color="green",shape="box"];1415[label="vwx291",fontsize=16,color="green",shape="box"];1416[label="vwx281",fontsize=16,color="green",shape="box"];1417[label="vwx291",fontsize=16,color="green",shape="box"];1418[label="vwx280",fontsize=16,color="green",shape="box"];1419[label="vwx291",fontsize=16,color="green",shape="box"];1420[label="vwx281",fontsize=16,color="green",shape="box"];1421[label="vwx290",fontsize=16,color="green",shape="box"];1422[label="vwx280",fontsize=16,color="green",shape="box"];1423[label="vwx290",fontsize=16,color="green",shape="box"];1424[label="vwx280",fontsize=16,color="green",shape="box"];1425[label="vwx290",fontsize=16,color="green",shape="box"];1426[label="vwx280",fontsize=16,color="green",shape="box"];1427[label="vwx290",fontsize=16,color="green",shape="box"];1428[label="vwx280",fontsize=16,color="green",shape="box"];1429[label="vwx290",fontsize=16,color="green",shape="box"];1430[label="vwx280",fontsize=16,color="green",shape="box"];1431[label="vwx290",fontsize=16,color="green",shape="box"];1432[label="vwx280",fontsize=16,color="green",shape="box"];1433[label="vwx290",fontsize=16,color="green",shape="box"];1434[label="vwx280",fontsize=16,color="green",shape="box"];1435[label="vwx290",fontsize=16,color="green",shape="box"];1436[label="vwx280",fontsize=16,color="green",shape="box"];1437[label="vwx290",fontsize=16,color="green",shape="box"];1438[label="vwx280",fontsize=16,color="green",shape="box"];1439[label="vwx290",fontsize=16,color="green",shape="box"];1440[label="vwx280",fontsize=16,color="green",shape="box"];1441[label="vwx290",fontsize=16,color="green",shape="box"];1442[label="vwx280",fontsize=16,color="green",shape="box"];1443[label="vwx290",fontsize=16,color="green",shape="box"];1444[label="vwx280",fontsize=16,color="green",shape="box"];1445[label="vwx290",fontsize=16,color="green",shape="box"];1446[label="vwx280",fontsize=16,color="green",shape="box"];1447[label="vwx290",fontsize=16,color="green",shape="box"];1448[label="vwx280",fontsize=16,color="green",shape="box"];1449[label="vwx290",fontsize=16,color="green",shape="box"];1450 -> 1099[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1450[label="primEqNat vwx2800 vwx2900",fontsize=16,color="magenta"];1450 -> 1540[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1450 -> 1541[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1451[label="False",fontsize=16,color="green",shape="box"];1452[label="False",fontsize=16,color="green",shape="box"];1453[label="True",fontsize=16,color="green",shape="box"];1454[label="False",fontsize=16,color="green",shape="box"];1455[label="True",fontsize=16,color="green",shape="box"];1456 -> 1099[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1456[label="primEqNat vwx2800 vwx2900",fontsize=16,color="magenta"];1456 -> 1542[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1456 -> 1543[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1457[label="False",fontsize=16,color="green",shape="box"];1458[label="False",fontsize=16,color="green",shape="box"];1459[label="True",fontsize=16,color="green",shape="box"];1460[label="False",fontsize=16,color="green",shape="box"];1461[label="True",fontsize=16,color="green",shape="box"];1462[label="vwx280",fontsize=16,color="green",shape="box"];1463[label="vwx290",fontsize=16,color="green",shape="box"];1464[label="vwx280",fontsize=16,color="green",shape="box"];1465[label="vwx290",fontsize=16,color="green",shape="box"];1466[label="vwx280",fontsize=16,color="green",shape="box"];1467[label="vwx290",fontsize=16,color="green",shape="box"];1468[label="vwx280",fontsize=16,color="green",shape="box"];1469[label="vwx290",fontsize=16,color="green",shape="box"];1470[label="vwx280",fontsize=16,color="green",shape="box"];1471[label="vwx290",fontsize=16,color="green",shape="box"];1472[label="vwx280",fontsize=16,color="green",shape="box"];1473[label="vwx290",fontsize=16,color="green",shape="box"];1474[label="vwx280",fontsize=16,color="green",shape="box"];1475[label="vwx290",fontsize=16,color="green",shape="box"];1476[label="vwx280",fontsize=16,color="green",shape="box"];1477[label="vwx290",fontsize=16,color="green",shape="box"];1478[label="vwx280",fontsize=16,color="green",shape="box"];1479[label="vwx290",fontsize=16,color="green",shape="box"];1480[label="vwx280",fontsize=16,color="green",shape="box"];1481[label="vwx290",fontsize=16,color="green",shape="box"];1482[label="vwx280",fontsize=16,color="green",shape="box"];1483[label="vwx290",fontsize=16,color="green",shape="box"];1484[label="vwx280",fontsize=16,color="green",shape="box"];1485[label="vwx290",fontsize=16,color="green",shape="box"];1486[label="vwx280",fontsize=16,color="green",shape="box"];1487[label="vwx290",fontsize=16,color="green",shape="box"];1488[label="vwx280",fontsize=16,color="green",shape="box"];1489[label="vwx290",fontsize=16,color="green",shape="box"];1490 -> 706[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1490[label="vwx281 == vwx291",fontsize=16,color="magenta"];1490 -> 1544[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1490 -> 1545[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1491 -> 707[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1491[label="vwx281 == vwx291",fontsize=16,color="magenta"];1491 -> 1546[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1491 -> 1547[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1492 -> 708[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1492[label="vwx281 == vwx291",fontsize=16,color="magenta"];1492 -> 1548[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1492 -> 1549[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1493 -> 709[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1493[label="vwx281 == vwx291",fontsize=16,color="magenta"];1493 -> 1550[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1493 -> 1551[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1494 -> 710[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1494[label="vwx281 == vwx291",fontsize=16,color="magenta"];1494 -> 1552[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1494 -> 1553[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1495 -> 711[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1495[label="vwx281 == vwx291",fontsize=16,color="magenta"];1495 -> 1554[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1495 -> 1555[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1496 -> 712[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1496[label="vwx281 == vwx291",fontsize=16,color="magenta"];1496 -> 1556[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1496 -> 1557[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1497 -> 713[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1497[label="vwx281 == vwx291",fontsize=16,color="magenta"];1497 -> 1558[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1497 -> 1559[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1498 -> 714[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1498[label="vwx281 == vwx291",fontsize=16,color="magenta"];1498 -> 1560[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1498 -> 1561[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1499 -> 715[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1499[label="vwx281 == vwx291",fontsize=16,color="magenta"];1499 -> 1562[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1499 -> 1563[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1500 -> 716[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1500[label="vwx281 == vwx291",fontsize=16,color="magenta"];1500 -> 1564[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1500 -> 1565[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1501 -> 717[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1501[label="vwx281 == vwx291",fontsize=16,color="magenta"];1501 -> 1566[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1501 -> 1567[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1502 -> 718[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1502[label="vwx281 == vwx291",fontsize=16,color="magenta"];1502 -> 1568[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1502 -> 1569[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1503 -> 719[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1503[label="vwx281 == vwx291",fontsize=16,color="magenta"];1503 -> 1570[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1503 -> 1571[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1504 -> 706[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1504[label="vwx282 == vwx292",fontsize=16,color="magenta"];1504 -> 1572[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1504 -> 1573[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1505 -> 707[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1505[label="vwx282 == vwx292",fontsize=16,color="magenta"];1505 -> 1574[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1505 -> 1575[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1506 -> 708[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1506[label="vwx282 == vwx292",fontsize=16,color="magenta"];1506 -> 1576[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1506 -> 1577[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1507 -> 709[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1507[label="vwx282 == vwx292",fontsize=16,color="magenta"];1507 -> 1578[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1507 -> 1579[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1508 -> 710[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1508[label="vwx282 == vwx292",fontsize=16,color="magenta"];1508 -> 1580[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1508 -> 1581[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1509 -> 711[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1509[label="vwx282 == vwx292",fontsize=16,color="magenta"];1509 -> 1582[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1509 -> 1583[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1510 -> 712[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1510[label="vwx282 == vwx292",fontsize=16,color="magenta"];1510 -> 1584[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1510 -> 1585[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1511 -> 713[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1511[label="vwx282 == vwx292",fontsize=16,color="magenta"];1511 -> 1586[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1511 -> 1587[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1512 -> 714[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1512[label="vwx282 == vwx292",fontsize=16,color="magenta"];1512 -> 1588[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1512 -> 1589[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1513 -> 715[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1513[label="vwx282 == vwx292",fontsize=16,color="magenta"];1513 -> 1590[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1513 -> 1591[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1514 -> 716[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1514[label="vwx282 == vwx292",fontsize=16,color="magenta"];1514 -> 1592[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1514 -> 1593[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1515 -> 717[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1515[label="vwx282 == vwx292",fontsize=16,color="magenta"];1515 -> 1594[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1515 -> 1595[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1516 -> 718[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1516[label="vwx282 == vwx292",fontsize=16,color="magenta"];1516 -> 1596[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1516 -> 1597[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1517 -> 719[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1517[label="vwx282 == vwx292",fontsize=16,color="magenta"];1517 -> 1598[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1517 -> 1599[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1518[label="primMulNat (Succ vwx30000) vwx4010",fontsize=16,color="burlywood",shape="box"];2179[label="vwx4010/Succ vwx40100",fontsize=10,color="white",style="solid",shape="box"];1518 -> 2179[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2179 -> 1600[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 2180[label="vwx4010/Zero",fontsize=10,color="white",style="solid",shape="box"];1518 -> 2180[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2180 -> 1601[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 1519[label="primMulNat Zero vwx4010",fontsize=16,color="burlywood",shape="box"];2181[label="vwx4010/Succ vwx40100",fontsize=10,color="white",style="solid",shape="box"];1519 -> 2181[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2181 -> 1602[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 2182[label="vwx4010/Zero",fontsize=10,color="white",style="solid",shape="box"];1519 -> 2182[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2182 -> 1603[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 1520[label="vwx4010",fontsize=16,color="green",shape="box"];1521[label="vwx3000",fontsize=16,color="green",shape="box"];1522[label="vwx4010",fontsize=16,color="green",shape="box"];1523[label="vwx3000",fontsize=16,color="green",shape="box"];1524[label="compare0 vwx300 vwx400 otherwise",fontsize=16,color="black",shape="box"];1524 -> 1604[label="",style="solid", color="black", weight=3]; 17.55/7.07 1525[label="LT",fontsize=16,color="green",shape="box"];1526[label="compare0 vwx300 vwx400 otherwise",fontsize=16,color="black",shape="box"];1526 -> 1605[label="",style="solid", color="black", weight=3]; 17.55/7.07 1527[label="LT",fontsize=16,color="green",shape="box"];1528[label="compare0 vwx300 vwx400 otherwise",fontsize=16,color="black",shape="box"];1528 -> 1606[label="",style="solid", color="black", weight=3]; 17.55/7.07 1529[label="LT",fontsize=16,color="green",shape="box"];1530[label="compare0 vwx300 vwx400 otherwise",fontsize=16,color="black",shape="box"];1530 -> 1607[label="",style="solid", color="black", weight=3]; 17.55/7.07 1531[label="LT",fontsize=16,color="green",shape="box"];1532[label="compare0 vwx300 vwx400 otherwise",fontsize=16,color="black",shape="box"];1532 -> 1608[label="",style="solid", color="black", weight=3]; 17.55/7.07 1533[label="LT",fontsize=16,color="green",shape="box"];1534[label="compare0 vwx300 vwx400 otherwise",fontsize=16,color="black",shape="box"];1534 -> 1609[label="",style="solid", color="black", weight=3]; 17.55/7.07 1535[label="LT",fontsize=16,color="green",shape="box"];1536 -> 1099[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1536[label="primEqNat vwx2800 vwx2900",fontsize=16,color="magenta"];1536 -> 1610[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1536 -> 1611[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1537[label="False",fontsize=16,color="green",shape="box"];1538[label="False",fontsize=16,color="green",shape="box"];1539[label="True",fontsize=16,color="green",shape="box"];1540[label="vwx2800",fontsize=16,color="green",shape="box"];1541[label="vwx2900",fontsize=16,color="green",shape="box"];1542[label="vwx2800",fontsize=16,color="green",shape="box"];1543[label="vwx2900",fontsize=16,color="green",shape="box"];1544[label="vwx281",fontsize=16,color="green",shape="box"];1545[label="vwx291",fontsize=16,color="green",shape="box"];1546[label="vwx281",fontsize=16,color="green",shape="box"];1547[label="vwx291",fontsize=16,color="green",shape="box"];1548[label="vwx281",fontsize=16,color="green",shape="box"];1549[label="vwx291",fontsize=16,color="green",shape="box"];1550[label="vwx281",fontsize=16,color="green",shape="box"];1551[label="vwx291",fontsize=16,color="green",shape="box"];1552[label="vwx281",fontsize=16,color="green",shape="box"];1553[label="vwx291",fontsize=16,color="green",shape="box"];1554[label="vwx281",fontsize=16,color="green",shape="box"];1555[label="vwx291",fontsize=16,color="green",shape="box"];1556[label="vwx281",fontsize=16,color="green",shape="box"];1557[label="vwx291",fontsize=16,color="green",shape="box"];1558[label="vwx281",fontsize=16,color="green",shape="box"];1559[label="vwx291",fontsize=16,color="green",shape="box"];1560[label="vwx281",fontsize=16,color="green",shape="box"];1561[label="vwx291",fontsize=16,color="green",shape="box"];1562[label="vwx281",fontsize=16,color="green",shape="box"];1563[label="vwx291",fontsize=16,color="green",shape="box"];1564[label="vwx281",fontsize=16,color="green",shape="box"];1565[label="vwx291",fontsize=16,color="green",shape="box"];1566[label="vwx281",fontsize=16,color="green",shape="box"];1567[label="vwx291",fontsize=16,color="green",shape="box"];1568[label="vwx281",fontsize=16,color="green",shape="box"];1569[label="vwx291",fontsize=16,color="green",shape="box"];1570[label="vwx281",fontsize=16,color="green",shape="box"];1571[label="vwx291",fontsize=16,color="green",shape="box"];1572[label="vwx282",fontsize=16,color="green",shape="box"];1573[label="vwx292",fontsize=16,color="green",shape="box"];1574[label="vwx282",fontsize=16,color="green",shape="box"];1575[label="vwx292",fontsize=16,color="green",shape="box"];1576[label="vwx282",fontsize=16,color="green",shape="box"];1577[label="vwx292",fontsize=16,color="green",shape="box"];1578[label="vwx282",fontsize=16,color="green",shape="box"];1579[label="vwx292",fontsize=16,color="green",shape="box"];1580[label="vwx282",fontsize=16,color="green",shape="box"];1581[label="vwx292",fontsize=16,color="green",shape="box"];1582[label="vwx282",fontsize=16,color="green",shape="box"];1583[label="vwx292",fontsize=16,color="green",shape="box"];1584[label="vwx282",fontsize=16,color="green",shape="box"];1585[label="vwx292",fontsize=16,color="green",shape="box"];1586[label="vwx282",fontsize=16,color="green",shape="box"];1587[label="vwx292",fontsize=16,color="green",shape="box"];1588[label="vwx282",fontsize=16,color="green",shape="box"];1589[label="vwx292",fontsize=16,color="green",shape="box"];1590[label="vwx282",fontsize=16,color="green",shape="box"];1591[label="vwx292",fontsize=16,color="green",shape="box"];1592[label="vwx282",fontsize=16,color="green",shape="box"];1593[label="vwx292",fontsize=16,color="green",shape="box"];1594[label="vwx282",fontsize=16,color="green",shape="box"];1595[label="vwx292",fontsize=16,color="green",shape="box"];1596[label="vwx282",fontsize=16,color="green",shape="box"];1597[label="vwx292",fontsize=16,color="green",shape="box"];1598[label="vwx282",fontsize=16,color="green",shape="box"];1599[label="vwx292",fontsize=16,color="green",shape="box"];1600[label="primMulNat (Succ vwx30000) (Succ vwx40100)",fontsize=16,color="black",shape="box"];1600 -> 1612[label="",style="solid", color="black", weight=3]; 17.55/7.07 1601[label="primMulNat (Succ vwx30000) Zero",fontsize=16,color="black",shape="box"];1601 -> 1613[label="",style="solid", color="black", weight=3]; 17.55/7.07 1602[label="primMulNat Zero (Succ vwx40100)",fontsize=16,color="black",shape="box"];1602 -> 1614[label="",style="solid", color="black", weight=3]; 17.55/7.07 1603[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];1603 -> 1615[label="",style="solid", color="black", weight=3]; 17.55/7.07 1604[label="compare0 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1604 -> 1616[label="",style="solid", color="black", weight=3]; 17.55/7.07 1605[label="compare0 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1605 -> 1617[label="",style="solid", color="black", weight=3]; 17.55/7.07 1606[label="compare0 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1606 -> 1618[label="",style="solid", color="black", weight=3]; 17.55/7.07 1607[label="compare0 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1607 -> 1619[label="",style="solid", color="black", weight=3]; 17.55/7.07 1608[label="compare0 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1608 -> 1620[label="",style="solid", color="black", weight=3]; 17.55/7.07 1609[label="compare0 vwx300 vwx400 True",fontsize=16,color="black",shape="box"];1609 -> 1621[label="",style="solid", color="black", weight=3]; 17.55/7.07 1610[label="vwx2800",fontsize=16,color="green",shape="box"];1611[label="vwx2900",fontsize=16,color="green",shape="box"];1612 -> 1622[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1612[label="primPlusNat (primMulNat vwx30000 (Succ vwx40100)) (Succ vwx40100)",fontsize=16,color="magenta"];1612 -> 1623[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1613[label="Zero",fontsize=16,color="green",shape="box"];1614[label="Zero",fontsize=16,color="green",shape="box"];1615[label="Zero",fontsize=16,color="green",shape="box"];1616[label="GT",fontsize=16,color="green",shape="box"];1617[label="GT",fontsize=16,color="green",shape="box"];1618[label="GT",fontsize=16,color="green",shape="box"];1619[label="GT",fontsize=16,color="green",shape="box"];1620[label="GT",fontsize=16,color="green",shape="box"];1621[label="GT",fontsize=16,color="green",shape="box"];1623 -> 1316[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1623[label="primMulNat vwx30000 (Succ vwx40100)",fontsize=16,color="magenta"];1623 -> 1624[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1623 -> 1625[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1622[label="primPlusNat vwx73 (Succ vwx40100)",fontsize=16,color="burlywood",shape="triangle"];2183[label="vwx73/Succ vwx730",fontsize=10,color="white",style="solid",shape="box"];1622 -> 2183[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2183 -> 1626[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 2184[label="vwx73/Zero",fontsize=10,color="white",style="solid",shape="box"];1622 -> 2184[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2184 -> 1627[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 1624[label="Succ vwx40100",fontsize=16,color="green",shape="box"];1625[label="vwx30000",fontsize=16,color="green",shape="box"];1626[label="primPlusNat (Succ vwx730) (Succ vwx40100)",fontsize=16,color="black",shape="box"];1626 -> 1628[label="",style="solid", color="black", weight=3]; 17.55/7.07 1627[label="primPlusNat Zero (Succ vwx40100)",fontsize=16,color="black",shape="box"];1627 -> 1629[label="",style="solid", color="black", weight=3]; 17.55/7.07 1628[label="Succ (Succ (primPlusNat vwx730 vwx40100))",fontsize=16,color="green",shape="box"];1628 -> 1630[label="",style="dashed", color="green", weight=3]; 17.55/7.07 1629[label="Succ vwx40100",fontsize=16,color="green",shape="box"];1630[label="primPlusNat vwx730 vwx40100",fontsize=16,color="burlywood",shape="triangle"];2185[label="vwx730/Succ vwx7300",fontsize=10,color="white",style="solid",shape="box"];1630 -> 2185[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2185 -> 1631[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 2186[label="vwx730/Zero",fontsize=10,color="white",style="solid",shape="box"];1630 -> 2186[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2186 -> 1632[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 1631[label="primPlusNat (Succ vwx7300) vwx40100",fontsize=16,color="burlywood",shape="box"];2187[label="vwx40100/Succ vwx401000",fontsize=10,color="white",style="solid",shape="box"];1631 -> 2187[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2187 -> 1633[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 2188[label="vwx40100/Zero",fontsize=10,color="white",style="solid",shape="box"];1631 -> 2188[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2188 -> 1634[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 1632[label="primPlusNat Zero vwx40100",fontsize=16,color="burlywood",shape="box"];2189[label="vwx40100/Succ vwx401000",fontsize=10,color="white",style="solid",shape="box"];1632 -> 2189[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2189 -> 1635[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 2190[label="vwx40100/Zero",fontsize=10,color="white",style="solid",shape="box"];1632 -> 2190[label="",style="solid", color="burlywood", weight=9]; 17.55/7.07 2190 -> 1636[label="",style="solid", color="burlywood", weight=3]; 17.55/7.07 1633[label="primPlusNat (Succ vwx7300) (Succ vwx401000)",fontsize=16,color="black",shape="box"];1633 -> 1637[label="",style="solid", color="black", weight=3]; 17.55/7.07 1634[label="primPlusNat (Succ vwx7300) Zero",fontsize=16,color="black",shape="box"];1634 -> 1638[label="",style="solid", color="black", weight=3]; 17.55/7.07 1635[label="primPlusNat Zero (Succ vwx401000)",fontsize=16,color="black",shape="box"];1635 -> 1639[label="",style="solid", color="black", weight=3]; 17.55/7.07 1636[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];1636 -> 1640[label="",style="solid", color="black", weight=3]; 17.55/7.07 1637[label="Succ (Succ (primPlusNat vwx7300 vwx401000))",fontsize=16,color="green",shape="box"];1637 -> 1641[label="",style="dashed", color="green", weight=3]; 17.55/7.07 1638[label="Succ vwx7300",fontsize=16,color="green",shape="box"];1639[label="Succ vwx401000",fontsize=16,color="green",shape="box"];1640[label="Zero",fontsize=16,color="green",shape="box"];1641 -> 1630[label="",style="dashed", color="red", weight=0]; 17.55/7.07 1641[label="primPlusNat vwx7300 vwx401000",fontsize=16,color="magenta"];1641 -> 1642[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1641 -> 1643[label="",style="dashed", color="magenta", weight=3]; 17.55/7.07 1642[label="vwx401000",fontsize=16,color="green",shape="box"];1643[label="vwx7300",fontsize=16,color="green",shape="box"];} 17.55/7.07 17.55/7.07 ---------------------------------------- 17.55/7.07 17.55/7.07 (14) 17.55/7.07 Complex Obligation (AND) 17.55/7.07 17.55/7.07 ---------------------------------------- 17.55/7.07 17.55/7.07 (15) 17.55/7.07 Obligation: 17.55/7.07 Q DP problem: 17.55/7.07 The TRS P consists of the following rules: 17.55/7.07 17.55/7.07 new_primCmpNat(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat(vwx3000, vwx4000) 17.55/7.07 17.55/7.07 R is empty. 17.55/7.07 Q is empty. 17.55/7.07 We have to consider all minimal (P,Q,R)-chains. 17.55/7.07 ---------------------------------------- 17.55/7.07 17.55/7.07 (16) QDPSizeChangeProof (EQUIVALENT) 17.55/7.07 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 17.55/7.07 17.55/7.07 From the DPs we obtained the following set of size-change graphs: 17.55/7.07 *new_primCmpNat(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat(vwx3000, vwx4000) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2 17.55/7.07 17.55/7.07 17.55/7.07 ---------------------------------------- 17.55/7.07 17.55/7.07 (17) 17.55/7.07 YES 17.55/7.07 17.55/7.07 ---------------------------------------- 17.55/7.07 17.55/7.07 (18) 17.55/7.07 Obligation: 17.55/7.07 Q DP problem: 17.55/7.07 The TRS P consists of the following rules: 17.55/7.07 17.55/7.07 new_esEs0(Just(vwx280), Just(vwx290), app(app(app(ty_@3, ec), ed), ee)) -> new_esEs3(vwx280, vwx290, ec, ed, ee) 17.55/7.07 new_esEs2(:(vwx280, vwx281), :(vwx290, vwx291), bad) -> new_esEs2(vwx281, vwx291, bad) 17.55/7.07 new_esEs3(@3(vwx280, vwx281, vwx282), @3(vwx290, vwx291, vwx292), bbh, bag, app(ty_Maybe, bdd)) -> new_esEs0(vwx282, vwx292, bdd) 17.55/7.07 new_esEs1(@2(vwx280, vwx281), @2(vwx290, vwx291), ga, app(app(app(ty_@3, gh), ha), hb)) -> new_esEs3(vwx281, vwx291, gh, ha, hb) 17.55/7.07 new_esEs(Right(vwx280), Right(vwx290), cb, app(ty_Maybe, ce)) -> new_esEs0(vwx280, vwx290, ce) 17.55/7.07 new_esEs(Right(vwx280), Right(vwx290), cb, app(app(ty_@2, cf), cg)) -> new_esEs1(vwx280, vwx290, cf, cg) 17.55/7.07 new_esEs3(@3(vwx280, vwx281, vwx282), @3(vwx290, vwx291, vwx292), app(app(app(ty_@3, bbe), bbf), bbg), bag, bah) -> new_esEs3(vwx280, vwx290, bbe, bbf, bbg) 17.55/7.07 new_esEs(Right(vwx280), Right(vwx290), cb, app(app(app(ty_@3, db), dc), dd)) -> new_esEs3(vwx280, vwx290, db, dc, dd) 17.55/7.07 new_esEs3(@3(vwx280, vwx281, vwx282), @3(vwx290, vwx291, vwx292), bbh, bag, app(app(ty_Either, bdb), bdc)) -> new_esEs(vwx282, vwx292, bdb, bdc) 17.55/7.07 new_esEs0(Just(vwx280), Just(vwx290), app(app(ty_Either, de), df)) -> new_esEs(vwx280, vwx290, de, df) 17.55/7.07 new_esEs1(@2(vwx280, vwx281), @2(vwx290, vwx291), ga, app(app(ty_Either, gb), gc)) -> new_esEs(vwx281, vwx291, gb, gc) 17.55/7.07 new_esEs3(@3(vwx280, vwx281, vwx282), @3(vwx290, vwx291, vwx292), app(ty_[], bbd), bag, bah) -> new_esEs2(vwx280, vwx290, bbd) 17.55/7.07 new_esEs2(:(vwx280, vwx281), :(vwx290, vwx291), app(app(ty_Either, hc), hd)) -> new_esEs(vwx280, vwx290, hc, hd) 17.55/7.07 new_esEs(Left(vwx280), Left(vwx290), app(app(ty_@2, bd), be), bb) -> new_esEs1(vwx280, vwx290, bd, be) 17.55/7.07 new_esEs3(@3(vwx280, vwx281, vwx282), @3(vwx290, vwx291, vwx292), bbh, bag, app(app(app(ty_@3, bdh), bea), beb)) -> new_esEs3(vwx282, vwx292, bdh, bea, beb) 17.55/7.07 new_esEs3(@3(vwx280, vwx281, vwx282), @3(vwx290, vwx291, vwx292), bbh, app(ty_Maybe, bcc), bah) -> new_esEs0(vwx281, vwx291, bcc) 17.55/7.07 new_esEs0(Just(vwx280), Just(vwx290), app(app(ty_@2, dh), ea)) -> new_esEs1(vwx280, vwx290, dh, ea) 17.55/7.07 new_esEs(Right(vwx280), Right(vwx290), cb, app(app(ty_Either, cc), cd)) -> new_esEs(vwx280, vwx290, cc, cd) 17.55/7.07 new_esEs3(@3(vwx280, vwx281, vwx282), @3(vwx290, vwx291, vwx292), app(ty_Maybe, bba), bag, bah) -> new_esEs0(vwx280, vwx290, bba) 17.55/7.07 new_esEs3(@3(vwx280, vwx281, vwx282), @3(vwx290, vwx291, vwx292), app(app(ty_@2, bbb), bbc), bag, bah) -> new_esEs1(vwx280, vwx290, bbb, bbc) 17.55/7.07 new_esEs1(@2(vwx280, vwx281), @2(vwx290, vwx291), app(app(app(ty_@3, ff), fg), fh), eh) -> new_esEs3(vwx280, vwx290, ff, fg, fh) 17.55/7.07 new_esEs(Right(vwx280), Right(vwx290), cb, app(ty_[], da)) -> new_esEs2(vwx280, vwx290, da) 17.55/7.07 new_esEs3(@3(vwx280, vwx281, vwx282), @3(vwx290, vwx291, vwx292), bbh, app(ty_[], bcf), bah) -> new_esEs2(vwx281, vwx291, bcf) 17.55/7.07 new_esEs3(@3(vwx280, vwx281, vwx282), @3(vwx290, vwx291, vwx292), bbh, app(app(app(ty_@3, bcg), bch), bda), bah) -> new_esEs3(vwx281, vwx291, bcg, bch, bda) 17.55/7.07 new_esEs3(@3(vwx280, vwx281, vwx282), @3(vwx290, vwx291, vwx292), bbh, bag, app(ty_[], bdg)) -> new_esEs2(vwx282, vwx292, bdg) 17.55/7.07 new_esEs(Left(vwx280), Left(vwx290), app(app(ty_Either, h), ba), bb) -> new_esEs(vwx280, vwx290, h, ba) 17.55/7.07 new_esEs3(@3(vwx280, vwx281, vwx282), @3(vwx290, vwx291, vwx292), bbh, app(app(ty_@2, bcd), bce), bah) -> new_esEs1(vwx281, vwx291, bcd, bce) 17.55/7.07 new_esEs(Left(vwx280), Left(vwx290), app(ty_Maybe, bc), bb) -> new_esEs0(vwx280, vwx290, bc) 17.55/7.07 new_esEs1(@2(vwx280, vwx281), @2(vwx290, vwx291), ga, app(ty_[], gg)) -> new_esEs2(vwx281, vwx291, gg) 17.55/7.07 new_esEs1(@2(vwx280, vwx281), @2(vwx290, vwx291), app(app(ty_@2, fb), fc), eh) -> new_esEs1(vwx280, vwx290, fb, fc) 17.55/7.07 new_esEs2(:(vwx280, vwx281), :(vwx290, vwx291), app(ty_Maybe, he)) -> new_esEs0(vwx280, vwx290, he) 17.55/7.07 new_esEs2(:(vwx280, vwx281), :(vwx290, vwx291), app(ty_[], hh)) -> new_esEs2(vwx280, vwx290, hh) 17.55/7.07 new_esEs(Left(vwx280), Left(vwx290), app(ty_[], bf), bb) -> new_esEs2(vwx280, vwx290, bf) 17.55/7.07 new_esEs0(Just(vwx280), Just(vwx290), app(ty_[], eb)) -> new_esEs2(vwx280, vwx290, eb) 17.55/7.07 new_esEs1(@2(vwx280, vwx281), @2(vwx290, vwx291), ga, app(ty_Maybe, gd)) -> new_esEs0(vwx281, vwx291, gd) 17.55/7.07 new_esEs(Left(vwx280), Left(vwx290), app(app(app(ty_@3, bg), bh), ca), bb) -> new_esEs3(vwx280, vwx290, bg, bh, ca) 17.55/7.07 new_esEs1(@2(vwx280, vwx281), @2(vwx290, vwx291), app(ty_[], fd), eh) -> new_esEs2(vwx280, vwx290, fd) 17.55/7.07 new_esEs1(@2(vwx280, vwx281), @2(vwx290, vwx291), app(app(ty_Either, ef), eg), eh) -> new_esEs(vwx280, vwx290, ef, eg) 17.55/7.07 new_esEs0(Just(vwx280), Just(vwx290), app(ty_Maybe, dg)) -> new_esEs0(vwx280, vwx290, dg) 17.55/7.07 new_esEs3(@3(vwx280, vwx281, vwx282), @3(vwx290, vwx291, vwx292), app(app(ty_Either, bae), baf), bag, bah) -> new_esEs(vwx280, vwx290, bae, baf) 17.55/7.07 new_esEs1(@2(vwx280, vwx281), @2(vwx290, vwx291), app(ty_Maybe, fa), eh) -> new_esEs0(vwx280, vwx290, fa) 17.55/7.07 new_esEs2(:(vwx280, vwx281), :(vwx290, vwx291), app(app(app(ty_@3, baa), bab), bac)) -> new_esEs3(vwx280, vwx290, baa, bab, bac) 17.55/7.07 new_esEs3(@3(vwx280, vwx281, vwx282), @3(vwx290, vwx291, vwx292), bbh, bag, app(app(ty_@2, bde), bdf)) -> new_esEs1(vwx282, vwx292, bde, bdf) 17.55/7.07 new_esEs1(@2(vwx280, vwx281), @2(vwx290, vwx291), ga, app(app(ty_@2, ge), gf)) -> new_esEs1(vwx281, vwx291, ge, gf) 17.55/7.07 new_esEs3(@3(vwx280, vwx281, vwx282), @3(vwx290, vwx291, vwx292), bbh, app(app(ty_Either, bca), bcb), bah) -> new_esEs(vwx281, vwx291, bca, bcb) 17.55/7.07 new_esEs2(:(vwx280, vwx281), :(vwx290, vwx291), app(app(ty_@2, hf), hg)) -> new_esEs1(vwx280, vwx290, hf, hg) 17.55/7.07 17.55/7.07 R is empty. 17.55/7.07 Q is empty. 17.55/7.07 We have to consider all minimal (P,Q,R)-chains. 17.55/7.07 ---------------------------------------- 17.55/7.07 17.55/7.07 (19) QDPSizeChangeProof (EQUIVALENT) 17.55/7.07 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 17.55/7.07 17.55/7.07 From the DPs we obtained the following set of size-change graphs: 17.55/7.07 *new_esEs2(:(vwx280, vwx281), :(vwx290, vwx291), app(ty_Maybe, he)) -> new_esEs0(vwx280, vwx290, he) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs0(Just(vwx280), Just(vwx290), app(ty_Maybe, dg)) -> new_esEs0(vwx280, vwx290, dg) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs2(:(vwx280, vwx281), :(vwx290, vwx291), app(app(app(ty_@3, baa), bab), bac)) -> new_esEs3(vwx280, vwx290, baa, bab, bac) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs0(Just(vwx280), Just(vwx290), app(ty_[], eb)) -> new_esEs2(vwx280, vwx290, eb) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs0(Just(vwx280), Just(vwx290), app(app(app(ty_@3, ec), ed), ee)) -> new_esEs3(vwx280, vwx290, ec, ed, ee) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs2(:(vwx280, vwx281), :(vwx290, vwx291), app(app(ty_@2, hf), hg)) -> new_esEs1(vwx280, vwx290, hf, hg) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs2(:(vwx280, vwx281), :(vwx290, vwx291), app(app(ty_Either, hc), hd)) -> new_esEs(vwx280, vwx290, hc, hd) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs0(Just(vwx280), Just(vwx290), app(app(ty_@2, dh), ea)) -> new_esEs1(vwx280, vwx290, dh, ea) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs0(Just(vwx280), Just(vwx290), app(app(ty_Either, de), df)) -> new_esEs(vwx280, vwx290, de, df) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs3(@3(vwx280, vwx281, vwx282), @3(vwx290, vwx291, vwx292), bbh, bag, app(ty_Maybe, bdd)) -> new_esEs0(vwx282, vwx292, bdd) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs3(@3(vwx280, vwx281, vwx282), @3(vwx290, vwx291, vwx292), bbh, app(ty_Maybe, bcc), bah) -> new_esEs0(vwx281, vwx291, bcc) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs3(@3(vwx280, vwx281, vwx282), @3(vwx290, vwx291, vwx292), app(ty_Maybe, bba), bag, bah) -> new_esEs0(vwx280, vwx290, bba) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs3(@3(vwx280, vwx281, vwx282), @3(vwx290, vwx291, vwx292), app(ty_[], bbd), bag, bah) -> new_esEs2(vwx280, vwx290, bbd) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs3(@3(vwx280, vwx281, vwx282), @3(vwx290, vwx291, vwx292), bbh, app(ty_[], bcf), bah) -> new_esEs2(vwx281, vwx291, bcf) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs3(@3(vwx280, vwx281, vwx282), @3(vwx290, vwx291, vwx292), bbh, bag, app(ty_[], bdg)) -> new_esEs2(vwx282, vwx292, bdg) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs3(@3(vwx280, vwx281, vwx282), @3(vwx290, vwx291, vwx292), app(app(app(ty_@3, bbe), bbf), bbg), bag, bah) -> new_esEs3(vwx280, vwx290, bbe, bbf, bbg) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs3(@3(vwx280, vwx281, vwx282), @3(vwx290, vwx291, vwx292), bbh, bag, app(app(app(ty_@3, bdh), bea), beb)) -> new_esEs3(vwx282, vwx292, bdh, bea, beb) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs3(@3(vwx280, vwx281, vwx282), @3(vwx290, vwx291, vwx292), bbh, app(app(app(ty_@3, bcg), bch), bda), bah) -> new_esEs3(vwx281, vwx291, bcg, bch, bda) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs3(@3(vwx280, vwx281, vwx282), @3(vwx290, vwx291, vwx292), app(app(ty_@2, bbb), bbc), bag, bah) -> new_esEs1(vwx280, vwx290, bbb, bbc) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs3(@3(vwx280, vwx281, vwx282), @3(vwx290, vwx291, vwx292), bbh, app(app(ty_@2, bcd), bce), bah) -> new_esEs1(vwx281, vwx291, bcd, bce) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs3(@3(vwx280, vwx281, vwx282), @3(vwx290, vwx291, vwx292), bbh, bag, app(app(ty_@2, bde), bdf)) -> new_esEs1(vwx282, vwx292, bde, bdf) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs3(@3(vwx280, vwx281, vwx282), @3(vwx290, vwx291, vwx292), bbh, bag, app(app(ty_Either, bdb), bdc)) -> new_esEs(vwx282, vwx292, bdb, bdc) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs3(@3(vwx280, vwx281, vwx282), @3(vwx290, vwx291, vwx292), app(app(ty_Either, bae), baf), bag, bah) -> new_esEs(vwx280, vwx290, bae, baf) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs3(@3(vwx280, vwx281, vwx282), @3(vwx290, vwx291, vwx292), bbh, app(app(ty_Either, bca), bcb), bah) -> new_esEs(vwx281, vwx291, bca, bcb) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs1(@2(vwx280, vwx281), @2(vwx290, vwx291), ga, app(ty_Maybe, gd)) -> new_esEs0(vwx281, vwx291, gd) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs1(@2(vwx280, vwx281), @2(vwx290, vwx291), app(ty_Maybe, fa), eh) -> new_esEs0(vwx280, vwx290, fa) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs(Right(vwx280), Right(vwx290), cb, app(ty_Maybe, ce)) -> new_esEs0(vwx280, vwx290, ce) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs(Left(vwx280), Left(vwx290), app(ty_Maybe, bc), bb) -> new_esEs0(vwx280, vwx290, bc) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs2(:(vwx280, vwx281), :(vwx290, vwx291), bad) -> new_esEs2(vwx281, vwx291, bad) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs2(:(vwx280, vwx281), :(vwx290, vwx291), app(ty_[], hh)) -> new_esEs2(vwx280, vwx290, hh) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs1(@2(vwx280, vwx281), @2(vwx290, vwx291), ga, app(ty_[], gg)) -> new_esEs2(vwx281, vwx291, gg) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs1(@2(vwx280, vwx281), @2(vwx290, vwx291), app(ty_[], fd), eh) -> new_esEs2(vwx280, vwx290, fd) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs(Right(vwx280), Right(vwx290), cb, app(ty_[], da)) -> new_esEs2(vwx280, vwx290, da) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs(Left(vwx280), Left(vwx290), app(ty_[], bf), bb) -> new_esEs2(vwx280, vwx290, bf) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs1(@2(vwx280, vwx281), @2(vwx290, vwx291), ga, app(app(app(ty_@3, gh), ha), hb)) -> new_esEs3(vwx281, vwx291, gh, ha, hb) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs1(@2(vwx280, vwx281), @2(vwx290, vwx291), app(app(app(ty_@3, ff), fg), fh), eh) -> new_esEs3(vwx280, vwx290, ff, fg, fh) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs(Right(vwx280), Right(vwx290), cb, app(app(app(ty_@3, db), dc), dd)) -> new_esEs3(vwx280, vwx290, db, dc, dd) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs(Left(vwx280), Left(vwx290), app(app(app(ty_@3, bg), bh), ca), bb) -> new_esEs3(vwx280, vwx290, bg, bh, ca) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs1(@2(vwx280, vwx281), @2(vwx290, vwx291), app(app(ty_@2, fb), fc), eh) -> new_esEs1(vwx280, vwx290, fb, fc) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs1(@2(vwx280, vwx281), @2(vwx290, vwx291), ga, app(app(ty_@2, ge), gf)) -> new_esEs1(vwx281, vwx291, ge, gf) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs(Right(vwx280), Right(vwx290), cb, app(app(ty_@2, cf), cg)) -> new_esEs1(vwx280, vwx290, cf, cg) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs(Left(vwx280), Left(vwx290), app(app(ty_@2, bd), be), bb) -> new_esEs1(vwx280, vwx290, bd, be) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs1(@2(vwx280, vwx281), @2(vwx290, vwx291), ga, app(app(ty_Either, gb), gc)) -> new_esEs(vwx281, vwx291, gb, gc) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs1(@2(vwx280, vwx281), @2(vwx290, vwx291), app(app(ty_Either, ef), eg), eh) -> new_esEs(vwx280, vwx290, ef, eg) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs(Right(vwx280), Right(vwx290), cb, app(app(ty_Either, cc), cd)) -> new_esEs(vwx280, vwx290, cc, cd) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.55/7.07 17.55/7.07 17.55/7.07 *new_esEs(Left(vwx280), Left(vwx290), app(app(ty_Either, h), ba), bb) -> new_esEs(vwx280, vwx290, h, ba) 17.55/7.07 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.55/7.07 17.55/7.07 17.55/7.07 ---------------------------------------- 17.55/7.07 17.55/7.07 (20) 17.55/7.07 YES 17.55/7.07 17.55/7.07 ---------------------------------------- 17.55/7.07 17.55/7.07 (21) 17.55/7.07 Obligation: 17.55/7.07 Q DP problem: 17.55/7.07 The TRS P consists of the following rules: 17.55/7.07 17.55/7.07 new_primMulNat(Succ(vwx30000), Succ(vwx40100)) -> new_primMulNat(vwx30000, Succ(vwx40100)) 17.55/7.07 17.55/7.07 R is empty. 17.55/7.07 Q is empty. 17.55/7.07 We have to consider all minimal (P,Q,R)-chains. 17.55/7.07 ---------------------------------------- 17.55/7.07 17.55/7.07 (22) QDPSizeChangeProof (EQUIVALENT) 17.55/7.07 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 17.55/7.07 17.55/7.07 From the DPs we obtained the following set of size-change graphs: 17.55/7.07 *new_primMulNat(Succ(vwx30000), Succ(vwx40100)) -> new_primMulNat(vwx30000, Succ(vwx40100)) 17.55/7.07 The graph contains the following edges 1 > 1, 2 >= 2 17.55/7.07 17.55/7.07 17.55/7.07 ---------------------------------------- 17.55/7.07 17.55/7.07 (23) 17.55/7.07 YES 17.55/7.07 17.55/7.07 ---------------------------------------- 17.55/7.07 17.55/7.07 (24) 17.55/7.07 Obligation: 17.55/7.07 Q DP problem: 17.55/7.07 The TRS P consists of the following rules: 17.55/7.07 17.55/7.07 new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, app(ty_Maybe, da), bd) -> new_lt1(vwx301, vwx401, da) 17.55/7.07 new_primCompAux(vwx300, vwx400, vwx55, app(ty_[], fc)) -> new_compare0(vwx300, vwx400, fc) 17.55/7.07 new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, h), ba), bb), bc, bd) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, h, ba, bb), h, ba, bb) 17.55/7.07 new_compare21(vwx300, vwx400, False, bg, bh) -> new_ltEs2(vwx300, vwx400, bg, bh) 17.55/7.07 new_ltEs3(Left(vwx300), Left(vwx400), app(app(ty_Either, bcg), bch), bcb) -> new_ltEs3(vwx300, vwx400, bcg, bch) 17.55/7.07 new_primCompAux(vwx300, vwx400, vwx55, app(ty_Maybe, fd)) -> new_compare3(vwx300, vwx400, fd) 17.55/7.07 new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, app(app(ty_Either, dd), de), bd) -> new_lt3(vwx301, vwx401, dd, de) 17.55/7.07 new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, app(ty_[], cg), bd) -> new_lt0(vwx301, vwx401, cg) 17.55/7.07 new_compare20(vwx300, vwx400, False, bf) -> new_ltEs1(vwx300, vwx400, bf) 17.55/7.07 new_ltEs3(Right(vwx300), Right(vwx400), bda, app(app(app(ty_@3, bdb), bdc), bdd)) -> new_ltEs(vwx300, vwx400, bdb, bdc, bdd) 17.55/7.07 new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, ca), cb), bc, bd) -> new_compare22(vwx300, vwx400, new_esEs7(vwx300, vwx400, ca, cb), ca, cb) 17.55/7.07 new_lt3(vwx300, vwx400, ca, cb) -> new_compare22(vwx300, vwx400, new_esEs7(vwx300, vwx400, ca, cb), ca, cb) 17.55/7.07 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, hh), hf) -> new_lt1(vwx300, vwx400, hh) 17.55/7.07 new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, bc, app(ty_Maybe, eb)) -> new_ltEs1(vwx302, vwx402, eb) 17.55/7.07 new_ltEs1(Just(vwx300), Just(vwx400), app(app(ty_@2, gg), gh)) -> new_ltEs2(vwx300, vwx400, gg, gh) 17.55/7.07 new_ltEs3(Right(vwx300), Right(vwx400), bda, app(ty_[], bde)) -> new_ltEs0(vwx300, vwx400, bde) 17.55/7.07 new_compare22(vwx300, vwx400, False, ca, cb) -> new_ltEs3(vwx300, vwx400, ca, cb) 17.55/7.07 new_primCompAux(vwx300, vwx400, vwx55, app(app(app(ty_@3, eh), fa), fb)) -> new_compare(vwx300, vwx400, eh, fa, fb) 17.55/7.07 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], hg), hf) -> new_lt0(vwx300, vwx400, hg) 17.55/7.07 new_compare0(:(vwx300, vwx301), :(vwx400, vwx401), eg) -> new_primCompAux(vwx300, vwx400, new_compare1(vwx301, vwx401, eg), eg) 17.55/7.07 new_ltEs3(Right(vwx300), Right(vwx400), bda, app(app(ty_Either, bea), beb)) -> new_ltEs3(vwx300, vwx400, bea, beb) 17.55/7.07 new_lt0(vwx300, vwx400, be) -> new_compare0(vwx300, vwx400, be) 17.55/7.07 new_ltEs1(Just(vwx300), Just(vwx400), app(app(ty_Either, ha), hb)) -> new_ltEs3(vwx300, vwx400, ha, hb) 17.55/7.07 new_compare4(vwx300, vwx400, bg, bh) -> new_compare21(vwx300, vwx400, new_esEs6(vwx300, vwx400, bg, bh), bg, bh) 17.55/7.07 new_compare(vwx300, vwx400, h, ba, bb) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, h, ba, bb), h, ba, bb) 17.55/7.07 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bae, app(ty_Maybe, bbb)) -> new_ltEs1(vwx301, vwx401, bbb) 17.55/7.07 new_ltEs0(:(vwx300, vwx301), :(vwx400, vwx401), eg) -> new_compare0(vwx301, vwx401, eg) 17.55/7.07 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, baa), bab), hf) -> new_lt2(vwx300, vwx400, baa, bab) 17.55/7.07 new_ltEs3(Left(vwx300), Left(vwx400), app(app(ty_@2, bce), bcf), bcb) -> new_ltEs2(vwx300, vwx400, bce, bcf) 17.55/7.07 new_compare2(vwx300, vwx400, False, h, ba, bb) -> new_ltEs(vwx300, vwx400, h, ba, bb) 17.55/7.07 new_ltEs3(Right(vwx300), Right(vwx400), bda, app(ty_Maybe, bdf)) -> new_ltEs1(vwx300, vwx400, bdf) 17.55/7.07 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bae, app(app(ty_@2, bbc), bbd)) -> new_ltEs2(vwx301, vwx401, bbc, bbd) 17.55/7.07 new_lt(vwx300, vwx400, h, ba, bb) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, h, ba, bb), h, ba, bb) 17.55/7.07 new_ltEs1(Just(vwx300), Just(vwx400), app(app(app(ty_@3, gb), gc), gd)) -> new_ltEs(vwx300, vwx400, gb, gc, gd) 17.55/7.07 new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], be), bc, bd) -> new_compare0(vwx300, vwx400, be) 17.55/7.07 new_compare5(vwx300, vwx400, ca, cb) -> new_compare22(vwx300, vwx400, new_esEs7(vwx300, vwx400, ca, cb), ca, cb) 17.55/7.07 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bae, app(app(app(ty_@3, baf), bag), bah)) -> new_ltEs(vwx301, vwx401, baf, bag, bah) 17.55/7.07 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bae, app(ty_[], bba)) -> new_ltEs0(vwx301, vwx401, bba) 17.55/7.07 new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, app(app(app(ty_@3, cd), ce), cf), bd) -> new_lt(vwx301, vwx401, cd, ce, cf) 17.55/7.07 new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, bf), bc, bd) -> new_compare20(vwx300, vwx400, new_esEs5(vwx300, vwx400, bf), bf) 17.55/7.07 new_ltEs3(Left(vwx300), Left(vwx400), app(ty_Maybe, bcd), bcb) -> new_ltEs1(vwx300, vwx400, bcd) 17.55/7.07 new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, bc, app(app(ty_Either, ee), ef)) -> new_ltEs3(vwx302, vwx402, ee, ef) 17.55/7.07 new_primCompAux(vwx300, vwx400, vwx55, app(app(ty_@2, ff), fg)) -> new_compare4(vwx300, vwx400, ff, fg) 17.55/7.07 new_lt1(vwx300, vwx400, bf) -> new_compare20(vwx300, vwx400, new_esEs5(vwx300, vwx400, bf), bf) 17.55/7.07 new_lt2(vwx300, vwx400, bg, bh) -> new_compare21(vwx300, vwx400, new_esEs6(vwx300, vwx400, bg, bh), bg, bh) 17.55/7.07 new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, bg), bh), bc, bd) -> new_compare21(vwx300, vwx400, new_esEs6(vwx300, vwx400, bg, bh), bg, bh) 17.55/7.07 new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, bc, app(app(app(ty_@3, df), dg), dh)) -> new_ltEs(vwx302, vwx402, df, dg, dh) 17.55/7.07 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, hc), hd), he), hf) -> new_lt(vwx300, vwx400, hc, hd, he) 17.55/7.07 new_ltEs1(Just(vwx300), Just(vwx400), app(ty_[], ge)) -> new_ltEs0(vwx300, vwx400, ge) 17.55/7.07 new_ltEs3(Left(vwx300), Left(vwx400), app(ty_[], bcc), bcb) -> new_ltEs0(vwx300, vwx400, bcc) 17.55/7.07 new_primCompAux(vwx300, vwx400, vwx55, app(app(ty_Either, fh), ga)) -> new_compare5(vwx300, vwx400, fh, ga) 17.55/7.07 new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, bc, app(app(ty_@2, ec), ed)) -> new_ltEs2(vwx302, vwx402, ec, ed) 17.55/7.07 new_compare0(:(vwx300, vwx301), :(vwx400, vwx401), eg) -> new_compare0(vwx301, vwx401, eg) 17.55/7.07 new_ltEs0(:(vwx300, vwx301), :(vwx400, vwx401), eg) -> new_primCompAux(vwx300, vwx400, new_compare1(vwx301, vwx401, eg), eg) 17.55/7.07 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bae, app(app(ty_Either, bbe), bbf)) -> new_ltEs3(vwx301, vwx401, bbe, bbf) 17.55/7.07 new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, app(app(ty_@2, db), dc), bd) -> new_lt2(vwx301, vwx401, db, dc) 17.55/7.07 new_compare3(vwx300, vwx400, bf) -> new_compare20(vwx300, vwx400, new_esEs5(vwx300, vwx400, bf), bf) 17.55/7.07 new_ltEs1(Just(vwx300), Just(vwx400), app(ty_Maybe, gf)) -> new_ltEs1(vwx300, vwx400, gf) 17.55/7.07 new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, bac), bad), hf) -> new_lt3(vwx300, vwx400, bac, bad) 17.55/7.07 new_ltEs3(Right(vwx300), Right(vwx400), bda, app(app(ty_@2, bdg), bdh)) -> new_ltEs2(vwx300, vwx400, bdg, bdh) 17.55/7.07 new_ltEs3(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bbg), bbh), bca), bcb) -> new_ltEs(vwx300, vwx400, bbg, bbh, bca) 17.55/7.07 new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, bc, app(ty_[], ea)) -> new_ltEs0(vwx302, vwx402, ea) 17.55/7.07 17.55/7.07 The TRS R consists of the following rules: 17.55/7.07 17.55/7.07 new_ltEs4(Just(vwx300), Just(vwx400), ty_Ordering) -> new_ltEs10(vwx300, vwx400) 17.55/7.07 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 17.55/7.07 new_primCmpInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> LT 17.55/7.07 new_compare30(vwx300, vwx400, ty_Ordering) -> new_compare14(vwx300, vwx400) 17.55/7.07 new_ltEs15(Left(vwx300), Left(vwx400), app(ty_Maybe, bcd), bcb) -> new_ltEs4(vwx300, vwx400, bcd) 17.55/7.07 new_compare8(vwx300, vwx400, bg, bh) -> new_compare24(vwx300, vwx400, new_esEs6(vwx300, vwx400, bg, bh), bg, bh) 17.55/7.07 new_ltEs19(vwx301, vwx401, app(app(app(ty_@3, baf), bag), bah)) -> new_ltEs6(vwx301, vwx401, baf, bag, bah) 17.55/7.07 new_compare11(vwx300, vwx400, True, bf) -> LT 17.55/7.07 new_esEs5(Just(vwx280), Just(vwx290), ty_Ordering) -> new_esEs19(vwx280, vwx290) 17.55/7.07 new_esEs7(Right(vwx280), Right(vwx290), caf, ty_Double) -> new_esEs17(vwx280, vwx290) 17.55/7.07 new_esEs12(vwx280, vwx290, app(ty_Maybe, beh)) -> new_esEs5(vwx280, vwx290, beh) 17.55/7.07 new_lt9(vwx301, vwx401, app(app(ty_@2, db), dc)) -> new_lt16(vwx301, vwx401, db, dc) 17.55/7.07 new_ltEs19(vwx301, vwx401, app(app(ty_Either, bbe), bbf)) -> new_ltEs15(vwx301, vwx401, bbe, bbf) 17.55/7.07 new_ltEs15(Right(vwx300), Right(vwx400), bda, ty_Double) -> new_ltEs11(vwx300, vwx400) 17.55/7.07 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 17.55/7.07 new_ltEs15(Right(vwx300), Right(vwx400), bda, app(ty_Maybe, bdf)) -> new_ltEs4(vwx300, vwx400, bdf) 17.55/7.07 new_esEs27(vwx28, vwx29, ty_Char) -> new_esEs9(vwx28, vwx29) 17.55/7.07 new_primCmpInt(Pos(Zero), Neg(Succ(vwx4000))) -> GT 17.55/7.07 new_ltEs14(vwx30, vwx40) -> new_not0(new_compare7(vwx30, vwx40)) 17.55/7.07 new_lt9(vwx301, vwx401, ty_Float) -> new_lt18(vwx301, vwx401) 17.55/7.07 new_compare14(vwx300, vwx400) -> new_compare26(vwx300, vwx400, new_esEs19(vwx300, vwx400)) 17.55/7.07 new_ltEs19(vwx301, vwx401, app(ty_[], bba)) -> new_ltEs5(vwx301, vwx401, bba) 17.55/7.07 new_ltEs19(vwx301, vwx401, app(app(ty_@2, bbc), bbd)) -> new_ltEs12(vwx301, vwx401, bbc, bbd) 17.55/7.07 new_compare23(vwx300, vwx400, False) -> new_compare111(vwx300, vwx400, new_ltEs17(vwx300, vwx400)) 17.55/7.07 new_primCmpInt(Neg(Succ(vwx3000)), Neg(vwx400)) -> new_primCmpNat0(vwx400, Succ(vwx3000)) 17.55/7.07 new_lt20(vwx300, vwx400, ty_@0) -> new_lt13(vwx300, vwx400) 17.55/7.07 new_esEs17(Double(vwx280, vwx281), Double(vwx290, vwx291)) -> new_esEs20(new_sr(vwx280, vwx291), new_sr(vwx281, vwx290)) 17.55/7.07 new_lt7(vwx300, vwx400, be) -> new_esEs10(new_compare1(vwx300, vwx400, be)) 17.55/7.07 new_esEs27(vwx28, vwx29, ty_Integer) -> new_esEs16(vwx28, vwx29) 17.55/7.07 new_ltEs4(Nothing, Nothing, bha) -> True 17.55/7.07 new_esEs23(vwx280, vwx290, ty_Integer) -> new_esEs16(vwx280, vwx290) 17.55/7.07 new_ltEs4(Just(vwx300), Nothing, bha) -> False 17.55/7.07 new_esEs24(vwx280, vwx290, ty_@0) -> new_esEs11(vwx280, vwx290) 17.55/7.07 new_esEs6(@2(vwx280, vwx281), @2(vwx290, vwx291), bec, bed) -> new_asAs(new_esEs12(vwx280, vwx290, bec), new_esEs13(vwx281, vwx291, bed)) 17.55/7.07 new_ltEs10(GT, LT) -> False 17.55/7.07 new_ltEs4(Just(vwx300), Just(vwx400), ty_Int) -> new_ltEs7(vwx300, vwx400) 17.55/7.07 new_esEs26(vwx282, vwx292, ty_Ordering) -> new_esEs19(vwx282, vwx292) 17.55/7.07 new_ltEs8(vwx30, vwx40) -> new_not0(new_compare31(vwx30, vwx40)) 17.55/7.07 new_compare30(vwx300, vwx400, app(app(ty_Either, fh), ga)) -> new_compare13(vwx300, vwx400, fh, ga) 17.55/7.07 new_primCompAux0(vwx59, GT) -> GT 17.55/7.07 new_ltEs19(vwx301, vwx401, ty_Double) -> new_ltEs11(vwx301, vwx401) 17.55/7.07 new_ltEs4(Just(vwx300), Just(vwx400), app(ty_Maybe, gf)) -> new_ltEs4(vwx300, vwx400, gf) 17.55/7.07 new_compare26(vwx300, vwx400, True) -> EQ 17.55/7.07 new_primEqInt(Pos(Succ(vwx2800)), Pos(Zero)) -> False 17.55/7.07 new_primEqInt(Pos(Zero), Pos(Succ(vwx2900))) -> False 17.55/7.07 new_esEs23(vwx280, vwx290, ty_Char) -> new_esEs9(vwx280, vwx290) 17.55/7.07 new_esEs24(vwx280, vwx290, ty_Double) -> new_esEs17(vwx280, vwx290) 17.55/7.07 new_compare30(vwx300, vwx400, ty_Double) -> new_compare9(vwx300, vwx400) 17.55/7.07 new_lt9(vwx301, vwx401, ty_Double) -> new_lt15(vwx301, vwx401) 17.55/7.07 new_ltEs10(EQ, LT) -> False 17.55/7.07 new_esEs24(vwx280, vwx290, app(ty_Ratio, ceh)) -> new_esEs15(vwx280, vwx290, ceh) 17.55/7.07 new_compare9(Double(vwx300, Neg(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_compare12(new_sr(vwx300, Neg(vwx4010)), new_sr(Neg(vwx3010), vwx400)) 17.55/7.07 new_esEs13(vwx281, vwx291, ty_Int) -> new_esEs20(vwx281, vwx291) 17.55/7.07 new_esEs8(False, True) -> False 17.55/7.07 new_esEs8(True, False) -> False 17.55/7.07 new_esEs7(Left(vwx280), Left(vwx290), ty_Ordering, bhc) -> new_esEs19(vwx280, vwx290) 17.55/7.07 new_compare1(:(vwx300, vwx301), [], eg) -> GT 17.55/7.07 new_compare19(vwx300, vwx400, True, ca, cb) -> LT 17.55/7.07 new_ltEs15(Left(vwx300), Left(vwx400), app(app(ty_Either, bcg), bch), bcb) -> new_ltEs15(vwx300, vwx400, bcg, bch) 17.55/7.07 new_primEqNat0(Succ(vwx2800), Succ(vwx2900)) -> new_primEqNat0(vwx2800, vwx2900) 17.55/7.07 new_compare30(vwx300, vwx400, ty_@0) -> new_compare18(vwx300, vwx400) 17.55/7.07 new_esEs13(vwx281, vwx291, ty_Double) -> new_esEs17(vwx281, vwx291) 17.55/7.07 new_lt11(vwx300, vwx400) -> new_esEs10(new_compare31(vwx300, vwx400)) 17.55/7.07 new_primCompAux0(vwx59, LT) -> LT 17.55/7.07 new_ltEs4(Just(vwx300), Just(vwx400), ty_Char) -> new_ltEs8(vwx300, vwx400) 17.55/7.07 new_esEs18([], [], cce) -> True 17.55/7.07 new_esEs12(vwx280, vwx290, ty_Ordering) -> new_esEs19(vwx280, vwx290) 17.55/7.07 new_compare13(vwx300, vwx400, ca, cb) -> new_compare28(vwx300, vwx400, new_esEs7(vwx300, vwx400, ca, cb), ca, cb) 17.55/7.07 new_esEs12(vwx280, vwx290, ty_Char) -> new_esEs9(vwx280, vwx290) 17.55/7.07 new_ltEs4(Just(vwx300), Just(vwx400), ty_Integer) -> new_ltEs14(vwx300, vwx400) 17.55/7.07 new_esEs25(vwx281, vwx291, ty_Bool) -> new_esEs8(vwx281, vwx291) 17.55/7.07 new_primCmpNat0(Zero, Zero) -> EQ 17.55/7.07 new_compare30(vwx300, vwx400, app(ty_[], fc)) -> new_compare1(vwx300, vwx400, fc) 17.55/7.07 new_esEs7(Left(vwx280), Left(vwx290), ty_Bool, bhc) -> new_esEs8(vwx280, vwx290) 17.55/7.07 new_lt16(vwx300, vwx400, bg, bh) -> new_esEs10(new_compare8(vwx300, vwx400, bg, bh)) 17.55/7.07 new_esEs15(:%(vwx280, vwx281), :%(vwx290, vwx291), ccd) -> new_asAs(new_esEs21(vwx280, vwx290, ccd), new_esEs22(vwx281, vwx291, ccd)) 17.55/7.07 new_esEs24(vwx280, vwx290, ty_Float) -> new_esEs14(vwx280, vwx290) 17.55/7.07 new_ltEs15(Right(vwx300), Right(vwx400), bda, ty_Int) -> new_ltEs7(vwx300, vwx400) 17.55/7.07 new_esEs18(:(vwx280, vwx281), :(vwx290, vwx291), cce) -> new_asAs(new_esEs23(vwx280, vwx290, cce), new_esEs18(vwx281, vwx291, cce)) 17.55/7.07 new_lt8(vwx300, vwx400, ty_Integer) -> new_lt4(vwx300, vwx400) 17.55/7.07 new_esEs13(vwx281, vwx291, app(app(app(ty_@3, bgf), bgg), bgh)) -> new_esEs4(vwx281, vwx291, bgf, bgg, bgh) 17.55/7.07 new_esEs27(vwx28, vwx29, ty_Ordering) -> new_esEs19(vwx28, vwx29) 17.55/7.07 new_primEqNat0(Succ(vwx2800), Zero) -> False 17.55/7.07 new_primEqNat0(Zero, Succ(vwx2900)) -> False 17.55/7.07 new_compare10(vwx300, vwx400, True, bg, bh) -> LT 17.55/7.07 new_ltEs15(Left(vwx300), Left(vwx400), app(app(ty_@2, bce), bcf), bcb) -> new_ltEs12(vwx300, vwx400, bce, bcf) 17.55/7.07 new_esEs4(@3(vwx280, vwx281, vwx282), @3(vwx290, vwx291, vwx292), cec, ced, cee) -> new_asAs(new_esEs24(vwx280, vwx290, cec), new_asAs(new_esEs25(vwx281, vwx291, ced), new_esEs26(vwx282, vwx292, cee))) 17.55/7.07 new_ltEs4(Just(vwx300), Just(vwx400), ty_Float) -> new_ltEs16(vwx300, vwx400) 17.55/7.07 new_esEs10(GT) -> False 17.55/7.07 new_compare30(vwx300, vwx400, app(ty_Maybe, fd)) -> new_compare32(vwx300, vwx400, fd) 17.55/7.07 new_lt9(vwx301, vwx401, ty_Int) -> new_lt6(vwx301, vwx401) 17.55/7.07 new_esEs13(vwx281, vwx291, app(ty_Ratio, bga)) -> new_esEs15(vwx281, vwx291, bga) 17.55/7.07 new_compare29(:%(vwx300, vwx301), :%(vwx400, vwx401), ty_Int) -> new_compare12(new_sr(vwx300, vwx401), new_sr(vwx400, vwx301)) 17.55/7.07 new_lt6(vwx300, vwx400) -> new_esEs10(new_compare12(vwx300, vwx400)) 17.55/7.07 new_esEs24(vwx280, vwx290, app(app(app(ty_@3, cfe), cff), cfg)) -> new_esEs4(vwx280, vwx290, cfe, cff, cfg) 17.55/7.07 new_esEs23(vwx280, vwx290, app(app(app(ty_@3, cde), cdf), cdg)) -> new_esEs4(vwx280, vwx290, cde, cdf, cdg) 17.55/7.07 new_lt13(vwx300, vwx400) -> new_esEs10(new_compare18(vwx300, vwx400)) 17.55/7.07 new_esEs5(Just(vwx280), Just(vwx290), ty_Char) -> new_esEs9(vwx280, vwx290) 17.55/7.07 new_primCmpInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> GT 17.55/7.07 new_esEs7(Right(vwx280), Right(vwx290), caf, app(ty_Ratio, cba)) -> new_esEs15(vwx280, vwx290, cba) 17.55/7.07 new_esEs7(Right(vwx280), Right(vwx290), caf, ty_Int) -> new_esEs20(vwx280, vwx290) 17.55/7.07 new_ltEs15(Right(vwx300), Right(vwx400), bda, ty_Ordering) -> new_ltEs10(vwx300, vwx400) 17.55/7.07 new_ltEs10(GT, EQ) -> False 17.55/7.07 new_esEs23(vwx280, vwx290, ty_Double) -> new_esEs17(vwx280, vwx290) 17.55/7.07 new_compare6(vwx300, vwx400) -> new_compare23(vwx300, vwx400, new_esEs8(vwx300, vwx400)) 17.55/7.07 new_ltEs4(Just(vwx300), Just(vwx400), app(app(ty_@2, gg), gh)) -> new_ltEs12(vwx300, vwx400, gg, gh) 17.55/7.07 new_lt9(vwx301, vwx401, app(ty_Maybe, da)) -> new_lt12(vwx301, vwx401, da) 17.55/7.07 new_compare1(:(vwx300, vwx301), :(vwx400, vwx401), eg) -> new_primCompAux1(vwx300, vwx400, new_compare1(vwx301, vwx401, eg), eg) 17.55/7.07 new_primPlusNat1(Succ(vwx7300), Succ(vwx401000)) -> Succ(Succ(new_primPlusNat1(vwx7300, vwx401000))) 17.55/7.07 new_esEs26(vwx282, vwx292, ty_Bool) -> new_esEs8(vwx282, vwx292) 17.55/7.07 new_primCmpNat0(Zero, Succ(vwx4000)) -> LT 17.55/7.07 new_esEs5(Just(vwx280), Just(vwx290), app(app(ty_@2, dbe), dbf)) -> new_esEs6(vwx280, vwx290, dbe, dbf) 17.55/7.07 new_esEs7(Right(vwx280), Right(vwx290), caf, ty_Integer) -> new_esEs16(vwx280, vwx290) 17.55/7.07 new_esEs13(vwx281, vwx291, app(ty_Maybe, bgb)) -> new_esEs5(vwx281, vwx291, bgb) 17.55/7.07 new_ltEs15(Right(vwx300), Left(vwx400), bda, bcb) -> False 17.55/7.07 new_primCmpNat0(Succ(vwx3000), Zero) -> GT 17.55/7.07 new_compare110(vwx300, vwx400, False, h, ba, bb) -> GT 17.55/7.07 new_esEs12(vwx280, vwx290, ty_Int) -> new_esEs20(vwx280, vwx290) 17.55/7.07 new_compare16(Float(vwx300, Neg(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_compare12(new_sr(vwx300, Neg(vwx4010)), new_sr(Neg(vwx3010), vwx400)) 17.55/7.07 new_esEs26(vwx282, vwx292, ty_Char) -> new_esEs9(vwx282, vwx292) 17.55/7.07 new_ltEs18(vwx302, vwx402, app(app(app(ty_@3, df), dg), dh)) -> new_ltEs6(vwx302, vwx402, df, dg, dh) 17.55/7.07 new_ltEs15(Right(vwx300), Right(vwx400), bda, ty_Char) -> new_ltEs8(vwx300, vwx400) 17.55/7.07 new_compare26(vwx300, vwx400, False) -> new_compare17(vwx300, vwx400, new_ltEs10(vwx300, vwx400)) 17.55/7.07 new_esEs27(vwx28, vwx29, app(ty_[], cce)) -> new_esEs18(vwx28, vwx29, cce) 17.55/7.07 new_esEs19(LT, EQ) -> False 17.55/7.07 new_esEs19(EQ, LT) -> False 17.55/7.07 new_lt20(vwx300, vwx400, ty_Char) -> new_lt11(vwx300, vwx400) 17.55/7.07 new_ltEs18(vwx302, vwx402, ty_@0) -> new_ltEs9(vwx302, vwx402) 17.55/7.07 new_lt9(vwx301, vwx401, ty_Ordering) -> new_lt14(vwx301, vwx401) 17.55/7.07 new_ltEs4(Just(vwx300), Just(vwx400), ty_@0) -> new_ltEs9(vwx300, vwx400) 17.55/7.07 new_esEs7(Left(vwx280), Left(vwx290), app(ty_[], cab), bhc) -> new_esEs18(vwx280, vwx290, cab) 17.55/7.07 new_esEs7(Right(vwx280), Right(vwx290), caf, app(app(ty_@2, cbc), cbd)) -> new_esEs6(vwx280, vwx290, cbc, cbd) 17.55/7.07 new_esEs7(Right(vwx280), Right(vwx290), caf, ty_Float) -> new_esEs14(vwx280, vwx290) 17.55/7.07 new_ltEs15(Right(vwx300), Right(vwx400), bda, ty_Integer) -> new_ltEs14(vwx300, vwx400) 17.55/7.07 new_compare7(Integer(vwx300), Integer(vwx400)) -> new_primCmpInt(vwx300, vwx400) 17.55/7.07 new_ltEs18(vwx302, vwx402, ty_Bool) -> new_ltEs17(vwx302, vwx402) 17.55/7.07 new_compare17(vwx300, vwx400, True) -> LT 17.55/7.07 new_ltEs18(vwx302, vwx402, app(app(ty_@2, ec), ed)) -> new_ltEs12(vwx302, vwx402, ec, ed) 17.55/7.07 new_esEs24(vwx280, vwx290, ty_Char) -> new_esEs9(vwx280, vwx290) 17.55/7.07 new_primEqInt(Pos(Zero), Neg(Succ(vwx2900))) -> False 17.55/7.07 new_primEqInt(Neg(Zero), Pos(Succ(vwx2900))) -> False 17.55/7.07 new_ltEs4(Just(vwx300), Just(vwx400), app(app(ty_Either, ha), hb)) -> new_ltEs15(vwx300, vwx400, ha, hb) 17.55/7.07 new_lt8(vwx300, vwx400, ty_Double) -> new_lt15(vwx300, vwx400) 17.55/7.07 new_ltEs16(vwx30, vwx40) -> new_not0(new_compare16(vwx30, vwx40)) 17.55/7.07 new_lt15(vwx300, vwx400) -> new_esEs10(new_compare9(vwx300, vwx400)) 17.55/7.07 new_esEs24(vwx280, vwx290, app(app(ty_@2, cfb), cfc)) -> new_esEs6(vwx280, vwx290, cfb, cfc) 17.55/7.07 new_lt8(vwx300, vwx400, app(ty_Maybe, bf)) -> new_lt12(vwx300, vwx400, bf) 17.55/7.07 new_lt9(vwx301, vwx401, ty_Bool) -> new_lt19(vwx301, vwx401) 17.55/7.07 new_ltEs15(Right(vwx300), Right(vwx400), bda, app(app(ty_Either, bea), beb)) -> new_ltEs15(vwx300, vwx400, bea, beb) 17.55/7.07 new_esEs7(Left(vwx280), Left(vwx290), app(ty_Ratio, bhf), bhc) -> new_esEs15(vwx280, vwx290, bhf) 17.55/7.07 new_esEs25(vwx281, vwx291, ty_@0) -> new_esEs11(vwx281, vwx291) 17.55/7.07 new_esEs23(vwx280, vwx290, app(app(ty_Either, ccf), ccg)) -> new_esEs7(vwx280, vwx290, ccf, ccg) 17.55/7.07 new_esEs5(Nothing, Nothing, dah) -> True 17.55/7.07 new_lt20(vwx300, vwx400, app(ty_Maybe, hh)) -> new_lt12(vwx300, vwx400, hh) 17.55/7.07 new_esEs13(vwx281, vwx291, ty_@0) -> new_esEs11(vwx281, vwx291) 17.55/7.07 new_primEqInt(Neg(Succ(vwx2800)), Neg(Succ(vwx2900))) -> new_primEqNat0(vwx2800, vwx2900) 17.55/7.07 new_ltEs18(vwx302, vwx402, ty_Double) -> new_ltEs11(vwx302, vwx402) 17.55/7.07 new_esEs5(Nothing, Just(vwx290), dah) -> False 17.55/7.07 new_esEs5(Just(vwx280), Nothing, dah) -> False 17.55/7.07 new_primCmpInt(Neg(Zero), Pos(Succ(vwx4000))) -> LT 17.55/7.07 new_esEs12(vwx280, vwx290, app(ty_Ratio, beg)) -> new_esEs15(vwx280, vwx290, beg) 17.55/7.07 new_ltEs4(Just(vwx300), Just(vwx400), app(ty_Ratio, bhb)) -> new_ltEs13(vwx300, vwx400, bhb) 17.55/7.07 new_compare17(vwx300, vwx400, False) -> GT 17.55/7.07 new_lt9(vwx301, vwx401, app(ty_[], cg)) -> new_lt7(vwx301, vwx401, cg) 17.55/7.07 new_primMulInt(Pos(vwx3000), Pos(vwx4010)) -> Pos(new_primMulNat0(vwx3000, vwx4010)) 17.55/7.07 new_ltEs15(Left(vwx300), Right(vwx400), bda, bcb) -> True 17.55/7.07 new_esEs7(Left(vwx280), Left(vwx290), app(app(ty_Either, bhd), bhe), bhc) -> new_esEs7(vwx280, vwx290, bhd, bhe) 17.55/7.07 new_esEs5(Just(vwx280), Just(vwx290), ty_Bool) -> new_esEs8(vwx280, vwx290) 17.55/7.07 new_ltEs4(Just(vwx300), Just(vwx400), ty_Bool) -> new_ltEs17(vwx300, vwx400) 17.55/7.07 new_esEs8(False, False) -> True 17.55/7.07 new_lt14(vwx300, vwx400) -> new_esEs10(new_compare14(vwx300, vwx400)) 17.55/7.07 new_esEs25(vwx281, vwx291, ty_Int) -> new_esEs20(vwx281, vwx291) 17.55/7.07 new_primCompAux1(vwx300, vwx400, vwx55, eg) -> new_primCompAux0(vwx55, new_compare30(vwx300, vwx400, eg)) 17.55/7.07 new_esEs26(vwx282, vwx292, app(app(ty_@2, chf), chg)) -> new_esEs6(vwx282, vwx292, chf, chg) 17.55/7.07 new_lt8(vwx300, vwx400, ty_Int) -> new_lt6(vwx300, vwx400) 17.55/7.07 new_ltEs15(Left(vwx300), Left(vwx400), app(ty_[], bcc), bcb) -> new_ltEs5(vwx300, vwx400, bcc) 17.55/7.07 new_ltEs15(Left(vwx300), Left(vwx400), ty_Bool, bcb) -> new_ltEs17(vwx300, vwx400) 17.55/7.07 new_pePe(False, vwx28, vwx29, vwx45, dag) -> new_asAs(new_esEs27(vwx28, vwx29, dag), vwx45) 17.55/7.07 new_esEs12(vwx280, vwx290, app(app(ty_@2, bfa), bfb)) -> new_esEs6(vwx280, vwx290, bfa, bfb) 17.55/7.07 new_esEs7(Left(vwx280), Left(vwx290), ty_Char, bhc) -> new_esEs9(vwx280, vwx290) 17.55/7.07 new_primMulNat0(Succ(vwx30000), Zero) -> Zero 17.55/7.07 new_primMulNat0(Zero, Succ(vwx40100)) -> Zero 17.55/7.07 new_primPlusNat0(Zero, vwx40100) -> Succ(vwx40100) 17.55/7.07 new_esEs25(vwx281, vwx291, app(app(ty_Either, cfh), cga)) -> new_esEs7(vwx281, vwx291, cfh, cga) 17.55/7.07 new_ltEs18(vwx302, vwx402, app(app(ty_Either, ee), ef)) -> new_ltEs15(vwx302, vwx402, ee, ef) 17.55/7.07 new_esEs23(vwx280, vwx290, app(ty_Maybe, cda)) -> new_esEs5(vwx280, vwx290, cda) 17.55/7.07 new_esEs22(vwx281, vwx291, ty_Int) -> new_esEs20(vwx281, vwx291) 17.55/7.07 new_esEs9(Char(vwx280), Char(vwx290)) -> new_primEqNat0(vwx280, vwx290) 17.55/7.07 new_ltEs15(Left(vwx300), Left(vwx400), ty_@0, bcb) -> new_ltEs9(vwx300, vwx400) 17.55/7.07 new_esEs19(EQ, EQ) -> True 17.55/7.07 new_ltEs12(@2(vwx300, vwx301), @2(vwx400, vwx401), bae, hf) -> new_pePe(new_lt20(vwx300, vwx400, bae), vwx300, vwx400, new_ltEs19(vwx301, vwx401, hf), bae) 17.55/7.07 new_compare27(vwx300, vwx400, True, h, ba, bb) -> EQ 17.55/7.07 new_ltEs19(vwx301, vwx401, ty_Integer) -> new_ltEs14(vwx301, vwx401) 17.55/7.07 new_ltEs18(vwx302, vwx402, ty_Integer) -> new_ltEs14(vwx302, vwx402) 17.55/7.07 new_ltEs5(vwx30, vwx40, eg) -> new_not0(new_compare1(vwx30, vwx40, eg)) 17.55/7.07 new_lt8(vwx300, vwx400, ty_@0) -> new_lt13(vwx300, vwx400) 17.55/7.07 new_compare1([], [], eg) -> EQ 17.55/7.07 new_esEs23(vwx280, vwx290, ty_Int) -> new_esEs20(vwx280, vwx290) 17.55/7.07 new_compare111(vwx300, vwx400, True) -> LT 17.55/7.07 new_esEs27(vwx28, vwx29, ty_@0) -> new_esEs11(vwx28, vwx29) 17.55/7.07 new_esEs13(vwx281, vwx291, ty_Char) -> new_esEs9(vwx281, vwx291) 17.55/7.07 new_esEs24(vwx280, vwx290, ty_Bool) -> new_esEs8(vwx280, vwx290) 17.55/7.07 new_ltEs18(vwx302, vwx402, ty_Char) -> new_ltEs8(vwx302, vwx402) 17.55/7.07 new_primPlusNat1(Succ(vwx7300), Zero) -> Succ(vwx7300) 17.55/7.07 new_primPlusNat1(Zero, Succ(vwx401000)) -> Succ(vwx401000) 17.55/7.07 new_ltEs15(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bbg), bbh), bca), bcb) -> new_ltEs6(vwx300, vwx400, bbg, bbh, bca) 17.55/7.07 new_lt9(vwx301, vwx401, ty_@0) -> new_lt13(vwx301, vwx401) 17.55/7.07 new_esEs23(vwx280, vwx290, app(ty_Ratio, cch)) -> new_esEs15(vwx280, vwx290, cch) 17.55/7.07 new_lt20(vwx300, vwx400, ty_Float) -> new_lt18(vwx300, vwx400) 17.55/7.07 new_lt9(vwx301, vwx401, ty_Integer) -> new_lt4(vwx301, vwx401) 17.55/7.07 new_ltEs7(vwx30, vwx40) -> new_not0(new_compare12(vwx30, vwx40)) 17.55/7.07 new_esEs13(vwx281, vwx291, app(app(ty_Either, bfg), bfh)) -> new_esEs7(vwx281, vwx291, bfg, bfh) 17.55/7.07 new_esEs24(vwx280, vwx290, ty_Int) -> new_esEs20(vwx280, vwx290) 17.55/7.07 new_esEs13(vwx281, vwx291, app(app(ty_@2, bgc), bgd)) -> new_esEs6(vwx281, vwx291, bgc, bgd) 17.55/7.07 new_esEs7(Left(vwx280), Left(vwx290), ty_@0, bhc) -> new_esEs11(vwx280, vwx290) 17.55/7.07 new_compare9(Double(vwx300, Pos(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_compare12(new_sr(vwx300, Pos(vwx4010)), new_sr(Neg(vwx3010), vwx400)) 17.55/7.07 new_compare9(Double(vwx300, Neg(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_compare12(new_sr(vwx300, Neg(vwx4010)), new_sr(Pos(vwx3010), vwx400)) 17.55/7.07 new_compare19(vwx300, vwx400, False, ca, cb) -> GT 17.55/7.07 new_esEs23(vwx280, vwx290, ty_Bool) -> new_esEs8(vwx280, vwx290) 17.55/7.07 new_esEs10(EQ) -> False 17.55/7.07 new_primMulInt(Neg(vwx3000), Neg(vwx4010)) -> Pos(new_primMulNat0(vwx3000, vwx4010)) 17.55/7.07 new_primCmpInt(Pos(Zero), Pos(Succ(vwx4000))) -> new_primCmpNat0(Zero, Succ(vwx4000)) 17.55/7.07 new_compare16(Float(vwx300, Pos(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_compare12(new_sr(vwx300, Pos(vwx4010)), new_sr(Pos(vwx3010), vwx400)) 17.55/7.07 new_compare29(:%(vwx300, vwx301), :%(vwx400, vwx401), ty_Integer) -> new_compare7(new_sr0(vwx300, vwx401), new_sr0(vwx400, vwx301)) 17.55/7.07 new_esEs5(Just(vwx280), Just(vwx290), app(ty_Ratio, dbc)) -> new_esEs15(vwx280, vwx290, dbc) 17.55/7.07 new_compare25(vwx300, vwx400, True, bf) -> EQ 17.55/7.07 new_esEs25(vwx281, vwx291, app(app(ty_@2, cgd), cge)) -> new_esEs6(vwx281, vwx291, cgd, cge) 17.55/7.07 new_esEs12(vwx280, vwx290, app(app(ty_Either, bee), bef)) -> new_esEs7(vwx280, vwx290, bee, bef) 17.55/7.07 new_lt20(vwx300, vwx400, app(ty_Ratio, cea)) -> new_lt17(vwx300, vwx400, cea) 17.55/7.07 new_esEs26(vwx282, vwx292, ty_@0) -> new_esEs11(vwx282, vwx292) 17.55/7.07 new_lt18(vwx300, vwx400) -> new_esEs10(new_compare16(vwx300, vwx400)) 17.55/7.07 new_esEs24(vwx280, vwx290, app(app(ty_Either, cef), ceg)) -> new_esEs7(vwx280, vwx290, cef, ceg) 17.55/7.07 new_esEs5(Just(vwx280), Just(vwx290), app(ty_Maybe, dbd)) -> new_esEs5(vwx280, vwx290, dbd) 17.55/7.07 new_esEs12(vwx280, vwx290, ty_Bool) -> new_esEs8(vwx280, vwx290) 17.55/7.07 new_esEs25(vwx281, vwx291, ty_Integer) -> new_esEs16(vwx281, vwx291) 17.55/7.07 new_compare11(vwx300, vwx400, False, bf) -> GT 17.55/7.07 new_lt20(vwx300, vwx400, app(app(app(ty_@3, hc), hd), he)) -> new_lt10(vwx300, vwx400, hc, hd, he) 17.55/7.07 new_ltEs18(vwx302, vwx402, ty_Ordering) -> new_ltEs10(vwx302, vwx402) 17.55/7.07 new_esEs26(vwx282, vwx292, app(app(app(ty_@3, daa), dab), dac)) -> new_esEs4(vwx282, vwx292, daa, dab, dac) 17.55/7.07 new_primMulInt(Pos(vwx3000), Neg(vwx4010)) -> Neg(new_primMulNat0(vwx3000, vwx4010)) 17.55/7.07 new_primMulInt(Neg(vwx3000), Pos(vwx4010)) -> Neg(new_primMulNat0(vwx3000, vwx4010)) 17.55/7.07 new_compare32(vwx300, vwx400, bf) -> new_compare25(vwx300, vwx400, new_esEs5(vwx300, vwx400, bf), bf) 17.55/7.07 new_esEs26(vwx282, vwx292, app(app(ty_Either, chb), chc)) -> new_esEs7(vwx282, vwx292, chb, chc) 17.55/7.07 new_lt5(vwx300, vwx400, ca, cb) -> new_esEs10(new_compare13(vwx300, vwx400, ca, cb)) 17.55/7.07 new_esEs26(vwx282, vwx292, ty_Double) -> new_esEs17(vwx282, vwx292) 17.55/7.07 new_esEs23(vwx280, vwx290, app(app(ty_@2, cdb), cdc)) -> new_esEs6(vwx280, vwx290, cdb, cdc) 17.55/7.07 new_esEs25(vwx281, vwx291, ty_Char) -> new_esEs9(vwx281, vwx291) 17.55/7.07 new_esEs26(vwx282, vwx292, app(ty_Ratio, chd)) -> new_esEs15(vwx282, vwx292, chd) 17.55/7.07 new_compare25(vwx300, vwx400, False, bf) -> new_compare11(vwx300, vwx400, new_ltEs4(vwx300, vwx400, bf), bf) 17.55/7.07 new_esEs13(vwx281, vwx291, ty_Bool) -> new_esEs8(vwx281, vwx291) 17.55/7.07 new_esEs7(Left(vwx280), Left(vwx290), app(app(app(ty_@3, cac), cad), cae), bhc) -> new_esEs4(vwx280, vwx290, cac, cad, cae) 17.55/7.07 new_ltEs19(vwx301, vwx401, ty_@0) -> new_ltEs9(vwx301, vwx401) 17.55/7.07 new_esEs7(Left(vwx280), Left(vwx290), app(app(ty_@2, bhh), caa), bhc) -> new_esEs6(vwx280, vwx290, bhh, caa) 17.55/7.07 new_lt20(vwx300, vwx400, ty_Bool) -> new_lt19(vwx300, vwx400) 17.55/7.07 new_sr0(Integer(vwx3000), Integer(vwx4010)) -> Integer(new_primMulInt(vwx3000, vwx4010)) 17.55/7.07 new_esEs7(Right(vwx280), Right(vwx290), caf, app(ty_Maybe, cbb)) -> new_esEs5(vwx280, vwx290, cbb) 17.55/7.07 new_esEs26(vwx282, vwx292, app(ty_[], chh)) -> new_esEs18(vwx282, vwx292, chh) 17.55/7.07 new_compare30(vwx300, vwx400, ty_Float) -> new_compare16(vwx300, vwx400) 17.55/7.07 new_lt10(vwx300, vwx400, h, ba, bb) -> new_esEs10(new_compare15(vwx300, vwx400, h, ba, bb)) 17.55/7.07 new_ltEs19(vwx301, vwx401, ty_Bool) -> new_ltEs17(vwx301, vwx401) 17.55/7.07 new_esEs24(vwx280, vwx290, ty_Ordering) -> new_esEs19(vwx280, vwx290) 17.55/7.07 new_esEs12(vwx280, vwx290, ty_Float) -> new_esEs14(vwx280, vwx290) 17.55/7.07 new_lt20(vwx300, vwx400, app(ty_[], hg)) -> new_lt7(vwx300, vwx400, hg) 17.55/7.07 new_esEs5(Just(vwx280), Just(vwx290), app(app(ty_Either, dba), dbb)) -> new_esEs7(vwx280, vwx290, dba, dbb) 17.55/7.07 new_not0(GT) -> False 17.55/7.07 new_lt9(vwx301, vwx401, app(ty_Ratio, ccb)) -> new_lt17(vwx301, vwx401, ccb) 17.55/7.07 new_esEs5(Just(vwx280), Just(vwx290), ty_Double) -> new_esEs17(vwx280, vwx290) 17.55/7.07 new_asAs(True, vwx54) -> vwx54 17.55/7.07 new_compare10(vwx300, vwx400, False, bg, bh) -> GT 17.55/7.07 new_ltEs15(Left(vwx300), Left(vwx400), ty_Double, bcb) -> new_ltEs11(vwx300, vwx400) 17.55/7.07 new_ltEs15(Right(vwx300), Right(vwx400), bda, ty_@0) -> new_ltEs9(vwx300, vwx400) 17.55/7.07 new_compare15(vwx300, vwx400, h, ba, bb) -> new_compare27(vwx300, vwx400, new_esEs4(vwx300, vwx400, h, ba, bb), h, ba, bb) 17.55/7.07 new_ltEs10(LT, LT) -> True 17.55/7.07 new_compare31(Char(vwx300), Char(vwx400)) -> new_primCmpNat0(vwx300, vwx400) 17.55/7.07 new_esEs5(Just(vwx280), Just(vwx290), app(app(app(ty_@3, dbh), dca), dcb)) -> new_esEs4(vwx280, vwx290, dbh, dca, dcb) 17.55/7.07 new_ltEs4(Nothing, Just(vwx400), bha) -> True 17.55/7.07 new_esEs19(LT, LT) -> True 17.55/7.07 new_ltEs18(vwx302, vwx402, app(ty_Maybe, eb)) -> new_ltEs4(vwx302, vwx402, eb) 17.55/7.07 new_esEs27(vwx28, vwx29, ty_Float) -> new_esEs14(vwx28, vwx29) 17.55/7.07 new_esEs14(Float(vwx280, vwx281), Float(vwx290, vwx291)) -> new_esEs20(new_sr(vwx280, vwx291), new_sr(vwx281, vwx290)) 17.55/7.07 new_lt9(vwx301, vwx401, app(app(ty_Either, dd), de)) -> new_lt5(vwx301, vwx401, dd, de) 17.55/7.07 new_esEs5(Just(vwx280), Just(vwx290), ty_@0) -> new_esEs11(vwx280, vwx290) 17.55/7.07 new_compare24(vwx300, vwx400, True, bg, bh) -> EQ 17.55/7.07 new_primCmpInt(Pos(Succ(vwx3000)), Pos(vwx400)) -> new_primCmpNat0(Succ(vwx3000), vwx400) 17.55/7.07 new_lt8(vwx300, vwx400, ty_Ordering) -> new_lt14(vwx300, vwx400) 17.55/7.07 new_lt9(vwx301, vwx401, ty_Char) -> new_lt11(vwx301, vwx401) 17.55/7.07 new_esEs7(Left(vwx280), Left(vwx290), app(ty_Maybe, bhg), bhc) -> new_esEs5(vwx280, vwx290, bhg) 17.55/7.07 new_compare30(vwx300, vwx400, app(ty_Ratio, dad)) -> new_compare29(vwx300, vwx400, dad) 17.55/7.07 new_sr(vwx300, vwx401) -> new_primMulInt(vwx300, vwx401) 17.55/7.07 new_lt8(vwx300, vwx400, app(app(app(ty_@3, h), ba), bb)) -> new_lt10(vwx300, vwx400, h, ba, bb) 17.55/7.07 new_esEs27(vwx28, vwx29, app(app(ty_@2, bec), bed)) -> new_esEs6(vwx28, vwx29, bec, bed) 17.55/7.07 new_compare23(vwx300, vwx400, True) -> EQ 17.55/7.07 new_ltEs15(Right(vwx300), Right(vwx400), bda, ty_Bool) -> new_ltEs17(vwx300, vwx400) 17.55/7.07 new_primMulNat0(Zero, Zero) -> Zero 17.55/7.07 new_ltEs15(Left(vwx300), Left(vwx400), ty_Ordering, bcb) -> new_ltEs10(vwx300, vwx400) 17.55/7.07 new_esEs23(vwx280, vwx290, ty_Float) -> new_esEs14(vwx280, vwx290) 17.55/7.07 new_esEs5(Just(vwx280), Just(vwx290), ty_Int) -> new_esEs20(vwx280, vwx290) 17.55/7.07 new_esEs24(vwx280, vwx290, app(ty_Maybe, cfa)) -> new_esEs5(vwx280, vwx290, cfa) 17.55/7.07 new_esEs5(Just(vwx280), Just(vwx290), ty_Float) -> new_esEs14(vwx280, vwx290) 17.55/7.07 new_lt8(vwx300, vwx400, ty_Char) -> new_lt11(vwx300, vwx400) 17.55/7.07 new_compare111(vwx300, vwx400, False) -> GT 17.55/7.07 new_not0(LT) -> new_not 17.55/7.07 new_ltEs19(vwx301, vwx401, ty_Char) -> new_ltEs8(vwx301, vwx401) 17.55/7.07 new_lt20(vwx300, vwx400, ty_Int) -> new_lt6(vwx300, vwx400) 17.55/7.07 new_ltEs19(vwx301, vwx401, app(ty_Ratio, ceb)) -> new_ltEs13(vwx301, vwx401, ceb) 17.55/7.07 new_esEs7(Right(vwx280), Right(vwx290), caf, ty_Ordering) -> new_esEs19(vwx280, vwx290) 17.55/7.07 new_esEs5(Just(vwx280), Just(vwx290), app(ty_[], dbg)) -> new_esEs18(vwx280, vwx290, dbg) 17.55/7.07 new_lt20(vwx300, vwx400, ty_Ordering) -> new_lt14(vwx300, vwx400) 17.55/7.07 new_esEs25(vwx281, vwx291, app(ty_Maybe, cgc)) -> new_esEs5(vwx281, vwx291, cgc) 17.55/7.07 new_ltEs15(Right(vwx300), Right(vwx400), bda, app(app(app(ty_@3, bdb), bdc), bdd)) -> new_ltEs6(vwx300, vwx400, bdb, bdc, bdd) 17.55/7.07 new_primCompAux0(vwx59, EQ) -> vwx59 17.55/7.07 new_ltEs15(Right(vwx300), Right(vwx400), bda, app(ty_Ratio, daf)) -> new_ltEs13(vwx300, vwx400, daf) 17.55/7.07 new_ltEs17(False, False) -> True 17.55/7.07 new_esEs12(vwx280, vwx290, ty_Double) -> new_esEs17(vwx280, vwx290) 17.55/7.07 new_ltEs15(Right(vwx300), Right(vwx400), bda, app(app(ty_@2, bdg), bdh)) -> new_ltEs12(vwx300, vwx400, bdg, bdh) 17.55/7.07 new_lt8(vwx300, vwx400, app(app(ty_Either, ca), cb)) -> new_lt5(vwx300, vwx400, ca, cb) 17.55/7.07 new_esEs21(vwx280, vwx290, ty_Int) -> new_esEs20(vwx280, vwx290) 17.55/7.07 new_primEqInt(Neg(Succ(vwx2800)), Neg(Zero)) -> False 17.55/7.07 new_primEqInt(Neg(Zero), Neg(Succ(vwx2900))) -> False 17.55/7.07 new_primEqInt(Pos(Succ(vwx2800)), Pos(Succ(vwx2900))) -> new_primEqNat0(vwx2800, vwx2900) 17.55/7.07 new_ltEs11(vwx30, vwx40) -> new_not0(new_compare9(vwx30, vwx40)) 17.55/7.07 new_esEs7(Right(vwx280), Right(vwx290), caf, ty_Bool) -> new_esEs8(vwx280, vwx290) 17.55/7.07 new_ltEs10(GT, GT) -> True 17.55/7.07 new_ltEs15(Left(vwx300), Left(vwx400), ty_Int, bcb) -> new_ltEs7(vwx300, vwx400) 17.55/7.07 new_lt8(vwx300, vwx400, ty_Bool) -> new_lt19(vwx300, vwx400) 17.55/7.07 new_compare30(vwx300, vwx400, ty_Bool) -> new_compare6(vwx300, vwx400) 17.55/7.07 new_esEs12(vwx280, vwx290, ty_@0) -> new_esEs11(vwx280, vwx290) 17.55/7.07 new_esEs7(Left(vwx280), Left(vwx290), ty_Int, bhc) -> new_esEs20(vwx280, vwx290) 17.55/7.07 new_not0(EQ) -> new_not 17.55/7.07 new_esEs7(Right(vwx280), Right(vwx290), caf, app(app(ty_Either, cag), cah)) -> new_esEs7(vwx280, vwx290, cag, cah) 17.55/7.07 new_esEs20(vwx28, vwx29) -> new_primEqInt(vwx28, vwx29) 17.55/7.07 new_primEqInt(Pos(Succ(vwx2800)), Neg(vwx290)) -> False 17.55/7.07 new_primEqInt(Neg(Succ(vwx2800)), Pos(vwx290)) -> False 17.55/7.07 new_esEs25(vwx281, vwx291, app(ty_Ratio, cgb)) -> new_esEs15(vwx281, vwx291, cgb) 17.55/7.07 new_ltEs15(Left(vwx300), Left(vwx400), ty_Integer, bcb) -> new_ltEs14(vwx300, vwx400) 17.55/7.07 new_esEs10(LT) -> True 17.55/7.07 new_primCmpInt(Neg(Zero), Neg(Succ(vwx4000))) -> new_primCmpNat0(Succ(vwx4000), Zero) 17.55/7.07 new_ltEs15(Left(vwx300), Left(vwx400), ty_Float, bcb) -> new_ltEs16(vwx300, vwx400) 17.55/7.07 new_compare30(vwx300, vwx400, app(app(app(ty_@3, eh), fa), fb)) -> new_compare15(vwx300, vwx400, eh, fa, fb) 17.55/7.07 new_esEs12(vwx280, vwx290, app(app(app(ty_@3, bfd), bfe), bff)) -> new_esEs4(vwx280, vwx290, bfd, bfe, bff) 17.55/7.07 new_compare24(vwx300, vwx400, False, bg, bh) -> new_compare10(vwx300, vwx400, new_ltEs12(vwx300, vwx400, bg, bh), bg, bh) 17.55/7.07 new_lt8(vwx300, vwx400, app(ty_[], be)) -> new_lt7(vwx300, vwx400, be) 17.55/7.07 new_esEs26(vwx282, vwx292, ty_Int) -> new_esEs20(vwx282, vwx292) 17.55/7.07 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 17.55/7.07 new_esEs21(vwx280, vwx290, ty_Integer) -> new_esEs16(vwx280, vwx290) 17.55/7.07 new_ltEs10(LT, EQ) -> True 17.55/7.07 new_ltEs17(True, False) -> False 17.55/7.07 new_esEs7(Left(vwx280), Left(vwx290), ty_Integer, bhc) -> new_esEs16(vwx280, vwx290) 17.55/7.07 new_ltEs4(Just(vwx300), Just(vwx400), app(app(app(ty_@3, gb), gc), gd)) -> new_ltEs6(vwx300, vwx400, gb, gc, gd) 17.55/7.07 new_lt20(vwx300, vwx400, ty_Integer) -> new_lt4(vwx300, vwx400) 17.55/7.07 new_ltEs17(False, True) -> True 17.55/7.07 new_compare110(vwx300, vwx400, True, h, ba, bb) -> LT 17.55/7.07 new_compare30(vwx300, vwx400, ty_Int) -> new_compare12(vwx300, vwx400) 17.55/7.07 new_compare30(vwx300, vwx400, ty_Integer) -> new_compare7(vwx300, vwx400) 17.55/7.07 new_esEs7(Right(vwx280), Right(vwx290), caf, ty_Char) -> new_esEs9(vwx280, vwx290) 17.55/7.07 new_esEs23(vwx280, vwx290, ty_Ordering) -> new_esEs19(vwx280, vwx290) 17.55/7.07 new_esEs23(vwx280, vwx290, ty_@0) -> new_esEs11(vwx280, vwx290) 17.55/7.07 new_esEs27(vwx28, vwx29, app(app(app(ty_@3, cec), ced), cee)) -> new_esEs4(vwx28, vwx29, cec, ced, cee) 17.55/7.07 new_lt8(vwx300, vwx400, app(ty_Ratio, cca)) -> new_lt17(vwx300, vwx400, cca) 17.55/7.07 new_esEs7(Right(vwx280), Right(vwx290), caf, app(app(app(ty_@3, cbf), cbg), cbh)) -> new_esEs4(vwx280, vwx290, cbf, cbg, cbh) 17.55/7.07 new_esEs26(vwx282, vwx292, ty_Integer) -> new_esEs16(vwx282, vwx292) 17.55/7.07 new_compare27(vwx300, vwx400, False, h, ba, bb) -> new_compare110(vwx300, vwx400, new_ltEs6(vwx300, vwx400, h, ba, bb), h, ba, bb) 17.55/7.07 new_esEs5(Just(vwx280), Just(vwx290), ty_Integer) -> new_esEs16(vwx280, vwx290) 17.55/7.07 new_compare1([], :(vwx400, vwx401), eg) -> LT 17.55/7.07 new_esEs27(vwx28, vwx29, app(app(ty_Either, caf), bhc)) -> new_esEs7(vwx28, vwx29, caf, bhc) 17.55/7.07 new_lt8(vwx300, vwx400, app(app(ty_@2, bg), bh)) -> new_lt16(vwx300, vwx400, bg, bh) 17.55/7.07 new_esEs12(vwx280, vwx290, app(ty_[], bfc)) -> new_esEs18(vwx280, vwx290, bfc) 17.55/7.07 new_lt4(vwx300, vwx400) -> new_esEs10(new_compare7(vwx300, vwx400)) 17.55/7.07 new_esEs16(Integer(vwx280), Integer(vwx290)) -> new_primEqInt(vwx280, vwx290) 17.55/7.07 new_esEs27(vwx28, vwx29, app(ty_Ratio, ccd)) -> new_esEs15(vwx28, vwx29, ccd) 17.55/7.07 new_esEs19(LT, GT) -> False 17.55/7.07 new_esEs19(GT, LT) -> False 17.55/7.07 new_esEs25(vwx281, vwx291, ty_Double) -> new_esEs17(vwx281, vwx291) 17.55/7.07 new_ltEs10(EQ, GT) -> True 17.55/7.07 new_ltEs15(Right(vwx300), Right(vwx400), bda, ty_Float) -> new_ltEs16(vwx300, vwx400) 17.55/7.07 new_ltEs4(Just(vwx300), Just(vwx400), ty_Double) -> new_ltEs11(vwx300, vwx400) 17.55/7.07 new_not -> True 17.55/7.07 new_ltEs18(vwx302, vwx402, app(ty_Ratio, ccc)) -> new_ltEs13(vwx302, vwx402, ccc) 17.55/7.07 new_ltEs4(Just(vwx300), Just(vwx400), app(ty_[], ge)) -> new_ltEs5(vwx300, vwx400, ge) 17.55/7.07 new_ltEs15(Right(vwx300), Right(vwx400), bda, app(ty_[], bde)) -> new_ltEs5(vwx300, vwx400, bde) 17.55/7.07 new_esEs27(vwx28, vwx29, ty_Bool) -> new_esEs8(vwx28, vwx29) 17.55/7.07 new_ltEs18(vwx302, vwx402, app(ty_[], ea)) -> new_ltEs5(vwx302, vwx402, ea) 17.55/7.07 new_ltEs10(EQ, EQ) -> True 17.55/7.07 new_ltEs6(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, bc, bd) -> new_pePe(new_lt8(vwx300, vwx400, cc), vwx300, vwx400, new_pePe(new_lt9(vwx301, vwx401, bc), vwx301, vwx401, new_ltEs18(vwx302, vwx402, bd), bc), cc) 17.55/7.07 new_primPlusNat0(Succ(vwx730), vwx40100) -> Succ(Succ(new_primPlusNat1(vwx730, vwx40100))) 17.55/7.07 new_esEs27(vwx28, vwx29, ty_Int) -> new_esEs20(vwx28, vwx29) 17.55/7.07 new_esEs26(vwx282, vwx292, app(ty_Maybe, che)) -> new_esEs5(vwx282, vwx292, che) 17.55/7.07 new_ltEs19(vwx301, vwx401, ty_Int) -> new_ltEs7(vwx301, vwx401) 17.55/7.07 new_esEs22(vwx281, vwx291, ty_Integer) -> new_esEs16(vwx281, vwx291) 17.55/7.07 new_esEs25(vwx281, vwx291, app(ty_[], cgf)) -> new_esEs18(vwx281, vwx291, cgf) 17.55/7.07 new_ltEs15(Left(vwx300), Left(vwx400), app(ty_Ratio, dae), bcb) -> new_ltEs13(vwx300, vwx400, dae) 17.55/7.07 new_esEs8(True, True) -> True 17.55/7.07 new_compare30(vwx300, vwx400, ty_Char) -> new_compare31(vwx300, vwx400) 17.55/7.07 new_ltEs15(Left(vwx300), Left(vwx400), ty_Char, bcb) -> new_ltEs8(vwx300, vwx400) 17.55/7.07 new_lt19(vwx300, vwx400) -> new_esEs10(new_compare6(vwx300, vwx400)) 17.55/7.07 new_ltEs9(vwx30, vwx40) -> new_not0(new_compare18(vwx30, vwx40)) 17.55/7.07 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 17.55/7.07 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 17.55/7.07 new_esEs25(vwx281, vwx291, app(app(app(ty_@3, cgg), cgh), cha)) -> new_esEs4(vwx281, vwx291, cgg, cgh, cha) 17.55/7.07 new_esEs13(vwx281, vwx291, ty_Float) -> new_esEs14(vwx281, vwx291) 17.55/7.07 new_primPlusNat1(Zero, Zero) -> Zero 17.55/7.07 new_lt20(vwx300, vwx400, app(app(ty_@2, baa), bab)) -> new_lt16(vwx300, vwx400, baa, bab) 17.55/7.07 new_ltEs13(vwx30, vwx40, cdh) -> new_not0(new_compare29(vwx30, vwx40, cdh)) 17.55/7.07 new_esEs7(Right(vwx280), Right(vwx290), caf, app(ty_[], cbe)) -> new_esEs18(vwx280, vwx290, cbe) 17.55/7.07 new_lt8(vwx300, vwx400, ty_Float) -> new_lt18(vwx300, vwx400) 17.55/7.07 new_esEs18(:(vwx280, vwx281), [], cce) -> False 17.55/7.07 new_esEs18([], :(vwx290, vwx291), cce) -> False 17.55/7.07 new_esEs27(vwx28, vwx29, ty_Double) -> new_esEs17(vwx28, vwx29) 17.55/7.07 new_compare30(vwx300, vwx400, app(app(ty_@2, ff), fg)) -> new_compare8(vwx300, vwx400, ff, fg) 17.55/7.07 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 17.55/7.07 new_primMulNat0(Succ(vwx30000), Succ(vwx40100)) -> new_primPlusNat0(new_primMulNat0(vwx30000, Succ(vwx40100)), vwx40100) 17.55/7.07 new_esEs7(Right(vwx280), Right(vwx290), caf, ty_@0) -> new_esEs11(vwx280, vwx290) 17.55/7.07 new_esEs19(EQ, GT) -> False 17.55/7.07 new_esEs19(GT, EQ) -> False 17.55/7.07 new_primCmpNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat0(vwx3000, vwx4000) 17.55/7.07 new_esEs23(vwx280, vwx290, app(ty_[], cdd)) -> new_esEs18(vwx280, vwx290, cdd) 17.55/7.07 new_esEs19(GT, GT) -> True 17.55/7.07 new_compare12(vwx30, vwx40) -> new_primCmpInt(vwx30, vwx40) 17.55/7.07 new_ltEs19(vwx301, vwx401, ty_Float) -> new_ltEs16(vwx301, vwx401) 17.55/7.07 new_compare16(Float(vwx300, Pos(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_compare12(new_sr(vwx300, Pos(vwx4010)), new_sr(Neg(vwx3010), vwx400)) 17.55/7.07 new_compare16(Float(vwx300, Neg(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_compare12(new_sr(vwx300, Neg(vwx4010)), new_sr(Pos(vwx3010), vwx400)) 17.55/7.07 new_esEs25(vwx281, vwx291, ty_Float) -> new_esEs14(vwx281, vwx291) 17.55/7.07 new_esEs11(@0, @0) -> True 17.55/7.07 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 17.55/7.07 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 17.55/7.07 new_esEs13(vwx281, vwx291, ty_Integer) -> new_esEs16(vwx281, vwx291) 17.55/7.07 new_lt9(vwx301, vwx401, app(app(app(ty_@3, cd), ce), cf)) -> new_lt10(vwx301, vwx401, cd, ce, cf) 17.55/7.07 new_ltEs19(vwx301, vwx401, app(ty_Maybe, bbb)) -> new_ltEs4(vwx301, vwx401, bbb) 17.55/7.07 new_lt12(vwx300, vwx400, bf) -> new_esEs10(new_compare32(vwx300, vwx400, bf)) 17.55/7.07 new_primEqNat0(Zero, Zero) -> True 17.55/7.07 new_ltEs18(vwx302, vwx402, ty_Float) -> new_ltEs16(vwx302, vwx402) 17.55/7.07 new_lt17(vwx300, vwx400, cca) -> new_esEs10(new_compare29(vwx300, vwx400, cca)) 17.55/7.07 new_esEs13(vwx281, vwx291, app(ty_[], bge)) -> new_esEs18(vwx281, vwx291, bge) 17.55/7.07 new_lt20(vwx300, vwx400, app(app(ty_Either, bac), bad)) -> new_lt5(vwx300, vwx400, bac, bad) 17.55/7.07 new_esEs7(Left(vwx280), Left(vwx290), ty_Double, bhc) -> new_esEs17(vwx280, vwx290) 17.55/7.07 new_ltEs17(True, True) -> True 17.55/7.07 new_ltEs10(LT, GT) -> True 17.55/7.07 new_esEs26(vwx282, vwx292, ty_Float) -> new_esEs14(vwx282, vwx292) 17.55/7.07 new_esEs25(vwx281, vwx291, ty_Ordering) -> new_esEs19(vwx281, vwx291) 17.55/7.07 new_asAs(False, vwx54) -> False 17.55/7.07 new_esEs7(Left(vwx280), Left(vwx290), ty_Float, bhc) -> new_esEs14(vwx280, vwx290) 17.55/7.07 new_pePe(True, vwx28, vwx29, vwx45, dag) -> True 17.55/7.07 new_esEs13(vwx281, vwx291, ty_Ordering) -> new_esEs19(vwx281, vwx291) 17.55/7.07 new_esEs24(vwx280, vwx290, ty_Integer) -> new_esEs16(vwx280, vwx290) 17.55/7.07 new_esEs27(vwx28, vwx29, app(ty_Maybe, dah)) -> new_esEs5(vwx28, vwx29, dah) 17.55/7.07 new_compare28(vwx300, vwx400, True, ca, cb) -> EQ 17.55/7.07 new_esEs12(vwx280, vwx290, ty_Integer) -> new_esEs16(vwx280, vwx290) 17.55/7.07 new_compare9(Double(vwx300, Pos(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_compare12(new_sr(vwx300, Pos(vwx4010)), new_sr(Pos(vwx3010), vwx400)) 17.55/7.07 new_ltEs19(vwx301, vwx401, ty_Ordering) -> new_ltEs10(vwx301, vwx401) 17.55/7.07 new_lt20(vwx300, vwx400, ty_Double) -> new_lt15(vwx300, vwx400) 17.55/7.07 new_esEs7(Left(vwx280), Right(vwx290), caf, bhc) -> False 17.55/7.07 new_esEs7(Right(vwx280), Left(vwx290), caf, bhc) -> False 17.55/7.07 new_compare18(@0, @0) -> EQ 17.55/7.07 new_compare28(vwx300, vwx400, False, ca, cb) -> new_compare19(vwx300, vwx400, new_ltEs15(vwx300, vwx400, ca, cb), ca, cb) 17.55/7.08 new_ltEs18(vwx302, vwx402, ty_Int) -> new_ltEs7(vwx302, vwx402) 17.55/7.08 new_esEs24(vwx280, vwx290, app(ty_[], cfd)) -> new_esEs18(vwx280, vwx290, cfd) 17.55/7.08 17.55/7.08 The set Q consists of the following terms: 17.55/7.08 17.55/7.08 new_esEs14(Float(x0, x1), Float(x2, x3)) 17.55/7.08 new_esEs25(x0, x1, ty_Ordering) 17.55/7.08 new_esEs5(Just(x0), Just(x1), ty_Int) 17.55/7.08 new_not 17.55/7.08 new_compare8(x0, x1, x2, x3) 17.55/7.08 new_asAs(False, x0) 17.55/7.08 new_esEs7(Left(x0), Left(x1), ty_Char, x2) 17.55/7.08 new_esEs13(x0, x1, app(ty_Ratio, x2)) 17.55/7.08 new_ltEs4(Just(x0), Just(x1), ty_Bool) 17.55/7.08 new_ltEs15(Left(x0), Left(x1), ty_Ordering, x2) 17.55/7.08 new_lt8(x0, x1, ty_Integer) 17.55/7.08 new_lt13(x0, x1) 17.55/7.08 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 17.55/7.08 new_primPlusNat1(Zero, Zero) 17.55/7.08 new_esEs19(EQ, GT) 17.55/7.08 new_esEs19(GT, EQ) 17.55/7.08 new_ltEs18(x0, x1, ty_Float) 17.55/7.08 new_ltEs15(Left(x0), Left(x1), ty_Int, x2) 17.55/7.08 new_compare30(x0, x1, ty_Double) 17.55/7.08 new_esEs25(x0, x1, ty_Double) 17.55/7.08 new_lt20(x0, x1, ty_Float) 17.55/7.08 new_ltEs15(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 17.55/7.08 new_ltEs15(Right(x0), Right(x1), x2, ty_Float) 17.55/7.08 new_ltEs10(LT, LT) 17.55/7.08 new_esEs26(x0, x1, ty_Char) 17.55/7.08 new_esEs24(x0, x1, app(app(ty_@2, x2), x3)) 17.55/7.08 new_esEs5(Just(x0), Just(x1), ty_Ordering) 17.55/7.08 new_ltEs4(Just(x0), Just(x1), ty_@0) 17.55/7.08 new_lt15(x0, x1) 17.55/7.08 new_lt9(x0, x1, app(ty_Maybe, x2)) 17.55/7.08 new_lt17(x0, x1, x2) 17.55/7.08 new_lt8(x0, x1, ty_@0) 17.55/7.08 new_esEs7(Right(x0), Right(x1), x2, ty_Float) 17.55/7.08 new_compare30(x0, x1, ty_Ordering) 17.55/7.08 new_ltEs19(x0, x1, ty_Float) 17.55/7.08 new_primEqInt(Pos(Zero), Pos(Zero)) 17.55/7.08 new_esEs24(x0, x1, ty_Ordering) 17.55/7.08 new_esEs24(x0, x1, ty_Double) 17.55/7.08 new_compare24(x0, x1, True, x2, x3) 17.55/7.08 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 17.55/7.08 new_esEs13(x0, x1, ty_Double) 17.55/7.08 new_lt9(x0, x1, ty_Integer) 17.55/7.08 new_esEs13(x0, x1, app(ty_Maybe, x2)) 17.55/7.08 new_esEs26(x0, x1, ty_Int) 17.55/7.08 new_esEs7(Left(x0), Left(x1), ty_@0, x2) 17.55/7.08 new_compare30(x0, x1, app(ty_Maybe, x2)) 17.55/7.08 new_ltEs15(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 17.55/7.08 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 17.55/7.08 new_esEs23(x0, x1, app(ty_[], x2)) 17.55/7.08 new_esEs5(Just(x0), Just(x1), ty_Char) 17.55/7.08 new_esEs7(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 17.55/7.08 new_esEs15(:%(x0, x1), :%(x2, x3), x4) 17.55/7.08 new_compare30(x0, x1, ty_Int) 17.55/7.08 new_esEs26(x0, x1, ty_Ordering) 17.55/7.08 new_primEqInt(Neg(Zero), Neg(Zero)) 17.55/7.08 new_ltEs4(Just(x0), Just(x1), ty_Char) 17.55/7.08 new_esEs7(Left(x0), Left(x1), ty_Int, x2) 17.55/7.08 new_ltEs11(x0, x1) 17.55/7.08 new_esEs25(x0, x1, ty_Int) 17.55/7.08 new_esEs5(Just(x0), Just(x1), ty_Double) 17.55/7.08 new_esEs24(x0, x1, ty_Int) 17.55/7.08 new_lt19(x0, x1) 17.55/7.08 new_compare14(x0, x1) 17.55/7.08 new_ltEs7(x0, x1) 17.55/7.08 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.55/7.08 new_lt9(x0, x1, app(app(ty_Either, x2), x3)) 17.55/7.08 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 17.55/7.08 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 17.55/7.08 new_ltEs9(x0, x1) 17.55/7.08 new_esEs13(x0, x1, ty_Ordering) 17.55/7.08 new_esEs27(x0, x1, app(ty_[], x2)) 17.55/7.08 new_ltEs4(Just(x0), Just(x1), ty_Integer) 17.55/7.08 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.55/7.08 new_lt8(x0, x1, app(ty_Maybe, x2)) 17.55/7.08 new_lt9(x0, x1, ty_Float) 17.55/7.08 new_esEs21(x0, x1, ty_Integer) 17.55/7.08 new_ltEs10(GT, EQ) 17.55/7.08 new_ltEs10(EQ, GT) 17.55/7.08 new_compare30(x0, x1, ty_Char) 17.55/7.08 new_ltEs17(True, True) 17.55/7.08 new_esEs8(False, True) 17.55/7.08 new_esEs8(True, False) 17.55/7.08 new_esEs26(x0, x1, ty_Double) 17.55/7.08 new_esEs8(True, True) 17.55/7.08 new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) 17.55/7.08 new_lt20(x0, x1, ty_Integer) 17.55/7.08 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.55/7.08 new_esEs27(x0, x1, ty_Char) 17.55/7.08 new_esEs5(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 17.55/7.08 new_primEqInt(Pos(Zero), Neg(Zero)) 17.55/7.08 new_primEqInt(Neg(Zero), Pos(Zero)) 17.55/7.08 new_primMulInt(Pos(x0), Pos(x1)) 17.55/7.08 new_esEs12(x0, x1, app(app(ty_@2, x2), x3)) 17.55/7.08 new_lt11(x0, x1) 17.55/7.08 new_esEs10(LT) 17.55/7.08 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 17.55/7.08 new_esEs5(Just(x0), Just(x1), app(ty_Ratio, x2)) 17.55/7.08 new_lt8(x0, x1, ty_Bool) 17.55/7.08 new_ltEs15(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 17.55/7.08 new_esEs27(x0, x1, ty_Double) 17.55/7.08 new_compare110(x0, x1, True, x2, x3, x4) 17.55/7.08 new_ltEs19(x0, x1, app(ty_[], x2)) 17.55/7.08 new_esEs26(x0, x1, ty_Bool) 17.55/7.08 new_esEs23(x0, x1, ty_Float) 17.55/7.08 new_compare19(x0, x1, True, x2, x3) 17.55/7.08 new_ltEs15(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 17.55/7.08 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 17.55/7.08 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 17.55/7.08 new_lt20(x0, x1, app(ty_Ratio, x2)) 17.55/7.08 new_ltEs4(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 17.55/7.08 new_ltEs13(x0, x1, x2) 17.55/7.08 new_esEs7(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 17.55/7.08 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 17.55/7.08 new_esEs27(x0, x1, ty_Int) 17.55/7.08 new_ltEs4(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 17.55/7.08 new_ltEs18(x0, x1, app(ty_Ratio, x2)) 17.55/7.08 new_primPlusNat1(Succ(x0), Succ(x1)) 17.55/7.08 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 17.55/7.08 new_esEs5(Just(x0), Just(x1), ty_Integer) 17.55/7.08 new_ltEs15(Right(x0), Left(x1), x2, x3) 17.55/7.08 new_ltEs15(Left(x0), Right(x1), x2, x3) 17.55/7.08 new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.55/7.08 new_esEs20(x0, x1) 17.55/7.08 new_esEs6(@2(x0, x1), @2(x2, x3), x4, x5) 17.55/7.08 new_esEs12(x0, x1, ty_Int) 17.55/7.08 new_esEs12(x0, x1, app(app(ty_Either, x2), x3)) 17.55/7.08 new_esEs7(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 17.55/7.08 new_esEs23(x0, x1, ty_@0) 17.55/7.08 new_compare29(:%(x0, x1), :%(x2, x3), ty_Int) 17.55/7.08 new_primCmpNat0(Zero, Succ(x0)) 17.55/7.08 new_primCompAux0(x0, LT) 17.55/7.08 new_esEs26(x0, x1, ty_Integer) 17.55/7.08 new_esEs24(x0, x1, app(app(ty_Either, x2), x3)) 17.55/7.08 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 17.55/7.08 new_ltEs10(EQ, LT) 17.55/7.08 new_ltEs4(Just(x0), Just(x1), app(ty_Ratio, x2)) 17.55/7.08 new_ltEs10(GT, GT) 17.55/7.08 new_ltEs10(LT, EQ) 17.55/7.08 new_esEs22(x0, x1, ty_Integer) 17.55/7.08 new_compare19(x0, x1, False, x2, x3) 17.55/7.08 new_ltEs18(x0, x1, ty_Bool) 17.55/7.08 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 17.55/7.08 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 17.55/7.08 new_ltEs15(Right(x0), Right(x1), x2, ty_@0) 17.55/7.08 new_compare17(x0, x1, True) 17.55/7.08 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 17.55/7.08 new_primCompAux1(x0, x1, x2, x3) 17.55/7.08 new_ltEs18(x0, x1, ty_Integer) 17.55/7.08 new_esEs5(Nothing, Just(x0), x1) 17.55/7.08 new_esEs5(Just(x0), Nothing, x1) 17.55/7.08 new_lt8(x0, x1, ty_Char) 17.55/7.08 new_esEs12(x0, x1, ty_Ordering) 17.55/7.08 new_esEs25(x0, x1, app(ty_Ratio, x2)) 17.55/7.08 new_lt20(x0, x1, app(ty_[], x2)) 17.55/7.08 new_esEs18([], [], x0) 17.55/7.08 new_esEs13(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.55/7.08 new_esEs7(Right(x0), Right(x1), x2, ty_@0) 17.55/7.08 new_esEs13(x0, x1, ty_Char) 17.55/7.08 new_compare30(x0, x1, app(app(ty_@2, x2), x3)) 17.55/7.08 new_lt8(x0, x1, ty_Float) 17.55/7.08 new_ltEs4(Nothing, Just(x0), x1) 17.55/7.08 new_esEs11(@0, @0) 17.55/7.08 new_compare1(:(x0, x1), [], x2) 17.55/7.08 new_esEs24(x0, x1, ty_Char) 17.55/7.08 new_primPlusNat0(Zero, x0) 17.55/7.08 new_compare25(x0, x1, True, x2) 17.55/7.08 new_esEs13(x0, x1, app(app(ty_@2, x2), x3)) 17.55/7.08 new_compare23(x0, x1, False) 17.55/7.08 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 17.55/7.08 new_esEs13(x0, x1, ty_Int) 17.55/7.08 new_compare30(x0, x1, ty_@0) 17.55/7.08 new_esEs25(x0, x1, app(app(ty_Either, x2), x3)) 17.55/7.08 new_ltEs19(x0, x1, ty_@0) 17.55/7.08 new_esEs25(x0, x1, ty_@0) 17.55/7.08 new_ltEs14(x0, x1) 17.55/7.08 new_esEs12(x0, x1, ty_Char) 17.55/7.08 new_lt8(x0, x1, ty_Int) 17.55/7.08 new_ltEs15(Left(x0), Left(x1), ty_Integer, x2) 17.55/7.08 new_lt9(x0, x1, ty_@0) 17.55/7.08 new_ltEs4(Nothing, Nothing, x0) 17.55/7.08 new_esEs26(x0, x1, ty_@0) 17.55/7.08 new_esEs7(Right(x0), Right(x1), x2, ty_Integer) 17.55/7.08 new_ltEs18(x0, x1, app(ty_[], x2)) 17.55/7.08 new_esEs18(:(x0, x1), :(x2, x3), x4) 17.55/7.08 new_primCmpInt(Neg(Zero), Neg(Zero)) 17.55/7.08 new_lt9(x0, x1, ty_Double) 17.55/7.08 new_esEs9(Char(x0), Char(x1)) 17.55/7.08 new_sr(x0, x1) 17.55/7.08 new_compare6(x0, x1) 17.55/7.08 new_ltEs15(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 17.55/7.08 new_primMulNat0(Succ(x0), Succ(x1)) 17.55/7.08 new_esEs19(GT, GT) 17.55/7.08 new_primCmpInt(Pos(Zero), Neg(Zero)) 17.55/7.08 new_primCmpInt(Neg(Zero), Pos(Zero)) 17.55/7.08 new_esEs19(LT, EQ) 17.55/7.08 new_esEs19(EQ, LT) 17.55/7.08 new_esEs7(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 17.55/7.08 new_compare26(x0, x1, True) 17.55/7.08 new_ltEs18(x0, x1, app(app(ty_@2, x2), x3)) 17.55/7.08 new_compare32(x0, x1, x2) 17.55/7.08 new_esEs5(Just(x0), Just(x1), ty_@0) 17.55/7.08 new_ltEs4(Just(x0), Just(x1), ty_Int) 17.55/7.08 new_esEs13(x0, x1, ty_Float) 17.55/7.08 new_ltEs5(x0, x1, x2) 17.55/7.08 new_esEs7(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 17.55/7.08 new_compare30(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.55/7.08 new_ltEs17(True, False) 17.55/7.08 new_ltEs17(False, True) 17.55/7.08 new_compare1([], [], x0) 17.55/7.08 new_esEs7(Left(x0), Left(x1), ty_Double, x2) 17.55/7.08 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 17.55/7.08 new_esEs25(x0, x1, app(ty_[], x2)) 17.55/7.08 new_primCmpNat0(Succ(x0), Succ(x1)) 17.55/7.08 new_esEs7(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 17.55/7.08 new_esEs19(LT, LT) 17.55/7.08 new_compare28(x0, x1, True, x2, x3) 17.55/7.08 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 17.55/7.08 new_pePe(False, x0, x1, x2, x3) 17.55/7.08 new_ltEs18(x0, x1, app(ty_Maybe, x2)) 17.55/7.08 new_esEs12(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.55/7.08 new_esEs12(x0, x1, ty_Bool) 17.55/7.08 new_esEs27(x0, x1, ty_Integer) 17.55/7.08 new_compare11(x0, x1, True, x2) 17.55/7.08 new_ltEs15(Left(x0), Left(x1), ty_Char, x2) 17.55/7.08 new_ltEs6(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 17.55/7.08 new_esEs7(Left(x0), Right(x1), x2, x3) 17.55/7.08 new_esEs7(Right(x0), Left(x1), x2, x3) 17.55/7.08 new_ltEs18(x0, x1, ty_Char) 17.55/7.08 new_esEs5(Just(x0), Just(x1), app(ty_Maybe, x2)) 17.55/7.08 new_ltEs4(Just(x0), Just(x1), app(ty_Maybe, x2)) 17.55/7.08 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 17.55/7.08 new_ltEs15(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 17.55/7.08 new_ltEs15(Left(x0), Left(x1), ty_Bool, x2) 17.55/7.08 new_lt20(x0, x1, ty_Double) 17.55/7.08 new_primPlusNat1(Zero, Succ(x0)) 17.55/7.08 new_compare16(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 17.55/7.08 new_not0(GT) 17.55/7.08 new_lt20(x0, x1, ty_@0) 17.55/7.08 new_esEs27(x0, x1, ty_Ordering) 17.55/7.08 new_esEs26(x0, x1, app(ty_Ratio, x2)) 17.55/7.08 new_ltEs4(Just(x0), Just(x1), ty_Float) 17.55/7.08 new_esEs7(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 17.55/7.08 new_ltEs18(x0, x1, ty_Int) 17.55/7.08 new_compare10(x0, x1, True, x2, x3) 17.55/7.08 new_ltEs4(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 17.55/7.08 new_esEs12(x0, x1, ty_Integer) 17.55/7.08 new_compare29(:%(x0, x1), :%(x2, x3), ty_Integer) 17.55/7.08 new_compare30(x0, x1, app(ty_[], x2)) 17.55/7.08 new_esEs7(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 17.55/7.08 new_ltEs18(x0, x1, ty_Ordering) 17.55/7.08 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 17.55/7.08 new_lt8(x0, x1, app(ty_[], x2)) 17.55/7.08 new_esEs22(x0, x1, ty_Int) 17.55/7.08 new_lt9(x0, x1, app(app(ty_@2, x2), x3)) 17.55/7.08 new_compare1([], :(x0, x1), x2) 17.55/7.08 new_primMulNat0(Zero, Succ(x0)) 17.55/7.08 new_primMulNat0(Zero, Zero) 17.55/7.08 new_esEs23(x0, x1, ty_Double) 17.55/7.08 new_lt18(x0, x1) 17.55/7.08 new_esEs25(x0, x1, ty_Float) 17.55/7.08 new_compare110(x0, x1, False, x2, x3, x4) 17.55/7.08 new_esEs7(Right(x0), Right(x1), x2, ty_Ordering) 17.55/7.08 new_compare30(x0, x1, ty_Float) 17.55/7.08 new_compare17(x0, x1, False) 17.55/7.08 new_primPlusNat1(Succ(x0), Zero) 17.55/7.08 new_esEs5(Just(x0), Just(x1), app(ty_[], x2)) 17.55/7.08 new_lt12(x0, x1, x2) 17.55/7.08 new_esEs24(x0, x1, ty_Float) 17.55/7.08 new_esEs7(Right(x0), Right(x1), x2, ty_Int) 17.55/7.08 new_esEs19(EQ, EQ) 17.55/7.08 new_ltEs10(EQ, EQ) 17.55/7.08 new_ltEs15(Right(x0), Right(x1), x2, ty_Ordering) 17.55/7.08 new_compare111(x0, x1, True) 17.55/7.08 new_compare9(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 17.55/7.08 new_ltEs15(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 17.55/7.08 new_esEs7(Right(x0), Right(x1), x2, app(ty_[], x3)) 17.55/7.08 new_esEs4(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 17.55/7.08 new_esEs26(x0, x1, app(ty_[], x2)) 17.55/7.08 new_esEs12(x0, x1, app(ty_[], x2)) 17.55/7.08 new_ltEs15(Left(x0), Left(x1), ty_Float, x2) 17.55/7.08 new_ltEs19(x0, x1, ty_Ordering) 17.55/7.08 new_lt5(x0, x1, x2, x3) 17.55/7.08 new_ltEs19(x0, x1, ty_Double) 17.55/7.08 new_compare27(x0, x1, False, x2, x3, x4) 17.55/7.08 new_lt9(x0, x1, app(ty_[], x2)) 17.55/7.08 new_compare11(x0, x1, False, x2) 17.55/7.08 new_ltEs18(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.55/7.08 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 17.55/7.08 new_ltEs4(Just(x0), Nothing, x1) 17.55/7.08 new_ltEs15(Right(x0), Right(x1), x2, ty_Double) 17.55/7.08 new_esEs24(x0, x1, app(ty_Ratio, x2)) 17.55/7.08 new_esEs21(x0, x1, ty_Int) 17.55/7.08 new_lt4(x0, x1) 17.55/7.08 new_compare12(x0, x1) 17.55/7.08 new_compare16(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 17.55/7.08 new_compare16(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 17.55/7.08 new_esEs17(Double(x0, x1), Double(x2, x3)) 17.55/7.08 new_compare30(x0, x1, ty_Integer) 17.55/7.08 new_esEs24(x0, x1, app(ty_[], x2)) 17.55/7.08 new_ltEs15(Right(x0), Right(x1), x2, ty_Int) 17.55/7.08 new_ltEs10(GT, LT) 17.55/7.08 new_ltEs10(LT, GT) 17.55/7.08 new_esEs7(Left(x0), Left(x1), ty_Float, x2) 17.55/7.08 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 17.55/7.08 new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) 17.55/7.08 new_esEs13(x0, x1, app(ty_[], x2)) 17.55/7.08 new_esEs12(x0, x1, ty_@0) 17.55/7.08 new_esEs16(Integer(x0), Integer(x1)) 17.55/7.08 new_lt10(x0, x1, x2, x3, x4) 17.55/7.08 new_primPlusNat0(Succ(x0), x1) 17.55/7.08 new_esEs13(x0, x1, app(app(ty_Either, x2), x3)) 17.55/7.08 new_esEs23(x0, x1, ty_Char) 17.55/7.08 new_compare9(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 17.55/7.08 new_esEs27(x0, x1, ty_Bool) 17.55/7.08 new_esEs13(x0, x1, ty_Bool) 17.55/7.08 new_esEs12(x0, x1, ty_Float) 17.55/7.08 new_esEs18(:(x0, x1), [], x2) 17.55/7.08 new_esEs23(x0, x1, ty_Int) 17.55/7.08 new_esEs5(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 17.55/7.08 new_ltEs4(Just(x0), Just(x1), app(ty_[], x2)) 17.55/7.08 new_primCompAux0(x0, EQ) 17.55/7.08 new_esEs7(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 17.55/7.08 new_esEs24(x0, x1, ty_Integer) 17.55/7.08 new_esEs13(x0, x1, ty_Integer) 17.55/7.08 new_ltEs15(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 17.55/7.08 new_esEs27(x0, x1, ty_Float) 17.55/7.08 new_lt9(x0, x1, app(ty_Ratio, x2)) 17.55/7.08 new_esEs27(x0, x1, ty_@0) 17.55/7.08 new_esEs7(Right(x0), Right(x1), x2, ty_Double) 17.55/7.08 new_compare7(Integer(x0), Integer(x1)) 17.55/7.08 new_esEs12(x0, x1, app(ty_Maybe, x2)) 17.55/7.08 new_lt20(x0, x1, ty_Ordering) 17.55/7.08 new_compare28(x0, x1, False, x2, x3) 17.55/7.08 new_esEs7(Right(x0), Right(x1), x2, ty_Bool) 17.55/7.08 new_esEs24(x0, x1, ty_Bool) 17.55/7.08 new_lt8(x0, x1, app(app(ty_@2, x2), x3)) 17.55/7.08 new_esEs7(Right(x0), Right(x1), x2, ty_Char) 17.55/7.08 new_compare16(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 17.55/7.08 new_primEqNat0(Zero, Succ(x0)) 17.55/7.08 new_compare18(@0, @0) 17.55/7.08 new_compare30(x0, x1, ty_Bool) 17.55/7.08 new_ltEs12(@2(x0, x1), @2(x2, x3), x4, x5) 17.55/7.08 new_ltEs15(Left(x0), Left(x1), app(ty_[], x2), x3) 17.55/7.08 new_lt9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.55/7.08 new_lt14(x0, x1) 17.55/7.08 new_esEs26(x0, x1, app(ty_Maybe, x2)) 17.55/7.08 new_primCmpNat0(Succ(x0), Zero) 17.55/7.08 new_esEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.55/7.08 new_compare9(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 17.55/7.08 new_compare9(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 17.55/7.08 new_primCmpInt(Pos(Zero), Pos(Zero)) 17.55/7.08 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 17.55/7.08 new_esEs10(GT) 17.55/7.08 new_esEs25(x0, x1, app(app(ty_@2, x2), x3)) 17.55/7.08 new_lt8(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.55/7.08 new_primEqNat0(Succ(x0), Zero) 17.55/7.08 new_esEs23(x0, x1, app(ty_Maybe, x2)) 17.55/7.08 new_esEs25(x0, x1, ty_Bool) 17.55/7.08 new_esEs19(LT, GT) 17.55/7.08 new_esEs19(GT, LT) 17.55/7.08 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 17.55/7.08 new_ltEs15(Right(x0), Right(x1), x2, app(ty_[], x3)) 17.55/7.08 new_ltEs15(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 17.55/7.08 new_esEs10(EQ) 17.55/7.08 new_ltEs4(Just(x0), Just(x1), ty_Ordering) 17.55/7.08 new_sr0(Integer(x0), Integer(x1)) 17.55/7.08 new_lt8(x0, x1, ty_Double) 17.55/7.08 new_ltEs15(Right(x0), Right(x1), x2, ty_Bool) 17.55/7.08 new_asAs(True, x0) 17.55/7.08 new_compare15(x0, x1, x2, x3, x4) 17.55/7.08 new_lt9(x0, x1, ty_Char) 17.55/7.08 new_lt20(x0, x1, app(ty_Maybe, x2)) 17.55/7.08 new_lt8(x0, x1, app(ty_Ratio, x2)) 17.55/7.08 new_ltEs15(Left(x0), Left(x1), ty_@0, x2) 17.55/7.08 new_esEs25(x0, x1, app(ty_Maybe, x2)) 17.55/7.08 new_esEs7(Left(x0), Left(x1), ty_Integer, x2) 17.55/7.08 new_esEs25(x0, x1, ty_Integer) 17.55/7.08 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 17.55/7.08 new_lt20(x0, x1, ty_Bool) 17.55/7.08 new_compare31(Char(x0), Char(x1)) 17.55/7.08 new_primMulInt(Pos(x0), Neg(x1)) 17.55/7.08 new_primMulInt(Neg(x0), Pos(x1)) 17.55/7.08 new_ltEs19(x0, x1, ty_Char) 17.55/7.08 new_esEs25(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.55/7.08 new_esEs27(x0, x1, app(ty_Ratio, x2)) 17.55/7.08 new_lt9(x0, x1, ty_Int) 17.55/7.08 new_esEs5(Just(x0), Just(x1), ty_Bool) 17.55/7.08 new_esEs13(x0, x1, ty_@0) 17.55/7.08 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.55/7.08 new_esEs24(x0, x1, ty_@0) 17.55/7.08 new_ltEs15(Right(x0), Right(x1), x2, ty_Char) 17.55/7.08 new_esEs7(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 17.55/7.08 new_esEs5(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 17.55/7.08 new_esEs12(x0, x1, ty_Double) 17.55/7.08 new_compare30(x0, x1, app(app(ty_Either, x2), x3)) 17.55/7.08 new_esEs23(x0, x1, ty_Bool) 17.55/7.08 new_lt7(x0, x1, x2) 17.55/7.08 new_compare13(x0, x1, x2, x3) 17.55/7.08 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 17.55/7.08 new_compare10(x0, x1, False, x2, x3) 17.55/7.08 new_ltEs4(Just(x0), Just(x1), ty_Double) 17.55/7.08 new_esEs18([], :(x0, x1), x2) 17.55/7.08 new_esEs24(x0, x1, app(ty_Maybe, x2)) 17.55/7.08 new_lt9(x0, x1, ty_Ordering) 17.55/7.08 new_primCompAux0(x0, GT) 17.55/7.08 new_lt8(x0, x1, ty_Ordering) 17.55/7.08 new_ltEs19(x0, x1, ty_Int) 17.55/7.08 new_primEqNat0(Zero, Zero) 17.55/7.08 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 17.55/7.08 new_esEs23(x0, x1, ty_Integer) 17.55/7.08 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 17.55/7.08 new_esEs7(Left(x0), Left(x1), ty_Ordering, x2) 17.55/7.08 new_compare1(:(x0, x1), :(x2, x3), x4) 17.55/7.08 new_compare26(x0, x1, False) 17.55/7.08 new_lt9(x0, x1, ty_Bool) 17.55/7.08 new_ltEs15(Right(x0), Right(x1), x2, ty_Integer) 17.55/7.08 new_pePe(True, x0, x1, x2, x3) 17.55/7.08 new_esEs7(Left(x0), Left(x1), ty_Bool, x2) 17.55/7.08 new_lt8(x0, x1, app(app(ty_Either, x2), x3)) 17.55/7.08 new_esEs8(False, False) 17.55/7.08 new_ltEs17(False, False) 17.55/7.08 new_ltEs8(x0, x1) 17.55/7.08 new_lt20(x0, x1, ty_Char) 17.55/7.08 new_esEs27(x0, x1, app(ty_Maybe, x2)) 17.55/7.08 new_esEs26(x0, x1, ty_Float) 17.55/7.08 new_esEs25(x0, x1, ty_Char) 17.55/7.08 new_not0(EQ) 17.55/7.08 new_ltEs15(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 17.55/7.08 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 17.55/7.08 new_primMulNat0(Succ(x0), Zero) 17.55/7.08 new_compare24(x0, x1, False, x2, x3) 17.55/7.08 new_ltEs19(x0, x1, ty_Integer) 17.55/7.08 new_lt16(x0, x1, x2, x3) 17.55/7.08 new_esEs12(x0, x1, app(ty_Ratio, x2)) 17.55/7.08 new_ltEs19(x0, x1, ty_Bool) 17.55/7.08 new_ltEs18(x0, x1, ty_@0) 17.55/7.08 new_esEs23(x0, x1, app(ty_Ratio, x2)) 17.55/7.08 new_lt6(x0, x1) 17.55/7.08 new_ltEs15(Left(x0), Left(x1), ty_Double, x2) 17.55/7.08 new_compare30(x0, x1, app(ty_Ratio, x2)) 17.55/7.08 new_compare111(x0, x1, False) 17.55/7.08 new_esEs5(Just(x0), Just(x1), ty_Float) 17.55/7.08 new_ltEs18(x0, x1, ty_Double) 17.55/7.08 new_esEs23(x0, x1, ty_Ordering) 17.55/7.08 new_not0(LT) 17.55/7.08 new_compare25(x0, x1, False, x2) 17.55/7.08 new_primEqNat0(Succ(x0), Succ(x1)) 17.55/7.08 new_esEs7(Left(x0), Left(x1), app(ty_[], x2), x3) 17.55/7.08 new_ltEs18(x0, x1, app(app(ty_Either, x2), x3)) 17.55/7.08 new_compare23(x0, x1, True) 17.55/7.08 new_ltEs16(x0, x1) 17.55/7.08 new_lt20(x0, x1, ty_Int) 17.55/7.08 new_compare27(x0, x1, True, x2, x3, x4) 17.55/7.08 new_primCmpNat0(Zero, Zero) 17.55/7.08 new_esEs5(Nothing, Nothing, x0) 17.55/7.08 new_primMulInt(Neg(x0), Neg(x1)) 17.55/7.08 17.55/7.08 We have to consider all minimal (P,Q,R)-chains. 17.55/7.08 ---------------------------------------- 17.55/7.08 17.55/7.08 (25) QDPSizeChangeProof (EQUIVALENT) 17.55/7.08 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 17.55/7.08 17.55/7.08 From the DPs we obtained the following set of size-change graphs: 17.55/7.08 *new_lt1(vwx300, vwx400, bf) -> new_compare20(vwx300, vwx400, new_esEs5(vwx300, vwx400, bf), bf) 17.55/7.08 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 17.55/7.08 17.55/7.08 17.55/7.08 *new_compare0(:(vwx300, vwx301), :(vwx400, vwx401), eg) -> new_primCompAux(vwx300, vwx400, new_compare1(vwx301, vwx401, eg), eg) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 17.55/7.08 17.55/7.08 17.55/7.08 *new_compare0(:(vwx300, vwx301), :(vwx400, vwx401), eg) -> new_compare0(vwx301, vwx401, eg) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs0(:(vwx300, vwx301), :(vwx400, vwx401), eg) -> new_primCompAux(vwx300, vwx400, new_compare1(vwx301, vwx401, eg), eg) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 17.55/7.08 17.55/7.08 17.55/7.08 *new_compare2(vwx300, vwx400, False, h, ba, bb) -> new_ltEs(vwx300, vwx400, h, ba, bb) 17.55/7.08 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4, 6 >= 5 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bae, app(app(app(ty_@3, baf), bag), bah)) -> new_ltEs(vwx301, vwx401, baf, bag, bah) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bae, app(app(ty_Either, bbe), bbf)) -> new_ltEs3(vwx301, vwx401, bbe, bbf) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.55/7.08 17.55/7.08 17.55/7.08 *new_compare3(vwx300, vwx400, bf) -> new_compare20(vwx300, vwx400, new_esEs5(vwx300, vwx400, bf), bf) 17.55/7.08 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 17.55/7.08 17.55/7.08 17.55/7.08 *new_lt3(vwx300, vwx400, ca, cb) -> new_compare22(vwx300, vwx400, new_esEs7(vwx300, vwx400, ca, cb), ca, cb) 17.55/7.08 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 17.55/7.08 17.55/7.08 17.55/7.08 *new_lt0(vwx300, vwx400, be) -> new_compare0(vwx300, vwx400, be) 17.55/7.08 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs1(Just(vwx300), Just(vwx400), app(app(app(ty_@3, gb), gc), gd)) -> new_ltEs(vwx300, vwx400, gb, gc, gd) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, bc, app(app(app(ty_@3, df), dg), dh)) -> new_ltEs(vwx302, vwx402, df, dg, dh) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs1(Just(vwx300), Just(vwx400), app(app(ty_Either, ha), hb)) -> new_ltEs3(vwx300, vwx400, ha, hb) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, bf), bc, bd) -> new_compare20(vwx300, vwx400, new_esEs5(vwx300, vwx400, bf), bf) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, bg), bh), bc, bd) -> new_compare21(vwx300, vwx400, new_esEs6(vwx300, vwx400, bg, bh), bg, bh) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, bc, app(app(ty_Either, ee), ef)) -> new_ltEs3(vwx302, vwx402, ee, ef) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 17.55/7.08 17.55/7.08 17.55/7.08 *new_compare22(vwx300, vwx400, False, ca, cb) -> new_ltEs3(vwx300, vwx400, ca, cb) 17.55/7.08 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, bac), bad), hf) -> new_lt3(vwx300, vwx400, bac, bad) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, app(app(ty_Either, dd), de), bd) -> new_lt3(vwx301, vwx401, dd, de) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bae, app(app(ty_@2, bbc), bbd)) -> new_ltEs2(vwx301, vwx401, bbc, bbd) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs1(Just(vwx300), Just(vwx400), app(app(ty_@2, gg), gh)) -> new_ltEs2(vwx300, vwx400, gg, gh) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, bc, app(app(ty_@2, ec), ed)) -> new_ltEs2(vwx302, vwx402, ec, ed) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 17.55/7.08 17.55/7.08 17.55/7.08 *new_compare21(vwx300, vwx400, False, bg, bh) -> new_ltEs2(vwx300, vwx400, bg, bh) 17.55/7.08 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bae, app(ty_Maybe, bbb)) -> new_ltEs1(vwx301, vwx401, bbb) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs1(Just(vwx300), Just(vwx400), app(ty_Maybe, gf)) -> new_ltEs1(vwx300, vwx400, gf) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs1(Just(vwx300), Just(vwx400), app(ty_[], ge)) -> new_ltEs0(vwx300, vwx400, ge) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, bc, app(ty_Maybe, eb)) -> new_ltEs1(vwx302, vwx402, eb) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 17.55/7.08 17.55/7.08 17.55/7.08 *new_compare20(vwx300, vwx400, False, bf) -> new_ltEs1(vwx300, vwx400, bf) 17.55/7.08 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs0(:(vwx300, vwx301), :(vwx400, vwx401), eg) -> new_compare0(vwx301, vwx401, eg) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, ca), cb), bc, bd) -> new_compare22(vwx300, vwx400, new_esEs7(vwx300, vwx400, ca, cb), ca, cb) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5 17.55/7.08 17.55/7.08 17.55/7.08 *new_compare5(vwx300, vwx400, ca, cb) -> new_compare22(vwx300, vwx400, new_esEs7(vwx300, vwx400, ca, cb), ca, cb) 17.55/7.08 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 17.55/7.08 17.55/7.08 17.55/7.08 *new_compare(vwx300, vwx400, h, ba, bb) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, h, ba, bb), h, ba, bb) 17.55/7.08 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], be), bc, bd) -> new_compare0(vwx300, vwx400, be) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.55/7.08 17.55/7.08 17.55/7.08 *new_primCompAux(vwx300, vwx400, vwx55, app(ty_[], fc)) -> new_compare0(vwx300, vwx400, fc) 17.55/7.08 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 17.55/7.08 17.55/7.08 17.55/7.08 *new_lt(vwx300, vwx400, h, ba, bb) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, h, ba, bb), h, ba, bb) 17.55/7.08 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], hg), hf) -> new_lt0(vwx300, vwx400, hg) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, app(ty_[], cg), bd) -> new_lt0(vwx301, vwx401, cg) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.55/7.08 17.55/7.08 17.55/7.08 *new_primCompAux(vwx300, vwx400, vwx55, app(app(ty_@2, ff), fg)) -> new_compare4(vwx300, vwx400, ff, fg) 17.55/7.08 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 17.55/7.08 17.55/7.08 17.55/7.08 *new_primCompAux(vwx300, vwx400, vwx55, app(app(app(ty_@3, eh), fa), fb)) -> new_compare(vwx300, vwx400, eh, fa, fb) 17.55/7.08 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4, 4 > 5 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), bae, app(ty_[], bba)) -> new_ltEs0(vwx301, vwx401, bba) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, bc, app(ty_[], ea)) -> new_ltEs0(vwx302, vwx402, ea) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 17.55/7.08 17.55/7.08 17.55/7.08 *new_lt2(vwx300, vwx400, bg, bh) -> new_compare21(vwx300, vwx400, new_esEs6(vwx300, vwx400, bg, bh), bg, bh) 17.55/7.08 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 17.55/7.08 17.55/7.08 17.55/7.08 *new_compare4(vwx300, vwx400, bg, bh) -> new_compare21(vwx300, vwx400, new_esEs6(vwx300, vwx400, bg, bh), bg, bh) 17.55/7.08 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, h), ba), bb), bc, bd) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, h, ba, bb), h, ba, bb) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5, 3 > 6 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, hc), hd), he), hf) -> new_lt(vwx300, vwx400, hc, hd, he) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, app(app(app(ty_@3, cd), ce), cf), bd) -> new_lt(vwx301, vwx401, cd, ce, cf) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 17.55/7.08 17.55/7.08 17.55/7.08 *new_primCompAux(vwx300, vwx400, vwx55, app(app(ty_Either, fh), ga)) -> new_compare5(vwx300, vwx400, fh, ga) 17.55/7.08 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 17.55/7.08 17.55/7.08 17.55/7.08 *new_primCompAux(vwx300, vwx400, vwx55, app(ty_Maybe, fd)) -> new_compare3(vwx300, vwx400, fd) 17.55/7.08 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, hh), hf) -> new_lt1(vwx300, vwx400, hh) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs2(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, baa), bab), hf) -> new_lt2(vwx300, vwx400, baa, bab) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, app(ty_Maybe, da), bd) -> new_lt1(vwx301, vwx401, da) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, app(app(ty_@2, db), dc), bd) -> new_lt2(vwx301, vwx401, db, dc) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs3(Right(vwx300), Right(vwx400), bda, app(app(app(ty_@3, bdb), bdc), bdd)) -> new_ltEs(vwx300, vwx400, bdb, bdc, bdd) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs3(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bbg), bbh), bca), bcb) -> new_ltEs(vwx300, vwx400, bbg, bbh, bca) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs3(Left(vwx300), Left(vwx400), app(app(ty_Either, bcg), bch), bcb) -> new_ltEs3(vwx300, vwx400, bcg, bch) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs3(Right(vwx300), Right(vwx400), bda, app(app(ty_Either, bea), beb)) -> new_ltEs3(vwx300, vwx400, bea, beb) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs3(Left(vwx300), Left(vwx400), app(app(ty_@2, bce), bcf), bcb) -> new_ltEs2(vwx300, vwx400, bce, bcf) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs3(Right(vwx300), Right(vwx400), bda, app(app(ty_@2, bdg), bdh)) -> new_ltEs2(vwx300, vwx400, bdg, bdh) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs3(Right(vwx300), Right(vwx400), bda, app(ty_Maybe, bdf)) -> new_ltEs1(vwx300, vwx400, bdf) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs3(Left(vwx300), Left(vwx400), app(ty_Maybe, bcd), bcb) -> new_ltEs1(vwx300, vwx400, bcd) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs3(Right(vwx300), Right(vwx400), bda, app(ty_[], bde)) -> new_ltEs0(vwx300, vwx400, bde) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.55/7.08 17.55/7.08 17.55/7.08 *new_ltEs3(Left(vwx300), Left(vwx400), app(ty_[], bcc), bcb) -> new_ltEs0(vwx300, vwx400, bcc) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.55/7.08 17.55/7.08 17.55/7.08 ---------------------------------------- 17.55/7.08 17.55/7.08 (26) 17.55/7.08 YES 17.55/7.08 17.55/7.08 ---------------------------------------- 17.55/7.08 17.55/7.08 (27) 17.55/7.08 Obligation: 17.55/7.08 Q DP problem: 17.55/7.08 The TRS P consists of the following rules: 17.55/7.08 17.55/7.08 new_primPlusNat(Succ(vwx7300), Succ(vwx401000)) -> new_primPlusNat(vwx7300, vwx401000) 17.55/7.08 17.55/7.08 R is empty. 17.55/7.08 Q is empty. 17.55/7.08 We have to consider all minimal (P,Q,R)-chains. 17.55/7.08 ---------------------------------------- 17.55/7.08 17.55/7.08 (28) QDPSizeChangeProof (EQUIVALENT) 17.55/7.08 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 17.55/7.08 17.55/7.08 From the DPs we obtained the following set of size-change graphs: 17.55/7.08 *new_primPlusNat(Succ(vwx7300), Succ(vwx401000)) -> new_primPlusNat(vwx7300, vwx401000) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2 17.55/7.08 17.55/7.08 17.55/7.08 ---------------------------------------- 17.55/7.08 17.55/7.08 (29) 17.55/7.08 YES 17.55/7.08 17.55/7.08 ---------------------------------------- 17.55/7.08 17.55/7.08 (30) 17.55/7.08 Obligation: 17.55/7.08 Q DP problem: 17.55/7.08 The TRS P consists of the following rules: 17.55/7.08 17.55/7.08 new_primEqNat(Succ(vwx2800), Succ(vwx2900)) -> new_primEqNat(vwx2800, vwx2900) 17.55/7.08 17.55/7.08 R is empty. 17.55/7.08 Q is empty. 17.55/7.08 We have to consider all minimal (P,Q,R)-chains. 17.55/7.08 ---------------------------------------- 17.55/7.08 17.55/7.08 (31) QDPSizeChangeProof (EQUIVALENT) 17.55/7.08 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 17.55/7.08 17.55/7.08 From the DPs we obtained the following set of size-change graphs: 17.55/7.08 *new_primEqNat(Succ(vwx2800), Succ(vwx2900)) -> new_primEqNat(vwx2800, vwx2900) 17.55/7.08 The graph contains the following edges 1 > 1, 2 > 2 17.55/7.08 17.55/7.08 17.55/7.08 ---------------------------------------- 17.55/7.08 17.55/7.08 (32) 17.55/7.08 YES 17.79/9.22 EOF