18.24/7.12 YES 20.82/7.84 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 20.82/7.84 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 20.82/7.84 20.82/7.84 20.82/7.84 H-Termination with start terms of the given HASKELL could be proven: 20.82/7.84 20.82/7.84 (0) HASKELL 20.82/7.84 (1) CR [EQUIVALENT, 0 ms] 20.82/7.84 (2) HASKELL 20.82/7.84 (3) IFR [EQUIVALENT, 0 ms] 20.82/7.84 (4) HASKELL 20.82/7.84 (5) BR [EQUIVALENT, 0 ms] 20.82/7.84 (6) HASKELL 20.82/7.84 (7) COR [EQUIVALENT, 16 ms] 20.82/7.84 (8) HASKELL 20.82/7.84 (9) LetRed [EQUIVALENT, 0 ms] 20.82/7.84 (10) HASKELL 20.82/7.84 (11) NumRed [SOUND, 0 ms] 20.82/7.84 (12) HASKELL 20.82/7.84 (13) Narrow [SOUND, 0 ms] 20.82/7.84 (14) AND 20.82/7.84 (15) QDP 20.82/7.84 (16) QDPSizeChangeProof [EQUIVALENT, 0 ms] 20.82/7.84 (17) YES 20.82/7.84 (18) QDP 20.82/7.84 (19) QDPSizeChangeProof [EQUIVALENT, 92 ms] 20.82/7.84 (20) YES 20.82/7.84 (21) QDP 20.82/7.84 (22) QDPSizeChangeProof [EQUIVALENT, 0 ms] 20.82/7.84 (23) YES 20.82/7.84 (24) QDP 20.82/7.84 (25) QDPSizeChangeProof [EQUIVALENT, 0 ms] 20.82/7.84 (26) YES 20.82/7.84 (27) QDP 20.82/7.84 (28) QDPSizeChangeProof [EQUIVALENT, 0 ms] 20.82/7.84 (29) YES 20.82/7.84 (30) QDP 20.82/7.84 (31) QDPSizeChangeProof [EQUIVALENT, 0 ms] 20.82/7.84 (32) YES 20.82/7.84 20.82/7.84 20.82/7.84 ---------------------------------------- 20.82/7.84 20.82/7.84 (0) 20.82/7.84 Obligation: 20.82/7.84 mainModule Main 20.82/7.84 module Main where { 20.82/7.84 import qualified Prelude; 20.82/7.84 } 20.82/7.84 20.82/7.84 ---------------------------------------- 20.82/7.84 20.82/7.84 (1) CR (EQUIVALENT) 20.82/7.84 Case Reductions: 20.82/7.84 The following Case expression 20.82/7.84 "case compare x y of { 20.82/7.84 EQ -> o; 20.82/7.84 LT -> LT; 20.82/7.84 GT -> GT} 20.82/7.84 " 20.82/7.84 is transformed to 20.82/7.84 "primCompAux0 o EQ = o; 20.82/7.84 primCompAux0 o LT = LT; 20.82/7.84 primCompAux0 o GT = GT; 20.82/7.84 " 20.82/7.84 20.82/7.84 ---------------------------------------- 20.82/7.84 20.82/7.84 (2) 20.82/7.84 Obligation: 20.82/7.84 mainModule Main 20.82/7.84 module Main where { 20.82/7.84 import qualified Prelude; 20.82/7.84 } 20.82/7.84 20.82/7.84 ---------------------------------------- 20.82/7.84 20.82/7.84 (3) IFR (EQUIVALENT) 20.82/7.84 If Reductions: 20.82/7.84 The following If expression 20.82/7.84 "if primGEqNatS x y then Succ (primDivNatS (primMinusNatS x y) (Succ y)) else Zero" 20.82/7.84 is transformed to 20.82/7.84 "primDivNatS0 x y True = Succ (primDivNatS (primMinusNatS x y) (Succ y)); 20.82/7.84 primDivNatS0 x y False = Zero; 20.82/7.84 " 20.82/7.84 The following If expression 20.82/7.84 "if primGEqNatS x y then primModNatS (primMinusNatS x y) (Succ y) else Succ x" 20.82/7.84 is transformed to 20.82/7.84 "primModNatS0 x y True = primModNatS (primMinusNatS x y) (Succ y); 20.82/7.84 primModNatS0 x y False = Succ x; 20.82/7.84 " 20.82/7.84 20.82/7.84 ---------------------------------------- 20.82/7.84 20.82/7.84 (4) 20.82/7.84 Obligation: 20.82/7.84 mainModule Main 20.82/7.84 module Main where { 20.82/7.84 import qualified Prelude; 20.82/7.84 } 20.82/7.84 20.82/7.84 ---------------------------------------- 20.82/7.84 20.82/7.84 (5) BR (EQUIVALENT) 20.82/7.84 Replaced joker patterns by fresh variables and removed binding patterns. 20.82/7.84 ---------------------------------------- 20.82/7.84 20.82/7.84 (6) 20.82/7.84 Obligation: 20.82/7.84 mainModule Main 20.82/7.84 module Main where { 20.82/7.84 import qualified Prelude; 20.82/7.84 } 20.82/7.84 20.82/7.84 ---------------------------------------- 20.82/7.84 20.82/7.84 (7) COR (EQUIVALENT) 20.82/7.84 Cond Reductions: 20.82/7.84 The following Function with conditions 20.82/7.84 "compare x y|x == yEQ|x <= yLT|otherwiseGT; 20.82/7.84 " 20.82/7.84 is transformed to 20.82/7.84 "compare x y = compare3 x y; 20.82/7.84 " 20.82/7.84 "compare0 x y True = GT; 20.82/7.84 " 20.82/7.84 "compare1 x y True = LT; 20.82/7.84 compare1 x y False = compare0 x y otherwise; 20.82/7.84 " 20.82/7.84 "compare2 x y True = EQ; 20.82/7.84 compare2 x y False = compare1 x y (x <= y); 20.82/7.84 " 20.82/7.84 "compare3 x y = compare2 x y (x == y); 20.82/7.84 " 20.82/7.84 The following Function with conditions 20.82/7.84 "absReal x|x >= 0x|otherwise`negate` x; 20.82/7.84 " 20.82/7.84 is transformed to 20.82/7.84 "absReal x = absReal2 x; 20.82/7.84 " 20.82/7.84 "absReal0 x True = `negate` x; 20.82/7.84 " 20.82/7.84 "absReal1 x True = x; 20.82/7.84 absReal1 x False = absReal0 x otherwise; 20.82/7.84 " 20.82/7.84 "absReal2 x = absReal1 x (x >= 0); 20.82/7.84 " 20.82/7.84 The following Function with conditions 20.82/7.84 "gcd' x 0 = x; 20.82/7.84 gcd' x y = gcd' y (x `rem` y); 20.82/7.84 " 20.82/7.84 is transformed to 20.82/7.84 "gcd' x zx = gcd'2 x zx; 20.82/7.84 gcd' x y = gcd'0 x y; 20.82/7.84 " 20.82/7.84 "gcd'0 x y = gcd' y (x `rem` y); 20.82/7.84 " 20.82/7.84 "gcd'1 True x zx = x; 20.82/7.84 gcd'1 zy zz vuu = gcd'0 zz vuu; 20.82/7.84 " 20.82/7.84 "gcd'2 x zx = gcd'1 (zx == 0) x zx; 20.82/7.84 gcd'2 vuv vuw = gcd'0 vuv vuw; 20.82/7.84 " 20.82/7.84 The following Function with conditions 20.82/7.84 "gcd 0 0 = error []; 20.82/7.84 gcd x y = gcd' (abs x) (abs y) where { 20.82/7.84 gcd' x 0 = x; 20.82/7.84 gcd' x y = gcd' y (x `rem` y); 20.82/7.84 } 20.82/7.84 ; 20.82/7.84 " 20.82/7.84 is transformed to 20.82/7.84 "gcd vux vuy = gcd3 vux vuy; 20.82/7.84 gcd x y = gcd0 x y; 20.82/7.84 " 20.82/7.84 "gcd0 x y = gcd' (abs x) (abs y) where { 20.82/7.84 gcd' x zx = gcd'2 x zx; 20.82/7.84 gcd' x y = gcd'0 x y; 20.82/7.84 ; 20.82/7.84 gcd'0 x y = gcd' y (x `rem` y); 20.82/7.84 ; 20.82/7.84 gcd'1 True x zx = x; 20.82/7.84 gcd'1 zy zz vuu = gcd'0 zz vuu; 20.82/7.84 ; 20.82/7.84 gcd'2 x zx = gcd'1 (zx == 0) x zx; 20.82/7.84 gcd'2 vuv vuw = gcd'0 vuv vuw; 20.82/7.84 } 20.82/7.84 ; 20.82/7.84 " 20.82/7.84 "gcd1 True vux vuy = error []; 20.82/7.84 gcd1 vuz vvu vvv = gcd0 vvu vvv; 20.82/7.84 " 20.82/7.84 "gcd2 True vux vuy = gcd1 (vuy == 0) vux vuy; 20.82/7.84 gcd2 vvw vvx vvy = gcd0 vvx vvy; 20.82/7.84 " 20.82/7.84 "gcd3 vux vuy = gcd2 (vux == 0) vux vuy; 20.82/7.84 gcd3 vvz vwu = gcd0 vvz vwu; 20.82/7.84 " 20.82/7.84 The following Function with conditions 20.82/7.84 "undefined |Falseundefined; 20.82/7.84 " 20.82/7.84 is transformed to 20.82/7.84 "undefined = undefined1; 20.82/7.84 " 20.82/7.84 "undefined0 True = undefined; 20.82/7.84 " 20.82/7.84 "undefined1 = undefined0 False; 20.82/7.84 " 20.82/7.84 The following Function with conditions 20.82/7.84 "reduce x y|y == 0error []|otherwisex `quot` d :% (y `quot` d) where { 20.82/7.84 d = gcd x y; 20.82/7.84 } 20.82/7.84 ; 20.82/7.84 " 20.82/7.84 is transformed to 20.82/7.84 "reduce x y = reduce2 x y; 20.82/7.84 " 20.82/7.84 "reduce2 x y = reduce1 x y (y == 0) where { 20.82/7.84 d = gcd x y; 20.82/7.84 ; 20.82/7.84 reduce0 x y True = x `quot` d :% (y `quot` d); 20.82/7.84 ; 20.82/7.84 reduce1 x y True = error []; 20.82/7.84 reduce1 x y False = reduce0 x y otherwise; 20.82/7.84 } 20.82/7.84 ; 20.82/7.84 " 20.82/7.84 20.82/7.84 ---------------------------------------- 20.82/7.84 20.82/7.84 (8) 20.82/7.84 Obligation: 20.82/7.84 mainModule Main 20.82/7.84 module Main where { 20.82/7.84 import qualified Prelude; 20.82/7.84 } 20.82/7.84 20.82/7.84 ---------------------------------------- 20.82/7.84 20.82/7.84 (9) LetRed (EQUIVALENT) 20.82/7.84 Let/Where Reductions: 20.82/7.84 The bindings of the following Let/Where expression 20.82/7.84 "gcd' (abs x) (abs y) where { 20.82/7.84 gcd' x zx = gcd'2 x zx; 20.82/7.84 gcd' x y = gcd'0 x y; 20.82/7.84 ; 20.82/7.84 gcd'0 x y = gcd' y (x `rem` y); 20.82/7.84 ; 20.82/7.84 gcd'1 True x zx = x; 20.82/7.84 gcd'1 zy zz vuu = gcd'0 zz vuu; 20.82/7.84 ; 20.82/7.84 gcd'2 x zx = gcd'1 (zx == 0) x zx; 20.82/7.84 gcd'2 vuv vuw = gcd'0 vuv vuw; 20.82/7.84 } 20.82/7.84 " 20.82/7.84 are unpacked to the following functions on top level 20.82/7.84 "gcd0Gcd'0 x y = gcd0Gcd' y (x `rem` y); 20.82/7.84 " 20.82/7.84 "gcd0Gcd' x zx = gcd0Gcd'2 x zx; 20.82/7.84 gcd0Gcd' x y = gcd0Gcd'0 x y; 20.82/7.84 " 20.82/7.84 "gcd0Gcd'1 True x zx = x; 20.82/7.84 gcd0Gcd'1 zy zz vuu = gcd0Gcd'0 zz vuu; 20.82/7.84 " 20.82/7.84 "gcd0Gcd'2 x zx = gcd0Gcd'1 (zx == 0) x zx; 20.82/7.84 gcd0Gcd'2 vuv vuw = gcd0Gcd'0 vuv vuw; 20.82/7.84 " 20.82/7.84 The bindings of the following Let/Where expression 20.82/7.84 "reduce1 x y (y == 0) where { 20.82/7.84 d = gcd x y; 20.82/7.84 ; 20.82/7.84 reduce0 x y True = x `quot` d :% (y `quot` d); 20.82/7.84 ; 20.82/7.84 reduce1 x y True = error []; 20.82/7.84 reduce1 x y False = reduce0 x y otherwise; 20.82/7.84 } 20.82/7.84 " 20.82/7.84 are unpacked to the following functions on top level 20.82/7.84 "reduce2D vwv vww = gcd vwv vww; 20.82/7.84 " 20.82/7.84 "reduce2Reduce0 vwv vww x y True = x `quot` reduce2D vwv vww :% (y `quot` reduce2D vwv vww); 20.82/7.84 " 20.82/7.84 "reduce2Reduce1 vwv vww x y True = error []; 20.82/7.84 reduce2Reduce1 vwv vww x y False = reduce2Reduce0 vwv vww x y otherwise; 20.82/7.84 " 20.82/7.84 20.82/7.84 ---------------------------------------- 20.82/7.84 20.82/7.84 (10) 20.82/7.84 Obligation: 20.82/7.84 mainModule Main 20.82/7.84 module Main where { 20.82/7.84 import qualified Prelude; 20.82/7.84 } 20.82/7.84 20.82/7.84 ---------------------------------------- 20.82/7.84 20.82/7.84 (11) NumRed (SOUND) 20.82/7.84 Num Reduction:All numbers are transformed to their corresponding representation with Succ, Pred and Zero. 20.82/7.84 ---------------------------------------- 20.82/7.84 20.82/7.84 (12) 20.82/7.84 Obligation: 20.82/7.84 mainModule Main 20.82/7.84 module Main where { 20.82/7.84 import qualified Prelude; 20.82/7.84 } 20.82/7.84 20.82/7.84 ---------------------------------------- 20.82/7.84 20.82/7.84 (13) Narrow (SOUND) 20.82/7.84 Haskell To QDPs 20.82/7.84 20.82/7.84 digraph dp_graph { 20.82/7.84 node [outthreshold=100, inthreshold=100];1[label="(>)",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 20.82/7.84 3[label="(>) vwx3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 20.82/7.84 4[label="(>) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];4 -> 5[label="",style="solid", color="black", weight=3]; 20.82/7.84 5[label="compare vwx3 vwx4 == GT",fontsize=16,color="black",shape="box"];5 -> 6[label="",style="solid", color="black", weight=3]; 20.82/7.84 6[label="compare3 vwx3 vwx4 == GT",fontsize=16,color="black",shape="box"];6 -> 7[label="",style="solid", color="black", weight=3]; 20.82/7.84 7[label="compare2 vwx3 vwx4 (vwx3 == vwx4) == GT",fontsize=16,color="burlywood",shape="box"];2128[label="vwx3/(vwx30,vwx31)",fontsize=10,color="white",style="solid",shape="box"];7 -> 2128[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2128 -> 8[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 8[label="compare2 (vwx30,vwx31) vwx4 ((vwx30,vwx31) == vwx4) == GT",fontsize=16,color="burlywood",shape="box"];2129[label="vwx4/(vwx40,vwx41)",fontsize=10,color="white",style="solid",shape="box"];8 -> 2129[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2129 -> 9[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 9[label="compare2 (vwx30,vwx31) (vwx40,vwx41) ((vwx30,vwx31) == (vwx40,vwx41)) == GT",fontsize=16,color="black",shape="box"];9 -> 10[label="",style="solid", color="black", weight=3]; 20.82/7.84 10 -> 11[label="",style="dashed", color="red", weight=0]; 20.82/7.84 10[label="compare2 (vwx30,vwx31) (vwx40,vwx41) (vwx30 == vwx40 && vwx31 == vwx41) == GT",fontsize=16,color="magenta"];10 -> 12[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 10 -> 13[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 10 -> 14[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 10 -> 15[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 10 -> 16[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 12[label="vwx40",fontsize=16,color="green",shape="box"];13[label="vwx31",fontsize=16,color="green",shape="box"];14[label="vwx30",fontsize=16,color="green",shape="box"];15[label="vwx30 == vwx40",fontsize=16,color="blue",shape="box"];2130[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];15 -> 2130[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2130 -> 17[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2131[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];15 -> 2131[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2131 -> 18[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2132[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];15 -> 2132[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2132 -> 19[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2133[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];15 -> 2133[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2133 -> 20[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2134[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];15 -> 2134[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2134 -> 21[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2135[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];15 -> 2135[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2135 -> 22[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2136[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];15 -> 2136[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2136 -> 23[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2137[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];15 -> 2137[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2137 -> 24[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2138[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];15 -> 2138[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2138 -> 25[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2139[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];15 -> 2139[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2139 -> 26[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2140[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];15 -> 2140[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2140 -> 27[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2141[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];15 -> 2141[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2141 -> 28[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2142[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];15 -> 2142[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2142 -> 29[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2143[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];15 -> 2143[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2143 -> 30[label="",style="solid", color="blue", weight=3]; 20.82/7.84 16[label="vwx41",fontsize=16,color="green",shape="box"];11[label="compare2 (vwx11,vwx12) (vwx13,vwx14) (vwx15 && vwx12 == vwx14) == GT",fontsize=16,color="burlywood",shape="triangle"];2144[label="vwx15/False",fontsize=10,color="white",style="solid",shape="box"];11 -> 2144[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2144 -> 31[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2145[label="vwx15/True",fontsize=10,color="white",style="solid",shape="box"];11 -> 2145[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2145 -> 32[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 17[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2146[label="vwx30/Left vwx300",fontsize=10,color="white",style="solid",shape="box"];17 -> 2146[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2146 -> 33[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2147[label="vwx30/Right vwx300",fontsize=10,color="white",style="solid",shape="box"];17 -> 2147[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2147 -> 34[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 18[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];18 -> 35[label="",style="solid", color="black", weight=3]; 20.82/7.84 19[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];19 -> 36[label="",style="solid", color="black", weight=3]; 20.82/7.84 20[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];20 -> 37[label="",style="solid", color="black", weight=3]; 20.82/7.84 21[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2148[label="vwx30/vwx300 : vwx301",fontsize=10,color="white",style="solid",shape="box"];21 -> 2148[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2148 -> 38[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2149[label="vwx30/[]",fontsize=10,color="white",style="solid",shape="box"];21 -> 2149[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2149 -> 39[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 22[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2150[label="vwx30/(vwx300,vwx301)",fontsize=10,color="white",style="solid",shape="box"];22 -> 2150[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2150 -> 40[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 23[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2151[label="vwx30/Nothing",fontsize=10,color="white",style="solid",shape="box"];23 -> 2151[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2151 -> 41[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2152[label="vwx30/Just vwx300",fontsize=10,color="white",style="solid",shape="box"];23 -> 2152[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2152 -> 42[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 24[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2153[label="vwx30/False",fontsize=10,color="white",style="solid",shape="box"];24 -> 2153[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2153 -> 43[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2154[label="vwx30/True",fontsize=10,color="white",style="solid",shape="box"];24 -> 2154[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2154 -> 44[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 25[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2155[label="vwx30/LT",fontsize=10,color="white",style="solid",shape="box"];25 -> 2155[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2155 -> 45[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2156[label="vwx30/EQ",fontsize=10,color="white",style="solid",shape="box"];25 -> 2156[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2156 -> 46[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2157[label="vwx30/GT",fontsize=10,color="white",style="solid",shape="box"];25 -> 2157[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2157 -> 47[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 26[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2158[label="vwx30/()",fontsize=10,color="white",style="solid",shape="box"];26 -> 2158[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2158 -> 48[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 27[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2159[label="vwx30/vwx300 :% vwx301",fontsize=10,color="white",style="solid",shape="box"];27 -> 2159[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2159 -> 49[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 28[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];28 -> 50[label="",style="solid", color="black", weight=3]; 20.82/7.84 29[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2160[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];29 -> 2160[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2160 -> 51[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 30[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2161[label="vwx30/(vwx300,vwx301,vwx302)",fontsize=10,color="white",style="solid",shape="box"];30 -> 2161[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2161 -> 52[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 31[label="compare2 (vwx11,vwx12) (vwx13,vwx14) (False && vwx12 == vwx14) == GT",fontsize=16,color="black",shape="box"];31 -> 53[label="",style="solid", color="black", weight=3]; 20.82/7.84 32[label="compare2 (vwx11,vwx12) (vwx13,vwx14) (True && vwx12 == vwx14) == GT",fontsize=16,color="black",shape="box"];32 -> 54[label="",style="solid", color="black", weight=3]; 20.82/7.84 33[label="Left vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2162[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];33 -> 2162[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2162 -> 55[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2163[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];33 -> 2163[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2163 -> 56[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 34[label="Right vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2164[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];34 -> 2164[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2164 -> 57[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2165[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];34 -> 2165[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2165 -> 58[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 35[label="primEqFloat vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2166[label="vwx30/Float vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];35 -> 2166[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2166 -> 59[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 36[label="primEqInt vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];2167[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];36 -> 2167[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2167 -> 60[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2168[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];36 -> 2168[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2168 -> 61[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 37[label="primEqChar vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2169[label="vwx30/Char vwx300",fontsize=10,color="white",style="solid",shape="box"];37 -> 2169[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2169 -> 62[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 38[label="vwx300 : vwx301 == vwx40",fontsize=16,color="burlywood",shape="box"];2170[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];38 -> 2170[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2170 -> 63[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2171[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];38 -> 2171[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2171 -> 64[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 39[label="[] == vwx40",fontsize=16,color="burlywood",shape="box"];2172[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];39 -> 2172[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2172 -> 65[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2173[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];39 -> 2173[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2173 -> 66[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 40[label="(vwx300,vwx301) == vwx40",fontsize=16,color="burlywood",shape="box"];2174[label="vwx40/(vwx400,vwx401)",fontsize=10,color="white",style="solid",shape="box"];40 -> 2174[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2174 -> 67[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 41[label="Nothing == vwx40",fontsize=16,color="burlywood",shape="box"];2175[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];41 -> 2175[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2175 -> 68[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2176[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];41 -> 2176[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2176 -> 69[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 42[label="Just vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2177[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];42 -> 2177[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2177 -> 70[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2178[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];42 -> 2178[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2178 -> 71[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 43[label="False == vwx40",fontsize=16,color="burlywood",shape="box"];2179[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];43 -> 2179[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2179 -> 72[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2180[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];43 -> 2180[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2180 -> 73[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 44[label="True == vwx40",fontsize=16,color="burlywood",shape="box"];2181[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];44 -> 2181[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2181 -> 74[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2182[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];44 -> 2182[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2182 -> 75[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 45[label="LT == vwx40",fontsize=16,color="burlywood",shape="box"];2183[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];45 -> 2183[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2183 -> 76[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2184[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];45 -> 2184[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2184 -> 77[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2185[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];45 -> 2185[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2185 -> 78[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 46[label="EQ == vwx40",fontsize=16,color="burlywood",shape="box"];2186[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];46 -> 2186[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2186 -> 79[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2187[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];46 -> 2187[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2187 -> 80[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2188[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];46 -> 2188[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2188 -> 81[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 47[label="GT == vwx40",fontsize=16,color="burlywood",shape="box"];2189[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];47 -> 2189[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2189 -> 82[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2190[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];47 -> 2190[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2190 -> 83[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2191[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];47 -> 2191[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2191 -> 84[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 48[label="() == vwx40",fontsize=16,color="burlywood",shape="box"];2192[label="vwx40/()",fontsize=10,color="white",style="solid",shape="box"];48 -> 2192[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2192 -> 85[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 49[label="vwx300 :% vwx301 == vwx40",fontsize=16,color="burlywood",shape="box"];2193[label="vwx40/vwx400 :% vwx401",fontsize=10,color="white",style="solid",shape="box"];49 -> 2193[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2193 -> 86[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 50[label="primEqDouble vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2194[label="vwx30/Double vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];50 -> 2194[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2194 -> 87[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 51[label="Integer vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2195[label="vwx40/Integer vwx400",fontsize=10,color="white",style="solid",shape="box"];51 -> 2195[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2195 -> 88[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 52[label="(vwx300,vwx301,vwx302) == vwx40",fontsize=16,color="burlywood",shape="box"];2196[label="vwx40/(vwx400,vwx401,vwx402)",fontsize=10,color="white",style="solid",shape="box"];52 -> 2196[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2196 -> 89[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 53 -> 25[label="",style="dashed", color="red", weight=0]; 20.82/7.84 53[label="compare2 (vwx11,vwx12) (vwx13,vwx14) False == GT",fontsize=16,color="magenta"];53 -> 90[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 53 -> 91[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 54 -> 25[label="",style="dashed", color="red", weight=0]; 20.82/7.84 54[label="compare2 (vwx11,vwx12) (vwx13,vwx14) (vwx12 == vwx14) == GT",fontsize=16,color="magenta"];54 -> 92[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 54 -> 93[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 55[label="Left vwx300 == Left vwx400",fontsize=16,color="black",shape="box"];55 -> 94[label="",style="solid", color="black", weight=3]; 20.82/7.84 56[label="Left vwx300 == Right vwx400",fontsize=16,color="black",shape="box"];56 -> 95[label="",style="solid", color="black", weight=3]; 20.82/7.84 57[label="Right vwx300 == Left vwx400",fontsize=16,color="black",shape="box"];57 -> 96[label="",style="solid", color="black", weight=3]; 20.82/7.84 58[label="Right vwx300 == Right vwx400",fontsize=16,color="black",shape="box"];58 -> 97[label="",style="solid", color="black", weight=3]; 20.82/7.84 59[label="primEqFloat (Float vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];2197[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];59 -> 2197[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2197 -> 98[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 60[label="primEqInt (Pos vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2198[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];60 -> 2198[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2198 -> 99[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2199[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];60 -> 2199[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2199 -> 100[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 61[label="primEqInt (Neg vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2200[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];61 -> 2200[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2200 -> 101[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2201[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];61 -> 2201[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2201 -> 102[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 62[label="primEqChar (Char vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2202[label="vwx40/Char vwx400",fontsize=10,color="white",style="solid",shape="box"];62 -> 2202[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2202 -> 103[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 63[label="vwx300 : vwx301 == vwx400 : vwx401",fontsize=16,color="black",shape="box"];63 -> 104[label="",style="solid", color="black", weight=3]; 20.82/7.84 64[label="vwx300 : vwx301 == []",fontsize=16,color="black",shape="box"];64 -> 105[label="",style="solid", color="black", weight=3]; 20.82/7.84 65[label="[] == vwx400 : vwx401",fontsize=16,color="black",shape="box"];65 -> 106[label="",style="solid", color="black", weight=3]; 20.82/7.84 66[label="[] == []",fontsize=16,color="black",shape="box"];66 -> 107[label="",style="solid", color="black", weight=3]; 20.82/7.84 67[label="(vwx300,vwx301) == (vwx400,vwx401)",fontsize=16,color="black",shape="box"];67 -> 108[label="",style="solid", color="black", weight=3]; 20.82/7.84 68[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];68 -> 109[label="",style="solid", color="black", weight=3]; 20.82/7.84 69[label="Nothing == Just vwx400",fontsize=16,color="black",shape="box"];69 -> 110[label="",style="solid", color="black", weight=3]; 20.82/7.84 70[label="Just vwx300 == Nothing",fontsize=16,color="black",shape="box"];70 -> 111[label="",style="solid", color="black", weight=3]; 20.82/7.84 71[label="Just vwx300 == Just vwx400",fontsize=16,color="black",shape="box"];71 -> 112[label="",style="solid", color="black", weight=3]; 20.82/7.84 72[label="False == False",fontsize=16,color="black",shape="box"];72 -> 113[label="",style="solid", color="black", weight=3]; 20.82/7.84 73[label="False == True",fontsize=16,color="black",shape="box"];73 -> 114[label="",style="solid", color="black", weight=3]; 20.82/7.84 74[label="True == False",fontsize=16,color="black",shape="box"];74 -> 115[label="",style="solid", color="black", weight=3]; 20.82/7.84 75[label="True == True",fontsize=16,color="black",shape="box"];75 -> 116[label="",style="solid", color="black", weight=3]; 20.82/7.84 76[label="LT == LT",fontsize=16,color="black",shape="box"];76 -> 117[label="",style="solid", color="black", weight=3]; 20.82/7.84 77[label="LT == EQ",fontsize=16,color="black",shape="box"];77 -> 118[label="",style="solid", color="black", weight=3]; 20.82/7.84 78[label="LT == GT",fontsize=16,color="black",shape="box"];78 -> 119[label="",style="solid", color="black", weight=3]; 20.82/7.84 79[label="EQ == LT",fontsize=16,color="black",shape="box"];79 -> 120[label="",style="solid", color="black", weight=3]; 20.82/7.84 80[label="EQ == EQ",fontsize=16,color="black",shape="box"];80 -> 121[label="",style="solid", color="black", weight=3]; 20.82/7.84 81[label="EQ == GT",fontsize=16,color="black",shape="box"];81 -> 122[label="",style="solid", color="black", weight=3]; 20.82/7.84 82[label="GT == LT",fontsize=16,color="black",shape="box"];82 -> 123[label="",style="solid", color="black", weight=3]; 20.82/7.84 83[label="GT == EQ",fontsize=16,color="black",shape="box"];83 -> 124[label="",style="solid", color="black", weight=3]; 20.82/7.84 84[label="GT == GT",fontsize=16,color="black",shape="box"];84 -> 125[label="",style="solid", color="black", weight=3]; 20.82/7.84 85[label="() == ()",fontsize=16,color="black",shape="box"];85 -> 126[label="",style="solid", color="black", weight=3]; 20.82/7.84 86[label="vwx300 :% vwx301 == vwx400 :% vwx401",fontsize=16,color="black",shape="box"];86 -> 127[label="",style="solid", color="black", weight=3]; 20.82/7.84 87[label="primEqDouble (Double vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];2203[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];87 -> 2203[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2203 -> 128[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 88[label="Integer vwx300 == Integer vwx400",fontsize=16,color="black",shape="box"];88 -> 129[label="",style="solid", color="black", weight=3]; 20.82/7.84 89[label="(vwx300,vwx301,vwx302) == (vwx400,vwx401,vwx402)",fontsize=16,color="black",shape="box"];89 -> 130[label="",style="solid", color="black", weight=3]; 20.82/7.84 90 -> 980[label="",style="dashed", color="red", weight=0]; 20.82/7.84 90[label="compare2 (vwx11,vwx12) (vwx13,vwx14) False",fontsize=16,color="magenta"];90 -> 981[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 90 -> 982[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 90 -> 983[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 91[label="GT",fontsize=16,color="green",shape="box"];92 -> 980[label="",style="dashed", color="red", weight=0]; 20.82/7.84 92[label="compare2 (vwx11,vwx12) (vwx13,vwx14) (vwx12 == vwx14)",fontsize=16,color="magenta"];92 -> 984[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 92 -> 985[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 92 -> 986[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 93[label="GT",fontsize=16,color="green",shape="box"];94[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2204[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];94 -> 2204[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2204 -> 143[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2205[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];94 -> 2205[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2205 -> 144[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2206[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];94 -> 2206[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2206 -> 145[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2207[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];94 -> 2207[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2207 -> 146[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2208[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];94 -> 2208[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2208 -> 147[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2209[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];94 -> 2209[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2209 -> 148[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2210[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];94 -> 2210[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2210 -> 149[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2211[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];94 -> 2211[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2211 -> 150[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2212[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];94 -> 2212[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2212 -> 151[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2213[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];94 -> 2213[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2213 -> 152[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2214[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];94 -> 2214[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2214 -> 153[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2215[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];94 -> 2215[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2215 -> 154[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2216[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];94 -> 2216[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2216 -> 155[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2217[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];94 -> 2217[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2217 -> 156[label="",style="solid", color="blue", weight=3]; 20.82/7.84 95[label="False",fontsize=16,color="green",shape="box"];96[label="False",fontsize=16,color="green",shape="box"];97[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2218[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 2218[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2218 -> 157[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2219[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 2219[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2219 -> 158[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2220[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 2220[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2220 -> 159[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2221[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 2221[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2221 -> 160[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2222[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 2222[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2222 -> 161[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2223[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 2223[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2223 -> 162[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2224[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 2224[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2224 -> 163[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2225[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 2225[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2225 -> 164[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2226[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 2226[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2226 -> 165[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2227[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 2227[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2227 -> 166[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2228[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 2228[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2228 -> 167[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2229[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 2229[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2229 -> 168[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2230[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 2230[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2230 -> 169[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2231[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 2231[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2231 -> 170[label="",style="solid", color="blue", weight=3]; 20.82/7.84 98[label="primEqFloat (Float vwx300 vwx301) (Float vwx400 vwx401)",fontsize=16,color="black",shape="box"];98 -> 171[label="",style="solid", color="black", weight=3]; 20.82/7.84 99[label="primEqInt (Pos (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];2232[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];99 -> 2232[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2232 -> 172[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2233[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];99 -> 2233[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2233 -> 173[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 100[label="primEqInt (Pos Zero) vwx40",fontsize=16,color="burlywood",shape="box"];2234[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];100 -> 2234[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2234 -> 174[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2235[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];100 -> 2235[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2235 -> 175[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 101[label="primEqInt (Neg (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];2236[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];101 -> 2236[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2236 -> 176[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2237[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];101 -> 2237[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2237 -> 177[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 102[label="primEqInt (Neg Zero) vwx40",fontsize=16,color="burlywood",shape="box"];2238[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];102 -> 2238[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2238 -> 178[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2239[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];102 -> 2239[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2239 -> 179[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 103[label="primEqChar (Char vwx300) (Char vwx400)",fontsize=16,color="black",shape="box"];103 -> 180[label="",style="solid", color="black", weight=3]; 20.82/7.84 104 -> 301[label="",style="dashed", color="red", weight=0]; 20.82/7.84 104[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];104 -> 302[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 104 -> 303[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 105[label="False",fontsize=16,color="green",shape="box"];106[label="False",fontsize=16,color="green",shape="box"];107[label="True",fontsize=16,color="green",shape="box"];108 -> 301[label="",style="dashed", color="red", weight=0]; 20.82/7.84 108[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];108 -> 304[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 108 -> 305[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 109[label="True",fontsize=16,color="green",shape="box"];110[label="False",fontsize=16,color="green",shape="box"];111[label="False",fontsize=16,color="green",shape="box"];112[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2240[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];112 -> 2240[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2240 -> 192[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2241[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];112 -> 2241[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2241 -> 193[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2242[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];112 -> 2242[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2242 -> 194[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2243[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];112 -> 2243[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2243 -> 195[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2244[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];112 -> 2244[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2244 -> 196[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2245[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];112 -> 2245[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2245 -> 197[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2246[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];112 -> 2246[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2246 -> 198[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2247[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];112 -> 2247[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2247 -> 199[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2248[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];112 -> 2248[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2248 -> 200[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2249[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];112 -> 2249[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2249 -> 201[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2250[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];112 -> 2250[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2250 -> 202[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2251[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];112 -> 2251[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2251 -> 203[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2252[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];112 -> 2252[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2252 -> 204[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2253[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];112 -> 2253[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2253 -> 205[label="",style="solid", color="blue", weight=3]; 20.82/7.84 113[label="True",fontsize=16,color="green",shape="box"];114[label="False",fontsize=16,color="green",shape="box"];115[label="False",fontsize=16,color="green",shape="box"];116[label="True",fontsize=16,color="green",shape="box"];117[label="True",fontsize=16,color="green",shape="box"];118[label="False",fontsize=16,color="green",shape="box"];119[label="False",fontsize=16,color="green",shape="box"];120[label="False",fontsize=16,color="green",shape="box"];121[label="True",fontsize=16,color="green",shape="box"];122[label="False",fontsize=16,color="green",shape="box"];123[label="False",fontsize=16,color="green",shape="box"];124[label="False",fontsize=16,color="green",shape="box"];125[label="True",fontsize=16,color="green",shape="box"];126[label="True",fontsize=16,color="green",shape="box"];127 -> 301[label="",style="dashed", color="red", weight=0]; 20.82/7.84 127[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];127 -> 306[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 127 -> 307[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 128[label="primEqDouble (Double vwx300 vwx301) (Double vwx400 vwx401)",fontsize=16,color="black",shape="box"];128 -> 206[label="",style="solid", color="black", weight=3]; 20.82/7.84 129 -> 36[label="",style="dashed", color="red", weight=0]; 20.82/7.84 129[label="primEqInt vwx300 vwx400",fontsize=16,color="magenta"];129 -> 207[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 129 -> 208[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 130 -> 301[label="",style="dashed", color="red", weight=0]; 20.82/7.84 130[label="vwx300 == vwx400 && vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];130 -> 308[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 130 -> 309[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 981[label="False",fontsize=16,color="green",shape="box"];982[label="(vwx13,vwx14)",fontsize=16,color="green",shape="box"];983[label="(vwx11,vwx12)",fontsize=16,color="green",shape="box"];980[label="compare2 vwx22 vwx24 vwx51",fontsize=16,color="burlywood",shape="triangle"];2254[label="vwx51/False",fontsize=10,color="white",style="solid",shape="box"];980 -> 2254[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2254 -> 991[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2255[label="vwx51/True",fontsize=10,color="white",style="solid",shape="box"];980 -> 2255[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2255 -> 992[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 984[label="vwx12 == vwx14",fontsize=16,color="blue",shape="box"];2256[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];984 -> 2256[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2256 -> 993[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2257[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];984 -> 2257[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2257 -> 994[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2258[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];984 -> 2258[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2258 -> 995[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2259[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];984 -> 2259[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2259 -> 996[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2260[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];984 -> 2260[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2260 -> 997[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2261[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];984 -> 2261[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2261 -> 998[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2262[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];984 -> 2262[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2262 -> 999[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2263[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];984 -> 2263[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2263 -> 1000[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2264[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];984 -> 2264[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2264 -> 1001[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2265[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];984 -> 2265[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2265 -> 1002[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2266[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];984 -> 2266[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2266 -> 1003[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2267[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];984 -> 2267[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2267 -> 1004[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2268[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];984 -> 2268[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2268 -> 1005[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2269[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];984 -> 2269[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2269 -> 1006[label="",style="solid", color="blue", weight=3]; 20.82/7.84 985[label="(vwx13,vwx14)",fontsize=16,color="green",shape="box"];986[label="(vwx11,vwx12)",fontsize=16,color="green",shape="box"];143 -> 17[label="",style="dashed", color="red", weight=0]; 20.82/7.84 143[label="vwx300 == vwx400",fontsize=16,color="magenta"];143 -> 225[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 143 -> 226[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 144 -> 18[label="",style="dashed", color="red", weight=0]; 20.82/7.84 144[label="vwx300 == vwx400",fontsize=16,color="magenta"];144 -> 227[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 144 -> 228[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 145 -> 19[label="",style="dashed", color="red", weight=0]; 20.82/7.84 145[label="vwx300 == vwx400",fontsize=16,color="magenta"];145 -> 229[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 145 -> 230[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 146 -> 20[label="",style="dashed", color="red", weight=0]; 20.82/7.84 146[label="vwx300 == vwx400",fontsize=16,color="magenta"];146 -> 231[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 146 -> 232[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 147 -> 21[label="",style="dashed", color="red", weight=0]; 20.82/7.84 147[label="vwx300 == vwx400",fontsize=16,color="magenta"];147 -> 233[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 147 -> 234[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 148 -> 22[label="",style="dashed", color="red", weight=0]; 20.82/7.84 148[label="vwx300 == vwx400",fontsize=16,color="magenta"];148 -> 235[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 148 -> 236[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 149 -> 23[label="",style="dashed", color="red", weight=0]; 20.82/7.84 149[label="vwx300 == vwx400",fontsize=16,color="magenta"];149 -> 237[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 149 -> 238[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 150 -> 24[label="",style="dashed", color="red", weight=0]; 20.82/7.84 150[label="vwx300 == vwx400",fontsize=16,color="magenta"];150 -> 239[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 150 -> 240[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 151 -> 25[label="",style="dashed", color="red", weight=0]; 20.82/7.84 151[label="vwx300 == vwx400",fontsize=16,color="magenta"];151 -> 241[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 151 -> 242[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 152 -> 26[label="",style="dashed", color="red", weight=0]; 20.82/7.84 152[label="vwx300 == vwx400",fontsize=16,color="magenta"];152 -> 243[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 152 -> 244[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 153 -> 27[label="",style="dashed", color="red", weight=0]; 20.82/7.84 153[label="vwx300 == vwx400",fontsize=16,color="magenta"];153 -> 245[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 153 -> 246[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 154 -> 28[label="",style="dashed", color="red", weight=0]; 20.82/7.84 154[label="vwx300 == vwx400",fontsize=16,color="magenta"];154 -> 247[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 154 -> 248[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 155 -> 29[label="",style="dashed", color="red", weight=0]; 20.82/7.84 155[label="vwx300 == vwx400",fontsize=16,color="magenta"];155 -> 249[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 155 -> 250[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 156 -> 30[label="",style="dashed", color="red", weight=0]; 20.82/7.84 156[label="vwx300 == vwx400",fontsize=16,color="magenta"];156 -> 251[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 156 -> 252[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 157 -> 17[label="",style="dashed", color="red", weight=0]; 20.82/7.84 157[label="vwx300 == vwx400",fontsize=16,color="magenta"];157 -> 253[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 157 -> 254[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 158 -> 18[label="",style="dashed", color="red", weight=0]; 20.82/7.84 158[label="vwx300 == vwx400",fontsize=16,color="magenta"];158 -> 255[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 158 -> 256[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 159 -> 19[label="",style="dashed", color="red", weight=0]; 20.82/7.84 159[label="vwx300 == vwx400",fontsize=16,color="magenta"];159 -> 257[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 159 -> 258[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 160 -> 20[label="",style="dashed", color="red", weight=0]; 20.82/7.84 160[label="vwx300 == vwx400",fontsize=16,color="magenta"];160 -> 259[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 160 -> 260[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 161 -> 21[label="",style="dashed", color="red", weight=0]; 20.82/7.84 161[label="vwx300 == vwx400",fontsize=16,color="magenta"];161 -> 261[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 161 -> 262[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 162 -> 22[label="",style="dashed", color="red", weight=0]; 20.82/7.84 162[label="vwx300 == vwx400",fontsize=16,color="magenta"];162 -> 263[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 162 -> 264[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 163 -> 23[label="",style="dashed", color="red", weight=0]; 20.82/7.84 163[label="vwx300 == vwx400",fontsize=16,color="magenta"];163 -> 265[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 163 -> 266[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 164 -> 24[label="",style="dashed", color="red", weight=0]; 20.82/7.84 164[label="vwx300 == vwx400",fontsize=16,color="magenta"];164 -> 267[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 164 -> 268[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 165 -> 25[label="",style="dashed", color="red", weight=0]; 20.82/7.84 165[label="vwx300 == vwx400",fontsize=16,color="magenta"];165 -> 269[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 165 -> 270[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 166 -> 26[label="",style="dashed", color="red", weight=0]; 20.82/7.84 166[label="vwx300 == vwx400",fontsize=16,color="magenta"];166 -> 271[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 166 -> 272[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 167 -> 27[label="",style="dashed", color="red", weight=0]; 20.82/7.84 167[label="vwx300 == vwx400",fontsize=16,color="magenta"];167 -> 273[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 167 -> 274[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 168 -> 28[label="",style="dashed", color="red", weight=0]; 20.82/7.84 168[label="vwx300 == vwx400",fontsize=16,color="magenta"];168 -> 275[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 168 -> 276[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 169 -> 29[label="",style="dashed", color="red", weight=0]; 20.82/7.84 169[label="vwx300 == vwx400",fontsize=16,color="magenta"];169 -> 277[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 169 -> 278[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 170 -> 30[label="",style="dashed", color="red", weight=0]; 20.82/7.84 170[label="vwx300 == vwx400",fontsize=16,color="magenta"];170 -> 279[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 170 -> 280[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 171 -> 19[label="",style="dashed", color="red", weight=0]; 20.82/7.84 171[label="vwx300 * vwx401 == vwx301 * vwx400",fontsize=16,color="magenta"];171 -> 281[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 171 -> 282[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 172[label="primEqInt (Pos (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];2270[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];172 -> 2270[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2270 -> 283[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2271[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];172 -> 2271[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2271 -> 284[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 173[label="primEqInt (Pos (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];173 -> 285[label="",style="solid", color="black", weight=3]; 20.82/7.84 174[label="primEqInt (Pos Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];2272[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];174 -> 2272[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2272 -> 286[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2273[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];174 -> 2273[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2273 -> 287[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 175[label="primEqInt (Pos Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];2274[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];175 -> 2274[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2274 -> 288[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2275[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];175 -> 2275[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2275 -> 289[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 176[label="primEqInt (Neg (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];176 -> 290[label="",style="solid", color="black", weight=3]; 20.82/7.84 177[label="primEqInt (Neg (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];2276[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];177 -> 2276[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2276 -> 291[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2277[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];177 -> 2277[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2277 -> 292[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 178[label="primEqInt (Neg Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];2278[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];178 -> 2278[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2278 -> 293[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2279[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];178 -> 2279[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2279 -> 294[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 179[label="primEqInt (Neg Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];2280[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];179 -> 2280[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2280 -> 295[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2281[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];179 -> 2281[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2281 -> 296[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 180[label="primEqNat vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];2282[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];180 -> 2282[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2282 -> 297[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2283[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];180 -> 2283[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2283 -> 298[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 302[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2284[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 2284[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2284 -> 314[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2285[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 2285[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2285 -> 315[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2286[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 2286[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2286 -> 316[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2287[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 2287[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2287 -> 317[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2288[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 2288[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2288 -> 318[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2289[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 2289[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2289 -> 319[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2290[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 2290[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2290 -> 320[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2291[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 2291[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2291 -> 321[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2292[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 2292[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2292 -> 322[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2293[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 2293[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2293 -> 323[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2294[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 2294[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2294 -> 324[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2295[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 2295[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2295 -> 325[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2296[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 2296[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2296 -> 326[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2297[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];302 -> 2297[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2297 -> 327[label="",style="solid", color="blue", weight=3]; 20.82/7.84 303 -> 21[label="",style="dashed", color="red", weight=0]; 20.82/7.84 303[label="vwx301 == vwx401",fontsize=16,color="magenta"];303 -> 328[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 303 -> 329[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 301[label="vwx31 && vwx32",fontsize=16,color="burlywood",shape="triangle"];2298[label="vwx31/False",fontsize=10,color="white",style="solid",shape="box"];301 -> 2298[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2298 -> 330[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2299[label="vwx31/True",fontsize=10,color="white",style="solid",shape="box"];301 -> 2299[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2299 -> 331[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 304[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2300[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];304 -> 2300[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2300 -> 332[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2301[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];304 -> 2301[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2301 -> 333[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2302[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];304 -> 2302[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2302 -> 334[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2303[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];304 -> 2303[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2303 -> 335[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2304[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];304 -> 2304[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2304 -> 336[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2305[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];304 -> 2305[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2305 -> 337[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2306[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];304 -> 2306[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2306 -> 338[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2307[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];304 -> 2307[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2307 -> 339[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2308[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];304 -> 2308[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2308 -> 340[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2309[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];304 -> 2309[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2309 -> 341[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2310[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];304 -> 2310[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2310 -> 342[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2311[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];304 -> 2311[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2311 -> 343[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2312[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];304 -> 2312[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2312 -> 344[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2313[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];304 -> 2313[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2313 -> 345[label="",style="solid", color="blue", weight=3]; 20.82/7.84 305[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];2314[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];305 -> 2314[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2314 -> 346[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2315[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];305 -> 2315[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2315 -> 347[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2316[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];305 -> 2316[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2316 -> 348[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2317[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];305 -> 2317[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2317 -> 349[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2318[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];305 -> 2318[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2318 -> 350[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2319[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];305 -> 2319[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2319 -> 351[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2320[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];305 -> 2320[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2320 -> 352[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2321[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];305 -> 2321[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2321 -> 353[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2322[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];305 -> 2322[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2322 -> 354[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2323[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];305 -> 2323[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2323 -> 355[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2324[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];305 -> 2324[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2324 -> 356[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2325[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];305 -> 2325[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2325 -> 357[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2326[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];305 -> 2326[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2326 -> 358[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2327[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];305 -> 2327[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2327 -> 359[label="",style="solid", color="blue", weight=3]; 20.82/7.84 192 -> 17[label="",style="dashed", color="red", weight=0]; 20.82/7.84 192[label="vwx300 == vwx400",fontsize=16,color="magenta"];192 -> 360[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 192 -> 361[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 193 -> 18[label="",style="dashed", color="red", weight=0]; 20.82/7.84 193[label="vwx300 == vwx400",fontsize=16,color="magenta"];193 -> 362[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 193 -> 363[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 194 -> 19[label="",style="dashed", color="red", weight=0]; 20.82/7.84 194[label="vwx300 == vwx400",fontsize=16,color="magenta"];194 -> 364[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 194 -> 365[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 195 -> 20[label="",style="dashed", color="red", weight=0]; 20.82/7.84 195[label="vwx300 == vwx400",fontsize=16,color="magenta"];195 -> 366[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 195 -> 367[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 196 -> 21[label="",style="dashed", color="red", weight=0]; 20.82/7.84 196[label="vwx300 == vwx400",fontsize=16,color="magenta"];196 -> 368[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 196 -> 369[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 197 -> 22[label="",style="dashed", color="red", weight=0]; 20.82/7.84 197[label="vwx300 == vwx400",fontsize=16,color="magenta"];197 -> 370[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 197 -> 371[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 198 -> 23[label="",style="dashed", color="red", weight=0]; 20.82/7.84 198[label="vwx300 == vwx400",fontsize=16,color="magenta"];198 -> 372[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 198 -> 373[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 199 -> 24[label="",style="dashed", color="red", weight=0]; 20.82/7.84 199[label="vwx300 == vwx400",fontsize=16,color="magenta"];199 -> 374[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 199 -> 375[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 200 -> 25[label="",style="dashed", color="red", weight=0]; 20.82/7.84 200[label="vwx300 == vwx400",fontsize=16,color="magenta"];200 -> 376[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 200 -> 377[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 201 -> 26[label="",style="dashed", color="red", weight=0]; 20.82/7.84 201[label="vwx300 == vwx400",fontsize=16,color="magenta"];201 -> 378[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 201 -> 379[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 202 -> 27[label="",style="dashed", color="red", weight=0]; 20.82/7.84 202[label="vwx300 == vwx400",fontsize=16,color="magenta"];202 -> 380[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 202 -> 381[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 203 -> 28[label="",style="dashed", color="red", weight=0]; 20.82/7.84 203[label="vwx300 == vwx400",fontsize=16,color="magenta"];203 -> 382[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 203 -> 383[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 204 -> 29[label="",style="dashed", color="red", weight=0]; 20.82/7.84 204[label="vwx300 == vwx400",fontsize=16,color="magenta"];204 -> 384[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 204 -> 385[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 205 -> 30[label="",style="dashed", color="red", weight=0]; 20.82/7.84 205[label="vwx300 == vwx400",fontsize=16,color="magenta"];205 -> 386[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 205 -> 387[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 306[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2328[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];306 -> 2328[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2328 -> 388[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2329[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];306 -> 2329[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2329 -> 389[label="",style="solid", color="blue", weight=3]; 20.82/7.84 307[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];2330[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];307 -> 2330[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2330 -> 390[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2331[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];307 -> 2331[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2331 -> 391[label="",style="solid", color="blue", weight=3]; 20.82/7.84 206 -> 19[label="",style="dashed", color="red", weight=0]; 20.82/7.84 206[label="vwx300 * vwx401 == vwx301 * vwx400",fontsize=16,color="magenta"];206 -> 392[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 206 -> 393[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 207[label="vwx300",fontsize=16,color="green",shape="box"];208[label="vwx400",fontsize=16,color="green",shape="box"];308[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2332[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];308 -> 2332[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2332 -> 394[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2333[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];308 -> 2333[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2333 -> 395[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2334[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];308 -> 2334[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2334 -> 396[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2335[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];308 -> 2335[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2335 -> 397[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2336[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];308 -> 2336[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2336 -> 398[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2337[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];308 -> 2337[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2337 -> 399[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2338[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];308 -> 2338[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2338 -> 400[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2339[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];308 -> 2339[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2339 -> 401[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2340[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];308 -> 2340[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2340 -> 402[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2341[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];308 -> 2341[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2341 -> 403[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2342[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];308 -> 2342[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2342 -> 404[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2343[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];308 -> 2343[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2343 -> 405[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2344[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];308 -> 2344[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2344 -> 406[label="",style="solid", color="blue", weight=3]; 20.82/7.84 2345[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];308 -> 2345[label="",style="solid", color="blue", weight=9]; 20.82/7.84 2345 -> 407[label="",style="solid", color="blue", weight=3]; 20.82/7.84 309 -> 301[label="",style="dashed", color="red", weight=0]; 20.82/7.84 309[label="vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];309 -> 408[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 309 -> 409[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 991[label="compare2 vwx22 vwx24 False",fontsize=16,color="black",shape="box"];991 -> 1009[label="",style="solid", color="black", weight=3]; 20.82/7.84 992[label="compare2 vwx22 vwx24 True",fontsize=16,color="black",shape="box"];992 -> 1010[label="",style="solid", color="black", weight=3]; 20.82/7.84 993 -> 17[label="",style="dashed", color="red", weight=0]; 20.82/7.84 993[label="vwx12 == vwx14",fontsize=16,color="magenta"];993 -> 1011[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 993 -> 1012[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 994 -> 18[label="",style="dashed", color="red", weight=0]; 20.82/7.84 994[label="vwx12 == vwx14",fontsize=16,color="magenta"];994 -> 1013[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 994 -> 1014[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 995 -> 19[label="",style="dashed", color="red", weight=0]; 20.82/7.84 995[label="vwx12 == vwx14",fontsize=16,color="magenta"];995 -> 1015[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 995 -> 1016[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 996 -> 20[label="",style="dashed", color="red", weight=0]; 20.82/7.84 996[label="vwx12 == vwx14",fontsize=16,color="magenta"];996 -> 1017[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 996 -> 1018[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 997 -> 21[label="",style="dashed", color="red", weight=0]; 20.82/7.84 997[label="vwx12 == vwx14",fontsize=16,color="magenta"];997 -> 1019[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 997 -> 1020[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 998 -> 22[label="",style="dashed", color="red", weight=0]; 20.82/7.84 998[label="vwx12 == vwx14",fontsize=16,color="magenta"];998 -> 1021[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 998 -> 1022[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 999 -> 23[label="",style="dashed", color="red", weight=0]; 20.82/7.84 999[label="vwx12 == vwx14",fontsize=16,color="magenta"];999 -> 1023[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 999 -> 1024[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 1000 -> 24[label="",style="dashed", color="red", weight=0]; 20.82/7.84 1000[label="vwx12 == vwx14",fontsize=16,color="magenta"];1000 -> 1025[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 1000 -> 1026[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 1001 -> 25[label="",style="dashed", color="red", weight=0]; 20.82/7.84 1001[label="vwx12 == vwx14",fontsize=16,color="magenta"];1001 -> 1027[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 1001 -> 1028[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 1002 -> 26[label="",style="dashed", color="red", weight=0]; 20.82/7.84 1002[label="vwx12 == vwx14",fontsize=16,color="magenta"];1002 -> 1029[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 1002 -> 1030[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 1003 -> 27[label="",style="dashed", color="red", weight=0]; 20.82/7.84 1003[label="vwx12 == vwx14",fontsize=16,color="magenta"];1003 -> 1031[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 1003 -> 1032[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 1004 -> 28[label="",style="dashed", color="red", weight=0]; 20.82/7.84 1004[label="vwx12 == vwx14",fontsize=16,color="magenta"];1004 -> 1033[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 1004 -> 1034[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 1005 -> 29[label="",style="dashed", color="red", weight=0]; 20.82/7.84 1005[label="vwx12 == vwx14",fontsize=16,color="magenta"];1005 -> 1035[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 1005 -> 1036[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 1006 -> 30[label="",style="dashed", color="red", weight=0]; 20.82/7.84 1006[label="vwx12 == vwx14",fontsize=16,color="magenta"];1006 -> 1037[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 1006 -> 1038[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 225[label="vwx300",fontsize=16,color="green",shape="box"];226[label="vwx400",fontsize=16,color="green",shape="box"];227[label="vwx300",fontsize=16,color="green",shape="box"];228[label="vwx400",fontsize=16,color="green",shape="box"];229[label="vwx300",fontsize=16,color="green",shape="box"];230[label="vwx400",fontsize=16,color="green",shape="box"];231[label="vwx300",fontsize=16,color="green",shape="box"];232[label="vwx400",fontsize=16,color="green",shape="box"];233[label="vwx300",fontsize=16,color="green",shape="box"];234[label="vwx400",fontsize=16,color="green",shape="box"];235[label="vwx300",fontsize=16,color="green",shape="box"];236[label="vwx400",fontsize=16,color="green",shape="box"];237[label="vwx300",fontsize=16,color="green",shape="box"];238[label="vwx400",fontsize=16,color="green",shape="box"];239[label="vwx300",fontsize=16,color="green",shape="box"];240[label="vwx400",fontsize=16,color="green",shape="box"];241[label="vwx300",fontsize=16,color="green",shape="box"];242[label="vwx400",fontsize=16,color="green",shape="box"];243[label="vwx300",fontsize=16,color="green",shape="box"];244[label="vwx400",fontsize=16,color="green",shape="box"];245[label="vwx300",fontsize=16,color="green",shape="box"];246[label="vwx400",fontsize=16,color="green",shape="box"];247[label="vwx300",fontsize=16,color="green",shape="box"];248[label="vwx400",fontsize=16,color="green",shape="box"];249[label="vwx300",fontsize=16,color="green",shape="box"];250[label="vwx400",fontsize=16,color="green",shape="box"];251[label="vwx300",fontsize=16,color="green",shape="box"];252[label="vwx400",fontsize=16,color="green",shape="box"];253[label="vwx300",fontsize=16,color="green",shape="box"];254[label="vwx400",fontsize=16,color="green",shape="box"];255[label="vwx300",fontsize=16,color="green",shape="box"];256[label="vwx400",fontsize=16,color="green",shape="box"];257[label="vwx300",fontsize=16,color="green",shape="box"];258[label="vwx400",fontsize=16,color="green",shape="box"];259[label="vwx300",fontsize=16,color="green",shape="box"];260[label="vwx400",fontsize=16,color="green",shape="box"];261[label="vwx300",fontsize=16,color="green",shape="box"];262[label="vwx400",fontsize=16,color="green",shape="box"];263[label="vwx300",fontsize=16,color="green",shape="box"];264[label="vwx400",fontsize=16,color="green",shape="box"];265[label="vwx300",fontsize=16,color="green",shape="box"];266[label="vwx400",fontsize=16,color="green",shape="box"];267[label="vwx300",fontsize=16,color="green",shape="box"];268[label="vwx400",fontsize=16,color="green",shape="box"];269[label="vwx300",fontsize=16,color="green",shape="box"];270[label="vwx400",fontsize=16,color="green",shape="box"];271[label="vwx300",fontsize=16,color="green",shape="box"];272[label="vwx400",fontsize=16,color="green",shape="box"];273[label="vwx300",fontsize=16,color="green",shape="box"];274[label="vwx400",fontsize=16,color="green",shape="box"];275[label="vwx300",fontsize=16,color="green",shape="box"];276[label="vwx400",fontsize=16,color="green",shape="box"];277[label="vwx300",fontsize=16,color="green",shape="box"];278[label="vwx400",fontsize=16,color="green",shape="box"];279[label="vwx300",fontsize=16,color="green",shape="box"];280[label="vwx400",fontsize=16,color="green",shape="box"];281[label="vwx300 * vwx401",fontsize=16,color="black",shape="triangle"];281 -> 440[label="",style="solid", color="black", weight=3]; 20.82/7.84 282 -> 281[label="",style="dashed", color="red", weight=0]; 20.82/7.84 282[label="vwx301 * vwx400",fontsize=16,color="magenta"];282 -> 441[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 282 -> 442[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 283[label="primEqInt (Pos (Succ vwx3000)) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];283 -> 443[label="",style="solid", color="black", weight=3]; 20.82/7.84 284[label="primEqInt (Pos (Succ vwx3000)) (Pos Zero)",fontsize=16,color="black",shape="box"];284 -> 444[label="",style="solid", color="black", weight=3]; 20.82/7.84 285[label="False",fontsize=16,color="green",shape="box"];286[label="primEqInt (Pos Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];286 -> 445[label="",style="solid", color="black", weight=3]; 20.82/7.84 287[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];287 -> 446[label="",style="solid", color="black", weight=3]; 20.82/7.84 288[label="primEqInt (Pos Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];288 -> 447[label="",style="solid", color="black", weight=3]; 20.82/7.84 289[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];289 -> 448[label="",style="solid", color="black", weight=3]; 20.82/7.84 290[label="False",fontsize=16,color="green",shape="box"];291[label="primEqInt (Neg (Succ vwx3000)) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];291 -> 449[label="",style="solid", color="black", weight=3]; 20.82/7.84 292[label="primEqInt (Neg (Succ vwx3000)) (Neg Zero)",fontsize=16,color="black",shape="box"];292 -> 450[label="",style="solid", color="black", weight=3]; 20.82/7.84 293[label="primEqInt (Neg Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];293 -> 451[label="",style="solid", color="black", weight=3]; 20.82/7.84 294[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];294 -> 452[label="",style="solid", color="black", weight=3]; 20.82/7.84 295[label="primEqInt (Neg Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];295 -> 453[label="",style="solid", color="black", weight=3]; 20.82/7.84 296[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];296 -> 454[label="",style="solid", color="black", weight=3]; 20.82/7.84 297[label="primEqNat (Succ vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];2346[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];297 -> 2346[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2346 -> 455[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2347[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];297 -> 2347[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2347 -> 456[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 298[label="primEqNat Zero vwx400",fontsize=16,color="burlywood",shape="box"];2348[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];298 -> 2348[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2348 -> 457[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 2349[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];298 -> 2349[label="",style="solid", color="burlywood", weight=9]; 20.82/7.84 2349 -> 458[label="",style="solid", color="burlywood", weight=3]; 20.82/7.84 314 -> 17[label="",style="dashed", color="red", weight=0]; 20.82/7.84 314[label="vwx300 == vwx400",fontsize=16,color="magenta"];314 -> 459[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 314 -> 460[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 315 -> 18[label="",style="dashed", color="red", weight=0]; 20.82/7.84 315[label="vwx300 == vwx400",fontsize=16,color="magenta"];315 -> 461[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 315 -> 462[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 316 -> 19[label="",style="dashed", color="red", weight=0]; 20.82/7.84 316[label="vwx300 == vwx400",fontsize=16,color="magenta"];316 -> 463[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 316 -> 464[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 317 -> 20[label="",style="dashed", color="red", weight=0]; 20.82/7.84 317[label="vwx300 == vwx400",fontsize=16,color="magenta"];317 -> 465[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 317 -> 466[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 318 -> 21[label="",style="dashed", color="red", weight=0]; 20.82/7.84 318[label="vwx300 == vwx400",fontsize=16,color="magenta"];318 -> 467[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 318 -> 468[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 319 -> 22[label="",style="dashed", color="red", weight=0]; 20.82/7.84 319[label="vwx300 == vwx400",fontsize=16,color="magenta"];319 -> 469[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 319 -> 470[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 320 -> 23[label="",style="dashed", color="red", weight=0]; 20.82/7.84 320[label="vwx300 == vwx400",fontsize=16,color="magenta"];320 -> 471[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 320 -> 472[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 321 -> 24[label="",style="dashed", color="red", weight=0]; 20.82/7.84 321[label="vwx300 == vwx400",fontsize=16,color="magenta"];321 -> 473[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 321 -> 474[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 322 -> 25[label="",style="dashed", color="red", weight=0]; 20.82/7.84 322[label="vwx300 == vwx400",fontsize=16,color="magenta"];322 -> 475[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 322 -> 476[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 323 -> 26[label="",style="dashed", color="red", weight=0]; 20.82/7.84 323[label="vwx300 == vwx400",fontsize=16,color="magenta"];323 -> 477[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 323 -> 478[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 324 -> 27[label="",style="dashed", color="red", weight=0]; 20.82/7.84 324[label="vwx300 == vwx400",fontsize=16,color="magenta"];324 -> 479[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 324 -> 480[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 325 -> 28[label="",style="dashed", color="red", weight=0]; 20.82/7.84 325[label="vwx300 == vwx400",fontsize=16,color="magenta"];325 -> 481[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 325 -> 482[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 326 -> 29[label="",style="dashed", color="red", weight=0]; 20.82/7.84 326[label="vwx300 == vwx400",fontsize=16,color="magenta"];326 -> 483[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 326 -> 484[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 327 -> 30[label="",style="dashed", color="red", weight=0]; 20.82/7.84 327[label="vwx300 == vwx400",fontsize=16,color="magenta"];327 -> 485[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 327 -> 486[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 328[label="vwx301",fontsize=16,color="green",shape="box"];329[label="vwx401",fontsize=16,color="green",shape="box"];330[label="False && vwx32",fontsize=16,color="black",shape="box"];330 -> 487[label="",style="solid", color="black", weight=3]; 20.82/7.84 331[label="True && vwx32",fontsize=16,color="black",shape="box"];331 -> 488[label="",style="solid", color="black", weight=3]; 20.82/7.84 332 -> 17[label="",style="dashed", color="red", weight=0]; 20.82/7.84 332[label="vwx300 == vwx400",fontsize=16,color="magenta"];332 -> 489[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 332 -> 490[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 333 -> 18[label="",style="dashed", color="red", weight=0]; 20.82/7.84 333[label="vwx300 == vwx400",fontsize=16,color="magenta"];333 -> 491[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 333 -> 492[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 334 -> 19[label="",style="dashed", color="red", weight=0]; 20.82/7.84 334[label="vwx300 == vwx400",fontsize=16,color="magenta"];334 -> 493[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 334 -> 494[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 335 -> 20[label="",style="dashed", color="red", weight=0]; 20.82/7.84 335[label="vwx300 == vwx400",fontsize=16,color="magenta"];335 -> 495[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 335 -> 496[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 336 -> 21[label="",style="dashed", color="red", weight=0]; 20.82/7.84 336[label="vwx300 == vwx400",fontsize=16,color="magenta"];336 -> 497[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 336 -> 498[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 337 -> 22[label="",style="dashed", color="red", weight=0]; 20.82/7.84 337[label="vwx300 == vwx400",fontsize=16,color="magenta"];337 -> 499[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 337 -> 500[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 338 -> 23[label="",style="dashed", color="red", weight=0]; 20.82/7.84 338[label="vwx300 == vwx400",fontsize=16,color="magenta"];338 -> 501[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 338 -> 502[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 339 -> 24[label="",style="dashed", color="red", weight=0]; 20.82/7.84 339[label="vwx300 == vwx400",fontsize=16,color="magenta"];339 -> 503[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 339 -> 504[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 340 -> 25[label="",style="dashed", color="red", weight=0]; 20.82/7.84 340[label="vwx300 == vwx400",fontsize=16,color="magenta"];340 -> 505[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 340 -> 506[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 341 -> 26[label="",style="dashed", color="red", weight=0]; 20.82/7.84 341[label="vwx300 == vwx400",fontsize=16,color="magenta"];341 -> 507[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 341 -> 508[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 342 -> 27[label="",style="dashed", color="red", weight=0]; 20.82/7.84 342[label="vwx300 == vwx400",fontsize=16,color="magenta"];342 -> 509[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 342 -> 510[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 343 -> 28[label="",style="dashed", color="red", weight=0]; 20.82/7.84 343[label="vwx300 == vwx400",fontsize=16,color="magenta"];343 -> 511[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 343 -> 512[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 344 -> 29[label="",style="dashed", color="red", weight=0]; 20.82/7.84 344[label="vwx300 == vwx400",fontsize=16,color="magenta"];344 -> 513[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 344 -> 514[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 345 -> 30[label="",style="dashed", color="red", weight=0]; 20.82/7.84 345[label="vwx300 == vwx400",fontsize=16,color="magenta"];345 -> 515[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 345 -> 516[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 346 -> 17[label="",style="dashed", color="red", weight=0]; 20.82/7.84 346[label="vwx301 == vwx401",fontsize=16,color="magenta"];346 -> 517[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 346 -> 518[label="",style="dashed", color="magenta", weight=3]; 20.82/7.84 347 -> 18[label="",style="dashed", color="red", weight=0]; 20.88/7.84 347[label="vwx301 == vwx401",fontsize=16,color="magenta"];347 -> 519[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 347 -> 520[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 348 -> 19[label="",style="dashed", color="red", weight=0]; 20.88/7.84 348[label="vwx301 == vwx401",fontsize=16,color="magenta"];348 -> 521[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 348 -> 522[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 349 -> 20[label="",style="dashed", color="red", weight=0]; 20.88/7.84 349[label="vwx301 == vwx401",fontsize=16,color="magenta"];349 -> 523[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 349 -> 524[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 350 -> 21[label="",style="dashed", color="red", weight=0]; 20.88/7.84 350[label="vwx301 == vwx401",fontsize=16,color="magenta"];350 -> 525[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 350 -> 526[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 351 -> 22[label="",style="dashed", color="red", weight=0]; 20.88/7.84 351[label="vwx301 == vwx401",fontsize=16,color="magenta"];351 -> 527[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 351 -> 528[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 352 -> 23[label="",style="dashed", color="red", weight=0]; 20.88/7.84 352[label="vwx301 == vwx401",fontsize=16,color="magenta"];352 -> 529[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 352 -> 530[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 353 -> 24[label="",style="dashed", color="red", weight=0]; 20.88/7.84 353[label="vwx301 == vwx401",fontsize=16,color="magenta"];353 -> 531[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 353 -> 532[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 354 -> 25[label="",style="dashed", color="red", weight=0]; 20.88/7.84 354[label="vwx301 == vwx401",fontsize=16,color="magenta"];354 -> 533[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 354 -> 534[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 355 -> 26[label="",style="dashed", color="red", weight=0]; 20.88/7.84 355[label="vwx301 == vwx401",fontsize=16,color="magenta"];355 -> 535[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 355 -> 536[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 356 -> 27[label="",style="dashed", color="red", weight=0]; 20.88/7.84 356[label="vwx301 == vwx401",fontsize=16,color="magenta"];356 -> 537[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 356 -> 538[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 357 -> 28[label="",style="dashed", color="red", weight=0]; 20.88/7.84 357[label="vwx301 == vwx401",fontsize=16,color="magenta"];357 -> 539[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 357 -> 540[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 358 -> 29[label="",style="dashed", color="red", weight=0]; 20.88/7.84 358[label="vwx301 == vwx401",fontsize=16,color="magenta"];358 -> 541[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 358 -> 542[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 359 -> 30[label="",style="dashed", color="red", weight=0]; 20.88/7.84 359[label="vwx301 == vwx401",fontsize=16,color="magenta"];359 -> 543[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 359 -> 544[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 360[label="vwx300",fontsize=16,color="green",shape="box"];361[label="vwx400",fontsize=16,color="green",shape="box"];362[label="vwx300",fontsize=16,color="green",shape="box"];363[label="vwx400",fontsize=16,color="green",shape="box"];364[label="vwx300",fontsize=16,color="green",shape="box"];365[label="vwx400",fontsize=16,color="green",shape="box"];366[label="vwx300",fontsize=16,color="green",shape="box"];367[label="vwx400",fontsize=16,color="green",shape="box"];368[label="vwx300",fontsize=16,color="green",shape="box"];369[label="vwx400",fontsize=16,color="green",shape="box"];370[label="vwx300",fontsize=16,color="green",shape="box"];371[label="vwx400",fontsize=16,color="green",shape="box"];372[label="vwx300",fontsize=16,color="green",shape="box"];373[label="vwx400",fontsize=16,color="green",shape="box"];374[label="vwx300",fontsize=16,color="green",shape="box"];375[label="vwx400",fontsize=16,color="green",shape="box"];376[label="vwx300",fontsize=16,color="green",shape="box"];377[label="vwx400",fontsize=16,color="green",shape="box"];378[label="vwx300",fontsize=16,color="green",shape="box"];379[label="vwx400",fontsize=16,color="green",shape="box"];380[label="vwx300",fontsize=16,color="green",shape="box"];381[label="vwx400",fontsize=16,color="green",shape="box"];382[label="vwx300",fontsize=16,color="green",shape="box"];383[label="vwx400",fontsize=16,color="green",shape="box"];384[label="vwx300",fontsize=16,color="green",shape="box"];385[label="vwx400",fontsize=16,color="green",shape="box"];386[label="vwx300",fontsize=16,color="green",shape="box"];387[label="vwx400",fontsize=16,color="green",shape="box"];388 -> 19[label="",style="dashed", color="red", weight=0]; 20.88/7.84 388[label="vwx300 == vwx400",fontsize=16,color="magenta"];388 -> 545[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 388 -> 546[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 389 -> 29[label="",style="dashed", color="red", weight=0]; 20.88/7.84 389[label="vwx300 == vwx400",fontsize=16,color="magenta"];389 -> 547[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 389 -> 548[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 390 -> 19[label="",style="dashed", color="red", weight=0]; 20.88/7.84 390[label="vwx301 == vwx401",fontsize=16,color="magenta"];390 -> 549[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 390 -> 550[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 391 -> 29[label="",style="dashed", color="red", weight=0]; 20.88/7.84 391[label="vwx301 == vwx401",fontsize=16,color="magenta"];391 -> 551[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 391 -> 552[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 392 -> 281[label="",style="dashed", color="red", weight=0]; 20.88/7.84 392[label="vwx300 * vwx401",fontsize=16,color="magenta"];392 -> 553[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 392 -> 554[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 393 -> 281[label="",style="dashed", color="red", weight=0]; 20.88/7.84 393[label="vwx301 * vwx400",fontsize=16,color="magenta"];393 -> 555[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 393 -> 556[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 394 -> 17[label="",style="dashed", color="red", weight=0]; 20.88/7.84 394[label="vwx300 == vwx400",fontsize=16,color="magenta"];394 -> 557[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 394 -> 558[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 395 -> 18[label="",style="dashed", color="red", weight=0]; 20.88/7.84 395[label="vwx300 == vwx400",fontsize=16,color="magenta"];395 -> 559[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 395 -> 560[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 396 -> 19[label="",style="dashed", color="red", weight=0]; 20.88/7.84 396[label="vwx300 == vwx400",fontsize=16,color="magenta"];396 -> 561[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 396 -> 562[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 397 -> 20[label="",style="dashed", color="red", weight=0]; 20.88/7.84 397[label="vwx300 == vwx400",fontsize=16,color="magenta"];397 -> 563[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 397 -> 564[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 398 -> 21[label="",style="dashed", color="red", weight=0]; 20.88/7.84 398[label="vwx300 == vwx400",fontsize=16,color="magenta"];398 -> 565[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 398 -> 566[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 399 -> 22[label="",style="dashed", color="red", weight=0]; 20.88/7.84 399[label="vwx300 == vwx400",fontsize=16,color="magenta"];399 -> 567[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 399 -> 568[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 400 -> 23[label="",style="dashed", color="red", weight=0]; 20.88/7.84 400[label="vwx300 == vwx400",fontsize=16,color="magenta"];400 -> 569[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 400 -> 570[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 401 -> 24[label="",style="dashed", color="red", weight=0]; 20.88/7.84 401[label="vwx300 == vwx400",fontsize=16,color="magenta"];401 -> 571[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 401 -> 572[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 402 -> 25[label="",style="dashed", color="red", weight=0]; 20.88/7.84 402[label="vwx300 == vwx400",fontsize=16,color="magenta"];402 -> 573[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 402 -> 574[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 403 -> 26[label="",style="dashed", color="red", weight=0]; 20.88/7.84 403[label="vwx300 == vwx400",fontsize=16,color="magenta"];403 -> 575[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 403 -> 576[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 404 -> 27[label="",style="dashed", color="red", weight=0]; 20.88/7.84 404[label="vwx300 == vwx400",fontsize=16,color="magenta"];404 -> 577[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 404 -> 578[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 405 -> 28[label="",style="dashed", color="red", weight=0]; 20.88/7.84 405[label="vwx300 == vwx400",fontsize=16,color="magenta"];405 -> 579[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 405 -> 580[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 406 -> 29[label="",style="dashed", color="red", weight=0]; 20.88/7.84 406[label="vwx300 == vwx400",fontsize=16,color="magenta"];406 -> 581[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 406 -> 582[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 407 -> 30[label="",style="dashed", color="red", weight=0]; 20.88/7.84 407[label="vwx300 == vwx400",fontsize=16,color="magenta"];407 -> 583[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 407 -> 584[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 408[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];2350[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];408 -> 2350[label="",style="solid", color="blue", weight=9]; 20.88/7.84 2350 -> 585[label="",style="solid", color="blue", weight=3]; 20.88/7.84 2351[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];408 -> 2351[label="",style="solid", color="blue", weight=9]; 20.88/7.84 2351 -> 586[label="",style="solid", color="blue", weight=3]; 20.88/7.84 2352[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];408 -> 2352[label="",style="solid", color="blue", weight=9]; 20.88/7.84 2352 -> 587[label="",style="solid", color="blue", weight=3]; 20.88/7.84 2353[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];408 -> 2353[label="",style="solid", color="blue", weight=9]; 20.88/7.84 2353 -> 588[label="",style="solid", color="blue", weight=3]; 20.88/7.84 2354[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];408 -> 2354[label="",style="solid", color="blue", weight=9]; 20.88/7.84 2354 -> 589[label="",style="solid", color="blue", weight=3]; 20.88/7.84 2355[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];408 -> 2355[label="",style="solid", color="blue", weight=9]; 20.88/7.84 2355 -> 590[label="",style="solid", color="blue", weight=3]; 20.88/7.84 2356[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];408 -> 2356[label="",style="solid", color="blue", weight=9]; 20.88/7.84 2356 -> 591[label="",style="solid", color="blue", weight=3]; 20.88/7.84 2357[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];408 -> 2357[label="",style="solid", color="blue", weight=9]; 20.88/7.84 2357 -> 592[label="",style="solid", color="blue", weight=3]; 20.88/7.84 2358[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];408 -> 2358[label="",style="solid", color="blue", weight=9]; 20.88/7.84 2358 -> 593[label="",style="solid", color="blue", weight=3]; 20.88/7.84 2359[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];408 -> 2359[label="",style="solid", color="blue", weight=9]; 20.88/7.84 2359 -> 594[label="",style="solid", color="blue", weight=3]; 20.88/7.84 2360[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];408 -> 2360[label="",style="solid", color="blue", weight=9]; 20.88/7.84 2360 -> 595[label="",style="solid", color="blue", weight=3]; 20.88/7.84 2361[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];408 -> 2361[label="",style="solid", color="blue", weight=9]; 20.88/7.84 2361 -> 596[label="",style="solid", color="blue", weight=3]; 20.88/7.84 2362[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];408 -> 2362[label="",style="solid", color="blue", weight=9]; 20.88/7.84 2362 -> 597[label="",style="solid", color="blue", weight=3]; 20.88/7.84 2363[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];408 -> 2363[label="",style="solid", color="blue", weight=9]; 20.88/7.84 2363 -> 598[label="",style="solid", color="blue", weight=3]; 20.88/7.84 409[label="vwx302 == vwx402",fontsize=16,color="blue",shape="box"];2364[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];409 -> 2364[label="",style="solid", color="blue", weight=9]; 20.88/7.84 2364 -> 599[label="",style="solid", color="blue", weight=3]; 20.88/7.84 2365[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];409 -> 2365[label="",style="solid", color="blue", weight=9]; 20.88/7.84 2365 -> 600[label="",style="solid", color="blue", weight=3]; 20.88/7.84 2366[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];409 -> 2366[label="",style="solid", color="blue", weight=9]; 20.88/7.84 2366 -> 601[label="",style="solid", color="blue", weight=3]; 20.88/7.84 2367[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];409 -> 2367[label="",style="solid", color="blue", weight=9]; 20.88/7.84 2367 -> 602[label="",style="solid", color="blue", weight=3]; 20.88/7.84 2368[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];409 -> 2368[label="",style="solid", color="blue", weight=9]; 20.88/7.84 2368 -> 603[label="",style="solid", color="blue", weight=3]; 20.88/7.84 2369[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];409 -> 2369[label="",style="solid", color="blue", weight=9]; 20.88/7.84 2369 -> 604[label="",style="solid", color="blue", weight=3]; 20.88/7.84 2370[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];409 -> 2370[label="",style="solid", color="blue", weight=9]; 20.88/7.84 2370 -> 605[label="",style="solid", color="blue", weight=3]; 20.88/7.84 2371[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];409 -> 2371[label="",style="solid", color="blue", weight=9]; 20.88/7.84 2371 -> 606[label="",style="solid", color="blue", weight=3]; 20.88/7.84 2372[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];409 -> 2372[label="",style="solid", color="blue", weight=9]; 20.88/7.84 2372 -> 607[label="",style="solid", color="blue", weight=3]; 20.88/7.84 2373[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];409 -> 2373[label="",style="solid", color="blue", weight=9]; 20.88/7.84 2373 -> 608[label="",style="solid", color="blue", weight=3]; 20.88/7.84 2374[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];409 -> 2374[label="",style="solid", color="blue", weight=9]; 20.88/7.84 2374 -> 609[label="",style="solid", color="blue", weight=3]; 20.88/7.84 2375[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];409 -> 2375[label="",style="solid", color="blue", weight=9]; 20.88/7.84 2375 -> 610[label="",style="solid", color="blue", weight=3]; 20.88/7.84 2376[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];409 -> 2376[label="",style="solid", color="blue", weight=9]; 20.88/7.84 2376 -> 611[label="",style="solid", color="blue", weight=3]; 20.88/7.84 2377[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];409 -> 2377[label="",style="solid", color="blue", weight=9]; 20.88/7.84 2377 -> 612[label="",style="solid", color="blue", weight=3]; 20.88/7.84 1009[label="compare1 vwx22 vwx24 (vwx22 <= vwx24)",fontsize=16,color="burlywood",shape="box"];2378[label="vwx22/(vwx220,vwx221)",fontsize=10,color="white",style="solid",shape="box"];1009 -> 2378[label="",style="solid", color="burlywood", weight=9]; 20.88/7.84 2378 -> 1043[label="",style="solid", color="burlywood", weight=3]; 20.88/7.84 1010[label="EQ",fontsize=16,color="green",shape="box"];1011[label="vwx12",fontsize=16,color="green",shape="box"];1012[label="vwx14",fontsize=16,color="green",shape="box"];1013[label="vwx12",fontsize=16,color="green",shape="box"];1014[label="vwx14",fontsize=16,color="green",shape="box"];1015[label="vwx12",fontsize=16,color="green",shape="box"];1016[label="vwx14",fontsize=16,color="green",shape="box"];1017[label="vwx12",fontsize=16,color="green",shape="box"];1018[label="vwx14",fontsize=16,color="green",shape="box"];1019[label="vwx12",fontsize=16,color="green",shape="box"];1020[label="vwx14",fontsize=16,color="green",shape="box"];1021[label="vwx12",fontsize=16,color="green",shape="box"];1022[label="vwx14",fontsize=16,color="green",shape="box"];1023[label="vwx12",fontsize=16,color="green",shape="box"];1024[label="vwx14",fontsize=16,color="green",shape="box"];1025[label="vwx12",fontsize=16,color="green",shape="box"];1026[label="vwx14",fontsize=16,color="green",shape="box"];1027[label="vwx12",fontsize=16,color="green",shape="box"];1028[label="vwx14",fontsize=16,color="green",shape="box"];1029[label="vwx12",fontsize=16,color="green",shape="box"];1030[label="vwx14",fontsize=16,color="green",shape="box"];1031[label="vwx12",fontsize=16,color="green",shape="box"];1032[label="vwx14",fontsize=16,color="green",shape="box"];1033[label="vwx12",fontsize=16,color="green",shape="box"];1034[label="vwx14",fontsize=16,color="green",shape="box"];1035[label="vwx12",fontsize=16,color="green",shape="box"];1036[label="vwx14",fontsize=16,color="green",shape="box"];1037[label="vwx12",fontsize=16,color="green",shape="box"];1038[label="vwx14",fontsize=16,color="green",shape="box"];440[label="primMulInt vwx300 vwx401",fontsize=16,color="burlywood",shape="triangle"];2379[label="vwx300/Pos vwx3000",fontsize=10,color="white",style="solid",shape="box"];440 -> 2379[label="",style="solid", color="burlywood", weight=9]; 20.88/7.84 2379 -> 614[label="",style="solid", color="burlywood", weight=3]; 20.88/7.84 2380[label="vwx300/Neg vwx3000",fontsize=10,color="white",style="solid",shape="box"];440 -> 2380[label="",style="solid", color="burlywood", weight=9]; 20.88/7.84 2380 -> 615[label="",style="solid", color="burlywood", weight=3]; 20.88/7.84 441[label="vwx400",fontsize=16,color="green",shape="box"];442[label="vwx301",fontsize=16,color="green",shape="box"];443 -> 180[label="",style="dashed", color="red", weight=0]; 20.88/7.84 443[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];443 -> 616[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 443 -> 617[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 444[label="False",fontsize=16,color="green",shape="box"];445[label="False",fontsize=16,color="green",shape="box"];446[label="True",fontsize=16,color="green",shape="box"];447[label="False",fontsize=16,color="green",shape="box"];448[label="True",fontsize=16,color="green",shape="box"];449 -> 180[label="",style="dashed", color="red", weight=0]; 20.88/7.84 449[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];449 -> 618[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 449 -> 619[label="",style="dashed", color="magenta", weight=3]; 20.88/7.84 450[label="False",fontsize=16,color="green",shape="box"];451[label="False",fontsize=16,color="green",shape="box"];452[label="True",fontsize=16,color="green",shape="box"];453[label="False",fontsize=16,color="green",shape="box"];454[label="True",fontsize=16,color="green",shape="box"];455[label="primEqNat (Succ vwx3000) (Succ vwx4000)",fontsize=16,color="black",shape="box"];455 -> 620[label="",style="solid", color="black", weight=3]; 20.88/7.85 456[label="primEqNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];456 -> 621[label="",style="solid", color="black", weight=3]; 20.88/7.85 457[label="primEqNat Zero (Succ vwx4000)",fontsize=16,color="black",shape="box"];457 -> 622[label="",style="solid", color="black", weight=3]; 20.88/7.85 458[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];458 -> 623[label="",style="solid", color="black", weight=3]; 20.88/7.85 459[label="vwx300",fontsize=16,color="green",shape="box"];460[label="vwx400",fontsize=16,color="green",shape="box"];461[label="vwx300",fontsize=16,color="green",shape="box"];462[label="vwx400",fontsize=16,color="green",shape="box"];463[label="vwx300",fontsize=16,color="green",shape="box"];464[label="vwx400",fontsize=16,color="green",shape="box"];465[label="vwx300",fontsize=16,color="green",shape="box"];466[label="vwx400",fontsize=16,color="green",shape="box"];467[label="vwx300",fontsize=16,color="green",shape="box"];468[label="vwx400",fontsize=16,color="green",shape="box"];469[label="vwx300",fontsize=16,color="green",shape="box"];470[label="vwx400",fontsize=16,color="green",shape="box"];471[label="vwx300",fontsize=16,color="green",shape="box"];472[label="vwx400",fontsize=16,color="green",shape="box"];473[label="vwx300",fontsize=16,color="green",shape="box"];474[label="vwx400",fontsize=16,color="green",shape="box"];475[label="vwx300",fontsize=16,color="green",shape="box"];476[label="vwx400",fontsize=16,color="green",shape="box"];477[label="vwx300",fontsize=16,color="green",shape="box"];478[label="vwx400",fontsize=16,color="green",shape="box"];479[label="vwx300",fontsize=16,color="green",shape="box"];480[label="vwx400",fontsize=16,color="green",shape="box"];481[label="vwx300",fontsize=16,color="green",shape="box"];482[label="vwx400",fontsize=16,color="green",shape="box"];483[label="vwx300",fontsize=16,color="green",shape="box"];484[label="vwx400",fontsize=16,color="green",shape="box"];485[label="vwx300",fontsize=16,color="green",shape="box"];486[label="vwx400",fontsize=16,color="green",shape="box"];487[label="False",fontsize=16,color="green",shape="box"];488[label="vwx32",fontsize=16,color="green",shape="box"];489[label="vwx300",fontsize=16,color="green",shape="box"];490[label="vwx400",fontsize=16,color="green",shape="box"];491[label="vwx300",fontsize=16,color="green",shape="box"];492[label="vwx400",fontsize=16,color="green",shape="box"];493[label="vwx300",fontsize=16,color="green",shape="box"];494[label="vwx400",fontsize=16,color="green",shape="box"];495[label="vwx300",fontsize=16,color="green",shape="box"];496[label="vwx400",fontsize=16,color="green",shape="box"];497[label="vwx300",fontsize=16,color="green",shape="box"];498[label="vwx400",fontsize=16,color="green",shape="box"];499[label="vwx300",fontsize=16,color="green",shape="box"];500[label="vwx400",fontsize=16,color="green",shape="box"];501[label="vwx300",fontsize=16,color="green",shape="box"];502[label="vwx400",fontsize=16,color="green",shape="box"];503[label="vwx300",fontsize=16,color="green",shape="box"];504[label="vwx400",fontsize=16,color="green",shape="box"];505[label="vwx300",fontsize=16,color="green",shape="box"];506[label="vwx400",fontsize=16,color="green",shape="box"];507[label="vwx300",fontsize=16,color="green",shape="box"];508[label="vwx400",fontsize=16,color="green",shape="box"];509[label="vwx300",fontsize=16,color="green",shape="box"];510[label="vwx400",fontsize=16,color="green",shape="box"];511[label="vwx300",fontsize=16,color="green",shape="box"];512[label="vwx400",fontsize=16,color="green",shape="box"];513[label="vwx300",fontsize=16,color="green",shape="box"];514[label="vwx400",fontsize=16,color="green",shape="box"];515[label="vwx300",fontsize=16,color="green",shape="box"];516[label="vwx400",fontsize=16,color="green",shape="box"];517[label="vwx301",fontsize=16,color="green",shape="box"];518[label="vwx401",fontsize=16,color="green",shape="box"];519[label="vwx301",fontsize=16,color="green",shape="box"];520[label="vwx401",fontsize=16,color="green",shape="box"];521[label="vwx301",fontsize=16,color="green",shape="box"];522[label="vwx401",fontsize=16,color="green",shape="box"];523[label="vwx301",fontsize=16,color="green",shape="box"];524[label="vwx401",fontsize=16,color="green",shape="box"];525[label="vwx301",fontsize=16,color="green",shape="box"];526[label="vwx401",fontsize=16,color="green",shape="box"];527[label="vwx301",fontsize=16,color="green",shape="box"];528[label="vwx401",fontsize=16,color="green",shape="box"];529[label="vwx301",fontsize=16,color="green",shape="box"];530[label="vwx401",fontsize=16,color="green",shape="box"];531[label="vwx301",fontsize=16,color="green",shape="box"];532[label="vwx401",fontsize=16,color="green",shape="box"];533[label="vwx301",fontsize=16,color="green",shape="box"];534[label="vwx401",fontsize=16,color="green",shape="box"];535[label="vwx301",fontsize=16,color="green",shape="box"];536[label="vwx401",fontsize=16,color="green",shape="box"];537[label="vwx301",fontsize=16,color="green",shape="box"];538[label="vwx401",fontsize=16,color="green",shape="box"];539[label="vwx301",fontsize=16,color="green",shape="box"];540[label="vwx401",fontsize=16,color="green",shape="box"];541[label="vwx301",fontsize=16,color="green",shape="box"];542[label="vwx401",fontsize=16,color="green",shape="box"];543[label="vwx301",fontsize=16,color="green",shape="box"];544[label="vwx401",fontsize=16,color="green",shape="box"];545[label="vwx300",fontsize=16,color="green",shape="box"];546[label="vwx400",fontsize=16,color="green",shape="box"];547[label="vwx300",fontsize=16,color="green",shape="box"];548[label="vwx400",fontsize=16,color="green",shape="box"];549[label="vwx301",fontsize=16,color="green",shape="box"];550[label="vwx401",fontsize=16,color="green",shape="box"];551[label="vwx301",fontsize=16,color="green",shape="box"];552[label="vwx401",fontsize=16,color="green",shape="box"];553[label="vwx401",fontsize=16,color="green",shape="box"];554[label="vwx300",fontsize=16,color="green",shape="box"];555[label="vwx400",fontsize=16,color="green",shape="box"];556[label="vwx301",fontsize=16,color="green",shape="box"];557[label="vwx300",fontsize=16,color="green",shape="box"];558[label="vwx400",fontsize=16,color="green",shape="box"];559[label="vwx300",fontsize=16,color="green",shape="box"];560[label="vwx400",fontsize=16,color="green",shape="box"];561[label="vwx300",fontsize=16,color="green",shape="box"];562[label="vwx400",fontsize=16,color="green",shape="box"];563[label="vwx300",fontsize=16,color="green",shape="box"];564[label="vwx400",fontsize=16,color="green",shape="box"];565[label="vwx300",fontsize=16,color="green",shape="box"];566[label="vwx400",fontsize=16,color="green",shape="box"];567[label="vwx300",fontsize=16,color="green",shape="box"];568[label="vwx400",fontsize=16,color="green",shape="box"];569[label="vwx300",fontsize=16,color="green",shape="box"];570[label="vwx400",fontsize=16,color="green",shape="box"];571[label="vwx300",fontsize=16,color="green",shape="box"];572[label="vwx400",fontsize=16,color="green",shape="box"];573[label="vwx300",fontsize=16,color="green",shape="box"];574[label="vwx400",fontsize=16,color="green",shape="box"];575[label="vwx300",fontsize=16,color="green",shape="box"];576[label="vwx400",fontsize=16,color="green",shape="box"];577[label="vwx300",fontsize=16,color="green",shape="box"];578[label="vwx400",fontsize=16,color="green",shape="box"];579[label="vwx300",fontsize=16,color="green",shape="box"];580[label="vwx400",fontsize=16,color="green",shape="box"];581[label="vwx300",fontsize=16,color="green",shape="box"];582[label="vwx400",fontsize=16,color="green",shape="box"];583[label="vwx300",fontsize=16,color="green",shape="box"];584[label="vwx400",fontsize=16,color="green",shape="box"];585 -> 17[label="",style="dashed", color="red", weight=0]; 20.88/7.85 585[label="vwx301 == vwx401",fontsize=16,color="magenta"];585 -> 624[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 585 -> 625[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 586 -> 18[label="",style="dashed", color="red", weight=0]; 20.88/7.85 586[label="vwx301 == vwx401",fontsize=16,color="magenta"];586 -> 626[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 586 -> 627[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 587 -> 19[label="",style="dashed", color="red", weight=0]; 20.88/7.85 587[label="vwx301 == vwx401",fontsize=16,color="magenta"];587 -> 628[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 587 -> 629[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 588 -> 20[label="",style="dashed", color="red", weight=0]; 20.88/7.85 588[label="vwx301 == vwx401",fontsize=16,color="magenta"];588 -> 630[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 588 -> 631[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 589 -> 21[label="",style="dashed", color="red", weight=0]; 20.88/7.85 589[label="vwx301 == vwx401",fontsize=16,color="magenta"];589 -> 632[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 589 -> 633[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 590 -> 22[label="",style="dashed", color="red", weight=0]; 20.88/7.85 590[label="vwx301 == vwx401",fontsize=16,color="magenta"];590 -> 634[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 590 -> 635[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 591 -> 23[label="",style="dashed", color="red", weight=0]; 20.88/7.85 591[label="vwx301 == vwx401",fontsize=16,color="magenta"];591 -> 636[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 591 -> 637[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 592 -> 24[label="",style="dashed", color="red", weight=0]; 20.88/7.85 592[label="vwx301 == vwx401",fontsize=16,color="magenta"];592 -> 638[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 592 -> 639[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 593 -> 25[label="",style="dashed", color="red", weight=0]; 20.88/7.85 593[label="vwx301 == vwx401",fontsize=16,color="magenta"];593 -> 640[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 593 -> 641[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 594 -> 26[label="",style="dashed", color="red", weight=0]; 20.88/7.85 594[label="vwx301 == vwx401",fontsize=16,color="magenta"];594 -> 642[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 594 -> 643[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 595 -> 27[label="",style="dashed", color="red", weight=0]; 20.88/7.85 595[label="vwx301 == vwx401",fontsize=16,color="magenta"];595 -> 644[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 595 -> 645[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 596 -> 28[label="",style="dashed", color="red", weight=0]; 20.88/7.85 596[label="vwx301 == vwx401",fontsize=16,color="magenta"];596 -> 646[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 596 -> 647[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 597 -> 29[label="",style="dashed", color="red", weight=0]; 20.88/7.85 597[label="vwx301 == vwx401",fontsize=16,color="magenta"];597 -> 648[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 597 -> 649[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 598 -> 30[label="",style="dashed", color="red", weight=0]; 20.88/7.85 598[label="vwx301 == vwx401",fontsize=16,color="magenta"];598 -> 650[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 598 -> 651[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 599 -> 17[label="",style="dashed", color="red", weight=0]; 20.88/7.85 599[label="vwx302 == vwx402",fontsize=16,color="magenta"];599 -> 652[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 599 -> 653[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 600 -> 18[label="",style="dashed", color="red", weight=0]; 20.88/7.85 600[label="vwx302 == vwx402",fontsize=16,color="magenta"];600 -> 654[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 600 -> 655[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 601 -> 19[label="",style="dashed", color="red", weight=0]; 20.88/7.85 601[label="vwx302 == vwx402",fontsize=16,color="magenta"];601 -> 656[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 601 -> 657[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 602 -> 20[label="",style="dashed", color="red", weight=0]; 20.88/7.85 602[label="vwx302 == vwx402",fontsize=16,color="magenta"];602 -> 658[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 602 -> 659[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 603 -> 21[label="",style="dashed", color="red", weight=0]; 20.88/7.85 603[label="vwx302 == vwx402",fontsize=16,color="magenta"];603 -> 660[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 603 -> 661[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 604 -> 22[label="",style="dashed", color="red", weight=0]; 20.88/7.85 604[label="vwx302 == vwx402",fontsize=16,color="magenta"];604 -> 662[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 604 -> 663[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 605 -> 23[label="",style="dashed", color="red", weight=0]; 20.88/7.85 605[label="vwx302 == vwx402",fontsize=16,color="magenta"];605 -> 664[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 605 -> 665[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 606 -> 24[label="",style="dashed", color="red", weight=0]; 20.88/7.85 606[label="vwx302 == vwx402",fontsize=16,color="magenta"];606 -> 666[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 606 -> 667[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 607 -> 25[label="",style="dashed", color="red", weight=0]; 20.88/7.85 607[label="vwx302 == vwx402",fontsize=16,color="magenta"];607 -> 668[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 607 -> 669[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 608 -> 26[label="",style="dashed", color="red", weight=0]; 20.88/7.85 608[label="vwx302 == vwx402",fontsize=16,color="magenta"];608 -> 670[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 608 -> 671[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 609 -> 27[label="",style="dashed", color="red", weight=0]; 20.88/7.85 609[label="vwx302 == vwx402",fontsize=16,color="magenta"];609 -> 672[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 609 -> 673[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 610 -> 28[label="",style="dashed", color="red", weight=0]; 20.88/7.85 610[label="vwx302 == vwx402",fontsize=16,color="magenta"];610 -> 674[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 610 -> 675[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 611 -> 29[label="",style="dashed", color="red", weight=0]; 20.88/7.85 611[label="vwx302 == vwx402",fontsize=16,color="magenta"];611 -> 676[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 611 -> 677[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 612 -> 30[label="",style="dashed", color="red", weight=0]; 20.88/7.85 612[label="vwx302 == vwx402",fontsize=16,color="magenta"];612 -> 678[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 612 -> 679[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1043[label="compare1 (vwx220,vwx221) vwx24 ((vwx220,vwx221) <= vwx24)",fontsize=16,color="burlywood",shape="box"];2381[label="vwx24/(vwx240,vwx241)",fontsize=10,color="white",style="solid",shape="box"];1043 -> 2381[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2381 -> 1046[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 614[label="primMulInt (Pos vwx3000) vwx401",fontsize=16,color="burlywood",shape="box"];2382[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];614 -> 2382[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2382 -> 682[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2383[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];614 -> 2383[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2383 -> 683[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 615[label="primMulInt (Neg vwx3000) vwx401",fontsize=16,color="burlywood",shape="box"];2384[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];615 -> 2384[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2384 -> 684[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2385[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];615 -> 2385[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2385 -> 685[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 616[label="vwx4000",fontsize=16,color="green",shape="box"];617[label="vwx3000",fontsize=16,color="green",shape="box"];618[label="vwx4000",fontsize=16,color="green",shape="box"];619[label="vwx3000",fontsize=16,color="green",shape="box"];620 -> 180[label="",style="dashed", color="red", weight=0]; 20.88/7.85 620[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];620 -> 686[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 620 -> 687[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 621[label="False",fontsize=16,color="green",shape="box"];622[label="False",fontsize=16,color="green",shape="box"];623[label="True",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="vwx301",fontsize=16,color="green",shape="box"];633[label="vwx401",fontsize=16,color="green",shape="box"];634[label="vwx301",fontsize=16,color="green",shape="box"];635[label="vwx401",fontsize=16,color="green",shape="box"];636[label="vwx301",fontsize=16,color="green",shape="box"];637[label="vwx401",fontsize=16,color="green",shape="box"];638[label="vwx301",fontsize=16,color="green",shape="box"];639[label="vwx401",fontsize=16,color="green",shape="box"];640[label="vwx301",fontsize=16,color="green",shape="box"];641[label="vwx401",fontsize=16,color="green",shape="box"];642[label="vwx301",fontsize=16,color="green",shape="box"];643[label="vwx401",fontsize=16,color="green",shape="box"];644[label="vwx301",fontsize=16,color="green",shape="box"];645[label="vwx401",fontsize=16,color="green",shape="box"];646[label="vwx301",fontsize=16,color="green",shape="box"];647[label="vwx401",fontsize=16,color="green",shape="box"];648[label="vwx301",fontsize=16,color="green",shape="box"];649[label="vwx401",fontsize=16,color="green",shape="box"];650[label="vwx301",fontsize=16,color="green",shape="box"];651[label="vwx401",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"];660[label="vwx302",fontsize=16,color="green",shape="box"];661[label="vwx402",fontsize=16,color="green",shape="box"];662[label="vwx302",fontsize=16,color="green",shape="box"];663[label="vwx402",fontsize=16,color="green",shape="box"];664[label="vwx302",fontsize=16,color="green",shape="box"];665[label="vwx402",fontsize=16,color="green",shape="box"];666[label="vwx302",fontsize=16,color="green",shape="box"];667[label="vwx402",fontsize=16,color="green",shape="box"];668[label="vwx302",fontsize=16,color="green",shape="box"];669[label="vwx402",fontsize=16,color="green",shape="box"];670[label="vwx302",fontsize=16,color="green",shape="box"];671[label="vwx402",fontsize=16,color="green",shape="box"];672[label="vwx302",fontsize=16,color="green",shape="box"];673[label="vwx402",fontsize=16,color="green",shape="box"];674[label="vwx302",fontsize=16,color="green",shape="box"];675[label="vwx402",fontsize=16,color="green",shape="box"];676[label="vwx302",fontsize=16,color="green",shape="box"];677[label="vwx402",fontsize=16,color="green",shape="box"];678[label="vwx302",fontsize=16,color="green",shape="box"];679[label="vwx402",fontsize=16,color="green",shape="box"];1046[label="compare1 (vwx220,vwx221) (vwx240,vwx241) ((vwx220,vwx221) <= (vwx240,vwx241))",fontsize=16,color="black",shape="box"];1046 -> 1048[label="",style="solid", color="black", weight=3]; 20.88/7.85 682[label="primMulInt (Pos vwx3000) (Pos vwx4010)",fontsize=16,color="black",shape="box"];682 -> 721[label="",style="solid", color="black", weight=3]; 20.88/7.85 683[label="primMulInt (Pos vwx3000) (Neg vwx4010)",fontsize=16,color="black",shape="box"];683 -> 722[label="",style="solid", color="black", weight=3]; 20.88/7.85 684[label="primMulInt (Neg vwx3000) (Pos vwx4010)",fontsize=16,color="black",shape="box"];684 -> 723[label="",style="solid", color="black", weight=3]; 20.88/7.85 685[label="primMulInt (Neg vwx3000) (Neg vwx4010)",fontsize=16,color="black",shape="box"];685 -> 724[label="",style="solid", color="black", weight=3]; 20.88/7.85 686[label="vwx4000",fontsize=16,color="green",shape="box"];687[label="vwx3000",fontsize=16,color="green",shape="box"];1048 -> 1055[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1048[label="compare1 (vwx220,vwx221) (vwx240,vwx241) (vwx220 < vwx240 || vwx220 == vwx240 && vwx221 <= vwx241)",fontsize=16,color="magenta"];1048 -> 1056[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1048 -> 1057[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1048 -> 1058[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1048 -> 1059[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1048 -> 1060[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1048 -> 1061[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 721[label="Pos (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];721 -> 769[label="",style="dashed", color="green", weight=3]; 20.88/7.85 722[label="Neg (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];722 -> 770[label="",style="dashed", color="green", weight=3]; 20.88/7.85 723[label="Neg (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];723 -> 771[label="",style="dashed", color="green", weight=3]; 20.88/7.85 724[label="Pos (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];724 -> 772[label="",style="dashed", color="green", weight=3]; 20.88/7.85 1056[label="vwx221",fontsize=16,color="green",shape="box"];1057[label="vwx220 < vwx240",fontsize=16,color="blue",shape="box"];2386[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1057 -> 2386[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2386 -> 1068[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2387[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1057 -> 2387[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2387 -> 1069[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2388[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1057 -> 2388[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2388 -> 1070[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2389[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1057 -> 2389[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2389 -> 1071[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2390[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1057 -> 2390[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2390 -> 1072[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2391[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1057 -> 2391[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2391 -> 1073[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2392[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1057 -> 2392[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2392 -> 1074[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2393[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1057 -> 2393[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2393 -> 1075[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2394[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1057 -> 2394[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2394 -> 1076[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2395[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1057 -> 2395[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2395 -> 1077[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2396[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1057 -> 2396[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2396 -> 1078[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2397[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1057 -> 2397[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2397 -> 1079[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2398[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1057 -> 2398[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2398 -> 1080[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2399[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1057 -> 2399[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2399 -> 1081[label="",style="solid", color="blue", weight=3]; 20.88/7.85 1058 -> 301[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1058[label="vwx220 == vwx240 && vwx221 <= vwx241",fontsize=16,color="magenta"];1058 -> 1082[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1058 -> 1083[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1059[label="vwx240",fontsize=16,color="green",shape="box"];1060[label="vwx241",fontsize=16,color="green",shape="box"];1061[label="vwx220",fontsize=16,color="green",shape="box"];1055[label="compare1 (vwx61,vwx62) (vwx63,vwx64) (vwx65 || vwx66)",fontsize=16,color="burlywood",shape="triangle"];2400[label="vwx65/False",fontsize=10,color="white",style="solid",shape="box"];1055 -> 2400[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2400 -> 1084[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2401[label="vwx65/True",fontsize=10,color="white",style="solid",shape="box"];1055 -> 2401[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2401 -> 1085[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 769[label="primMulNat vwx3000 vwx4010",fontsize=16,color="burlywood",shape="triangle"];2402[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];769 -> 2402[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2402 -> 851[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2403[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];769 -> 2403[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2403 -> 852[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 770 -> 769[label="",style="dashed", color="red", weight=0]; 20.88/7.85 770[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];770 -> 853[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 771 -> 769[label="",style="dashed", color="red", weight=0]; 20.88/7.85 771[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];771 -> 854[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 772 -> 769[label="",style="dashed", color="red", weight=0]; 20.88/7.85 772[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];772 -> 855[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 772 -> 856[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1068[label="vwx220 < vwx240",fontsize=16,color="black",shape="triangle"];1068 -> 1090[label="",style="solid", color="black", weight=3]; 20.88/7.85 1069[label="vwx220 < vwx240",fontsize=16,color="black",shape="triangle"];1069 -> 1091[label="",style="solid", color="black", weight=3]; 20.88/7.85 1070[label="vwx220 < vwx240",fontsize=16,color="black",shape="triangle"];1070 -> 1092[label="",style="solid", color="black", weight=3]; 20.88/7.85 1071[label="vwx220 < vwx240",fontsize=16,color="black",shape="triangle"];1071 -> 1093[label="",style="solid", color="black", weight=3]; 20.88/7.85 1072[label="vwx220 < vwx240",fontsize=16,color="black",shape="triangle"];1072 -> 1094[label="",style="solid", color="black", weight=3]; 20.88/7.85 1073[label="vwx220 < vwx240",fontsize=16,color="black",shape="triangle"];1073 -> 1095[label="",style="solid", color="black", weight=3]; 20.88/7.85 1074[label="vwx220 < vwx240",fontsize=16,color="black",shape="triangle"];1074 -> 1096[label="",style="solid", color="black", weight=3]; 20.88/7.85 1075[label="vwx220 < vwx240",fontsize=16,color="black",shape="triangle"];1075 -> 1097[label="",style="solid", color="black", weight=3]; 20.88/7.85 1076[label="vwx220 < vwx240",fontsize=16,color="black",shape="triangle"];1076 -> 1098[label="",style="solid", color="black", weight=3]; 20.88/7.85 1077[label="vwx220 < vwx240",fontsize=16,color="black",shape="triangle"];1077 -> 1099[label="",style="solid", color="black", weight=3]; 20.88/7.85 1078[label="vwx220 < vwx240",fontsize=16,color="black",shape="triangle"];1078 -> 1100[label="",style="solid", color="black", weight=3]; 20.88/7.85 1079[label="vwx220 < vwx240",fontsize=16,color="black",shape="triangle"];1079 -> 1101[label="",style="solid", color="black", weight=3]; 20.88/7.85 1080[label="vwx220 < vwx240",fontsize=16,color="black",shape="triangle"];1080 -> 1102[label="",style="solid", color="black", weight=3]; 20.88/7.85 1081[label="vwx220 < vwx240",fontsize=16,color="black",shape="triangle"];1081 -> 1103[label="",style="solid", color="black", weight=3]; 20.88/7.85 1082[label="vwx220 == vwx240",fontsize=16,color="blue",shape="box"];2404[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1082 -> 2404[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2404 -> 1104[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2405[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1082 -> 2405[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2405 -> 1105[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2406[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1082 -> 2406[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2406 -> 1106[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2407[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1082 -> 2407[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2407 -> 1107[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2408[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1082 -> 2408[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2408 -> 1108[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2409[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1082 -> 2409[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2409 -> 1109[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2410[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1082 -> 2410[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2410 -> 1110[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2411[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1082 -> 2411[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2411 -> 1111[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2412[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1082 -> 2412[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2412 -> 1112[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2413[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1082 -> 2413[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2413 -> 1113[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2414[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1082 -> 2414[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2414 -> 1114[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2415[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1082 -> 2415[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2415 -> 1115[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2416[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1082 -> 2416[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2416 -> 1116[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2417[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1082 -> 2417[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2417 -> 1117[label="",style="solid", color="blue", weight=3]; 20.88/7.85 1083[label="vwx221 <= vwx241",fontsize=16,color="blue",shape="box"];2418[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1083 -> 2418[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2418 -> 1118[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2419[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1083 -> 2419[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2419 -> 1119[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2420[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1083 -> 2420[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2420 -> 1120[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2421[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1083 -> 2421[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2421 -> 1121[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2422[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1083 -> 2422[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2422 -> 1122[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2423[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1083 -> 2423[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2423 -> 1123[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2424[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1083 -> 2424[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2424 -> 1124[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2425[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1083 -> 2425[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2425 -> 1125[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2426[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1083 -> 2426[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2426 -> 1126[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2427[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1083 -> 2427[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2427 -> 1127[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2428[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1083 -> 2428[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2428 -> 1128[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2429[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1083 -> 2429[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2429 -> 1129[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2430[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1083 -> 2430[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2430 -> 1130[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2431[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1083 -> 2431[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2431 -> 1131[label="",style="solid", color="blue", weight=3]; 20.88/7.85 1084[label="compare1 (vwx61,vwx62) (vwx63,vwx64) (False || vwx66)",fontsize=16,color="black",shape="box"];1084 -> 1132[label="",style="solid", color="black", weight=3]; 20.88/7.85 1085[label="compare1 (vwx61,vwx62) (vwx63,vwx64) (True || vwx66)",fontsize=16,color="black",shape="box"];1085 -> 1133[label="",style="solid", color="black", weight=3]; 20.88/7.85 851[label="primMulNat (Succ vwx30000) vwx4010",fontsize=16,color="burlywood",shape="box"];2432[label="vwx4010/Succ vwx40100",fontsize=10,color="white",style="solid",shape="box"];851 -> 2432[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2432 -> 906[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2433[label="vwx4010/Zero",fontsize=10,color="white",style="solid",shape="box"];851 -> 2433[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2433 -> 907[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 852[label="primMulNat Zero vwx4010",fontsize=16,color="burlywood",shape="box"];2434[label="vwx4010/Succ vwx40100",fontsize=10,color="white",style="solid",shape="box"];852 -> 2434[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2434 -> 908[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2435[label="vwx4010/Zero",fontsize=10,color="white",style="solid",shape="box"];852 -> 2435[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2435 -> 909[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 853[label="vwx4010",fontsize=16,color="green",shape="box"];854[label="vwx3000",fontsize=16,color="green",shape="box"];855[label="vwx3000",fontsize=16,color="green",shape="box"];856[label="vwx4010",fontsize=16,color="green",shape="box"];1090 -> 25[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1090[label="compare vwx220 vwx240 == LT",fontsize=16,color="magenta"];1090 -> 1138[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1090 -> 1139[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1091 -> 25[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1091[label="compare vwx220 vwx240 == LT",fontsize=16,color="magenta"];1091 -> 1140[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1091 -> 1141[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1092 -> 25[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1092[label="compare vwx220 vwx240 == LT",fontsize=16,color="magenta"];1092 -> 1142[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1092 -> 1143[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1093 -> 25[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1093[label="compare vwx220 vwx240 == LT",fontsize=16,color="magenta"];1093 -> 1144[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1093 -> 1145[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1094 -> 25[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1094[label="compare vwx220 vwx240 == LT",fontsize=16,color="magenta"];1094 -> 1146[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1094 -> 1147[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1095 -> 25[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1095[label="compare vwx220 vwx240 == LT",fontsize=16,color="magenta"];1095 -> 1148[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1095 -> 1149[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1096 -> 25[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1096[label="compare vwx220 vwx240 == LT",fontsize=16,color="magenta"];1096 -> 1150[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1096 -> 1151[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1097 -> 25[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1097[label="compare vwx220 vwx240 == LT",fontsize=16,color="magenta"];1097 -> 1152[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1097 -> 1153[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1098 -> 25[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1098[label="compare vwx220 vwx240 == LT",fontsize=16,color="magenta"];1098 -> 1154[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1098 -> 1155[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1099 -> 25[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1099[label="compare vwx220 vwx240 == LT",fontsize=16,color="magenta"];1099 -> 1156[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1099 -> 1157[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1100 -> 25[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1100[label="compare vwx220 vwx240 == LT",fontsize=16,color="magenta"];1100 -> 1158[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1100 -> 1159[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1101 -> 25[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1101[label="compare vwx220 vwx240 == LT",fontsize=16,color="magenta"];1101 -> 1160[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1101 -> 1161[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1102 -> 25[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1102[label="compare vwx220 vwx240 == LT",fontsize=16,color="magenta"];1102 -> 1162[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1102 -> 1163[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1103 -> 25[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1103[label="compare vwx220 vwx240 == LT",fontsize=16,color="magenta"];1103 -> 1164[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1103 -> 1165[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1104 -> 27[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1104[label="vwx220 == vwx240",fontsize=16,color="magenta"];1104 -> 1166[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1104 -> 1167[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1105 -> 17[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1105[label="vwx220 == vwx240",fontsize=16,color="magenta"];1105 -> 1168[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1105 -> 1169[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1106 -> 25[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1106[label="vwx220 == vwx240",fontsize=16,color="magenta"];1106 -> 1170[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1106 -> 1171[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1107 -> 23[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1107[label="vwx220 == vwx240",fontsize=16,color="magenta"];1107 -> 1172[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1107 -> 1173[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1108 -> 22[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1108[label="vwx220 == vwx240",fontsize=16,color="magenta"];1108 -> 1174[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1108 -> 1175[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1109 -> 30[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1109[label="vwx220 == vwx240",fontsize=16,color="magenta"];1109 -> 1176[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1109 -> 1177[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1110 -> 24[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1110[label="vwx220 == vwx240",fontsize=16,color="magenta"];1110 -> 1178[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1110 -> 1179[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1111 -> 18[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1111[label="vwx220 == vwx240",fontsize=16,color="magenta"];1111 -> 1180[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1111 -> 1181[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1112 -> 19[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1112[label="vwx220 == vwx240",fontsize=16,color="magenta"];1112 -> 1182[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1112 -> 1183[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1113 -> 20[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1113[label="vwx220 == vwx240",fontsize=16,color="magenta"];1113 -> 1184[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1113 -> 1185[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1114 -> 28[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1114[label="vwx220 == vwx240",fontsize=16,color="magenta"];1114 -> 1186[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1114 -> 1187[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1115 -> 29[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1115[label="vwx220 == vwx240",fontsize=16,color="magenta"];1115 -> 1188[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1115 -> 1189[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1116 -> 26[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1116[label="vwx220 == vwx240",fontsize=16,color="magenta"];1116 -> 1190[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1116 -> 1191[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1117 -> 21[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1117[label="vwx220 == vwx240",fontsize=16,color="magenta"];1117 -> 1192[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1117 -> 1193[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1118[label="vwx221 <= vwx241",fontsize=16,color="black",shape="triangle"];1118 -> 1194[label="",style="solid", color="black", weight=3]; 20.88/7.85 1119[label="vwx221 <= vwx241",fontsize=16,color="burlywood",shape="triangle"];2436[label="vwx221/Left vwx2210",fontsize=10,color="white",style="solid",shape="box"];1119 -> 2436[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2436 -> 1195[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2437[label="vwx221/Right vwx2210",fontsize=10,color="white",style="solid",shape="box"];1119 -> 2437[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2437 -> 1196[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1120[label="vwx221 <= vwx241",fontsize=16,color="burlywood",shape="triangle"];2438[label="vwx221/LT",fontsize=10,color="white",style="solid",shape="box"];1120 -> 2438[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2438 -> 1197[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2439[label="vwx221/EQ",fontsize=10,color="white",style="solid",shape="box"];1120 -> 2439[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2439 -> 1198[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2440[label="vwx221/GT",fontsize=10,color="white",style="solid",shape="box"];1120 -> 2440[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2440 -> 1199[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1121[label="vwx221 <= vwx241",fontsize=16,color="burlywood",shape="triangle"];2441[label="vwx221/Nothing",fontsize=10,color="white",style="solid",shape="box"];1121 -> 2441[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2441 -> 1200[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2442[label="vwx221/Just vwx2210",fontsize=10,color="white",style="solid",shape="box"];1121 -> 2442[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2442 -> 1201[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1122[label="vwx221 <= vwx241",fontsize=16,color="burlywood",shape="triangle"];2443[label="vwx221/(vwx2210,vwx2211)",fontsize=10,color="white",style="solid",shape="box"];1122 -> 2443[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2443 -> 1202[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1123[label="vwx221 <= vwx241",fontsize=16,color="burlywood",shape="triangle"];2444[label="vwx221/(vwx2210,vwx2211,vwx2212)",fontsize=10,color="white",style="solid",shape="box"];1123 -> 2444[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2444 -> 1203[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1124[label="vwx221 <= vwx241",fontsize=16,color="burlywood",shape="triangle"];2445[label="vwx221/False",fontsize=10,color="white",style="solid",shape="box"];1124 -> 2445[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2445 -> 1204[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2446[label="vwx221/True",fontsize=10,color="white",style="solid",shape="box"];1124 -> 2446[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2446 -> 1205[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1125[label="vwx221 <= vwx241",fontsize=16,color="black",shape="triangle"];1125 -> 1206[label="",style="solid", color="black", weight=3]; 20.88/7.85 1126[label="vwx221 <= vwx241",fontsize=16,color="black",shape="triangle"];1126 -> 1207[label="",style="solid", color="black", weight=3]; 20.88/7.85 1127[label="vwx221 <= vwx241",fontsize=16,color="black",shape="triangle"];1127 -> 1208[label="",style="solid", color="black", weight=3]; 20.88/7.85 1128[label="vwx221 <= vwx241",fontsize=16,color="black",shape="triangle"];1128 -> 1209[label="",style="solid", color="black", weight=3]; 20.88/7.85 1129[label="vwx221 <= vwx241",fontsize=16,color="black",shape="triangle"];1129 -> 1210[label="",style="solid", color="black", weight=3]; 20.88/7.85 1130[label="vwx221 <= vwx241",fontsize=16,color="black",shape="triangle"];1130 -> 1211[label="",style="solid", color="black", weight=3]; 20.88/7.85 1131[label="vwx221 <= vwx241",fontsize=16,color="black",shape="triangle"];1131 -> 1212[label="",style="solid", color="black", weight=3]; 20.88/7.85 1132[label="compare1 (vwx61,vwx62) (vwx63,vwx64) vwx66",fontsize=16,color="burlywood",shape="triangle"];2447[label="vwx66/False",fontsize=10,color="white",style="solid",shape="box"];1132 -> 2447[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2447 -> 1213[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2448[label="vwx66/True",fontsize=10,color="white",style="solid",shape="box"];1132 -> 2448[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2448 -> 1214[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1133 -> 1132[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1133[label="compare1 (vwx61,vwx62) (vwx63,vwx64) True",fontsize=16,color="magenta"];1133 -> 1215[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 906[label="primMulNat (Succ vwx30000) (Succ vwx40100)",fontsize=16,color="black",shape="box"];906 -> 969[label="",style="solid", color="black", weight=3]; 20.88/7.85 907[label="primMulNat (Succ vwx30000) Zero",fontsize=16,color="black",shape="box"];907 -> 970[label="",style="solid", color="black", weight=3]; 20.88/7.85 908[label="primMulNat Zero (Succ vwx40100)",fontsize=16,color="black",shape="box"];908 -> 971[label="",style="solid", color="black", weight=3]; 20.88/7.85 909[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];909 -> 972[label="",style="solid", color="black", weight=3]; 20.88/7.85 1138[label="compare vwx220 vwx240",fontsize=16,color="burlywood",shape="triangle"];2449[label="vwx220/vwx2200 :% vwx2201",fontsize=10,color="white",style="solid",shape="box"];1138 -> 2449[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2449 -> 1217[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1139[label="LT",fontsize=16,color="green",shape="box"];1140[label="compare vwx220 vwx240",fontsize=16,color="black",shape="triangle"];1140 -> 1218[label="",style="solid", color="black", weight=3]; 20.88/7.85 1141[label="LT",fontsize=16,color="green",shape="box"];1142[label="compare vwx220 vwx240",fontsize=16,color="black",shape="triangle"];1142 -> 1219[label="",style="solid", color="black", weight=3]; 20.88/7.85 1143[label="LT",fontsize=16,color="green",shape="box"];1144[label="compare vwx220 vwx240",fontsize=16,color="black",shape="triangle"];1144 -> 1220[label="",style="solid", color="black", weight=3]; 20.88/7.85 1145[label="LT",fontsize=16,color="green",shape="box"];1146[label="compare vwx220 vwx240",fontsize=16,color="black",shape="triangle"];1146 -> 1221[label="",style="solid", color="black", weight=3]; 20.88/7.85 1147[label="LT",fontsize=16,color="green",shape="box"];1148[label="compare vwx220 vwx240",fontsize=16,color="black",shape="triangle"];1148 -> 1222[label="",style="solid", color="black", weight=3]; 20.88/7.85 1149[label="LT",fontsize=16,color="green",shape="box"];1150[label="compare vwx220 vwx240",fontsize=16,color="black",shape="triangle"];1150 -> 1223[label="",style="solid", color="black", weight=3]; 20.88/7.85 1151[label="LT",fontsize=16,color="green",shape="box"];1152[label="compare vwx220 vwx240",fontsize=16,color="black",shape="triangle"];1152 -> 1224[label="",style="solid", color="black", weight=3]; 20.88/7.85 1153[label="LT",fontsize=16,color="green",shape="box"];1154[label="compare vwx220 vwx240",fontsize=16,color="black",shape="triangle"];1154 -> 1225[label="",style="solid", color="black", weight=3]; 20.88/7.85 1155[label="LT",fontsize=16,color="green",shape="box"];1156[label="compare vwx220 vwx240",fontsize=16,color="black",shape="triangle"];1156 -> 1226[label="",style="solid", color="black", weight=3]; 20.88/7.85 1157[label="LT",fontsize=16,color="green",shape="box"];1158[label="compare vwx220 vwx240",fontsize=16,color="black",shape="triangle"];1158 -> 1227[label="",style="solid", color="black", weight=3]; 20.88/7.85 1159[label="LT",fontsize=16,color="green",shape="box"];1160[label="compare vwx220 vwx240",fontsize=16,color="burlywood",shape="triangle"];2450[label="vwx220/Integer vwx2200",fontsize=10,color="white",style="solid",shape="box"];1160 -> 2450[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2450 -> 1228[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1161[label="LT",fontsize=16,color="green",shape="box"];1162[label="compare vwx220 vwx240",fontsize=16,color="burlywood",shape="triangle"];2451[label="vwx220/()",fontsize=10,color="white",style="solid",shape="box"];1162 -> 2451[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2451 -> 1229[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1163[label="LT",fontsize=16,color="green",shape="box"];1164[label="compare vwx220 vwx240",fontsize=16,color="burlywood",shape="triangle"];2452[label="vwx220/vwx2200 : vwx2201",fontsize=10,color="white",style="solid",shape="box"];1164 -> 2452[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2452 -> 1230[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2453[label="vwx220/[]",fontsize=10,color="white",style="solid",shape="box"];1164 -> 2453[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2453 -> 1231[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1165[label="LT",fontsize=16,color="green",shape="box"];1166[label="vwx220",fontsize=16,color="green",shape="box"];1167[label="vwx240",fontsize=16,color="green",shape="box"];1168[label="vwx220",fontsize=16,color="green",shape="box"];1169[label="vwx240",fontsize=16,color="green",shape="box"];1170[label="vwx220",fontsize=16,color="green",shape="box"];1171[label="vwx240",fontsize=16,color="green",shape="box"];1172[label="vwx220",fontsize=16,color="green",shape="box"];1173[label="vwx240",fontsize=16,color="green",shape="box"];1174[label="vwx220",fontsize=16,color="green",shape="box"];1175[label="vwx240",fontsize=16,color="green",shape="box"];1176[label="vwx220",fontsize=16,color="green",shape="box"];1177[label="vwx240",fontsize=16,color="green",shape="box"];1178[label="vwx220",fontsize=16,color="green",shape="box"];1179[label="vwx240",fontsize=16,color="green",shape="box"];1180[label="vwx220",fontsize=16,color="green",shape="box"];1181[label="vwx240",fontsize=16,color="green",shape="box"];1182[label="vwx220",fontsize=16,color="green",shape="box"];1183[label="vwx240",fontsize=16,color="green",shape="box"];1184[label="vwx220",fontsize=16,color="green",shape="box"];1185[label="vwx240",fontsize=16,color="green",shape="box"];1186[label="vwx220",fontsize=16,color="green",shape="box"];1187[label="vwx240",fontsize=16,color="green",shape="box"];1188[label="vwx220",fontsize=16,color="green",shape="box"];1189[label="vwx240",fontsize=16,color="green",shape="box"];1190[label="vwx220",fontsize=16,color="green",shape="box"];1191[label="vwx240",fontsize=16,color="green",shape="box"];1192[label="vwx220",fontsize=16,color="green",shape="box"];1193[label="vwx240",fontsize=16,color="green",shape="box"];1194 -> 1232[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1194[label="compare vwx221 vwx241 /= GT",fontsize=16,color="magenta"];1194 -> 1233[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1195[label="Left vwx2210 <= vwx241",fontsize=16,color="burlywood",shape="box"];2454[label="vwx241/Left vwx2410",fontsize=10,color="white",style="solid",shape="box"];1195 -> 2454[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2454 -> 1241[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2455[label="vwx241/Right vwx2410",fontsize=10,color="white",style="solid",shape="box"];1195 -> 2455[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2455 -> 1242[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1196[label="Right vwx2210 <= vwx241",fontsize=16,color="burlywood",shape="box"];2456[label="vwx241/Left vwx2410",fontsize=10,color="white",style="solid",shape="box"];1196 -> 2456[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2456 -> 1243[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2457[label="vwx241/Right vwx2410",fontsize=10,color="white",style="solid",shape="box"];1196 -> 2457[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2457 -> 1244[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1197[label="LT <= vwx241",fontsize=16,color="burlywood",shape="box"];2458[label="vwx241/LT",fontsize=10,color="white",style="solid",shape="box"];1197 -> 2458[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2458 -> 1245[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2459[label="vwx241/EQ",fontsize=10,color="white",style="solid",shape="box"];1197 -> 2459[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2459 -> 1246[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2460[label="vwx241/GT",fontsize=10,color="white",style="solid",shape="box"];1197 -> 2460[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2460 -> 1247[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1198[label="EQ <= vwx241",fontsize=16,color="burlywood",shape="box"];2461[label="vwx241/LT",fontsize=10,color="white",style="solid",shape="box"];1198 -> 2461[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2461 -> 1248[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2462[label="vwx241/EQ",fontsize=10,color="white",style="solid",shape="box"];1198 -> 2462[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2462 -> 1249[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2463[label="vwx241/GT",fontsize=10,color="white",style="solid",shape="box"];1198 -> 2463[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2463 -> 1250[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1199[label="GT <= vwx241",fontsize=16,color="burlywood",shape="box"];2464[label="vwx241/LT",fontsize=10,color="white",style="solid",shape="box"];1199 -> 2464[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2464 -> 1251[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2465[label="vwx241/EQ",fontsize=10,color="white",style="solid",shape="box"];1199 -> 2465[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2465 -> 1252[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2466[label="vwx241/GT",fontsize=10,color="white",style="solid",shape="box"];1199 -> 2466[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2466 -> 1253[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1200[label="Nothing <= vwx241",fontsize=16,color="burlywood",shape="box"];2467[label="vwx241/Nothing",fontsize=10,color="white",style="solid",shape="box"];1200 -> 2467[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2467 -> 1254[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2468[label="vwx241/Just vwx2410",fontsize=10,color="white",style="solid",shape="box"];1200 -> 2468[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2468 -> 1255[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1201[label="Just vwx2210 <= vwx241",fontsize=16,color="burlywood",shape="box"];2469[label="vwx241/Nothing",fontsize=10,color="white",style="solid",shape="box"];1201 -> 2469[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2469 -> 1256[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2470[label="vwx241/Just vwx2410",fontsize=10,color="white",style="solid",shape="box"];1201 -> 2470[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2470 -> 1257[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1202[label="(vwx2210,vwx2211) <= vwx241",fontsize=16,color="burlywood",shape="box"];2471[label="vwx241/(vwx2410,vwx2411)",fontsize=10,color="white",style="solid",shape="box"];1202 -> 2471[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2471 -> 1258[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1203[label="(vwx2210,vwx2211,vwx2212) <= vwx241",fontsize=16,color="burlywood",shape="box"];2472[label="vwx241/(vwx2410,vwx2411,vwx2412)",fontsize=10,color="white",style="solid",shape="box"];1203 -> 2472[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2472 -> 1259[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1204[label="False <= vwx241",fontsize=16,color="burlywood",shape="box"];2473[label="vwx241/False",fontsize=10,color="white",style="solid",shape="box"];1204 -> 2473[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2473 -> 1260[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2474[label="vwx241/True",fontsize=10,color="white",style="solid",shape="box"];1204 -> 2474[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2474 -> 1261[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1205[label="True <= vwx241",fontsize=16,color="burlywood",shape="box"];2475[label="vwx241/False",fontsize=10,color="white",style="solid",shape="box"];1205 -> 2475[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2475 -> 1262[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2476[label="vwx241/True",fontsize=10,color="white",style="solid",shape="box"];1205 -> 2476[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2476 -> 1263[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1206 -> 1232[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1206[label="compare vwx221 vwx241 /= GT",fontsize=16,color="magenta"];1206 -> 1234[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1207 -> 1232[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1207[label="compare vwx221 vwx241 /= GT",fontsize=16,color="magenta"];1207 -> 1235[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1208 -> 1232[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1208[label="compare vwx221 vwx241 /= GT",fontsize=16,color="magenta"];1208 -> 1236[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1209 -> 1232[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1209[label="compare vwx221 vwx241 /= GT",fontsize=16,color="magenta"];1209 -> 1237[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1210 -> 1232[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1210[label="compare vwx221 vwx241 /= GT",fontsize=16,color="magenta"];1210 -> 1238[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1211 -> 1232[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1211[label="compare vwx221 vwx241 /= GT",fontsize=16,color="magenta"];1211 -> 1239[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1212 -> 1232[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1212[label="compare vwx221 vwx241 /= GT",fontsize=16,color="magenta"];1212 -> 1240[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1213[label="compare1 (vwx61,vwx62) (vwx63,vwx64) False",fontsize=16,color="black",shape="box"];1213 -> 1264[label="",style="solid", color="black", weight=3]; 20.88/7.85 1214[label="compare1 (vwx61,vwx62) (vwx63,vwx64) True",fontsize=16,color="black",shape="box"];1214 -> 1265[label="",style="solid", color="black", weight=3]; 20.88/7.85 1215[label="True",fontsize=16,color="green",shape="box"];969 -> 1007[label="",style="dashed", color="red", weight=0]; 20.88/7.85 969[label="primPlusNat (primMulNat vwx30000 (Succ vwx40100)) (Succ vwx40100)",fontsize=16,color="magenta"];969 -> 1008[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 970[label="Zero",fontsize=16,color="green",shape="box"];971[label="Zero",fontsize=16,color="green",shape="box"];972[label="Zero",fontsize=16,color="green",shape="box"];1217[label="compare (vwx2200 :% vwx2201) vwx240",fontsize=16,color="burlywood",shape="box"];2477[label="vwx240/vwx2400 :% vwx2401",fontsize=10,color="white",style="solid",shape="box"];1217 -> 2477[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2477 -> 1266[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1218[label="compare3 vwx220 vwx240",fontsize=16,color="black",shape="box"];1218 -> 1267[label="",style="solid", color="black", weight=3]; 20.88/7.85 1219[label="compare3 vwx220 vwx240",fontsize=16,color="black",shape="box"];1219 -> 1268[label="",style="solid", color="black", weight=3]; 20.88/7.85 1220[label="compare3 vwx220 vwx240",fontsize=16,color="black",shape="box"];1220 -> 1269[label="",style="solid", color="black", weight=3]; 20.88/7.85 1221[label="compare3 vwx220 vwx240",fontsize=16,color="black",shape="box"];1221 -> 1270[label="",style="solid", color="black", weight=3]; 20.88/7.85 1222[label="compare3 vwx220 vwx240",fontsize=16,color="black",shape="box"];1222 -> 1271[label="",style="solid", color="black", weight=3]; 20.88/7.85 1223[label="compare3 vwx220 vwx240",fontsize=16,color="black",shape="box"];1223 -> 1272[label="",style="solid", color="black", weight=3]; 20.88/7.85 1224[label="primCmpFloat vwx220 vwx240",fontsize=16,color="burlywood",shape="box"];2478[label="vwx220/Float vwx2200 vwx2201",fontsize=10,color="white",style="solid",shape="box"];1224 -> 2478[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2478 -> 1273[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1225[label="primCmpInt vwx220 vwx240",fontsize=16,color="burlywood",shape="triangle"];2479[label="vwx220/Pos vwx2200",fontsize=10,color="white",style="solid",shape="box"];1225 -> 2479[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2479 -> 1274[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2480[label="vwx220/Neg vwx2200",fontsize=10,color="white",style="solid",shape="box"];1225 -> 2480[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2480 -> 1275[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1226[label="primCmpChar vwx220 vwx240",fontsize=16,color="burlywood",shape="box"];2481[label="vwx220/Char vwx2200",fontsize=10,color="white",style="solid",shape="box"];1226 -> 2481[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2481 -> 1276[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1227[label="primCmpDouble vwx220 vwx240",fontsize=16,color="burlywood",shape="box"];2482[label="vwx220/Double vwx2200 vwx2201",fontsize=10,color="white",style="solid",shape="box"];1227 -> 2482[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2482 -> 1277[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1228[label="compare (Integer vwx2200) vwx240",fontsize=16,color="burlywood",shape="box"];2483[label="vwx240/Integer vwx2400",fontsize=10,color="white",style="solid",shape="box"];1228 -> 2483[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2483 -> 1278[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1229[label="compare () vwx240",fontsize=16,color="burlywood",shape="box"];2484[label="vwx240/()",fontsize=10,color="white",style="solid",shape="box"];1229 -> 2484[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2484 -> 1279[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1230[label="compare (vwx2200 : vwx2201) vwx240",fontsize=16,color="burlywood",shape="box"];2485[label="vwx240/vwx2400 : vwx2401",fontsize=10,color="white",style="solid",shape="box"];1230 -> 2485[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2485 -> 1280[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2486[label="vwx240/[]",fontsize=10,color="white",style="solid",shape="box"];1230 -> 2486[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2486 -> 1281[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1231[label="compare [] vwx240",fontsize=16,color="burlywood",shape="box"];2487[label="vwx240/vwx2400 : vwx2401",fontsize=10,color="white",style="solid",shape="box"];1231 -> 2487[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2487 -> 1282[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2488[label="vwx240/[]",fontsize=10,color="white",style="solid",shape="box"];1231 -> 2488[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2488 -> 1283[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1233 -> 1138[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1233[label="compare vwx221 vwx241",fontsize=16,color="magenta"];1233 -> 1284[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1233 -> 1285[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1232[label="vwx67 /= GT",fontsize=16,color="black",shape="triangle"];1232 -> 1286[label="",style="solid", color="black", weight=3]; 20.88/7.85 1241[label="Left vwx2210 <= Left vwx2410",fontsize=16,color="black",shape="box"];1241 -> 1303[label="",style="solid", color="black", weight=3]; 20.88/7.85 1242[label="Left vwx2210 <= Right vwx2410",fontsize=16,color="black",shape="box"];1242 -> 1304[label="",style="solid", color="black", weight=3]; 20.88/7.85 1243[label="Right vwx2210 <= Left vwx2410",fontsize=16,color="black",shape="box"];1243 -> 1305[label="",style="solid", color="black", weight=3]; 20.88/7.85 1244[label="Right vwx2210 <= Right vwx2410",fontsize=16,color="black",shape="box"];1244 -> 1306[label="",style="solid", color="black", weight=3]; 20.88/7.85 1245[label="LT <= LT",fontsize=16,color="black",shape="box"];1245 -> 1307[label="",style="solid", color="black", weight=3]; 20.88/7.85 1246[label="LT <= EQ",fontsize=16,color="black",shape="box"];1246 -> 1308[label="",style="solid", color="black", weight=3]; 20.88/7.85 1247[label="LT <= GT",fontsize=16,color="black",shape="box"];1247 -> 1309[label="",style="solid", color="black", weight=3]; 20.88/7.85 1248[label="EQ <= LT",fontsize=16,color="black",shape="box"];1248 -> 1310[label="",style="solid", color="black", weight=3]; 20.88/7.85 1249[label="EQ <= EQ",fontsize=16,color="black",shape="box"];1249 -> 1311[label="",style="solid", color="black", weight=3]; 20.88/7.85 1250[label="EQ <= GT",fontsize=16,color="black",shape="box"];1250 -> 1312[label="",style="solid", color="black", weight=3]; 20.88/7.85 1251[label="GT <= LT",fontsize=16,color="black",shape="box"];1251 -> 1313[label="",style="solid", color="black", weight=3]; 20.88/7.85 1252[label="GT <= EQ",fontsize=16,color="black",shape="box"];1252 -> 1314[label="",style="solid", color="black", weight=3]; 20.88/7.85 1253[label="GT <= GT",fontsize=16,color="black",shape="box"];1253 -> 1315[label="",style="solid", color="black", weight=3]; 20.88/7.85 1254[label="Nothing <= Nothing",fontsize=16,color="black",shape="box"];1254 -> 1316[label="",style="solid", color="black", weight=3]; 20.88/7.85 1255[label="Nothing <= Just vwx2410",fontsize=16,color="black",shape="box"];1255 -> 1317[label="",style="solid", color="black", weight=3]; 20.88/7.85 1256[label="Just vwx2210 <= Nothing",fontsize=16,color="black",shape="box"];1256 -> 1318[label="",style="solid", color="black", weight=3]; 20.88/7.85 1257[label="Just vwx2210 <= Just vwx2410",fontsize=16,color="black",shape="box"];1257 -> 1319[label="",style="solid", color="black", weight=3]; 20.88/7.85 1258[label="(vwx2210,vwx2211) <= (vwx2410,vwx2411)",fontsize=16,color="black",shape="box"];1258 -> 1320[label="",style="solid", color="black", weight=3]; 20.88/7.85 1259[label="(vwx2210,vwx2211,vwx2212) <= (vwx2410,vwx2411,vwx2412)",fontsize=16,color="black",shape="box"];1259 -> 1321[label="",style="solid", color="black", weight=3]; 20.88/7.85 1260[label="False <= False",fontsize=16,color="black",shape="box"];1260 -> 1322[label="",style="solid", color="black", weight=3]; 20.88/7.85 1261[label="False <= True",fontsize=16,color="black",shape="box"];1261 -> 1323[label="",style="solid", color="black", weight=3]; 20.88/7.85 1262[label="True <= False",fontsize=16,color="black",shape="box"];1262 -> 1324[label="",style="solid", color="black", weight=3]; 20.88/7.85 1263[label="True <= True",fontsize=16,color="black",shape="box"];1263 -> 1325[label="",style="solid", color="black", weight=3]; 20.88/7.85 1234 -> 1152[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1234[label="compare vwx221 vwx241",fontsize=16,color="magenta"];1234 -> 1287[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1234 -> 1288[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1235 -> 1154[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1235[label="compare vwx221 vwx241",fontsize=16,color="magenta"];1235 -> 1289[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1235 -> 1290[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1236 -> 1156[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1236[label="compare vwx221 vwx241",fontsize=16,color="magenta"];1236 -> 1291[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1236 -> 1292[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1237 -> 1158[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1237[label="compare vwx221 vwx241",fontsize=16,color="magenta"];1237 -> 1293[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1237 -> 1294[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1238 -> 1160[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1238[label="compare vwx221 vwx241",fontsize=16,color="magenta"];1238 -> 1295[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1238 -> 1296[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1239 -> 1162[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1239[label="compare vwx221 vwx241",fontsize=16,color="magenta"];1239 -> 1297[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1239 -> 1298[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1240 -> 1164[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1240[label="compare vwx221 vwx241",fontsize=16,color="magenta"];1240 -> 1299[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1240 -> 1300[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1264[label="compare0 (vwx61,vwx62) (vwx63,vwx64) otherwise",fontsize=16,color="black",shape="box"];1264 -> 1326[label="",style="solid", color="black", weight=3]; 20.88/7.85 1265[label="LT",fontsize=16,color="green",shape="box"];1008 -> 769[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1008[label="primMulNat vwx30000 (Succ vwx40100)",fontsize=16,color="magenta"];1008 -> 1039[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1008 -> 1040[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1007[label="primPlusNat vwx52 (Succ vwx40100)",fontsize=16,color="burlywood",shape="triangle"];2489[label="vwx52/Succ vwx520",fontsize=10,color="white",style="solid",shape="box"];1007 -> 2489[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2489 -> 1041[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2490[label="vwx52/Zero",fontsize=10,color="white",style="solid",shape="box"];1007 -> 2490[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2490 -> 1042[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1266[label="compare (vwx2200 :% vwx2201) (vwx2400 :% vwx2401)",fontsize=16,color="black",shape="box"];1266 -> 1327[label="",style="solid", color="black", weight=3]; 20.88/7.85 1267 -> 1328[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1267[label="compare2 vwx220 vwx240 (vwx220 == vwx240)",fontsize=16,color="magenta"];1267 -> 1329[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1268 -> 1330[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1268[label="compare2 vwx220 vwx240 (vwx220 == vwx240)",fontsize=16,color="magenta"];1268 -> 1331[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1269 -> 1332[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1269[label="compare2 vwx220 vwx240 (vwx220 == vwx240)",fontsize=16,color="magenta"];1269 -> 1333[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1270 -> 980[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1270[label="compare2 vwx220 vwx240 (vwx220 == vwx240)",fontsize=16,color="magenta"];1270 -> 1334[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1270 -> 1335[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1270 -> 1336[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1271 -> 1337[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1271[label="compare2 vwx220 vwx240 (vwx220 == vwx240)",fontsize=16,color="magenta"];1271 -> 1338[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1272 -> 1339[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1272[label="compare2 vwx220 vwx240 (vwx220 == vwx240)",fontsize=16,color="magenta"];1272 -> 1340[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1273[label="primCmpFloat (Float vwx2200 vwx2201) vwx240",fontsize=16,color="burlywood",shape="box"];2491[label="vwx2201/Pos vwx22010",fontsize=10,color="white",style="solid",shape="box"];1273 -> 2491[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2491 -> 1341[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2492[label="vwx2201/Neg vwx22010",fontsize=10,color="white",style="solid",shape="box"];1273 -> 2492[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2492 -> 1342[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1274[label="primCmpInt (Pos vwx2200) vwx240",fontsize=16,color="burlywood",shape="box"];2493[label="vwx2200/Succ vwx22000",fontsize=10,color="white",style="solid",shape="box"];1274 -> 2493[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2493 -> 1343[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2494[label="vwx2200/Zero",fontsize=10,color="white",style="solid",shape="box"];1274 -> 2494[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2494 -> 1344[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1275[label="primCmpInt (Neg vwx2200) vwx240",fontsize=16,color="burlywood",shape="box"];2495[label="vwx2200/Succ vwx22000",fontsize=10,color="white",style="solid",shape="box"];1275 -> 2495[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2495 -> 1345[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2496[label="vwx2200/Zero",fontsize=10,color="white",style="solid",shape="box"];1275 -> 2496[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2496 -> 1346[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1276[label="primCmpChar (Char vwx2200) vwx240",fontsize=16,color="burlywood",shape="box"];2497[label="vwx240/Char vwx2400",fontsize=10,color="white",style="solid",shape="box"];1276 -> 2497[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2497 -> 1347[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1277[label="primCmpDouble (Double vwx2200 vwx2201) vwx240",fontsize=16,color="burlywood",shape="box"];2498[label="vwx2201/Pos vwx22010",fontsize=10,color="white",style="solid",shape="box"];1277 -> 2498[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2498 -> 1348[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2499[label="vwx2201/Neg vwx22010",fontsize=10,color="white",style="solid",shape="box"];1277 -> 2499[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2499 -> 1349[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1278[label="compare (Integer vwx2200) (Integer vwx2400)",fontsize=16,color="black",shape="box"];1278 -> 1350[label="",style="solid", color="black", weight=3]; 20.88/7.85 1279[label="compare () ()",fontsize=16,color="black",shape="box"];1279 -> 1351[label="",style="solid", color="black", weight=3]; 20.88/7.85 1280[label="compare (vwx2200 : vwx2201) (vwx2400 : vwx2401)",fontsize=16,color="black",shape="box"];1280 -> 1352[label="",style="solid", color="black", weight=3]; 20.88/7.85 1281[label="compare (vwx2200 : vwx2201) []",fontsize=16,color="black",shape="box"];1281 -> 1353[label="",style="solid", color="black", weight=3]; 20.88/7.85 1282[label="compare [] (vwx2400 : vwx2401)",fontsize=16,color="black",shape="box"];1282 -> 1354[label="",style="solid", color="black", weight=3]; 20.88/7.85 1283[label="compare [] []",fontsize=16,color="black",shape="box"];1283 -> 1355[label="",style="solid", color="black", weight=3]; 20.88/7.85 1284[label="vwx241",fontsize=16,color="green",shape="box"];1285[label="vwx221",fontsize=16,color="green",shape="box"];1286 -> 1356[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1286[label="not (vwx67 == GT)",fontsize=16,color="magenta"];1286 -> 1357[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1303[label="vwx2210 <= vwx2410",fontsize=16,color="blue",shape="box"];2500[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1303 -> 2500[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2500 -> 1358[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2501[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1303 -> 2501[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2501 -> 1359[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2502[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1303 -> 2502[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2502 -> 1360[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2503[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1303 -> 2503[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2503 -> 1361[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2504[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1303 -> 2504[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2504 -> 1362[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2505[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1303 -> 2505[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2505 -> 1363[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2506[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1303 -> 2506[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2506 -> 1364[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2507[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1303 -> 2507[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2507 -> 1365[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2508[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1303 -> 2508[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2508 -> 1366[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2509[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1303 -> 2509[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2509 -> 1367[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2510[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1303 -> 2510[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2510 -> 1368[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2511[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1303 -> 2511[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2511 -> 1369[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2512[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1303 -> 2512[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2512 -> 1370[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2513[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1303 -> 2513[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2513 -> 1371[label="",style="solid", color="blue", weight=3]; 20.88/7.85 1304[label="True",fontsize=16,color="green",shape="box"];1305[label="False",fontsize=16,color="green",shape="box"];1306[label="vwx2210 <= vwx2410",fontsize=16,color="blue",shape="box"];2514[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1306 -> 2514[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2514 -> 1372[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2515[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1306 -> 2515[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2515 -> 1373[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2516[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1306 -> 2516[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2516 -> 1374[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2517[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1306 -> 2517[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2517 -> 1375[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2518[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1306 -> 2518[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2518 -> 1376[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2519[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1306 -> 2519[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2519 -> 1377[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2520[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1306 -> 2520[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2520 -> 1378[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2521[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1306 -> 2521[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2521 -> 1379[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2522[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1306 -> 2522[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2522 -> 1380[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2523[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1306 -> 2523[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2523 -> 1381[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2524[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1306 -> 2524[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2524 -> 1382[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2525[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1306 -> 2525[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2525 -> 1383[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2526[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1306 -> 2526[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2526 -> 1384[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2527[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1306 -> 2527[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2527 -> 1385[label="",style="solid", color="blue", weight=3]; 20.88/7.85 1307[label="True",fontsize=16,color="green",shape="box"];1308[label="True",fontsize=16,color="green",shape="box"];1309[label="True",fontsize=16,color="green",shape="box"];1310[label="False",fontsize=16,color="green",shape="box"];1311[label="True",fontsize=16,color="green",shape="box"];1312[label="True",fontsize=16,color="green",shape="box"];1313[label="False",fontsize=16,color="green",shape="box"];1314[label="False",fontsize=16,color="green",shape="box"];1315[label="True",fontsize=16,color="green",shape="box"];1316[label="True",fontsize=16,color="green",shape="box"];1317[label="True",fontsize=16,color="green",shape="box"];1318[label="False",fontsize=16,color="green",shape="box"];1319[label="vwx2210 <= vwx2410",fontsize=16,color="blue",shape="box"];2528[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1319 -> 2528[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2528 -> 1386[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2529[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1319 -> 2529[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2529 -> 1387[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2530[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1319 -> 2530[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2530 -> 1388[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2531[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1319 -> 2531[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2531 -> 1389[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2532[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1319 -> 2532[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2532 -> 1390[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2533[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1319 -> 2533[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2533 -> 1391[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2534[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1319 -> 2534[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2534 -> 1392[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2535[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1319 -> 2535[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2535 -> 1393[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2536[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1319 -> 2536[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2536 -> 1394[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2537[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1319 -> 2537[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2537 -> 1395[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2538[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1319 -> 2538[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2538 -> 1396[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2539[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1319 -> 2539[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2539 -> 1397[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2540[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1319 -> 2540[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2540 -> 1398[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2541[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1319 -> 2541[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2541 -> 1399[label="",style="solid", color="blue", weight=3]; 20.88/7.85 1320 -> 1537[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1320[label="vwx2210 < vwx2410 || vwx2210 == vwx2410 && vwx2211 <= vwx2411",fontsize=16,color="magenta"];1320 -> 1538[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1320 -> 1539[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1321 -> 1537[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1321[label="vwx2210 < vwx2410 || vwx2210 == vwx2410 && (vwx2211 < vwx2411 || vwx2211 == vwx2411 && vwx2212 <= vwx2412)",fontsize=16,color="magenta"];1321 -> 1540[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1321 -> 1541[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1322[label="True",fontsize=16,color="green",shape="box"];1323[label="True",fontsize=16,color="green",shape="box"];1324[label="False",fontsize=16,color="green",shape="box"];1325[label="True",fontsize=16,color="green",shape="box"];1287[label="vwx241",fontsize=16,color="green",shape="box"];1288[label="vwx221",fontsize=16,color="green",shape="box"];1289[label="vwx241",fontsize=16,color="green",shape="box"];1290[label="vwx221",fontsize=16,color="green",shape="box"];1291[label="vwx241",fontsize=16,color="green",shape="box"];1292[label="vwx221",fontsize=16,color="green",shape="box"];1293[label="vwx241",fontsize=16,color="green",shape="box"];1294[label="vwx221",fontsize=16,color="green",shape="box"];1295[label="vwx241",fontsize=16,color="green",shape="box"];1296[label="vwx221",fontsize=16,color="green",shape="box"];1297[label="vwx241",fontsize=16,color="green",shape="box"];1298[label="vwx221",fontsize=16,color="green",shape="box"];1299[label="vwx241",fontsize=16,color="green",shape="box"];1300[label="vwx221",fontsize=16,color="green",shape="box"];1326[label="compare0 (vwx61,vwx62) (vwx63,vwx64) True",fontsize=16,color="black",shape="box"];1326 -> 1405[label="",style="solid", color="black", weight=3]; 20.88/7.85 1039[label="vwx30000",fontsize=16,color="green",shape="box"];1040[label="Succ vwx40100",fontsize=16,color="green",shape="box"];1041[label="primPlusNat (Succ vwx520) (Succ vwx40100)",fontsize=16,color="black",shape="box"];1041 -> 1044[label="",style="solid", color="black", weight=3]; 20.88/7.85 1042[label="primPlusNat Zero (Succ vwx40100)",fontsize=16,color="black",shape="box"];1042 -> 1045[label="",style="solid", color="black", weight=3]; 20.88/7.85 1327[label="compare (vwx2200 * vwx2401) (vwx2400 * vwx2201)",fontsize=16,color="blue",shape="box"];2542[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1327 -> 2542[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2542 -> 1406[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2543[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1327 -> 2543[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2543 -> 1407[label="",style="solid", color="blue", weight=3]; 20.88/7.85 1329 -> 17[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1329[label="vwx220 == vwx240",fontsize=16,color="magenta"];1329 -> 1408[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1329 -> 1409[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1328[label="compare2 vwx220 vwx240 vwx68",fontsize=16,color="burlywood",shape="triangle"];2544[label="vwx68/False",fontsize=10,color="white",style="solid",shape="box"];1328 -> 2544[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2544 -> 1410[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2545[label="vwx68/True",fontsize=10,color="white",style="solid",shape="box"];1328 -> 2545[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2545 -> 1411[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1331 -> 25[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1331[label="vwx220 == vwx240",fontsize=16,color="magenta"];1331 -> 1412[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1331 -> 1413[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1330[label="compare2 vwx220 vwx240 vwx69",fontsize=16,color="burlywood",shape="triangle"];2546[label="vwx69/False",fontsize=10,color="white",style="solid",shape="box"];1330 -> 2546[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2546 -> 1414[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2547[label="vwx69/True",fontsize=10,color="white",style="solid",shape="box"];1330 -> 2547[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2547 -> 1415[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1333 -> 23[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1333[label="vwx220 == vwx240",fontsize=16,color="magenta"];1333 -> 1416[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1333 -> 1417[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1332[label="compare2 vwx220 vwx240 vwx70",fontsize=16,color="burlywood",shape="triangle"];2548[label="vwx70/False",fontsize=10,color="white",style="solid",shape="box"];1332 -> 2548[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2548 -> 1418[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2549[label="vwx70/True",fontsize=10,color="white",style="solid",shape="box"];1332 -> 2549[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2549 -> 1419[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1334 -> 22[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1334[label="vwx220 == vwx240",fontsize=16,color="magenta"];1334 -> 1420[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1334 -> 1421[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1335[label="vwx240",fontsize=16,color="green",shape="box"];1336[label="vwx220",fontsize=16,color="green",shape="box"];1338 -> 30[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1338[label="vwx220 == vwx240",fontsize=16,color="magenta"];1338 -> 1422[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1338 -> 1423[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1337[label="compare2 vwx220 vwx240 vwx71",fontsize=16,color="burlywood",shape="triangle"];2550[label="vwx71/False",fontsize=10,color="white",style="solid",shape="box"];1337 -> 2550[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2550 -> 1424[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2551[label="vwx71/True",fontsize=10,color="white",style="solid",shape="box"];1337 -> 2551[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2551 -> 1425[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1340 -> 24[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1340[label="vwx220 == vwx240",fontsize=16,color="magenta"];1340 -> 1426[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1340 -> 1427[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1339[label="compare2 vwx220 vwx240 vwx72",fontsize=16,color="burlywood",shape="triangle"];2552[label="vwx72/False",fontsize=10,color="white",style="solid",shape="box"];1339 -> 2552[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2552 -> 1428[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2553[label="vwx72/True",fontsize=10,color="white",style="solid",shape="box"];1339 -> 2553[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2553 -> 1429[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1341[label="primCmpFloat (Float vwx2200 (Pos vwx22010)) vwx240",fontsize=16,color="burlywood",shape="box"];2554[label="vwx240/Float vwx2400 vwx2401",fontsize=10,color="white",style="solid",shape="box"];1341 -> 2554[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2554 -> 1430[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1342[label="primCmpFloat (Float vwx2200 (Neg vwx22010)) vwx240",fontsize=16,color="burlywood",shape="box"];2555[label="vwx240/Float vwx2400 vwx2401",fontsize=10,color="white",style="solid",shape="box"];1342 -> 2555[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2555 -> 1431[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1343[label="primCmpInt (Pos (Succ vwx22000)) vwx240",fontsize=16,color="burlywood",shape="box"];2556[label="vwx240/Pos vwx2400",fontsize=10,color="white",style="solid",shape="box"];1343 -> 2556[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2556 -> 1432[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2557[label="vwx240/Neg vwx2400",fontsize=10,color="white",style="solid",shape="box"];1343 -> 2557[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2557 -> 1433[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1344[label="primCmpInt (Pos Zero) vwx240",fontsize=16,color="burlywood",shape="box"];2558[label="vwx240/Pos vwx2400",fontsize=10,color="white",style="solid",shape="box"];1344 -> 2558[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2558 -> 1434[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2559[label="vwx240/Neg vwx2400",fontsize=10,color="white",style="solid",shape="box"];1344 -> 2559[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2559 -> 1435[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1345[label="primCmpInt (Neg (Succ vwx22000)) vwx240",fontsize=16,color="burlywood",shape="box"];2560[label="vwx240/Pos vwx2400",fontsize=10,color="white",style="solid",shape="box"];1345 -> 2560[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2560 -> 1436[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2561[label="vwx240/Neg vwx2400",fontsize=10,color="white",style="solid",shape="box"];1345 -> 2561[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2561 -> 1437[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1346[label="primCmpInt (Neg Zero) vwx240",fontsize=16,color="burlywood",shape="box"];2562[label="vwx240/Pos vwx2400",fontsize=10,color="white",style="solid",shape="box"];1346 -> 2562[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2562 -> 1438[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2563[label="vwx240/Neg vwx2400",fontsize=10,color="white",style="solid",shape="box"];1346 -> 2563[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2563 -> 1439[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1347[label="primCmpChar (Char vwx2200) (Char vwx2400)",fontsize=16,color="black",shape="box"];1347 -> 1440[label="",style="solid", color="black", weight=3]; 20.88/7.85 1348[label="primCmpDouble (Double vwx2200 (Pos vwx22010)) vwx240",fontsize=16,color="burlywood",shape="box"];2564[label="vwx240/Double vwx2400 vwx2401",fontsize=10,color="white",style="solid",shape="box"];1348 -> 2564[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2564 -> 1441[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1349[label="primCmpDouble (Double vwx2200 (Neg vwx22010)) vwx240",fontsize=16,color="burlywood",shape="box"];2565[label="vwx240/Double vwx2400 vwx2401",fontsize=10,color="white",style="solid",shape="box"];1349 -> 2565[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2565 -> 1442[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1350 -> 1225[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1350[label="primCmpInt vwx2200 vwx2400",fontsize=16,color="magenta"];1350 -> 1443[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1350 -> 1444[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1351[label="EQ",fontsize=16,color="green",shape="box"];1352 -> 1445[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1352[label="primCompAux vwx2200 vwx2400 (compare vwx2201 vwx2401)",fontsize=16,color="magenta"];1352 -> 1446[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1353[label="GT",fontsize=16,color="green",shape="box"];1354[label="LT",fontsize=16,color="green",shape="box"];1355[label="EQ",fontsize=16,color="green",shape="box"];1357 -> 25[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1357[label="vwx67 == GT",fontsize=16,color="magenta"];1357 -> 1447[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1357 -> 1448[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1356[label="not vwx73",fontsize=16,color="burlywood",shape="triangle"];2566[label="vwx73/False",fontsize=10,color="white",style="solid",shape="box"];1356 -> 2566[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2566 -> 1449[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2567[label="vwx73/True",fontsize=10,color="white",style="solid",shape="box"];1356 -> 2567[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2567 -> 1450[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1358 -> 1118[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1358[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1358 -> 1451[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1358 -> 1452[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1359 -> 1119[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1359[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1359 -> 1453[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1359 -> 1454[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1360 -> 1120[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1360[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1360 -> 1455[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1360 -> 1456[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1361 -> 1121[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1361[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1361 -> 1457[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1361 -> 1458[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1362 -> 1122[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1362[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1362 -> 1459[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1362 -> 1460[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1363 -> 1123[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1363[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1363 -> 1461[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1363 -> 1462[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1364 -> 1124[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1364[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1364 -> 1463[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1364 -> 1464[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1365 -> 1125[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1365[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1365 -> 1465[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1365 -> 1466[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1366 -> 1126[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1366[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1366 -> 1467[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1366 -> 1468[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1367 -> 1127[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1367[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1367 -> 1469[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1367 -> 1470[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1368 -> 1128[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1368[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1368 -> 1471[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1368 -> 1472[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1369 -> 1129[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1369[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1369 -> 1473[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1369 -> 1474[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1370 -> 1130[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1370[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1370 -> 1475[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1370 -> 1476[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1371 -> 1131[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1371[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1371 -> 1477[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1371 -> 1478[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1372 -> 1118[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1372[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1372 -> 1479[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1372 -> 1480[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1373 -> 1119[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1373[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1373 -> 1481[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1373 -> 1482[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1374 -> 1120[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1374[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1374 -> 1483[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1374 -> 1484[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1375 -> 1121[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1375[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1375 -> 1485[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1375 -> 1486[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1376 -> 1122[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1376[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1376 -> 1487[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1376 -> 1488[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1377 -> 1123[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1377[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1377 -> 1489[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1377 -> 1490[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1378 -> 1124[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1378[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1378 -> 1491[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1378 -> 1492[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1379 -> 1125[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1379[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1379 -> 1493[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1379 -> 1494[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1380 -> 1126[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1380[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1380 -> 1495[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1380 -> 1496[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1381 -> 1127[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1381[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1381 -> 1497[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1381 -> 1498[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1382 -> 1128[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1382[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1382 -> 1499[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1382 -> 1500[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1383 -> 1129[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1383[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1383 -> 1501[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1383 -> 1502[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1384 -> 1130[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1384[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1384 -> 1503[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1384 -> 1504[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1385 -> 1131[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1385[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1385 -> 1505[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1385 -> 1506[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1386 -> 1118[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1386[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1386 -> 1507[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1386 -> 1508[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1387 -> 1119[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1387[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1387 -> 1509[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1387 -> 1510[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1388 -> 1120[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1388[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1388 -> 1511[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1388 -> 1512[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1389 -> 1121[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1389[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1389 -> 1513[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1389 -> 1514[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1390 -> 1122[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1390[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1390 -> 1515[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1390 -> 1516[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1391 -> 1123[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1391[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1391 -> 1517[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1391 -> 1518[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1392 -> 1124[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1392[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1392 -> 1519[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1392 -> 1520[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1393 -> 1125[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1393[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1393 -> 1521[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1393 -> 1522[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1394 -> 1126[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1394[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1394 -> 1523[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1394 -> 1524[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1395 -> 1127[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1395[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1395 -> 1525[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1395 -> 1526[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1396 -> 1128[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1396[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1396 -> 1527[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1396 -> 1528[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1397 -> 1129[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1397[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1397 -> 1529[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1397 -> 1530[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1398 -> 1130[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1398[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1398 -> 1531[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1398 -> 1532[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1399 -> 1131[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1399[label="vwx2210 <= vwx2410",fontsize=16,color="magenta"];1399 -> 1533[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1399 -> 1534[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1538 -> 301[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1538[label="vwx2210 == vwx2410 && vwx2211 <= vwx2411",fontsize=16,color="magenta"];1538 -> 1544[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1538 -> 1545[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1539[label="vwx2210 < vwx2410",fontsize=16,color="blue",shape="box"];2568[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1539 -> 2568[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2568 -> 1546[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2569[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1539 -> 2569[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2569 -> 1547[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2570[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1539 -> 2570[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2570 -> 1548[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2571[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1539 -> 2571[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2571 -> 1549[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2572[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1539 -> 2572[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2572 -> 1550[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2573[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1539 -> 2573[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2573 -> 1551[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2574[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1539 -> 2574[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2574 -> 1552[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2575[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1539 -> 2575[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2575 -> 1553[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2576[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1539 -> 2576[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2576 -> 1554[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2577[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1539 -> 2577[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2577 -> 1555[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2578[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1539 -> 2578[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2578 -> 1556[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2579[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1539 -> 2579[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2579 -> 1557[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2580[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1539 -> 2580[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2580 -> 1558[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2581[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1539 -> 2581[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2581 -> 1559[label="",style="solid", color="blue", weight=3]; 20.88/7.85 1537[label="vwx79 || vwx80",fontsize=16,color="burlywood",shape="triangle"];2582[label="vwx79/False",fontsize=10,color="white",style="solid",shape="box"];1537 -> 2582[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2582 -> 1560[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2583[label="vwx79/True",fontsize=10,color="white",style="solid",shape="box"];1537 -> 2583[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2583 -> 1561[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1540 -> 301[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1540[label="vwx2210 == vwx2410 && (vwx2211 < vwx2411 || vwx2211 == vwx2411 && vwx2212 <= vwx2412)",fontsize=16,color="magenta"];1540 -> 1562[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1540 -> 1563[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1541[label="vwx2210 < vwx2410",fontsize=16,color="blue",shape="box"];2584[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1541 -> 2584[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2584 -> 1564[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2585[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1541 -> 2585[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2585 -> 1565[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2586[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1541 -> 2586[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2586 -> 1566[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2587[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1541 -> 2587[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2587 -> 1567[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2588[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1541 -> 2588[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2588 -> 1568[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2589[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1541 -> 2589[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2589 -> 1569[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2590[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1541 -> 2590[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2590 -> 1570[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2591[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1541 -> 2591[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2591 -> 1571[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2592[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1541 -> 2592[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2592 -> 1572[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2593[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1541 -> 2593[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2593 -> 1573[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2594[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1541 -> 2594[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2594 -> 1574[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2595[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1541 -> 2595[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2595 -> 1575[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2596[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1541 -> 2596[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2596 -> 1576[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2597[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1541 -> 2597[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2597 -> 1577[label="",style="solid", color="blue", weight=3]; 20.88/7.85 1405[label="GT",fontsize=16,color="green",shape="box"];1044[label="Succ (Succ (primPlusNat vwx520 vwx40100))",fontsize=16,color="green",shape="box"];1044 -> 1047[label="",style="dashed", color="green", weight=3]; 20.88/7.85 1045[label="Succ vwx40100",fontsize=16,color="green",shape="box"];1406 -> 1154[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1406[label="compare (vwx2200 * vwx2401) (vwx2400 * vwx2201)",fontsize=16,color="magenta"];1406 -> 1578[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1406 -> 1579[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1407 -> 1160[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1407[label="compare (vwx2200 * vwx2401) (vwx2400 * vwx2201)",fontsize=16,color="magenta"];1407 -> 1580[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1407 -> 1581[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1408[label="vwx220",fontsize=16,color="green",shape="box"];1409[label="vwx240",fontsize=16,color="green",shape="box"];1410[label="compare2 vwx220 vwx240 False",fontsize=16,color="black",shape="box"];1410 -> 1582[label="",style="solid", color="black", weight=3]; 20.88/7.85 1411[label="compare2 vwx220 vwx240 True",fontsize=16,color="black",shape="box"];1411 -> 1583[label="",style="solid", color="black", weight=3]; 20.88/7.85 1412[label="vwx220",fontsize=16,color="green",shape="box"];1413[label="vwx240",fontsize=16,color="green",shape="box"];1414[label="compare2 vwx220 vwx240 False",fontsize=16,color="black",shape="box"];1414 -> 1584[label="",style="solid", color="black", weight=3]; 20.88/7.85 1415[label="compare2 vwx220 vwx240 True",fontsize=16,color="black",shape="box"];1415 -> 1585[label="",style="solid", color="black", weight=3]; 20.88/7.85 1416[label="vwx220",fontsize=16,color="green",shape="box"];1417[label="vwx240",fontsize=16,color="green",shape="box"];1418[label="compare2 vwx220 vwx240 False",fontsize=16,color="black",shape="box"];1418 -> 1586[label="",style="solid", color="black", weight=3]; 20.88/7.85 1419[label="compare2 vwx220 vwx240 True",fontsize=16,color="black",shape="box"];1419 -> 1587[label="",style="solid", color="black", weight=3]; 20.88/7.85 1420[label="vwx220",fontsize=16,color="green",shape="box"];1421[label="vwx240",fontsize=16,color="green",shape="box"];1422[label="vwx220",fontsize=16,color="green",shape="box"];1423[label="vwx240",fontsize=16,color="green",shape="box"];1424[label="compare2 vwx220 vwx240 False",fontsize=16,color="black",shape="box"];1424 -> 1588[label="",style="solid", color="black", weight=3]; 20.88/7.85 1425[label="compare2 vwx220 vwx240 True",fontsize=16,color="black",shape="box"];1425 -> 1589[label="",style="solid", color="black", weight=3]; 20.88/7.85 1426[label="vwx220",fontsize=16,color="green",shape="box"];1427[label="vwx240",fontsize=16,color="green",shape="box"];1428[label="compare2 vwx220 vwx240 False",fontsize=16,color="black",shape="box"];1428 -> 1590[label="",style="solid", color="black", weight=3]; 20.88/7.85 1429[label="compare2 vwx220 vwx240 True",fontsize=16,color="black",shape="box"];1429 -> 1591[label="",style="solid", color="black", weight=3]; 20.88/7.85 1430[label="primCmpFloat (Float vwx2200 (Pos vwx22010)) (Float vwx2400 vwx2401)",fontsize=16,color="burlywood",shape="box"];2598[label="vwx2401/Pos vwx24010",fontsize=10,color="white",style="solid",shape="box"];1430 -> 2598[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2598 -> 1592[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2599[label="vwx2401/Neg vwx24010",fontsize=10,color="white",style="solid",shape="box"];1430 -> 2599[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2599 -> 1593[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1431[label="primCmpFloat (Float vwx2200 (Neg vwx22010)) (Float vwx2400 vwx2401)",fontsize=16,color="burlywood",shape="box"];2600[label="vwx2401/Pos vwx24010",fontsize=10,color="white",style="solid",shape="box"];1431 -> 2600[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2600 -> 1594[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2601[label="vwx2401/Neg vwx24010",fontsize=10,color="white",style="solid",shape="box"];1431 -> 2601[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2601 -> 1595[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1432[label="primCmpInt (Pos (Succ vwx22000)) (Pos vwx2400)",fontsize=16,color="black",shape="box"];1432 -> 1596[label="",style="solid", color="black", weight=3]; 20.88/7.85 1433[label="primCmpInt (Pos (Succ vwx22000)) (Neg vwx2400)",fontsize=16,color="black",shape="box"];1433 -> 1597[label="",style="solid", color="black", weight=3]; 20.88/7.85 1434[label="primCmpInt (Pos Zero) (Pos vwx2400)",fontsize=16,color="burlywood",shape="box"];2602[label="vwx2400/Succ vwx24000",fontsize=10,color="white",style="solid",shape="box"];1434 -> 2602[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2602 -> 1598[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2603[label="vwx2400/Zero",fontsize=10,color="white",style="solid",shape="box"];1434 -> 2603[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2603 -> 1599[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1435[label="primCmpInt (Pos Zero) (Neg vwx2400)",fontsize=16,color="burlywood",shape="box"];2604[label="vwx2400/Succ vwx24000",fontsize=10,color="white",style="solid",shape="box"];1435 -> 2604[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2604 -> 1600[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2605[label="vwx2400/Zero",fontsize=10,color="white",style="solid",shape="box"];1435 -> 2605[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2605 -> 1601[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1436[label="primCmpInt (Neg (Succ vwx22000)) (Pos vwx2400)",fontsize=16,color="black",shape="box"];1436 -> 1602[label="",style="solid", color="black", weight=3]; 20.88/7.85 1437[label="primCmpInt (Neg (Succ vwx22000)) (Neg vwx2400)",fontsize=16,color="black",shape="box"];1437 -> 1603[label="",style="solid", color="black", weight=3]; 20.88/7.85 1438[label="primCmpInt (Neg Zero) (Pos vwx2400)",fontsize=16,color="burlywood",shape="box"];2606[label="vwx2400/Succ vwx24000",fontsize=10,color="white",style="solid",shape="box"];1438 -> 2606[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2606 -> 1604[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2607[label="vwx2400/Zero",fontsize=10,color="white",style="solid",shape="box"];1438 -> 2607[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2607 -> 1605[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1439[label="primCmpInt (Neg Zero) (Neg vwx2400)",fontsize=16,color="burlywood",shape="box"];2608[label="vwx2400/Succ vwx24000",fontsize=10,color="white",style="solid",shape="box"];1439 -> 2608[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2608 -> 1606[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2609[label="vwx2400/Zero",fontsize=10,color="white",style="solid",shape="box"];1439 -> 2609[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2609 -> 1607[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1440[label="primCmpNat vwx2200 vwx2400",fontsize=16,color="burlywood",shape="triangle"];2610[label="vwx2200/Succ vwx22000",fontsize=10,color="white",style="solid",shape="box"];1440 -> 2610[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2610 -> 1608[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2611[label="vwx2200/Zero",fontsize=10,color="white",style="solid",shape="box"];1440 -> 2611[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2611 -> 1609[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1441[label="primCmpDouble (Double vwx2200 (Pos vwx22010)) (Double vwx2400 vwx2401)",fontsize=16,color="burlywood",shape="box"];2612[label="vwx2401/Pos vwx24010",fontsize=10,color="white",style="solid",shape="box"];1441 -> 2612[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2612 -> 1610[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2613[label="vwx2401/Neg vwx24010",fontsize=10,color="white",style="solid",shape="box"];1441 -> 2613[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2613 -> 1611[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1442[label="primCmpDouble (Double vwx2200 (Neg vwx22010)) (Double vwx2400 vwx2401)",fontsize=16,color="burlywood",shape="box"];2614[label="vwx2401/Pos vwx24010",fontsize=10,color="white",style="solid",shape="box"];1442 -> 2614[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2614 -> 1612[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2615[label="vwx2401/Neg vwx24010",fontsize=10,color="white",style="solid",shape="box"];1442 -> 2615[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2615 -> 1613[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1443[label="vwx2400",fontsize=16,color="green",shape="box"];1444[label="vwx2200",fontsize=16,color="green",shape="box"];1446 -> 1164[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1446[label="compare vwx2201 vwx2401",fontsize=16,color="magenta"];1446 -> 1614[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1446 -> 1615[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1445[label="primCompAux vwx2200 vwx2400 vwx75",fontsize=16,color="black",shape="triangle"];1445 -> 1616[label="",style="solid", color="black", weight=3]; 20.88/7.85 1447[label="vwx67",fontsize=16,color="green",shape="box"];1448[label="GT",fontsize=16,color="green",shape="box"];1449[label="not False",fontsize=16,color="black",shape="box"];1449 -> 1617[label="",style="solid", color="black", weight=3]; 20.88/7.85 1450[label="not True",fontsize=16,color="black",shape="box"];1450 -> 1618[label="",style="solid", color="black", weight=3]; 20.88/7.85 1451[label="vwx2410",fontsize=16,color="green",shape="box"];1452[label="vwx2210",fontsize=16,color="green",shape="box"];1453[label="vwx2410",fontsize=16,color="green",shape="box"];1454[label="vwx2210",fontsize=16,color="green",shape="box"];1455[label="vwx2410",fontsize=16,color="green",shape="box"];1456[label="vwx2210",fontsize=16,color="green",shape="box"];1457[label="vwx2410",fontsize=16,color="green",shape="box"];1458[label="vwx2210",fontsize=16,color="green",shape="box"];1459[label="vwx2410",fontsize=16,color="green",shape="box"];1460[label="vwx2210",fontsize=16,color="green",shape="box"];1461[label="vwx2410",fontsize=16,color="green",shape="box"];1462[label="vwx2210",fontsize=16,color="green",shape="box"];1463[label="vwx2410",fontsize=16,color="green",shape="box"];1464[label="vwx2210",fontsize=16,color="green",shape="box"];1465[label="vwx2410",fontsize=16,color="green",shape="box"];1466[label="vwx2210",fontsize=16,color="green",shape="box"];1467[label="vwx2410",fontsize=16,color="green",shape="box"];1468[label="vwx2210",fontsize=16,color="green",shape="box"];1469[label="vwx2410",fontsize=16,color="green",shape="box"];1470[label="vwx2210",fontsize=16,color="green",shape="box"];1471[label="vwx2410",fontsize=16,color="green",shape="box"];1472[label="vwx2210",fontsize=16,color="green",shape="box"];1473[label="vwx2410",fontsize=16,color="green",shape="box"];1474[label="vwx2210",fontsize=16,color="green",shape="box"];1475[label="vwx2410",fontsize=16,color="green",shape="box"];1476[label="vwx2210",fontsize=16,color="green",shape="box"];1477[label="vwx2410",fontsize=16,color="green",shape="box"];1478[label="vwx2210",fontsize=16,color="green",shape="box"];1479[label="vwx2410",fontsize=16,color="green",shape="box"];1480[label="vwx2210",fontsize=16,color="green",shape="box"];1481[label="vwx2410",fontsize=16,color="green",shape="box"];1482[label="vwx2210",fontsize=16,color="green",shape="box"];1483[label="vwx2410",fontsize=16,color="green",shape="box"];1484[label="vwx2210",fontsize=16,color="green",shape="box"];1485[label="vwx2410",fontsize=16,color="green",shape="box"];1486[label="vwx2210",fontsize=16,color="green",shape="box"];1487[label="vwx2410",fontsize=16,color="green",shape="box"];1488[label="vwx2210",fontsize=16,color="green",shape="box"];1489[label="vwx2410",fontsize=16,color="green",shape="box"];1490[label="vwx2210",fontsize=16,color="green",shape="box"];1491[label="vwx2410",fontsize=16,color="green",shape="box"];1492[label="vwx2210",fontsize=16,color="green",shape="box"];1493[label="vwx2410",fontsize=16,color="green",shape="box"];1494[label="vwx2210",fontsize=16,color="green",shape="box"];1495[label="vwx2410",fontsize=16,color="green",shape="box"];1496[label="vwx2210",fontsize=16,color="green",shape="box"];1497[label="vwx2410",fontsize=16,color="green",shape="box"];1498[label="vwx2210",fontsize=16,color="green",shape="box"];1499[label="vwx2410",fontsize=16,color="green",shape="box"];1500[label="vwx2210",fontsize=16,color="green",shape="box"];1501[label="vwx2410",fontsize=16,color="green",shape="box"];1502[label="vwx2210",fontsize=16,color="green",shape="box"];1503[label="vwx2410",fontsize=16,color="green",shape="box"];1504[label="vwx2210",fontsize=16,color="green",shape="box"];1505[label="vwx2410",fontsize=16,color="green",shape="box"];1506[label="vwx2210",fontsize=16,color="green",shape="box"];1507[label="vwx2410",fontsize=16,color="green",shape="box"];1508[label="vwx2210",fontsize=16,color="green",shape="box"];1509[label="vwx2410",fontsize=16,color="green",shape="box"];1510[label="vwx2210",fontsize=16,color="green",shape="box"];1511[label="vwx2410",fontsize=16,color="green",shape="box"];1512[label="vwx2210",fontsize=16,color="green",shape="box"];1513[label="vwx2410",fontsize=16,color="green",shape="box"];1514[label="vwx2210",fontsize=16,color="green",shape="box"];1515[label="vwx2410",fontsize=16,color="green",shape="box"];1516[label="vwx2210",fontsize=16,color="green",shape="box"];1517[label="vwx2410",fontsize=16,color="green",shape="box"];1518[label="vwx2210",fontsize=16,color="green",shape="box"];1519[label="vwx2410",fontsize=16,color="green",shape="box"];1520[label="vwx2210",fontsize=16,color="green",shape="box"];1521[label="vwx2410",fontsize=16,color="green",shape="box"];1522[label="vwx2210",fontsize=16,color="green",shape="box"];1523[label="vwx2410",fontsize=16,color="green",shape="box"];1524[label="vwx2210",fontsize=16,color="green",shape="box"];1525[label="vwx2410",fontsize=16,color="green",shape="box"];1526[label="vwx2210",fontsize=16,color="green",shape="box"];1527[label="vwx2410",fontsize=16,color="green",shape="box"];1528[label="vwx2210",fontsize=16,color="green",shape="box"];1529[label="vwx2410",fontsize=16,color="green",shape="box"];1530[label="vwx2210",fontsize=16,color="green",shape="box"];1531[label="vwx2410",fontsize=16,color="green",shape="box"];1532[label="vwx2210",fontsize=16,color="green",shape="box"];1533[label="vwx2410",fontsize=16,color="green",shape="box"];1534[label="vwx2210",fontsize=16,color="green",shape="box"];1544[label="vwx2210 == vwx2410",fontsize=16,color="blue",shape="box"];2616[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1544 -> 2616[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2616 -> 1619[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2617[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1544 -> 2617[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2617 -> 1620[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2618[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1544 -> 2618[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2618 -> 1621[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2619[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1544 -> 2619[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2619 -> 1622[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2620[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1544 -> 2620[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2620 -> 1623[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2621[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1544 -> 2621[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2621 -> 1624[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2622[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1544 -> 2622[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2622 -> 1625[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2623[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1544 -> 2623[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2623 -> 1626[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2624[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1544 -> 2624[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2624 -> 1627[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2625[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1544 -> 2625[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2625 -> 1628[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2626[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1544 -> 2626[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2626 -> 1629[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2627[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1544 -> 2627[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2627 -> 1630[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2628[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1544 -> 2628[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2628 -> 1631[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2629[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1544 -> 2629[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2629 -> 1632[label="",style="solid", color="blue", weight=3]; 20.88/7.85 1545[label="vwx2211 <= vwx2411",fontsize=16,color="blue",shape="box"];2630[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1545 -> 2630[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2630 -> 1633[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2631[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1545 -> 2631[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2631 -> 1634[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2632[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1545 -> 2632[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2632 -> 1635[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2633[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1545 -> 2633[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2633 -> 1636[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2634[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1545 -> 2634[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2634 -> 1637[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2635[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1545 -> 2635[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2635 -> 1638[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2636[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1545 -> 2636[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2636 -> 1639[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2637[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1545 -> 2637[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2637 -> 1640[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2638[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1545 -> 2638[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2638 -> 1641[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2639[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1545 -> 2639[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2639 -> 1642[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2640[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1545 -> 2640[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2640 -> 1643[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2641[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1545 -> 2641[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2641 -> 1644[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2642[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1545 -> 2642[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2642 -> 1645[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2643[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1545 -> 2643[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2643 -> 1646[label="",style="solid", color="blue", weight=3]; 20.88/7.85 1546 -> 1068[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1546[label="vwx2210 < vwx2410",fontsize=16,color="magenta"];1546 -> 1647[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1546 -> 1648[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1547 -> 1069[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1547[label="vwx2210 < vwx2410",fontsize=16,color="magenta"];1547 -> 1649[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1547 -> 1650[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1548 -> 1070[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1548[label="vwx2210 < vwx2410",fontsize=16,color="magenta"];1548 -> 1651[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1548 -> 1652[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1549 -> 1071[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1549[label="vwx2210 < vwx2410",fontsize=16,color="magenta"];1549 -> 1653[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1549 -> 1654[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1550 -> 1072[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1550[label="vwx2210 < vwx2410",fontsize=16,color="magenta"];1550 -> 1655[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1550 -> 1656[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1551 -> 1073[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1551[label="vwx2210 < vwx2410",fontsize=16,color="magenta"];1551 -> 1657[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1551 -> 1658[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1552 -> 1074[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1552[label="vwx2210 < vwx2410",fontsize=16,color="magenta"];1552 -> 1659[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1552 -> 1660[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1553 -> 1075[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1553[label="vwx2210 < vwx2410",fontsize=16,color="magenta"];1553 -> 1661[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1553 -> 1662[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1554 -> 1076[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1554[label="vwx2210 < vwx2410",fontsize=16,color="magenta"];1554 -> 1663[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1554 -> 1664[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1555 -> 1077[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1555[label="vwx2210 < vwx2410",fontsize=16,color="magenta"];1555 -> 1665[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1555 -> 1666[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1556 -> 1078[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1556[label="vwx2210 < vwx2410",fontsize=16,color="magenta"];1556 -> 1667[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1556 -> 1668[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1557 -> 1079[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1557[label="vwx2210 < vwx2410",fontsize=16,color="magenta"];1557 -> 1669[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1557 -> 1670[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1558 -> 1080[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1558[label="vwx2210 < vwx2410",fontsize=16,color="magenta"];1558 -> 1671[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1558 -> 1672[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1559 -> 1081[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1559[label="vwx2210 < vwx2410",fontsize=16,color="magenta"];1559 -> 1673[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1559 -> 1674[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1560[label="False || vwx80",fontsize=16,color="black",shape="box"];1560 -> 1675[label="",style="solid", color="black", weight=3]; 20.88/7.85 1561[label="True || vwx80",fontsize=16,color="black",shape="box"];1561 -> 1676[label="",style="solid", color="black", weight=3]; 20.88/7.85 1562[label="vwx2210 == vwx2410",fontsize=16,color="blue",shape="box"];2644[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1562 -> 2644[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2644 -> 1677[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2645[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1562 -> 2645[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2645 -> 1678[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2646[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1562 -> 2646[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2646 -> 1679[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2647[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1562 -> 2647[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2647 -> 1680[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2648[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1562 -> 2648[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2648 -> 1681[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2649[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1562 -> 2649[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2649 -> 1682[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2650[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1562 -> 2650[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2650 -> 1683[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2651[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1562 -> 2651[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2651 -> 1684[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2652[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1562 -> 2652[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2652 -> 1685[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2653[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1562 -> 2653[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2653 -> 1686[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2654[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1562 -> 2654[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2654 -> 1687[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2655[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1562 -> 2655[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2655 -> 1688[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2656[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1562 -> 2656[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2656 -> 1689[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2657[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1562 -> 2657[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2657 -> 1690[label="",style="solid", color="blue", weight=3]; 20.88/7.85 1563 -> 1537[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1563[label="vwx2211 < vwx2411 || vwx2211 == vwx2411 && vwx2212 <= vwx2412",fontsize=16,color="magenta"];1563 -> 1691[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1563 -> 1692[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1564 -> 1068[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1564[label="vwx2210 < vwx2410",fontsize=16,color="magenta"];1564 -> 1693[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1564 -> 1694[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1565 -> 1069[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1565[label="vwx2210 < vwx2410",fontsize=16,color="magenta"];1565 -> 1695[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1565 -> 1696[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1566 -> 1070[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1566[label="vwx2210 < vwx2410",fontsize=16,color="magenta"];1566 -> 1697[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1566 -> 1698[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1567 -> 1071[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1567[label="vwx2210 < vwx2410",fontsize=16,color="magenta"];1567 -> 1699[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1567 -> 1700[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1568 -> 1072[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1568[label="vwx2210 < vwx2410",fontsize=16,color="magenta"];1568 -> 1701[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1568 -> 1702[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1569 -> 1073[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1569[label="vwx2210 < vwx2410",fontsize=16,color="magenta"];1569 -> 1703[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1569 -> 1704[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1570 -> 1074[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1570[label="vwx2210 < vwx2410",fontsize=16,color="magenta"];1570 -> 1705[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1570 -> 1706[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1571 -> 1075[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1571[label="vwx2210 < vwx2410",fontsize=16,color="magenta"];1571 -> 1707[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1571 -> 1708[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1572 -> 1076[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1572[label="vwx2210 < vwx2410",fontsize=16,color="magenta"];1572 -> 1709[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1572 -> 1710[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1573 -> 1077[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1573[label="vwx2210 < vwx2410",fontsize=16,color="magenta"];1573 -> 1711[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1573 -> 1712[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1574 -> 1078[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1574[label="vwx2210 < vwx2410",fontsize=16,color="magenta"];1574 -> 1713[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1574 -> 1714[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1575 -> 1079[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1575[label="vwx2210 < vwx2410",fontsize=16,color="magenta"];1575 -> 1715[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1575 -> 1716[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1576 -> 1080[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1576[label="vwx2210 < vwx2410",fontsize=16,color="magenta"];1576 -> 1717[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1576 -> 1718[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1577 -> 1081[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1577[label="vwx2210 < vwx2410",fontsize=16,color="magenta"];1577 -> 1719[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1577 -> 1720[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1047[label="primPlusNat vwx520 vwx40100",fontsize=16,color="burlywood",shape="triangle"];2658[label="vwx520/Succ vwx5200",fontsize=10,color="white",style="solid",shape="box"];1047 -> 2658[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2658 -> 1049[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2659[label="vwx520/Zero",fontsize=10,color="white",style="solid",shape="box"];1047 -> 2659[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2659 -> 1050[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1578 -> 281[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1578[label="vwx2400 * vwx2201",fontsize=16,color="magenta"];1578 -> 1721[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1578 -> 1722[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1579 -> 281[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1579[label="vwx2200 * vwx2401",fontsize=16,color="magenta"];1579 -> 1723[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1579 -> 1724[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1580[label="vwx2400 * vwx2201",fontsize=16,color="burlywood",shape="triangle"];2660[label="vwx2400/Integer vwx24000",fontsize=10,color="white",style="solid",shape="box"];1580 -> 2660[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2660 -> 1725[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1581 -> 1580[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1581[label="vwx2200 * vwx2401",fontsize=16,color="magenta"];1581 -> 1726[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1581 -> 1727[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1582 -> 1728[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1582[label="compare1 vwx220 vwx240 (vwx220 <= vwx240)",fontsize=16,color="magenta"];1582 -> 1729[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1583[label="EQ",fontsize=16,color="green",shape="box"];1584 -> 1730[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1584[label="compare1 vwx220 vwx240 (vwx220 <= vwx240)",fontsize=16,color="magenta"];1584 -> 1731[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1585[label="EQ",fontsize=16,color="green",shape="box"];1586 -> 1732[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1586[label="compare1 vwx220 vwx240 (vwx220 <= vwx240)",fontsize=16,color="magenta"];1586 -> 1733[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1587[label="EQ",fontsize=16,color="green",shape="box"];1588 -> 1734[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1588[label="compare1 vwx220 vwx240 (vwx220 <= vwx240)",fontsize=16,color="magenta"];1588 -> 1735[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1589[label="EQ",fontsize=16,color="green",shape="box"];1590 -> 1736[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1590[label="compare1 vwx220 vwx240 (vwx220 <= vwx240)",fontsize=16,color="magenta"];1590 -> 1737[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1591[label="EQ",fontsize=16,color="green",shape="box"];1592[label="primCmpFloat (Float vwx2200 (Pos vwx22010)) (Float vwx2400 (Pos vwx24010))",fontsize=16,color="black",shape="box"];1592 -> 1738[label="",style="solid", color="black", weight=3]; 20.88/7.85 1593[label="primCmpFloat (Float vwx2200 (Pos vwx22010)) (Float vwx2400 (Neg vwx24010))",fontsize=16,color="black",shape="box"];1593 -> 1739[label="",style="solid", color="black", weight=3]; 20.88/7.85 1594[label="primCmpFloat (Float vwx2200 (Neg vwx22010)) (Float vwx2400 (Pos vwx24010))",fontsize=16,color="black",shape="box"];1594 -> 1740[label="",style="solid", color="black", weight=3]; 20.88/7.85 1595[label="primCmpFloat (Float vwx2200 (Neg vwx22010)) (Float vwx2400 (Neg vwx24010))",fontsize=16,color="black",shape="box"];1595 -> 1741[label="",style="solid", color="black", weight=3]; 20.88/7.85 1596 -> 1440[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1596[label="primCmpNat (Succ vwx22000) vwx2400",fontsize=16,color="magenta"];1596 -> 1742[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1596 -> 1743[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1597[label="GT",fontsize=16,color="green",shape="box"];1598[label="primCmpInt (Pos Zero) (Pos (Succ vwx24000))",fontsize=16,color="black",shape="box"];1598 -> 1744[label="",style="solid", color="black", weight=3]; 20.88/7.85 1599[label="primCmpInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1599 -> 1745[label="",style="solid", color="black", weight=3]; 20.88/7.85 1600[label="primCmpInt (Pos Zero) (Neg (Succ vwx24000))",fontsize=16,color="black",shape="box"];1600 -> 1746[label="",style="solid", color="black", weight=3]; 20.88/7.85 1601[label="primCmpInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1601 -> 1747[label="",style="solid", color="black", weight=3]; 20.88/7.85 1602[label="LT",fontsize=16,color="green",shape="box"];1603 -> 1440[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1603[label="primCmpNat vwx2400 (Succ vwx22000)",fontsize=16,color="magenta"];1603 -> 1748[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1603 -> 1749[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1604[label="primCmpInt (Neg Zero) (Pos (Succ vwx24000))",fontsize=16,color="black",shape="box"];1604 -> 1750[label="",style="solid", color="black", weight=3]; 20.88/7.85 1605[label="primCmpInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1605 -> 1751[label="",style="solid", color="black", weight=3]; 20.88/7.85 1606[label="primCmpInt (Neg Zero) (Neg (Succ vwx24000))",fontsize=16,color="black",shape="box"];1606 -> 1752[label="",style="solid", color="black", weight=3]; 20.88/7.85 1607[label="primCmpInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1607 -> 1753[label="",style="solid", color="black", weight=3]; 20.88/7.85 1608[label="primCmpNat (Succ vwx22000) vwx2400",fontsize=16,color="burlywood",shape="box"];2661[label="vwx2400/Succ vwx24000",fontsize=10,color="white",style="solid",shape="box"];1608 -> 2661[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2661 -> 1754[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2662[label="vwx2400/Zero",fontsize=10,color="white",style="solid",shape="box"];1608 -> 2662[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2662 -> 1755[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1609[label="primCmpNat Zero vwx2400",fontsize=16,color="burlywood",shape="box"];2663[label="vwx2400/Succ vwx24000",fontsize=10,color="white",style="solid",shape="box"];1609 -> 2663[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2663 -> 1756[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2664[label="vwx2400/Zero",fontsize=10,color="white",style="solid",shape="box"];1609 -> 2664[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2664 -> 1757[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1610[label="primCmpDouble (Double vwx2200 (Pos vwx22010)) (Double vwx2400 (Pos vwx24010))",fontsize=16,color="black",shape="box"];1610 -> 1758[label="",style="solid", color="black", weight=3]; 20.88/7.85 1611[label="primCmpDouble (Double vwx2200 (Pos vwx22010)) (Double vwx2400 (Neg vwx24010))",fontsize=16,color="black",shape="box"];1611 -> 1759[label="",style="solid", color="black", weight=3]; 20.88/7.85 1612[label="primCmpDouble (Double vwx2200 (Neg vwx22010)) (Double vwx2400 (Pos vwx24010))",fontsize=16,color="black",shape="box"];1612 -> 1760[label="",style="solid", color="black", weight=3]; 20.88/7.85 1613[label="primCmpDouble (Double vwx2200 (Neg vwx22010)) (Double vwx2400 (Neg vwx24010))",fontsize=16,color="black",shape="box"];1613 -> 1761[label="",style="solid", color="black", weight=3]; 20.88/7.85 1614[label="vwx2401",fontsize=16,color="green",shape="box"];1615[label="vwx2201",fontsize=16,color="green",shape="box"];1616 -> 1762[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1616[label="primCompAux0 vwx75 (compare vwx2200 vwx2400)",fontsize=16,color="magenta"];1616 -> 1763[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1616 -> 1764[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1617[label="True",fontsize=16,color="green",shape="box"];1618[label="False",fontsize=16,color="green",shape="box"];1619 -> 27[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1619[label="vwx2210 == vwx2410",fontsize=16,color="magenta"];1619 -> 1765[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1619 -> 1766[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1620 -> 17[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1620[label="vwx2210 == vwx2410",fontsize=16,color="magenta"];1620 -> 1767[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1620 -> 1768[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1621 -> 25[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1621[label="vwx2210 == vwx2410",fontsize=16,color="magenta"];1621 -> 1769[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1621 -> 1770[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1622 -> 23[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1622[label="vwx2210 == vwx2410",fontsize=16,color="magenta"];1622 -> 1771[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1622 -> 1772[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1623 -> 22[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1623[label="vwx2210 == vwx2410",fontsize=16,color="magenta"];1623 -> 1773[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1623 -> 1774[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1624 -> 30[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1624[label="vwx2210 == vwx2410",fontsize=16,color="magenta"];1624 -> 1775[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1624 -> 1776[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1625 -> 24[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1625[label="vwx2210 == vwx2410",fontsize=16,color="magenta"];1625 -> 1777[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1625 -> 1778[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1626 -> 18[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1626[label="vwx2210 == vwx2410",fontsize=16,color="magenta"];1626 -> 1779[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1626 -> 1780[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1627 -> 19[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1627[label="vwx2210 == vwx2410",fontsize=16,color="magenta"];1627 -> 1781[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1627 -> 1782[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1628 -> 20[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1628[label="vwx2210 == vwx2410",fontsize=16,color="magenta"];1628 -> 1783[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1628 -> 1784[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1629 -> 28[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1629[label="vwx2210 == vwx2410",fontsize=16,color="magenta"];1629 -> 1785[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1629 -> 1786[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1630 -> 29[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1630[label="vwx2210 == vwx2410",fontsize=16,color="magenta"];1630 -> 1787[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1630 -> 1788[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1631 -> 26[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1631[label="vwx2210 == vwx2410",fontsize=16,color="magenta"];1631 -> 1789[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1631 -> 1790[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1632 -> 21[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1632[label="vwx2210 == vwx2410",fontsize=16,color="magenta"];1632 -> 1791[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1632 -> 1792[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1633 -> 1118[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1633[label="vwx2211 <= vwx2411",fontsize=16,color="magenta"];1633 -> 1793[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1633 -> 1794[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1634 -> 1119[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1634[label="vwx2211 <= vwx2411",fontsize=16,color="magenta"];1634 -> 1795[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1634 -> 1796[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1635 -> 1120[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1635[label="vwx2211 <= vwx2411",fontsize=16,color="magenta"];1635 -> 1797[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1635 -> 1798[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1636 -> 1121[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1636[label="vwx2211 <= vwx2411",fontsize=16,color="magenta"];1636 -> 1799[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1636 -> 1800[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1637 -> 1122[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1637[label="vwx2211 <= vwx2411",fontsize=16,color="magenta"];1637 -> 1801[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1637 -> 1802[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1638 -> 1123[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1638[label="vwx2211 <= vwx2411",fontsize=16,color="magenta"];1638 -> 1803[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1638 -> 1804[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1639 -> 1124[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1639[label="vwx2211 <= vwx2411",fontsize=16,color="magenta"];1639 -> 1805[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1639 -> 1806[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1640 -> 1125[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1640[label="vwx2211 <= vwx2411",fontsize=16,color="magenta"];1640 -> 1807[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1640 -> 1808[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1641 -> 1126[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1641[label="vwx2211 <= vwx2411",fontsize=16,color="magenta"];1641 -> 1809[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1641 -> 1810[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1642 -> 1127[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1642[label="vwx2211 <= vwx2411",fontsize=16,color="magenta"];1642 -> 1811[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1642 -> 1812[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1643 -> 1128[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1643[label="vwx2211 <= vwx2411",fontsize=16,color="magenta"];1643 -> 1813[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1643 -> 1814[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1644 -> 1129[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1644[label="vwx2211 <= vwx2411",fontsize=16,color="magenta"];1644 -> 1815[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1644 -> 1816[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1645 -> 1130[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1645[label="vwx2211 <= vwx2411",fontsize=16,color="magenta"];1645 -> 1817[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1645 -> 1818[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1646 -> 1131[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1646[label="vwx2211 <= vwx2411",fontsize=16,color="magenta"];1646 -> 1819[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1646 -> 1820[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1647[label="vwx2410",fontsize=16,color="green",shape="box"];1648[label="vwx2210",fontsize=16,color="green",shape="box"];1649[label="vwx2410",fontsize=16,color="green",shape="box"];1650[label="vwx2210",fontsize=16,color="green",shape="box"];1651[label="vwx2410",fontsize=16,color="green",shape="box"];1652[label="vwx2210",fontsize=16,color="green",shape="box"];1653[label="vwx2410",fontsize=16,color="green",shape="box"];1654[label="vwx2210",fontsize=16,color="green",shape="box"];1655[label="vwx2410",fontsize=16,color="green",shape="box"];1656[label="vwx2210",fontsize=16,color="green",shape="box"];1657[label="vwx2410",fontsize=16,color="green",shape="box"];1658[label="vwx2210",fontsize=16,color="green",shape="box"];1659[label="vwx2410",fontsize=16,color="green",shape="box"];1660[label="vwx2210",fontsize=16,color="green",shape="box"];1661[label="vwx2410",fontsize=16,color="green",shape="box"];1662[label="vwx2210",fontsize=16,color="green",shape="box"];1663[label="vwx2410",fontsize=16,color="green",shape="box"];1664[label="vwx2210",fontsize=16,color="green",shape="box"];1665[label="vwx2410",fontsize=16,color="green",shape="box"];1666[label="vwx2210",fontsize=16,color="green",shape="box"];1667[label="vwx2410",fontsize=16,color="green",shape="box"];1668[label="vwx2210",fontsize=16,color="green",shape="box"];1669[label="vwx2410",fontsize=16,color="green",shape="box"];1670[label="vwx2210",fontsize=16,color="green",shape="box"];1671[label="vwx2410",fontsize=16,color="green",shape="box"];1672[label="vwx2210",fontsize=16,color="green",shape="box"];1673[label="vwx2410",fontsize=16,color="green",shape="box"];1674[label="vwx2210",fontsize=16,color="green",shape="box"];1675[label="vwx80",fontsize=16,color="green",shape="box"];1676[label="True",fontsize=16,color="green",shape="box"];1677 -> 27[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1677[label="vwx2210 == vwx2410",fontsize=16,color="magenta"];1677 -> 1821[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1677 -> 1822[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1678 -> 17[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1678[label="vwx2210 == vwx2410",fontsize=16,color="magenta"];1678 -> 1823[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1678 -> 1824[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1679 -> 25[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1679[label="vwx2210 == vwx2410",fontsize=16,color="magenta"];1679 -> 1825[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1679 -> 1826[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1680 -> 23[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1680[label="vwx2210 == vwx2410",fontsize=16,color="magenta"];1680 -> 1827[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1680 -> 1828[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1681 -> 22[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1681[label="vwx2210 == vwx2410",fontsize=16,color="magenta"];1681 -> 1829[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1681 -> 1830[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1682 -> 30[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1682[label="vwx2210 == vwx2410",fontsize=16,color="magenta"];1682 -> 1831[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1682 -> 1832[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1683 -> 24[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1683[label="vwx2210 == vwx2410",fontsize=16,color="magenta"];1683 -> 1833[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1683 -> 1834[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1684 -> 18[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1684[label="vwx2210 == vwx2410",fontsize=16,color="magenta"];1684 -> 1835[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1684 -> 1836[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1685 -> 19[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1685[label="vwx2210 == vwx2410",fontsize=16,color="magenta"];1685 -> 1837[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1685 -> 1838[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1686 -> 20[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1686[label="vwx2210 == vwx2410",fontsize=16,color="magenta"];1686 -> 1839[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1686 -> 1840[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1687 -> 28[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1687[label="vwx2210 == vwx2410",fontsize=16,color="magenta"];1687 -> 1841[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1687 -> 1842[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1688 -> 29[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1688[label="vwx2210 == vwx2410",fontsize=16,color="magenta"];1688 -> 1843[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1688 -> 1844[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1689 -> 26[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1689[label="vwx2210 == vwx2410",fontsize=16,color="magenta"];1689 -> 1845[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1689 -> 1846[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1690 -> 21[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1690[label="vwx2210 == vwx2410",fontsize=16,color="magenta"];1690 -> 1847[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1690 -> 1848[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1691 -> 301[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1691[label="vwx2211 == vwx2411 && vwx2212 <= vwx2412",fontsize=16,color="magenta"];1691 -> 1849[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1691 -> 1850[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1692[label="vwx2211 < vwx2411",fontsize=16,color="blue",shape="box"];2665[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1692 -> 2665[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2665 -> 1851[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2666[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1692 -> 2666[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2666 -> 1852[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2667[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1692 -> 2667[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2667 -> 1853[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2668[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1692 -> 2668[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2668 -> 1854[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2669[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1692 -> 2669[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2669 -> 1855[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2670[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1692 -> 2670[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2670 -> 1856[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2671[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1692 -> 2671[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2671 -> 1857[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2672[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1692 -> 2672[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2672 -> 1858[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2673[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1692 -> 2673[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2673 -> 1859[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2674[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1692 -> 2674[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2674 -> 1860[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2675[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1692 -> 2675[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2675 -> 1861[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2676[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1692 -> 2676[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2676 -> 1862[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2677[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1692 -> 2677[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2677 -> 1863[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2678[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1692 -> 2678[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2678 -> 1864[label="",style="solid", color="blue", weight=3]; 20.88/7.85 1693[label="vwx2410",fontsize=16,color="green",shape="box"];1694[label="vwx2210",fontsize=16,color="green",shape="box"];1695[label="vwx2410",fontsize=16,color="green",shape="box"];1696[label="vwx2210",fontsize=16,color="green",shape="box"];1697[label="vwx2410",fontsize=16,color="green",shape="box"];1698[label="vwx2210",fontsize=16,color="green",shape="box"];1699[label="vwx2410",fontsize=16,color="green",shape="box"];1700[label="vwx2210",fontsize=16,color="green",shape="box"];1701[label="vwx2410",fontsize=16,color="green",shape="box"];1702[label="vwx2210",fontsize=16,color="green",shape="box"];1703[label="vwx2410",fontsize=16,color="green",shape="box"];1704[label="vwx2210",fontsize=16,color="green",shape="box"];1705[label="vwx2410",fontsize=16,color="green",shape="box"];1706[label="vwx2210",fontsize=16,color="green",shape="box"];1707[label="vwx2410",fontsize=16,color="green",shape="box"];1708[label="vwx2210",fontsize=16,color="green",shape="box"];1709[label="vwx2410",fontsize=16,color="green",shape="box"];1710[label="vwx2210",fontsize=16,color="green",shape="box"];1711[label="vwx2410",fontsize=16,color="green",shape="box"];1712[label="vwx2210",fontsize=16,color="green",shape="box"];1713[label="vwx2410",fontsize=16,color="green",shape="box"];1714[label="vwx2210",fontsize=16,color="green",shape="box"];1715[label="vwx2410",fontsize=16,color="green",shape="box"];1716[label="vwx2210",fontsize=16,color="green",shape="box"];1717[label="vwx2410",fontsize=16,color="green",shape="box"];1718[label="vwx2210",fontsize=16,color="green",shape="box"];1719[label="vwx2410",fontsize=16,color="green",shape="box"];1720[label="vwx2210",fontsize=16,color="green",shape="box"];1049[label="primPlusNat (Succ vwx5200) vwx40100",fontsize=16,color="burlywood",shape="box"];2679[label="vwx40100/Succ vwx401000",fontsize=10,color="white",style="solid",shape="box"];1049 -> 2679[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2679 -> 1086[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2680[label="vwx40100/Zero",fontsize=10,color="white",style="solid",shape="box"];1049 -> 2680[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2680 -> 1087[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1050[label="primPlusNat Zero vwx40100",fontsize=16,color="burlywood",shape="box"];2681[label="vwx40100/Succ vwx401000",fontsize=10,color="white",style="solid",shape="box"];1050 -> 2681[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2681 -> 1088[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2682[label="vwx40100/Zero",fontsize=10,color="white",style="solid",shape="box"];1050 -> 2682[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2682 -> 1089[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1721[label="vwx2201",fontsize=16,color="green",shape="box"];1722[label="vwx2400",fontsize=16,color="green",shape="box"];1723[label="vwx2401",fontsize=16,color="green",shape="box"];1724[label="vwx2200",fontsize=16,color="green",shape="box"];1725[label="Integer vwx24000 * vwx2201",fontsize=16,color="burlywood",shape="box"];2683[label="vwx2201/Integer vwx22010",fontsize=10,color="white",style="solid",shape="box"];1725 -> 2683[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2683 -> 1865[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1726[label="vwx2200",fontsize=16,color="green",shape="box"];1727[label="vwx2401",fontsize=16,color="green",shape="box"];1729 -> 1119[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1729[label="vwx220 <= vwx240",fontsize=16,color="magenta"];1729 -> 1866[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1729 -> 1867[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1728[label="compare1 vwx220 vwx240 vwx81",fontsize=16,color="burlywood",shape="triangle"];2684[label="vwx81/False",fontsize=10,color="white",style="solid",shape="box"];1728 -> 2684[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2684 -> 1868[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2685[label="vwx81/True",fontsize=10,color="white",style="solid",shape="box"];1728 -> 2685[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2685 -> 1869[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1731 -> 1120[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1731[label="vwx220 <= vwx240",fontsize=16,color="magenta"];1731 -> 1870[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1731 -> 1871[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1730[label="compare1 vwx220 vwx240 vwx82",fontsize=16,color="burlywood",shape="triangle"];2686[label="vwx82/False",fontsize=10,color="white",style="solid",shape="box"];1730 -> 2686[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2686 -> 1872[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2687[label="vwx82/True",fontsize=10,color="white",style="solid",shape="box"];1730 -> 2687[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2687 -> 1873[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1733 -> 1121[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1733[label="vwx220 <= vwx240",fontsize=16,color="magenta"];1733 -> 1874[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1733 -> 1875[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1732[label="compare1 vwx220 vwx240 vwx83",fontsize=16,color="burlywood",shape="triangle"];2688[label="vwx83/False",fontsize=10,color="white",style="solid",shape="box"];1732 -> 2688[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2688 -> 1876[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2689[label="vwx83/True",fontsize=10,color="white",style="solid",shape="box"];1732 -> 2689[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2689 -> 1877[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1735 -> 1123[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1735[label="vwx220 <= vwx240",fontsize=16,color="magenta"];1735 -> 1878[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1735 -> 1879[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1734[label="compare1 vwx220 vwx240 vwx84",fontsize=16,color="burlywood",shape="triangle"];2690[label="vwx84/False",fontsize=10,color="white",style="solid",shape="box"];1734 -> 2690[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2690 -> 1880[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2691[label="vwx84/True",fontsize=10,color="white",style="solid",shape="box"];1734 -> 2691[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2691 -> 1881[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1737 -> 1124[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1737[label="vwx220 <= vwx240",fontsize=16,color="magenta"];1737 -> 1882[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1737 -> 1883[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1736[label="compare1 vwx220 vwx240 vwx85",fontsize=16,color="burlywood",shape="triangle"];2692[label="vwx85/False",fontsize=10,color="white",style="solid",shape="box"];1736 -> 2692[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2692 -> 1884[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2693[label="vwx85/True",fontsize=10,color="white",style="solid",shape="box"];1736 -> 2693[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2693 -> 1885[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1738 -> 1154[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1738[label="compare (vwx2200 * Pos vwx24010) (Pos vwx22010 * vwx2400)",fontsize=16,color="magenta"];1738 -> 1886[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1738 -> 1887[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1739 -> 1154[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1739[label="compare (vwx2200 * Pos vwx24010) (Neg vwx22010 * vwx2400)",fontsize=16,color="magenta"];1739 -> 1888[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1739 -> 1889[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1740 -> 1154[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1740[label="compare (vwx2200 * Neg vwx24010) (Pos vwx22010 * vwx2400)",fontsize=16,color="magenta"];1740 -> 1890[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1740 -> 1891[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1741 -> 1154[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1741[label="compare (vwx2200 * Neg vwx24010) (Neg vwx22010 * vwx2400)",fontsize=16,color="magenta"];1741 -> 1892[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1741 -> 1893[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1742[label="vwx2400",fontsize=16,color="green",shape="box"];1743[label="Succ vwx22000",fontsize=16,color="green",shape="box"];1744 -> 1440[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1744[label="primCmpNat Zero (Succ vwx24000)",fontsize=16,color="magenta"];1744 -> 1894[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1744 -> 1895[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1745[label="EQ",fontsize=16,color="green",shape="box"];1746[label="GT",fontsize=16,color="green",shape="box"];1747[label="EQ",fontsize=16,color="green",shape="box"];1748[label="Succ vwx22000",fontsize=16,color="green",shape="box"];1749[label="vwx2400",fontsize=16,color="green",shape="box"];1750[label="LT",fontsize=16,color="green",shape="box"];1751[label="EQ",fontsize=16,color="green",shape="box"];1752 -> 1440[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1752[label="primCmpNat (Succ vwx24000) Zero",fontsize=16,color="magenta"];1752 -> 1896[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1752 -> 1897[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1753[label="EQ",fontsize=16,color="green",shape="box"];1754[label="primCmpNat (Succ vwx22000) (Succ vwx24000)",fontsize=16,color="black",shape="box"];1754 -> 1898[label="",style="solid", color="black", weight=3]; 20.88/7.85 1755[label="primCmpNat (Succ vwx22000) Zero",fontsize=16,color="black",shape="box"];1755 -> 1899[label="",style="solid", color="black", weight=3]; 20.88/7.85 1756[label="primCmpNat Zero (Succ vwx24000)",fontsize=16,color="black",shape="box"];1756 -> 1900[label="",style="solid", color="black", weight=3]; 20.88/7.85 1757[label="primCmpNat Zero Zero",fontsize=16,color="black",shape="box"];1757 -> 1901[label="",style="solid", color="black", weight=3]; 20.88/7.85 1758 -> 1154[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1758[label="compare (vwx2200 * Pos vwx24010) (Pos vwx22010 * vwx2400)",fontsize=16,color="magenta"];1758 -> 1902[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1758 -> 1903[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1759 -> 1154[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1759[label="compare (vwx2200 * Pos vwx24010) (Neg vwx22010 * vwx2400)",fontsize=16,color="magenta"];1759 -> 1904[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1759 -> 1905[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1760 -> 1154[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1760[label="compare (vwx2200 * Neg vwx24010) (Pos vwx22010 * vwx2400)",fontsize=16,color="magenta"];1760 -> 1906[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1760 -> 1907[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1761 -> 1154[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1761[label="compare (vwx2200 * Neg vwx24010) (Neg vwx22010 * vwx2400)",fontsize=16,color="magenta"];1761 -> 1908[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1761 -> 1909[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1763[label="vwx75",fontsize=16,color="green",shape="box"];1764[label="compare vwx2200 vwx2400",fontsize=16,color="blue",shape="box"];2694[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1764 -> 2694[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2694 -> 1910[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2695[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1764 -> 2695[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2695 -> 1911[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2696[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1764 -> 2696[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2696 -> 1912[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2697[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1764 -> 2697[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2697 -> 1913[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2698[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1764 -> 2698[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2698 -> 1914[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2699[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1764 -> 2699[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2699 -> 1915[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2700[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1764 -> 2700[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2700 -> 1916[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2701[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1764 -> 2701[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2701 -> 1917[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2702[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1764 -> 2702[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2702 -> 1918[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2703[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1764 -> 2703[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2703 -> 1919[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2704[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1764 -> 2704[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2704 -> 1920[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2705[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1764 -> 2705[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2705 -> 1921[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2706[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1764 -> 2706[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2706 -> 1922[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2707[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];1764 -> 2707[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2707 -> 1923[label="",style="solid", color="blue", weight=3]; 20.88/7.85 1762[label="primCompAux0 vwx89 vwx90",fontsize=16,color="burlywood",shape="triangle"];2708[label="vwx90/LT",fontsize=10,color="white",style="solid",shape="box"];1762 -> 2708[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2708 -> 1924[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2709[label="vwx90/EQ",fontsize=10,color="white",style="solid",shape="box"];1762 -> 2709[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2709 -> 1925[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 2710[label="vwx90/GT",fontsize=10,color="white",style="solid",shape="box"];1762 -> 2710[label="",style="solid", color="burlywood", weight=9]; 20.88/7.85 2710 -> 1926[label="",style="solid", color="burlywood", weight=3]; 20.88/7.85 1765[label="vwx2210",fontsize=16,color="green",shape="box"];1766[label="vwx2410",fontsize=16,color="green",shape="box"];1767[label="vwx2210",fontsize=16,color="green",shape="box"];1768[label="vwx2410",fontsize=16,color="green",shape="box"];1769[label="vwx2210",fontsize=16,color="green",shape="box"];1770[label="vwx2410",fontsize=16,color="green",shape="box"];1771[label="vwx2210",fontsize=16,color="green",shape="box"];1772[label="vwx2410",fontsize=16,color="green",shape="box"];1773[label="vwx2210",fontsize=16,color="green",shape="box"];1774[label="vwx2410",fontsize=16,color="green",shape="box"];1775[label="vwx2210",fontsize=16,color="green",shape="box"];1776[label="vwx2410",fontsize=16,color="green",shape="box"];1777[label="vwx2210",fontsize=16,color="green",shape="box"];1778[label="vwx2410",fontsize=16,color="green",shape="box"];1779[label="vwx2210",fontsize=16,color="green",shape="box"];1780[label="vwx2410",fontsize=16,color="green",shape="box"];1781[label="vwx2210",fontsize=16,color="green",shape="box"];1782[label="vwx2410",fontsize=16,color="green",shape="box"];1783[label="vwx2210",fontsize=16,color="green",shape="box"];1784[label="vwx2410",fontsize=16,color="green",shape="box"];1785[label="vwx2210",fontsize=16,color="green",shape="box"];1786[label="vwx2410",fontsize=16,color="green",shape="box"];1787[label="vwx2210",fontsize=16,color="green",shape="box"];1788[label="vwx2410",fontsize=16,color="green",shape="box"];1789[label="vwx2210",fontsize=16,color="green",shape="box"];1790[label="vwx2410",fontsize=16,color="green",shape="box"];1791[label="vwx2210",fontsize=16,color="green",shape="box"];1792[label="vwx2410",fontsize=16,color="green",shape="box"];1793[label="vwx2411",fontsize=16,color="green",shape="box"];1794[label="vwx2211",fontsize=16,color="green",shape="box"];1795[label="vwx2411",fontsize=16,color="green",shape="box"];1796[label="vwx2211",fontsize=16,color="green",shape="box"];1797[label="vwx2411",fontsize=16,color="green",shape="box"];1798[label="vwx2211",fontsize=16,color="green",shape="box"];1799[label="vwx2411",fontsize=16,color="green",shape="box"];1800[label="vwx2211",fontsize=16,color="green",shape="box"];1801[label="vwx2411",fontsize=16,color="green",shape="box"];1802[label="vwx2211",fontsize=16,color="green",shape="box"];1803[label="vwx2411",fontsize=16,color="green",shape="box"];1804[label="vwx2211",fontsize=16,color="green",shape="box"];1805[label="vwx2411",fontsize=16,color="green",shape="box"];1806[label="vwx2211",fontsize=16,color="green",shape="box"];1807[label="vwx2411",fontsize=16,color="green",shape="box"];1808[label="vwx2211",fontsize=16,color="green",shape="box"];1809[label="vwx2411",fontsize=16,color="green",shape="box"];1810[label="vwx2211",fontsize=16,color="green",shape="box"];1811[label="vwx2411",fontsize=16,color="green",shape="box"];1812[label="vwx2211",fontsize=16,color="green",shape="box"];1813[label="vwx2411",fontsize=16,color="green",shape="box"];1814[label="vwx2211",fontsize=16,color="green",shape="box"];1815[label="vwx2411",fontsize=16,color="green",shape="box"];1816[label="vwx2211",fontsize=16,color="green",shape="box"];1817[label="vwx2411",fontsize=16,color="green",shape="box"];1818[label="vwx2211",fontsize=16,color="green",shape="box"];1819[label="vwx2411",fontsize=16,color="green",shape="box"];1820[label="vwx2211",fontsize=16,color="green",shape="box"];1821[label="vwx2210",fontsize=16,color="green",shape="box"];1822[label="vwx2410",fontsize=16,color="green",shape="box"];1823[label="vwx2210",fontsize=16,color="green",shape="box"];1824[label="vwx2410",fontsize=16,color="green",shape="box"];1825[label="vwx2210",fontsize=16,color="green",shape="box"];1826[label="vwx2410",fontsize=16,color="green",shape="box"];1827[label="vwx2210",fontsize=16,color="green",shape="box"];1828[label="vwx2410",fontsize=16,color="green",shape="box"];1829[label="vwx2210",fontsize=16,color="green",shape="box"];1830[label="vwx2410",fontsize=16,color="green",shape="box"];1831[label="vwx2210",fontsize=16,color="green",shape="box"];1832[label="vwx2410",fontsize=16,color="green",shape="box"];1833[label="vwx2210",fontsize=16,color="green",shape="box"];1834[label="vwx2410",fontsize=16,color="green",shape="box"];1835[label="vwx2210",fontsize=16,color="green",shape="box"];1836[label="vwx2410",fontsize=16,color="green",shape="box"];1837[label="vwx2210",fontsize=16,color="green",shape="box"];1838[label="vwx2410",fontsize=16,color="green",shape="box"];1839[label="vwx2210",fontsize=16,color="green",shape="box"];1840[label="vwx2410",fontsize=16,color="green",shape="box"];1841[label="vwx2210",fontsize=16,color="green",shape="box"];1842[label="vwx2410",fontsize=16,color="green",shape="box"];1843[label="vwx2210",fontsize=16,color="green",shape="box"];1844[label="vwx2410",fontsize=16,color="green",shape="box"];1845[label="vwx2210",fontsize=16,color="green",shape="box"];1846[label="vwx2410",fontsize=16,color="green",shape="box"];1847[label="vwx2210",fontsize=16,color="green",shape="box"];1848[label="vwx2410",fontsize=16,color="green",shape="box"];1849[label="vwx2211 == vwx2411",fontsize=16,color="blue",shape="box"];2711[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1849 -> 2711[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2711 -> 1927[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2712[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1849 -> 2712[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2712 -> 1928[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2713[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1849 -> 2713[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2713 -> 1929[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2714[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1849 -> 2714[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2714 -> 1930[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2715[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1849 -> 2715[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2715 -> 1931[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2716[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1849 -> 2716[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2716 -> 1932[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2717[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1849 -> 2717[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2717 -> 1933[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2718[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1849 -> 2718[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2718 -> 1934[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2719[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1849 -> 2719[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2719 -> 1935[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2720[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1849 -> 2720[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2720 -> 1936[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2721[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1849 -> 2721[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2721 -> 1937[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2722[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1849 -> 2722[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2722 -> 1938[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2723[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1849 -> 2723[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2723 -> 1939[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2724[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1849 -> 2724[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2724 -> 1940[label="",style="solid", color="blue", weight=3]; 20.88/7.85 1850[label="vwx2212 <= vwx2412",fontsize=16,color="blue",shape="box"];2725[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1850 -> 2725[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2725 -> 1941[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2726[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1850 -> 2726[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2726 -> 1942[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2727[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1850 -> 2727[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2727 -> 1943[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2728[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1850 -> 2728[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2728 -> 1944[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2729[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1850 -> 2729[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2729 -> 1945[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2730[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1850 -> 2730[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2730 -> 1946[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2731[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1850 -> 2731[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2731 -> 1947[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2732[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1850 -> 2732[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2732 -> 1948[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2733[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1850 -> 2733[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2733 -> 1949[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2734[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1850 -> 2734[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2734 -> 1950[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2735[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1850 -> 2735[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2735 -> 1951[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2736[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1850 -> 2736[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2736 -> 1952[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2737[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1850 -> 2737[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2737 -> 1953[label="",style="solid", color="blue", weight=3]; 20.88/7.85 2738[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1850 -> 2738[label="",style="solid", color="blue", weight=9]; 20.88/7.85 2738 -> 1954[label="",style="solid", color="blue", weight=3]; 20.88/7.85 1851 -> 1068[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1851[label="vwx2211 < vwx2411",fontsize=16,color="magenta"];1851 -> 1955[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1851 -> 1956[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1852 -> 1069[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1852[label="vwx2211 < vwx2411",fontsize=16,color="magenta"];1852 -> 1957[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1852 -> 1958[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1853 -> 1070[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1853[label="vwx2211 < vwx2411",fontsize=16,color="magenta"];1853 -> 1959[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1853 -> 1960[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1854 -> 1071[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1854[label="vwx2211 < vwx2411",fontsize=16,color="magenta"];1854 -> 1961[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1854 -> 1962[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1855 -> 1072[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1855[label="vwx2211 < vwx2411",fontsize=16,color="magenta"];1855 -> 1963[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1855 -> 1964[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1856 -> 1073[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1856[label="vwx2211 < vwx2411",fontsize=16,color="magenta"];1856 -> 1965[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1856 -> 1966[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1857 -> 1074[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1857[label="vwx2211 < vwx2411",fontsize=16,color="magenta"];1857 -> 1967[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1857 -> 1968[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1858 -> 1075[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1858[label="vwx2211 < vwx2411",fontsize=16,color="magenta"];1858 -> 1969[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1858 -> 1970[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1859 -> 1076[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1859[label="vwx2211 < vwx2411",fontsize=16,color="magenta"];1859 -> 1971[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1859 -> 1972[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1860 -> 1077[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1860[label="vwx2211 < vwx2411",fontsize=16,color="magenta"];1860 -> 1973[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1860 -> 1974[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1861 -> 1078[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1861[label="vwx2211 < vwx2411",fontsize=16,color="magenta"];1861 -> 1975[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1861 -> 1976[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1862 -> 1079[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1862[label="vwx2211 < vwx2411",fontsize=16,color="magenta"];1862 -> 1977[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1862 -> 1978[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1863 -> 1080[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1863[label="vwx2211 < vwx2411",fontsize=16,color="magenta"];1863 -> 1979[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1863 -> 1980[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1864 -> 1081[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1864[label="vwx2211 < vwx2411",fontsize=16,color="magenta"];1864 -> 1981[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1864 -> 1982[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1086[label="primPlusNat (Succ vwx5200) (Succ vwx401000)",fontsize=16,color="black",shape="box"];1086 -> 1134[label="",style="solid", color="black", weight=3]; 20.88/7.85 1087[label="primPlusNat (Succ vwx5200) Zero",fontsize=16,color="black",shape="box"];1087 -> 1135[label="",style="solid", color="black", weight=3]; 20.88/7.85 1088[label="primPlusNat Zero (Succ vwx401000)",fontsize=16,color="black",shape="box"];1088 -> 1136[label="",style="solid", color="black", weight=3]; 20.88/7.85 1089[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];1089 -> 1137[label="",style="solid", color="black", weight=3]; 20.88/7.85 1865[label="Integer vwx24000 * Integer vwx22010",fontsize=16,color="black",shape="box"];1865 -> 1983[label="",style="solid", color="black", weight=3]; 20.88/7.85 1866[label="vwx240",fontsize=16,color="green",shape="box"];1867[label="vwx220",fontsize=16,color="green",shape="box"];1868[label="compare1 vwx220 vwx240 False",fontsize=16,color="black",shape="box"];1868 -> 1984[label="",style="solid", color="black", weight=3]; 20.88/7.85 1869[label="compare1 vwx220 vwx240 True",fontsize=16,color="black",shape="box"];1869 -> 1985[label="",style="solid", color="black", weight=3]; 20.88/7.85 1870[label="vwx240",fontsize=16,color="green",shape="box"];1871[label="vwx220",fontsize=16,color="green",shape="box"];1872[label="compare1 vwx220 vwx240 False",fontsize=16,color="black",shape="box"];1872 -> 1986[label="",style="solid", color="black", weight=3]; 20.88/7.85 1873[label="compare1 vwx220 vwx240 True",fontsize=16,color="black",shape="box"];1873 -> 1987[label="",style="solid", color="black", weight=3]; 20.88/7.85 1874[label="vwx240",fontsize=16,color="green",shape="box"];1875[label="vwx220",fontsize=16,color="green",shape="box"];1876[label="compare1 vwx220 vwx240 False",fontsize=16,color="black",shape="box"];1876 -> 1988[label="",style="solid", color="black", weight=3]; 20.88/7.85 1877[label="compare1 vwx220 vwx240 True",fontsize=16,color="black",shape="box"];1877 -> 1989[label="",style="solid", color="black", weight=3]; 20.88/7.85 1878[label="vwx240",fontsize=16,color="green",shape="box"];1879[label="vwx220",fontsize=16,color="green",shape="box"];1880[label="compare1 vwx220 vwx240 False",fontsize=16,color="black",shape="box"];1880 -> 1990[label="",style="solid", color="black", weight=3]; 20.88/7.85 1881[label="compare1 vwx220 vwx240 True",fontsize=16,color="black",shape="box"];1881 -> 1991[label="",style="solid", color="black", weight=3]; 20.88/7.85 1882[label="vwx240",fontsize=16,color="green",shape="box"];1883[label="vwx220",fontsize=16,color="green",shape="box"];1884[label="compare1 vwx220 vwx240 False",fontsize=16,color="black",shape="box"];1884 -> 1992[label="",style="solid", color="black", weight=3]; 20.88/7.85 1885[label="compare1 vwx220 vwx240 True",fontsize=16,color="black",shape="box"];1885 -> 1993[label="",style="solid", color="black", weight=3]; 20.88/7.85 1886 -> 281[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1886[label="Pos vwx22010 * vwx2400",fontsize=16,color="magenta"];1886 -> 1994[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1886 -> 1995[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1887 -> 281[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1887[label="vwx2200 * Pos vwx24010",fontsize=16,color="magenta"];1887 -> 1996[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1887 -> 1997[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1888 -> 281[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1888[label="Neg vwx22010 * vwx2400",fontsize=16,color="magenta"];1888 -> 1998[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1888 -> 1999[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1889 -> 281[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1889[label="vwx2200 * Pos vwx24010",fontsize=16,color="magenta"];1889 -> 2000[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1889 -> 2001[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1890 -> 281[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1890[label="Pos vwx22010 * vwx2400",fontsize=16,color="magenta"];1890 -> 2002[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1890 -> 2003[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1891 -> 281[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1891[label="vwx2200 * Neg vwx24010",fontsize=16,color="magenta"];1891 -> 2004[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1891 -> 2005[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1892 -> 281[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1892[label="Neg vwx22010 * vwx2400",fontsize=16,color="magenta"];1892 -> 2006[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1892 -> 2007[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1893 -> 281[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1893[label="vwx2200 * Neg vwx24010",fontsize=16,color="magenta"];1893 -> 2008[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1893 -> 2009[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1894[label="Succ vwx24000",fontsize=16,color="green",shape="box"];1895[label="Zero",fontsize=16,color="green",shape="box"];1896[label="Zero",fontsize=16,color="green",shape="box"];1897[label="Succ vwx24000",fontsize=16,color="green",shape="box"];1898 -> 1440[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1898[label="primCmpNat vwx22000 vwx24000",fontsize=16,color="magenta"];1898 -> 2010[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1898 -> 2011[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1899[label="GT",fontsize=16,color="green",shape="box"];1900[label="LT",fontsize=16,color="green",shape="box"];1901[label="EQ",fontsize=16,color="green",shape="box"];1902 -> 281[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1902[label="Pos vwx22010 * vwx2400",fontsize=16,color="magenta"];1902 -> 2012[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1902 -> 2013[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1903 -> 281[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1903[label="vwx2200 * Pos vwx24010",fontsize=16,color="magenta"];1903 -> 2014[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1903 -> 2015[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1904 -> 281[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1904[label="Neg vwx22010 * vwx2400",fontsize=16,color="magenta"];1904 -> 2016[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1904 -> 2017[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1905 -> 281[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1905[label="vwx2200 * Pos vwx24010",fontsize=16,color="magenta"];1905 -> 2018[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1905 -> 2019[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1906 -> 281[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1906[label="Pos vwx22010 * vwx2400",fontsize=16,color="magenta"];1906 -> 2020[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1906 -> 2021[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1907 -> 281[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1907[label="vwx2200 * Neg vwx24010",fontsize=16,color="magenta"];1907 -> 2022[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1907 -> 2023[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1908 -> 281[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1908[label="Neg vwx22010 * vwx2400",fontsize=16,color="magenta"];1908 -> 2024[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1908 -> 2025[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1909 -> 281[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1909[label="vwx2200 * Neg vwx24010",fontsize=16,color="magenta"];1909 -> 2026[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1909 -> 2027[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1910 -> 1138[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1910[label="compare vwx2200 vwx2400",fontsize=16,color="magenta"];1910 -> 2028[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1910 -> 2029[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1911 -> 1140[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1911[label="compare vwx2200 vwx2400",fontsize=16,color="magenta"];1911 -> 2030[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1911 -> 2031[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1912 -> 1142[label="",style="dashed", color="red", weight=0]; 20.88/7.85 1912[label="compare vwx2200 vwx2400",fontsize=16,color="magenta"];1912 -> 2032[label="",style="dashed", color="magenta", weight=3]; 20.88/7.85 1912 -> 2033[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1913 -> 1144[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1913[label="compare vwx2200 vwx2400",fontsize=16,color="magenta"];1913 -> 2034[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1913 -> 2035[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1914 -> 1146[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1914[label="compare vwx2200 vwx2400",fontsize=16,color="magenta"];1914 -> 2036[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1914 -> 2037[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1915 -> 1148[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1915[label="compare vwx2200 vwx2400",fontsize=16,color="magenta"];1915 -> 2038[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1915 -> 2039[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1916 -> 1150[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1916[label="compare vwx2200 vwx2400",fontsize=16,color="magenta"];1916 -> 2040[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1916 -> 2041[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1917 -> 1152[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1917[label="compare vwx2200 vwx2400",fontsize=16,color="magenta"];1917 -> 2042[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1917 -> 2043[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1918 -> 1154[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1918[label="compare vwx2200 vwx2400",fontsize=16,color="magenta"];1918 -> 2044[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1918 -> 2045[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1919 -> 1156[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1919[label="compare vwx2200 vwx2400",fontsize=16,color="magenta"];1919 -> 2046[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1919 -> 2047[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1920 -> 1158[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1920[label="compare vwx2200 vwx2400",fontsize=16,color="magenta"];1920 -> 2048[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1920 -> 2049[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1921 -> 1160[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1921[label="compare vwx2200 vwx2400",fontsize=16,color="magenta"];1921 -> 2050[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1921 -> 2051[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1922 -> 1162[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1922[label="compare vwx2200 vwx2400",fontsize=16,color="magenta"];1922 -> 2052[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1922 -> 2053[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1923 -> 1164[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1923[label="compare vwx2200 vwx2400",fontsize=16,color="magenta"];1923 -> 2054[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1923 -> 2055[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1924[label="primCompAux0 vwx89 LT",fontsize=16,color="black",shape="box"];1924 -> 2056[label="",style="solid", color="black", weight=3]; 20.88/7.86 1925[label="primCompAux0 vwx89 EQ",fontsize=16,color="black",shape="box"];1925 -> 2057[label="",style="solid", color="black", weight=3]; 20.88/7.86 1926[label="primCompAux0 vwx89 GT",fontsize=16,color="black",shape="box"];1926 -> 2058[label="",style="solid", color="black", weight=3]; 20.88/7.86 1927 -> 27[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1927[label="vwx2211 == vwx2411",fontsize=16,color="magenta"];1927 -> 2059[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1927 -> 2060[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1928 -> 17[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1928[label="vwx2211 == vwx2411",fontsize=16,color="magenta"];1928 -> 2061[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1928 -> 2062[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1929 -> 25[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1929[label="vwx2211 == vwx2411",fontsize=16,color="magenta"];1929 -> 2063[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1929 -> 2064[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1930 -> 23[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1930[label="vwx2211 == vwx2411",fontsize=16,color="magenta"];1930 -> 2065[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1930 -> 2066[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1931 -> 22[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1931[label="vwx2211 == vwx2411",fontsize=16,color="magenta"];1931 -> 2067[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1931 -> 2068[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1932 -> 30[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1932[label="vwx2211 == vwx2411",fontsize=16,color="magenta"];1932 -> 2069[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1932 -> 2070[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1933 -> 24[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1933[label="vwx2211 == vwx2411",fontsize=16,color="magenta"];1933 -> 2071[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1933 -> 2072[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1934 -> 18[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1934[label="vwx2211 == vwx2411",fontsize=16,color="magenta"];1934 -> 2073[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1934 -> 2074[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1935 -> 19[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1935[label="vwx2211 == vwx2411",fontsize=16,color="magenta"];1935 -> 2075[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1935 -> 2076[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1936 -> 20[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1936[label="vwx2211 == vwx2411",fontsize=16,color="magenta"];1936 -> 2077[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1936 -> 2078[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1937 -> 28[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1937[label="vwx2211 == vwx2411",fontsize=16,color="magenta"];1937 -> 2079[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1937 -> 2080[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1938 -> 29[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1938[label="vwx2211 == vwx2411",fontsize=16,color="magenta"];1938 -> 2081[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1938 -> 2082[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1939 -> 26[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1939[label="vwx2211 == vwx2411",fontsize=16,color="magenta"];1939 -> 2083[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1939 -> 2084[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1940 -> 21[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1940[label="vwx2211 == vwx2411",fontsize=16,color="magenta"];1940 -> 2085[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1940 -> 2086[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1941 -> 1118[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1941[label="vwx2212 <= vwx2412",fontsize=16,color="magenta"];1941 -> 2087[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1941 -> 2088[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1942 -> 1119[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1942[label="vwx2212 <= vwx2412",fontsize=16,color="magenta"];1942 -> 2089[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1942 -> 2090[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1943 -> 1120[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1943[label="vwx2212 <= vwx2412",fontsize=16,color="magenta"];1943 -> 2091[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1943 -> 2092[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1944 -> 1121[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1944[label="vwx2212 <= vwx2412",fontsize=16,color="magenta"];1944 -> 2093[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1944 -> 2094[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1945 -> 1122[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1945[label="vwx2212 <= vwx2412",fontsize=16,color="magenta"];1945 -> 2095[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1945 -> 2096[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1946 -> 1123[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1946[label="vwx2212 <= vwx2412",fontsize=16,color="magenta"];1946 -> 2097[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1946 -> 2098[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1947 -> 1124[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1947[label="vwx2212 <= vwx2412",fontsize=16,color="magenta"];1947 -> 2099[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1947 -> 2100[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1948 -> 1125[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1948[label="vwx2212 <= vwx2412",fontsize=16,color="magenta"];1948 -> 2101[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1948 -> 2102[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1949 -> 1126[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1949[label="vwx2212 <= vwx2412",fontsize=16,color="magenta"];1949 -> 2103[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1949 -> 2104[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1950 -> 1127[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1950[label="vwx2212 <= vwx2412",fontsize=16,color="magenta"];1950 -> 2105[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1950 -> 2106[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1951 -> 1128[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1951[label="vwx2212 <= vwx2412",fontsize=16,color="magenta"];1951 -> 2107[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1951 -> 2108[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1952 -> 1129[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1952[label="vwx2212 <= vwx2412",fontsize=16,color="magenta"];1952 -> 2109[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1952 -> 2110[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1953 -> 1130[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1953[label="vwx2212 <= vwx2412",fontsize=16,color="magenta"];1953 -> 2111[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1953 -> 2112[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1954 -> 1131[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1954[label="vwx2212 <= vwx2412",fontsize=16,color="magenta"];1954 -> 2113[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1954 -> 2114[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1955[label="vwx2411",fontsize=16,color="green",shape="box"];1956[label="vwx2211",fontsize=16,color="green",shape="box"];1957[label="vwx2411",fontsize=16,color="green",shape="box"];1958[label="vwx2211",fontsize=16,color="green",shape="box"];1959[label="vwx2411",fontsize=16,color="green",shape="box"];1960[label="vwx2211",fontsize=16,color="green",shape="box"];1961[label="vwx2411",fontsize=16,color="green",shape="box"];1962[label="vwx2211",fontsize=16,color="green",shape="box"];1963[label="vwx2411",fontsize=16,color="green",shape="box"];1964[label="vwx2211",fontsize=16,color="green",shape="box"];1965[label="vwx2411",fontsize=16,color="green",shape="box"];1966[label="vwx2211",fontsize=16,color="green",shape="box"];1967[label="vwx2411",fontsize=16,color="green",shape="box"];1968[label="vwx2211",fontsize=16,color="green",shape="box"];1969[label="vwx2411",fontsize=16,color="green",shape="box"];1970[label="vwx2211",fontsize=16,color="green",shape="box"];1971[label="vwx2411",fontsize=16,color="green",shape="box"];1972[label="vwx2211",fontsize=16,color="green",shape="box"];1973[label="vwx2411",fontsize=16,color="green",shape="box"];1974[label="vwx2211",fontsize=16,color="green",shape="box"];1975[label="vwx2411",fontsize=16,color="green",shape="box"];1976[label="vwx2211",fontsize=16,color="green",shape="box"];1977[label="vwx2411",fontsize=16,color="green",shape="box"];1978[label="vwx2211",fontsize=16,color="green",shape="box"];1979[label="vwx2411",fontsize=16,color="green",shape="box"];1980[label="vwx2211",fontsize=16,color="green",shape="box"];1981[label="vwx2411",fontsize=16,color="green",shape="box"];1982[label="vwx2211",fontsize=16,color="green",shape="box"];1134[label="Succ (Succ (primPlusNat vwx5200 vwx401000))",fontsize=16,color="green",shape="box"];1134 -> 1216[label="",style="dashed", color="green", weight=3]; 20.88/7.86 1135[label="Succ vwx5200",fontsize=16,color="green",shape="box"];1136[label="Succ vwx401000",fontsize=16,color="green",shape="box"];1137[label="Zero",fontsize=16,color="green",shape="box"];1983[label="Integer (primMulInt vwx24000 vwx22010)",fontsize=16,color="green",shape="box"];1983 -> 2115[label="",style="dashed", color="green", weight=3]; 20.88/7.86 1984[label="compare0 vwx220 vwx240 otherwise",fontsize=16,color="black",shape="box"];1984 -> 2116[label="",style="solid", color="black", weight=3]; 20.88/7.86 1985[label="LT",fontsize=16,color="green",shape="box"];1986[label="compare0 vwx220 vwx240 otherwise",fontsize=16,color="black",shape="box"];1986 -> 2117[label="",style="solid", color="black", weight=3]; 20.88/7.86 1987[label="LT",fontsize=16,color="green",shape="box"];1988[label="compare0 vwx220 vwx240 otherwise",fontsize=16,color="black",shape="box"];1988 -> 2118[label="",style="solid", color="black", weight=3]; 20.88/7.86 1989[label="LT",fontsize=16,color="green",shape="box"];1990[label="compare0 vwx220 vwx240 otherwise",fontsize=16,color="black",shape="box"];1990 -> 2119[label="",style="solid", color="black", weight=3]; 20.88/7.86 1991[label="LT",fontsize=16,color="green",shape="box"];1992[label="compare0 vwx220 vwx240 otherwise",fontsize=16,color="black",shape="box"];1992 -> 2120[label="",style="solid", color="black", weight=3]; 20.88/7.86 1993[label="LT",fontsize=16,color="green",shape="box"];1994[label="vwx2400",fontsize=16,color="green",shape="box"];1995[label="Pos vwx22010",fontsize=16,color="green",shape="box"];1996[label="Pos vwx24010",fontsize=16,color="green",shape="box"];1997[label="vwx2200",fontsize=16,color="green",shape="box"];1998[label="vwx2400",fontsize=16,color="green",shape="box"];1999[label="Neg vwx22010",fontsize=16,color="green",shape="box"];2000[label="Pos vwx24010",fontsize=16,color="green",shape="box"];2001[label="vwx2200",fontsize=16,color="green",shape="box"];2002[label="vwx2400",fontsize=16,color="green",shape="box"];2003[label="Pos vwx22010",fontsize=16,color="green",shape="box"];2004[label="Neg vwx24010",fontsize=16,color="green",shape="box"];2005[label="vwx2200",fontsize=16,color="green",shape="box"];2006[label="vwx2400",fontsize=16,color="green",shape="box"];2007[label="Neg vwx22010",fontsize=16,color="green",shape="box"];2008[label="Neg vwx24010",fontsize=16,color="green",shape="box"];2009[label="vwx2200",fontsize=16,color="green",shape="box"];2010[label="vwx24000",fontsize=16,color="green",shape="box"];2011[label="vwx22000",fontsize=16,color="green",shape="box"];2012[label="vwx2400",fontsize=16,color="green",shape="box"];2013[label="Pos vwx22010",fontsize=16,color="green",shape="box"];2014[label="Pos vwx24010",fontsize=16,color="green",shape="box"];2015[label="vwx2200",fontsize=16,color="green",shape="box"];2016[label="vwx2400",fontsize=16,color="green",shape="box"];2017[label="Neg vwx22010",fontsize=16,color="green",shape="box"];2018[label="Pos vwx24010",fontsize=16,color="green",shape="box"];2019[label="vwx2200",fontsize=16,color="green",shape="box"];2020[label="vwx2400",fontsize=16,color="green",shape="box"];2021[label="Pos vwx22010",fontsize=16,color="green",shape="box"];2022[label="Neg vwx24010",fontsize=16,color="green",shape="box"];2023[label="vwx2200",fontsize=16,color="green",shape="box"];2024[label="vwx2400",fontsize=16,color="green",shape="box"];2025[label="Neg vwx22010",fontsize=16,color="green",shape="box"];2026[label="Neg vwx24010",fontsize=16,color="green",shape="box"];2027[label="vwx2200",fontsize=16,color="green",shape="box"];2028[label="vwx2400",fontsize=16,color="green",shape="box"];2029[label="vwx2200",fontsize=16,color="green",shape="box"];2030[label="vwx2400",fontsize=16,color="green",shape="box"];2031[label="vwx2200",fontsize=16,color="green",shape="box"];2032[label="vwx2400",fontsize=16,color="green",shape="box"];2033[label="vwx2200",fontsize=16,color="green",shape="box"];2034[label="vwx2400",fontsize=16,color="green",shape="box"];2035[label="vwx2200",fontsize=16,color="green",shape="box"];2036[label="vwx2400",fontsize=16,color="green",shape="box"];2037[label="vwx2200",fontsize=16,color="green",shape="box"];2038[label="vwx2400",fontsize=16,color="green",shape="box"];2039[label="vwx2200",fontsize=16,color="green",shape="box"];2040[label="vwx2400",fontsize=16,color="green",shape="box"];2041[label="vwx2200",fontsize=16,color="green",shape="box"];2042[label="vwx2400",fontsize=16,color="green",shape="box"];2043[label="vwx2200",fontsize=16,color="green",shape="box"];2044[label="vwx2400",fontsize=16,color="green",shape="box"];2045[label="vwx2200",fontsize=16,color="green",shape="box"];2046[label="vwx2400",fontsize=16,color="green",shape="box"];2047[label="vwx2200",fontsize=16,color="green",shape="box"];2048[label="vwx2400",fontsize=16,color="green",shape="box"];2049[label="vwx2200",fontsize=16,color="green",shape="box"];2050[label="vwx2400",fontsize=16,color="green",shape="box"];2051[label="vwx2200",fontsize=16,color="green",shape="box"];2052[label="vwx2400",fontsize=16,color="green",shape="box"];2053[label="vwx2200",fontsize=16,color="green",shape="box"];2054[label="vwx2400",fontsize=16,color="green",shape="box"];2055[label="vwx2200",fontsize=16,color="green",shape="box"];2056[label="LT",fontsize=16,color="green",shape="box"];2057[label="vwx89",fontsize=16,color="green",shape="box"];2058[label="GT",fontsize=16,color="green",shape="box"];2059[label="vwx2211",fontsize=16,color="green",shape="box"];2060[label="vwx2411",fontsize=16,color="green",shape="box"];2061[label="vwx2211",fontsize=16,color="green",shape="box"];2062[label="vwx2411",fontsize=16,color="green",shape="box"];2063[label="vwx2211",fontsize=16,color="green",shape="box"];2064[label="vwx2411",fontsize=16,color="green",shape="box"];2065[label="vwx2211",fontsize=16,color="green",shape="box"];2066[label="vwx2411",fontsize=16,color="green",shape="box"];2067[label="vwx2211",fontsize=16,color="green",shape="box"];2068[label="vwx2411",fontsize=16,color="green",shape="box"];2069[label="vwx2211",fontsize=16,color="green",shape="box"];2070[label="vwx2411",fontsize=16,color="green",shape="box"];2071[label="vwx2211",fontsize=16,color="green",shape="box"];2072[label="vwx2411",fontsize=16,color="green",shape="box"];2073[label="vwx2211",fontsize=16,color="green",shape="box"];2074[label="vwx2411",fontsize=16,color="green",shape="box"];2075[label="vwx2211",fontsize=16,color="green",shape="box"];2076[label="vwx2411",fontsize=16,color="green",shape="box"];2077[label="vwx2211",fontsize=16,color="green",shape="box"];2078[label="vwx2411",fontsize=16,color="green",shape="box"];2079[label="vwx2211",fontsize=16,color="green",shape="box"];2080[label="vwx2411",fontsize=16,color="green",shape="box"];2081[label="vwx2211",fontsize=16,color="green",shape="box"];2082[label="vwx2411",fontsize=16,color="green",shape="box"];2083[label="vwx2211",fontsize=16,color="green",shape="box"];2084[label="vwx2411",fontsize=16,color="green",shape="box"];2085[label="vwx2211",fontsize=16,color="green",shape="box"];2086[label="vwx2411",fontsize=16,color="green",shape="box"];2087[label="vwx2412",fontsize=16,color="green",shape="box"];2088[label="vwx2212",fontsize=16,color="green",shape="box"];2089[label="vwx2412",fontsize=16,color="green",shape="box"];2090[label="vwx2212",fontsize=16,color="green",shape="box"];2091[label="vwx2412",fontsize=16,color="green",shape="box"];2092[label="vwx2212",fontsize=16,color="green",shape="box"];2093[label="vwx2412",fontsize=16,color="green",shape="box"];2094[label="vwx2212",fontsize=16,color="green",shape="box"];2095[label="vwx2412",fontsize=16,color="green",shape="box"];2096[label="vwx2212",fontsize=16,color="green",shape="box"];2097[label="vwx2412",fontsize=16,color="green",shape="box"];2098[label="vwx2212",fontsize=16,color="green",shape="box"];2099[label="vwx2412",fontsize=16,color="green",shape="box"];2100[label="vwx2212",fontsize=16,color="green",shape="box"];2101[label="vwx2412",fontsize=16,color="green",shape="box"];2102[label="vwx2212",fontsize=16,color="green",shape="box"];2103[label="vwx2412",fontsize=16,color="green",shape="box"];2104[label="vwx2212",fontsize=16,color="green",shape="box"];2105[label="vwx2412",fontsize=16,color="green",shape="box"];2106[label="vwx2212",fontsize=16,color="green",shape="box"];2107[label="vwx2412",fontsize=16,color="green",shape="box"];2108[label="vwx2212",fontsize=16,color="green",shape="box"];2109[label="vwx2412",fontsize=16,color="green",shape="box"];2110[label="vwx2212",fontsize=16,color="green",shape="box"];2111[label="vwx2412",fontsize=16,color="green",shape="box"];2112[label="vwx2212",fontsize=16,color="green",shape="box"];2113[label="vwx2412",fontsize=16,color="green",shape="box"];2114[label="vwx2212",fontsize=16,color="green",shape="box"];1216 -> 1047[label="",style="dashed", color="red", weight=0]; 20.88/7.86 1216[label="primPlusNat vwx5200 vwx401000",fontsize=16,color="magenta"];1216 -> 1301[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 1216 -> 1302[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 2115 -> 440[label="",style="dashed", color="red", weight=0]; 20.88/7.86 2115[label="primMulInt vwx24000 vwx22010",fontsize=16,color="magenta"];2115 -> 2121[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 2115 -> 2122[label="",style="dashed", color="magenta", weight=3]; 20.88/7.86 2116[label="compare0 vwx220 vwx240 True",fontsize=16,color="black",shape="box"];2116 -> 2123[label="",style="solid", color="black", weight=3]; 20.88/7.86 2117[label="compare0 vwx220 vwx240 True",fontsize=16,color="black",shape="box"];2117 -> 2124[label="",style="solid", color="black", weight=3]; 20.88/7.86 2118[label="compare0 vwx220 vwx240 True",fontsize=16,color="black",shape="box"];2118 -> 2125[label="",style="solid", color="black", weight=3]; 20.88/7.86 2119[label="compare0 vwx220 vwx240 True",fontsize=16,color="black",shape="box"];2119 -> 2126[label="",style="solid", color="black", weight=3]; 20.88/7.86 2120[label="compare0 vwx220 vwx240 True",fontsize=16,color="black",shape="box"];2120 -> 2127[label="",style="solid", color="black", weight=3]; 20.88/7.86 1301[label="vwx401000",fontsize=16,color="green",shape="box"];1302[label="vwx5200",fontsize=16,color="green",shape="box"];2121[label="vwx22010",fontsize=16,color="green",shape="box"];2122[label="vwx24000",fontsize=16,color="green",shape="box"];2123[label="GT",fontsize=16,color="green",shape="box"];2124[label="GT",fontsize=16,color="green",shape="box"];2125[label="GT",fontsize=16,color="green",shape="box"];2126[label="GT",fontsize=16,color="green",shape="box"];2127[label="GT",fontsize=16,color="green",shape="box"];} 20.88/7.86 20.88/7.86 ---------------------------------------- 20.88/7.86 20.88/7.86 (14) 20.88/7.86 Complex Obligation (AND) 20.88/7.86 20.88/7.86 ---------------------------------------- 20.88/7.86 20.88/7.86 (15) 20.88/7.86 Obligation: 20.88/7.86 Q DP problem: 20.88/7.86 The TRS P consists of the following rules: 20.88/7.86 20.88/7.86 new_primCmpNat(Succ(vwx22000), Succ(vwx24000)) -> new_primCmpNat(vwx22000, vwx24000) 20.88/7.86 20.88/7.86 R is empty. 20.88/7.86 Q is empty. 20.88/7.86 We have to consider all minimal (P,Q,R)-chains. 20.88/7.86 ---------------------------------------- 20.88/7.86 20.88/7.86 (16) QDPSizeChangeProof (EQUIVALENT) 20.88/7.86 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. 20.88/7.86 20.88/7.86 From the DPs we obtained the following set of size-change graphs: 20.88/7.86 *new_primCmpNat(Succ(vwx22000), Succ(vwx24000)) -> new_primCmpNat(vwx22000, vwx24000) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2 20.88/7.86 20.88/7.86 20.88/7.86 ---------------------------------------- 20.88/7.86 20.88/7.86 (17) 20.88/7.86 YES 20.88/7.86 20.88/7.86 ---------------------------------------- 20.88/7.86 20.88/7.86 (18) 20.88/7.86 Obligation: 20.88/7.86 Q DP problem: 20.88/7.86 The TRS P consists of the following rules: 20.88/7.86 20.88/7.86 new_ltEs(Left(vwx2210), Left(vwx2410), app(ty_[], cc), bd) -> new_ltEs3(vwx2210, vwx2410, cc) 20.88/7.86 new_primCompAux(vwx2200, vwx2400, vwx75, app(ty_[], bee)) -> new_compare0(vwx2200, vwx2400, bee) 20.88/7.86 new_primCompAux(vwx2200, vwx2400, vwx75, app(app(app(ty_@3, beb), bec), bed)) -> new_compare5(vwx2200, vwx2400, beb, bec, bed) 20.88/7.86 new_compare21(@2(vwx220, @2(vwx2210, vwx2211)), @2(vwx240, @2(vwx2410, vwx2411)), False, bfe, app(app(ty_@2, app(app(app(ty_@3, ha), hb), hc)), ge)) -> new_lt2(vwx2210, vwx2410, ha, hb, hc) 20.88/7.86 new_ltEs(Left(vwx2210), Left(vwx2410), app(app(app(ty_@3, bh), ca), cb), bd) -> new_ltEs2(vwx2210, vwx2410, bh, ca, cb) 20.88/7.86 new_lt2(vwx220, vwx240, bfb, bfc, bfd) -> new_compare22(vwx220, vwx240, new_esEs7(vwx220, vwx240, bfb, bfc, bfd), bfb, bfc, bfd) 20.88/7.86 new_ltEs1(@2(vwx2210, vwx2211), @2(vwx2410, vwx2411), eh, app(app(ty_Either, fa), fb)) -> new_ltEs(vwx2211, vwx2411, fa, fb) 20.88/7.86 new_compare21(@2(vwx220, Right(vwx2210)), @2(vwx240, Right(vwx2410)), False, bfe, app(app(ty_Either, cd), app(app(ty_@2, da), db))) -> new_ltEs1(vwx2210, vwx2410, da, db) 20.88/7.86 new_ltEs(Right(vwx2210), Right(vwx2410), cd, app(app(app(ty_@3, dc), dd), de)) -> new_ltEs2(vwx2210, vwx2410, dc, dd, de) 20.88/7.86 new_compare21(@2(vwx220, @3(vwx2210, vwx2211, vwx2212)), @2(vwx240, @3(vwx2410, vwx2411, vwx2412)), False, bfe, app(app(app(ty_@3, he), app(app(ty_@2, bbd), bbe)), bbb)) -> new_lt1(vwx2211, vwx2411, bbd, bbe) 20.88/7.86 new_compare21(@2(vwx220, @3(vwx2210, vwx2211, vwx2212)), @2(vwx240, @3(vwx2410, vwx2411, vwx2412)), False, bfe, app(app(app(ty_@3, app(ty_[], bdb)), hf), bbb)) -> new_lt3(vwx2210, vwx2410, bdb) 20.88/7.86 new_ltEs(Right(vwx2210), Right(vwx2410), cd, app(ty_[], df)) -> new_ltEs3(vwx2210, vwx2410, df) 20.88/7.86 new_ltEs2(@3(vwx2210, vwx2211, vwx2212), @3(vwx2410, vwx2411, vwx2412), he, hf, app(ty_Maybe, baa)) -> new_ltEs0(vwx2212, vwx2412, baa) 20.88/7.86 new_compare21(@2(vwx220, vwx221), @2(vwx240, vwx241), False, app(app(ty_Either, h), ba), bfa) -> new_compare2(vwx220, vwx240, new_esEs4(vwx220, vwx240, h, ba), h, ba) 20.88/7.86 new_compare21(@2(vwx220, @3(vwx2210, vwx2211, vwx2212)), @2(vwx240, @3(vwx2410, vwx2411, vwx2412)), False, bfe, app(app(app(ty_@3, app(ty_Maybe, bcd)), hf), bbb)) -> new_lt0(vwx2210, vwx2410, bcd) 20.88/7.86 new_lt(vwx220, vwx240, h, ba) -> new_compare2(vwx220, vwx240, new_esEs4(vwx220, vwx240, h, ba), h, ba) 20.88/7.86 new_ltEs2(@3(vwx2210, vwx2211, vwx2212), @3(vwx2410, vwx2411, vwx2412), app(app(ty_Either, bcb), bcc), hf, bbb) -> new_lt(vwx2210, vwx2410, bcb, bcc) 20.88/7.86 new_compare4(vwx220, vwx240, beg, beh) -> new_compare21(vwx220, vwx240, new_esEs6(vwx220, vwx240, beg, beh), beg, beh) 20.88/7.86 new_compare21(@2(vwx220, @2(vwx2210, vwx2211)), @2(vwx240, @2(vwx2410, vwx2411)), False, bfe, app(app(ty_@2, eh), app(app(ty_Either, fa), fb))) -> new_ltEs(vwx2211, vwx2411, fa, fb) 20.88/7.86 new_ltEs(Right(vwx2210), Right(vwx2410), cd, app(app(ty_@2, da), db)) -> new_ltEs1(vwx2210, vwx2410, da, db) 20.88/7.86 new_compare21(@2(vwx220, Just(vwx2210)), @2(vwx240, Just(vwx2410)), False, bfe, app(ty_Maybe, app(app(app(ty_@3, ed), ee), ef))) -> new_ltEs2(vwx2210, vwx2410, ed, ee, ef) 20.88/7.86 new_compare21(@2(vwx220, @3(vwx2210, vwx2211, vwx2212)), @2(vwx240, @3(vwx2410, vwx2411, vwx2412)), False, bfe, app(app(app(ty_@3, he), hf), app(ty_Maybe, baa))) -> new_ltEs0(vwx2212, vwx2412, baa) 20.88/7.86 new_compare21(@2(vwx220, @2(vwx2210, vwx2211)), @2(vwx240, @2(vwx2410, vwx2411)), False, bfe, app(app(ty_@2, app(ty_Maybe, gf)), ge)) -> new_lt0(vwx2210, vwx2410, gf) 20.88/7.86 new_ltEs0(Just(vwx2210), Just(vwx2410), app(app(ty_@2, eb), ec)) -> new_ltEs1(vwx2210, vwx2410, eb, ec) 20.88/7.86 new_ltEs(Left(vwx2210), Left(vwx2410), app(app(ty_Either, bb), bc), bd) -> new_ltEs(vwx2210, vwx2410, bb, bc) 20.88/7.86 new_compare21(@2(vwx220, Left(vwx2210)), @2(vwx240, Left(vwx2410)), False, bfe, app(app(ty_Either, app(app(app(ty_@3, bh), ca), cb)), bd)) -> new_ltEs2(vwx2210, vwx2410, bh, ca, cb) 20.88/7.86 new_compare21(@2(vwx220, @3(vwx2210, vwx2211, vwx2212)), @2(vwx240, @3(vwx2410, vwx2411, vwx2412)), False, bfe, app(app(app(ty_@3, he), hf), app(ty_[], bag))) -> new_ltEs3(vwx2212, vwx2412, bag) 20.88/7.86 new_ltEs2(@3(vwx2210, vwx2211, vwx2212), @3(vwx2410, vwx2411, vwx2412), he, app(ty_Maybe, bbc), bbb) -> new_lt0(vwx2211, vwx2411, bbc) 20.88/7.86 new_ltEs1(@2(vwx2210, vwx2211), @2(vwx2410, vwx2411), eh, app(ty_[], gb)) -> new_ltEs3(vwx2211, vwx2411, gb) 20.88/7.86 new_compare21(@2(vwx220, vwx221), @2(vwx240, vwx241), False, bfe, app(ty_[], bdc)) -> new_compare0(vwx221, vwx241, bdc) 20.88/7.86 new_ltEs0(Just(vwx2210), Just(vwx2410), app(ty_Maybe, ea)) -> new_ltEs0(vwx2210, vwx2410, ea) 20.88/7.86 new_ltEs1(@2(vwx2210, vwx2211), @2(vwx2410, vwx2411), app(app(ty_@2, gg), gh), ge) -> new_lt1(vwx2210, vwx2410, gg, gh) 20.88/7.86 new_ltEs2(@3(vwx2210, vwx2211, vwx2212), @3(vwx2410, vwx2411, vwx2412), app(ty_Maybe, bcd), hf, bbb) -> new_lt0(vwx2210, vwx2410, bcd) 20.88/7.86 new_compare21(@2(vwx220, Right(vwx2210)), @2(vwx240, Right(vwx2410)), False, bfe, app(app(ty_Either, cd), app(app(app(ty_@3, dc), dd), de))) -> new_ltEs2(vwx2210, vwx2410, dc, dd, de) 20.88/7.86 new_ltEs3(vwx221, vwx241, bdc) -> new_compare0(vwx221, vwx241, bdc) 20.88/7.86 new_compare21(@2(vwx220, Just(vwx2210)), @2(vwx240, Just(vwx2410)), False, bfe, app(ty_Maybe, app(app(ty_Either, dg), dh))) -> new_ltEs(vwx2210, vwx2410, dg, dh) 20.88/7.86 new_compare21(@2(vwx220, @2(vwx2210, vwx2211)), @2(vwx240, @2(vwx2410, vwx2411)), False, bfe, app(app(ty_@2, eh), app(ty_Maybe, fc))) -> new_ltEs0(vwx2211, vwx2411, fc) 20.88/7.86 new_compare21(@2(:(vwx2200, vwx2201), vwx221), @2(:(vwx2400, vwx2401), vwx241), False, app(ty_[], bdd), bfa) -> new_compare0(vwx2201, vwx2401, bdd) 20.88/7.86 new_compare21(@2(vwx220, Left(vwx2210)), @2(vwx240, Left(vwx2410)), False, bfe, app(app(ty_Either, app(app(ty_Either, bb), bc)), bd)) -> new_ltEs(vwx2210, vwx2410, bb, bc) 20.88/7.86 new_compare5(vwx220, vwx240, bfb, bfc, bfd) -> new_compare22(vwx220, vwx240, new_esEs7(vwx220, vwx240, bfb, bfc, bfd), bfb, bfc, bfd) 20.88/7.86 new_ltEs(Left(vwx2210), Left(vwx2410), app(ty_Maybe, be), bd) -> new_ltEs0(vwx2210, vwx2410, be) 20.88/7.86 new_compare0(:(vwx2200, vwx2201), :(vwx2400, vwx2401), bdd) -> new_compare0(vwx2201, vwx2401, bdd) 20.88/7.86 new_ltEs(Left(vwx2210), Left(vwx2410), app(app(ty_@2, bf), bg), bd) -> new_ltEs1(vwx2210, vwx2410, bf, bg) 20.88/7.86 new_lt3(:(vwx2200, vwx2201), :(vwx2400, vwx2401), bdd) -> new_compare0(vwx2201, vwx2401, bdd) 20.88/7.86 new_ltEs2(@3(vwx2210, vwx2211, vwx2212), @3(vwx2410, vwx2411, vwx2412), he, hf, app(app(ty_Either, hg), hh)) -> new_ltEs(vwx2212, vwx2412, hg, hh) 20.88/7.86 new_ltEs2(@3(vwx2210, vwx2211, vwx2212), @3(vwx2410, vwx2411, vwx2412), he, app(app(ty_Either, bah), bba), bbb) -> new_lt(vwx2211, vwx2411, bah, bba) 20.88/7.86 new_ltEs2(@3(vwx2210, vwx2211, vwx2212), @3(vwx2410, vwx2411, vwx2412), app(app(app(ty_@3, bcg), bch), bda), hf, bbb) -> new_lt2(vwx2210, vwx2410, bcg, bch, bda) 20.88/7.86 new_compare21(@2(vwx220, Left(vwx2210)), @2(vwx240, Left(vwx2410)), False, bfe, app(app(ty_Either, app(ty_Maybe, be)), bd)) -> new_ltEs0(vwx2210, vwx2410, be) 20.88/7.86 new_compare21(@2(vwx220, @3(vwx2210, vwx2211, vwx2212)), @2(vwx240, @3(vwx2410, vwx2411, vwx2412)), False, bfe, app(app(app(ty_@3, he), hf), app(app(app(ty_@3, bad), bae), baf))) -> new_ltEs2(vwx2212, vwx2412, bad, bae, baf) 20.88/7.86 new_compare21(@2(vwx220, Just(vwx2210)), @2(vwx240, Just(vwx2410)), False, bfe, app(ty_Maybe, app(ty_Maybe, ea))) -> new_ltEs0(vwx2210, vwx2410, ea) 20.88/7.86 new_compare21(@2(vwx220, @3(vwx2210, vwx2211, vwx2212)), @2(vwx240, @3(vwx2410, vwx2411, vwx2412)), False, bfe, app(app(app(ty_@3, he), app(ty_Maybe, bbc)), bbb)) -> new_lt0(vwx2211, vwx2411, bbc) 20.88/7.86 new_lt1(vwx220, vwx240, beg, beh) -> new_compare21(vwx220, vwx240, new_esEs6(vwx220, vwx240, beg, beh), beg, beh) 20.88/7.86 new_ltEs1(@2(vwx2210, vwx2211), @2(vwx2410, vwx2411), app(ty_[], hd), ge) -> new_lt3(vwx2210, vwx2410, hd) 20.88/7.86 new_ltEs1(@2(vwx2210, vwx2211), @2(vwx2410, vwx2411), app(app(app(ty_@3, ha), hb), hc), ge) -> new_lt2(vwx2210, vwx2410, ha, hb, hc) 20.88/7.86 new_ltEs1(@2(vwx2210, vwx2211), @2(vwx2410, vwx2411), eh, app(app(app(ty_@3, fg), fh), ga)) -> new_ltEs2(vwx2211, vwx2411, fg, fh, ga) 20.88/7.86 new_compare21(@2(vwx220, vwx221), @2(vwx240, vwx241), False, app(app(ty_@2, beg), beh), bfa) -> new_compare21(vwx220, vwx240, new_esEs6(vwx220, vwx240, beg, beh), beg, beh) 20.88/7.86 new_compare21(@2(vwx220, @3(vwx2210, vwx2211, vwx2212)), @2(vwx240, @3(vwx2410, vwx2411, vwx2412)), False, bfe, app(app(app(ty_@3, he), hf), app(app(ty_@2, bab), bac))) -> new_ltEs1(vwx2212, vwx2412, bab, bac) 20.88/7.86 new_ltEs0(Just(vwx2210), Just(vwx2410), app(app(app(ty_@3, ed), ee), ef)) -> new_ltEs2(vwx2210, vwx2410, ed, ee, ef) 20.88/7.86 new_primCompAux(vwx2200, vwx2400, vwx75, app(app(ty_Either, bde), bdf)) -> new_compare(vwx2200, vwx2400, bde, bdf) 20.88/7.86 new_primCompAux(vwx2200, vwx2400, vwx75, app(ty_Maybe, bdg)) -> new_compare3(vwx2200, vwx2400, bdg) 20.88/7.86 new_ltEs1(@2(vwx2210, vwx2211), @2(vwx2410, vwx2411), app(app(ty_Either, gc), gd), ge) -> new_lt(vwx2210, vwx2410, gc, gd) 20.88/7.86 new_ltEs2(@3(vwx2210, vwx2211, vwx2212), @3(vwx2410, vwx2411, vwx2412), he, hf, app(app(ty_@2, bab), bac)) -> new_ltEs1(vwx2212, vwx2412, bab, bac) 20.88/7.86 new_ltEs2(@3(vwx2210, vwx2211, vwx2212), @3(vwx2410, vwx2411, vwx2412), he, hf, app(ty_[], bag)) -> new_ltEs3(vwx2212, vwx2412, bag) 20.88/7.86 new_compare21(@2(vwx220, vwx221), @2(vwx240, vwx241), False, app(ty_Maybe, bef), bfa) -> new_compare20(vwx220, vwx240, new_esEs5(vwx220, vwx240, bef), bef) 20.88/7.86 new_ltEs1(@2(vwx2210, vwx2211), @2(vwx2410, vwx2411), app(ty_Maybe, gf), ge) -> new_lt0(vwx2210, vwx2410, gf) 20.88/7.86 new_compare21(@2(vwx220, @3(vwx2210, vwx2211, vwx2212)), @2(vwx240, @3(vwx2410, vwx2411, vwx2412)), False, bfe, app(app(app(ty_@3, he), app(ty_[], bca)), bbb)) -> new_lt3(vwx2211, vwx2411, bca) 20.88/7.86 new_ltEs(Right(vwx2210), Right(vwx2410), cd, app(ty_Maybe, cg)) -> new_ltEs0(vwx2210, vwx2410, cg) 20.88/7.86 new_ltEs(Right(vwx2210), Right(vwx2410), cd, app(app(ty_Either, ce), cf)) -> new_ltEs(vwx2210, vwx2410, ce, cf) 20.88/7.86 new_compare21(@2(vwx220, vwx221), @2(vwx240, vwx241), False, app(app(app(ty_@3, bfb), bfc), bfd), bfa) -> new_compare22(vwx220, vwx240, new_esEs7(vwx220, vwx240, bfb, bfc, bfd), bfb, bfc, bfd) 20.88/7.86 new_compare21(@2(vwx220, Just(vwx2210)), @2(vwx240, Just(vwx2410)), False, bfe, app(ty_Maybe, app(app(ty_@2, eb), ec))) -> new_ltEs1(vwx2210, vwx2410, eb, ec) 20.88/7.86 new_ltEs1(@2(vwx2210, vwx2211), @2(vwx2410, vwx2411), eh, app(ty_Maybe, fc)) -> new_ltEs0(vwx2211, vwx2411, fc) 20.88/7.86 new_compare21(@2(vwx220, Left(vwx2210)), @2(vwx240, Left(vwx2410)), False, bfe, app(app(ty_Either, app(app(ty_@2, bf), bg)), bd)) -> new_ltEs1(vwx2210, vwx2410, bf, bg) 20.88/7.86 new_compare21(@2(vwx220, @3(vwx2210, vwx2211, vwx2212)), @2(vwx240, @3(vwx2410, vwx2411, vwx2412)), False, bfe, app(app(app(ty_@3, app(app(app(ty_@3, bcg), bch), bda)), hf), bbb)) -> new_lt2(vwx2210, vwx2410, bcg, bch, bda) 20.88/7.86 new_lt3(:(vwx2200, vwx2201), :(vwx2400, vwx2401), bdd) -> new_primCompAux(vwx2200, vwx2400, new_compare1(vwx2201, vwx2401, bdd), bdd) 20.88/7.86 new_ltEs2(@3(vwx2210, vwx2211, vwx2212), @3(vwx2410, vwx2411, vwx2412), app(app(ty_@2, bce), bcf), hf, bbb) -> new_lt1(vwx2210, vwx2410, bce, bcf) 20.88/7.86 new_compare0(:(vwx2200, vwx2201), :(vwx2400, vwx2401), bdd) -> new_primCompAux(vwx2200, vwx2400, new_compare1(vwx2201, vwx2401, bdd), bdd) 20.88/7.86 new_compare21(@2(vwx220, Right(vwx2210)), @2(vwx240, Right(vwx2410)), False, bfe, app(app(ty_Either, cd), app(ty_Maybe, cg))) -> new_ltEs0(vwx2210, vwx2410, cg) 20.88/7.86 new_ltEs1(@2(vwx2210, vwx2211), @2(vwx2410, vwx2411), eh, app(app(ty_@2, fd), ff)) -> new_ltEs1(vwx2211, vwx2411, fd, ff) 20.88/7.86 new_ltEs0(Just(vwx2210), Just(vwx2410), app(app(ty_Either, dg), dh)) -> new_ltEs(vwx2210, vwx2410, dg, dh) 20.88/7.86 new_compare21(@2(vwx220, Just(vwx2210)), @2(vwx240, Just(vwx2410)), False, bfe, app(ty_Maybe, app(ty_[], eg))) -> new_ltEs3(vwx2210, vwx2410, eg) 20.88/7.86 new_compare21(@2(vwx220, @3(vwx2210, vwx2211, vwx2212)), @2(vwx240, @3(vwx2410, vwx2411, vwx2412)), False, bfe, app(app(app(ty_@3, he), app(app(app(ty_@3, bbf), bbg), bbh)), bbb)) -> new_lt2(vwx2211, vwx2411, bbf, bbg, bbh) 20.88/7.86 new_compare20(vwx220, vwx240, False, bef) -> new_ltEs0(vwx220, vwx240, bef) 20.88/7.86 new_ltEs2(@3(vwx2210, vwx2211, vwx2212), @3(vwx2410, vwx2411, vwx2412), he, app(ty_[], bca), bbb) -> new_lt3(vwx2211, vwx2411, bca) 20.88/7.86 new_compare21(@2(vwx220, @2(vwx2210, vwx2211)), @2(vwx240, @2(vwx2410, vwx2411)), False, bfe, app(app(ty_@2, eh), app(app(app(ty_@3, fg), fh), ga))) -> new_ltEs2(vwx2211, vwx2411, fg, fh, ga) 20.88/7.86 new_lt0(vwx220, vwx240, bef) -> new_compare20(vwx220, vwx240, new_esEs5(vwx220, vwx240, bef), bef) 20.88/7.86 new_compare21(@2(vwx220, @2(vwx2210, vwx2211)), @2(vwx240, @2(vwx2410, vwx2411)), False, bfe, app(app(ty_@2, app(app(ty_Either, gc), gd)), ge)) -> new_lt(vwx2210, vwx2410, gc, gd) 20.88/7.86 new_compare21(@2(vwx220, @3(vwx2210, vwx2211, vwx2212)), @2(vwx240, @3(vwx2410, vwx2411, vwx2412)), False, bfe, app(app(app(ty_@3, he), hf), app(app(ty_Either, hg), hh))) -> new_ltEs(vwx2212, vwx2412, hg, hh) 20.88/7.86 new_compare22(vwx220, vwx240, False, bfb, bfc, bfd) -> new_ltEs2(vwx220, vwx240, bfb, bfc, bfd) 20.88/7.86 new_ltEs2(@3(vwx2210, vwx2211, vwx2212), @3(vwx2410, vwx2411, vwx2412), he, hf, app(app(app(ty_@3, bad), bae), baf)) -> new_ltEs2(vwx2212, vwx2412, bad, bae, baf) 20.88/7.86 new_compare21(@2(vwx220, Right(vwx2210)), @2(vwx240, Right(vwx2410)), False, bfe, app(app(ty_Either, cd), app(app(ty_Either, ce), cf))) -> new_ltEs(vwx2210, vwx2410, ce, cf) 20.88/7.86 new_compare21(@2(vwx220, @2(vwx2210, vwx2211)), @2(vwx240, @2(vwx2410, vwx2411)), False, bfe, app(app(ty_@2, eh), app(ty_[], gb))) -> new_ltEs3(vwx2211, vwx2411, gb) 20.88/7.86 new_ltEs0(Just(vwx2210), Just(vwx2410), app(ty_[], eg)) -> new_ltEs3(vwx2210, vwx2410, eg) 20.88/7.86 new_compare21(@2(vwx220, @3(vwx2210, vwx2211, vwx2212)), @2(vwx240, @3(vwx2410, vwx2411, vwx2412)), False, bfe, app(app(app(ty_@3, app(app(ty_Either, bcb), bcc)), hf), bbb)) -> new_lt(vwx2210, vwx2410, bcb, bcc) 20.88/7.86 new_primCompAux(vwx2200, vwx2400, vwx75, app(app(ty_@2, bdh), bea)) -> new_compare4(vwx2200, vwx2400, bdh, bea) 20.88/7.86 new_compare21(@2(vwx220, Left(vwx2210)), @2(vwx240, Left(vwx2410)), False, bfe, app(app(ty_Either, app(ty_[], cc)), bd)) -> new_ltEs3(vwx2210, vwx2410, cc) 20.88/7.86 new_compare21(@2(vwx220, @2(vwx2210, vwx2211)), @2(vwx240, @2(vwx2410, vwx2411)), False, bfe, app(app(ty_@2, app(ty_[], hd)), ge)) -> new_lt3(vwx2210, vwx2410, hd) 20.88/7.86 new_ltEs2(@3(vwx2210, vwx2211, vwx2212), @3(vwx2410, vwx2411, vwx2412), he, app(app(ty_@2, bbd), bbe), bbb) -> new_lt1(vwx2211, vwx2411, bbd, bbe) 20.88/7.86 new_compare2(vwx220, vwx240, False, h, ba) -> new_ltEs(vwx220, vwx240, h, ba) 20.88/7.86 new_compare21(@2(vwx220, @3(vwx2210, vwx2211, vwx2212)), @2(vwx240, @3(vwx2410, vwx2411, vwx2412)), False, bfe, app(app(app(ty_@3, he), app(app(ty_Either, bah), bba)), bbb)) -> new_lt(vwx2211, vwx2411, bah, bba) 20.88/7.86 new_compare21(@2(vwx220, @2(vwx2210, vwx2211)), @2(vwx240, @2(vwx2410, vwx2411)), False, bfe, app(app(ty_@2, eh), app(app(ty_@2, fd), ff))) -> new_ltEs1(vwx2211, vwx2411, fd, ff) 20.88/7.86 new_compare21(@2(vwx220, @2(vwx2210, vwx2211)), @2(vwx240, @2(vwx2410, vwx2411)), False, bfe, app(app(ty_@2, app(app(ty_@2, gg), gh)), ge)) -> new_lt1(vwx2210, vwx2410, gg, gh) 20.88/7.86 new_compare21(@2(vwx220, Right(vwx2210)), @2(vwx240, Right(vwx2410)), False, bfe, app(app(ty_Either, cd), app(ty_[], df))) -> new_ltEs3(vwx2210, vwx2410, df) 20.88/7.86 new_ltEs2(@3(vwx2210, vwx2211, vwx2212), @3(vwx2410, vwx2411, vwx2412), he, app(app(app(ty_@3, bbf), bbg), bbh), bbb) -> new_lt2(vwx2211, vwx2411, bbf, bbg, bbh) 20.88/7.86 new_compare21(@2(vwx220, @3(vwx2210, vwx2211, vwx2212)), @2(vwx240, @3(vwx2410, vwx2411, vwx2412)), False, bfe, app(app(app(ty_@3, app(app(ty_@2, bce), bcf)), hf), bbb)) -> new_lt1(vwx2210, vwx2410, bce, bcf) 20.88/7.86 new_compare(vwx220, vwx240, h, ba) -> new_compare2(vwx220, vwx240, new_esEs4(vwx220, vwx240, h, ba), h, ba) 20.88/7.86 new_compare3(vwx220, vwx240, bef) -> new_compare20(vwx220, vwx240, new_esEs5(vwx220, vwx240, bef), bef) 20.88/7.86 new_compare21(@2(:(vwx2200, vwx2201), vwx221), @2(:(vwx2400, vwx2401), vwx241), False, app(ty_[], bdd), bfa) -> new_primCompAux(vwx2200, vwx2400, new_compare1(vwx2201, vwx2401, bdd), bdd) 20.88/7.86 new_ltEs2(@3(vwx2210, vwx2211, vwx2212), @3(vwx2410, vwx2411, vwx2412), app(ty_[], bdb), hf, bbb) -> new_lt3(vwx2210, vwx2410, bdb) 20.88/7.86 20.88/7.86 The TRS R consists of the following rules: 20.88/7.86 20.88/7.86 new_compare18(vwx61, vwx62, vwx63, vwx64, True, vwx66, bga, bgb) -> new_compare15(vwx61, vwx62, vwx63, vwx64, True, bga, bgb) 20.88/7.86 new_lt7(vwx220, vwx240, beg, beh) -> new_esEs8(new_compare13(vwx220, vwx240, beg, beh), LT) 20.88/7.86 new_lt10(vwx2210, vwx2410, ty_Bool) -> new_lt5(vwx2210, vwx2410) 20.88/7.86 new_primCmpInt(Neg(Succ(vwx22000)), Pos(vwx2400)) -> LT 20.88/7.86 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 20.88/7.86 new_lt9(vwx2211, vwx2411, app(app(app(ty_@3, bbf), bbg), bbh)) -> new_lt6(vwx2211, vwx2411, bbf, bbg, bbh) 20.88/7.86 new_esEs23(vwx2211, vwx2411, app(ty_[], bca)) -> new_esEs17(vwx2211, vwx2411, bca) 20.88/7.86 new_compare7(:%(vwx2200, vwx2201), :%(vwx2400, vwx2401), ty_Integer) -> new_compare14(new_sr0(vwx2200, vwx2401), new_sr0(vwx2400, vwx2201)) 20.88/7.86 new_pePe(True, vwx80) -> True 20.88/7.86 new_ltEs10(False, False) -> True 20.88/7.86 new_esEs15(vwx301, vwx401, app(app(ty_@2, cab), cac)) -> new_esEs6(vwx301, vwx401, cab, cac) 20.88/7.86 new_esEs27(vwx300, vwx400, ty_Char) -> new_esEs16(vwx300, vwx400) 20.88/7.86 new_ltEs6(Right(vwx2210), Right(vwx2410), cd, ty_Float) -> new_ltEs11(vwx2210, vwx2410) 20.88/7.86 new_ltEs8(@2(vwx2210, vwx2211), @2(vwx2410, vwx2411), eh, ge) -> new_pePe(new_lt21(vwx2210, vwx2410, eh), new_asAs(new_esEs25(vwx2210, vwx2410, eh), new_ltEs20(vwx2211, vwx2411, ge))) 20.88/7.86 new_compare29(@0, @0) -> EQ 20.88/7.86 new_compare112(vwx220, vwx240, True, bef) -> LT 20.88/7.86 new_esEs15(vwx301, vwx401, app(ty_Ratio, cae)) -> new_esEs18(vwx301, vwx401, cae) 20.88/7.86 new_esEs4(Left(vwx300), Right(vwx400), ccf, cbe) -> False 20.88/7.86 new_esEs4(Right(vwx300), Left(vwx400), ccf, cbe) -> False 20.88/7.86 new_esEs23(vwx2211, vwx2411, ty_Integer) -> new_esEs9(vwx2211, vwx2411) 20.88/7.86 new_compare31(vwx2200, vwx2400, ty_@0) -> new_compare29(vwx2200, vwx2400) 20.88/7.86 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 20.88/7.86 new_ltEs6(Right(vwx2210), Right(vwx2410), cd, app(app(ty_@2, da), db)) -> new_ltEs8(vwx2210, vwx2410, da, db) 20.88/7.86 new_primCmpInt(Pos(Zero), Neg(Succ(vwx24000))) -> GT 20.88/7.86 new_compare26(vwx22, vwx24, True, bfe, bfa) -> EQ 20.88/7.86 new_lt9(vwx2211, vwx2411, ty_Double) -> new_lt4(vwx2211, vwx2411) 20.88/7.86 new_esEs25(vwx2210, vwx2410, ty_Double) -> new_esEs19(vwx2210, vwx2410) 20.88/7.86 new_esEs24(vwx220, vwx240, ty_Int) -> new_esEs11(vwx220, vwx240) 20.88/7.86 new_esEs24(vwx220, vwx240, ty_Ordering) -> new_esEs8(vwx220, vwx240) 20.88/7.86 new_compare31(vwx2200, vwx2400, app(app(app(ty_@3, beb), bec), bed)) -> new_compare12(vwx2200, vwx2400, beb, bec, bed) 20.88/7.86 new_esEs15(vwx301, vwx401, app(app(app(ty_@3, caf), cag), cah)) -> new_esEs7(vwx301, vwx401, caf, cag, cah) 20.88/7.86 new_esEs22(vwx2210, vwx2410, app(app(ty_Either, bcb), bcc)) -> new_esEs4(vwx2210, vwx2410, bcb, bcc) 20.88/7.86 new_compare6(Double(vwx2200, Pos(vwx22010)), Double(vwx2400, Pos(vwx24010))) -> new_compare8(new_sr(vwx2200, Pos(vwx24010)), new_sr(Pos(vwx22010), vwx2400)) 20.88/7.86 new_primCmpInt(Neg(Succ(vwx22000)), Neg(vwx2400)) -> new_primCmpNat0(vwx2400, Succ(vwx22000)) 20.88/7.86 new_esEs27(vwx300, vwx400, ty_Float) -> new_esEs10(vwx300, vwx400) 20.88/7.86 new_compare19(vwx220, vwx240, True, bfb, bfc, bfd) -> LT 20.88/7.86 new_esEs29(vwx302, vwx402, ty_@0) -> new_esEs12(vwx302, vwx402) 20.88/7.86 new_compare111(vwx220, vwx240, True, h, ba) -> LT 20.88/7.86 new_ltEs9(@3(vwx2210, vwx2211, vwx2212), @3(vwx2410, vwx2411, vwx2412), he, hf, bbb) -> new_pePe(new_lt10(vwx2210, vwx2410, he), new_asAs(new_esEs22(vwx2210, vwx2410, he), new_pePe(new_lt9(vwx2211, vwx2411, hf), new_asAs(new_esEs23(vwx2211, vwx2411, hf), new_ltEs18(vwx2212, vwx2412, bbb))))) 20.88/7.86 new_esEs4(Right(vwx300), Right(vwx400), ccf, ty_Double) -> new_esEs19(vwx300, vwx400) 20.88/7.86 new_esEs25(vwx2210, vwx2410, ty_@0) -> new_esEs12(vwx2210, vwx2410) 20.88/7.86 new_lt10(vwx2210, vwx2410, app(ty_Ratio, ceb)) -> new_lt11(vwx2210, vwx2410, ceb) 20.88/7.86 new_ltEs18(vwx2212, vwx2412, app(ty_[], bag)) -> new_ltEs17(vwx2212, vwx2412, bag) 20.88/7.86 new_compare210(vwx220, vwx240, False) -> new_compare110(vwx220, vwx240, new_ltEs10(vwx220, vwx240)) 20.88/7.86 new_esEs8(GT, GT) -> True 20.88/7.86 new_primEqInt(Pos(Succ(vwx3000)), Pos(Zero)) -> False 20.88/7.86 new_primEqInt(Pos(Zero), Pos(Succ(vwx4000))) -> False 20.88/7.86 new_compare23(vwx220, vwx240, False) -> new_compare10(vwx220, vwx240, new_ltEs4(vwx220, vwx240)) 20.88/7.86 new_lt17(vwx220, vwx240) -> new_esEs8(new_compare14(vwx220, vwx240), LT) 20.88/7.86 new_fsEs(vwx67) -> new_not(new_esEs8(vwx67, GT)) 20.88/7.86 new_ltEs4(GT, EQ) -> False 20.88/7.86 new_compare9(vwx220, vwx240) -> new_compare210(vwx220, vwx240, new_esEs13(vwx220, vwx240)) 20.88/7.86 new_esEs29(vwx302, vwx402, ty_Double) -> new_esEs19(vwx302, vwx402) 20.88/7.86 new_ltEs7(Just(vwx2210), Just(vwx2410), ty_Int) -> new_ltEs12(vwx2210, vwx2410) 20.88/7.86 new_ltEs19(vwx221, vwx241, ty_Int) -> new_ltEs12(vwx221, vwx241) 20.88/7.86 new_compare25(vwx220, vwx240, False, bfb, bfc, bfd) -> new_compare19(vwx220, vwx240, new_ltEs9(vwx220, vwx240, bfb, bfc, bfd), bfb, bfc, bfd) 20.88/7.86 new_esEs14(vwx300, vwx400, ty_@0) -> new_esEs12(vwx300, vwx400) 20.88/7.86 new_esEs27(vwx300, vwx400, ty_Integer) -> new_esEs9(vwx300, vwx400) 20.88/7.86 new_esEs27(vwx300, vwx400, app(ty_[], dad)) -> new_esEs17(vwx300, vwx400, dad) 20.88/7.86 new_esEs8(EQ, EQ) -> True 20.88/7.86 new_esEs24(vwx220, vwx240, ty_Bool) -> new_esEs13(vwx220, vwx240) 20.88/7.86 new_compare1(:(vwx2200, vwx2201), [], bdd) -> GT 20.88/7.86 new_ltEs18(vwx2212, vwx2412, ty_Float) -> new_ltEs11(vwx2212, vwx2412) 20.88/7.86 new_primEqNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat0(vwx3000, vwx4000) 20.88/7.86 new_ltEs6(Left(vwx2210), Left(vwx2410), ty_Ordering, bd) -> new_ltEs4(vwx2210, vwx2410) 20.88/7.86 new_lt21(vwx2210, vwx2410, ty_Int) -> new_lt15(vwx2210, vwx2410) 20.88/7.86 new_ltEs18(vwx2212, vwx2412, app(ty_Maybe, baa)) -> new_ltEs7(vwx2212, vwx2412, baa) 20.88/7.86 new_not(True) -> False 20.88/7.86 new_lt13(vwx220, vwx240, bef) -> new_esEs8(new_compare16(vwx220, vwx240, bef), LT) 20.88/7.86 new_primCompAux00(vwx89, LT) -> LT 20.88/7.86 new_primCmpNat0(Zero, Zero) -> EQ 20.88/7.86 new_esEs28(vwx301, vwx401, ty_Integer) -> new_esEs9(vwx301, vwx401) 20.88/7.86 new_esEs4(Right(vwx300), Right(vwx400), ccf, app(ty_Ratio, cde)) -> new_esEs18(vwx300, vwx400, cde) 20.88/7.86 new_lt10(vwx2210, vwx2410, ty_Int) -> new_lt15(vwx2210, vwx2410) 20.88/7.86 new_esEs14(vwx300, vwx400, ty_Double) -> new_esEs19(vwx300, vwx400) 20.88/7.86 new_lt21(vwx2210, vwx2410, ty_Bool) -> new_lt5(vwx2210, vwx2410) 20.88/7.86 new_esEs29(vwx302, vwx402, ty_Int) -> new_esEs11(vwx302, vwx402) 20.88/7.86 new_esEs28(vwx301, vwx401, ty_Bool) -> new_esEs13(vwx301, vwx401) 20.88/7.86 new_ltEs20(vwx2211, vwx2411, ty_Int) -> new_ltEs12(vwx2211, vwx2411) 20.88/7.86 new_esEs25(vwx2210, vwx2410, app(app(app(ty_@3, ha), hb), hc)) -> new_esEs7(vwx2210, vwx2410, ha, hb, hc) 20.88/7.86 new_ltEs18(vwx2212, vwx2412, app(app(ty_Either, hg), hh)) -> new_ltEs6(vwx2212, vwx2412, hg, hh) 20.88/7.86 new_ltEs6(Left(vwx2210), Left(vwx2410), app(app(ty_Either, bb), bc), bd) -> new_ltEs6(vwx2210, vwx2410, bb, bc) 20.88/7.86 new_lt21(vwx2210, vwx2410, ty_Char) -> new_lt16(vwx2210, vwx2410) 20.88/7.86 new_primEqNat0(Succ(vwx3000), Zero) -> False 20.88/7.86 new_primEqNat0(Zero, Succ(vwx4000)) -> False 20.88/7.86 new_lt9(vwx2211, vwx2411, app(ty_Maybe, bbc)) -> new_lt13(vwx2211, vwx2411, bbc) 20.88/7.86 new_esEs4(Right(vwx300), Right(vwx400), ccf, app(app(app(ty_@3, cdf), cdg), cdh)) -> new_esEs7(vwx300, vwx400, cdf, cdg, cdh) 20.88/7.86 new_ltEs7(Nothing, Just(vwx2410), cba) -> True 20.88/7.86 new_compare8(vwx220, vwx240) -> new_primCmpInt(vwx220, vwx240) 20.88/7.86 new_compare17(vwx220, vwx240) -> new_compare23(vwx220, vwx240, new_esEs8(vwx220, vwx240)) 20.88/7.86 new_compare31(vwx2200, vwx2400, app(app(ty_@2, bdh), bea)) -> new_compare13(vwx2200, vwx2400, bdh, bea) 20.88/7.86 new_esEs28(vwx301, vwx401, ty_Int) -> new_esEs11(vwx301, vwx401) 20.88/7.86 new_esEs29(vwx302, vwx402, ty_Bool) -> new_esEs13(vwx302, vwx402) 20.88/7.86 new_esEs4(Left(vwx300), Left(vwx400), app(ty_Ratio, ccb), cbe) -> new_esEs18(vwx300, vwx400, ccb) 20.88/7.86 new_primCompAux00(vwx89, GT) -> GT 20.88/7.86 new_esEs4(Right(vwx300), Right(vwx400), ccf, ty_@0) -> new_esEs12(vwx300, vwx400) 20.88/7.86 new_compare110(vwx220, vwx240, True) -> LT 20.88/7.86 new_esEs5(Just(vwx300), Just(vwx400), app(ty_Ratio, cfg)) -> new_esEs18(vwx300, vwx400, cfg) 20.88/7.86 new_esEs24(vwx220, vwx240, ty_Double) -> new_esEs19(vwx220, vwx240) 20.88/7.86 new_esEs4(Left(vwx300), Left(vwx400), app(app(ty_@2, cbg), cbh), cbe) -> new_esEs6(vwx300, vwx400, cbg, cbh) 20.88/7.86 new_lt9(vwx2211, vwx2411, ty_Ordering) -> new_lt8(vwx2211, vwx2411) 20.88/7.86 new_esEs23(vwx2211, vwx2411, ty_Int) -> new_esEs11(vwx2211, vwx2411) 20.88/7.86 new_compare24(vwx220, vwx240, False, bef) -> new_compare112(vwx220, vwx240, new_ltEs7(vwx220, vwx240, bef), bef) 20.88/7.86 new_esEs6(@2(vwx300, vwx301), @2(vwx400, vwx401), bgc, bgd) -> new_asAs(new_esEs14(vwx300, vwx400, bgc), new_esEs15(vwx301, vwx401, bgd)) 20.88/7.86 new_ltEs6(Left(vwx2210), Left(vwx2410), app(ty_Maybe, be), bd) -> new_ltEs7(vwx2210, vwx2410, be) 20.88/7.86 new_esEs4(Left(vwx300), Left(vwx400), ty_Int, cbe) -> new_esEs11(vwx300, vwx400) 20.88/7.86 new_primCmpInt(Pos(Succ(vwx22000)), Neg(vwx2400)) -> GT 20.88/7.86 new_esEs18(:%(vwx300, vwx301), :%(vwx400, vwx401), cea) -> new_asAs(new_esEs20(vwx300, vwx400, cea), new_esEs21(vwx301, vwx401, cea)) 20.88/7.86 new_compare31(vwx2200, vwx2400, ty_Ordering) -> new_compare17(vwx2200, vwx2400) 20.88/7.86 new_esEs14(vwx300, vwx400, ty_Ordering) -> new_esEs8(vwx300, vwx400) 20.88/7.86 new_ltEs18(vwx2212, vwx2412, ty_@0) -> new_ltEs16(vwx2212, vwx2412) 20.88/7.86 new_ltEs6(Left(vwx2210), Left(vwx2410), ty_Int, bd) -> new_ltEs12(vwx2210, vwx2410) 20.88/7.86 new_ltEs6(Left(vwx2210), Left(vwx2410), ty_Char, bd) -> new_ltEs13(vwx2210, vwx2410) 20.88/7.86 new_esEs4(Left(vwx300), Left(vwx400), ty_Integer, cbe) -> new_esEs9(vwx300, vwx400) 20.88/7.86 new_compare31(vwx2200, vwx2400, app(ty_Maybe, bdg)) -> new_compare16(vwx2200, vwx2400, bdg) 20.88/7.86 new_esEs26(vwx300, vwx400, ty_Char) -> new_esEs16(vwx300, vwx400) 20.88/7.86 new_primPlusNat1(Succ(vwx5200), Succ(vwx401000)) -> Succ(Succ(new_primPlusNat1(vwx5200, vwx401000))) 20.88/7.86 new_primCompAux0(vwx2200, vwx2400, vwx75, bdd) -> new_primCompAux00(vwx75, new_compare31(vwx2200, vwx2400, bdd)) 20.88/7.86 new_lt9(vwx2211, vwx2411, app(app(ty_Either, bah), bba)) -> new_lt12(vwx2211, vwx2411, bah, bba) 20.88/7.86 new_esEs24(vwx220, vwx240, ty_@0) -> new_esEs12(vwx220, vwx240) 20.88/7.86 new_primCmpNat0(Zero, Succ(vwx24000)) -> LT 20.88/7.86 new_esEs22(vwx2210, vwx2410, app(ty_Ratio, ceb)) -> new_esEs18(vwx2210, vwx2410, ceb) 20.88/7.86 new_esEs5(Just(vwx300), Just(vwx400), app(app(ty_@2, cfd), cfe)) -> new_esEs6(vwx300, vwx400, cfd, cfe) 20.88/7.86 new_esEs26(vwx300, vwx400, app(app(app(ty_@3, chd), che), chf)) -> new_esEs7(vwx300, vwx400, chd, che, chf) 20.88/7.86 new_esEs4(Left(vwx300), Left(vwx400), ty_Bool, cbe) -> new_esEs13(vwx300, vwx400) 20.88/7.86 new_ltEs6(Right(vwx2210), Right(vwx2410), cd, app(ty_Maybe, cg)) -> new_ltEs7(vwx2210, vwx2410, cg) 20.88/7.86 new_ltEs20(vwx2211, vwx2411, app(ty_Maybe, fc)) -> new_ltEs7(vwx2211, vwx2411, fc) 20.88/7.86 new_compare210(vwx220, vwx240, True) -> EQ 20.88/7.86 new_compare26(@2(vwx220, vwx221), @2(vwx240, vwx241), False, bfe, bfa) -> new_compare18(vwx220, vwx221, vwx240, vwx241, new_lt20(vwx220, vwx240, bfe), new_asAs(new_esEs24(vwx220, vwx240, bfe), new_ltEs19(vwx221, vwx241, bfa)), bfe, bfa) 20.88/7.86 new_compare31(vwx2200, vwx2400, app(ty_Ratio, cgc)) -> new_compare7(vwx2200, vwx2400, cgc) 20.88/7.86 new_lt18(vwx220, vwx240) -> new_esEs8(new_compare29(vwx220, vwx240), LT) 20.88/7.86 new_primCmpNat0(Succ(vwx22000), Zero) -> GT 20.88/7.86 new_pePe(False, vwx80) -> vwx80 20.88/7.86 new_esEs22(vwx2210, vwx2410, app(app(ty_@2, bce), bcf)) -> new_esEs6(vwx2210, vwx2410, bce, bcf) 20.88/7.86 new_esEs14(vwx300, vwx400, app(app(app(ty_@3, bhd), bhe), bhf)) -> new_esEs7(vwx300, vwx400, bhd, bhe, bhf) 20.88/7.86 new_esEs23(vwx2211, vwx2411, ty_Bool) -> new_esEs13(vwx2211, vwx2411) 20.88/7.86 new_ltEs20(vwx2211, vwx2411, ty_Float) -> new_ltEs11(vwx2211, vwx2411) 20.88/7.86 new_esEs4(Left(vwx300), Left(vwx400), ty_Ordering, cbe) -> new_esEs8(vwx300, vwx400) 20.88/7.86 new_esEs15(vwx301, vwx401, ty_Bool) -> new_esEs13(vwx301, vwx401) 20.88/7.86 new_esEs28(vwx301, vwx401, ty_Float) -> new_esEs10(vwx301, vwx401) 20.88/7.86 new_ltEs6(Right(vwx2210), Right(vwx2410), cd, ty_Double) -> new_ltEs14(vwx2210, vwx2410) 20.88/7.86 new_lt9(vwx2211, vwx2411, ty_Bool) -> new_lt5(vwx2211, vwx2411) 20.88/7.86 new_ltEs20(vwx2211, vwx2411, ty_Char) -> new_ltEs13(vwx2211, vwx2411) 20.88/7.86 new_compare18(vwx61, vwx62, vwx63, vwx64, False, vwx66, bga, bgb) -> new_compare15(vwx61, vwx62, vwx63, vwx64, vwx66, bga, bgb) 20.88/7.86 new_esEs26(vwx300, vwx400, ty_@0) -> new_esEs12(vwx300, vwx400) 20.88/7.86 new_lt20(vwx220, vwx240, ty_Int) -> new_lt15(vwx220, vwx240) 20.88/7.86 new_esEs17([], [], cgd) -> True 20.88/7.86 new_esEs4(Right(vwx300), Right(vwx400), ccf, app(ty_Maybe, cdd)) -> new_esEs5(vwx300, vwx400, cdd) 20.88/7.86 new_esEs14(vwx300, vwx400, app(app(ty_@2, bgh), bha)) -> new_esEs6(vwx300, vwx400, bgh, bha) 20.88/7.86 new_esEs8(LT, EQ) -> False 20.88/7.86 new_esEs8(EQ, LT) -> False 20.88/7.86 new_esEs28(vwx301, vwx401, ty_Char) -> new_esEs16(vwx301, vwx401) 20.88/7.86 new_primEqInt(Pos(Zero), Neg(Succ(vwx4000))) -> False 20.88/7.86 new_primEqInt(Neg(Zero), Pos(Succ(vwx4000))) -> False 20.88/7.86 new_compare24(vwx220, vwx240, True, bef) -> EQ 20.88/7.86 new_esEs24(vwx220, vwx240, app(app(ty_@2, beg), beh)) -> new_esEs6(vwx220, vwx240, beg, beh) 20.88/7.86 new_esEs14(vwx300, vwx400, app(ty_Ratio, bhc)) -> new_esEs18(vwx300, vwx400, bhc) 20.88/7.86 new_ltEs4(LT, GT) -> True 20.88/7.86 new_ltEs10(True, False) -> False 20.88/7.86 new_esEs5(Nothing, Nothing, ceh) -> True 20.88/7.86 new_ltEs18(vwx2212, vwx2412, ty_Double) -> new_ltEs14(vwx2212, vwx2412) 20.88/7.86 new_esEs24(vwx220, vwx240, app(ty_Ratio, cee)) -> new_esEs18(vwx220, vwx240, cee) 20.88/7.86 new_ltEs19(vwx221, vwx241, ty_Char) -> new_ltEs13(vwx221, vwx241) 20.88/7.86 new_primEqInt(Neg(Succ(vwx3000)), Neg(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 20.88/7.86 new_esEs25(vwx2210, vwx2410, ty_Ordering) -> new_esEs8(vwx2210, vwx2410) 20.88/7.86 new_esEs5(Nothing, Just(vwx400), ceh) -> False 20.88/7.86 new_esEs5(Just(vwx300), Nothing, ceh) -> False 20.88/7.86 new_compare25(vwx220, vwx240, True, bfb, bfc, bfd) -> EQ 20.88/7.86 new_primCmpInt(Neg(Zero), Pos(Succ(vwx24000))) -> LT 20.88/7.86 new_ltEs4(LT, LT) -> True 20.88/7.86 new_ltEs4(EQ, LT) -> False 20.88/7.86 new_compare11(Float(vwx2200, Pos(vwx22010)), Float(vwx2400, Pos(vwx24010))) -> new_compare8(new_sr(vwx2200, Pos(vwx24010)), new_sr(Pos(vwx22010), vwx2400)) 20.88/7.86 new_esEs26(vwx300, vwx400, ty_Float) -> new_esEs10(vwx300, vwx400) 20.88/7.86 new_ltEs20(vwx2211, vwx2411, ty_@0) -> new_ltEs16(vwx2211, vwx2411) 20.88/7.86 new_primMulInt(Pos(vwx3000), Pos(vwx4010)) -> Pos(new_primMulNat0(vwx3000, vwx4010)) 20.88/7.86 new_esEs23(vwx2211, vwx2411, app(app(ty_Either, bah), bba)) -> new_esEs4(vwx2211, vwx2411, bah, bba) 20.88/7.86 new_esEs5(Just(vwx300), Just(vwx400), app(app(app(ty_@3, cfh), cga), cgb)) -> new_esEs7(vwx300, vwx400, cfh, cga, cgb) 20.88/7.86 new_esEs26(vwx300, vwx400, app(app(ty_@2, cgh), cha)) -> new_esEs6(vwx300, vwx400, cgh, cha) 20.88/7.86 new_lt21(vwx2210, vwx2410, app(ty_Maybe, gf)) -> new_lt13(vwx2210, vwx2410, gf) 20.88/7.86 new_lt9(vwx2211, vwx2411, app(ty_Ratio, cec)) -> new_lt11(vwx2211, vwx2411, cec) 20.88/7.86 new_esEs28(vwx301, vwx401, ty_@0) -> new_esEs12(vwx301, vwx401) 20.88/7.86 new_esEs22(vwx2210, vwx2410, app(app(app(ty_@3, bcg), bch), bda)) -> new_esEs7(vwx2210, vwx2410, bcg, bch, bda) 20.88/7.86 new_lt9(vwx2211, vwx2411, ty_Integer) -> new_lt17(vwx2211, vwx2411) 20.88/7.86 new_primMulNat0(Succ(vwx30000), Zero) -> Zero 20.88/7.86 new_primMulNat0(Zero, Succ(vwx40100)) -> Zero 20.88/7.86 new_ltEs6(Left(vwx2210), Left(vwx2410), app(app(app(ty_@3, bh), ca), cb), bd) -> new_ltEs9(vwx2210, vwx2410, bh, ca, cb) 20.88/7.86 new_primPlusNat0(Zero, vwx40100) -> Succ(vwx40100) 20.88/7.86 new_esEs24(vwx220, vwx240, ty_Integer) -> new_esEs9(vwx220, vwx240) 20.88/7.86 new_ltEs6(Right(vwx2210), Right(vwx2410), cd, app(app(ty_Either, ce), cf)) -> new_ltEs6(vwx2210, vwx2410, ce, cf) 20.88/7.86 new_esEs15(vwx301, vwx401, ty_Float) -> new_esEs10(vwx301, vwx401) 20.88/7.86 new_ltEs18(vwx2212, vwx2412, ty_Integer) -> new_ltEs15(vwx2212, vwx2412) 20.88/7.86 new_esEs23(vwx2211, vwx2411, app(ty_Maybe, bbc)) -> new_esEs5(vwx2211, vwx2411, bbc) 20.88/7.86 new_ltEs6(Right(vwx2210), Right(vwx2410), cd, ty_Integer) -> new_ltEs15(vwx2210, vwx2410) 20.88/7.86 new_ltEs18(vwx2212, vwx2412, app(app(app(ty_@3, bad), bae), baf)) -> new_ltEs9(vwx2212, vwx2412, bad, bae, baf) 20.88/7.86 new_ltEs7(Just(vwx2210), Just(vwx2410), ty_Ordering) -> new_ltEs4(vwx2210, vwx2410) 20.88/7.86 new_compare11(Float(vwx2200, Neg(vwx22010)), Float(vwx2400, Neg(vwx24010))) -> new_compare8(new_sr(vwx2200, Neg(vwx24010)), new_sr(Neg(vwx22010), vwx2400)) 20.88/7.86 new_esEs28(vwx301, vwx401, app(ty_[], dbf)) -> new_esEs17(vwx301, vwx401, dbf) 20.88/7.86 new_ltEs19(vwx221, vwx241, app(ty_Ratio, bff)) -> new_ltEs5(vwx221, vwx241, bff) 20.88/7.86 new_esEs20(vwx300, vwx400, ty_Int) -> new_esEs11(vwx300, vwx400) 20.88/7.86 new_esEs26(vwx300, vwx400, app(ty_Ratio, chc)) -> new_esEs18(vwx300, vwx400, chc) 20.88/7.86 new_esEs4(Right(vwx300), Right(vwx400), ccf, ty_Float) -> new_esEs10(vwx300, vwx400) 20.88/7.86 new_compare12(vwx220, vwx240, bfb, bfc, bfd) -> new_compare25(vwx220, vwx240, new_esEs7(vwx220, vwx240, bfb, bfc, bfd), bfb, bfc, bfd) 20.88/7.86 new_ltEs13(vwx221, vwx241) -> new_fsEs(new_compare30(vwx221, vwx241)) 20.88/7.86 new_ltEs7(Just(vwx2210), Just(vwx2410), ty_Bool) -> new_ltEs10(vwx2210, vwx2410) 20.88/7.86 new_compare27(vwx220, vwx240, h, ba) -> new_compare28(vwx220, vwx240, new_esEs4(vwx220, vwx240, h, ba), h, ba) 20.88/7.86 new_esEs4(Left(vwx300), Left(vwx400), ty_Double, cbe) -> new_esEs19(vwx300, vwx400) 20.88/7.86 new_esEs8(LT, LT) -> True 20.88/7.86 new_esEs15(vwx301, vwx401, ty_@0) -> new_esEs12(vwx301, vwx401) 20.88/7.86 new_compare1([], [], bdd) -> EQ 20.88/7.86 new_esEs4(Right(vwx300), Right(vwx400), ccf, ty_Char) -> new_esEs16(vwx300, vwx400) 20.88/7.86 new_esEs26(vwx300, vwx400, ty_Bool) -> new_esEs13(vwx300, vwx400) 20.88/7.86 new_lt21(vwx2210, vwx2410, app(app(ty_Either, gc), gd)) -> new_lt12(vwx2210, vwx2410, gc, gd) 20.88/7.86 new_ltEs19(vwx221, vwx241, app(app(app(ty_@3, he), hf), bbb)) -> new_ltEs9(vwx221, vwx241, he, hf, bbb) 20.88/7.86 new_esEs29(vwx302, vwx402, app(ty_[], dch)) -> new_esEs17(vwx302, vwx402, dch) 20.88/7.86 new_esEs24(vwx220, vwx240, app(app(app(ty_@3, bfb), bfc), bfd)) -> new_esEs7(vwx220, vwx240, bfb, bfc, bfd) 20.88/7.86 new_primPlusNat1(Succ(vwx5200), Zero) -> Succ(vwx5200) 20.88/7.86 new_primPlusNat1(Zero, Succ(vwx401000)) -> Succ(vwx401000) 20.88/7.86 new_ltEs19(vwx221, vwx241, app(app(ty_@2, eh), ge)) -> new_ltEs8(vwx221, vwx241, eh, ge) 20.88/7.86 new_esEs21(vwx301, vwx401, ty_Int) -> new_esEs11(vwx301, vwx401) 20.88/7.86 new_esEs13(True, True) -> True 20.88/7.86 new_ltEs6(Left(vwx2210), Left(vwx2410), ty_Bool, bd) -> new_ltEs10(vwx2210, vwx2410) 20.88/7.86 new_ltEs10(False, True) -> True 20.88/7.86 new_esEs26(vwx300, vwx400, ty_Integer) -> new_esEs9(vwx300, vwx400) 20.88/7.86 new_lt10(vwx2210, vwx2410, app(ty_Maybe, bcd)) -> new_lt13(vwx2210, vwx2410, bcd) 20.88/7.86 new_esEs5(Just(vwx300), Just(vwx400), ty_Double) -> new_esEs19(vwx300, vwx400) 20.88/7.86 new_ltEs6(Left(vwx2210), Left(vwx2410), app(ty_[], cc), bd) -> new_ltEs17(vwx2210, vwx2410, cc) 20.88/7.86 new_ltEs4(LT, EQ) -> True 20.88/7.86 new_esEs23(vwx2211, vwx2411, app(app(app(ty_@3, bbf), bbg), bbh)) -> new_esEs7(vwx2211, vwx2411, bbf, bbg, bbh) 20.88/7.86 new_esEs14(vwx300, vwx400, ty_Integer) -> new_esEs9(vwx300, vwx400) 20.88/7.86 new_ltEs19(vwx221, vwx241, app(ty_[], bdc)) -> new_ltEs17(vwx221, vwx241, bdc) 20.88/7.86 new_ltEs20(vwx2211, vwx2411, ty_Double) -> new_ltEs14(vwx2211, vwx2411) 20.88/7.86 new_ltEs19(vwx221, vwx241, ty_Float) -> new_ltEs11(vwx221, vwx241) 20.88/7.86 new_esEs25(vwx2210, vwx2410, ty_Bool) -> new_esEs13(vwx2210, vwx2410) 20.88/7.86 new_ltEs20(vwx2211, vwx2411, app(app(ty_@2, fd), ff)) -> new_ltEs8(vwx2211, vwx2411, fd, ff) 20.88/7.86 new_esEs4(Left(vwx300), Left(vwx400), app(ty_[], cbf), cbe) -> new_esEs17(vwx300, vwx400, cbf) 20.88/7.86 new_esEs5(Just(vwx300), Just(vwx400), app(app(ty_Either, cfa), cfb)) -> new_esEs4(vwx300, vwx400, cfa, cfb) 20.88/7.86 new_primMulInt(Neg(vwx3000), Neg(vwx4010)) -> Pos(new_primMulNat0(vwx3000, vwx4010)) 20.88/7.86 new_primCmpInt(Pos(Zero), Pos(Succ(vwx24000))) -> new_primCmpNat0(Zero, Succ(vwx24000)) 20.88/7.86 new_lt10(vwx2210, vwx2410, app(app(ty_Either, bcb), bcc)) -> new_lt12(vwx2210, vwx2410, bcb, bcc) 20.88/7.86 new_ltEs6(Right(vwx2210), Right(vwx2410), cd, ty_@0) -> new_ltEs16(vwx2210, vwx2410) 20.88/7.86 new_esEs25(vwx2210, vwx2410, app(app(ty_@2, gg), gh)) -> new_esEs6(vwx2210, vwx2410, gg, gh) 20.88/7.86 new_esEs25(vwx2210, vwx2410, ty_Integer) -> new_esEs9(vwx2210, vwx2410) 20.88/7.86 new_esEs22(vwx2210, vwx2410, app(ty_Maybe, bcd)) -> new_esEs5(vwx2210, vwx2410, bcd) 20.88/7.86 new_ltEs4(EQ, EQ) -> True 20.88/7.86 new_ltEs20(vwx2211, vwx2411, app(ty_[], gb)) -> new_ltEs17(vwx2211, vwx2411, gb) 20.88/7.86 new_esEs14(vwx300, vwx400, ty_Bool) -> new_esEs13(vwx300, vwx400) 20.88/7.86 new_esEs25(vwx2210, vwx2410, app(ty_Ratio, cef)) -> new_esEs18(vwx2210, vwx2410, cef) 20.88/7.86 new_lt9(vwx2211, vwx2411, ty_Char) -> new_lt16(vwx2211, vwx2411) 20.88/7.86 new_esEs5(Just(vwx300), Just(vwx400), app(ty_Maybe, cff)) -> new_esEs5(vwx300, vwx400, cff) 20.88/7.86 new_esEs22(vwx2210, vwx2410, ty_Double) -> new_esEs19(vwx2210, vwx2410) 20.88/7.86 new_esEs23(vwx2211, vwx2411, ty_Ordering) -> new_esEs8(vwx2211, vwx2411) 20.88/7.86 new_ltEs20(vwx2211, vwx2411, ty_Integer) -> new_ltEs15(vwx2211, vwx2411) 20.88/7.86 new_lt14(vwx220, vwx240) -> new_esEs8(new_compare11(vwx220, vwx240), LT) 20.88/7.86 new_ltEs6(Right(vwx2210), Right(vwx2410), cd, ty_Char) -> new_ltEs13(vwx2210, vwx2410) 20.88/7.86 new_compare7(:%(vwx2200, vwx2201), :%(vwx2400, vwx2401), ty_Int) -> new_compare8(new_sr(vwx2200, vwx2401), new_sr(vwx2400, vwx2201)) 20.88/7.86 new_compare19(vwx220, vwx240, False, bfb, bfc, bfd) -> GT 20.88/7.86 new_esEs27(vwx300, vwx400, ty_@0) -> new_esEs12(vwx300, vwx400) 20.88/7.86 new_lt10(vwx2210, vwx2410, ty_Integer) -> new_lt17(vwx2210, vwx2410) 20.88/7.86 new_esEs29(vwx302, vwx402, ty_Float) -> new_esEs10(vwx302, vwx402) 20.88/7.86 new_esEs4(Right(vwx300), Right(vwx400), ccf, ty_Integer) -> new_esEs9(vwx300, vwx400) 20.88/7.86 new_ltEs6(Right(vwx2210), Right(vwx2410), cd, app(ty_Ratio, bfh)) -> new_ltEs5(vwx2210, vwx2410, bfh) 20.88/7.86 new_primMulInt(Pos(vwx3000), Neg(vwx4010)) -> Neg(new_primMulNat0(vwx3000, vwx4010)) 20.88/7.86 new_primMulInt(Neg(vwx3000), Pos(vwx4010)) -> Neg(new_primMulNat0(vwx3000, vwx4010)) 20.88/7.86 new_ltEs20(vwx2211, vwx2411, app(app(app(ty_@3, fg), fh), ga)) -> new_ltEs9(vwx2211, vwx2411, fg, fh, ga) 20.88/7.86 new_esEs22(vwx2210, vwx2410, ty_Bool) -> new_esEs13(vwx2210, vwx2410) 20.88/7.86 new_esEs22(vwx2210, vwx2410, ty_Ordering) -> new_esEs8(vwx2210, vwx2410) 20.88/7.86 new_esEs23(vwx2211, vwx2411, app(app(ty_@2, bbd), bbe)) -> new_esEs6(vwx2211, vwx2411, bbd, bbe) 20.88/7.86 new_ltEs19(vwx221, vwx241, ty_Integer) -> new_ltEs15(vwx221, vwx241) 20.88/7.86 new_ltEs6(Left(vwx2210), Left(vwx2410), app(ty_Ratio, bfg), bd) -> new_ltEs5(vwx2210, vwx2410, bfg) 20.88/7.86 new_esEs27(vwx300, vwx400, ty_Double) -> new_esEs19(vwx300, vwx400) 20.88/7.86 new_lt21(vwx2210, vwx2410, app(ty_[], hd)) -> new_lt19(vwx2210, vwx2410, hd) 20.88/7.86 new_esEs15(vwx301, vwx401, app(ty_[], caa)) -> new_esEs17(vwx301, vwx401, caa) 20.88/7.86 new_ltEs7(Just(vwx2210), Just(vwx2410), app(app(app(ty_@3, ed), ee), ef)) -> new_ltEs9(vwx2210, vwx2410, ed, ee, ef) 20.88/7.86 new_ltEs20(vwx2211, vwx2411, app(ty_Ratio, ceg)) -> new_ltEs5(vwx2211, vwx2411, ceg) 20.88/7.86 new_ltEs19(vwx221, vwx241, ty_Double) -> new_ltEs14(vwx221, vwx241) 20.88/7.86 new_ltEs7(Just(vwx2210), Just(vwx2410), ty_Double) -> new_ltEs14(vwx2210, vwx2410) 20.88/7.86 new_lt8(vwx220, vwx240) -> new_esEs8(new_compare17(vwx220, vwx240), LT) 20.88/7.86 new_compare31(vwx2200, vwx2400, ty_Int) -> new_compare8(vwx2200, vwx2400) 20.88/7.86 new_sr0(Integer(vwx24000), Integer(vwx22010)) -> Integer(new_primMulInt(vwx24000, vwx22010)) 20.88/7.86 new_esEs29(vwx302, vwx402, app(ty_Maybe, ddc)) -> new_esEs5(vwx302, vwx402, ddc) 20.88/7.86 new_lt10(vwx2210, vwx2410, app(app(ty_@2, bce), bcf)) -> new_lt7(vwx2210, vwx2410, bce, bcf) 20.88/7.86 new_esEs29(vwx302, vwx402, ty_Char) -> new_esEs16(vwx302, vwx402) 20.88/7.86 new_esEs13(False, False) -> True 20.88/7.86 new_lt20(vwx220, vwx240, app(ty_Maybe, bef)) -> new_lt13(vwx220, vwx240, bef) 20.88/7.86 new_ltEs18(vwx2212, vwx2412, ty_Ordering) -> new_ltEs4(vwx2212, vwx2412) 20.88/7.86 new_esEs28(vwx301, vwx401, app(app(app(ty_@3, dcc), dcd), dce)) -> new_esEs7(vwx301, vwx401, dcc, dcd, dce) 20.88/7.86 new_esEs21(vwx301, vwx401, ty_Integer) -> new_esEs9(vwx301, vwx401) 20.88/7.86 new_esEs25(vwx2210, vwx2410, ty_Char) -> new_esEs16(vwx2210, vwx2410) 20.88/7.86 new_esEs14(vwx300, vwx400, app(ty_Maybe, bhb)) -> new_esEs5(vwx300, vwx400, bhb) 20.88/7.86 new_ltEs7(Just(vwx2210), Just(vwx2410), app(ty_Ratio, cbb)) -> new_ltEs5(vwx2210, vwx2410, cbb) 20.88/7.86 new_lt5(vwx220, vwx240) -> new_esEs8(new_compare9(vwx220, vwx240), LT) 20.88/7.86 new_asAs(True, vwx32) -> vwx32 20.88/7.86 new_lt21(vwx2210, vwx2410, ty_@0) -> new_lt18(vwx2210, vwx2410) 20.88/7.86 new_esEs25(vwx2210, vwx2410, app(ty_[], hd)) -> new_esEs17(vwx2210, vwx2410, hd) 20.88/7.86 new_compare31(vwx2200, vwx2400, ty_Double) -> new_compare6(vwx2200, vwx2400) 20.88/7.86 new_ltEs18(vwx2212, vwx2412, app(app(ty_@2, bab), bac)) -> new_ltEs8(vwx2212, vwx2412, bab, bac) 20.88/7.86 new_ltEs18(vwx2212, vwx2412, ty_Char) -> new_ltEs13(vwx2212, vwx2412) 20.88/7.86 new_lt20(vwx220, vwx240, app(app(ty_@2, beg), beh)) -> new_lt7(vwx220, vwx240, beg, beh) 20.88/7.86 new_esEs23(vwx2211, vwx2411, app(ty_Ratio, cec)) -> new_esEs18(vwx2211, vwx2411, cec) 20.88/7.86 new_esEs5(Just(vwx300), Just(vwx400), ty_Bool) -> new_esEs13(vwx300, vwx400) 20.88/7.86 new_esEs4(Left(vwx300), Left(vwx400), app(app(app(ty_@3, ccc), ccd), cce), cbe) -> new_esEs7(vwx300, vwx400, ccc, ccd, cce) 20.88/7.86 new_esEs16(Char(vwx300), Char(vwx400)) -> new_primEqNat0(vwx300, vwx400) 20.88/7.86 new_esEs4(Left(vwx300), Left(vwx400), app(app(ty_Either, cbc), cbd), cbe) -> new_esEs4(vwx300, vwx400, cbc, cbd) 20.88/7.86 new_compare28(vwx220, vwx240, False, h, ba) -> new_compare111(vwx220, vwx240, new_ltEs6(vwx220, vwx240, h, ba), h, ba) 20.88/7.86 new_esEs4(Right(vwx300), Right(vwx400), ccf, app(app(ty_@2, cdb), cdc)) -> new_esEs6(vwx300, vwx400, cdb, cdc) 20.88/7.86 new_esEs15(vwx301, vwx401, ty_Integer) -> new_esEs9(vwx301, vwx401) 20.88/7.86 new_esEs5(Just(vwx300), Just(vwx400), ty_Ordering) -> new_esEs8(vwx300, vwx400) 20.88/7.86 new_compare31(vwx2200, vwx2400, ty_Bool) -> new_compare9(vwx2200, vwx2400) 20.88/7.86 new_compare111(vwx220, vwx240, False, h, ba) -> GT 20.88/7.86 new_esEs23(vwx2211, vwx2411, ty_Double) -> new_esEs19(vwx2211, vwx2411) 20.88/7.86 new_esEs22(vwx2210, vwx2410, ty_Int) -> new_esEs11(vwx2210, vwx2410) 20.88/7.86 new_primCmpInt(Pos(Succ(vwx22000)), Pos(vwx2400)) -> new_primCmpNat0(Succ(vwx22000), vwx2400) 20.88/7.86 new_compare110(vwx220, vwx240, False) -> GT 20.88/7.86 new_esEs14(vwx300, vwx400, app(app(ty_Either, bge), bgf)) -> new_esEs4(vwx300, vwx400, bge, bgf) 20.88/7.86 new_compare31(vwx2200, vwx2400, ty_Integer) -> new_compare14(vwx2200, vwx2400) 20.88/7.86 new_primCompAux00(vwx89, EQ) -> vwx89 20.88/7.86 new_esEs5(Just(vwx300), Just(vwx400), ty_Int) -> new_esEs11(vwx300, vwx400) 20.88/7.86 new_lt11(vwx220, vwx240, cee) -> new_esEs8(new_compare7(vwx220, vwx240, cee), LT) 20.88/7.86 new_sr(vwx300, vwx401) -> new_primMulInt(vwx300, vwx401) 20.88/7.86 new_ltEs11(vwx221, vwx241) -> new_fsEs(new_compare11(vwx221, vwx241)) 20.88/7.86 new_lt20(vwx220, vwx240, app(app(ty_Either, h), ba)) -> new_lt12(vwx220, vwx240, h, ba) 20.88/7.86 new_ltEs6(Right(vwx2210), Right(vwx2410), cd, ty_Ordering) -> new_ltEs4(vwx2210, vwx2410) 20.88/7.86 new_ltEs7(Nothing, Nothing, cba) -> True 20.88/7.86 new_esEs27(vwx300, vwx400, app(app(ty_@2, dae), daf)) -> new_esEs6(vwx300, vwx400, dae, daf) 20.88/7.86 new_compare23(vwx220, vwx240, True) -> EQ 20.88/7.86 new_esEs27(vwx300, vwx400, ty_Bool) -> new_esEs13(vwx300, vwx400) 20.88/7.86 new_primMulNat0(Zero, Zero) -> Zero 20.88/7.86 new_ltEs10(True, True) -> True 20.88/7.86 new_compare10(vwx220, vwx240, False) -> GT 20.88/7.86 new_esEs27(vwx300, vwx400, ty_Ordering) -> new_esEs8(vwx300, vwx400) 20.88/7.86 new_esEs23(vwx2211, vwx2411, ty_@0) -> new_esEs12(vwx2211, vwx2411) 20.88/7.86 new_esEs24(vwx220, vwx240, app(ty_Maybe, bef)) -> new_esEs5(vwx220, vwx240, bef) 20.88/7.86 new_compare31(vwx2200, vwx2400, app(ty_[], bee)) -> new_compare1(vwx2200, vwx2400, bee) 20.88/7.86 new_ltEs17(vwx221, vwx241, bdc) -> new_fsEs(new_compare1(vwx221, vwx241, bdc)) 20.88/7.86 new_esEs17(:(vwx300, vwx301), :(vwx400, vwx401), cgd) -> new_asAs(new_esEs26(vwx300, vwx400, cgd), new_esEs17(vwx301, vwx401, cgd)) 20.88/7.86 new_ltEs7(Just(vwx2210), Nothing, cba) -> False 20.88/7.86 new_esEs24(vwx220, vwx240, ty_Float) -> new_esEs10(vwx220, vwx240) 20.88/7.86 new_compare1(:(vwx2200, vwx2201), :(vwx2400, vwx2401), bdd) -> new_primCompAux0(vwx2200, vwx2400, new_compare1(vwx2201, vwx2401, bdd), bdd) 20.88/7.86 new_lt9(vwx2211, vwx2411, app(ty_[], bca)) -> new_lt19(vwx2211, vwx2411, bca) 20.88/7.86 new_esEs25(vwx2210, vwx2410, app(app(ty_Either, gc), gd)) -> new_esEs4(vwx2210, vwx2410, gc, gd) 20.88/7.86 new_esEs29(vwx302, vwx402, ty_Integer) -> new_esEs9(vwx302, vwx402) 20.88/7.86 new_ltEs18(vwx2212, vwx2412, app(ty_Ratio, ced)) -> new_ltEs5(vwx2212, vwx2412, ced) 20.88/7.86 new_esEs27(vwx300, vwx400, app(ty_Ratio, dah)) -> new_esEs18(vwx300, vwx400, dah) 20.88/7.86 new_lt20(vwx220, vwx240, ty_@0) -> new_lt18(vwx220, vwx240) 20.88/7.86 new_esEs9(Integer(vwx300), Integer(vwx400)) -> new_primEqInt(vwx300, vwx400) 20.88/7.86 new_esEs28(vwx301, vwx401, app(ty_Ratio, dcb)) -> new_esEs18(vwx301, vwx401, dcb) 20.88/7.86 new_esEs15(vwx301, vwx401, ty_Char) -> new_esEs16(vwx301, vwx401) 20.88/7.86 new_ltEs7(Just(vwx2210), Just(vwx2410), ty_@0) -> new_ltEs16(vwx2210, vwx2410) 20.88/7.86 new_esEs25(vwx2210, vwx2410, app(ty_Maybe, gf)) -> new_esEs5(vwx2210, vwx2410, gf) 20.88/7.86 new_esEs4(Right(vwx300), Right(vwx400), ccf, app(app(ty_Either, ccg), cch)) -> new_esEs4(vwx300, vwx400, ccg, cch) 20.88/7.86 new_ltEs19(vwx221, vwx241, ty_@0) -> new_ltEs16(vwx221, vwx241) 20.88/7.86 new_esEs28(vwx301, vwx401, app(app(ty_@2, dbg), dbh)) -> new_esEs6(vwx301, vwx401, dbg, dbh) 20.88/7.86 new_lt9(vwx2211, vwx2411, ty_@0) -> new_lt18(vwx2211, vwx2411) 20.88/7.86 new_esEs14(vwx300, vwx400, app(ty_[], bgg)) -> new_esEs17(vwx300, vwx400, bgg) 20.88/7.86 new_lt10(vwx2210, vwx2410, ty_Char) -> new_lt16(vwx2210, vwx2410) 20.88/7.86 new_esEs29(vwx302, vwx402, app(app(ty_Either, dcf), dcg)) -> new_esEs4(vwx302, vwx402, dcf, dcg) 20.88/7.86 new_ltEs19(vwx221, vwx241, app(ty_Maybe, cba)) -> new_ltEs7(vwx221, vwx241, cba) 20.88/7.86 new_primEqInt(Neg(Succ(vwx3000)), Neg(Zero)) -> False 20.88/7.86 new_primEqInt(Neg(Zero), Neg(Succ(vwx4000))) -> False 20.88/7.86 new_esEs14(vwx300, vwx400, ty_Float) -> new_esEs10(vwx300, vwx400) 20.88/7.86 new_ltEs6(Right(vwx2210), Right(vwx2410), cd, ty_Int) -> new_ltEs12(vwx2210, vwx2410) 20.88/7.86 new_esEs13(False, True) -> False 20.88/7.86 new_esEs13(True, False) -> False 20.88/7.86 new_primEqInt(Pos(Succ(vwx3000)), Pos(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 20.88/7.86 new_esEs14(vwx300, vwx400, ty_Char) -> new_esEs16(vwx300, vwx400) 20.88/7.86 new_ltEs20(vwx2211, vwx2411, app(app(ty_Either, fa), fb)) -> new_ltEs6(vwx2211, vwx2411, fa, fb) 20.88/7.86 new_compare31(vwx2200, vwx2400, ty_Float) -> new_compare11(vwx2200, vwx2400) 20.88/7.86 new_esEs4(Right(vwx300), Right(vwx400), ccf, ty_Int) -> new_esEs11(vwx300, vwx400) 20.88/7.86 new_primEqInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> False 20.88/7.86 new_primEqInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> False 20.88/7.86 new_esEs26(vwx300, vwx400, ty_Ordering) -> new_esEs8(vwx300, vwx400) 20.88/7.86 new_ltEs4(EQ, GT) -> True 20.88/7.86 new_lt9(vwx2211, vwx2411, ty_Float) -> new_lt14(vwx2211, vwx2411) 20.88/7.86 new_primCmpInt(Neg(Zero), Neg(Succ(vwx24000))) -> new_primCmpNat0(Succ(vwx24000), Zero) 20.88/7.86 new_esEs26(vwx300, vwx400, app(ty_[], cgg)) -> new_esEs17(vwx300, vwx400, cgg) 20.88/7.86 new_ltEs14(vwx221, vwx241) -> new_fsEs(new_compare6(vwx221, vwx241)) 20.88/7.86 new_lt21(vwx2210, vwx2410, app(app(ty_@2, gg), gh)) -> new_lt7(vwx2210, vwx2410, gg, gh) 20.88/7.86 new_lt4(vwx220, vwx240) -> new_esEs8(new_compare6(vwx220, vwx240), LT) 20.88/7.86 new_compare6(Double(vwx2200, Pos(vwx22010)), Double(vwx2400, Neg(vwx24010))) -> new_compare8(new_sr(vwx2200, Pos(vwx24010)), new_sr(Neg(vwx22010), vwx2400)) 20.88/7.86 new_compare6(Double(vwx2200, Neg(vwx22010)), Double(vwx2400, Pos(vwx24010))) -> new_compare8(new_sr(vwx2200, Neg(vwx24010)), new_sr(Pos(vwx22010), vwx2400)) 20.88/7.86 new_esEs24(vwx220, vwx240, app(app(ty_Either, h), ba)) -> new_esEs4(vwx220, vwx240, h, ba) 20.88/7.86 new_esEs25(vwx2210, vwx2410, ty_Float) -> new_esEs10(vwx2210, vwx2410) 20.88/7.86 new_ltEs19(vwx221, vwx241, app(app(ty_Either, cd), bd)) -> new_ltEs6(vwx221, vwx241, cd, bd) 20.88/7.86 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 20.88/7.86 new_ltEs7(Just(vwx2210), Just(vwx2410), app(app(ty_Either, dg), dh)) -> new_ltEs6(vwx2210, vwx2410, dg, dh) 20.88/7.86 new_lt20(vwx220, vwx240, app(ty_[], bdd)) -> new_lt19(vwx220, vwx240, bdd) 20.88/7.86 new_esEs25(vwx2210, vwx2410, ty_Int) -> new_esEs11(vwx2210, vwx2410) 20.88/7.86 new_esEs28(vwx301, vwx401, app(ty_Maybe, dca)) -> new_esEs5(vwx301, vwx401, dca) 20.88/7.86 new_ltEs18(vwx2212, vwx2412, ty_Int) -> new_ltEs12(vwx2212, vwx2412) 20.88/7.86 new_esEs26(vwx300, vwx400, ty_Double) -> new_esEs19(vwx300, vwx400) 20.88/7.86 new_ltEs7(Just(vwx2210), Just(vwx2410), ty_Float) -> new_ltEs11(vwx2210, vwx2410) 20.88/7.86 new_ltEs7(Just(vwx2210), Just(vwx2410), app(ty_[], eg)) -> new_ltEs17(vwx2210, vwx2410, eg) 20.88/7.86 new_lt10(vwx2210, vwx2410, ty_Double) -> new_lt4(vwx2210, vwx2410) 20.88/7.86 new_lt10(vwx2210, vwx2410, app(app(app(ty_@3, bcg), bch), bda)) -> new_lt6(vwx2210, vwx2410, bcg, bch, bda) 20.88/7.86 new_ltEs7(Just(vwx2210), Just(vwx2410), app(ty_Maybe, ea)) -> new_ltEs7(vwx2210, vwx2410, ea) 20.88/7.86 new_lt19(vwx220, vwx240, bdd) -> new_esEs8(new_compare1(vwx220, vwx240, bdd), LT) 20.88/7.86 new_ltEs5(vwx221, vwx241, bff) -> new_fsEs(new_compare7(vwx221, vwx241, bff)) 20.88/7.86 new_ltEs12(vwx221, vwx241) -> new_fsEs(new_compare8(vwx221, vwx241)) 20.88/7.86 new_esEs15(vwx301, vwx401, app(app(ty_Either, bhg), bhh)) -> new_esEs4(vwx301, vwx401, bhg, bhh) 20.88/7.86 new_esEs29(vwx302, vwx402, app(app(app(ty_@3, dde), ddf), ddg)) -> new_esEs7(vwx302, vwx402, dde, ddf, ddg) 20.88/7.86 new_esEs4(Right(vwx300), Right(vwx400), ccf, ty_Bool) -> new_esEs13(vwx300, vwx400) 20.88/7.86 new_compare13(vwx220, vwx240, beg, beh) -> new_compare26(vwx220, vwx240, new_esEs6(vwx220, vwx240, beg, beh), beg, beh) 20.88/7.86 new_esEs4(Right(vwx300), Right(vwx400), ccf, ty_Ordering) -> new_esEs8(vwx300, vwx400) 20.88/7.86 new_compare6(Double(vwx2200, Neg(vwx22010)), Double(vwx2400, Neg(vwx24010))) -> new_compare8(new_sr(vwx2200, Neg(vwx24010)), new_sr(Neg(vwx22010), vwx2400)) 20.88/7.86 new_ltEs6(Right(vwx2210), Left(vwx2410), cd, bd) -> False 20.88/7.86 new_not(False) -> True 20.88/7.86 new_compare11(Float(vwx2200, Pos(vwx22010)), Float(vwx2400, Neg(vwx24010))) -> new_compare8(new_sr(vwx2200, Pos(vwx24010)), new_sr(Neg(vwx22010), vwx2400)) 20.88/7.86 new_compare11(Float(vwx2200, Neg(vwx22010)), Float(vwx2400, Pos(vwx24010))) -> new_compare8(new_sr(vwx2200, Neg(vwx24010)), new_sr(Pos(vwx22010), vwx2400)) 20.88/7.86 new_esEs24(vwx220, vwx240, app(ty_[], bdd)) -> new_esEs17(vwx220, vwx240, bdd) 20.88/7.86 new_ltEs6(Left(vwx2210), Left(vwx2410), ty_Integer, bd) -> new_ltEs15(vwx2210, vwx2410) 20.88/7.86 new_compare1([], :(vwx2400, vwx2401), bdd) -> LT 20.88/7.86 new_ltEs6(Left(vwx2210), Left(vwx2410), ty_Double, bd) -> new_ltEs14(vwx2210, vwx2410) 20.88/7.86 new_esEs5(Just(vwx300), Just(vwx400), ty_Integer) -> new_esEs9(vwx300, vwx400) 20.88/7.86 new_lt9(vwx2211, vwx2411, app(app(ty_@2, bbd), bbe)) -> new_lt7(vwx2211, vwx2411, bbd, bbe) 20.88/7.86 new_esEs15(vwx301, vwx401, ty_Ordering) -> new_esEs8(vwx301, vwx401) 20.88/7.86 new_esEs28(vwx301, vwx401, ty_Double) -> new_esEs19(vwx301, vwx401) 20.88/7.86 new_esEs8(LT, GT) -> False 20.88/7.86 new_esEs8(GT, LT) -> False 20.88/7.86 new_ltEs15(vwx221, vwx241) -> new_fsEs(new_compare14(vwx221, vwx241)) 20.88/7.86 new_ltEs7(Just(vwx2210), Just(vwx2410), ty_Char) -> new_ltEs13(vwx2210, vwx2410) 20.88/7.86 new_compare31(vwx2200, vwx2400, app(app(ty_Either, bde), bdf)) -> new_compare27(vwx2200, vwx2400, bde, bdf) 20.88/7.86 new_esEs22(vwx2210, vwx2410, ty_Integer) -> new_esEs9(vwx2210, vwx2410) 20.88/7.86 new_compare15(vwx61, vwx62, vwx63, vwx64, False, bga, bgb) -> GT 20.88/7.86 new_lt15(vwx220, vwx240) -> new_esEs8(new_compare8(vwx220, vwx240), LT) 20.88/7.86 new_ltEs4(GT, LT) -> False 20.88/7.86 new_esEs29(vwx302, vwx402, app(ty_Ratio, ddd)) -> new_esEs18(vwx302, vwx402, ddd) 20.88/7.86 new_esEs27(vwx300, vwx400, app(app(app(ty_@3, dba), dbb), dbc)) -> new_esEs7(vwx300, vwx400, dba, dbb, dbc) 20.88/7.86 new_compare15(vwx61, vwx62, vwx63, vwx64, True, bga, bgb) -> LT 20.88/7.86 new_compare16(vwx220, vwx240, bef) -> new_compare24(vwx220, vwx240, new_esEs5(vwx220, vwx240, bef), bef) 20.88/7.86 new_primPlusNat0(Succ(vwx520), vwx40100) -> Succ(Succ(new_primPlusNat1(vwx520, vwx40100))) 20.88/7.86 new_esEs26(vwx300, vwx400, app(ty_Maybe, chb)) -> new_esEs5(vwx300, vwx400, chb) 20.88/7.86 new_esEs27(vwx300, vwx400, ty_Int) -> new_esEs11(vwx300, vwx400) 20.88/7.86 new_esEs7(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), chg, chh, daa) -> new_asAs(new_esEs27(vwx300, vwx400, chg), new_asAs(new_esEs28(vwx301, vwx401, chh), new_esEs29(vwx302, vwx402, daa))) 20.88/7.86 new_esEs29(vwx302, vwx402, app(app(ty_@2, dda), ddb)) -> new_esEs6(vwx302, vwx402, dda, ddb) 20.88/7.86 new_esEs4(Left(vwx300), Left(vwx400), app(ty_Maybe, cca), cbe) -> new_esEs5(vwx300, vwx400, cca) 20.88/7.86 new_esEs5(Just(vwx300), Just(vwx400), ty_Char) -> new_esEs16(vwx300, vwx400) 20.88/7.86 new_lt16(vwx220, vwx240) -> new_esEs8(new_compare30(vwx220, vwx240), LT) 20.88/7.86 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 20.88/7.86 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 20.88/7.86 new_compare10(vwx220, vwx240, True) -> LT 20.88/7.86 new_primPlusNat1(Zero, Zero) -> Zero 20.88/7.86 new_esEs22(vwx2210, vwx2410, app(ty_[], bdb)) -> new_esEs17(vwx2210, vwx2410, bdb) 20.88/7.86 new_ltEs18(vwx2212, vwx2412, ty_Bool) -> new_ltEs10(vwx2212, vwx2412) 20.88/7.86 new_lt12(vwx220, vwx240, h, ba) -> new_esEs8(new_compare27(vwx220, vwx240, h, ba), LT) 20.88/7.86 new_esEs4(Left(vwx300), Left(vwx400), ty_@0, cbe) -> new_esEs12(vwx300, vwx400) 20.88/7.86 new_esEs28(vwx301, vwx401, app(app(ty_Either, dbd), dbe)) -> new_esEs4(vwx301, vwx401, dbd, dbe) 20.88/7.86 new_lt20(vwx220, vwx240, ty_Float) -> new_lt14(vwx220, vwx240) 20.88/7.86 new_lt20(vwx220, vwx240, ty_Ordering) -> new_lt8(vwx220, vwx240) 20.88/7.86 new_esEs5(Just(vwx300), Just(vwx400), app(ty_[], cfc)) -> new_esEs17(vwx300, vwx400, cfc) 20.88/7.86 new_lt20(vwx220, vwx240, app(ty_Ratio, cee)) -> new_lt11(vwx220, vwx240, cee) 20.88/7.86 new_esEs26(vwx300, vwx400, app(app(ty_Either, cge), cgf)) -> new_esEs4(vwx300, vwx400, cge, cgf) 20.88/7.86 new_esEs23(vwx2211, vwx2411, ty_Char) -> new_esEs16(vwx2211, vwx2411) 20.88/7.86 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 20.88/7.86 new_esEs22(vwx2210, vwx2410, ty_@0) -> new_esEs12(vwx2210, vwx2410) 20.88/7.86 new_esEs5(Just(vwx300), Just(vwx400), ty_Float) -> new_esEs10(vwx300, vwx400) 20.88/7.86 new_ltEs6(Right(vwx2210), Right(vwx2410), cd, ty_Bool) -> new_ltEs10(vwx2210, vwx2410) 20.88/7.86 new_primMulNat0(Succ(vwx30000), Succ(vwx40100)) -> new_primPlusNat0(new_primMulNat0(vwx30000, Succ(vwx40100)), vwx40100) 20.88/7.86 new_esEs22(vwx2210, vwx2410, ty_Char) -> new_esEs16(vwx2210, vwx2410) 20.88/7.86 new_lt21(vwx2210, vwx2410, ty_Float) -> new_lt14(vwx2210, vwx2410) 20.88/7.86 new_esEs12(@0, @0) -> True 20.88/7.86 new_primCmpNat0(Succ(vwx22000), Succ(vwx24000)) -> new_primCmpNat0(vwx22000, vwx24000) 20.88/7.86 new_lt20(vwx220, vwx240, ty_Char) -> new_lt16(vwx220, vwx240) 20.88/7.86 new_lt21(vwx2210, vwx2410, ty_Double) -> new_lt4(vwx2210, vwx2410) 20.88/7.86 new_lt21(vwx2210, vwx2410, app(app(app(ty_@3, ha), hb), hc)) -> new_lt6(vwx2210, vwx2410, ha, hb, hc) 20.88/7.86 new_ltEs6(Left(vwx2210), Left(vwx2410), ty_@0, bd) -> new_ltEs16(vwx2210, vwx2410) 20.88/7.86 new_esEs15(vwx301, vwx401, app(ty_Maybe, cad)) -> new_esEs5(vwx301, vwx401, cad) 20.88/7.86 new_compare30(Char(vwx2200), Char(vwx2400)) -> new_primCmpNat0(vwx2200, vwx2400) 20.88/7.86 new_esEs24(vwx220, vwx240, ty_Char) -> new_esEs16(vwx220, vwx240) 20.88/7.86 new_lt10(vwx2210, vwx2410, ty_@0) -> new_lt18(vwx2210, vwx2410) 20.88/7.86 new_ltEs20(vwx2211, vwx2411, ty_Ordering) -> new_ltEs4(vwx2211, vwx2411) 20.88/7.86 new_esEs4(Right(vwx300), Right(vwx400), ccf, app(ty_[], cda)) -> new_esEs17(vwx300, vwx400, cda) 20.88/7.86 new_esEs14(vwx300, vwx400, ty_Int) -> new_esEs11(vwx300, vwx400) 20.88/7.86 new_ltEs7(Just(vwx2210), Just(vwx2410), app(app(ty_@2, eb), ec)) -> new_ltEs8(vwx2210, vwx2410, eb, ec) 20.88/7.86 new_esEs28(vwx301, vwx401, ty_Ordering) -> new_esEs8(vwx301, vwx401) 20.88/7.86 new_esEs15(vwx301, vwx401, ty_Double) -> new_esEs19(vwx301, vwx401) 20.88/7.86 new_lt10(vwx2210, vwx2410, app(ty_[], bdb)) -> new_lt19(vwx2210, vwx2410, bdb) 20.88/7.86 new_esEs15(vwx301, vwx401, ty_Int) -> new_esEs11(vwx301, vwx401) 20.88/7.86 new_lt20(vwx220, vwx240, ty_Bool) -> new_lt5(vwx220, vwx240) 20.88/7.86 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 20.88/7.86 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 20.88/7.86 new_lt9(vwx2211, vwx2411, ty_Int) -> new_lt15(vwx2211, vwx2411) 20.88/7.86 new_compare31(vwx2200, vwx2400, ty_Char) -> new_compare30(vwx2200, vwx2400) 20.88/7.86 new_lt20(vwx220, vwx240, ty_Double) -> new_lt4(vwx220, vwx240) 20.88/7.86 new_lt21(vwx2210, vwx2410, ty_Integer) -> new_lt17(vwx2210, vwx2410) 20.88/7.86 new_lt20(vwx220, vwx240, app(app(app(ty_@3, bfb), bfc), bfd)) -> new_lt6(vwx220, vwx240, bfb, bfc, bfd) 20.88/7.86 new_lt21(vwx2210, vwx2410, app(ty_Ratio, cef)) -> new_lt11(vwx2210, vwx2410, cef) 20.88/7.86 new_esEs23(vwx2211, vwx2411, ty_Float) -> new_esEs10(vwx2211, vwx2411) 20.88/7.86 new_ltEs6(Left(vwx2210), Left(vwx2410), ty_Float, bd) -> new_ltEs11(vwx2210, vwx2410) 20.88/7.86 new_ltEs19(vwx221, vwx241, ty_Ordering) -> new_ltEs4(vwx221, vwx241) 20.88/7.86 new_esEs4(Left(vwx300), Left(vwx400), ty_Float, cbe) -> new_esEs10(vwx300, vwx400) 20.88/7.86 new_primEqNat0(Zero, Zero) -> True 20.88/7.86 new_ltEs6(Left(vwx2210), Left(vwx2410), app(app(ty_@2, bf), bg), bd) -> new_ltEs8(vwx2210, vwx2410, bf, bg) 20.88/7.86 new_ltEs16(vwx221, vwx241) -> new_fsEs(new_compare29(vwx221, vwx241)) 20.88/7.86 new_ltEs19(vwx221, vwx241, ty_Bool) -> new_ltEs10(vwx221, vwx241) 20.88/7.86 new_esEs29(vwx302, vwx402, ty_Ordering) -> new_esEs8(vwx302, vwx402) 20.88/7.86 new_ltEs4(GT, GT) -> True 20.88/7.86 new_ltEs7(Just(vwx2210), Just(vwx2410), ty_Integer) -> new_ltEs15(vwx2210, vwx2410) 20.88/7.86 new_lt20(vwx220, vwx240, ty_Integer) -> new_lt17(vwx220, vwx240) 20.88/7.86 new_esEs5(Just(vwx300), Just(vwx400), ty_@0) -> new_esEs12(vwx300, vwx400) 20.88/7.86 new_asAs(False, vwx32) -> False 20.88/7.86 new_esEs17(:(vwx300, vwx301), [], cgd) -> False 20.88/7.86 new_esEs17([], :(vwx400, vwx401), cgd) -> False 20.88/7.86 new_esEs22(vwx2210, vwx2410, ty_Float) -> new_esEs10(vwx2210, vwx2410) 20.88/7.86 new_lt21(vwx2210, vwx2410, ty_Ordering) -> new_lt8(vwx2210, vwx2410) 20.88/7.86 new_esEs20(vwx300, vwx400, ty_Integer) -> new_esEs9(vwx300, vwx400) 20.88/7.86 new_esEs26(vwx300, vwx400, ty_Int) -> new_esEs11(vwx300, vwx400) 20.88/7.86 new_esEs27(vwx300, vwx400, app(ty_Maybe, dag)) -> new_esEs5(vwx300, vwx400, dag) 20.88/7.86 new_lt6(vwx220, vwx240, bfb, bfc, bfd) -> new_esEs8(new_compare12(vwx220, vwx240, bfb, bfc, bfd), LT) 20.88/7.86 new_compare28(vwx220, vwx240, True, h, ba) -> EQ 20.88/7.86 new_esEs27(vwx300, vwx400, app(app(ty_Either, dab), dac)) -> new_esEs4(vwx300, vwx400, dab, dac) 20.88/7.86 new_lt10(vwx2210, vwx2410, ty_Ordering) -> new_lt8(vwx2210, vwx2410) 20.88/7.86 new_ltEs6(Left(vwx2210), Right(vwx2410), cd, bd) -> True 20.88/7.86 new_ltEs20(vwx2211, vwx2411, ty_Bool) -> new_ltEs10(vwx2211, vwx2411) 20.88/7.86 new_esEs4(Left(vwx300), Left(vwx400), ty_Char, cbe) -> new_esEs16(vwx300, vwx400) 20.88/7.86 new_esEs8(EQ, GT) -> False 20.88/7.86 new_esEs8(GT, EQ) -> False 20.88/7.86 new_esEs19(Double(vwx300, vwx301), Double(vwx400, vwx401)) -> new_esEs11(new_sr(vwx300, vwx401), new_sr(vwx301, vwx400)) 20.88/7.86 new_compare112(vwx220, vwx240, False, bef) -> GT 20.88/7.86 new_ltEs6(Right(vwx2210), Right(vwx2410), cd, app(ty_[], df)) -> new_ltEs17(vwx2210, vwx2410, df) 20.88/7.86 new_esEs10(Float(vwx300, vwx301), Float(vwx400, vwx401)) -> new_esEs11(new_sr(vwx300, vwx401), new_sr(vwx301, vwx400)) 20.88/7.86 new_esEs11(vwx30, vwx40) -> new_primEqInt(vwx30, vwx40) 20.88/7.86 new_compare14(Integer(vwx2200), Integer(vwx2400)) -> new_primCmpInt(vwx2200, vwx2400) 20.88/7.86 new_lt10(vwx2210, vwx2410, ty_Float) -> new_lt14(vwx2210, vwx2410) 20.88/7.86 new_ltEs6(Right(vwx2210), Right(vwx2410), cd, app(app(app(ty_@3, dc), dd), de)) -> new_ltEs9(vwx2210, vwx2410, dc, dd, de) 20.88/7.86 20.88/7.86 The set Q consists of the following terms: 20.88/7.86 20.88/7.86 new_compare31(x0, x1, app(app(ty_@2, x2), x3)) 20.88/7.86 new_esEs8(EQ, EQ) 20.88/7.86 new_ltEs6(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 20.88/7.86 new_compare110(x0, x1, True) 20.88/7.86 new_esEs27(x0, x1, ty_Float) 20.88/7.86 new_lt20(x0, x1, ty_Float) 20.88/7.86 new_ltEs18(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.88/7.86 new_esEs26(x0, x1, app(ty_[], x2)) 20.88/7.86 new_esEs23(x0, x1, ty_Bool) 20.88/7.86 new_compare31(x0, x1, app(ty_Ratio, x2)) 20.88/7.86 new_esEs23(x0, x1, ty_@0) 20.88/7.86 new_esEs22(x0, x1, app(ty_Maybe, x2)) 20.88/7.86 new_primPlusNat0(Succ(x0), x1) 20.88/7.86 new_ltEs17(x0, x1, x2) 20.88/7.86 new_ltEs6(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 20.88/7.86 new_lt21(x0, x1, ty_Int) 20.88/7.86 new_esEs24(x0, x1, ty_Int) 20.88/7.86 new_esEs4(Left(x0), Left(x1), ty_Integer, x2) 20.88/7.86 new_lt17(x0, x1) 20.88/7.86 new_esEs15(x0, x1, ty_Double) 20.88/7.86 new_ltEs4(LT, LT) 20.88/7.86 new_primPlusNat1(Zero, Zero) 20.88/7.86 new_esEs4(Right(x0), Right(x1), x2, ty_Integer) 20.88/7.86 new_ltEs19(x0, x1, ty_Float) 20.88/7.86 new_ltEs20(x0, x1, ty_Integer) 20.88/7.86 new_esEs24(x0, x1, app(ty_[], x2)) 20.88/7.86 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 20.88/7.86 new_lt21(x0, x1, ty_Char) 20.88/7.86 new_esEs26(x0, x1, ty_Double) 20.88/7.86 new_esEs24(x0, x1, ty_Ordering) 20.88/7.86 new_lt9(x0, x1, ty_Float) 20.88/7.86 new_primCompAux00(x0, LT) 20.88/7.86 new_primPlusNat1(Succ(x0), Zero) 20.88/7.86 new_ltEs6(Left(x0), Left(x1), ty_Double, x2) 20.88/7.86 new_esEs20(x0, x1, ty_Int) 20.88/7.86 new_esEs15(x0, x1, app(ty_Ratio, x2)) 20.88/7.86 new_esEs26(x0, x1, ty_Int) 20.88/7.86 new_lt10(x0, x1, ty_Float) 20.88/7.86 new_ltEs6(Left(x0), Left(x1), ty_Char, x2) 20.88/7.86 new_primEqInt(Pos(Zero), Pos(Zero)) 20.88/7.86 new_esEs28(x0, x1, ty_Float) 20.88/7.86 new_esEs5(Just(x0), Just(x1), ty_@0) 20.88/7.86 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 20.88/7.86 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 20.88/7.86 new_compare29(@0, @0) 20.88/7.86 new_esEs26(x0, x1, app(ty_Maybe, x2)) 20.88/7.86 new_esEs22(x0, x1, ty_@0) 20.88/7.86 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 20.88/7.86 new_esEs17([], :(x0, x1), x2) 20.88/7.86 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 20.88/7.86 new_esEs4(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 20.88/7.86 new_compare19(x0, x1, True, x2, x3, x4) 20.88/7.86 new_ltEs6(Left(x0), Left(x1), ty_Int, x2) 20.88/7.86 new_esEs15(x0, x1, ty_Int) 20.88/7.86 new_compare16(x0, x1, x2) 20.88/7.86 new_primEqInt(Neg(Zero), Neg(Zero)) 20.88/7.86 new_lt21(x0, x1, ty_Ordering) 20.88/7.86 new_ltEs20(x0, x1, ty_@0) 20.88/7.86 new_fsEs(x0) 20.88/7.86 new_esEs23(x0, x1, ty_Integer) 20.88/7.86 new_esEs15(x0, x1, ty_Ordering) 20.88/7.86 new_esEs4(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 20.88/7.86 new_ltEs6(Left(x0), Left(x1), ty_Ordering, x2) 20.88/7.86 new_esEs7(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 20.88/7.86 new_esEs15(x0, x1, app(ty_[], x2)) 20.88/7.86 new_esEs26(x0, x1, ty_Ordering) 20.88/7.86 new_primEqNat0(Zero, Succ(x0)) 20.88/7.86 new_esEs4(Right(x0), Right(x1), x2, ty_@0) 20.88/7.86 new_lt5(x0, x1) 20.88/7.86 new_ltEs5(x0, x1, x2) 20.88/7.86 new_esEs4(Left(x0), Left(x1), ty_Float, x2) 20.88/7.86 new_ltEs18(x0, x1, app(app(ty_Either, x2), x3)) 20.88/7.86 new_esEs14(x0, x1, ty_Ordering) 20.88/7.86 new_esEs5(Just(x0), Just(x1), ty_Int) 20.88/7.86 new_ltEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.88/7.86 new_lt21(x0, x1, app(ty_[], x2)) 20.88/7.86 new_esEs17([], [], x0) 20.88/7.86 new_esEs25(x0, x1, ty_Float) 20.88/7.86 new_esEs23(x0, x1, ty_Char) 20.88/7.86 new_esEs24(x0, x1, app(app(ty_Either, x2), x3)) 20.88/7.86 new_compare31(x0, x1, ty_Float) 20.88/7.86 new_esEs29(x0, x1, app(app(ty_Either, x2), x3)) 20.88/7.86 new_esEs24(x0, x1, ty_@0) 20.88/7.86 new_lt20(x0, x1, ty_Integer) 20.88/7.86 new_ltEs7(Just(x0), Nothing, x1) 20.88/7.86 new_esEs14(x0, x1, ty_Double) 20.88/7.86 new_ltEs18(x0, x1, app(ty_Maybe, x2)) 20.88/7.86 new_esEs4(Right(x0), Right(x1), x2, ty_Float) 20.88/7.86 new_compare31(x0, x1, app(app(ty_Either, x2), x3)) 20.88/7.86 new_esEs4(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 20.88/7.86 new_esEs29(x0, x1, ty_Float) 20.88/7.86 new_lt9(x0, x1, app(ty_Maybe, x2)) 20.88/7.86 new_esEs21(x0, x1, ty_Int) 20.88/7.86 new_esEs23(x0, x1, ty_Int) 20.88/7.86 new_lt21(x0, x1, ty_Double) 20.88/7.86 new_esEs4(Right(x0), Right(x1), x2, ty_Bool) 20.88/7.86 new_esEs5(Just(x0), Just(x1), ty_Char) 20.88/7.86 new_ltEs10(False, False) 20.88/7.86 new_ltEs7(Just(x0), Just(x1), ty_Float) 20.88/7.86 new_esEs23(x0, x1, app(ty_[], x2)) 20.88/7.86 new_esEs24(x0, x1, ty_Bool) 20.88/7.86 new_esEs4(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 20.88/7.86 new_pePe(False, x0) 20.88/7.86 new_compare210(x0, x1, False) 20.88/7.86 new_esEs5(Just(x0), Just(x1), ty_Double) 20.88/7.86 new_primEqInt(Pos(Zero), Neg(Zero)) 20.88/7.86 new_primEqInt(Neg(Zero), Pos(Zero)) 20.88/7.86 new_primMulInt(Pos(x0), Pos(x1)) 20.88/7.86 new_lt21(x0, x1, ty_Bool) 20.88/7.86 new_esEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.88/7.86 new_lt10(x0, x1, ty_Bool) 20.88/7.86 new_ltEs11(x0, x1) 20.88/7.86 new_esEs18(:%(x0, x1), :%(x2, x3), x4) 20.88/7.86 new_esEs24(x0, x1, app(ty_Maybe, x2)) 20.88/7.86 new_ltEs19(x0, x1, app(ty_[], x2)) 20.88/7.86 new_lt9(x0, x1, app(ty_Ratio, x2)) 20.88/7.86 new_ltEs4(GT, EQ) 20.88/7.86 new_ltEs4(EQ, GT) 20.88/7.86 new_ltEs18(x0, x1, ty_Float) 20.88/7.86 new_compare31(x0, x1, app(ty_[], x2)) 20.88/7.86 new_ltEs6(Left(x0), Left(x1), ty_Bool, x2) 20.88/7.86 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 20.88/7.86 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 20.88/7.86 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 20.88/7.86 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 20.88/7.86 new_esEs5(Just(x0), Just(x1), ty_Bool) 20.88/7.86 new_lt9(x0, x1, app(ty_[], x2)) 20.88/7.86 new_esEs24(x0, x1, ty_Double) 20.88/7.86 new_esEs24(x0, x1, ty_Char) 20.88/7.86 new_ltEs19(x0, x1, ty_@0) 20.88/7.86 new_esEs4(Right(x0), Right(x1), x2, ty_Char) 20.88/7.86 new_ltEs20(x0, x1, app(app(ty_Either, x2), x3)) 20.88/7.86 new_lt10(x0, x1, app(ty_Maybe, x2)) 20.88/7.86 new_lt9(x0, x1, app(app(ty_Either, x2), x3)) 20.88/7.86 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.88/7.86 new_ltEs7(Nothing, Nothing, x0) 20.88/7.86 new_esEs4(Left(x0), Left(x1), ty_Char, x2) 20.88/7.86 new_esEs24(x0, x1, ty_Integer) 20.88/7.86 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 20.88/7.86 new_lt13(x0, x1, x2) 20.88/7.86 new_lt20(x0, x1, app(ty_Maybe, x2)) 20.88/7.86 new_esEs22(x0, x1, app(ty_[], x2)) 20.88/7.86 new_compare1(:(x0, x1), :(x2, x3), x4) 20.88/7.86 new_esEs14(x0, x1, ty_Char) 20.88/7.86 new_esEs22(x0, x1, app(ty_Ratio, x2)) 20.88/7.86 new_ltEs4(EQ, LT) 20.88/7.86 new_ltEs4(LT, EQ) 20.88/7.86 new_esEs6(@2(x0, x1), @2(x2, x3), x4, x5) 20.88/7.86 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.88/7.86 new_ltEs4(GT, GT) 20.88/7.86 new_lt20(x0, x1, ty_@0) 20.88/7.86 new_ltEs16(x0, x1) 20.88/7.86 new_lt10(x0, x1, ty_@0) 20.88/7.86 new_ltEs7(Just(x0), Just(x1), app(ty_Maybe, x2)) 20.88/7.86 new_lt20(x0, x1, app(ty_Ratio, x2)) 20.88/7.86 new_compare210(x0, x1, True) 20.88/7.86 new_ltEs20(x0, x1, ty_Double) 20.88/7.86 new_esEs29(x0, x1, ty_Integer) 20.88/7.86 new_esEs28(x0, x1, app(ty_Ratio, x2)) 20.88/7.86 new_esEs5(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 20.88/7.86 new_compare23(x0, x1, False) 20.88/7.86 new_esEs21(x0, x1, ty_Integer) 20.88/7.86 new_compare31(x0, x1, ty_Char) 20.88/7.86 new_lt6(x0, x1, x2, x3, x4) 20.88/7.86 new_esEs4(Right(x0), Right(x1), x2, app(ty_[], x3)) 20.88/7.86 new_lt9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.88/7.86 new_pePe(True, x0) 20.88/7.86 new_ltEs6(Left(x0), Left(x1), ty_Integer, x2) 20.88/7.86 new_primPlusNat0(Zero, x0) 20.88/7.86 new_ltEs6(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 20.88/7.86 new_ltEs15(x0, x1) 20.88/7.86 new_esEs15(x0, x1, app(ty_Maybe, x2)) 20.88/7.86 new_esEs22(x0, x1, ty_Ordering) 20.88/7.86 new_lt21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.88/7.86 new_esEs22(x0, x1, ty_Integer) 20.88/7.86 new_ltEs7(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 20.88/7.86 new_esEs25(x0, x1, app(ty_[], x2)) 20.88/7.86 new_esEs4(Left(x0), Left(x1), ty_Ordering, x2) 20.88/7.86 new_esEs5(Just(x0), Just(x1), ty_Integer) 20.88/7.86 new_esEs4(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 20.88/7.86 new_compare28(x0, x1, False, x2, x3) 20.88/7.86 new_ltEs6(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 20.88/7.86 new_compare31(x0, x1, ty_Int) 20.88/7.86 new_esEs5(Just(x0), Just(x1), ty_Ordering) 20.88/7.86 new_lt21(x0, x1, app(ty_Ratio, x2)) 20.88/7.86 new_compare7(:%(x0, x1), :%(x2, x3), ty_Integer) 20.88/7.86 new_esEs4(Left(x0), Left(x1), ty_Int, x2) 20.88/7.86 new_esEs8(GT, GT) 20.88/7.86 new_lt4(x0, x1) 20.88/7.86 new_esEs15(x0, x1, ty_@0) 20.88/7.86 new_esEs22(x0, x1, ty_Float) 20.88/7.86 new_esEs8(LT, EQ) 20.88/7.86 new_esEs8(EQ, LT) 20.88/7.86 new_esEs14(x0, x1, ty_Int) 20.88/7.86 new_esEs5(Just(x0), Just(x1), app(ty_Maybe, x2)) 20.88/7.86 new_esEs23(x0, x1, ty_Float) 20.88/7.86 new_esEs26(x0, x1, ty_@0) 20.88/7.86 new_ltEs6(Left(x0), Left(x1), ty_@0, x2) 20.88/7.86 new_esEs29(x0, x1, ty_Ordering) 20.88/7.86 new_primCmpInt(Neg(Zero), Neg(Zero)) 20.88/7.86 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 20.88/7.86 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 20.88/7.86 new_esEs24(x0, x1, app(ty_Ratio, x2)) 20.88/7.86 new_lt7(x0, x1, x2, x3) 20.88/7.86 new_sr(x0, x1) 20.88/7.86 new_esEs13(False, True) 20.88/7.86 new_esEs13(True, False) 20.88/7.86 new_esEs4(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 20.88/7.86 new_esEs5(Just(x0), Just(x1), app(ty_Ratio, x2)) 20.88/7.86 new_ltEs18(x0, x1, ty_Ordering) 20.88/7.86 new_esEs8(LT, LT) 20.88/7.86 new_ltEs7(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 20.88/7.86 new_compare25(x0, x1, False, x2, x3, x4) 20.88/7.86 new_compare31(x0, x1, ty_Ordering) 20.88/7.86 new_primMulNat0(Succ(x0), Succ(x1)) 20.88/7.86 new_primCmpInt(Pos(Zero), Neg(Zero)) 20.88/7.86 new_primCmpInt(Neg(Zero), Pos(Zero)) 20.88/7.86 new_lt10(x0, x1, ty_Integer) 20.88/7.86 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 20.88/7.86 new_lt21(x0, x1, app(ty_Maybe, x2)) 20.88/7.86 new_esEs4(Left(x0), Left(x1), ty_Bool, x2) 20.88/7.86 new_esEs29(x0, x1, app(ty_Ratio, x2)) 20.88/7.86 new_ltEs6(Right(x0), Right(x1), x2, ty_Integer) 20.88/7.86 new_esEs28(x0, x1, ty_@0) 20.88/7.86 new_esEs4(Right(x0), Right(x1), x2, ty_Ordering) 20.88/7.86 new_esEs22(x0, x1, ty_Int) 20.88/7.86 new_esEs14(x0, x1, ty_Float) 20.88/7.86 new_compare112(x0, x1, False, x2) 20.88/7.86 new_compare1([], :(x0, x1), x2) 20.88/7.86 new_lt10(x0, x1, ty_Ordering) 20.88/7.86 new_compare31(x0, x1, ty_Bool) 20.88/7.86 new_esEs25(x0, x1, ty_Double) 20.88/7.86 new_compare18(x0, x1, x2, x3, False, x4, x5, x6) 20.88/7.86 new_compare7(:%(x0, x1), :%(x2, x3), ty_Int) 20.88/7.86 new_ltEs6(Left(x0), Left(x1), app(ty_[], x2), x3) 20.88/7.86 new_esEs29(x0, x1, app(ty_Maybe, x2)) 20.88/7.86 new_esEs22(x0, x1, ty_Char) 20.88/7.86 new_esEs4(Left(x0), Right(x1), x2, x3) 20.88/7.86 new_esEs4(Right(x0), Left(x1), x2, x3) 20.88/7.86 new_compare31(x0, x1, ty_Integer) 20.88/7.86 new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.88/7.86 new_esEs28(x0, x1, ty_Double) 20.88/7.86 new_lt15(x0, x1) 20.88/7.86 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 20.88/7.86 new_ltEs7(Just(x0), Just(x1), app(ty_Ratio, x2)) 20.88/7.86 new_primPlusNat1(Zero, Succ(x0)) 20.88/7.86 new_esEs16(Char(x0), Char(x1)) 20.88/7.86 new_esEs4(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 20.88/7.86 new_compare10(x0, x1, False) 20.88/7.86 new_esEs24(x0, x1, app(app(ty_@2, x2), x3)) 20.88/7.86 new_primEqNat0(Succ(x0), Succ(x1)) 20.88/7.86 new_compare1(:(x0, x1), [], x2) 20.88/7.86 new_ltEs18(x0, x1, ty_Integer) 20.88/7.86 new_esEs22(x0, x1, ty_Bool) 20.88/7.86 new_sr0(Integer(x0), Integer(x1)) 20.88/7.86 new_compare24(x0, x1, True, x2) 20.88/7.86 new_ltEs6(Right(x0), Right(x1), x2, ty_Ordering) 20.88/7.86 new_ltEs20(x0, x1, app(ty_Maybe, x2)) 20.88/7.86 new_esEs28(x0, x1, ty_Int) 20.88/7.86 new_esEs27(x0, x1, ty_Double) 20.88/7.86 new_lt20(x0, x1, ty_Double) 20.88/7.86 new_lt10(x0, x1, app(ty_[], x2)) 20.88/7.86 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.88/7.86 new_lt9(x0, x1, ty_Double) 20.88/7.86 new_ltEs7(Nothing, Just(x0), x1) 20.88/7.86 new_ltEs20(x0, x1, app(ty_[], x2)) 20.88/7.86 new_ltEs19(x0, x1, ty_Double) 20.88/7.86 new_lt18(x0, x1) 20.88/7.86 new_esEs5(Nothing, Nothing, x0) 20.88/7.86 new_ltEs6(Right(x0), Right(x1), x2, ty_Bool) 20.88/7.86 new_primCompAux0(x0, x1, x2, x3) 20.88/7.86 new_ltEs6(Right(x0), Left(x1), x2, x3) 20.88/7.86 new_ltEs6(Left(x0), Right(x1), x2, x3) 20.88/7.86 new_esEs29(x0, x1, app(ty_[], x2)) 20.88/7.86 new_esEs29(x0, x1, app(app(ty_@2, x2), x3)) 20.88/7.86 new_esEs26(x0, x1, ty_Float) 20.88/7.86 new_esEs15(x0, x1, app(app(ty_@2, x2), x3)) 20.88/7.86 new_asAs(True, x0) 20.88/7.86 new_lt9(x0, x1, ty_Ordering) 20.88/7.86 new_compare28(x0, x1, True, x2, x3) 20.88/7.86 new_primMulNat0(Zero, Succ(x0)) 20.88/7.86 new_esEs28(x0, x1, app(ty_Maybe, x2)) 20.88/7.86 new_primMulNat0(Zero, Zero) 20.88/7.86 new_esEs25(x0, x1, app(ty_Maybe, x2)) 20.88/7.86 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 20.88/7.86 new_esEs27(x0, x1, ty_Ordering) 20.88/7.86 new_lt20(x0, x1, ty_Ordering) 20.88/7.86 new_esEs15(x0, x1, ty_Float) 20.88/7.86 new_ltEs19(x0, x1, ty_Ordering) 20.88/7.86 new_esEs27(x0, x1, app(ty_Ratio, x2)) 20.88/7.86 new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) 20.88/7.86 new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) 20.88/7.86 new_compare11(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 20.88/7.86 new_compare11(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 20.88/7.86 new_esEs22(x0, x1, app(app(ty_@2, x2), x3)) 20.88/7.86 new_lt10(x0, x1, app(app(ty_Either, x2), x3)) 20.88/7.86 new_esEs25(x0, x1, ty_Char) 20.88/7.86 new_lt21(x0, x1, ty_Float) 20.88/7.86 new_compare1([], [], x0) 20.88/7.86 new_esEs14(x0, x1, ty_Integer) 20.88/7.86 new_compare11(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 20.88/7.86 new_ltEs10(True, False) 20.88/7.86 new_ltEs10(False, True) 20.88/7.86 new_ltEs6(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 20.88/7.86 new_ltEs6(Left(x0), Left(x1), ty_Float, x2) 20.88/7.86 new_primCompAux00(x0, GT) 20.88/7.86 new_esEs27(x0, x1, app(ty_[], x2)) 20.88/7.86 new_ltEs18(x0, x1, ty_Char) 20.88/7.86 new_esEs24(x0, x1, ty_Float) 20.88/7.86 new_esEs28(x0, x1, app(ty_[], x2)) 20.88/7.86 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 20.88/7.86 new_esEs25(x0, x1, ty_Int) 20.88/7.86 new_compare31(x0, x1, app(ty_Maybe, x2)) 20.88/7.86 new_lt19(x0, x1, x2) 20.88/7.86 new_esEs5(Just(x0), Just(x1), app(ty_[], x2)) 20.88/7.86 new_esEs14(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.88/7.86 new_esEs25(x0, x1, ty_@0) 20.88/7.86 new_ltEs7(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 20.88/7.86 new_ltEs18(x0, x1, ty_Bool) 20.88/7.86 new_ltEs19(x0, x1, ty_Int) 20.88/7.86 new_esEs4(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 20.88/7.86 new_compare6(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 20.88/7.86 new_compare31(x0, x1, ty_Double) 20.88/7.86 new_primCmpNat0(Succ(x0), Succ(x1)) 20.88/7.86 new_ltEs18(x0, x1, app(app(ty_@2, x2), x3)) 20.88/7.86 new_lt10(x0, x1, app(ty_Ratio, x2)) 20.88/7.86 new_lt16(x0, x1) 20.88/7.86 new_ltEs4(LT, GT) 20.88/7.86 new_ltEs4(GT, LT) 20.88/7.86 new_esEs5(Nothing, Just(x0), x1) 20.88/7.86 new_esEs23(x0, x1, app(ty_Maybe, x2)) 20.88/7.86 new_compare24(x0, x1, False, x2) 20.88/7.86 new_compare27(x0, x1, x2, x3) 20.88/7.86 new_esEs25(x0, x1, app(ty_Ratio, x2)) 20.88/7.86 new_esEs25(x0, x1, ty_Ordering) 20.88/7.86 new_not(True) 20.88/7.86 new_esEs14(x0, x1, ty_Bool) 20.88/7.86 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 20.88/7.86 new_lt9(x0, x1, ty_Char) 20.88/7.86 new_esEs11(x0, x1) 20.88/7.86 new_esEs5(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 20.88/7.86 new_esEs4(Right(x0), Right(x1), x2, ty_Double) 20.88/7.86 new_compare26(@2(x0, x1), @2(x2, x3), False, x4, x5) 20.88/7.86 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 20.88/7.86 new_compare17(x0, x1) 20.88/7.86 new_compare26(x0, x1, True, x2, x3) 20.88/7.86 new_esEs8(EQ, GT) 20.88/7.86 new_esEs8(GT, EQ) 20.88/7.86 new_lt10(x0, x1, ty_Int) 20.88/7.86 new_esEs29(x0, x1, ty_Double) 20.88/7.86 new_compare6(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 20.88/7.86 new_compare6(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 20.88/7.86 new_ltEs18(x0, x1, ty_Int) 20.88/7.86 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 20.88/7.86 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 20.88/7.86 new_primCmpNat0(Succ(x0), Zero) 20.88/7.86 new_esEs4(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 20.88/7.86 new_compare6(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 20.88/7.86 new_lt20(x0, x1, app(ty_[], x2)) 20.88/7.86 new_compare19(x0, x1, False, x2, x3, x4) 20.88/7.86 new_lt8(x0, x1) 20.88/7.86 new_ltEs7(Just(x0), Just(x1), ty_Bool) 20.88/7.86 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 20.88/7.86 new_esEs13(True, True) 20.88/7.86 new_esEs29(x0, x1, ty_Bool) 20.88/7.86 new_ltEs6(Right(x0), Right(x1), x2, ty_Char) 20.88/7.86 new_esEs19(Double(x0, x1), Double(x2, x3)) 20.88/7.86 new_lt14(x0, x1) 20.88/7.86 new_ltEs7(Just(x0), Just(x1), ty_Double) 20.88/7.86 new_esEs4(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 20.88/7.86 new_esEs15(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.88/7.86 new_ltEs6(Right(x0), Right(x1), x2, ty_Int) 20.88/7.86 new_ltEs18(x0, x1, app(ty_Ratio, x2)) 20.88/7.86 new_esEs14(x0, x1, app(app(ty_@2, x2), x3)) 20.88/7.86 new_ltEs18(x0, x1, ty_@0) 20.88/7.86 new_lt9(x0, x1, ty_Int) 20.88/7.86 new_lt21(x0, x1, app(app(ty_Either, x2), x3)) 20.88/7.86 new_ltEs14(x0, x1) 20.88/7.86 new_ltEs4(EQ, EQ) 20.88/7.86 new_compare111(x0, x1, True, x2, x3) 20.88/7.86 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 20.88/7.86 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 20.88/7.86 new_esEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.88/7.86 new_esEs4(Left(x0), Left(x1), app(ty_[], x2), x3) 20.88/7.86 new_ltEs7(Just(x0), Just(x1), ty_@0) 20.88/7.86 new_esEs4(Right(x0), Right(x1), x2, ty_Int) 20.88/7.86 new_esEs28(x0, x1, ty_Ordering) 20.88/7.86 new_ltEs6(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 20.88/7.86 new_esEs27(x0, x1, ty_Int) 20.88/7.86 new_compare30(Char(x0), Char(x1)) 20.88/7.86 new_esEs29(x0, x1, ty_@0) 20.88/7.86 new_compare15(x0, x1, x2, x3, False, x4, x5) 20.88/7.86 new_ltEs7(Just(x0), Just(x1), ty_Char) 20.88/7.86 new_ltEs6(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 20.88/7.86 new_esEs23(x0, x1, app(ty_Ratio, x2)) 20.88/7.86 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.88/7.86 new_esEs29(x0, x1, ty_Char) 20.88/7.86 new_esEs22(x0, x1, app(app(ty_Either, x2), x3)) 20.88/7.86 new_lt10(x0, x1, app(app(ty_@2, x2), x3)) 20.88/7.86 new_ltEs6(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 20.88/7.86 new_ltEs7(Just(x0), Just(x1), ty_Int) 20.88/7.86 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 20.88/7.86 new_esEs27(x0, x1, ty_Char) 20.88/7.86 new_esEs29(x0, x1, ty_Int) 20.88/7.86 new_primCmpInt(Pos(Zero), Pos(Zero)) 20.88/7.86 new_lt10(x0, x1, ty_Double) 20.88/7.86 new_ltEs6(Right(x0), Right(x1), x2, ty_@0) 20.88/7.86 new_lt10(x0, x1, ty_Char) 20.88/7.86 new_compare110(x0, x1, False) 20.88/7.86 new_ltEs6(Right(x0), Right(x1), x2, ty_Double) 20.88/7.86 new_esEs26(x0, x1, ty_Bool) 20.88/7.86 new_lt9(x0, x1, app(app(ty_@2, x2), x3)) 20.88/7.86 new_ltEs20(x0, x1, ty_Int) 20.88/7.86 new_esEs28(x0, x1, app(app(ty_Either, x2), x3)) 20.88/7.86 new_primEqNat0(Succ(x0), Zero) 20.88/7.86 new_lt21(x0, x1, ty_Integer) 20.88/7.86 new_esEs23(x0, x1, ty_Ordering) 20.88/7.86 new_ltEs6(Right(x0), Right(x1), x2, ty_Float) 20.88/7.86 new_lt9(x0, x1, ty_@0) 20.88/7.86 new_esEs23(x0, x1, ty_Double) 20.88/7.86 new_asAs(False, x0) 20.88/7.86 new_esEs14(x0, x1, app(ty_[], x2)) 20.88/7.86 new_esEs14(x0, x1, app(app(ty_Either, x2), x3)) 20.88/7.86 new_esEs9(Integer(x0), Integer(x1)) 20.88/7.86 new_esEs12(@0, @0) 20.88/7.86 new_ltEs8(@2(x0, x1), @2(x2, x3), x4, x5) 20.88/7.86 new_esEs28(x0, x1, ty_Integer) 20.88/7.86 new_lt9(x0, x1, ty_Bool) 20.88/7.86 new_esEs27(x0, x1, ty_@0) 20.88/7.86 new_esEs10(Float(x0, x1), Float(x2, x3)) 20.88/7.86 new_esEs27(x0, x1, ty_Bool) 20.88/7.86 new_lt20(x0, x1, ty_Bool) 20.88/7.86 new_esEs8(LT, GT) 20.88/7.86 new_esEs8(GT, LT) 20.88/7.86 new_ltEs19(x0, x1, ty_Bool) 20.88/7.86 new_esEs28(x0, x1, ty_Bool) 20.88/7.86 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 20.88/7.86 new_lt21(x0, x1, app(app(ty_@2, x2), x3)) 20.88/7.86 new_esEs17(:(x0, x1), [], x2) 20.88/7.86 new_ltEs20(x0, x1, ty_Float) 20.88/7.86 new_lt12(x0, x1, x2, x3) 20.88/7.86 new_ltEs20(x0, x1, ty_Char) 20.88/7.86 new_esEs26(x0, x1, ty_Integer) 20.88/7.86 new_primMulInt(Pos(x0), Neg(x1)) 20.88/7.86 new_primMulInt(Neg(x0), Pos(x1)) 20.88/7.86 new_compare31(x0, x1, ty_@0) 20.88/7.86 new_compare112(x0, x1, True, x2) 20.88/7.86 new_esEs5(Just(x0), Just(x1), ty_Float) 20.88/7.86 new_compare18(x0, x1, x2, x3, True, x4, x5, x6) 20.88/7.86 new_esEs25(x0, x1, ty_Integer) 20.88/7.86 new_primCompAux00(x0, EQ) 20.88/7.86 new_esEs14(x0, x1, app(ty_Ratio, x2)) 20.88/7.86 new_ltEs18(x0, x1, app(ty_[], x2)) 20.88/7.86 new_ltEs20(x0, x1, ty_Ordering) 20.88/7.86 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 20.88/7.86 new_ltEs18(x0, x1, ty_Double) 20.88/7.86 new_esEs14(x0, x1, ty_@0) 20.88/7.86 new_esEs5(Just(x0), Nothing, x1) 20.88/7.86 new_esEs26(x0, x1, app(ty_Ratio, x2)) 20.88/7.86 new_lt21(x0, x1, ty_@0) 20.88/7.86 new_esEs4(Left(x0), Left(x1), ty_@0, x2) 20.88/7.86 new_compare15(x0, x1, x2, x3, True, x4, x5) 20.88/7.86 new_ltEs9(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 20.88/7.86 new_esEs20(x0, x1, ty_Integer) 20.88/7.86 new_compare10(x0, x1, True) 20.88/7.86 new_esEs5(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 20.88/7.86 new_compare111(x0, x1, False, x2, x3) 20.88/7.86 new_ltEs12(x0, x1) 20.88/7.86 new_esEs27(x0, x1, app(ty_Maybe, x2)) 20.88/7.86 new_esEs28(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.88/7.86 new_esEs25(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.88/7.86 new_compare8(x0, x1) 20.88/7.86 new_primCmpNat0(Zero, Succ(x0)) 20.88/7.86 new_esEs4(Left(x0), Left(x1), ty_Double, x2) 20.88/7.86 new_primEqNat0(Zero, Zero) 20.88/7.86 new_ltEs19(x0, x1, ty_Char) 20.88/7.86 new_esEs13(False, False) 20.88/7.86 new_esEs14(x0, x1, app(ty_Maybe, x2)) 20.88/7.86 new_esEs15(x0, x1, ty_Integer) 20.88/7.86 new_esEs25(x0, x1, ty_Bool) 20.88/7.86 new_esEs17(:(x0, x1), :(x2, x3), x4) 20.88/7.86 new_ltEs7(Just(x0), Just(x1), app(ty_[], x2)) 20.88/7.86 new_not(False) 20.88/7.86 new_esEs15(x0, x1, app(app(ty_Either, x2), x3)) 20.88/7.86 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 20.88/7.86 new_esEs25(x0, x1, app(app(ty_Either, x2), x3)) 20.88/7.86 new_lt9(x0, x1, ty_Integer) 20.88/7.86 new_ltEs20(x0, x1, app(app(ty_@2, x2), x3)) 20.88/7.86 new_ltEs7(Just(x0), Just(x1), ty_Integer) 20.88/7.86 new_esEs27(x0, x1, ty_Integer) 20.88/7.86 new_ltEs19(x0, x1, ty_Integer) 20.88/7.86 new_compare25(x0, x1, True, x2, x3, x4) 20.88/7.86 new_esEs15(x0, x1, ty_Char) 20.88/7.86 new_esEs29(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.88/7.86 new_esEs25(x0, x1, app(app(ty_@2, x2), x3)) 20.88/7.86 new_primMulNat0(Succ(x0), Zero) 20.88/7.86 new_compare9(x0, x1) 20.88/7.86 new_esEs26(x0, x1, ty_Char) 20.88/7.86 new_compare12(x0, x1, x2, x3, x4) 20.88/7.86 new_compare14(Integer(x0), Integer(x1)) 20.88/7.86 new_lt10(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.88/7.86 new_compare23(x0, x1, True) 20.88/7.86 new_ltEs6(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 20.88/7.86 new_ltEs13(x0, x1) 20.88/7.86 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 20.88/7.86 new_compare11(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 20.88/7.86 new_esEs22(x0, x1, ty_Double) 20.88/7.86 new_lt20(x0, x1, ty_Int) 20.88/7.86 new_esEs15(x0, x1, ty_Bool) 20.88/7.86 new_esEs28(x0, x1, app(app(ty_@2, x2), x3)) 20.88/7.86 new_ltEs20(x0, x1, ty_Bool) 20.88/7.86 new_ltEs6(Right(x0), Right(x1), x2, app(ty_[], x3)) 20.88/7.86 new_primPlusNat1(Succ(x0), Succ(x1)) 20.88/7.86 new_ltEs7(Just(x0), Just(x1), ty_Ordering) 20.88/7.86 new_lt11(x0, x1, x2) 20.88/7.86 new_ltEs6(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 20.88/7.86 new_ltEs10(True, True) 20.88/7.86 new_esEs28(x0, x1, ty_Char) 20.88/7.86 new_compare13(x0, x1, x2, x3) 20.88/7.86 new_lt20(x0, x1, ty_Char) 20.88/7.86 new_primCmpNat0(Zero, Zero) 20.88/7.86 new_ltEs20(x0, x1, app(ty_Ratio, x2)) 20.88/7.86 new_compare31(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 20.88/7.86 new_primMulInt(Neg(x0), Neg(x1)) 20.88/7.86 20.88/7.86 We have to consider all minimal (P,Q,R)-chains. 20.88/7.86 ---------------------------------------- 20.88/7.86 20.88/7.86 (19) QDPSizeChangeProof (EQUIVALENT) 20.88/7.86 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. 20.88/7.86 20.88/7.86 From the DPs we obtained the following set of size-change graphs: 20.88/7.86 *new_ltEs3(vwx221, vwx241, bdc) -> new_compare0(vwx221, vwx241, bdc) 20.88/7.86 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare0(:(vwx2200, vwx2201), :(vwx2400, vwx2401), bdd) -> new_primCompAux(vwx2200, vwx2400, new_compare1(vwx2201, vwx2401, bdd), bdd) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare0(:(vwx2200, vwx2201), :(vwx2400, vwx2401), bdd) -> new_compare0(vwx2201, vwx2401, bdd) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare5(vwx220, vwx240, bfb, bfc, bfd) -> new_compare22(vwx220, vwx240, new_esEs7(vwx220, vwx240, bfb, bfc, bfd), bfb, bfc, bfd) 20.88/7.86 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 20.88/7.86 20.88/7.86 20.88/7.86 *new_lt2(vwx220, vwx240, bfb, bfc, bfd) -> new_compare22(vwx220, vwx240, new_esEs7(vwx220, vwx240, bfb, bfc, bfd), bfb, bfc, bfd) 20.88/7.86 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs2(@3(vwx2210, vwx2211, vwx2212), @3(vwx2410, vwx2411, vwx2412), he, hf, app(app(ty_Either, hg), hh)) -> new_ltEs(vwx2212, vwx2412, hg, hh) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare22(vwx220, vwx240, False, bfb, bfc, bfd) -> new_ltEs2(vwx220, vwx240, bfb, bfc, bfd) 20.88/7.86 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4, 6 >= 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs2(@3(vwx2210, vwx2211, vwx2212), @3(vwx2410, vwx2411, vwx2412), he, hf, app(app(ty_@2, bab), bac)) -> new_ltEs1(vwx2212, vwx2412, bab, bac) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs1(@2(vwx2210, vwx2211), @2(vwx2410, vwx2411), eh, app(app(ty_Either, fa), fb)) -> new_ltEs(vwx2211, vwx2411, fa, fb) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs1(@2(vwx2210, vwx2211), @2(vwx2410, vwx2411), app(app(app(ty_@3, ha), hb), hc), ge) -> new_lt2(vwx2210, vwx2410, ha, hb, hc) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs1(@2(vwx2210, vwx2211), @2(vwx2410, vwx2411), eh, app(app(ty_@2, fd), ff)) -> new_ltEs1(vwx2211, vwx2411, fd, ff) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_lt1(vwx220, vwx240, beg, beh) -> new_compare21(vwx220, vwx240, new_esEs6(vwx220, vwx240, beg, beh), beg, beh) 20.88/7.86 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_lt3(:(vwx2200, vwx2201), :(vwx2400, vwx2401), bdd) -> new_primCompAux(vwx2200, vwx2400, new_compare1(vwx2201, vwx2401, bdd), bdd) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(:(vwx2200, vwx2201), vwx221), @2(:(vwx2400, vwx2401), vwx241), False, app(ty_[], bdd), bfa) -> new_primCompAux(vwx2200, vwx2400, new_compare1(vwx2201, vwx2401, bdd), bdd) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_lt3(:(vwx2200, vwx2201), :(vwx2400, vwx2401), bdd) -> new_compare0(vwx2201, vwx2401, bdd) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs0(Just(vwx2210), Just(vwx2410), app(app(ty_Either, dg), dh)) -> new_ltEs(vwx2210, vwx2410, dg, dh) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs2(@3(vwx2210, vwx2211, vwx2212), @3(vwx2410, vwx2411, vwx2412), he, hf, app(app(app(ty_@3, bad), bae), baf)) -> new_ltEs2(vwx2212, vwx2412, bad, bae, baf) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs0(Just(vwx2210), Just(vwx2410), app(app(ty_@2, eb), ec)) -> new_ltEs1(vwx2210, vwx2410, eb, ec) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs1(@2(vwx2210, vwx2211), @2(vwx2410, vwx2411), eh, app(app(app(ty_@3, fg), fh), ga)) -> new_ltEs2(vwx2211, vwx2411, fg, fh, ga) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs0(Just(vwx2210), Just(vwx2410), app(app(app(ty_@3, ed), ee), ef)) -> new_ltEs2(vwx2210, vwx2410, ed, ee, ef) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare2(vwx220, vwx240, False, h, ba) -> new_ltEs(vwx220, vwx240, h, ba) 20.88/7.86 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_lt0(vwx220, vwx240, bef) -> new_compare20(vwx220, vwx240, new_esEs5(vwx220, vwx240, bef), bef) 20.88/7.86 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs1(@2(vwx2210, vwx2211), @2(vwx2410, vwx2411), app(app(ty_Either, gc), gd), ge) -> new_lt(vwx2210, vwx2410, gc, gd) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_lt(vwx220, vwx240, h, ba) -> new_compare2(vwx220, vwx240, new_esEs4(vwx220, vwx240, h, ba), h, ba) 20.88/7.86 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, vwx221), @2(vwx240, vwx241), False, app(app(ty_@2, beg), beh), bfa) -> new_compare21(vwx220, vwx240, new_esEs6(vwx220, vwx240, beg, beh), beg, beh) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4, 4 > 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare4(vwx220, vwx240, beg, beh) -> new_compare21(vwx220, vwx240, new_esEs6(vwx220, vwx240, beg, beh), beg, beh) 20.88/7.86 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_primCompAux(vwx2200, vwx2400, vwx75, app(app(ty_@2, bdh), bea)) -> new_compare4(vwx2200, vwx2400, bdh, bea) 20.88/7.86 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs2(@3(vwx2210, vwx2211, vwx2212), @3(vwx2410, vwx2411, vwx2412), he, hf, app(ty_Maybe, baa)) -> new_ltEs0(vwx2212, vwx2412, baa) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs1(@2(vwx2210, vwx2211), @2(vwx2410, vwx2411), eh, app(ty_Maybe, fc)) -> new_ltEs0(vwx2211, vwx2411, fc) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs0(Just(vwx2210), Just(vwx2410), app(ty_Maybe, ea)) -> new_ltEs0(vwx2210, vwx2410, ea) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs0(Just(vwx2210), Just(vwx2410), app(ty_[], eg)) -> new_ltEs3(vwx2210, vwx2410, eg) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare20(vwx220, vwx240, False, bef) -> new_ltEs0(vwx220, vwx240, bef) 20.88/7.86 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs2(@3(vwx2210, vwx2211, vwx2212), @3(vwx2410, vwx2411, vwx2412), he, hf, app(ty_[], bag)) -> new_ltEs3(vwx2212, vwx2412, bag) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs1(@2(vwx2210, vwx2211), @2(vwx2410, vwx2411), eh, app(ty_[], gb)) -> new_ltEs3(vwx2211, vwx2411, gb) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_primCompAux(vwx2200, vwx2400, vwx75, app(app(app(ty_@3, beb), bec), bed)) -> new_compare5(vwx2200, vwx2400, beb, bec, bed) 20.88/7.86 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4, 4 > 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_primCompAux(vwx2200, vwx2400, vwx75, app(ty_[], bee)) -> new_compare0(vwx2200, vwx2400, bee) 20.88/7.86 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs1(@2(vwx2210, vwx2211), @2(vwx2410, vwx2411), app(ty_[], hd), ge) -> new_lt3(vwx2210, vwx2410, hd) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs1(@2(vwx2210, vwx2211), @2(vwx2410, vwx2411), app(app(ty_@2, gg), gh), ge) -> new_lt1(vwx2210, vwx2410, gg, gh) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs1(@2(vwx2210, vwx2211), @2(vwx2410, vwx2411), app(ty_Maybe, gf), ge) -> new_lt0(vwx2210, vwx2410, gf) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare(vwx220, vwx240, h, ba) -> new_compare2(vwx220, vwx240, new_esEs4(vwx220, vwx240, h, ba), h, ba) 20.88/7.86 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare3(vwx220, vwx240, bef) -> new_compare20(vwx220, vwx240, new_esEs5(vwx220, vwx240, bef), bef) 20.88/7.86 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, vwx221), @2(vwx240, vwx241), False, app(ty_Maybe, bef), bfa) -> new_compare20(vwx220, vwx240, new_esEs5(vwx220, vwx240, bef), bef) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, vwx221), @2(vwx240, vwx241), False, app(app(app(ty_@3, bfb), bfc), bfd), bfa) -> new_compare22(vwx220, vwx240, new_esEs7(vwx220, vwx240, bfb, bfc, bfd), bfb, bfc, bfd) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4, 4 > 5, 4 > 6 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, vwx221), @2(vwx240, vwx241), False, app(app(ty_Either, h), ba), bfa) -> new_compare2(vwx220, vwx240, new_esEs4(vwx220, vwx240, h, ba), h, ba) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4, 4 > 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_primCompAux(vwx2200, vwx2400, vwx75, app(app(ty_Either, bde), bdf)) -> new_compare(vwx2200, vwx2400, bde, bdf) 20.88/7.86 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_primCompAux(vwx2200, vwx2400, vwx75, app(ty_Maybe, bdg)) -> new_compare3(vwx2200, vwx2400, bdg) 20.88/7.86 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs(Left(vwx2210), Left(vwx2410), app(app(ty_Either, bb), bc), bd) -> new_ltEs(vwx2210, vwx2410, bb, bc) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs(Right(vwx2210), Right(vwx2410), cd, app(app(ty_Either, ce), cf)) -> new_ltEs(vwx2210, vwx2410, ce, cf) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, @2(vwx2210, vwx2211)), @2(vwx240, @2(vwx2410, vwx2411)), False, bfe, app(app(ty_@2, eh), app(app(ty_Either, fa), fb))) -> new_ltEs(vwx2211, vwx2411, fa, fb) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, Just(vwx2210)), @2(vwx240, Just(vwx2410)), False, bfe, app(ty_Maybe, app(app(ty_Either, dg), dh))) -> new_ltEs(vwx2210, vwx2410, dg, dh) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, Left(vwx2210)), @2(vwx240, Left(vwx2410)), False, bfe, app(app(ty_Either, app(app(ty_Either, bb), bc)), bd)) -> new_ltEs(vwx2210, vwx2410, bb, bc) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, @3(vwx2210, vwx2211, vwx2212)), @2(vwx240, @3(vwx2410, vwx2411, vwx2412)), False, bfe, app(app(app(ty_@3, he), hf), app(app(ty_Either, hg), hh))) -> new_ltEs(vwx2212, vwx2412, hg, hh) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, Right(vwx2210)), @2(vwx240, Right(vwx2410)), False, bfe, app(app(ty_Either, cd), app(app(ty_Either, ce), cf))) -> new_ltEs(vwx2210, vwx2410, ce, cf) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs2(@3(vwx2210, vwx2211, vwx2212), @3(vwx2410, vwx2411, vwx2412), app(app(app(ty_@3, bcg), bch), bda), hf, bbb) -> new_lt2(vwx2210, vwx2410, bcg, bch, bda) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs2(@3(vwx2210, vwx2211, vwx2212), @3(vwx2410, vwx2411, vwx2412), he, app(app(app(ty_@3, bbf), bbg), bbh), bbb) -> new_lt2(vwx2211, vwx2411, bbf, bbg, bbh) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs2(@3(vwx2210, vwx2211, vwx2212), @3(vwx2410, vwx2411, vwx2412), app(app(ty_Either, bcb), bcc), hf, bbb) -> new_lt(vwx2210, vwx2410, bcb, bcc) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs2(@3(vwx2210, vwx2211, vwx2212), @3(vwx2410, vwx2411, vwx2412), he, app(app(ty_Either, bah), bba), bbb) -> new_lt(vwx2211, vwx2411, bah, bba) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs2(@3(vwx2210, vwx2211, vwx2212), @3(vwx2410, vwx2411, vwx2412), he, app(ty_[], bca), bbb) -> new_lt3(vwx2211, vwx2411, bca) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs2(@3(vwx2210, vwx2211, vwx2212), @3(vwx2410, vwx2411, vwx2412), app(ty_[], bdb), hf, bbb) -> new_lt3(vwx2210, vwx2410, bdb) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs2(@3(vwx2210, vwx2211, vwx2212), @3(vwx2410, vwx2411, vwx2412), app(app(ty_@2, bce), bcf), hf, bbb) -> new_lt1(vwx2210, vwx2410, bce, bcf) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs2(@3(vwx2210, vwx2211, vwx2212), @3(vwx2410, vwx2411, vwx2412), he, app(app(ty_@2, bbd), bbe), bbb) -> new_lt1(vwx2211, vwx2411, bbd, bbe) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs2(@3(vwx2210, vwx2211, vwx2212), @3(vwx2410, vwx2411, vwx2412), he, app(ty_Maybe, bbc), bbb) -> new_lt0(vwx2211, vwx2411, bbc) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs2(@3(vwx2210, vwx2211, vwx2212), @3(vwx2410, vwx2411, vwx2412), app(ty_Maybe, bcd), hf, bbb) -> new_lt0(vwx2210, vwx2410, bcd) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, @2(vwx2210, vwx2211)), @2(vwx240, @2(vwx2410, vwx2411)), False, bfe, app(app(ty_@2, app(app(app(ty_@3, ha), hb), hc)), ge)) -> new_lt2(vwx2210, vwx2410, ha, hb, hc) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, @3(vwx2210, vwx2211, vwx2212)), @2(vwx240, @3(vwx2410, vwx2411, vwx2412)), False, bfe, app(app(app(ty_@3, app(app(app(ty_@3, bcg), bch), bda)), hf), bbb)) -> new_lt2(vwx2210, vwx2410, bcg, bch, bda) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, @3(vwx2210, vwx2211, vwx2212)), @2(vwx240, @3(vwx2410, vwx2411, vwx2412)), False, bfe, app(app(app(ty_@3, he), app(app(app(ty_@3, bbf), bbg), bbh)), bbb)) -> new_lt2(vwx2211, vwx2411, bbf, bbg, bbh) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs(Right(vwx2210), Right(vwx2410), cd, app(app(ty_@2, da), db)) -> new_ltEs1(vwx2210, vwx2410, da, db) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs(Left(vwx2210), Left(vwx2410), app(app(ty_@2, bf), bg), bd) -> new_ltEs1(vwx2210, vwx2410, bf, bg) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs(Left(vwx2210), Left(vwx2410), app(app(app(ty_@3, bh), ca), cb), bd) -> new_ltEs2(vwx2210, vwx2410, bh, ca, cb) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs(Right(vwx2210), Right(vwx2410), cd, app(app(app(ty_@3, dc), dd), de)) -> new_ltEs2(vwx2210, vwx2410, dc, dd, de) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs(Left(vwx2210), Left(vwx2410), app(ty_Maybe, be), bd) -> new_ltEs0(vwx2210, vwx2410, be) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs(Right(vwx2210), Right(vwx2410), cd, app(ty_Maybe, cg)) -> new_ltEs0(vwx2210, vwx2410, cg) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs(Left(vwx2210), Left(vwx2410), app(ty_[], cc), bd) -> new_ltEs3(vwx2210, vwx2410, cc) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_ltEs(Right(vwx2210), Right(vwx2410), cd, app(ty_[], df)) -> new_ltEs3(vwx2210, vwx2410, df) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, Right(vwx2210)), @2(vwx240, Right(vwx2410)), False, bfe, app(app(ty_Either, cd), app(app(ty_@2, da), db))) -> new_ltEs1(vwx2210, vwx2410, da, db) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, @3(vwx2210, vwx2211, vwx2212)), @2(vwx240, @3(vwx2410, vwx2411, vwx2412)), False, bfe, app(app(app(ty_@3, he), hf), app(app(ty_@2, bab), bac))) -> new_ltEs1(vwx2212, vwx2412, bab, bac) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, Just(vwx2210)), @2(vwx240, Just(vwx2410)), False, bfe, app(ty_Maybe, app(app(ty_@2, eb), ec))) -> new_ltEs1(vwx2210, vwx2410, eb, ec) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, Left(vwx2210)), @2(vwx240, Left(vwx2410)), False, bfe, app(app(ty_Either, app(app(ty_@2, bf), bg)), bd)) -> new_ltEs1(vwx2210, vwx2410, bf, bg) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, @2(vwx2210, vwx2211)), @2(vwx240, @2(vwx2410, vwx2411)), False, bfe, app(app(ty_@2, eh), app(app(ty_@2, fd), ff))) -> new_ltEs1(vwx2211, vwx2411, fd, ff) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, Just(vwx2210)), @2(vwx240, Just(vwx2410)), False, bfe, app(ty_Maybe, app(app(app(ty_@3, ed), ee), ef))) -> new_ltEs2(vwx2210, vwx2410, ed, ee, ef) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, Left(vwx2210)), @2(vwx240, Left(vwx2410)), False, bfe, app(app(ty_Either, app(app(app(ty_@3, bh), ca), cb)), bd)) -> new_ltEs2(vwx2210, vwx2410, bh, ca, cb) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, Right(vwx2210)), @2(vwx240, Right(vwx2410)), False, bfe, app(app(ty_Either, cd), app(app(app(ty_@3, dc), dd), de))) -> new_ltEs2(vwx2210, vwx2410, dc, dd, de) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, @3(vwx2210, vwx2211, vwx2212)), @2(vwx240, @3(vwx2410, vwx2411, vwx2412)), False, bfe, app(app(app(ty_@3, he), hf), app(app(app(ty_@3, bad), bae), baf))) -> new_ltEs2(vwx2212, vwx2412, bad, bae, baf) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, @2(vwx2210, vwx2211)), @2(vwx240, @2(vwx2410, vwx2411)), False, bfe, app(app(ty_@2, eh), app(app(app(ty_@3, fg), fh), ga))) -> new_ltEs2(vwx2211, vwx2411, fg, fh, ga) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, @2(vwx2210, vwx2211)), @2(vwx240, @2(vwx2410, vwx2411)), False, bfe, app(app(ty_@2, app(app(ty_Either, gc), gd)), ge)) -> new_lt(vwx2210, vwx2410, gc, gd) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, @3(vwx2210, vwx2211, vwx2212)), @2(vwx240, @3(vwx2410, vwx2411, vwx2412)), False, bfe, app(app(app(ty_@3, app(app(ty_Either, bcb), bcc)), hf), bbb)) -> new_lt(vwx2210, vwx2410, bcb, bcc) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, @3(vwx2210, vwx2211, vwx2212)), @2(vwx240, @3(vwx2410, vwx2411, vwx2412)), False, bfe, app(app(app(ty_@3, he), app(app(ty_Either, bah), bba)), bbb)) -> new_lt(vwx2211, vwx2411, bah, bba) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, @3(vwx2210, vwx2211, vwx2212)), @2(vwx240, @3(vwx2410, vwx2411, vwx2412)), False, bfe, app(app(app(ty_@3, he), hf), app(ty_Maybe, baa))) -> new_ltEs0(vwx2212, vwx2412, baa) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, @2(vwx2210, vwx2211)), @2(vwx240, @2(vwx2410, vwx2411)), False, bfe, app(app(ty_@2, eh), app(ty_Maybe, fc))) -> new_ltEs0(vwx2211, vwx2411, fc) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, Left(vwx2210)), @2(vwx240, Left(vwx2410)), False, bfe, app(app(ty_Either, app(ty_Maybe, be)), bd)) -> new_ltEs0(vwx2210, vwx2410, be) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, Just(vwx2210)), @2(vwx240, Just(vwx2410)), False, bfe, app(ty_Maybe, app(ty_Maybe, ea))) -> new_ltEs0(vwx2210, vwx2410, ea) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, Right(vwx2210)), @2(vwx240, Right(vwx2410)), False, bfe, app(app(ty_Either, cd), app(ty_Maybe, cg))) -> new_ltEs0(vwx2210, vwx2410, cg) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, @3(vwx2210, vwx2211, vwx2212)), @2(vwx240, @3(vwx2410, vwx2411, vwx2412)), False, bfe, app(app(app(ty_@3, he), hf), app(ty_[], bag))) -> new_ltEs3(vwx2212, vwx2412, bag) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, Just(vwx2210)), @2(vwx240, Just(vwx2410)), False, bfe, app(ty_Maybe, app(ty_[], eg))) -> new_ltEs3(vwx2210, vwx2410, eg) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, @2(vwx2210, vwx2211)), @2(vwx240, @2(vwx2410, vwx2411)), False, bfe, app(app(ty_@2, eh), app(ty_[], gb))) -> new_ltEs3(vwx2211, vwx2411, gb) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, Left(vwx2210)), @2(vwx240, Left(vwx2410)), False, bfe, app(app(ty_Either, app(ty_[], cc)), bd)) -> new_ltEs3(vwx2210, vwx2410, cc) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, Right(vwx2210)), @2(vwx240, Right(vwx2410)), False, bfe, app(app(ty_Either, cd), app(ty_[], df))) -> new_ltEs3(vwx2210, vwx2410, df) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, vwx221), @2(vwx240, vwx241), False, bfe, app(ty_[], bdc)) -> new_compare0(vwx221, vwx241, bdc) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(:(vwx2200, vwx2201), vwx221), @2(:(vwx2400, vwx2401), vwx241), False, app(ty_[], bdd), bfa) -> new_compare0(vwx2201, vwx2401, bdd) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, @3(vwx2210, vwx2211, vwx2212)), @2(vwx240, @3(vwx2410, vwx2411, vwx2412)), False, bfe, app(app(app(ty_@3, app(ty_[], bdb)), hf), bbb)) -> new_lt3(vwx2210, vwx2410, bdb) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, @3(vwx2210, vwx2211, vwx2212)), @2(vwx240, @3(vwx2410, vwx2411, vwx2412)), False, bfe, app(app(app(ty_@3, he), app(ty_[], bca)), bbb)) -> new_lt3(vwx2211, vwx2411, bca) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, @2(vwx2210, vwx2211)), @2(vwx240, @2(vwx2410, vwx2411)), False, bfe, app(app(ty_@2, app(ty_[], hd)), ge)) -> new_lt3(vwx2210, vwx2410, hd) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, @3(vwx2210, vwx2211, vwx2212)), @2(vwx240, @3(vwx2410, vwx2411, vwx2412)), False, bfe, app(app(app(ty_@3, he), app(app(ty_@2, bbd), bbe)), bbb)) -> new_lt1(vwx2211, vwx2411, bbd, bbe) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, @2(vwx2210, vwx2211)), @2(vwx240, @2(vwx2410, vwx2411)), False, bfe, app(app(ty_@2, app(app(ty_@2, gg), gh)), ge)) -> new_lt1(vwx2210, vwx2410, gg, gh) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, @3(vwx2210, vwx2211, vwx2212)), @2(vwx240, @3(vwx2410, vwx2411, vwx2412)), False, bfe, app(app(app(ty_@3, app(app(ty_@2, bce), bcf)), hf), bbb)) -> new_lt1(vwx2210, vwx2410, bce, bcf) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, @3(vwx2210, vwx2211, vwx2212)), @2(vwx240, @3(vwx2410, vwx2411, vwx2412)), False, bfe, app(app(app(ty_@3, app(ty_Maybe, bcd)), hf), bbb)) -> new_lt0(vwx2210, vwx2410, bcd) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, @2(vwx2210, vwx2211)), @2(vwx240, @2(vwx2410, vwx2411)), False, bfe, app(app(ty_@2, app(ty_Maybe, gf)), ge)) -> new_lt0(vwx2210, vwx2410, gf) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_compare21(@2(vwx220, @3(vwx2210, vwx2211, vwx2212)), @2(vwx240, @3(vwx2410, vwx2411, vwx2412)), False, bfe, app(app(app(ty_@3, he), app(ty_Maybe, bbc)), bbb)) -> new_lt0(vwx2211, vwx2411, bbc) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 20.88/7.86 20.88/7.86 20.88/7.86 ---------------------------------------- 20.88/7.86 20.88/7.86 (20) 20.88/7.86 YES 20.88/7.86 20.88/7.86 ---------------------------------------- 20.88/7.86 20.88/7.86 (21) 20.88/7.86 Obligation: 20.88/7.86 Q DP problem: 20.88/7.86 The TRS P consists of the following rules: 20.88/7.86 20.88/7.86 new_esEs2(Just(vwx300), Just(vwx400), app(app(ty_@2, hg), hh)) -> new_esEs1(vwx300, vwx400, hg, hh) 20.88/7.86 new_esEs(Left(vwx300), Left(vwx400), app(ty_[], bc), bb) -> new_esEs0(vwx300, vwx400, bc) 20.88/7.86 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(app(ty_@3, ha), hb), hc)) -> new_esEs3(vwx301, vwx401, ha, hb, hc) 20.88/7.86 new_esEs(Right(vwx300), Right(vwx400), cb, app(app(ty_@2, cf), cg)) -> new_esEs1(vwx300, vwx400, cf, cg) 20.88/7.86 new_esEs(Left(vwx300), Left(vwx400), app(ty_Maybe, bf), bb) -> new_esEs2(vwx300, vwx400, bf) 20.88/7.86 new_esEs2(Just(vwx300), Just(vwx400), app(ty_[], hf)) -> new_esEs0(vwx300, vwx400, hf) 20.88/7.86 new_esEs2(Just(vwx300), Just(vwx400), app(app(app(ty_@3, bab), bac), bad)) -> new_esEs3(vwx300, vwx400, bab, bac, bad) 20.88/7.86 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, bbe), bbf), bbg), bag, bah) -> new_esEs3(vwx300, vwx400, bbe, bbf, bbg) 20.88/7.86 new_esEs(Right(vwx300), Right(vwx400), cb, app(app(app(ty_@3, db), dc), dd)) -> new_esEs3(vwx300, vwx400, db, dc, dd) 20.88/7.86 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, bag, app(app(ty_Either, bdb), bdc)) -> new_esEs(vwx302, vwx402, bdb, bdc) 20.88/7.86 new_esEs2(Just(vwx300), Just(vwx400), app(ty_Maybe, baa)) -> new_esEs2(vwx300, vwx400, baa) 20.88/7.86 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(ty_Either, gc), gd)) -> new_esEs(vwx301, vwx401, gc, gd) 20.88/7.86 new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, de), df)) -> new_esEs(vwx300, vwx400, de, df) 20.88/7.86 new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], dg)) -> new_esEs0(vwx300, vwx400, dg) 20.88/7.86 new_esEs(Left(vwx300), Left(vwx400), app(app(ty_@2, bd), be), bb) -> new_esEs1(vwx300, vwx400, bd, be) 20.88/7.86 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, bag, app(app(app(ty_@3, bdh), bea), beb)) -> new_esEs3(vwx302, vwx402, bdh, bea, beb) 20.88/7.86 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(ty_Maybe, gh)) -> new_esEs2(vwx301, vwx401, gh) 20.88/7.86 new_esEs(Right(vwx300), Right(vwx400), cb, app(app(ty_Either, cc), cd)) -> new_esEs(vwx300, vwx400, cc, cd) 20.88/7.86 new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), ef) -> new_esEs0(vwx301, vwx401, ef) 20.88/7.86 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, ff), fa) -> new_esEs2(vwx300, vwx400, ff) 20.88/7.86 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, bbb), bbc), bag, bah) -> new_esEs1(vwx300, vwx400, bbb, bbc) 20.88/7.86 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, fg), fh), ga), fa) -> new_esEs3(vwx300, vwx400, fg, fh, ga) 20.88/7.86 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], bba), bag, bah) -> new_esEs0(vwx300, vwx400, bba) 20.88/7.86 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(ty_[], ge)) -> new_esEs0(vwx301, vwx401, ge) 20.88/7.86 new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, eb)) -> new_esEs2(vwx300, vwx400, eb) 20.88/7.86 new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, ec), ed), ee)) -> new_esEs3(vwx300, vwx400, ec, ed, ee) 20.88/7.86 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], fb), fa) -> new_esEs0(vwx300, vwx400, fb) 20.88/7.86 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, app(app(app(ty_@3, bcg), bch), bda), bah) -> new_esEs3(vwx301, vwx401, bcg, bch, bda) 20.88/7.86 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, bag, app(ty_[], bdd)) -> new_esEs0(vwx302, vwx402, bdd) 20.88/7.86 new_esEs(Left(vwx300), Left(vwx400), app(app(ty_Either, h), ba), bb) -> new_esEs(vwx300, vwx400, h, ba) 20.88/7.86 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, app(app(ty_@2, bcd), bce), bah) -> new_esEs1(vwx301, vwx401, bcd, bce) 20.88/7.86 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, app(ty_[], bcc), bah) -> new_esEs0(vwx301, vwx401, bcc) 20.88/7.86 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, fc), fd), fa) -> new_esEs1(vwx300, vwx400, fc, fd) 20.88/7.86 new_esEs(Right(vwx300), Right(vwx400), cb, app(ty_Maybe, da)) -> new_esEs2(vwx300, vwx400, da) 20.88/7.86 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, bag, app(ty_Maybe, bdg)) -> new_esEs2(vwx302, vwx402, bdg) 20.88/7.86 new_esEs(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bg), bh), ca), bb) -> new_esEs3(vwx300, vwx400, bg, bh, ca) 20.88/7.86 new_esEs2(Just(vwx300), Just(vwx400), app(app(ty_Either, hd), he)) -> new_esEs(vwx300, vwx400, hd, he) 20.88/7.86 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, eg), eh), fa) -> new_esEs(vwx300, vwx400, eg, eh) 20.88/7.86 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, bae), baf), bag, bah) -> new_esEs(vwx300, vwx400, bae, baf) 20.88/7.86 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, bag, app(app(ty_@2, bde), bdf)) -> new_esEs1(vwx302, vwx402, bde, bdf) 20.88/7.86 new_esEs(Right(vwx300), Right(vwx400), cb, app(ty_[], ce)) -> new_esEs0(vwx300, vwx400, ce) 20.88/7.86 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, bbd), bag, bah) -> new_esEs2(vwx300, vwx400, bbd) 20.88/7.86 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(ty_@2, gf), gg)) -> new_esEs1(vwx301, vwx401, gf, gg) 20.88/7.86 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, app(app(ty_Either, bca), bcb), bah) -> new_esEs(vwx301, vwx401, bca, bcb) 20.88/7.86 new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, app(ty_Maybe, bcf), bah) -> new_esEs2(vwx301, vwx401, bcf) 20.88/7.86 new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, dh), ea)) -> new_esEs1(vwx300, vwx400, dh, ea) 20.88/7.86 20.88/7.86 R is empty. 20.88/7.86 Q is empty. 20.88/7.86 We have to consider all minimal (P,Q,R)-chains. 20.88/7.86 ---------------------------------------- 20.88/7.86 20.88/7.86 (22) QDPSizeChangeProof (EQUIVALENT) 20.88/7.86 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. 20.88/7.86 20.88/7.86 From the DPs we obtained the following set of size-change graphs: 20.88/7.86 *new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, eb)) -> new_esEs2(vwx300, vwx400, eb) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, de), df)) -> new_esEs(vwx300, vwx400, de, df) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, dh), ea)) -> new_esEs1(vwx300, vwx400, dh, ea) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs2(Just(vwx300), Just(vwx400), app(ty_Maybe, baa)) -> new_esEs2(vwx300, vwx400, baa) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs2(Just(vwx300), Just(vwx400), app(app(ty_Either, hd), he)) -> new_esEs(vwx300, vwx400, hd, he) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs2(Just(vwx300), Just(vwx400), app(app(ty_@2, hg), hh)) -> new_esEs1(vwx300, vwx400, hg, hh) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, ec), ed), ee)) -> new_esEs3(vwx300, vwx400, ec, ed, ee) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs2(Just(vwx300), Just(vwx400), app(app(app(ty_@3, bab), bac), bad)) -> new_esEs3(vwx300, vwx400, bab, bac, bad) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs2(Just(vwx300), Just(vwx400), app(ty_[], hf)) -> new_esEs0(vwx300, vwx400, hf) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(ty_Maybe, gh)) -> new_esEs2(vwx301, vwx401, gh) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, ff), fa) -> new_esEs2(vwx300, vwx400, ff) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(ty_Either, gc), gd)) -> new_esEs(vwx301, vwx401, gc, gd) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, eg), eh), fa) -> new_esEs(vwx300, vwx400, eg, eh) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, fc), fd), fa) -> new_esEs1(vwx300, vwx400, fc, fd) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(ty_@2, gf), gg)) -> new_esEs1(vwx301, vwx401, gf, gg) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(app(ty_@3, ha), hb), hc)) -> new_esEs3(vwx301, vwx401, ha, hb, hc) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, fg), fh), ga), fa) -> new_esEs3(vwx300, vwx400, fg, fh, ga) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(ty_[], ge)) -> new_esEs0(vwx301, vwx401, ge) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], fb), fa) -> new_esEs0(vwx300, vwx400, fb) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, bag, app(ty_Maybe, bdg)) -> new_esEs2(vwx302, vwx402, bdg) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, bbd), bag, bah) -> new_esEs2(vwx300, vwx400, bbd) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, app(ty_Maybe, bcf), bah) -> new_esEs2(vwx301, vwx401, bcf) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs(Left(vwx300), Left(vwx400), app(ty_Maybe, bf), bb) -> new_esEs2(vwx300, vwx400, bf) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs(Right(vwx300), Right(vwx400), cb, app(ty_Maybe, da)) -> new_esEs2(vwx300, vwx400, da) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], dg)) -> new_esEs0(vwx300, vwx400, dg) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), ef) -> new_esEs0(vwx301, vwx401, ef) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, bag, app(app(ty_Either, bdb), bdc)) -> new_esEs(vwx302, vwx402, bdb, bdc) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, bae), baf), bag, bah) -> new_esEs(vwx300, vwx400, bae, baf) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, app(app(ty_Either, bca), bcb), bah) -> new_esEs(vwx301, vwx401, bca, bcb) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs(Right(vwx300), Right(vwx400), cb, app(app(ty_Either, cc), cd)) -> new_esEs(vwx300, vwx400, cc, cd) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs(Left(vwx300), Left(vwx400), app(app(ty_Either, h), ba), bb) -> new_esEs(vwx300, vwx400, h, ba) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, bbb), bbc), bag, bah) -> new_esEs1(vwx300, vwx400, bbb, bbc) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, app(app(ty_@2, bcd), bce), bah) -> new_esEs1(vwx301, vwx401, bcd, bce) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, bag, app(app(ty_@2, bde), bdf)) -> new_esEs1(vwx302, vwx402, bde, bdf) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, bbe), bbf), bbg), bag, bah) -> new_esEs3(vwx300, vwx400, bbe, bbf, bbg) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, bag, app(app(app(ty_@3, bdh), bea), beb)) -> new_esEs3(vwx302, vwx402, bdh, bea, beb) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, app(app(app(ty_@3, bcg), bch), bda), bah) -> new_esEs3(vwx301, vwx401, bcg, bch, bda) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], bba), bag, bah) -> new_esEs0(vwx300, vwx400, bba) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, bag, app(ty_[], bdd)) -> new_esEs0(vwx302, vwx402, bdd) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs3(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bbh, app(ty_[], bcc), bah) -> new_esEs0(vwx301, vwx401, bcc) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs(Right(vwx300), Right(vwx400), cb, app(app(ty_@2, cf), cg)) -> new_esEs1(vwx300, vwx400, cf, cg) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs(Left(vwx300), Left(vwx400), app(app(ty_@2, bd), be), bb) -> new_esEs1(vwx300, vwx400, bd, be) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs(Right(vwx300), Right(vwx400), cb, app(app(app(ty_@3, db), dc), dd)) -> new_esEs3(vwx300, vwx400, db, dc, dd) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bg), bh), ca), bb) -> new_esEs3(vwx300, vwx400, bg, bh, ca) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs(Left(vwx300), Left(vwx400), app(ty_[], bc), bb) -> new_esEs0(vwx300, vwx400, bc) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 20.88/7.86 20.88/7.86 20.88/7.86 *new_esEs(Right(vwx300), Right(vwx400), cb, app(ty_[], ce)) -> new_esEs0(vwx300, vwx400, ce) 20.88/7.86 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 20.88/7.86 20.88/7.86 20.88/7.86 ---------------------------------------- 20.88/7.86 20.88/7.86 (23) 20.88/7.86 YES 20.88/7.86 20.88/7.86 ---------------------------------------- 20.88/7.86 20.88/7.86 (24) 20.88/7.86 Obligation: 20.88/7.86 Q DP problem: 20.88/7.86 The TRS P consists of the following rules: 20.88/7.86 20.88/7.86 new_primMulNat(Succ(vwx30000), Succ(vwx40100)) -> new_primMulNat(vwx30000, Succ(vwx40100)) 20.88/7.87 20.88/7.87 R is empty. 20.88/7.87 Q is empty. 20.88/7.87 We have to consider all minimal (P,Q,R)-chains. 20.88/7.87 ---------------------------------------- 20.88/7.87 20.88/7.87 (25) QDPSizeChangeProof (EQUIVALENT) 20.88/7.87 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. 20.88/7.87 20.88/7.87 From the DPs we obtained the following set of size-change graphs: 20.88/7.87 *new_primMulNat(Succ(vwx30000), Succ(vwx40100)) -> new_primMulNat(vwx30000, Succ(vwx40100)) 20.88/7.87 The graph contains the following edges 1 > 1, 2 >= 2 20.88/7.87 20.88/7.87 20.88/7.87 ---------------------------------------- 20.88/7.87 20.88/7.87 (26) 20.88/7.87 YES 20.88/7.87 20.88/7.87 ---------------------------------------- 20.88/7.87 20.88/7.87 (27) 20.88/7.87 Obligation: 20.88/7.87 Q DP problem: 20.88/7.87 The TRS P consists of the following rules: 20.88/7.87 20.88/7.87 new_primEqNat(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat(vwx3000, vwx4000) 20.88/7.87 20.88/7.87 R is empty. 20.88/7.87 Q is empty. 20.88/7.87 We have to consider all minimal (P,Q,R)-chains. 20.88/7.87 ---------------------------------------- 20.88/7.87 20.88/7.87 (28) QDPSizeChangeProof (EQUIVALENT) 20.88/7.87 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. 20.88/7.87 20.88/7.87 From the DPs we obtained the following set of size-change graphs: 20.88/7.87 *new_primEqNat(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat(vwx3000, vwx4000) 20.88/7.87 The graph contains the following edges 1 > 1, 2 > 2 20.88/7.87 20.88/7.87 20.88/7.87 ---------------------------------------- 20.88/7.87 20.88/7.87 (29) 20.88/7.87 YES 20.88/7.87 20.88/7.87 ---------------------------------------- 20.88/7.87 20.88/7.87 (30) 20.88/7.87 Obligation: 20.88/7.87 Q DP problem: 20.88/7.87 The TRS P consists of the following rules: 20.88/7.87 20.88/7.87 new_primPlusNat(Succ(vwx5200), Succ(vwx401000)) -> new_primPlusNat(vwx5200, vwx401000) 20.88/7.87 20.88/7.87 R is empty. 20.88/7.87 Q is empty. 20.88/7.87 We have to consider all minimal (P,Q,R)-chains. 20.88/7.87 ---------------------------------------- 20.88/7.87 20.88/7.87 (31) QDPSizeChangeProof (EQUIVALENT) 20.88/7.87 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. 20.88/7.87 20.88/7.87 From the DPs we obtained the following set of size-change graphs: 20.88/7.87 *new_primPlusNat(Succ(vwx5200), Succ(vwx401000)) -> new_primPlusNat(vwx5200, vwx401000) 20.88/7.87 The graph contains the following edges 1 > 1, 2 > 2 20.88/7.87 20.88/7.87 20.88/7.87 ---------------------------------------- 20.88/7.87 20.88/7.87 (32) 20.88/7.87 YES 21.03/8.60 EOF