15.58/6.48 YES 18.31/7.21 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 18.31/7.21 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 18.31/7.21 18.31/7.21 18.31/7.21 H-Termination with start terms of the given HASKELL could be proven: 18.31/7.21 18.31/7.21 (0) HASKELL 18.31/7.21 (1) CR [EQUIVALENT, 0 ms] 18.31/7.21 (2) HASKELL 18.31/7.21 (3) IFR [EQUIVALENT, 0 ms] 18.31/7.21 (4) HASKELL 18.31/7.21 (5) BR [EQUIVALENT, 0 ms] 18.31/7.21 (6) HASKELL 18.31/7.21 (7) COR [EQUIVALENT, 0 ms] 18.31/7.21 (8) HASKELL 18.31/7.21 (9) LetRed [EQUIVALENT, 0 ms] 18.31/7.21 (10) HASKELL 18.31/7.21 (11) NumRed [SOUND, 0 ms] 18.31/7.21 (12) HASKELL 18.31/7.21 (13) Narrow [SOUND, 0 ms] 18.31/7.21 (14) AND 18.31/7.21 (15) QDP 18.31/7.21 (16) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.31/7.21 (17) YES 18.31/7.21 (18) QDP 18.31/7.21 (19) QDPSizeChangeProof [EQUIVALENT, 63 ms] 18.31/7.21 (20) YES 18.31/7.21 (21) QDP 18.31/7.21 (22) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.31/7.21 (23) YES 18.31/7.21 (24) QDP 18.31/7.21 (25) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.31/7.21 (26) YES 18.31/7.21 (27) QDP 18.31/7.21 (28) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.31/7.21 (29) YES 18.31/7.21 (30) QDP 18.31/7.21 (31) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.31/7.21 (32) YES 18.31/7.21 18.31/7.21 18.31/7.21 ---------------------------------------- 18.31/7.21 18.31/7.21 (0) 18.31/7.21 Obligation: 18.31/7.21 mainModule Main 18.31/7.21 module Main where { 18.31/7.21 import qualified Prelude; 18.31/7.21 } 18.31/7.21 18.31/7.21 ---------------------------------------- 18.31/7.21 18.31/7.21 (1) CR (EQUIVALENT) 18.31/7.21 Case Reductions: 18.31/7.21 The following Case expression 18.31/7.21 "case compare x y of { 18.31/7.21 EQ -> o; 18.31/7.21 LT -> LT; 18.31/7.21 GT -> GT} 18.31/7.21 " 18.31/7.21 is transformed to 18.31/7.21 "primCompAux0 o EQ = o; 18.31/7.21 primCompAux0 o LT = LT; 18.31/7.21 primCompAux0 o GT = GT; 18.31/7.21 " 18.31/7.21 18.31/7.21 ---------------------------------------- 18.31/7.21 18.31/7.21 (2) 18.31/7.21 Obligation: 18.31/7.21 mainModule Main 18.31/7.21 module Main where { 18.31/7.21 import qualified Prelude; 18.31/7.21 } 18.31/7.21 18.31/7.21 ---------------------------------------- 18.31/7.21 18.31/7.21 (3) IFR (EQUIVALENT) 18.31/7.21 If Reductions: 18.31/7.21 The following If expression 18.31/7.21 "if primGEqNatS x y then Succ (primDivNatS (primMinusNatS x y) (Succ y)) else Zero" 18.31/7.21 is transformed to 18.31/7.21 "primDivNatS0 x y True = Succ (primDivNatS (primMinusNatS x y) (Succ y)); 18.31/7.21 primDivNatS0 x y False = Zero; 18.31/7.21 " 18.31/7.21 The following If expression 18.31/7.21 "if primGEqNatS x y then primModNatS (primMinusNatS x y) (Succ y) else Succ x" 18.31/7.21 is transformed to 18.31/7.21 "primModNatS0 x y True = primModNatS (primMinusNatS x y) (Succ y); 18.31/7.21 primModNatS0 x y False = Succ x; 18.31/7.21 " 18.31/7.21 18.31/7.21 ---------------------------------------- 18.31/7.21 18.31/7.21 (4) 18.31/7.21 Obligation: 18.31/7.21 mainModule Main 18.31/7.21 module Main where { 18.31/7.21 import qualified Prelude; 18.31/7.21 } 18.31/7.21 18.31/7.21 ---------------------------------------- 18.31/7.21 18.31/7.21 (5) BR (EQUIVALENT) 18.31/7.21 Replaced joker patterns by fresh variables and removed binding patterns. 18.31/7.21 ---------------------------------------- 18.31/7.21 18.31/7.21 (6) 18.31/7.21 Obligation: 18.31/7.21 mainModule Main 18.31/7.21 module Main where { 18.31/7.21 import qualified Prelude; 18.31/7.21 } 18.31/7.21 18.31/7.21 ---------------------------------------- 18.31/7.21 18.31/7.21 (7) COR (EQUIVALENT) 18.31/7.21 Cond Reductions: 18.31/7.21 The following Function with conditions 18.31/7.21 "compare x y|x == yEQ|x <= yLT|otherwiseGT; 18.31/7.21 " 18.31/7.21 is transformed to 18.31/7.21 "compare x y = compare3 x y; 18.31/7.21 " 18.31/7.21 "compare0 x y True = GT; 18.31/7.21 " 18.31/7.21 "compare1 x y True = LT; 18.31/7.21 compare1 x y False = compare0 x y otherwise; 18.31/7.21 " 18.31/7.21 "compare2 x y True = EQ; 18.31/7.21 compare2 x y False = compare1 x y (x <= y); 18.31/7.21 " 18.31/7.21 "compare3 x y = compare2 x y (x == y); 18.31/7.21 " 18.31/7.21 The following Function with conditions 18.31/7.21 "absReal x|x >= 0x|otherwise`negate` x; 18.31/7.21 " 18.31/7.21 is transformed to 18.31/7.21 "absReal x = absReal2 x; 18.31/7.21 " 18.31/7.21 "absReal0 x True = `negate` x; 18.31/7.21 " 18.31/7.21 "absReal1 x True = x; 18.31/7.21 absReal1 x False = absReal0 x otherwise; 18.31/7.21 " 18.31/7.21 "absReal2 x = absReal1 x (x >= 0); 18.31/7.21 " 18.31/7.21 The following Function with conditions 18.31/7.21 "gcd' x 0 = x; 18.31/7.21 gcd' x y = gcd' y (x `rem` y); 18.31/7.21 " 18.31/7.21 is transformed to 18.31/7.21 "gcd' x zx = gcd'2 x zx; 18.31/7.21 gcd' x y = gcd'0 x y; 18.31/7.21 " 18.31/7.21 "gcd'0 x y = gcd' y (x `rem` y); 18.31/7.21 " 18.31/7.21 "gcd'1 True x zx = x; 18.31/7.21 gcd'1 zy zz vuu = gcd'0 zz vuu; 18.31/7.21 " 18.31/7.21 "gcd'2 x zx = gcd'1 (zx == 0) x zx; 18.31/7.21 gcd'2 vuv vuw = gcd'0 vuv vuw; 18.31/7.21 " 18.31/7.21 The following Function with conditions 18.31/7.21 "gcd 0 0 = error []; 18.31/7.21 gcd x y = gcd' (abs x) (abs y) where { 18.31/7.21 gcd' x 0 = x; 18.31/7.21 gcd' x y = gcd' y (x `rem` y); 18.31/7.21 } 18.31/7.21 ; 18.31/7.21 " 18.31/7.21 is transformed to 18.31/7.21 "gcd vux vuy = gcd3 vux vuy; 18.31/7.21 gcd x y = gcd0 x y; 18.31/7.21 " 18.31/7.21 "gcd0 x y = gcd' (abs x) (abs y) where { 18.31/7.21 gcd' x zx = gcd'2 x zx; 18.31/7.21 gcd' x y = gcd'0 x y; 18.31/7.21 ; 18.31/7.21 gcd'0 x y = gcd' y (x `rem` y); 18.31/7.21 ; 18.31/7.21 gcd'1 True x zx = x; 18.31/7.21 gcd'1 zy zz vuu = gcd'0 zz vuu; 18.31/7.21 ; 18.31/7.21 gcd'2 x zx = gcd'1 (zx == 0) x zx; 18.31/7.21 gcd'2 vuv vuw = gcd'0 vuv vuw; 18.31/7.21 } 18.31/7.21 ; 18.31/7.21 " 18.31/7.21 "gcd1 True vux vuy = error []; 18.31/7.21 gcd1 vuz vvu vvv = gcd0 vvu vvv; 18.31/7.21 " 18.31/7.21 "gcd2 True vux vuy = gcd1 (vuy == 0) vux vuy; 18.31/7.21 gcd2 vvw vvx vvy = gcd0 vvx vvy; 18.31/7.21 " 18.31/7.21 "gcd3 vux vuy = gcd2 (vux == 0) vux vuy; 18.31/7.21 gcd3 vvz vwu = gcd0 vvz vwu; 18.31/7.21 " 18.31/7.21 The following Function with conditions 18.31/7.21 "undefined |Falseundefined; 18.31/7.21 " 18.31/7.21 is transformed to 18.31/7.21 "undefined = undefined1; 18.31/7.21 " 18.31/7.21 "undefined0 True = undefined; 18.31/7.21 " 18.31/7.21 "undefined1 = undefined0 False; 18.31/7.21 " 18.31/7.21 The following Function with conditions 18.31/7.21 "reduce x y|y == 0error []|otherwisex `quot` d :% (y `quot` d) where { 18.31/7.21 d = gcd x y; 18.31/7.21 } 18.31/7.21 ; 18.31/7.21 " 18.31/7.21 is transformed to 18.31/7.21 "reduce x y = reduce2 x y; 18.31/7.21 " 18.31/7.21 "reduce2 x y = reduce1 x y (y == 0) where { 18.31/7.21 d = gcd x y; 18.31/7.21 ; 18.31/7.21 reduce0 x y True = x `quot` d :% (y `quot` d); 18.31/7.21 ; 18.31/7.21 reduce1 x y True = error []; 18.31/7.21 reduce1 x y False = reduce0 x y otherwise; 18.31/7.21 } 18.31/7.21 ; 18.31/7.21 " 18.31/7.21 18.31/7.21 ---------------------------------------- 18.31/7.21 18.31/7.21 (8) 18.31/7.21 Obligation: 18.31/7.21 mainModule Main 18.31/7.21 module Main where { 18.31/7.21 import qualified Prelude; 18.31/7.21 } 18.31/7.21 18.31/7.21 ---------------------------------------- 18.31/7.21 18.31/7.21 (9) LetRed (EQUIVALENT) 18.31/7.21 Let/Where Reductions: 18.31/7.21 The bindings of the following Let/Where expression 18.31/7.21 "gcd' (abs x) (abs y) where { 18.31/7.21 gcd' x zx = gcd'2 x zx; 18.31/7.21 gcd' x y = gcd'0 x y; 18.31/7.21 ; 18.31/7.21 gcd'0 x y = gcd' y (x `rem` y); 18.31/7.21 ; 18.31/7.21 gcd'1 True x zx = x; 18.31/7.21 gcd'1 zy zz vuu = gcd'0 zz vuu; 18.31/7.21 ; 18.31/7.21 gcd'2 x zx = gcd'1 (zx == 0) x zx; 18.31/7.21 gcd'2 vuv vuw = gcd'0 vuv vuw; 18.31/7.21 } 18.31/7.21 " 18.31/7.21 are unpacked to the following functions on top level 18.31/7.21 "gcd0Gcd'0 x y = gcd0Gcd' y (x `rem` y); 18.31/7.21 " 18.31/7.21 "gcd0Gcd'2 x zx = gcd0Gcd'1 (zx == 0) x zx; 18.31/7.21 gcd0Gcd'2 vuv vuw = gcd0Gcd'0 vuv vuw; 18.31/7.21 " 18.31/7.21 "gcd0Gcd'1 True x zx = x; 18.31/7.21 gcd0Gcd'1 zy zz vuu = gcd0Gcd'0 zz vuu; 18.31/7.21 " 18.31/7.21 "gcd0Gcd' x zx = gcd0Gcd'2 x zx; 18.31/7.21 gcd0Gcd' x y = gcd0Gcd'0 x y; 18.31/7.21 " 18.31/7.21 The bindings of the following Let/Where expression 18.31/7.21 "reduce1 x y (y == 0) where { 18.31/7.21 d = gcd x y; 18.31/7.21 ; 18.31/7.21 reduce0 x y True = x `quot` d :% (y `quot` d); 18.31/7.21 ; 18.31/7.21 reduce1 x y True = error []; 18.31/7.21 reduce1 x y False = reduce0 x y otherwise; 18.31/7.21 } 18.31/7.21 " 18.31/7.21 are unpacked to the following functions on top level 18.31/7.21 "reduce2Reduce0 vwv vww x y True = x `quot` reduce2D vwv vww :% (y `quot` reduce2D vwv vww); 18.31/7.21 " 18.31/7.21 "reduce2D vwv vww = gcd vwv vww; 18.31/7.21 " 18.31/7.21 "reduce2Reduce1 vwv vww x y True = error []; 18.31/7.21 reduce2Reduce1 vwv vww x y False = reduce2Reduce0 vwv vww x y otherwise; 18.31/7.21 " 18.31/7.21 18.31/7.21 ---------------------------------------- 18.31/7.21 18.31/7.21 (10) 18.31/7.21 Obligation: 18.31/7.21 mainModule Main 18.31/7.21 module Main where { 18.31/7.21 import qualified Prelude; 18.31/7.21 } 18.31/7.21 18.31/7.21 ---------------------------------------- 18.31/7.21 18.31/7.21 (11) NumRed (SOUND) 18.31/7.21 Num Reduction:All numbers are transformed to their corresponding representation with Succ, Pred and Zero. 18.31/7.21 ---------------------------------------- 18.31/7.21 18.31/7.21 (12) 18.31/7.21 Obligation: 18.31/7.21 mainModule Main 18.31/7.21 module Main where { 18.31/7.21 import qualified Prelude; 18.31/7.21 } 18.31/7.21 18.31/7.21 ---------------------------------------- 18.31/7.21 18.31/7.21 (13) Narrow (SOUND) 18.31/7.21 Haskell To QDPs 18.31/7.21 18.31/7.21 digraph dp_graph { 18.31/7.21 node [outthreshold=100, inthreshold=100];1[label="(>)",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 18.31/7.21 3[label="(>) vwx3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 18.31/7.21 4[label="(>) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];4 -> 5[label="",style="solid", color="black", weight=3]; 18.31/7.21 5[label="compare vwx3 vwx4 == GT",fontsize=16,color="black",shape="box"];5 -> 6[label="",style="solid", color="black", weight=3]; 18.31/7.21 6[label="compare3 vwx3 vwx4 == GT",fontsize=16,color="black",shape="box"];6 -> 7[label="",style="solid", color="black", weight=3]; 18.31/7.21 7[label="compare2 vwx3 vwx4 (vwx3 == vwx4) == GT",fontsize=16,color="burlywood",shape="box"];2654[label="vwx3/Nothing",fontsize=10,color="white",style="solid",shape="box"];7 -> 2654[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2654 -> 8[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2655[label="vwx3/Just vwx30",fontsize=10,color="white",style="solid",shape="box"];7 -> 2655[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2655 -> 9[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 8[label="compare2 Nothing vwx4 (Nothing == vwx4) == GT",fontsize=16,color="burlywood",shape="box"];2656[label="vwx4/Nothing",fontsize=10,color="white",style="solid",shape="box"];8 -> 2656[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2656 -> 10[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2657[label="vwx4/Just vwx40",fontsize=10,color="white",style="solid",shape="box"];8 -> 2657[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2657 -> 11[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 9[label="compare2 (Just vwx30) vwx4 (Just vwx30 == vwx4) == GT",fontsize=16,color="burlywood",shape="box"];2658[label="vwx4/Nothing",fontsize=10,color="white",style="solid",shape="box"];9 -> 2658[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2658 -> 12[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2659[label="vwx4/Just vwx40",fontsize=10,color="white",style="solid",shape="box"];9 -> 2659[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2659 -> 13[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 10[label="compare2 Nothing Nothing (Nothing == Nothing) == GT",fontsize=16,color="black",shape="box"];10 -> 14[label="",style="solid", color="black", weight=3]; 18.31/7.21 11[label="compare2 Nothing (Just vwx40) (Nothing == Just vwx40) == GT",fontsize=16,color="black",shape="box"];11 -> 15[label="",style="solid", color="black", weight=3]; 18.31/7.21 12[label="compare2 (Just vwx30) Nothing (Just vwx30 == Nothing) == GT",fontsize=16,color="black",shape="box"];12 -> 16[label="",style="solid", color="black", weight=3]; 18.31/7.21 13[label="compare2 (Just vwx30) (Just vwx40) (Just vwx30 == Just vwx40) == GT",fontsize=16,color="black",shape="box"];13 -> 17[label="",style="solid", color="black", weight=3]; 18.31/7.21 14[label="compare2 Nothing Nothing True == GT",fontsize=16,color="black",shape="box"];14 -> 18[label="",style="solid", color="black", weight=3]; 18.31/7.21 15[label="compare2 Nothing (Just vwx40) False == GT",fontsize=16,color="black",shape="box"];15 -> 19[label="",style="solid", color="black", weight=3]; 18.31/7.21 16[label="compare2 (Just vwx30) Nothing False == GT",fontsize=16,color="black",shape="box"];16 -> 20[label="",style="solid", color="black", weight=3]; 18.31/7.21 17 -> 21[label="",style="dashed", color="red", weight=0]; 18.31/7.21 17[label="compare2 (Just vwx30) (Just vwx40) (vwx30 == vwx40) == GT",fontsize=16,color="magenta"];17 -> 22[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 17 -> 23[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 17 -> 24[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 18[label="EQ == GT",fontsize=16,color="black",shape="box"];18 -> 25[label="",style="solid", color="black", weight=3]; 18.31/7.21 19[label="compare1 Nothing (Just vwx40) (Nothing <= Just vwx40) == GT",fontsize=16,color="black",shape="box"];19 -> 26[label="",style="solid", color="black", weight=3]; 18.31/7.21 20[label="compare1 (Just vwx30) Nothing (Just vwx30 <= Nothing) == GT",fontsize=16,color="black",shape="box"];20 -> 27[label="",style="solid", color="black", weight=3]; 18.31/7.21 22[label="vwx30 == vwx40",fontsize=16,color="blue",shape="box"];2660[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];22 -> 2660[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2660 -> 28[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2661[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];22 -> 2661[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2661 -> 29[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2662[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];22 -> 2662[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2662 -> 30[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2663[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];22 -> 2663[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2663 -> 31[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2664[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];22 -> 2664[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2664 -> 32[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2665[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];22 -> 2665[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2665 -> 33[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2666[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];22 -> 2666[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2666 -> 34[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2667[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];22 -> 2667[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2667 -> 35[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2668[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];22 -> 2668[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2668 -> 36[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2669[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];22 -> 2669[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2669 -> 37[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2670[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];22 -> 2670[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2670 -> 38[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2671[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];22 -> 2671[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2671 -> 39[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2672[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];22 -> 2672[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2672 -> 40[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2673[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];22 -> 2673[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2673 -> 41[label="",style="solid", color="blue", weight=3]; 18.31/7.21 23[label="vwx40",fontsize=16,color="green",shape="box"];24[label="vwx30",fontsize=16,color="green",shape="box"];21[label="compare2 (Just vwx9) (Just vwx10) vwx11 == GT",fontsize=16,color="burlywood",shape="triangle"];2674[label="vwx11/False",fontsize=10,color="white",style="solid",shape="box"];21 -> 2674[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2674 -> 42[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2675[label="vwx11/True",fontsize=10,color="white",style="solid",shape="box"];21 -> 2675[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2675 -> 43[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 25[label="False",fontsize=16,color="green",shape="box"];26[label="compare1 Nothing (Just vwx40) True == GT",fontsize=16,color="black",shape="box"];26 -> 44[label="",style="solid", color="black", weight=3]; 18.31/7.21 27[label="compare1 (Just vwx30) Nothing False == GT",fontsize=16,color="black",shape="box"];27 -> 45[label="",style="solid", color="black", weight=3]; 18.31/7.21 28[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2676[label="vwx30/(vwx300,vwx301)",fontsize=10,color="white",style="solid",shape="box"];28 -> 2676[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2676 -> 46[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 29[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];29 -> 47[label="",style="solid", color="black", weight=3]; 18.31/7.21 30[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];30 -> 48[label="",style="solid", color="black", weight=3]; 18.31/7.21 31[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2677[label="vwx30/()",fontsize=10,color="white",style="solid",shape="box"];31 -> 2677[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2677 -> 49[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 32[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2678[label="vwx30/Nothing",fontsize=10,color="white",style="solid",shape="box"];32 -> 2678[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2678 -> 50[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2679[label="vwx30/Just vwx300",fontsize=10,color="white",style="solid",shape="box"];32 -> 2679[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2679 -> 51[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 33[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2680[label="vwx30/LT",fontsize=10,color="white",style="solid",shape="box"];33 -> 2680[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2680 -> 52[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2681[label="vwx30/EQ",fontsize=10,color="white",style="solid",shape="box"];33 -> 2681[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2681 -> 53[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2682[label="vwx30/GT",fontsize=10,color="white",style="solid",shape="box"];33 -> 2682[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2682 -> 54[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 34[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];34 -> 55[label="",style="solid", color="black", weight=3]; 18.31/7.21 35[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2683[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];35 -> 2683[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2683 -> 56[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 36[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2684[label="vwx30/vwx300 : vwx301",fontsize=10,color="white",style="solid",shape="box"];36 -> 2684[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2684 -> 57[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2685[label="vwx30/[]",fontsize=10,color="white",style="solid",shape="box"];36 -> 2685[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2685 -> 58[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 37[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];37 -> 59[label="",style="solid", color="black", weight=3]; 18.31/7.21 38[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2686[label="vwx30/(vwx300,vwx301,vwx302)",fontsize=10,color="white",style="solid",shape="box"];38 -> 2686[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2686 -> 60[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 39[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2687[label="vwx30/vwx300 :% vwx301",fontsize=10,color="white",style="solid",shape="box"];39 -> 2687[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2687 -> 61[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 40[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2688[label="vwx30/Left vwx300",fontsize=10,color="white",style="solid",shape="box"];40 -> 2688[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2688 -> 62[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2689[label="vwx30/Right vwx300",fontsize=10,color="white",style="solid",shape="box"];40 -> 2689[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2689 -> 63[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 41[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2690[label="vwx30/False",fontsize=10,color="white",style="solid",shape="box"];41 -> 2690[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2690 -> 64[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2691[label="vwx30/True",fontsize=10,color="white",style="solid",shape="box"];41 -> 2691[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2691 -> 65[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 42[label="compare2 (Just vwx9) (Just vwx10) False == GT",fontsize=16,color="black",shape="box"];42 -> 66[label="",style="solid", color="black", weight=3]; 18.31/7.21 43[label="compare2 (Just vwx9) (Just vwx10) True == GT",fontsize=16,color="black",shape="box"];43 -> 67[label="",style="solid", color="black", weight=3]; 18.31/7.21 44 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.21 44[label="LT == GT",fontsize=16,color="magenta"];44 -> 68[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 44 -> 69[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 45 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.21 45[label="compare0 (Just vwx30) Nothing otherwise == GT",fontsize=16,color="magenta"];45 -> 70[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 45 -> 71[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 46[label="(vwx300,vwx301) == vwx40",fontsize=16,color="burlywood",shape="box"];2692[label="vwx40/(vwx400,vwx401)",fontsize=10,color="white",style="solid",shape="box"];46 -> 2692[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2692 -> 72[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 47[label="primEqFloat vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2693[label="vwx30/Float vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];47 -> 2693[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2693 -> 73[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 48[label="primEqChar vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2694[label="vwx30/Char vwx300",fontsize=10,color="white",style="solid",shape="box"];48 -> 2694[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2694 -> 74[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 49[label="() == vwx40",fontsize=16,color="burlywood",shape="box"];2695[label="vwx40/()",fontsize=10,color="white",style="solid",shape="box"];49 -> 2695[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2695 -> 75[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 50[label="Nothing == vwx40",fontsize=16,color="burlywood",shape="box"];2696[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];50 -> 2696[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2696 -> 76[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2697[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];50 -> 2697[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2697 -> 77[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 51[label="Just vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2698[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];51 -> 2698[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2698 -> 78[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2699[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];51 -> 2699[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2699 -> 79[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 52[label="LT == vwx40",fontsize=16,color="burlywood",shape="box"];2700[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];52 -> 2700[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2700 -> 80[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2701[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];52 -> 2701[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2701 -> 81[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2702[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];52 -> 2702[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2702 -> 82[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 53[label="EQ == vwx40",fontsize=16,color="burlywood",shape="box"];2703[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];53 -> 2703[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2703 -> 83[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2704[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];53 -> 2704[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2704 -> 84[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2705[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];53 -> 2705[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2705 -> 85[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 54[label="GT == vwx40",fontsize=16,color="burlywood",shape="box"];2706[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];54 -> 2706[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2706 -> 86[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2707[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];54 -> 2707[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2707 -> 87[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2708[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];54 -> 2708[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2708 -> 88[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 55[label="primEqDouble vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2709[label="vwx30/Double vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];55 -> 2709[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2709 -> 89[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 56[label="Integer vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2710[label="vwx40/Integer vwx400",fontsize=10,color="white",style="solid",shape="box"];56 -> 2710[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2710 -> 90[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 57[label="vwx300 : vwx301 == vwx40",fontsize=16,color="burlywood",shape="box"];2711[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];57 -> 2711[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2711 -> 91[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2712[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];57 -> 2712[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2712 -> 92[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 58[label="[] == vwx40",fontsize=16,color="burlywood",shape="box"];2713[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];58 -> 2713[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2713 -> 93[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2714[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];58 -> 2714[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2714 -> 94[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 59[label="primEqInt vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];2715[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];59 -> 2715[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2715 -> 95[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2716[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];59 -> 2716[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2716 -> 96[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 60[label="(vwx300,vwx301,vwx302) == vwx40",fontsize=16,color="burlywood",shape="box"];2717[label="vwx40/(vwx400,vwx401,vwx402)",fontsize=10,color="white",style="solid",shape="box"];60 -> 2717[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2717 -> 97[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 61[label="vwx300 :% vwx301 == vwx40",fontsize=16,color="burlywood",shape="box"];2718[label="vwx40/vwx400 :% vwx401",fontsize=10,color="white",style="solid",shape="box"];61 -> 2718[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2718 -> 98[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 62[label="Left vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2719[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];62 -> 2719[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2719 -> 99[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2720[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];62 -> 2720[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2720 -> 100[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 63[label="Right vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2721[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];63 -> 2721[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2721 -> 101[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2722[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];63 -> 2722[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2722 -> 102[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 64[label="False == vwx40",fontsize=16,color="burlywood",shape="box"];2723[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];64 -> 2723[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2723 -> 103[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2724[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];64 -> 2724[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2724 -> 104[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 65[label="True == vwx40",fontsize=16,color="burlywood",shape="box"];2725[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];65 -> 2725[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2725 -> 105[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2726[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];65 -> 2726[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2726 -> 106[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 66 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.21 66[label="compare1 (Just vwx9) (Just vwx10) (Just vwx9 <= Just vwx10) == GT",fontsize=16,color="magenta"];66 -> 107[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 66 -> 108[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 67 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.21 67[label="EQ == GT",fontsize=16,color="magenta"];67 -> 109[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 67 -> 110[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 68[label="LT",fontsize=16,color="green",shape="box"];69[label="GT",fontsize=16,color="green",shape="box"];70[label="compare0 (Just vwx30) Nothing otherwise",fontsize=16,color="black",shape="box"];70 -> 111[label="",style="solid", color="black", weight=3]; 18.31/7.21 71[label="GT",fontsize=16,color="green",shape="box"];72[label="(vwx300,vwx301) == (vwx400,vwx401)",fontsize=16,color="black",shape="box"];72 -> 112[label="",style="solid", color="black", weight=3]; 18.31/7.21 73[label="primEqFloat (Float vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];2727[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];73 -> 2727[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2727 -> 113[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 74[label="primEqChar (Char vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2728[label="vwx40/Char vwx400",fontsize=10,color="white",style="solid",shape="box"];74 -> 2728[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2728 -> 114[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 75[label="() == ()",fontsize=16,color="black",shape="box"];75 -> 115[label="",style="solid", color="black", weight=3]; 18.31/7.21 76[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];76 -> 116[label="",style="solid", color="black", weight=3]; 18.31/7.21 77[label="Nothing == Just vwx400",fontsize=16,color="black",shape="box"];77 -> 117[label="",style="solid", color="black", weight=3]; 18.31/7.21 78[label="Just vwx300 == Nothing",fontsize=16,color="black",shape="box"];78 -> 118[label="",style="solid", color="black", weight=3]; 18.31/7.21 79[label="Just vwx300 == Just vwx400",fontsize=16,color="black",shape="box"];79 -> 119[label="",style="solid", color="black", weight=3]; 18.31/7.21 80[label="LT == LT",fontsize=16,color="black",shape="box"];80 -> 120[label="",style="solid", color="black", weight=3]; 18.31/7.21 81[label="LT == EQ",fontsize=16,color="black",shape="box"];81 -> 121[label="",style="solid", color="black", weight=3]; 18.31/7.21 82[label="LT == GT",fontsize=16,color="black",shape="box"];82 -> 122[label="",style="solid", color="black", weight=3]; 18.31/7.21 83[label="EQ == LT",fontsize=16,color="black",shape="box"];83 -> 123[label="",style="solid", color="black", weight=3]; 18.31/7.21 84[label="EQ == EQ",fontsize=16,color="black",shape="box"];84 -> 124[label="",style="solid", color="black", weight=3]; 18.31/7.21 85[label="EQ == GT",fontsize=16,color="black",shape="box"];85 -> 125[label="",style="solid", color="black", weight=3]; 18.31/7.21 86[label="GT == LT",fontsize=16,color="black",shape="box"];86 -> 126[label="",style="solid", color="black", weight=3]; 18.31/7.21 87[label="GT == EQ",fontsize=16,color="black",shape="box"];87 -> 127[label="",style="solid", color="black", weight=3]; 18.31/7.21 88[label="GT == GT",fontsize=16,color="black",shape="box"];88 -> 128[label="",style="solid", color="black", weight=3]; 18.31/7.21 89[label="primEqDouble (Double vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];2729[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];89 -> 2729[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2729 -> 129[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 90[label="Integer vwx300 == Integer vwx400",fontsize=16,color="black",shape="box"];90 -> 130[label="",style="solid", color="black", weight=3]; 18.31/7.21 91[label="vwx300 : vwx301 == vwx400 : vwx401",fontsize=16,color="black",shape="box"];91 -> 131[label="",style="solid", color="black", weight=3]; 18.31/7.21 92[label="vwx300 : vwx301 == []",fontsize=16,color="black",shape="box"];92 -> 132[label="",style="solid", color="black", weight=3]; 18.31/7.21 93[label="[] == vwx400 : vwx401",fontsize=16,color="black",shape="box"];93 -> 133[label="",style="solid", color="black", weight=3]; 18.31/7.21 94[label="[] == []",fontsize=16,color="black",shape="box"];94 -> 134[label="",style="solid", color="black", weight=3]; 18.31/7.21 95[label="primEqInt (Pos vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2730[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];95 -> 2730[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2730 -> 135[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2731[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];95 -> 2731[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2731 -> 136[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 96[label="primEqInt (Neg vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2732[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];96 -> 2732[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2732 -> 137[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2733[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];96 -> 2733[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2733 -> 138[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 97[label="(vwx300,vwx301,vwx302) == (vwx400,vwx401,vwx402)",fontsize=16,color="black",shape="box"];97 -> 139[label="",style="solid", color="black", weight=3]; 18.31/7.21 98[label="vwx300 :% vwx301 == vwx400 :% vwx401",fontsize=16,color="black",shape="box"];98 -> 140[label="",style="solid", color="black", weight=3]; 18.31/7.21 99[label="Left vwx300 == Left vwx400",fontsize=16,color="black",shape="box"];99 -> 141[label="",style="solid", color="black", weight=3]; 18.31/7.21 100[label="Left vwx300 == Right vwx400",fontsize=16,color="black",shape="box"];100 -> 142[label="",style="solid", color="black", weight=3]; 18.31/7.21 101[label="Right vwx300 == Left vwx400",fontsize=16,color="black",shape="box"];101 -> 143[label="",style="solid", color="black", weight=3]; 18.31/7.21 102[label="Right vwx300 == Right vwx400",fontsize=16,color="black",shape="box"];102 -> 144[label="",style="solid", color="black", weight=3]; 18.31/7.21 103[label="False == False",fontsize=16,color="black",shape="box"];103 -> 145[label="",style="solid", color="black", weight=3]; 18.31/7.21 104[label="False == True",fontsize=16,color="black",shape="box"];104 -> 146[label="",style="solid", color="black", weight=3]; 18.31/7.21 105[label="True == False",fontsize=16,color="black",shape="box"];105 -> 147[label="",style="solid", color="black", weight=3]; 18.31/7.21 106[label="True == True",fontsize=16,color="black",shape="box"];106 -> 148[label="",style="solid", color="black", weight=3]; 18.31/7.21 107 -> 1649[label="",style="dashed", color="red", weight=0]; 18.31/7.21 107[label="compare1 (Just vwx9) (Just vwx10) (Just vwx9 <= Just vwx10)",fontsize=16,color="magenta"];107 -> 1650[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 107 -> 1651[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 107 -> 1652[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 108[label="GT",fontsize=16,color="green",shape="box"];109[label="EQ",fontsize=16,color="green",shape="box"];110[label="GT",fontsize=16,color="green",shape="box"];111[label="compare0 (Just vwx30) Nothing True",fontsize=16,color="black",shape="box"];111 -> 150[label="",style="solid", color="black", weight=3]; 18.31/7.21 112 -> 251[label="",style="dashed", color="red", weight=0]; 18.31/7.21 112[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];112 -> 252[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 112 -> 253[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 113[label="primEqFloat (Float vwx300 vwx301) (Float vwx400 vwx401)",fontsize=16,color="black",shape="box"];113 -> 161[label="",style="solid", color="black", weight=3]; 18.31/7.21 114[label="primEqChar (Char vwx300) (Char vwx400)",fontsize=16,color="black",shape="box"];114 -> 162[label="",style="solid", color="black", weight=3]; 18.31/7.21 115[label="True",fontsize=16,color="green",shape="box"];116[label="True",fontsize=16,color="green",shape="box"];117[label="False",fontsize=16,color="green",shape="box"];118[label="False",fontsize=16,color="green",shape="box"];119[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2734[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];119 -> 2734[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2734 -> 163[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2735[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];119 -> 2735[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2735 -> 164[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2736[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];119 -> 2736[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2736 -> 165[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2737[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];119 -> 2737[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2737 -> 166[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2738[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];119 -> 2738[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2738 -> 167[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2739[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];119 -> 2739[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2739 -> 168[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2740[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];119 -> 2740[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2740 -> 169[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2741[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];119 -> 2741[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2741 -> 170[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2742[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];119 -> 2742[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2742 -> 171[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2743[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];119 -> 2743[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2743 -> 172[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2744[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];119 -> 2744[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2744 -> 173[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2745[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];119 -> 2745[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2745 -> 174[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2746[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];119 -> 2746[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2746 -> 175[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2747[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];119 -> 2747[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2747 -> 176[label="",style="solid", color="blue", weight=3]; 18.31/7.21 120[label="True",fontsize=16,color="green",shape="box"];121[label="False",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="True",fontsize=16,color="green",shape="box"];125[label="False",fontsize=16,color="green",shape="box"];126[label="False",fontsize=16,color="green",shape="box"];127[label="False",fontsize=16,color="green",shape="box"];128[label="True",fontsize=16,color="green",shape="box"];129[label="primEqDouble (Double vwx300 vwx301) (Double vwx400 vwx401)",fontsize=16,color="black",shape="box"];129 -> 177[label="",style="solid", color="black", weight=3]; 18.31/7.21 130 -> 59[label="",style="dashed", color="red", weight=0]; 18.31/7.21 130[label="primEqInt vwx300 vwx400",fontsize=16,color="magenta"];130 -> 178[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 130 -> 179[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 131 -> 251[label="",style="dashed", color="red", weight=0]; 18.31/7.21 131[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];131 -> 254[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 131 -> 255[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 132[label="False",fontsize=16,color="green",shape="box"];133[label="False",fontsize=16,color="green",shape="box"];134[label="True",fontsize=16,color="green",shape="box"];135[label="primEqInt (Pos (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];2748[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];135 -> 2748[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2748 -> 180[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2749[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];135 -> 2749[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2749 -> 181[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 136[label="primEqInt (Pos Zero) vwx40",fontsize=16,color="burlywood",shape="box"];2750[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];136 -> 2750[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2750 -> 182[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2751[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];136 -> 2751[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2751 -> 183[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 137[label="primEqInt (Neg (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];2752[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];137 -> 2752[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2752 -> 184[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2753[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];137 -> 2753[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2753 -> 185[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 138[label="primEqInt (Neg Zero) vwx40",fontsize=16,color="burlywood",shape="box"];2754[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];138 -> 2754[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2754 -> 186[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2755[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];138 -> 2755[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2755 -> 187[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 139 -> 251[label="",style="dashed", color="red", weight=0]; 18.31/7.21 139[label="vwx300 == vwx400 && vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];139 -> 256[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 139 -> 257[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 140 -> 251[label="",style="dashed", color="red", weight=0]; 18.31/7.21 140[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];140 -> 258[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 140 -> 259[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 141[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2756[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];141 -> 2756[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2756 -> 199[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2757[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];141 -> 2757[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2757 -> 200[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2758[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];141 -> 2758[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2758 -> 201[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2759[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];141 -> 2759[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2759 -> 202[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2760[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];141 -> 2760[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2760 -> 203[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2761[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];141 -> 2761[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2761 -> 204[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2762[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];141 -> 2762[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2762 -> 205[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2763[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];141 -> 2763[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2763 -> 206[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2764[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];141 -> 2764[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2764 -> 207[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2765[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];141 -> 2765[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2765 -> 208[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2766[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];141 -> 2766[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2766 -> 209[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2767[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];141 -> 2767[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2767 -> 210[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2768[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];141 -> 2768[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2768 -> 211[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2769[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];141 -> 2769[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2769 -> 212[label="",style="solid", color="blue", weight=3]; 18.31/7.21 142[label="False",fontsize=16,color="green",shape="box"];143[label="False",fontsize=16,color="green",shape="box"];144[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2770[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];144 -> 2770[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2770 -> 213[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2771[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];144 -> 2771[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2771 -> 214[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2772[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];144 -> 2772[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2772 -> 215[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2773[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];144 -> 2773[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2773 -> 216[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2774[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];144 -> 2774[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2774 -> 217[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2775[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];144 -> 2775[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2775 -> 218[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2776[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];144 -> 2776[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2776 -> 219[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2777[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];144 -> 2777[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2777 -> 220[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2778[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];144 -> 2778[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2778 -> 221[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2779[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];144 -> 2779[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2779 -> 222[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2780[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];144 -> 2780[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2780 -> 223[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2781[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];144 -> 2781[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2781 -> 224[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2782[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];144 -> 2782[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2782 -> 225[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2783[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];144 -> 2783[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2783 -> 226[label="",style="solid", color="blue", weight=3]; 18.31/7.21 145[label="True",fontsize=16,color="green",shape="box"];146[label="False",fontsize=16,color="green",shape="box"];147[label="False",fontsize=16,color="green",shape="box"];148[label="True",fontsize=16,color="green",shape="box"];1650[label="Just vwx10",fontsize=16,color="green",shape="box"];1651[label="Just vwx9 <= Just vwx10",fontsize=16,color="black",shape="box"];1651 -> 1657[label="",style="solid", color="black", weight=3]; 18.31/7.21 1652[label="Just vwx9",fontsize=16,color="green",shape="box"];1649[label="compare1 vwx90 vwx100 vwx58",fontsize=16,color="burlywood",shape="triangle"];2784[label="vwx58/False",fontsize=10,color="white",style="solid",shape="box"];1649 -> 2784[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2784 -> 1658[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2785[label="vwx58/True",fontsize=10,color="white",style="solid",shape="box"];1649 -> 2785[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2785 -> 1659[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 150[label="GT",fontsize=16,color="green",shape="box"];252[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];2786[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];252 -> 2786[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2786 -> 264[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2787[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];252 -> 2787[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2787 -> 265[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2788[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];252 -> 2788[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2788 -> 266[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2789[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];252 -> 2789[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2789 -> 267[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2790[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];252 -> 2790[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2790 -> 268[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2791[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];252 -> 2791[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2791 -> 269[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2792[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];252 -> 2792[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2792 -> 270[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2793[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];252 -> 2793[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2793 -> 271[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2794[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];252 -> 2794[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2794 -> 272[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2795[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];252 -> 2795[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2795 -> 273[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2796[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];252 -> 2796[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2796 -> 274[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2797[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];252 -> 2797[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2797 -> 275[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2798[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];252 -> 2798[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2798 -> 276[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2799[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];252 -> 2799[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2799 -> 277[label="",style="solid", color="blue", weight=3]; 18.31/7.21 253[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2800[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];253 -> 2800[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2800 -> 278[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2801[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];253 -> 2801[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2801 -> 279[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2802[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];253 -> 2802[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2802 -> 280[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2803[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];253 -> 2803[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2803 -> 281[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2804[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];253 -> 2804[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2804 -> 282[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2805[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];253 -> 2805[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2805 -> 283[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2806[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];253 -> 2806[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2806 -> 284[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2807[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];253 -> 2807[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2807 -> 285[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2808[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];253 -> 2808[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2808 -> 286[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2809[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];253 -> 2809[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2809 -> 287[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2810[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];253 -> 2810[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2810 -> 288[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2811[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];253 -> 2811[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2811 -> 289[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2812[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];253 -> 2812[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2812 -> 290[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2813[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];253 -> 2813[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2813 -> 291[label="",style="solid", color="blue", weight=3]; 18.31/7.21 251[label="vwx30 && vwx31",fontsize=16,color="burlywood",shape="triangle"];2814[label="vwx30/False",fontsize=10,color="white",style="solid",shape="box"];251 -> 2814[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2814 -> 292[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2815[label="vwx30/True",fontsize=10,color="white",style="solid",shape="box"];251 -> 2815[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2815 -> 293[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 161 -> 37[label="",style="dashed", color="red", weight=0]; 18.31/7.21 161[label="vwx300 * vwx401 == vwx301 * vwx400",fontsize=16,color="magenta"];161 -> 294[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 161 -> 295[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 162[label="primEqNat vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];2816[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];162 -> 2816[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2816 -> 296[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2817[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];162 -> 2817[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2817 -> 297[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 163 -> 28[label="",style="dashed", color="red", weight=0]; 18.31/7.21 163[label="vwx300 == vwx400",fontsize=16,color="magenta"];163 -> 298[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 163 -> 299[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 164 -> 29[label="",style="dashed", color="red", weight=0]; 18.31/7.21 164[label="vwx300 == vwx400",fontsize=16,color="magenta"];164 -> 300[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 164 -> 301[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 165 -> 30[label="",style="dashed", color="red", weight=0]; 18.31/7.21 165[label="vwx300 == vwx400",fontsize=16,color="magenta"];165 -> 302[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 165 -> 303[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 166 -> 31[label="",style="dashed", color="red", weight=0]; 18.31/7.21 166[label="vwx300 == vwx400",fontsize=16,color="magenta"];166 -> 304[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 166 -> 305[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 167 -> 32[label="",style="dashed", color="red", weight=0]; 18.31/7.21 167[label="vwx300 == vwx400",fontsize=16,color="magenta"];167 -> 306[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 167 -> 307[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 168 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.21 168[label="vwx300 == vwx400",fontsize=16,color="magenta"];168 -> 308[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 168 -> 309[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 169 -> 34[label="",style="dashed", color="red", weight=0]; 18.31/7.21 169[label="vwx300 == vwx400",fontsize=16,color="magenta"];169 -> 310[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 169 -> 311[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 170 -> 35[label="",style="dashed", color="red", weight=0]; 18.31/7.21 170[label="vwx300 == vwx400",fontsize=16,color="magenta"];170 -> 312[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 170 -> 313[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 171 -> 36[label="",style="dashed", color="red", weight=0]; 18.31/7.21 171[label="vwx300 == vwx400",fontsize=16,color="magenta"];171 -> 314[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 171 -> 315[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 172 -> 37[label="",style="dashed", color="red", weight=0]; 18.31/7.21 172[label="vwx300 == vwx400",fontsize=16,color="magenta"];172 -> 316[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 172 -> 317[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 173 -> 38[label="",style="dashed", color="red", weight=0]; 18.31/7.21 173[label="vwx300 == vwx400",fontsize=16,color="magenta"];173 -> 318[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 173 -> 319[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 174 -> 39[label="",style="dashed", color="red", weight=0]; 18.31/7.21 174[label="vwx300 == vwx400",fontsize=16,color="magenta"];174 -> 320[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 174 -> 321[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 175 -> 40[label="",style="dashed", color="red", weight=0]; 18.31/7.21 175[label="vwx300 == vwx400",fontsize=16,color="magenta"];175 -> 322[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 175 -> 323[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 176 -> 41[label="",style="dashed", color="red", weight=0]; 18.31/7.21 176[label="vwx300 == vwx400",fontsize=16,color="magenta"];176 -> 324[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 176 -> 325[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 177 -> 37[label="",style="dashed", color="red", weight=0]; 18.31/7.21 177[label="vwx300 * vwx401 == vwx301 * vwx400",fontsize=16,color="magenta"];177 -> 326[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 177 -> 327[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 178[label="vwx300",fontsize=16,color="green",shape="box"];179[label="vwx400",fontsize=16,color="green",shape="box"];254 -> 36[label="",style="dashed", color="red", weight=0]; 18.31/7.21 254[label="vwx301 == vwx401",fontsize=16,color="magenta"];254 -> 328[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 254 -> 329[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 255[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2818[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 2818[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2818 -> 330[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2819[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 2819[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2819 -> 331[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2820[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 2820[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2820 -> 332[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2821[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 2821[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2821 -> 333[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2822[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 2822[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2822 -> 334[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2823[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 2823[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2823 -> 335[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2824[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 2824[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2824 -> 336[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2825[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 2825[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2825 -> 337[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2826[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 2826[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2826 -> 338[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2827[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 2827[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2827 -> 339[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2828[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 2828[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2828 -> 340[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2829[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 2829[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2829 -> 341[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2830[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 2830[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2830 -> 342[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2831[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];255 -> 2831[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2831 -> 343[label="",style="solid", color="blue", weight=3]; 18.31/7.21 180[label="primEqInt (Pos (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];2832[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];180 -> 2832[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2832 -> 344[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2833[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];180 -> 2833[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2833 -> 345[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 181[label="primEqInt (Pos (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];181 -> 346[label="",style="solid", color="black", weight=3]; 18.31/7.21 182[label="primEqInt (Pos Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];2834[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];182 -> 2834[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2834 -> 347[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2835[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];182 -> 2835[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2835 -> 348[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 183[label="primEqInt (Pos Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];2836[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];183 -> 2836[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2836 -> 349[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2837[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];183 -> 2837[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2837 -> 350[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 184[label="primEqInt (Neg (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];184 -> 351[label="",style="solid", color="black", weight=3]; 18.31/7.21 185[label="primEqInt (Neg (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];2838[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];185 -> 2838[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2838 -> 352[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2839[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];185 -> 2839[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2839 -> 353[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 186[label="primEqInt (Neg Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];2840[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];186 -> 2840[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2840 -> 354[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2841[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];186 -> 2841[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2841 -> 355[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 187[label="primEqInt (Neg Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];2842[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];187 -> 2842[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2842 -> 356[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2843[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];187 -> 2843[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2843 -> 357[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 256 -> 251[label="",style="dashed", color="red", weight=0]; 18.31/7.21 256[label="vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];256 -> 358[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 256 -> 359[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 257[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2844[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];257 -> 2844[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2844 -> 360[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2845[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];257 -> 2845[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2845 -> 361[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2846[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];257 -> 2846[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2846 -> 362[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2847[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];257 -> 2847[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2847 -> 363[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2848[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];257 -> 2848[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2848 -> 364[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2849[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];257 -> 2849[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2849 -> 365[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2850[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];257 -> 2850[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2850 -> 366[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2851[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];257 -> 2851[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2851 -> 367[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2852[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];257 -> 2852[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2852 -> 368[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2853[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];257 -> 2853[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2853 -> 369[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2854[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];257 -> 2854[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2854 -> 370[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2855[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];257 -> 2855[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2855 -> 371[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2856[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];257 -> 2856[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2856 -> 372[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2857[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];257 -> 2857[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2857 -> 373[label="",style="solid", color="blue", weight=3]; 18.31/7.21 258[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];2858[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];258 -> 2858[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2858 -> 374[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2859[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];258 -> 2859[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2859 -> 375[label="",style="solid", color="blue", weight=3]; 18.31/7.21 259[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2860[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];259 -> 2860[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2860 -> 376[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2861[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];259 -> 2861[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2861 -> 377[label="",style="solid", color="blue", weight=3]; 18.31/7.21 199 -> 28[label="",style="dashed", color="red", weight=0]; 18.31/7.21 199[label="vwx300 == vwx400",fontsize=16,color="magenta"];199 -> 378[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 199 -> 379[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 200 -> 29[label="",style="dashed", color="red", weight=0]; 18.31/7.21 200[label="vwx300 == vwx400",fontsize=16,color="magenta"];200 -> 380[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 200 -> 381[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 201 -> 30[label="",style="dashed", color="red", weight=0]; 18.31/7.21 201[label="vwx300 == vwx400",fontsize=16,color="magenta"];201 -> 382[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 201 -> 383[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 202 -> 31[label="",style="dashed", color="red", weight=0]; 18.31/7.21 202[label="vwx300 == vwx400",fontsize=16,color="magenta"];202 -> 384[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 202 -> 385[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 203 -> 32[label="",style="dashed", color="red", weight=0]; 18.31/7.21 203[label="vwx300 == vwx400",fontsize=16,color="magenta"];203 -> 386[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 203 -> 387[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 204 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.21 204[label="vwx300 == vwx400",fontsize=16,color="magenta"];204 -> 388[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 204 -> 389[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 205 -> 34[label="",style="dashed", color="red", weight=0]; 18.31/7.21 205[label="vwx300 == vwx400",fontsize=16,color="magenta"];205 -> 390[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 205 -> 391[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 206 -> 35[label="",style="dashed", color="red", weight=0]; 18.31/7.21 206[label="vwx300 == vwx400",fontsize=16,color="magenta"];206 -> 392[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 206 -> 393[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 207 -> 36[label="",style="dashed", color="red", weight=0]; 18.31/7.21 207[label="vwx300 == vwx400",fontsize=16,color="magenta"];207 -> 394[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 207 -> 395[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 208 -> 37[label="",style="dashed", color="red", weight=0]; 18.31/7.21 208[label="vwx300 == vwx400",fontsize=16,color="magenta"];208 -> 396[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 208 -> 397[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 209 -> 38[label="",style="dashed", color="red", weight=0]; 18.31/7.21 209[label="vwx300 == vwx400",fontsize=16,color="magenta"];209 -> 398[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 209 -> 399[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 210 -> 39[label="",style="dashed", color="red", weight=0]; 18.31/7.21 210[label="vwx300 == vwx400",fontsize=16,color="magenta"];210 -> 400[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 210 -> 401[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 211 -> 40[label="",style="dashed", color="red", weight=0]; 18.31/7.21 211[label="vwx300 == vwx400",fontsize=16,color="magenta"];211 -> 402[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 211 -> 403[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 212 -> 41[label="",style="dashed", color="red", weight=0]; 18.31/7.21 212[label="vwx300 == vwx400",fontsize=16,color="magenta"];212 -> 404[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 212 -> 405[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 213 -> 28[label="",style="dashed", color="red", weight=0]; 18.31/7.21 213[label="vwx300 == vwx400",fontsize=16,color="magenta"];213 -> 406[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 213 -> 407[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 214 -> 29[label="",style="dashed", color="red", weight=0]; 18.31/7.21 214[label="vwx300 == vwx400",fontsize=16,color="magenta"];214 -> 408[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 214 -> 409[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 215 -> 30[label="",style="dashed", color="red", weight=0]; 18.31/7.21 215[label="vwx300 == vwx400",fontsize=16,color="magenta"];215 -> 410[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 215 -> 411[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 216 -> 31[label="",style="dashed", color="red", weight=0]; 18.31/7.21 216[label="vwx300 == vwx400",fontsize=16,color="magenta"];216 -> 412[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 216 -> 413[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 217 -> 32[label="",style="dashed", color="red", weight=0]; 18.31/7.21 217[label="vwx300 == vwx400",fontsize=16,color="magenta"];217 -> 414[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 217 -> 415[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 218 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.21 218[label="vwx300 == vwx400",fontsize=16,color="magenta"];218 -> 416[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 218 -> 417[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 219 -> 34[label="",style="dashed", color="red", weight=0]; 18.31/7.21 219[label="vwx300 == vwx400",fontsize=16,color="magenta"];219 -> 418[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 219 -> 419[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 220 -> 35[label="",style="dashed", color="red", weight=0]; 18.31/7.21 220[label="vwx300 == vwx400",fontsize=16,color="magenta"];220 -> 420[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 220 -> 421[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 221 -> 36[label="",style="dashed", color="red", weight=0]; 18.31/7.21 221[label="vwx300 == vwx400",fontsize=16,color="magenta"];221 -> 422[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 221 -> 423[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 222 -> 37[label="",style="dashed", color="red", weight=0]; 18.31/7.21 222[label="vwx300 == vwx400",fontsize=16,color="magenta"];222 -> 424[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 222 -> 425[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 223 -> 38[label="",style="dashed", color="red", weight=0]; 18.31/7.21 223[label="vwx300 == vwx400",fontsize=16,color="magenta"];223 -> 426[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 223 -> 427[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 224 -> 39[label="",style="dashed", color="red", weight=0]; 18.31/7.21 224[label="vwx300 == vwx400",fontsize=16,color="magenta"];224 -> 428[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 224 -> 429[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 225 -> 40[label="",style="dashed", color="red", weight=0]; 18.31/7.21 225[label="vwx300 == vwx400",fontsize=16,color="magenta"];225 -> 430[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 225 -> 431[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 226 -> 41[label="",style="dashed", color="red", weight=0]; 18.31/7.21 226[label="vwx300 == vwx400",fontsize=16,color="magenta"];226 -> 432[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 226 -> 433[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 1657[label="vwx9 <= vwx10",fontsize=16,color="blue",shape="box"];2862[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1657 -> 2862[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2862 -> 1664[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2863[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1657 -> 2863[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2863 -> 1665[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2864[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1657 -> 2864[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2864 -> 1666[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2865[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1657 -> 2865[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2865 -> 1667[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2866[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1657 -> 2866[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2866 -> 1668[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2867[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1657 -> 2867[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2867 -> 1669[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2868[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1657 -> 2868[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2868 -> 1670[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2869[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1657 -> 2869[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2869 -> 1671[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2870[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1657 -> 2870[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2870 -> 1672[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2871[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1657 -> 2871[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2871 -> 1673[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2872[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1657 -> 2872[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2872 -> 1674[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2873[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1657 -> 2873[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2873 -> 1675[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2874[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1657 -> 2874[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2874 -> 1676[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2875[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1657 -> 2875[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2875 -> 1677[label="",style="solid", color="blue", weight=3]; 18.31/7.21 1658[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];1658 -> 1678[label="",style="solid", color="black", weight=3]; 18.31/7.21 1659[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1659 -> 1679[label="",style="solid", color="black", weight=3]; 18.31/7.21 264 -> 28[label="",style="dashed", color="red", weight=0]; 18.31/7.21 264[label="vwx301 == vwx401",fontsize=16,color="magenta"];264 -> 450[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 264 -> 451[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 265 -> 29[label="",style="dashed", color="red", weight=0]; 18.31/7.21 265[label="vwx301 == vwx401",fontsize=16,color="magenta"];265 -> 452[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 265 -> 453[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 266 -> 30[label="",style="dashed", color="red", weight=0]; 18.31/7.21 266[label="vwx301 == vwx401",fontsize=16,color="magenta"];266 -> 454[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 266 -> 455[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 267 -> 31[label="",style="dashed", color="red", weight=0]; 18.31/7.21 267[label="vwx301 == vwx401",fontsize=16,color="magenta"];267 -> 456[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 267 -> 457[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 268 -> 32[label="",style="dashed", color="red", weight=0]; 18.31/7.21 268[label="vwx301 == vwx401",fontsize=16,color="magenta"];268 -> 458[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 268 -> 459[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 269 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.21 269[label="vwx301 == vwx401",fontsize=16,color="magenta"];269 -> 460[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 269 -> 461[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 270 -> 34[label="",style="dashed", color="red", weight=0]; 18.31/7.21 270[label="vwx301 == vwx401",fontsize=16,color="magenta"];270 -> 462[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 270 -> 463[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 271 -> 35[label="",style="dashed", color="red", weight=0]; 18.31/7.21 271[label="vwx301 == vwx401",fontsize=16,color="magenta"];271 -> 464[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 271 -> 465[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 272 -> 36[label="",style="dashed", color="red", weight=0]; 18.31/7.21 272[label="vwx301 == vwx401",fontsize=16,color="magenta"];272 -> 466[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 272 -> 467[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 273 -> 37[label="",style="dashed", color="red", weight=0]; 18.31/7.21 273[label="vwx301 == vwx401",fontsize=16,color="magenta"];273 -> 468[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 273 -> 469[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 274 -> 38[label="",style="dashed", color="red", weight=0]; 18.31/7.21 274[label="vwx301 == vwx401",fontsize=16,color="magenta"];274 -> 470[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 274 -> 471[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 275 -> 39[label="",style="dashed", color="red", weight=0]; 18.31/7.21 275[label="vwx301 == vwx401",fontsize=16,color="magenta"];275 -> 472[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 275 -> 473[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 276 -> 40[label="",style="dashed", color="red", weight=0]; 18.31/7.21 276[label="vwx301 == vwx401",fontsize=16,color="magenta"];276 -> 474[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 276 -> 475[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 277 -> 41[label="",style="dashed", color="red", weight=0]; 18.31/7.21 277[label="vwx301 == vwx401",fontsize=16,color="magenta"];277 -> 476[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 277 -> 477[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 278 -> 28[label="",style="dashed", color="red", weight=0]; 18.31/7.21 278[label="vwx300 == vwx400",fontsize=16,color="magenta"];278 -> 478[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 278 -> 479[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 279 -> 29[label="",style="dashed", color="red", weight=0]; 18.31/7.21 279[label="vwx300 == vwx400",fontsize=16,color="magenta"];279 -> 480[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 279 -> 481[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 280 -> 30[label="",style="dashed", color="red", weight=0]; 18.31/7.21 280[label="vwx300 == vwx400",fontsize=16,color="magenta"];280 -> 482[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 280 -> 483[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 281 -> 31[label="",style="dashed", color="red", weight=0]; 18.31/7.21 281[label="vwx300 == vwx400",fontsize=16,color="magenta"];281 -> 484[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 281 -> 485[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 282 -> 32[label="",style="dashed", color="red", weight=0]; 18.31/7.21 282[label="vwx300 == vwx400",fontsize=16,color="magenta"];282 -> 486[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 282 -> 487[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 283 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.21 283[label="vwx300 == vwx400",fontsize=16,color="magenta"];283 -> 488[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 283 -> 489[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 284 -> 34[label="",style="dashed", color="red", weight=0]; 18.31/7.21 284[label="vwx300 == vwx400",fontsize=16,color="magenta"];284 -> 490[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 284 -> 491[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 285 -> 35[label="",style="dashed", color="red", weight=0]; 18.31/7.21 285[label="vwx300 == vwx400",fontsize=16,color="magenta"];285 -> 492[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 285 -> 493[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 286 -> 36[label="",style="dashed", color="red", weight=0]; 18.31/7.21 286[label="vwx300 == vwx400",fontsize=16,color="magenta"];286 -> 494[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 286 -> 495[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 287 -> 37[label="",style="dashed", color="red", weight=0]; 18.31/7.21 287[label="vwx300 == vwx400",fontsize=16,color="magenta"];287 -> 496[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 287 -> 497[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 288 -> 38[label="",style="dashed", color="red", weight=0]; 18.31/7.21 288[label="vwx300 == vwx400",fontsize=16,color="magenta"];288 -> 498[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 288 -> 499[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 289 -> 39[label="",style="dashed", color="red", weight=0]; 18.31/7.21 289[label="vwx300 == vwx400",fontsize=16,color="magenta"];289 -> 500[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 289 -> 501[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 290 -> 40[label="",style="dashed", color="red", weight=0]; 18.31/7.21 290[label="vwx300 == vwx400",fontsize=16,color="magenta"];290 -> 502[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 290 -> 503[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 291 -> 41[label="",style="dashed", color="red", weight=0]; 18.31/7.21 291[label="vwx300 == vwx400",fontsize=16,color="magenta"];291 -> 504[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 291 -> 505[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 292[label="False && vwx31",fontsize=16,color="black",shape="box"];292 -> 506[label="",style="solid", color="black", weight=3]; 18.31/7.21 293[label="True && vwx31",fontsize=16,color="black",shape="box"];293 -> 507[label="",style="solid", color="black", weight=3]; 18.31/7.21 294[label="vwx300 * vwx401",fontsize=16,color="black",shape="triangle"];294 -> 508[label="",style="solid", color="black", weight=3]; 18.31/7.21 295 -> 294[label="",style="dashed", color="red", weight=0]; 18.31/7.21 295[label="vwx301 * vwx400",fontsize=16,color="magenta"];295 -> 509[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 295 -> 510[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 296[label="primEqNat (Succ vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];2876[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];296 -> 2876[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2876 -> 511[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2877[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];296 -> 2877[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2877 -> 512[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 297[label="primEqNat Zero vwx400",fontsize=16,color="burlywood",shape="box"];2878[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];297 -> 2878[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2878 -> 513[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 2879[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];297 -> 2879[label="",style="solid", color="burlywood", weight=9]; 18.31/7.21 2879 -> 514[label="",style="solid", color="burlywood", weight=3]; 18.31/7.21 298[label="vwx300",fontsize=16,color="green",shape="box"];299[label="vwx400",fontsize=16,color="green",shape="box"];300[label="vwx300",fontsize=16,color="green",shape="box"];301[label="vwx400",fontsize=16,color="green",shape="box"];302[label="vwx300",fontsize=16,color="green",shape="box"];303[label="vwx400",fontsize=16,color="green",shape="box"];304[label="vwx300",fontsize=16,color="green",shape="box"];305[label="vwx400",fontsize=16,color="green",shape="box"];306[label="vwx300",fontsize=16,color="green",shape="box"];307[label="vwx400",fontsize=16,color="green",shape="box"];308[label="vwx300",fontsize=16,color="green",shape="box"];309[label="vwx400",fontsize=16,color="green",shape="box"];310[label="vwx300",fontsize=16,color="green",shape="box"];311[label="vwx400",fontsize=16,color="green",shape="box"];312[label="vwx300",fontsize=16,color="green",shape="box"];313[label="vwx400",fontsize=16,color="green",shape="box"];314[label="vwx300",fontsize=16,color="green",shape="box"];315[label="vwx400",fontsize=16,color="green",shape="box"];316[label="vwx300",fontsize=16,color="green",shape="box"];317[label="vwx400",fontsize=16,color="green",shape="box"];318[label="vwx300",fontsize=16,color="green",shape="box"];319[label="vwx400",fontsize=16,color="green",shape="box"];320[label="vwx300",fontsize=16,color="green",shape="box"];321[label="vwx400",fontsize=16,color="green",shape="box"];322[label="vwx300",fontsize=16,color="green",shape="box"];323[label="vwx400",fontsize=16,color="green",shape="box"];324[label="vwx300",fontsize=16,color="green",shape="box"];325[label="vwx400",fontsize=16,color="green",shape="box"];326 -> 294[label="",style="dashed", color="red", weight=0]; 18.31/7.21 326[label="vwx300 * vwx401",fontsize=16,color="magenta"];326 -> 515[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 326 -> 516[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 327 -> 294[label="",style="dashed", color="red", weight=0]; 18.31/7.21 327[label="vwx301 * vwx400",fontsize=16,color="magenta"];327 -> 517[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 327 -> 518[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 328[label="vwx301",fontsize=16,color="green",shape="box"];329[label="vwx401",fontsize=16,color="green",shape="box"];330 -> 28[label="",style="dashed", color="red", weight=0]; 18.31/7.21 330[label="vwx300 == vwx400",fontsize=16,color="magenta"];330 -> 519[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 330 -> 520[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 331 -> 29[label="",style="dashed", color="red", weight=0]; 18.31/7.21 331[label="vwx300 == vwx400",fontsize=16,color="magenta"];331 -> 521[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 331 -> 522[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 332 -> 30[label="",style="dashed", color="red", weight=0]; 18.31/7.21 332[label="vwx300 == vwx400",fontsize=16,color="magenta"];332 -> 523[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 332 -> 524[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 333 -> 31[label="",style="dashed", color="red", weight=0]; 18.31/7.21 333[label="vwx300 == vwx400",fontsize=16,color="magenta"];333 -> 525[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 333 -> 526[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 334 -> 32[label="",style="dashed", color="red", weight=0]; 18.31/7.21 334[label="vwx300 == vwx400",fontsize=16,color="magenta"];334 -> 527[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 334 -> 528[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 335 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.21 335[label="vwx300 == vwx400",fontsize=16,color="magenta"];335 -> 529[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 335 -> 530[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 336 -> 34[label="",style="dashed", color="red", weight=0]; 18.31/7.21 336[label="vwx300 == vwx400",fontsize=16,color="magenta"];336 -> 531[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 336 -> 532[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 337 -> 35[label="",style="dashed", color="red", weight=0]; 18.31/7.21 337[label="vwx300 == vwx400",fontsize=16,color="magenta"];337 -> 533[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 337 -> 534[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 338 -> 36[label="",style="dashed", color="red", weight=0]; 18.31/7.21 338[label="vwx300 == vwx400",fontsize=16,color="magenta"];338 -> 535[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 338 -> 536[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 339 -> 37[label="",style="dashed", color="red", weight=0]; 18.31/7.21 339[label="vwx300 == vwx400",fontsize=16,color="magenta"];339 -> 537[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 339 -> 538[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 340 -> 38[label="",style="dashed", color="red", weight=0]; 18.31/7.21 340[label="vwx300 == vwx400",fontsize=16,color="magenta"];340 -> 539[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 340 -> 540[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 341 -> 39[label="",style="dashed", color="red", weight=0]; 18.31/7.21 341[label="vwx300 == vwx400",fontsize=16,color="magenta"];341 -> 541[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 341 -> 542[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 342 -> 40[label="",style="dashed", color="red", weight=0]; 18.31/7.21 342[label="vwx300 == vwx400",fontsize=16,color="magenta"];342 -> 543[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 342 -> 544[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 343 -> 41[label="",style="dashed", color="red", weight=0]; 18.31/7.21 343[label="vwx300 == vwx400",fontsize=16,color="magenta"];343 -> 545[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 343 -> 546[label="",style="dashed", color="magenta", weight=3]; 18.31/7.21 344[label="primEqInt (Pos (Succ vwx3000)) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];344 -> 547[label="",style="solid", color="black", weight=3]; 18.31/7.21 345[label="primEqInt (Pos (Succ vwx3000)) (Pos Zero)",fontsize=16,color="black",shape="box"];345 -> 548[label="",style="solid", color="black", weight=3]; 18.31/7.21 346[label="False",fontsize=16,color="green",shape="box"];347[label="primEqInt (Pos Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];347 -> 549[label="",style="solid", color="black", weight=3]; 18.31/7.21 348[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];348 -> 550[label="",style="solid", color="black", weight=3]; 18.31/7.21 349[label="primEqInt (Pos Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];349 -> 551[label="",style="solid", color="black", weight=3]; 18.31/7.21 350[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];350 -> 552[label="",style="solid", color="black", weight=3]; 18.31/7.21 351[label="False",fontsize=16,color="green",shape="box"];352[label="primEqInt (Neg (Succ vwx3000)) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];352 -> 553[label="",style="solid", color="black", weight=3]; 18.31/7.21 353[label="primEqInt (Neg (Succ vwx3000)) (Neg Zero)",fontsize=16,color="black",shape="box"];353 -> 554[label="",style="solid", color="black", weight=3]; 18.31/7.21 354[label="primEqInt (Neg Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];354 -> 555[label="",style="solid", color="black", weight=3]; 18.31/7.21 355[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];355 -> 556[label="",style="solid", color="black", weight=3]; 18.31/7.21 356[label="primEqInt (Neg Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];356 -> 557[label="",style="solid", color="black", weight=3]; 18.31/7.21 357[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];357 -> 558[label="",style="solid", color="black", weight=3]; 18.31/7.21 358[label="vwx302 == vwx402",fontsize=16,color="blue",shape="box"];2880[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];358 -> 2880[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2880 -> 559[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2881[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];358 -> 2881[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2881 -> 560[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2882[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];358 -> 2882[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2882 -> 561[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2883[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];358 -> 2883[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2883 -> 562[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2884[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];358 -> 2884[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2884 -> 563[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2885[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];358 -> 2885[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2885 -> 564[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2886[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];358 -> 2886[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2886 -> 565[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2887[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];358 -> 2887[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2887 -> 566[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2888[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];358 -> 2888[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2888 -> 567[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2889[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];358 -> 2889[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2889 -> 568[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2890[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];358 -> 2890[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2890 -> 569[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2891[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];358 -> 2891[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2891 -> 570[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2892[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];358 -> 2892[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2892 -> 571[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2893[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];358 -> 2893[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2893 -> 572[label="",style="solid", color="blue", weight=3]; 18.31/7.21 359[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];2894[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];359 -> 2894[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2894 -> 573[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2895[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];359 -> 2895[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2895 -> 574[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2896[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];359 -> 2896[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2896 -> 575[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2897[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];359 -> 2897[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2897 -> 576[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2898[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];359 -> 2898[label="",style="solid", color="blue", weight=9]; 18.31/7.21 2898 -> 577[label="",style="solid", color="blue", weight=3]; 18.31/7.21 2899[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];359 -> 2899[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2899 -> 578[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2900[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];359 -> 2900[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2900 -> 579[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2901[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];359 -> 2901[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2901 -> 580[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2902[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];359 -> 2902[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2902 -> 581[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2903[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];359 -> 2903[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2903 -> 582[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2904[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];359 -> 2904[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2904 -> 583[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2905[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];359 -> 2905[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2905 -> 584[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2906[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];359 -> 2906[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2906 -> 585[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2907[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];359 -> 2907[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2907 -> 586[label="",style="solid", color="blue", weight=3]; 18.31/7.22 360 -> 28[label="",style="dashed", color="red", weight=0]; 18.31/7.22 360[label="vwx300 == vwx400",fontsize=16,color="magenta"];360 -> 587[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 360 -> 588[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 361 -> 29[label="",style="dashed", color="red", weight=0]; 18.31/7.22 361[label="vwx300 == vwx400",fontsize=16,color="magenta"];361 -> 589[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 361 -> 590[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 362 -> 30[label="",style="dashed", color="red", weight=0]; 18.31/7.22 362[label="vwx300 == vwx400",fontsize=16,color="magenta"];362 -> 591[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 362 -> 592[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 363 -> 31[label="",style="dashed", color="red", weight=0]; 18.31/7.22 363[label="vwx300 == vwx400",fontsize=16,color="magenta"];363 -> 593[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 363 -> 594[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 364 -> 32[label="",style="dashed", color="red", weight=0]; 18.31/7.22 364[label="vwx300 == vwx400",fontsize=16,color="magenta"];364 -> 595[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 364 -> 596[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 365 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.22 365[label="vwx300 == vwx400",fontsize=16,color="magenta"];365 -> 597[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 365 -> 598[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 366 -> 34[label="",style="dashed", color="red", weight=0]; 18.31/7.22 366[label="vwx300 == vwx400",fontsize=16,color="magenta"];366 -> 599[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 366 -> 600[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 367 -> 35[label="",style="dashed", color="red", weight=0]; 18.31/7.22 367[label="vwx300 == vwx400",fontsize=16,color="magenta"];367 -> 601[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 367 -> 602[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 368 -> 36[label="",style="dashed", color="red", weight=0]; 18.31/7.22 368[label="vwx300 == vwx400",fontsize=16,color="magenta"];368 -> 603[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 368 -> 604[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 369 -> 37[label="",style="dashed", color="red", weight=0]; 18.31/7.22 369[label="vwx300 == vwx400",fontsize=16,color="magenta"];369 -> 605[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 369 -> 606[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 370 -> 38[label="",style="dashed", color="red", weight=0]; 18.31/7.22 370[label="vwx300 == vwx400",fontsize=16,color="magenta"];370 -> 607[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 370 -> 608[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 371 -> 39[label="",style="dashed", color="red", weight=0]; 18.31/7.22 371[label="vwx300 == vwx400",fontsize=16,color="magenta"];371 -> 609[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 371 -> 610[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 372 -> 40[label="",style="dashed", color="red", weight=0]; 18.31/7.22 372[label="vwx300 == vwx400",fontsize=16,color="magenta"];372 -> 611[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 372 -> 612[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 373 -> 41[label="",style="dashed", color="red", weight=0]; 18.31/7.22 373[label="vwx300 == vwx400",fontsize=16,color="magenta"];373 -> 613[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 373 -> 614[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 374 -> 35[label="",style="dashed", color="red", weight=0]; 18.31/7.22 374[label="vwx301 == vwx401",fontsize=16,color="magenta"];374 -> 615[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 374 -> 616[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 375 -> 37[label="",style="dashed", color="red", weight=0]; 18.31/7.22 375[label="vwx301 == vwx401",fontsize=16,color="magenta"];375 -> 617[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 375 -> 618[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 376 -> 35[label="",style="dashed", color="red", weight=0]; 18.31/7.22 376[label="vwx300 == vwx400",fontsize=16,color="magenta"];376 -> 619[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 376 -> 620[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 377 -> 37[label="",style="dashed", color="red", weight=0]; 18.31/7.22 377[label="vwx300 == vwx400",fontsize=16,color="magenta"];377 -> 621[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 377 -> 622[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 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[label="vwx300",fontsize=16,color="green",shape="box"];389[label="vwx400",fontsize=16,color="green",shape="box"];390[label="vwx300",fontsize=16,color="green",shape="box"];391[label="vwx400",fontsize=16,color="green",shape="box"];392[label="vwx300",fontsize=16,color="green",shape="box"];393[label="vwx400",fontsize=16,color="green",shape="box"];394[label="vwx300",fontsize=16,color="green",shape="box"];395[label="vwx400",fontsize=16,color="green",shape="box"];396[label="vwx300",fontsize=16,color="green",shape="box"];397[label="vwx400",fontsize=16,color="green",shape="box"];398[label="vwx300",fontsize=16,color="green",shape="box"];399[label="vwx400",fontsize=16,color="green",shape="box"];400[label="vwx300",fontsize=16,color="green",shape="box"];401[label="vwx400",fontsize=16,color="green",shape="box"];402[label="vwx300",fontsize=16,color="green",shape="box"];403[label="vwx400",fontsize=16,color="green",shape="box"];404[label="vwx300",fontsize=16,color="green",shape="box"];405[label="vwx400",fontsize=16,color="green",shape="box"];406[label="vwx300",fontsize=16,color="green",shape="box"];407[label="vwx400",fontsize=16,color="green",shape="box"];408[label="vwx300",fontsize=16,color="green",shape="box"];409[label="vwx400",fontsize=16,color="green",shape="box"];410[label="vwx300",fontsize=16,color="green",shape="box"];411[label="vwx400",fontsize=16,color="green",shape="box"];412[label="vwx300",fontsize=16,color="green",shape="box"];413[label="vwx400",fontsize=16,color="green",shape="box"];414[label="vwx300",fontsize=16,color="green",shape="box"];415[label="vwx400",fontsize=16,color="green",shape="box"];416[label="vwx300",fontsize=16,color="green",shape="box"];417[label="vwx400",fontsize=16,color="green",shape="box"];418[label="vwx300",fontsize=16,color="green",shape="box"];419[label="vwx400",fontsize=16,color="green",shape="box"];420[label="vwx300",fontsize=16,color="green",shape="box"];421[label="vwx400",fontsize=16,color="green",shape="box"];422[label="vwx300",fontsize=16,color="green",shape="box"];423[label="vwx400",fontsize=16,color="green",shape="box"];424[label="vwx300",fontsize=16,color="green",shape="box"];425[label="vwx400",fontsize=16,color="green",shape="box"];426[label="vwx300",fontsize=16,color="green",shape="box"];427[label="vwx400",fontsize=16,color="green",shape="box"];428[label="vwx300",fontsize=16,color="green",shape="box"];429[label="vwx400",fontsize=16,color="green",shape="box"];430[label="vwx300",fontsize=16,color="green",shape="box"];431[label="vwx400",fontsize=16,color="green",shape="box"];432[label="vwx300",fontsize=16,color="green",shape="box"];433[label="vwx400",fontsize=16,color="green",shape="box"];1664[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];2908[label="vwx9/False",fontsize=10,color="white",style="solid",shape="box"];1664 -> 2908[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2908 -> 1684[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2909[label="vwx9/True",fontsize=10,color="white",style="solid",shape="box"];1664 -> 2909[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2909 -> 1685[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1665[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];1665 -> 1686[label="",style="solid", color="black", weight=3]; 18.31/7.22 1666[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];2910[label="vwx9/Left vwx90",fontsize=10,color="white",style="solid",shape="box"];1666 -> 2910[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2910 -> 1687[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2911[label="vwx9/Right vwx90",fontsize=10,color="white",style="solid",shape="box"];1666 -> 2911[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2911 -> 1688[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1667[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];1667 -> 1689[label="",style="solid", color="black", weight=3]; 18.31/7.22 1668[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];1668 -> 1690[label="",style="solid", color="black", weight=3]; 18.31/7.22 1669[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];2912[label="vwx9/(vwx90,vwx91,vwx92)",fontsize=10,color="white",style="solid",shape="box"];1669 -> 2912[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2912 -> 1691[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1670[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];1670 -> 1692[label="",style="solid", color="black", weight=3]; 18.31/7.22 1671[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];1671 -> 1693[label="",style="solid", color="black", weight=3]; 18.31/7.22 1672[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];2913[label="vwx9/(vwx90,vwx91)",fontsize=10,color="white",style="solid",shape="box"];1672 -> 2913[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2913 -> 1694[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1673[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];2914[label="vwx9/LT",fontsize=10,color="white",style="solid",shape="box"];1673 -> 2914[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2914 -> 1695[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2915[label="vwx9/EQ",fontsize=10,color="white",style="solid",shape="box"];1673 -> 2915[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2915 -> 1696[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2916[label="vwx9/GT",fontsize=10,color="white",style="solid",shape="box"];1673 -> 2916[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2916 -> 1697[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1674[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];2917[label="vwx9/Nothing",fontsize=10,color="white",style="solid",shape="box"];1674 -> 2917[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2917 -> 1698[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2918[label="vwx9/Just vwx90",fontsize=10,color="white",style="solid",shape="box"];1674 -> 2918[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2918 -> 1699[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1675[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];1675 -> 1700[label="",style="solid", color="black", weight=3]; 18.31/7.22 1676[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];1676 -> 1701[label="",style="solid", color="black", weight=3]; 18.31/7.22 1677[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];1677 -> 1702[label="",style="solid", color="black", weight=3]; 18.31/7.22 1678[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];1678 -> 1703[label="",style="solid", color="black", weight=3]; 18.31/7.22 1679[label="LT",fontsize=16,color="green",shape="box"];450[label="vwx301",fontsize=16,color="green",shape="box"];451[label="vwx401",fontsize=16,color="green",shape="box"];452[label="vwx301",fontsize=16,color="green",shape="box"];453[label="vwx401",fontsize=16,color="green",shape="box"];454[label="vwx301",fontsize=16,color="green",shape="box"];455[label="vwx401",fontsize=16,color="green",shape="box"];456[label="vwx301",fontsize=16,color="green",shape="box"];457[label="vwx401",fontsize=16,color="green",shape="box"];458[label="vwx301",fontsize=16,color="green",shape="box"];459[label="vwx401",fontsize=16,color="green",shape="box"];460[label="vwx301",fontsize=16,color="green",shape="box"];461[label="vwx401",fontsize=16,color="green",shape="box"];462[label="vwx301",fontsize=16,color="green",shape="box"];463[label="vwx401",fontsize=16,color="green",shape="box"];464[label="vwx301",fontsize=16,color="green",shape="box"];465[label="vwx401",fontsize=16,color="green",shape="box"];466[label="vwx301",fontsize=16,color="green",shape="box"];467[label="vwx401",fontsize=16,color="green",shape="box"];468[label="vwx301",fontsize=16,color="green",shape="box"];469[label="vwx401",fontsize=16,color="green",shape="box"];470[label="vwx301",fontsize=16,color="green",shape="box"];471[label="vwx401",fontsize=16,color="green",shape="box"];472[label="vwx301",fontsize=16,color="green",shape="box"];473[label="vwx401",fontsize=16,color="green",shape="box"];474[label="vwx301",fontsize=16,color="green",shape="box"];475[label="vwx401",fontsize=16,color="green",shape="box"];476[label="vwx301",fontsize=16,color="green",shape="box"];477[label="vwx401",fontsize=16,color="green",shape="box"];478[label="vwx300",fontsize=16,color="green",shape="box"];479[label="vwx400",fontsize=16,color="green",shape="box"];480[label="vwx300",fontsize=16,color="green",shape="box"];481[label="vwx400",fontsize=16,color="green",shape="box"];482[label="vwx300",fontsize=16,color="green",shape="box"];483[label="vwx400",fontsize=16,color="green",shape="box"];484[label="vwx300",fontsize=16,color="green",shape="box"];485[label="vwx400",fontsize=16,color="green",shape="box"];486[label="vwx300",fontsize=16,color="green",shape="box"];487[label="vwx400",fontsize=16,color="green",shape="box"];488[label="vwx300",fontsize=16,color="green",shape="box"];489[label="vwx400",fontsize=16,color="green",shape="box"];490[label="vwx300",fontsize=16,color="green",shape="box"];491[label="vwx400",fontsize=16,color="green",shape="box"];492[label="vwx300",fontsize=16,color="green",shape="box"];493[label="vwx400",fontsize=16,color="green",shape="box"];494[label="vwx300",fontsize=16,color="green",shape="box"];495[label="vwx400",fontsize=16,color="green",shape="box"];496[label="vwx300",fontsize=16,color="green",shape="box"];497[label="vwx400",fontsize=16,color="green",shape="box"];498[label="vwx300",fontsize=16,color="green",shape="box"];499[label="vwx400",fontsize=16,color="green",shape="box"];500[label="vwx300",fontsize=16,color="green",shape="box"];501[label="vwx400",fontsize=16,color="green",shape="box"];502[label="vwx300",fontsize=16,color="green",shape="box"];503[label="vwx400",fontsize=16,color="green",shape="box"];504[label="vwx300",fontsize=16,color="green",shape="box"];505[label="vwx400",fontsize=16,color="green",shape="box"];506[label="False",fontsize=16,color="green",shape="box"];507[label="vwx31",fontsize=16,color="green",shape="box"];508[label="primMulInt vwx300 vwx401",fontsize=16,color="burlywood",shape="triangle"];2919[label="vwx300/Pos vwx3000",fontsize=10,color="white",style="solid",shape="box"];508 -> 2919[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2919 -> 643[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2920[label="vwx300/Neg vwx3000",fontsize=10,color="white",style="solid",shape="box"];508 -> 2920[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2920 -> 644[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 509[label="vwx400",fontsize=16,color="green",shape="box"];510[label="vwx301",fontsize=16,color="green",shape="box"];511[label="primEqNat (Succ vwx3000) (Succ vwx4000)",fontsize=16,color="black",shape="box"];511 -> 645[label="",style="solid", color="black", weight=3]; 18.31/7.22 512[label="primEqNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];512 -> 646[label="",style="solid", color="black", weight=3]; 18.31/7.22 513[label="primEqNat Zero (Succ vwx4000)",fontsize=16,color="black",shape="box"];513 -> 647[label="",style="solid", color="black", weight=3]; 18.31/7.22 514[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];514 -> 648[label="",style="solid", color="black", weight=3]; 18.31/7.22 515[label="vwx401",fontsize=16,color="green",shape="box"];516[label="vwx300",fontsize=16,color="green",shape="box"];517[label="vwx400",fontsize=16,color="green",shape="box"];518[label="vwx301",fontsize=16,color="green",shape="box"];519[label="vwx300",fontsize=16,color="green",shape="box"];520[label="vwx400",fontsize=16,color="green",shape="box"];521[label="vwx300",fontsize=16,color="green",shape="box"];522[label="vwx400",fontsize=16,color="green",shape="box"];523[label="vwx300",fontsize=16,color="green",shape="box"];524[label="vwx400",fontsize=16,color="green",shape="box"];525[label="vwx300",fontsize=16,color="green",shape="box"];526[label="vwx400",fontsize=16,color="green",shape="box"];527[label="vwx300",fontsize=16,color="green",shape="box"];528[label="vwx400",fontsize=16,color="green",shape="box"];529[label="vwx300",fontsize=16,color="green",shape="box"];530[label="vwx400",fontsize=16,color="green",shape="box"];531[label="vwx300",fontsize=16,color="green",shape="box"];532[label="vwx400",fontsize=16,color="green",shape="box"];533[label="vwx300",fontsize=16,color="green",shape="box"];534[label="vwx400",fontsize=16,color="green",shape="box"];535[label="vwx300",fontsize=16,color="green",shape="box"];536[label="vwx400",fontsize=16,color="green",shape="box"];537[label="vwx300",fontsize=16,color="green",shape="box"];538[label="vwx400",fontsize=16,color="green",shape="box"];539[label="vwx300",fontsize=16,color="green",shape="box"];540[label="vwx400",fontsize=16,color="green",shape="box"];541[label="vwx300",fontsize=16,color="green",shape="box"];542[label="vwx400",fontsize=16,color="green",shape="box"];543[label="vwx300",fontsize=16,color="green",shape="box"];544[label="vwx400",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 -> 162[label="",style="dashed", color="red", weight=0]; 18.31/7.22 547[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];547 -> 649[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 547 -> 650[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 548[label="False",fontsize=16,color="green",shape="box"];549[label="False",fontsize=16,color="green",shape="box"];550[label="True",fontsize=16,color="green",shape="box"];551[label="False",fontsize=16,color="green",shape="box"];552[label="True",fontsize=16,color="green",shape="box"];553 -> 162[label="",style="dashed", color="red", weight=0]; 18.31/7.22 553[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];553 -> 651[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 553 -> 652[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 554[label="False",fontsize=16,color="green",shape="box"];555[label="False",fontsize=16,color="green",shape="box"];556[label="True",fontsize=16,color="green",shape="box"];557[label="False",fontsize=16,color="green",shape="box"];558[label="True",fontsize=16,color="green",shape="box"];559 -> 28[label="",style="dashed", color="red", weight=0]; 18.31/7.22 559[label="vwx302 == vwx402",fontsize=16,color="magenta"];559 -> 653[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 559 -> 654[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 560 -> 29[label="",style="dashed", color="red", weight=0]; 18.31/7.22 560[label="vwx302 == vwx402",fontsize=16,color="magenta"];560 -> 655[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 560 -> 656[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 561 -> 30[label="",style="dashed", color="red", weight=0]; 18.31/7.22 561[label="vwx302 == vwx402",fontsize=16,color="magenta"];561 -> 657[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 561 -> 658[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 562 -> 31[label="",style="dashed", color="red", weight=0]; 18.31/7.22 562[label="vwx302 == vwx402",fontsize=16,color="magenta"];562 -> 659[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 562 -> 660[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 563 -> 32[label="",style="dashed", color="red", weight=0]; 18.31/7.22 563[label="vwx302 == vwx402",fontsize=16,color="magenta"];563 -> 661[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 563 -> 662[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 564 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.22 564[label="vwx302 == vwx402",fontsize=16,color="magenta"];564 -> 663[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 564 -> 664[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 565 -> 34[label="",style="dashed", color="red", weight=0]; 18.31/7.22 565[label="vwx302 == vwx402",fontsize=16,color="magenta"];565 -> 665[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 565 -> 666[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 566 -> 35[label="",style="dashed", color="red", weight=0]; 18.31/7.22 566[label="vwx302 == vwx402",fontsize=16,color="magenta"];566 -> 667[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 566 -> 668[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 567 -> 36[label="",style="dashed", color="red", weight=0]; 18.31/7.22 567[label="vwx302 == vwx402",fontsize=16,color="magenta"];567 -> 669[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 567 -> 670[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 568 -> 37[label="",style="dashed", color="red", weight=0]; 18.31/7.22 568[label="vwx302 == vwx402",fontsize=16,color="magenta"];568 -> 671[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 568 -> 672[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 569 -> 38[label="",style="dashed", color="red", weight=0]; 18.31/7.22 569[label="vwx302 == vwx402",fontsize=16,color="magenta"];569 -> 673[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 569 -> 674[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 570 -> 39[label="",style="dashed", color="red", weight=0]; 18.31/7.22 570[label="vwx302 == vwx402",fontsize=16,color="magenta"];570 -> 675[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 570 -> 676[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 571 -> 40[label="",style="dashed", color="red", weight=0]; 18.31/7.22 571[label="vwx302 == vwx402",fontsize=16,color="magenta"];571 -> 677[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 571 -> 678[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 572 -> 41[label="",style="dashed", color="red", weight=0]; 18.31/7.22 572[label="vwx302 == vwx402",fontsize=16,color="magenta"];572 -> 679[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 572 -> 680[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 573 -> 28[label="",style="dashed", color="red", weight=0]; 18.31/7.22 573[label="vwx301 == vwx401",fontsize=16,color="magenta"];573 -> 681[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 573 -> 682[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 574 -> 29[label="",style="dashed", color="red", weight=0]; 18.31/7.22 574[label="vwx301 == vwx401",fontsize=16,color="magenta"];574 -> 683[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 574 -> 684[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 575 -> 30[label="",style="dashed", color="red", weight=0]; 18.31/7.22 575[label="vwx301 == vwx401",fontsize=16,color="magenta"];575 -> 685[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 575 -> 686[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 576 -> 31[label="",style="dashed", color="red", weight=0]; 18.31/7.22 576[label="vwx301 == vwx401",fontsize=16,color="magenta"];576 -> 687[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 576 -> 688[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 577 -> 32[label="",style="dashed", color="red", weight=0]; 18.31/7.22 577[label="vwx301 == vwx401",fontsize=16,color="magenta"];577 -> 689[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 577 -> 690[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 578 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.22 578[label="vwx301 == vwx401",fontsize=16,color="magenta"];578 -> 691[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 578 -> 692[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 579 -> 34[label="",style="dashed", color="red", weight=0]; 18.31/7.22 579[label="vwx301 == vwx401",fontsize=16,color="magenta"];579 -> 693[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 579 -> 694[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 580 -> 35[label="",style="dashed", color="red", weight=0]; 18.31/7.22 580[label="vwx301 == vwx401",fontsize=16,color="magenta"];580 -> 695[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 580 -> 696[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 581 -> 36[label="",style="dashed", color="red", weight=0]; 18.31/7.22 581[label="vwx301 == vwx401",fontsize=16,color="magenta"];581 -> 697[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 581 -> 698[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 582 -> 37[label="",style="dashed", color="red", weight=0]; 18.31/7.22 582[label="vwx301 == vwx401",fontsize=16,color="magenta"];582 -> 699[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 582 -> 700[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 583 -> 38[label="",style="dashed", color="red", weight=0]; 18.31/7.22 583[label="vwx301 == vwx401",fontsize=16,color="magenta"];583 -> 701[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 583 -> 702[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 584 -> 39[label="",style="dashed", color="red", weight=0]; 18.31/7.22 584[label="vwx301 == vwx401",fontsize=16,color="magenta"];584 -> 703[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 584 -> 704[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 585 -> 40[label="",style="dashed", color="red", weight=0]; 18.31/7.22 585[label="vwx301 == vwx401",fontsize=16,color="magenta"];585 -> 705[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 585 -> 706[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 586 -> 41[label="",style="dashed", color="red", weight=0]; 18.31/7.22 586[label="vwx301 == vwx401",fontsize=16,color="magenta"];586 -> 707[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 586 -> 708[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 587[label="vwx300",fontsize=16,color="green",shape="box"];588[label="vwx400",fontsize=16,color="green",shape="box"];589[label="vwx300",fontsize=16,color="green",shape="box"];590[label="vwx400",fontsize=16,color="green",shape="box"];591[label="vwx300",fontsize=16,color="green",shape="box"];592[label="vwx400",fontsize=16,color="green",shape="box"];593[label="vwx300",fontsize=16,color="green",shape="box"];594[label="vwx400",fontsize=16,color="green",shape="box"];595[label="vwx300",fontsize=16,color="green",shape="box"];596[label="vwx400",fontsize=16,color="green",shape="box"];597[label="vwx300",fontsize=16,color="green",shape="box"];598[label="vwx400",fontsize=16,color="green",shape="box"];599[label="vwx300",fontsize=16,color="green",shape="box"];600[label="vwx400",fontsize=16,color="green",shape="box"];601[label="vwx300",fontsize=16,color="green",shape="box"];602[label="vwx400",fontsize=16,color="green",shape="box"];603[label="vwx300",fontsize=16,color="green",shape="box"];604[label="vwx400",fontsize=16,color="green",shape="box"];605[label="vwx300",fontsize=16,color="green",shape="box"];606[label="vwx400",fontsize=16,color="green",shape="box"];607[label="vwx300",fontsize=16,color="green",shape="box"];608[label="vwx400",fontsize=16,color="green",shape="box"];609[label="vwx300",fontsize=16,color="green",shape="box"];610[label="vwx400",fontsize=16,color="green",shape="box"];611[label="vwx300",fontsize=16,color="green",shape="box"];612[label="vwx400",fontsize=16,color="green",shape="box"];613[label="vwx300",fontsize=16,color="green",shape="box"];614[label="vwx400",fontsize=16,color="green",shape="box"];615[label="vwx301",fontsize=16,color="green",shape="box"];616[label="vwx401",fontsize=16,color="green",shape="box"];617[label="vwx301",fontsize=16,color="green",shape="box"];618[label="vwx401",fontsize=16,color="green",shape="box"];619[label="vwx300",fontsize=16,color="green",shape="box"];620[label="vwx400",fontsize=16,color="green",shape="box"];621[label="vwx300",fontsize=16,color="green",shape="box"];622[label="vwx400",fontsize=16,color="green",shape="box"];1684[label="False <= vwx10",fontsize=16,color="burlywood",shape="box"];2921[label="vwx10/False",fontsize=10,color="white",style="solid",shape="box"];1684 -> 2921[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2921 -> 1705[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2922[label="vwx10/True",fontsize=10,color="white",style="solid",shape="box"];1684 -> 2922[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2922 -> 1706[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1685[label="True <= vwx10",fontsize=16,color="burlywood",shape="box"];2923[label="vwx10/False",fontsize=10,color="white",style="solid",shape="box"];1685 -> 2923[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2923 -> 1707[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2924[label="vwx10/True",fontsize=10,color="white",style="solid",shape="box"];1685 -> 2924[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2924 -> 1708[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1686[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];1686 -> 1709[label="",style="solid", color="black", weight=3]; 18.31/7.22 1687[label="Left vwx90 <= vwx10",fontsize=16,color="burlywood",shape="box"];2925[label="vwx10/Left vwx100",fontsize=10,color="white",style="solid",shape="box"];1687 -> 2925[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2925 -> 1710[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2926[label="vwx10/Right vwx100",fontsize=10,color="white",style="solid",shape="box"];1687 -> 2926[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2926 -> 1711[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1688[label="Right vwx90 <= vwx10",fontsize=16,color="burlywood",shape="box"];2927[label="vwx10/Left vwx100",fontsize=10,color="white",style="solid",shape="box"];1688 -> 2927[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2927 -> 1712[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2928[label="vwx10/Right vwx100",fontsize=10,color="white",style="solid",shape="box"];1688 -> 2928[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2928 -> 1713[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1689[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];1689 -> 1714[label="",style="solid", color="black", weight=3]; 18.31/7.22 1690[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];1690 -> 1715[label="",style="solid", color="black", weight=3]; 18.31/7.22 1691[label="(vwx90,vwx91,vwx92) <= vwx10",fontsize=16,color="burlywood",shape="box"];2929[label="vwx10/(vwx100,vwx101,vwx102)",fontsize=10,color="white",style="solid",shape="box"];1691 -> 2929[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2929 -> 1716[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1692[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];1692 -> 1717[label="",style="solid", color="black", weight=3]; 18.31/7.22 1693[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];1693 -> 1718[label="",style="solid", color="black", weight=3]; 18.31/7.22 1694[label="(vwx90,vwx91) <= vwx10",fontsize=16,color="burlywood",shape="box"];2930[label="vwx10/(vwx100,vwx101)",fontsize=10,color="white",style="solid",shape="box"];1694 -> 2930[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2930 -> 1719[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1695[label="LT <= vwx10",fontsize=16,color="burlywood",shape="box"];2931[label="vwx10/LT",fontsize=10,color="white",style="solid",shape="box"];1695 -> 2931[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2931 -> 1720[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2932[label="vwx10/EQ",fontsize=10,color="white",style="solid",shape="box"];1695 -> 2932[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2932 -> 1721[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2933[label="vwx10/GT",fontsize=10,color="white",style="solid",shape="box"];1695 -> 2933[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2933 -> 1722[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1696[label="EQ <= vwx10",fontsize=16,color="burlywood",shape="box"];2934[label="vwx10/LT",fontsize=10,color="white",style="solid",shape="box"];1696 -> 2934[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2934 -> 1723[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2935[label="vwx10/EQ",fontsize=10,color="white",style="solid",shape="box"];1696 -> 2935[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2935 -> 1724[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2936[label="vwx10/GT",fontsize=10,color="white",style="solid",shape="box"];1696 -> 2936[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2936 -> 1725[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1697[label="GT <= vwx10",fontsize=16,color="burlywood",shape="box"];2937[label="vwx10/LT",fontsize=10,color="white",style="solid",shape="box"];1697 -> 2937[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2937 -> 1726[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2938[label="vwx10/EQ",fontsize=10,color="white",style="solid",shape="box"];1697 -> 2938[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2938 -> 1727[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2939[label="vwx10/GT",fontsize=10,color="white",style="solid",shape="box"];1697 -> 2939[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2939 -> 1728[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1698[label="Nothing <= vwx10",fontsize=16,color="burlywood",shape="box"];2940[label="vwx10/Nothing",fontsize=10,color="white",style="solid",shape="box"];1698 -> 2940[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2940 -> 1729[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2941[label="vwx10/Just vwx100",fontsize=10,color="white",style="solid",shape="box"];1698 -> 2941[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2941 -> 1730[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1699[label="Just vwx90 <= vwx10",fontsize=16,color="burlywood",shape="box"];2942[label="vwx10/Nothing",fontsize=10,color="white",style="solid",shape="box"];1699 -> 2942[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2942 -> 1731[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2943[label="vwx10/Just vwx100",fontsize=10,color="white",style="solid",shape="box"];1699 -> 2943[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2943 -> 1732[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1700[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];1700 -> 1733[label="",style="solid", color="black", weight=3]; 18.31/7.22 1701[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];1701 -> 1734[label="",style="solid", color="black", weight=3]; 18.31/7.22 1702[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];1702 -> 1735[label="",style="solid", color="black", weight=3]; 18.31/7.22 1703[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1703 -> 1736[label="",style="solid", color="black", weight=3]; 18.31/7.22 643[label="primMulInt (Pos vwx3000) vwx401",fontsize=16,color="burlywood",shape="box"];2944[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];643 -> 2944[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2944 -> 741[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2945[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];643 -> 2945[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2945 -> 742[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 644[label="primMulInt (Neg vwx3000) vwx401",fontsize=16,color="burlywood",shape="box"];2946[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];644 -> 2946[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2946 -> 743[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2947[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];644 -> 2947[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2947 -> 744[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 645 -> 162[label="",style="dashed", color="red", weight=0]; 18.31/7.22 645[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];645 -> 745[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 645 -> 746[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 646[label="False",fontsize=16,color="green",shape="box"];647[label="False",fontsize=16,color="green",shape="box"];648[label="True",fontsize=16,color="green",shape="box"];649[label="vwx3000",fontsize=16,color="green",shape="box"];650[label="vwx4000",fontsize=16,color="green",shape="box"];651[label="vwx3000",fontsize=16,color="green",shape="box"];652[label="vwx4000",fontsize=16,color="green",shape="box"];653[label="vwx302",fontsize=16,color="green",shape="box"];654[label="vwx402",fontsize=16,color="green",shape="box"];655[label="vwx302",fontsize=16,color="green",shape="box"];656[label="vwx402",fontsize=16,color="green",shape="box"];657[label="vwx302",fontsize=16,color="green",shape="box"];658[label="vwx402",fontsize=16,color="green",shape="box"];659[label="vwx302",fontsize=16,color="green",shape="box"];660[label="vwx402",fontsize=16,color="green",shape="box"];661[label="vwx302",fontsize=16,color="green",shape="box"];662[label="vwx402",fontsize=16,color="green",shape="box"];663[label="vwx302",fontsize=16,color="green",shape="box"];664[label="vwx402",fontsize=16,color="green",shape="box"];665[label="vwx302",fontsize=16,color="green",shape="box"];666[label="vwx402",fontsize=16,color="green",shape="box"];667[label="vwx302",fontsize=16,color="green",shape="box"];668[label="vwx402",fontsize=16,color="green",shape="box"];669[label="vwx302",fontsize=16,color="green",shape="box"];670[label="vwx402",fontsize=16,color="green",shape="box"];671[label="vwx302",fontsize=16,color="green",shape="box"];672[label="vwx402",fontsize=16,color="green",shape="box"];673[label="vwx302",fontsize=16,color="green",shape="box"];674[label="vwx402",fontsize=16,color="green",shape="box"];675[label="vwx302",fontsize=16,color="green",shape="box"];676[label="vwx402",fontsize=16,color="green",shape="box"];677[label="vwx302",fontsize=16,color="green",shape="box"];678[label="vwx402",fontsize=16,color="green",shape="box"];679[label="vwx302",fontsize=16,color="green",shape="box"];680[label="vwx402",fontsize=16,color="green",shape="box"];681[label="vwx301",fontsize=16,color="green",shape="box"];682[label="vwx401",fontsize=16,color="green",shape="box"];683[label="vwx301",fontsize=16,color="green",shape="box"];684[label="vwx401",fontsize=16,color="green",shape="box"];685[label="vwx301",fontsize=16,color="green",shape="box"];686[label="vwx401",fontsize=16,color="green",shape="box"];687[label="vwx301",fontsize=16,color="green",shape="box"];688[label="vwx401",fontsize=16,color="green",shape="box"];689[label="vwx301",fontsize=16,color="green",shape="box"];690[label="vwx401",fontsize=16,color="green",shape="box"];691[label="vwx301",fontsize=16,color="green",shape="box"];692[label="vwx401",fontsize=16,color="green",shape="box"];693[label="vwx301",fontsize=16,color="green",shape="box"];694[label="vwx401",fontsize=16,color="green",shape="box"];695[label="vwx301",fontsize=16,color="green",shape="box"];696[label="vwx401",fontsize=16,color="green",shape="box"];697[label="vwx301",fontsize=16,color="green",shape="box"];698[label="vwx401",fontsize=16,color="green",shape="box"];699[label="vwx301",fontsize=16,color="green",shape="box"];700[label="vwx401",fontsize=16,color="green",shape="box"];701[label="vwx301",fontsize=16,color="green",shape="box"];702[label="vwx401",fontsize=16,color="green",shape="box"];703[label="vwx301",fontsize=16,color="green",shape="box"];704[label="vwx401",fontsize=16,color="green",shape="box"];705[label="vwx301",fontsize=16,color="green",shape="box"];706[label="vwx401",fontsize=16,color="green",shape="box"];707[label="vwx301",fontsize=16,color="green",shape="box"];708[label="vwx401",fontsize=16,color="green",shape="box"];1705[label="False <= False",fontsize=16,color="black",shape="box"];1705 -> 1739[label="",style="solid", color="black", weight=3]; 18.31/7.22 1706[label="False <= True",fontsize=16,color="black",shape="box"];1706 -> 1740[label="",style="solid", color="black", weight=3]; 18.31/7.22 1707[label="True <= False",fontsize=16,color="black",shape="box"];1707 -> 1741[label="",style="solid", color="black", weight=3]; 18.31/7.22 1708[label="True <= True",fontsize=16,color="black",shape="box"];1708 -> 1742[label="",style="solid", color="black", weight=3]; 18.31/7.22 1709 -> 1743[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1709[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];1709 -> 1744[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1710[label="Left vwx90 <= Left vwx100",fontsize=16,color="black",shape="box"];1710 -> 1752[label="",style="solid", color="black", weight=3]; 18.31/7.22 1711[label="Left vwx90 <= Right vwx100",fontsize=16,color="black",shape="box"];1711 -> 1753[label="",style="solid", color="black", weight=3]; 18.31/7.22 1712[label="Right vwx90 <= Left vwx100",fontsize=16,color="black",shape="box"];1712 -> 1754[label="",style="solid", color="black", weight=3]; 18.31/7.22 1713[label="Right vwx90 <= Right vwx100",fontsize=16,color="black",shape="box"];1713 -> 1755[label="",style="solid", color="black", weight=3]; 18.31/7.22 1714 -> 1743[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1714[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];1714 -> 1745[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1715 -> 1743[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1715[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];1715 -> 1746[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1716[label="(vwx90,vwx91,vwx92) <= (vwx100,vwx101,vwx102)",fontsize=16,color="black",shape="box"];1716 -> 1756[label="",style="solid", color="black", weight=3]; 18.31/7.22 1717 -> 1743[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1717[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];1717 -> 1747[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1718 -> 1743[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1718[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];1718 -> 1748[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1719[label="(vwx90,vwx91) <= (vwx100,vwx101)",fontsize=16,color="black",shape="box"];1719 -> 1757[label="",style="solid", color="black", weight=3]; 18.31/7.22 1720[label="LT <= LT",fontsize=16,color="black",shape="box"];1720 -> 1758[label="",style="solid", color="black", weight=3]; 18.31/7.22 1721[label="LT <= EQ",fontsize=16,color="black",shape="box"];1721 -> 1759[label="",style="solid", color="black", weight=3]; 18.31/7.22 1722[label="LT <= GT",fontsize=16,color="black",shape="box"];1722 -> 1760[label="",style="solid", color="black", weight=3]; 18.31/7.22 1723[label="EQ <= LT",fontsize=16,color="black",shape="box"];1723 -> 1761[label="",style="solid", color="black", weight=3]; 18.31/7.22 1724[label="EQ <= EQ",fontsize=16,color="black",shape="box"];1724 -> 1762[label="",style="solid", color="black", weight=3]; 18.31/7.22 1725[label="EQ <= GT",fontsize=16,color="black",shape="box"];1725 -> 1763[label="",style="solid", color="black", weight=3]; 18.31/7.22 1726[label="GT <= LT",fontsize=16,color="black",shape="box"];1726 -> 1764[label="",style="solid", color="black", weight=3]; 18.31/7.22 1727[label="GT <= EQ",fontsize=16,color="black",shape="box"];1727 -> 1765[label="",style="solid", color="black", weight=3]; 18.31/7.22 1728[label="GT <= GT",fontsize=16,color="black",shape="box"];1728 -> 1766[label="",style="solid", color="black", weight=3]; 18.31/7.22 1729[label="Nothing <= Nothing",fontsize=16,color="black",shape="box"];1729 -> 1767[label="",style="solid", color="black", weight=3]; 18.31/7.22 1730[label="Nothing <= Just vwx100",fontsize=16,color="black",shape="box"];1730 -> 1768[label="",style="solid", color="black", weight=3]; 18.31/7.22 1731[label="Just vwx90 <= Nothing",fontsize=16,color="black",shape="box"];1731 -> 1769[label="",style="solid", color="black", weight=3]; 18.31/7.22 1732[label="Just vwx90 <= Just vwx100",fontsize=16,color="black",shape="box"];1732 -> 1770[label="",style="solid", color="black", weight=3]; 18.31/7.22 1733 -> 1743[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1733[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];1733 -> 1749[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1734 -> 1743[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1734[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];1734 -> 1750[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1735 -> 1743[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1735[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];1735 -> 1751[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1736[label="GT",fontsize=16,color="green",shape="box"];741[label="primMulInt (Pos vwx3000) (Pos vwx4010)",fontsize=16,color="black",shape="box"];741 -> 779[label="",style="solid", color="black", weight=3]; 18.31/7.22 742[label="primMulInt (Pos vwx3000) (Neg vwx4010)",fontsize=16,color="black",shape="box"];742 -> 780[label="",style="solid", color="black", weight=3]; 18.31/7.22 743[label="primMulInt (Neg vwx3000) (Pos vwx4010)",fontsize=16,color="black",shape="box"];743 -> 781[label="",style="solid", color="black", weight=3]; 18.31/7.22 744[label="primMulInt (Neg vwx3000) (Neg vwx4010)",fontsize=16,color="black",shape="box"];744 -> 782[label="",style="solid", color="black", weight=3]; 18.31/7.22 745[label="vwx3000",fontsize=16,color="green",shape="box"];746[label="vwx4000",fontsize=16,color="green",shape="box"];1739[label="True",fontsize=16,color="green",shape="box"];1740[label="True",fontsize=16,color="green",shape="box"];1741[label="False",fontsize=16,color="green",shape="box"];1742[label="True",fontsize=16,color="green",shape="box"];1744 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1744[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];1744 -> 1771[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1744 -> 1772[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1743[label="not vwx59",fontsize=16,color="burlywood",shape="triangle"];2948[label="vwx59/False",fontsize=10,color="white",style="solid",shape="box"];1743 -> 2948[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2948 -> 1773[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2949[label="vwx59/True",fontsize=10,color="white",style="solid",shape="box"];1743 -> 2949[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2949 -> 1774[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1752[label="vwx90 <= vwx100",fontsize=16,color="blue",shape="box"];2950[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1752 -> 2950[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2950 -> 1789[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2951[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1752 -> 2951[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2951 -> 1790[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2952[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1752 -> 2952[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2952 -> 1791[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2953[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1752 -> 2953[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2953 -> 1792[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2954[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1752 -> 2954[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2954 -> 1793[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2955[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1752 -> 2955[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2955 -> 1794[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2956[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1752 -> 2956[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2956 -> 1795[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2957[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1752 -> 2957[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2957 -> 1796[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2958[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1752 -> 2958[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2958 -> 1797[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2959[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1752 -> 2959[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2959 -> 1798[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2960[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1752 -> 2960[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2960 -> 1799[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2961[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1752 -> 2961[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2961 -> 1800[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2962[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1752 -> 2962[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2962 -> 1801[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2963[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1752 -> 2963[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2963 -> 1802[label="",style="solid", color="blue", weight=3]; 18.31/7.22 1753[label="True",fontsize=16,color="green",shape="box"];1754[label="False",fontsize=16,color="green",shape="box"];1755[label="vwx90 <= vwx100",fontsize=16,color="blue",shape="box"];2964[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1755 -> 2964[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2964 -> 1803[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2965[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1755 -> 2965[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2965 -> 1804[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2966[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1755 -> 2966[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2966 -> 1805[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2967[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1755 -> 2967[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2967 -> 1806[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2968[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1755 -> 2968[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2968 -> 1807[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2969[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1755 -> 2969[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2969 -> 1808[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2970[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1755 -> 2970[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2970 -> 1809[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2971[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1755 -> 2971[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2971 -> 1810[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2972[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1755 -> 2972[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2972 -> 1811[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2973[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1755 -> 2973[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2973 -> 1812[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2974[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1755 -> 2974[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2974 -> 1813[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2975[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1755 -> 2975[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2975 -> 1814[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2976[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1755 -> 2976[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2976 -> 1815[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2977[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1755 -> 2977[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2977 -> 1816[label="",style="solid", color="blue", weight=3]; 18.31/7.22 1745 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1745[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];1745 -> 1775[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1745 -> 1776[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1746 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1746[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];1746 -> 1777[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1746 -> 1778[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1756 -> 1899[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1756[label="vwx90 < vwx100 || vwx90 == vwx100 && (vwx91 < vwx101 || vwx91 == vwx101 && vwx92 <= vwx102)",fontsize=16,color="magenta"];1756 -> 1900[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1756 -> 1901[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1747 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1747[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];1747 -> 1779[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1747 -> 1780[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1748 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1748[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];1748 -> 1781[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1748 -> 1782[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1757 -> 1899[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1757[label="vwx90 < vwx100 || vwx90 == vwx100 && vwx91 <= vwx101",fontsize=16,color="magenta"];1757 -> 1902[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1757 -> 1903[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1758[label="True",fontsize=16,color="green",shape="box"];1759[label="True",fontsize=16,color="green",shape="box"];1760[label="True",fontsize=16,color="green",shape="box"];1761[label="False",fontsize=16,color="green",shape="box"];1762[label="True",fontsize=16,color="green",shape="box"];1763[label="True",fontsize=16,color="green",shape="box"];1764[label="False",fontsize=16,color="green",shape="box"];1765[label="False",fontsize=16,color="green",shape="box"];1766[label="True",fontsize=16,color="green",shape="box"];1767[label="True",fontsize=16,color="green",shape="box"];1768[label="True",fontsize=16,color="green",shape="box"];1769[label="False",fontsize=16,color="green",shape="box"];1770[label="vwx90 <= vwx100",fontsize=16,color="blue",shape="box"];2978[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1770 -> 2978[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2978 -> 1822[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2979[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1770 -> 2979[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2979 -> 1823[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2980[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1770 -> 2980[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2980 -> 1824[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2981[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1770 -> 2981[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2981 -> 1825[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2982[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1770 -> 2982[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2982 -> 1826[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2983[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1770 -> 2983[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2983 -> 1827[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2984[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1770 -> 2984[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2984 -> 1828[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2985[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1770 -> 2985[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2985 -> 1829[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2986[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1770 -> 2986[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2986 -> 1830[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2987[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1770 -> 2987[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2987 -> 1831[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2988[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1770 -> 2988[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2988 -> 1832[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2989[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1770 -> 2989[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2989 -> 1833[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2990[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1770 -> 2990[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2990 -> 1834[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2991[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1770 -> 2991[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2991 -> 1835[label="",style="solid", color="blue", weight=3]; 18.31/7.22 1749 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1749[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];1749 -> 1783[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1749 -> 1784[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1750 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1750[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];1750 -> 1785[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1750 -> 1786[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1751 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1751[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];1751 -> 1787[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1751 -> 1788[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 779[label="Pos (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];779 -> 848[label="",style="dashed", color="green", weight=3]; 18.31/7.22 780[label="Neg (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];780 -> 849[label="",style="dashed", color="green", weight=3]; 18.31/7.22 781[label="Neg (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];781 -> 850[label="",style="dashed", color="green", weight=3]; 18.31/7.22 782[label="Pos (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];782 -> 851[label="",style="dashed", color="green", weight=3]; 18.31/7.22 1771[label="compare vwx9 vwx10",fontsize=16,color="burlywood",shape="triangle"];2992[label="vwx9/()",fontsize=10,color="white",style="solid",shape="box"];1771 -> 2992[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 2992 -> 1836[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1772[label="GT",fontsize=16,color="green",shape="box"];1773[label="not False",fontsize=16,color="black",shape="box"];1773 -> 1837[label="",style="solid", color="black", weight=3]; 18.31/7.22 1774[label="not True",fontsize=16,color="black",shape="box"];1774 -> 1838[label="",style="solid", color="black", weight=3]; 18.31/7.22 1789 -> 1664[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1789[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1789 -> 1839[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1789 -> 1840[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1790 -> 1665[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1790[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1790 -> 1841[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1790 -> 1842[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1791 -> 1666[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1791[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1791 -> 1843[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1791 -> 1844[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1792 -> 1667[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1792[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1792 -> 1845[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1792 -> 1846[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1793 -> 1668[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1793[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1793 -> 1847[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1793 -> 1848[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1794 -> 1669[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1794[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1794 -> 1849[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1794 -> 1850[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1795 -> 1670[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1795[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1795 -> 1851[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1795 -> 1852[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1796 -> 1671[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1796[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1796 -> 1853[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1796 -> 1854[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1797 -> 1672[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1797[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1797 -> 1855[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1797 -> 1856[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1798 -> 1673[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1798[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1798 -> 1857[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1798 -> 1858[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1799 -> 1674[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1799[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1799 -> 1859[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1799 -> 1860[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1800 -> 1675[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1800[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1800 -> 1861[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1800 -> 1862[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1801 -> 1676[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1801[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1801 -> 1863[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1801 -> 1864[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1802 -> 1677[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1802[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1802 -> 1865[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1802 -> 1866[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1803 -> 1664[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1803[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1803 -> 1867[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1803 -> 1868[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1804 -> 1665[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1804[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1804 -> 1869[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1804 -> 1870[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1805 -> 1666[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1805[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1805 -> 1871[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1805 -> 1872[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1806 -> 1667[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1806[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1806 -> 1873[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1806 -> 1874[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1807 -> 1668[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1807[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1807 -> 1875[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1807 -> 1876[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1808 -> 1669[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1808[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1808 -> 1877[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1808 -> 1878[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1809 -> 1670[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1809[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1809 -> 1879[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1809 -> 1880[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1810 -> 1671[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1810[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1810 -> 1881[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1810 -> 1882[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1811 -> 1672[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1811[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1811 -> 1883[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1811 -> 1884[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1812 -> 1673[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1812[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1812 -> 1885[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1812 -> 1886[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1813 -> 1674[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1813[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1813 -> 1887[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1813 -> 1888[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1814 -> 1675[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1814[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1814 -> 1889[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1814 -> 1890[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1815 -> 1676[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1815[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1815 -> 1891[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1815 -> 1892[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1816 -> 1677[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1816[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1816 -> 1893[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1816 -> 1894[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1775[label="compare vwx9 vwx10",fontsize=16,color="black",shape="triangle"];1775 -> 1895[label="",style="solid", color="black", weight=3]; 18.31/7.22 1776[label="GT",fontsize=16,color="green",shape="box"];1777[label="compare vwx9 vwx10",fontsize=16,color="black",shape="triangle"];1777 -> 1896[label="",style="solid", color="black", weight=3]; 18.31/7.22 1778[label="GT",fontsize=16,color="green",shape="box"];1900[label="vwx90 < vwx100",fontsize=16,color="blue",shape="box"];2993[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1900 -> 2993[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2993 -> 1908[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2994[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1900 -> 2994[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2994 -> 1909[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2995[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1900 -> 2995[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2995 -> 1910[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2996[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1900 -> 2996[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2996 -> 1911[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2997[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1900 -> 2997[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2997 -> 1912[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2998[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1900 -> 2998[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2998 -> 1913[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2999[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1900 -> 2999[label="",style="solid", color="blue", weight=9]; 18.31/7.22 2999 -> 1914[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3000[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1900 -> 3000[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3000 -> 1915[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3001[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1900 -> 3001[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3001 -> 1916[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3002[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1900 -> 3002[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3002 -> 1917[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3003[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1900 -> 3003[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3003 -> 1918[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3004[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1900 -> 3004[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3004 -> 1919[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3005[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1900 -> 3005[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3005 -> 1920[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3006[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1900 -> 3006[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3006 -> 1921[label="",style="solid", color="blue", weight=3]; 18.31/7.22 1901 -> 251[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1901[label="vwx90 == vwx100 && (vwx91 < vwx101 || vwx91 == vwx101 && vwx92 <= vwx102)",fontsize=16,color="magenta"];1901 -> 1922[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1901 -> 1923[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1899[label="vwx65 || vwx66",fontsize=16,color="burlywood",shape="triangle"];3007[label="vwx65/False",fontsize=10,color="white",style="solid",shape="box"];1899 -> 3007[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3007 -> 1924[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3008[label="vwx65/True",fontsize=10,color="white",style="solid",shape="box"];1899 -> 3008[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3008 -> 1925[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1779[label="compare vwx9 vwx10",fontsize=16,color="burlywood",shape="triangle"];3009[label="vwx9/vwx90 :% vwx91",fontsize=10,color="white",style="solid",shape="box"];1779 -> 3009[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3009 -> 1926[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1780[label="GT",fontsize=16,color="green",shape="box"];1781[label="compare vwx9 vwx10",fontsize=16,color="burlywood",shape="triangle"];3010[label="vwx9/vwx90 : vwx91",fontsize=10,color="white",style="solid",shape="box"];1781 -> 3010[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3010 -> 1927[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3011[label="vwx9/[]",fontsize=10,color="white",style="solid",shape="box"];1781 -> 3011[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3011 -> 1928[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1782[label="GT",fontsize=16,color="green",shape="box"];1902[label="vwx90 < vwx100",fontsize=16,color="blue",shape="box"];3012[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1902 -> 3012[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3012 -> 1929[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3013[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1902 -> 3013[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3013 -> 1930[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3014[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1902 -> 3014[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3014 -> 1931[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3015[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1902 -> 3015[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3015 -> 1932[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3016[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1902 -> 3016[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3016 -> 1933[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3017[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1902 -> 3017[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3017 -> 1934[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3018[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1902 -> 3018[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3018 -> 1935[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3019[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1902 -> 3019[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3019 -> 1936[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3020[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1902 -> 3020[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3020 -> 1937[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3021[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1902 -> 3021[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3021 -> 1938[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3022[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1902 -> 3022[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3022 -> 1939[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3023[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1902 -> 3023[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3023 -> 1940[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3024[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1902 -> 3024[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3024 -> 1941[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3025[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1902 -> 3025[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3025 -> 1942[label="",style="solid", color="blue", weight=3]; 18.31/7.22 1903 -> 251[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1903[label="vwx90 == vwx100 && vwx91 <= vwx101",fontsize=16,color="magenta"];1903 -> 1943[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1903 -> 1944[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1822 -> 1664[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1822[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1822 -> 1945[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1822 -> 1946[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1823 -> 1665[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1823[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1823 -> 1947[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1823 -> 1948[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1824 -> 1666[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1824[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1824 -> 1949[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1824 -> 1950[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1825 -> 1667[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1825[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1825 -> 1951[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1825 -> 1952[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1826 -> 1668[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1826[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1826 -> 1953[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1826 -> 1954[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1827 -> 1669[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1827[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1827 -> 1955[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1827 -> 1956[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1828 -> 1670[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1828[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1828 -> 1957[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1828 -> 1958[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1829 -> 1671[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1829[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1829 -> 1959[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1829 -> 1960[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1830 -> 1672[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1830[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1830 -> 1961[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1830 -> 1962[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1831 -> 1673[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1831[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1831 -> 1963[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1831 -> 1964[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1832 -> 1674[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1832[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1832 -> 1965[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1832 -> 1966[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1833 -> 1675[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1833[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1833 -> 1967[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1833 -> 1968[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1834 -> 1676[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1834[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1834 -> 1969[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1834 -> 1970[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1835 -> 1677[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1835[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1835 -> 1971[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1835 -> 1972[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1783[label="compare vwx9 vwx10",fontsize=16,color="black",shape="triangle"];1783 -> 1973[label="",style="solid", color="black", weight=3]; 18.31/7.22 1784[label="GT",fontsize=16,color="green",shape="box"];1785[label="compare vwx9 vwx10",fontsize=16,color="burlywood",shape="triangle"];3026[label="vwx9/Integer vwx90",fontsize=10,color="white",style="solid",shape="box"];1785 -> 3026[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3026 -> 1974[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1786[label="GT",fontsize=16,color="green",shape="box"];1787[label="compare vwx9 vwx10",fontsize=16,color="black",shape="triangle"];1787 -> 1975[label="",style="solid", color="black", weight=3]; 18.31/7.22 1788[label="GT",fontsize=16,color="green",shape="box"];848[label="primMulNat vwx3000 vwx4010",fontsize=16,color="burlywood",shape="triangle"];3027[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];848 -> 3027[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3027 -> 992[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3028[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];848 -> 3028[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3028 -> 993[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 849 -> 848[label="",style="dashed", color="red", weight=0]; 18.31/7.22 849[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];849 -> 994[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 850 -> 848[label="",style="dashed", color="red", weight=0]; 18.31/7.22 850[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];850 -> 995[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 851 -> 848[label="",style="dashed", color="red", weight=0]; 18.31/7.22 851[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];851 -> 996[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 851 -> 997[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1836[label="compare () vwx10",fontsize=16,color="burlywood",shape="box"];3029[label="vwx10/()",fontsize=10,color="white",style="solid",shape="box"];1836 -> 3029[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3029 -> 1976[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1837[label="True",fontsize=16,color="green",shape="box"];1838[label="False",fontsize=16,color="green",shape="box"];1839[label="vwx100",fontsize=16,color="green",shape="box"];1840[label="vwx90",fontsize=16,color="green",shape="box"];1841[label="vwx100",fontsize=16,color="green",shape="box"];1842[label="vwx90",fontsize=16,color="green",shape="box"];1843[label="vwx100",fontsize=16,color="green",shape="box"];1844[label="vwx90",fontsize=16,color="green",shape="box"];1845[label="vwx100",fontsize=16,color="green",shape="box"];1846[label="vwx90",fontsize=16,color="green",shape="box"];1847[label="vwx100",fontsize=16,color="green",shape="box"];1848[label="vwx90",fontsize=16,color="green",shape="box"];1849[label="vwx100",fontsize=16,color="green",shape="box"];1850[label="vwx90",fontsize=16,color="green",shape="box"];1851[label="vwx100",fontsize=16,color="green",shape="box"];1852[label="vwx90",fontsize=16,color="green",shape="box"];1853[label="vwx100",fontsize=16,color="green",shape="box"];1854[label="vwx90",fontsize=16,color="green",shape="box"];1855[label="vwx100",fontsize=16,color="green",shape="box"];1856[label="vwx90",fontsize=16,color="green",shape="box"];1857[label="vwx100",fontsize=16,color="green",shape="box"];1858[label="vwx90",fontsize=16,color="green",shape="box"];1859[label="vwx100",fontsize=16,color="green",shape="box"];1860[label="vwx90",fontsize=16,color="green",shape="box"];1861[label="vwx100",fontsize=16,color="green",shape="box"];1862[label="vwx90",fontsize=16,color="green",shape="box"];1863[label="vwx100",fontsize=16,color="green",shape="box"];1864[label="vwx90",fontsize=16,color="green",shape="box"];1865[label="vwx100",fontsize=16,color="green",shape="box"];1866[label="vwx90",fontsize=16,color="green",shape="box"];1867[label="vwx100",fontsize=16,color="green",shape="box"];1868[label="vwx90",fontsize=16,color="green",shape="box"];1869[label="vwx100",fontsize=16,color="green",shape="box"];1870[label="vwx90",fontsize=16,color="green",shape="box"];1871[label="vwx100",fontsize=16,color="green",shape="box"];1872[label="vwx90",fontsize=16,color="green",shape="box"];1873[label="vwx100",fontsize=16,color="green",shape="box"];1874[label="vwx90",fontsize=16,color="green",shape="box"];1875[label="vwx100",fontsize=16,color="green",shape="box"];1876[label="vwx90",fontsize=16,color="green",shape="box"];1877[label="vwx100",fontsize=16,color="green",shape="box"];1878[label="vwx90",fontsize=16,color="green",shape="box"];1879[label="vwx100",fontsize=16,color="green",shape="box"];1880[label="vwx90",fontsize=16,color="green",shape="box"];1881[label="vwx100",fontsize=16,color="green",shape="box"];1882[label="vwx90",fontsize=16,color="green",shape="box"];1883[label="vwx100",fontsize=16,color="green",shape="box"];1884[label="vwx90",fontsize=16,color="green",shape="box"];1885[label="vwx100",fontsize=16,color="green",shape="box"];1886[label="vwx90",fontsize=16,color="green",shape="box"];1887[label="vwx100",fontsize=16,color="green",shape="box"];1888[label="vwx90",fontsize=16,color="green",shape="box"];1889[label="vwx100",fontsize=16,color="green",shape="box"];1890[label="vwx90",fontsize=16,color="green",shape="box"];1891[label="vwx100",fontsize=16,color="green",shape="box"];1892[label="vwx90",fontsize=16,color="green",shape="box"];1893[label="vwx100",fontsize=16,color="green",shape="box"];1894[label="vwx90",fontsize=16,color="green",shape="box"];1895[label="primCmpFloat vwx9 vwx10",fontsize=16,color="burlywood",shape="box"];3030[label="vwx9/Float vwx90 vwx91",fontsize=10,color="white",style="solid",shape="box"];1895 -> 3030[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3030 -> 1977[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1896[label="primCmpDouble vwx9 vwx10",fontsize=16,color="burlywood",shape="box"];3031[label="vwx9/Double vwx90 vwx91",fontsize=10,color="white",style="solid",shape="box"];1896 -> 3031[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3031 -> 1978[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1908[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];1908 -> 1979[label="",style="solid", color="black", weight=3]; 18.31/7.22 1909[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];1909 -> 1980[label="",style="solid", color="black", weight=3]; 18.31/7.22 1910[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];1910 -> 1981[label="",style="solid", color="black", weight=3]; 18.31/7.22 1911[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];1911 -> 1982[label="",style="solid", color="black", weight=3]; 18.31/7.22 1912[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];1912 -> 1983[label="",style="solid", color="black", weight=3]; 18.31/7.22 1913[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];1913 -> 1984[label="",style="solid", color="black", weight=3]; 18.31/7.22 1914[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];1914 -> 1985[label="",style="solid", color="black", weight=3]; 18.31/7.22 1915[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];1915 -> 1986[label="",style="solid", color="black", weight=3]; 18.31/7.22 1916[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];1916 -> 1987[label="",style="solid", color="black", weight=3]; 18.31/7.22 1917[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];1917 -> 1988[label="",style="solid", color="black", weight=3]; 18.31/7.22 1918[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];1918 -> 1989[label="",style="solid", color="black", weight=3]; 18.31/7.22 1919[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];1919 -> 1990[label="",style="solid", color="black", weight=3]; 18.31/7.22 1920[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];1920 -> 1991[label="",style="solid", color="black", weight=3]; 18.31/7.22 1921[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];1921 -> 1992[label="",style="solid", color="black", weight=3]; 18.31/7.22 1922 -> 1899[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1922[label="vwx91 < vwx101 || vwx91 == vwx101 && vwx92 <= vwx102",fontsize=16,color="magenta"];1922 -> 1993[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1922 -> 1994[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1923[label="vwx90 == vwx100",fontsize=16,color="blue",shape="box"];3032[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1923 -> 3032[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3032 -> 1995[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3033[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1923 -> 3033[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3033 -> 1996[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3034[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1923 -> 3034[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3034 -> 1997[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3035[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1923 -> 3035[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3035 -> 1998[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3036[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1923 -> 3036[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3036 -> 1999[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3037[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1923 -> 3037[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3037 -> 2000[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3038[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1923 -> 3038[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3038 -> 2001[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3039[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1923 -> 3039[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3039 -> 2002[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3040[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1923 -> 3040[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3040 -> 2003[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3041[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1923 -> 3041[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3041 -> 2004[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3042[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1923 -> 3042[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3042 -> 2005[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3043[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1923 -> 3043[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3043 -> 2006[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3044[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1923 -> 3044[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3044 -> 2007[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3045[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1923 -> 3045[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3045 -> 2008[label="",style="solid", color="blue", weight=3]; 18.31/7.22 1924[label="False || vwx66",fontsize=16,color="black",shape="box"];1924 -> 2009[label="",style="solid", color="black", weight=3]; 18.31/7.22 1925[label="True || vwx66",fontsize=16,color="black",shape="box"];1925 -> 2010[label="",style="solid", color="black", weight=3]; 18.31/7.22 1926[label="compare (vwx90 :% vwx91) vwx10",fontsize=16,color="burlywood",shape="box"];3046[label="vwx10/vwx100 :% vwx101",fontsize=10,color="white",style="solid",shape="box"];1926 -> 3046[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3046 -> 2011[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1927[label="compare (vwx90 : vwx91) vwx10",fontsize=16,color="burlywood",shape="box"];3047[label="vwx10/vwx100 : vwx101",fontsize=10,color="white",style="solid",shape="box"];1927 -> 3047[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3047 -> 2012[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3048[label="vwx10/[]",fontsize=10,color="white",style="solid",shape="box"];1927 -> 3048[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3048 -> 2013[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1928[label="compare [] vwx10",fontsize=16,color="burlywood",shape="box"];3049[label="vwx10/vwx100 : vwx101",fontsize=10,color="white",style="solid",shape="box"];1928 -> 3049[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3049 -> 2014[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3050[label="vwx10/[]",fontsize=10,color="white",style="solid",shape="box"];1928 -> 3050[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3050 -> 2015[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1929 -> 1908[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1929[label="vwx90 < vwx100",fontsize=16,color="magenta"];1929 -> 2016[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1929 -> 2017[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1930 -> 1909[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1930[label="vwx90 < vwx100",fontsize=16,color="magenta"];1930 -> 2018[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1930 -> 2019[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1931 -> 1910[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1931[label="vwx90 < vwx100",fontsize=16,color="magenta"];1931 -> 2020[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1931 -> 2021[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1932 -> 1911[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1932[label="vwx90 < vwx100",fontsize=16,color="magenta"];1932 -> 2022[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1932 -> 2023[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1933 -> 1912[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1933[label="vwx90 < vwx100",fontsize=16,color="magenta"];1933 -> 2024[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1933 -> 2025[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1934 -> 1913[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1934[label="vwx90 < vwx100",fontsize=16,color="magenta"];1934 -> 2026[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1934 -> 2027[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1935 -> 1914[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1935[label="vwx90 < vwx100",fontsize=16,color="magenta"];1935 -> 2028[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1935 -> 2029[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1936 -> 1915[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1936[label="vwx90 < vwx100",fontsize=16,color="magenta"];1936 -> 2030[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1936 -> 2031[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1937 -> 1916[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1937[label="vwx90 < vwx100",fontsize=16,color="magenta"];1937 -> 2032[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1937 -> 2033[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1938 -> 1917[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1938[label="vwx90 < vwx100",fontsize=16,color="magenta"];1938 -> 2034[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1938 -> 2035[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1939 -> 1918[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1939[label="vwx90 < vwx100",fontsize=16,color="magenta"];1939 -> 2036[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1939 -> 2037[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1940 -> 1919[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1940[label="vwx90 < vwx100",fontsize=16,color="magenta"];1940 -> 2038[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1940 -> 2039[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1941 -> 1920[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1941[label="vwx90 < vwx100",fontsize=16,color="magenta"];1941 -> 2040[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1941 -> 2041[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1942 -> 1921[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1942[label="vwx90 < vwx100",fontsize=16,color="magenta"];1942 -> 2042[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1942 -> 2043[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1943[label="vwx91 <= vwx101",fontsize=16,color="blue",shape="box"];3051[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3051[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3051 -> 2044[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3052[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3052[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3052 -> 2045[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3053[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3053[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3053 -> 2046[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3054[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3054[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3054 -> 2047[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3055[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3055[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3055 -> 2048[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3056[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3056[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3056 -> 2049[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3057[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3057[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3057 -> 2050[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3058[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3058[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3058 -> 2051[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3059[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3059[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3059 -> 2052[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3060[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3060[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3060 -> 2053[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3061[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3061[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3061 -> 2054[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3062[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3062[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3062 -> 2055[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3063[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3063[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3063 -> 2056[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3064[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3064[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3064 -> 2057[label="",style="solid", color="blue", weight=3]; 18.31/7.22 1944[label="vwx90 == vwx100",fontsize=16,color="blue",shape="box"];3065[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1944 -> 3065[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3065 -> 2058[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3066[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1944 -> 3066[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3066 -> 2059[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3067[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1944 -> 3067[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3067 -> 2060[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3068[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1944 -> 3068[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3068 -> 2061[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3069[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1944 -> 3069[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3069 -> 2062[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3070[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1944 -> 3070[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3070 -> 2063[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3071[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1944 -> 3071[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3071 -> 2064[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3072[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1944 -> 3072[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3072 -> 2065[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3073[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1944 -> 3073[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3073 -> 2066[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3074[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1944 -> 3074[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3074 -> 2067[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3075[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1944 -> 3075[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3075 -> 2068[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3076[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1944 -> 3076[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3076 -> 2069[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3077[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1944 -> 3077[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3077 -> 2070[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3078[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1944 -> 3078[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3078 -> 2071[label="",style="solid", color="blue", weight=3]; 18.31/7.22 1945[label="vwx100",fontsize=16,color="green",shape="box"];1946[label="vwx90",fontsize=16,color="green",shape="box"];1947[label="vwx100",fontsize=16,color="green",shape="box"];1948[label="vwx90",fontsize=16,color="green",shape="box"];1949[label="vwx100",fontsize=16,color="green",shape="box"];1950[label="vwx90",fontsize=16,color="green",shape="box"];1951[label="vwx100",fontsize=16,color="green",shape="box"];1952[label="vwx90",fontsize=16,color="green",shape="box"];1953[label="vwx100",fontsize=16,color="green",shape="box"];1954[label="vwx90",fontsize=16,color="green",shape="box"];1955[label="vwx100",fontsize=16,color="green",shape="box"];1956[label="vwx90",fontsize=16,color="green",shape="box"];1957[label="vwx100",fontsize=16,color="green",shape="box"];1958[label="vwx90",fontsize=16,color="green",shape="box"];1959[label="vwx100",fontsize=16,color="green",shape="box"];1960[label="vwx90",fontsize=16,color="green",shape="box"];1961[label="vwx100",fontsize=16,color="green",shape="box"];1962[label="vwx90",fontsize=16,color="green",shape="box"];1963[label="vwx100",fontsize=16,color="green",shape="box"];1964[label="vwx90",fontsize=16,color="green",shape="box"];1965[label="vwx100",fontsize=16,color="green",shape="box"];1966[label="vwx90",fontsize=16,color="green",shape="box"];1967[label="vwx100",fontsize=16,color="green",shape="box"];1968[label="vwx90",fontsize=16,color="green",shape="box"];1969[label="vwx100",fontsize=16,color="green",shape="box"];1970[label="vwx90",fontsize=16,color="green",shape="box"];1971[label="vwx100",fontsize=16,color="green",shape="box"];1972[label="vwx90",fontsize=16,color="green",shape="box"];1973[label="primCmpInt vwx9 vwx10",fontsize=16,color="burlywood",shape="triangle"];3079[label="vwx9/Pos vwx90",fontsize=10,color="white",style="solid",shape="box"];1973 -> 3079[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3079 -> 2072[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3080[label="vwx9/Neg vwx90",fontsize=10,color="white",style="solid",shape="box"];1973 -> 3080[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3080 -> 2073[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1974[label="compare (Integer vwx90) vwx10",fontsize=16,color="burlywood",shape="box"];3081[label="vwx10/Integer vwx100",fontsize=10,color="white",style="solid",shape="box"];1974 -> 3081[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3081 -> 2074[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1975[label="primCmpChar vwx9 vwx10",fontsize=16,color="burlywood",shape="box"];3082[label="vwx9/Char vwx90",fontsize=10,color="white",style="solid",shape="box"];1975 -> 3082[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3082 -> 2075[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 992[label="primMulNat (Succ vwx30000) vwx4010",fontsize=16,color="burlywood",shape="box"];3083[label="vwx4010/Succ vwx40100",fontsize=10,color="white",style="solid",shape="box"];992 -> 3083[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3083 -> 1098[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3084[label="vwx4010/Zero",fontsize=10,color="white",style="solid",shape="box"];992 -> 3084[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3084 -> 1099[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 993[label="primMulNat Zero vwx4010",fontsize=16,color="burlywood",shape="box"];3085[label="vwx4010/Succ vwx40100",fontsize=10,color="white",style="solid",shape="box"];993 -> 3085[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3085 -> 1100[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3086[label="vwx4010/Zero",fontsize=10,color="white",style="solid",shape="box"];993 -> 3086[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3086 -> 1101[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 994[label="vwx4010",fontsize=16,color="green",shape="box"];995[label="vwx3000",fontsize=16,color="green",shape="box"];996[label="vwx3000",fontsize=16,color="green",shape="box"];997[label="vwx4010",fontsize=16,color="green",shape="box"];1976[label="compare () ()",fontsize=16,color="black",shape="box"];1976 -> 2076[label="",style="solid", color="black", weight=3]; 18.31/7.22 1977[label="primCmpFloat (Float vwx90 vwx91) vwx10",fontsize=16,color="burlywood",shape="box"];3087[label="vwx91/Pos vwx910",fontsize=10,color="white",style="solid",shape="box"];1977 -> 3087[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3087 -> 2077[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3088[label="vwx91/Neg vwx910",fontsize=10,color="white",style="solid",shape="box"];1977 -> 3088[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3088 -> 2078[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1978[label="primCmpDouble (Double vwx90 vwx91) vwx10",fontsize=16,color="burlywood",shape="box"];3089[label="vwx91/Pos vwx910",fontsize=10,color="white",style="solid",shape="box"];1978 -> 3089[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3089 -> 2079[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3090[label="vwx91/Neg vwx910",fontsize=10,color="white",style="solid",shape="box"];1978 -> 3090[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3090 -> 2080[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1979 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1979[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];1979 -> 2081[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1979 -> 2082[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1980 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1980[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];1980 -> 2083[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1980 -> 2084[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1981 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1981[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];1981 -> 2085[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1981 -> 2086[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1982 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1982[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];1982 -> 2087[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1982 -> 2088[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1983 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1983[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];1983 -> 2089[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1983 -> 2090[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1984 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1984[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];1984 -> 2091[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1984 -> 2092[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1985 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1985[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];1985 -> 2093[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1985 -> 2094[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1986 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1986[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];1986 -> 2095[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1986 -> 2096[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1987 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1987[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];1987 -> 2097[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1987 -> 2098[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1988 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1988[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];1988 -> 2099[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1988 -> 2100[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1989 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1989[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];1989 -> 2101[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1989 -> 2102[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1990 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1990[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];1990 -> 2103[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1990 -> 2104[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1991 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1991[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];1991 -> 2105[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1991 -> 2106[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1992 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1992[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];1992 -> 2107[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1992 -> 2108[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1993[label="vwx91 < vwx101",fontsize=16,color="blue",shape="box"];3091[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1993 -> 3091[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3091 -> 2109[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3092[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1993 -> 3092[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3092 -> 2110[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3093[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1993 -> 3093[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3093 -> 2111[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3094[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1993 -> 3094[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3094 -> 2112[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3095[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1993 -> 3095[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3095 -> 2113[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3096[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1993 -> 3096[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3096 -> 2114[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3097[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1993 -> 3097[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3097 -> 2115[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3098[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1993 -> 3098[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3098 -> 2116[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3099[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1993 -> 3099[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3099 -> 2117[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3100[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1993 -> 3100[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3100 -> 2118[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3101[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1993 -> 3101[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3101 -> 2119[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3102[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1993 -> 3102[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3102 -> 2120[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3103[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1993 -> 3103[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3103 -> 2121[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3104[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1993 -> 3104[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3104 -> 2122[label="",style="solid", color="blue", weight=3]; 18.31/7.22 1994 -> 251[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1994[label="vwx91 == vwx101 && vwx92 <= vwx102",fontsize=16,color="magenta"];1994 -> 2123[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1994 -> 2124[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1995 -> 41[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1995[label="vwx90 == vwx100",fontsize=16,color="magenta"];1995 -> 2125[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1995 -> 2126[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1996 -> 31[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1996[label="vwx90 == vwx100",fontsize=16,color="magenta"];1996 -> 2127[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1996 -> 2128[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1997 -> 40[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1997[label="vwx90 == vwx100",fontsize=16,color="magenta"];1997 -> 2129[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1997 -> 2130[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1998 -> 29[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1998[label="vwx90 == vwx100",fontsize=16,color="magenta"];1998 -> 2131[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1998 -> 2132[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1999 -> 34[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1999[label="vwx90 == vwx100",fontsize=16,color="magenta"];1999 -> 2133[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1999 -> 2134[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2000 -> 38[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2000[label="vwx90 == vwx100",fontsize=16,color="magenta"];2000 -> 2135[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2000 -> 2136[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2001 -> 39[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2001[label="vwx90 == vwx100",fontsize=16,color="magenta"];2001 -> 2137[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2001 -> 2138[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2002 -> 36[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2002[label="vwx90 == vwx100",fontsize=16,color="magenta"];2002 -> 2139[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2002 -> 2140[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2003 -> 28[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2003[label="vwx90 == vwx100",fontsize=16,color="magenta"];2003 -> 2141[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2003 -> 2142[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2004 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2004[label="vwx90 == vwx100",fontsize=16,color="magenta"];2004 -> 2143[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2004 -> 2144[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2005 -> 32[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2005[label="vwx90 == vwx100",fontsize=16,color="magenta"];2005 -> 2145[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2005 -> 2146[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2006 -> 37[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2006[label="vwx90 == vwx100",fontsize=16,color="magenta"];2006 -> 2147[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2006 -> 2148[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2007 -> 35[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2007[label="vwx90 == vwx100",fontsize=16,color="magenta"];2007 -> 2149[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2007 -> 2150[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2008 -> 30[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2008[label="vwx90 == vwx100",fontsize=16,color="magenta"];2008 -> 2151[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2008 -> 2152[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2009[label="vwx66",fontsize=16,color="green",shape="box"];2010[label="True",fontsize=16,color="green",shape="box"];2011[label="compare (vwx90 :% vwx91) (vwx100 :% vwx101)",fontsize=16,color="black",shape="box"];2011 -> 2153[label="",style="solid", color="black", weight=3]; 18.31/7.22 2012[label="compare (vwx90 : vwx91) (vwx100 : vwx101)",fontsize=16,color="black",shape="box"];2012 -> 2154[label="",style="solid", color="black", weight=3]; 18.31/7.22 2013[label="compare (vwx90 : vwx91) []",fontsize=16,color="black",shape="box"];2013 -> 2155[label="",style="solid", color="black", weight=3]; 18.31/7.22 2014[label="compare [] (vwx100 : vwx101)",fontsize=16,color="black",shape="box"];2014 -> 2156[label="",style="solid", color="black", weight=3]; 18.31/7.22 2015[label="compare [] []",fontsize=16,color="black",shape="box"];2015 -> 2157[label="",style="solid", color="black", weight=3]; 18.31/7.22 2016[label="vwx100",fontsize=16,color="green",shape="box"];2017[label="vwx90",fontsize=16,color="green",shape="box"];2018[label="vwx100",fontsize=16,color="green",shape="box"];2019[label="vwx90",fontsize=16,color="green",shape="box"];2020[label="vwx100",fontsize=16,color="green",shape="box"];2021[label="vwx90",fontsize=16,color="green",shape="box"];2022[label="vwx100",fontsize=16,color="green",shape="box"];2023[label="vwx90",fontsize=16,color="green",shape="box"];2024[label="vwx100",fontsize=16,color="green",shape="box"];2025[label="vwx90",fontsize=16,color="green",shape="box"];2026[label="vwx100",fontsize=16,color="green",shape="box"];2027[label="vwx90",fontsize=16,color="green",shape="box"];2028[label="vwx100",fontsize=16,color="green",shape="box"];2029[label="vwx90",fontsize=16,color="green",shape="box"];2030[label="vwx100",fontsize=16,color="green",shape="box"];2031[label="vwx90",fontsize=16,color="green",shape="box"];2032[label="vwx100",fontsize=16,color="green",shape="box"];2033[label="vwx90",fontsize=16,color="green",shape="box"];2034[label="vwx100",fontsize=16,color="green",shape="box"];2035[label="vwx90",fontsize=16,color="green",shape="box"];2036[label="vwx100",fontsize=16,color="green",shape="box"];2037[label="vwx90",fontsize=16,color="green",shape="box"];2038[label="vwx100",fontsize=16,color="green",shape="box"];2039[label="vwx90",fontsize=16,color="green",shape="box"];2040[label="vwx100",fontsize=16,color="green",shape="box"];2041[label="vwx90",fontsize=16,color="green",shape="box"];2042[label="vwx100",fontsize=16,color="green",shape="box"];2043[label="vwx90",fontsize=16,color="green",shape="box"];2044 -> 1664[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2044[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2044 -> 2158[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2044 -> 2159[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2045 -> 1665[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2045[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2045 -> 2160[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2045 -> 2161[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2046 -> 1666[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2046[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2046 -> 2162[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2046 -> 2163[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2047 -> 1667[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2047[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2047 -> 2164[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2047 -> 2165[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2048 -> 1668[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2048[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2048 -> 2166[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2048 -> 2167[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2049 -> 1669[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2049[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2049 -> 2168[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2049 -> 2169[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2050 -> 1670[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2050[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2050 -> 2170[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2050 -> 2171[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2051 -> 1671[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2051[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2051 -> 2172[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2051 -> 2173[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2052 -> 1672[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2052[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2052 -> 2174[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2052 -> 2175[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2053 -> 1673[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2053[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2053 -> 2176[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2053 -> 2177[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2054 -> 1674[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2054[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2054 -> 2178[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2054 -> 2179[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2055 -> 1675[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2055[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2055 -> 2180[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2055 -> 2181[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2056 -> 1676[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2056[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2056 -> 2182[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2056 -> 2183[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2057 -> 1677[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2057[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2057 -> 2184[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2057 -> 2185[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2058 -> 41[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2058[label="vwx90 == vwx100",fontsize=16,color="magenta"];2058 -> 2186[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2058 -> 2187[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2059 -> 31[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2059[label="vwx90 == vwx100",fontsize=16,color="magenta"];2059 -> 2188[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2059 -> 2189[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2060 -> 40[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2060[label="vwx90 == vwx100",fontsize=16,color="magenta"];2060 -> 2190[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2060 -> 2191[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2061 -> 29[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2061[label="vwx90 == vwx100",fontsize=16,color="magenta"];2061 -> 2192[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2061 -> 2193[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2062 -> 34[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2062[label="vwx90 == vwx100",fontsize=16,color="magenta"];2062 -> 2194[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2062 -> 2195[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2063 -> 38[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2063[label="vwx90 == vwx100",fontsize=16,color="magenta"];2063 -> 2196[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2063 -> 2197[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2064 -> 39[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2064[label="vwx90 == vwx100",fontsize=16,color="magenta"];2064 -> 2198[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2064 -> 2199[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2065 -> 36[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2065[label="vwx90 == vwx100",fontsize=16,color="magenta"];2065 -> 2200[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2065 -> 2201[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2066 -> 28[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2066[label="vwx90 == vwx100",fontsize=16,color="magenta"];2066 -> 2202[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2066 -> 2203[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2067 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2067[label="vwx90 == vwx100",fontsize=16,color="magenta"];2067 -> 2204[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2067 -> 2205[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2068 -> 32[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2068[label="vwx90 == vwx100",fontsize=16,color="magenta"];2068 -> 2206[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2068 -> 2207[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2069 -> 37[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2069[label="vwx90 == vwx100",fontsize=16,color="magenta"];2069 -> 2208[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2069 -> 2209[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2070 -> 35[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2070[label="vwx90 == vwx100",fontsize=16,color="magenta"];2070 -> 2210[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2070 -> 2211[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2071 -> 30[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2071[label="vwx90 == vwx100",fontsize=16,color="magenta"];2071 -> 2212[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2071 -> 2213[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2072[label="primCmpInt (Pos vwx90) vwx10",fontsize=16,color="burlywood",shape="box"];3105[label="vwx90/Succ vwx900",fontsize=10,color="white",style="solid",shape="box"];2072 -> 3105[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3105 -> 2214[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3106[label="vwx90/Zero",fontsize=10,color="white",style="solid",shape="box"];2072 -> 3106[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3106 -> 2215[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2073[label="primCmpInt (Neg vwx90) vwx10",fontsize=16,color="burlywood",shape="box"];3107[label="vwx90/Succ vwx900",fontsize=10,color="white",style="solid",shape="box"];2073 -> 3107[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3107 -> 2216[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3108[label="vwx90/Zero",fontsize=10,color="white",style="solid",shape="box"];2073 -> 3108[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3108 -> 2217[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2074[label="compare (Integer vwx90) (Integer vwx100)",fontsize=16,color="black",shape="box"];2074 -> 2218[label="",style="solid", color="black", weight=3]; 18.31/7.22 2075[label="primCmpChar (Char vwx90) vwx10",fontsize=16,color="burlywood",shape="box"];3109[label="vwx10/Char vwx100",fontsize=10,color="white",style="solid",shape="box"];2075 -> 3109[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3109 -> 2219[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1098[label="primMulNat (Succ vwx30000) (Succ vwx40100)",fontsize=16,color="black",shape="box"];1098 -> 1246[label="",style="solid", color="black", weight=3]; 18.31/7.22 1099[label="primMulNat (Succ vwx30000) Zero",fontsize=16,color="black",shape="box"];1099 -> 1247[label="",style="solid", color="black", weight=3]; 18.31/7.22 1100[label="primMulNat Zero (Succ vwx40100)",fontsize=16,color="black",shape="box"];1100 -> 1248[label="",style="solid", color="black", weight=3]; 18.31/7.22 1101[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];1101 -> 1249[label="",style="solid", color="black", weight=3]; 18.31/7.22 2076[label="EQ",fontsize=16,color="green",shape="box"];2077[label="primCmpFloat (Float vwx90 (Pos vwx910)) vwx10",fontsize=16,color="burlywood",shape="box"];3110[label="vwx10/Float vwx100 vwx101",fontsize=10,color="white",style="solid",shape="box"];2077 -> 3110[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3110 -> 2220[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2078[label="primCmpFloat (Float vwx90 (Neg vwx910)) vwx10",fontsize=16,color="burlywood",shape="box"];3111[label="vwx10/Float vwx100 vwx101",fontsize=10,color="white",style="solid",shape="box"];2078 -> 3111[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3111 -> 2221[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2079[label="primCmpDouble (Double vwx90 (Pos vwx910)) vwx10",fontsize=16,color="burlywood",shape="box"];3112[label="vwx10/Double vwx100 vwx101",fontsize=10,color="white",style="solid",shape="box"];2079 -> 3112[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3112 -> 2222[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2080[label="primCmpDouble (Double vwx90 (Neg vwx910)) vwx10",fontsize=16,color="burlywood",shape="box"];3113[label="vwx10/Double vwx100 vwx101",fontsize=10,color="white",style="solid",shape="box"];2080 -> 3113[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3113 -> 2223[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2081[label="compare vwx90 vwx100",fontsize=16,color="black",shape="triangle"];2081 -> 2224[label="",style="solid", color="black", weight=3]; 18.31/7.22 2082[label="LT",fontsize=16,color="green",shape="box"];2083 -> 1771[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2083[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2083 -> 2225[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2083 -> 2226[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2084[label="LT",fontsize=16,color="green",shape="box"];2085[label="compare vwx90 vwx100",fontsize=16,color="black",shape="triangle"];2085 -> 2227[label="",style="solid", color="black", weight=3]; 18.31/7.22 2086[label="LT",fontsize=16,color="green",shape="box"];2087 -> 1775[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2087[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2087 -> 2228[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2087 -> 2229[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2088[label="LT",fontsize=16,color="green",shape="box"];2089 -> 1777[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2089[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2089 -> 2230[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2089 -> 2231[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2090[label="LT",fontsize=16,color="green",shape="box"];2091[label="compare vwx90 vwx100",fontsize=16,color="black",shape="triangle"];2091 -> 2232[label="",style="solid", color="black", weight=3]; 18.31/7.22 2092[label="LT",fontsize=16,color="green",shape="box"];2093 -> 1779[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2093[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2093 -> 2233[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2093 -> 2234[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2094[label="LT",fontsize=16,color="green",shape="box"];2095 -> 1781[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2095[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2095 -> 2235[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2095 -> 2236[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2096[label="LT",fontsize=16,color="green",shape="box"];2097[label="compare vwx90 vwx100",fontsize=16,color="black",shape="triangle"];2097 -> 2237[label="",style="solid", color="black", weight=3]; 18.31/7.22 2098[label="LT",fontsize=16,color="green",shape="box"];2099[label="compare vwx90 vwx100",fontsize=16,color="black",shape="triangle"];2099 -> 2238[label="",style="solid", color="black", weight=3]; 18.31/7.22 2100[label="LT",fontsize=16,color="green",shape="box"];2101[label="compare vwx90 vwx100",fontsize=16,color="black",shape="triangle"];2101 -> 2239[label="",style="solid", color="black", weight=3]; 18.31/7.22 2102[label="LT",fontsize=16,color="green",shape="box"];2103 -> 1783[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2103[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2103 -> 2240[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2103 -> 2241[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2104[label="LT",fontsize=16,color="green",shape="box"];2105 -> 1785[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2105[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2105 -> 2242[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2105 -> 2243[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2106[label="LT",fontsize=16,color="green",shape="box"];2107 -> 1787[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2107[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2107 -> 2244[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2107 -> 2245[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2108[label="LT",fontsize=16,color="green",shape="box"];2109 -> 1908[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2109[label="vwx91 < vwx101",fontsize=16,color="magenta"];2109 -> 2246[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2109 -> 2247[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2110 -> 1909[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2110[label="vwx91 < vwx101",fontsize=16,color="magenta"];2110 -> 2248[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2110 -> 2249[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2111 -> 1910[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2111[label="vwx91 < vwx101",fontsize=16,color="magenta"];2111 -> 2250[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2111 -> 2251[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2112 -> 1911[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2112[label="vwx91 < vwx101",fontsize=16,color="magenta"];2112 -> 2252[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2112 -> 2253[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2113 -> 1912[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2113[label="vwx91 < vwx101",fontsize=16,color="magenta"];2113 -> 2254[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2113 -> 2255[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2114 -> 1913[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2114[label="vwx91 < vwx101",fontsize=16,color="magenta"];2114 -> 2256[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2114 -> 2257[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2115 -> 1914[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2115[label="vwx91 < vwx101",fontsize=16,color="magenta"];2115 -> 2258[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2115 -> 2259[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2116 -> 1915[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2116[label="vwx91 < vwx101",fontsize=16,color="magenta"];2116 -> 2260[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2116 -> 2261[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2117 -> 1916[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2117[label="vwx91 < vwx101",fontsize=16,color="magenta"];2117 -> 2262[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2117 -> 2263[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2118 -> 1917[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2118[label="vwx91 < vwx101",fontsize=16,color="magenta"];2118 -> 2264[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2118 -> 2265[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2119 -> 1918[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2119[label="vwx91 < vwx101",fontsize=16,color="magenta"];2119 -> 2266[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2119 -> 2267[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2120 -> 1919[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2120[label="vwx91 < vwx101",fontsize=16,color="magenta"];2120 -> 2268[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2120 -> 2269[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2121 -> 1920[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2121[label="vwx91 < vwx101",fontsize=16,color="magenta"];2121 -> 2270[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2121 -> 2271[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2122 -> 1921[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2122[label="vwx91 < vwx101",fontsize=16,color="magenta"];2122 -> 2272[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2122 -> 2273[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2123[label="vwx92 <= vwx102",fontsize=16,color="blue",shape="box"];3114[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2123 -> 3114[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3114 -> 2274[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3115[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2123 -> 3115[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3115 -> 2275[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3116[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2123 -> 3116[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3116 -> 2276[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3117[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2123 -> 3117[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3117 -> 2277[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3118[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2123 -> 3118[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3118 -> 2278[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3119[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2123 -> 3119[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3119 -> 2279[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3120[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2123 -> 3120[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3120 -> 2280[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3121[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2123 -> 3121[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3121 -> 2281[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3122[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2123 -> 3122[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3122 -> 2282[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3123[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2123 -> 3123[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3123 -> 2283[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3124[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2123 -> 3124[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3124 -> 2284[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3125[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2123 -> 3125[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3125 -> 2285[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3126[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2123 -> 3126[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3126 -> 2286[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3127[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2123 -> 3127[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3127 -> 2287[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2124[label="vwx91 == vwx101",fontsize=16,color="blue",shape="box"];3128[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2124 -> 3128[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3128 -> 2288[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3129[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2124 -> 3129[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3129 -> 2289[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3130[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2124 -> 3130[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3130 -> 2290[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3131[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2124 -> 3131[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3131 -> 2291[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3132[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2124 -> 3132[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3132 -> 2292[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3133[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2124 -> 3133[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3133 -> 2293[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3134[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2124 -> 3134[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3134 -> 2294[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3135[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2124 -> 3135[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3135 -> 2295[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3136[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2124 -> 3136[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3136 -> 2296[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3137[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2124 -> 3137[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3137 -> 2297[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3138[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2124 -> 3138[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3138 -> 2298[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3139[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2124 -> 3139[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3139 -> 2299[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3140[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2124 -> 3140[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3140 -> 2300[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3141[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2124 -> 3141[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3141 -> 2301[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2125[label="vwx90",fontsize=16,color="green",shape="box"];2126[label="vwx100",fontsize=16,color="green",shape="box"];2127[label="vwx90",fontsize=16,color="green",shape="box"];2128[label="vwx100",fontsize=16,color="green",shape="box"];2129[label="vwx90",fontsize=16,color="green",shape="box"];2130[label="vwx100",fontsize=16,color="green",shape="box"];2131[label="vwx90",fontsize=16,color="green",shape="box"];2132[label="vwx100",fontsize=16,color="green",shape="box"];2133[label="vwx90",fontsize=16,color="green",shape="box"];2134[label="vwx100",fontsize=16,color="green",shape="box"];2135[label="vwx90",fontsize=16,color="green",shape="box"];2136[label="vwx100",fontsize=16,color="green",shape="box"];2137[label="vwx90",fontsize=16,color="green",shape="box"];2138[label="vwx100",fontsize=16,color="green",shape="box"];2139[label="vwx90",fontsize=16,color="green",shape="box"];2140[label="vwx100",fontsize=16,color="green",shape="box"];2141[label="vwx90",fontsize=16,color="green",shape="box"];2142[label="vwx100",fontsize=16,color="green",shape="box"];2143[label="vwx90",fontsize=16,color="green",shape="box"];2144[label="vwx100",fontsize=16,color="green",shape="box"];2145[label="vwx90",fontsize=16,color="green",shape="box"];2146[label="vwx100",fontsize=16,color="green",shape="box"];2147[label="vwx90",fontsize=16,color="green",shape="box"];2148[label="vwx100",fontsize=16,color="green",shape="box"];2149[label="vwx90",fontsize=16,color="green",shape="box"];2150[label="vwx100",fontsize=16,color="green",shape="box"];2151[label="vwx90",fontsize=16,color="green",shape="box"];2152[label="vwx100",fontsize=16,color="green",shape="box"];2153[label="compare (vwx90 * vwx101) (vwx100 * vwx91)",fontsize=16,color="blue",shape="box"];3142[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2153 -> 3142[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3142 -> 2302[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3143[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2153 -> 3143[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3143 -> 2303[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2154 -> 2304[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2154[label="primCompAux vwx90 vwx100 (compare vwx91 vwx101)",fontsize=16,color="magenta"];2154 -> 2305[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2155[label="GT",fontsize=16,color="green",shape="box"];2156[label="LT",fontsize=16,color="green",shape="box"];2157[label="EQ",fontsize=16,color="green",shape="box"];2158[label="vwx101",fontsize=16,color="green",shape="box"];2159[label="vwx91",fontsize=16,color="green",shape="box"];2160[label="vwx101",fontsize=16,color="green",shape="box"];2161[label="vwx91",fontsize=16,color="green",shape="box"];2162[label="vwx101",fontsize=16,color="green",shape="box"];2163[label="vwx91",fontsize=16,color="green",shape="box"];2164[label="vwx101",fontsize=16,color="green",shape="box"];2165[label="vwx91",fontsize=16,color="green",shape="box"];2166[label="vwx101",fontsize=16,color="green",shape="box"];2167[label="vwx91",fontsize=16,color="green",shape="box"];2168[label="vwx101",fontsize=16,color="green",shape="box"];2169[label="vwx91",fontsize=16,color="green",shape="box"];2170[label="vwx101",fontsize=16,color="green",shape="box"];2171[label="vwx91",fontsize=16,color="green",shape="box"];2172[label="vwx101",fontsize=16,color="green",shape="box"];2173[label="vwx91",fontsize=16,color="green",shape="box"];2174[label="vwx101",fontsize=16,color="green",shape="box"];2175[label="vwx91",fontsize=16,color="green",shape="box"];2176[label="vwx101",fontsize=16,color="green",shape="box"];2177[label="vwx91",fontsize=16,color="green",shape="box"];2178[label="vwx101",fontsize=16,color="green",shape="box"];2179[label="vwx91",fontsize=16,color="green",shape="box"];2180[label="vwx101",fontsize=16,color="green",shape="box"];2181[label="vwx91",fontsize=16,color="green",shape="box"];2182[label="vwx101",fontsize=16,color="green",shape="box"];2183[label="vwx91",fontsize=16,color="green",shape="box"];2184[label="vwx101",fontsize=16,color="green",shape="box"];2185[label="vwx91",fontsize=16,color="green",shape="box"];2186[label="vwx90",fontsize=16,color="green",shape="box"];2187[label="vwx100",fontsize=16,color="green",shape="box"];2188[label="vwx90",fontsize=16,color="green",shape="box"];2189[label="vwx100",fontsize=16,color="green",shape="box"];2190[label="vwx90",fontsize=16,color="green",shape="box"];2191[label="vwx100",fontsize=16,color="green",shape="box"];2192[label="vwx90",fontsize=16,color="green",shape="box"];2193[label="vwx100",fontsize=16,color="green",shape="box"];2194[label="vwx90",fontsize=16,color="green",shape="box"];2195[label="vwx100",fontsize=16,color="green",shape="box"];2196[label="vwx90",fontsize=16,color="green",shape="box"];2197[label="vwx100",fontsize=16,color="green",shape="box"];2198[label="vwx90",fontsize=16,color="green",shape="box"];2199[label="vwx100",fontsize=16,color="green",shape="box"];2200[label="vwx90",fontsize=16,color="green",shape="box"];2201[label="vwx100",fontsize=16,color="green",shape="box"];2202[label="vwx90",fontsize=16,color="green",shape="box"];2203[label="vwx100",fontsize=16,color="green",shape="box"];2204[label="vwx90",fontsize=16,color="green",shape="box"];2205[label="vwx100",fontsize=16,color="green",shape="box"];2206[label="vwx90",fontsize=16,color="green",shape="box"];2207[label="vwx100",fontsize=16,color="green",shape="box"];2208[label="vwx90",fontsize=16,color="green",shape="box"];2209[label="vwx100",fontsize=16,color="green",shape="box"];2210[label="vwx90",fontsize=16,color="green",shape="box"];2211[label="vwx100",fontsize=16,color="green",shape="box"];2212[label="vwx90",fontsize=16,color="green",shape="box"];2213[label="vwx100",fontsize=16,color="green",shape="box"];2214[label="primCmpInt (Pos (Succ vwx900)) vwx10",fontsize=16,color="burlywood",shape="box"];3144[label="vwx10/Pos vwx100",fontsize=10,color="white",style="solid",shape="box"];2214 -> 3144[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3144 -> 2306[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3145[label="vwx10/Neg vwx100",fontsize=10,color="white",style="solid",shape="box"];2214 -> 3145[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3145 -> 2307[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2215[label="primCmpInt (Pos Zero) vwx10",fontsize=16,color="burlywood",shape="box"];3146[label="vwx10/Pos vwx100",fontsize=10,color="white",style="solid",shape="box"];2215 -> 3146[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3146 -> 2308[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3147[label="vwx10/Neg vwx100",fontsize=10,color="white",style="solid",shape="box"];2215 -> 3147[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3147 -> 2309[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2216[label="primCmpInt (Neg (Succ vwx900)) vwx10",fontsize=16,color="burlywood",shape="box"];3148[label="vwx10/Pos vwx100",fontsize=10,color="white",style="solid",shape="box"];2216 -> 3148[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3148 -> 2310[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3149[label="vwx10/Neg vwx100",fontsize=10,color="white",style="solid",shape="box"];2216 -> 3149[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3149 -> 2311[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2217[label="primCmpInt (Neg Zero) vwx10",fontsize=16,color="burlywood",shape="box"];3150[label="vwx10/Pos vwx100",fontsize=10,color="white",style="solid",shape="box"];2217 -> 3150[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3150 -> 2312[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3151[label="vwx10/Neg vwx100",fontsize=10,color="white",style="solid",shape="box"];2217 -> 3151[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3151 -> 2313[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2218 -> 1973[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2218[label="primCmpInt vwx90 vwx100",fontsize=16,color="magenta"];2218 -> 2314[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2218 -> 2315[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2219[label="primCmpChar (Char vwx90) (Char vwx100)",fontsize=16,color="black",shape="box"];2219 -> 2316[label="",style="solid", color="black", weight=3]; 18.31/7.22 1246 -> 1347[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1246[label="primPlusNat (primMulNat vwx30000 (Succ vwx40100)) (Succ vwx40100)",fontsize=16,color="magenta"];1246 -> 1348[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1247[label="Zero",fontsize=16,color="green",shape="box"];1248[label="Zero",fontsize=16,color="green",shape="box"];1249[label="Zero",fontsize=16,color="green",shape="box"];2220[label="primCmpFloat (Float vwx90 (Pos vwx910)) (Float vwx100 vwx101)",fontsize=16,color="burlywood",shape="box"];3152[label="vwx101/Pos vwx1010",fontsize=10,color="white",style="solid",shape="box"];2220 -> 3152[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3152 -> 2317[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3153[label="vwx101/Neg vwx1010",fontsize=10,color="white",style="solid",shape="box"];2220 -> 3153[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3153 -> 2318[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2221[label="primCmpFloat (Float vwx90 (Neg vwx910)) (Float vwx100 vwx101)",fontsize=16,color="burlywood",shape="box"];3154[label="vwx101/Pos vwx1010",fontsize=10,color="white",style="solid",shape="box"];2221 -> 3154[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3154 -> 2319[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3155[label="vwx101/Neg vwx1010",fontsize=10,color="white",style="solid",shape="box"];2221 -> 3155[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3155 -> 2320[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2222[label="primCmpDouble (Double vwx90 (Pos vwx910)) (Double vwx100 vwx101)",fontsize=16,color="burlywood",shape="box"];3156[label="vwx101/Pos vwx1010",fontsize=10,color="white",style="solid",shape="box"];2222 -> 3156[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3156 -> 2321[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3157[label="vwx101/Neg vwx1010",fontsize=10,color="white",style="solid",shape="box"];2222 -> 3157[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3157 -> 2322[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2223[label="primCmpDouble (Double vwx90 (Neg vwx910)) (Double vwx100 vwx101)",fontsize=16,color="burlywood",shape="box"];3158[label="vwx101/Pos vwx1010",fontsize=10,color="white",style="solid",shape="box"];2223 -> 3158[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3158 -> 2323[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3159[label="vwx101/Neg vwx1010",fontsize=10,color="white",style="solid",shape="box"];2223 -> 3159[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3159 -> 2324[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2224[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];2224 -> 2325[label="",style="solid", color="black", weight=3]; 18.31/7.22 2225[label="vwx100",fontsize=16,color="green",shape="box"];2226[label="vwx90",fontsize=16,color="green",shape="box"];2227[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];2227 -> 2326[label="",style="solid", color="black", weight=3]; 18.31/7.22 2228[label="vwx100",fontsize=16,color="green",shape="box"];2229[label="vwx90",fontsize=16,color="green",shape="box"];2230[label="vwx100",fontsize=16,color="green",shape="box"];2231[label="vwx90",fontsize=16,color="green",shape="box"];2232[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];2232 -> 2327[label="",style="solid", color="black", weight=3]; 18.31/7.22 2233[label="vwx100",fontsize=16,color="green",shape="box"];2234[label="vwx90",fontsize=16,color="green",shape="box"];2235[label="vwx100",fontsize=16,color="green",shape="box"];2236[label="vwx90",fontsize=16,color="green",shape="box"];2237[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];2237 -> 2328[label="",style="solid", color="black", weight=3]; 18.31/7.22 2238[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];2238 -> 2329[label="",style="solid", color="black", weight=3]; 18.31/7.22 2239[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];2239 -> 2330[label="",style="solid", color="black", weight=3]; 18.31/7.22 2240[label="vwx100",fontsize=16,color="green",shape="box"];2241[label="vwx90",fontsize=16,color="green",shape="box"];2242[label="vwx100",fontsize=16,color="green",shape="box"];2243[label="vwx90",fontsize=16,color="green",shape="box"];2244[label="vwx100",fontsize=16,color="green",shape="box"];2245[label="vwx90",fontsize=16,color="green",shape="box"];2246[label="vwx101",fontsize=16,color="green",shape="box"];2247[label="vwx91",fontsize=16,color="green",shape="box"];2248[label="vwx101",fontsize=16,color="green",shape="box"];2249[label="vwx91",fontsize=16,color="green",shape="box"];2250[label="vwx101",fontsize=16,color="green",shape="box"];2251[label="vwx91",fontsize=16,color="green",shape="box"];2252[label="vwx101",fontsize=16,color="green",shape="box"];2253[label="vwx91",fontsize=16,color="green",shape="box"];2254[label="vwx101",fontsize=16,color="green",shape="box"];2255[label="vwx91",fontsize=16,color="green",shape="box"];2256[label="vwx101",fontsize=16,color="green",shape="box"];2257[label="vwx91",fontsize=16,color="green",shape="box"];2258[label="vwx101",fontsize=16,color="green",shape="box"];2259[label="vwx91",fontsize=16,color="green",shape="box"];2260[label="vwx101",fontsize=16,color="green",shape="box"];2261[label="vwx91",fontsize=16,color="green",shape="box"];2262[label="vwx101",fontsize=16,color="green",shape="box"];2263[label="vwx91",fontsize=16,color="green",shape="box"];2264[label="vwx101",fontsize=16,color="green",shape="box"];2265[label="vwx91",fontsize=16,color="green",shape="box"];2266[label="vwx101",fontsize=16,color="green",shape="box"];2267[label="vwx91",fontsize=16,color="green",shape="box"];2268[label="vwx101",fontsize=16,color="green",shape="box"];2269[label="vwx91",fontsize=16,color="green",shape="box"];2270[label="vwx101",fontsize=16,color="green",shape="box"];2271[label="vwx91",fontsize=16,color="green",shape="box"];2272[label="vwx101",fontsize=16,color="green",shape="box"];2273[label="vwx91",fontsize=16,color="green",shape="box"];2274 -> 1664[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2274[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2274 -> 2331[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2274 -> 2332[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2275 -> 1665[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2275[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2275 -> 2333[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2275 -> 2334[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2276 -> 1666[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2276[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2276 -> 2335[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2276 -> 2336[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2277 -> 1667[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2277[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2277 -> 2337[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2277 -> 2338[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2278 -> 1668[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2278[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2278 -> 2339[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2278 -> 2340[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2279 -> 1669[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2279[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2279 -> 2341[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2279 -> 2342[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2280 -> 1670[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2280[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2280 -> 2343[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2280 -> 2344[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2281 -> 1671[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2281[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2281 -> 2345[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2281 -> 2346[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2282 -> 1672[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2282[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2282 -> 2347[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2282 -> 2348[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2283 -> 1673[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2283[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2283 -> 2349[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2283 -> 2350[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2284 -> 1674[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2284[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2284 -> 2351[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2284 -> 2352[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2285 -> 1675[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2285[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2285 -> 2353[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2285 -> 2354[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2286 -> 1676[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2286[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2286 -> 2355[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2286 -> 2356[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2287 -> 1677[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2287[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2287 -> 2357[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2287 -> 2358[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2288 -> 41[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2288[label="vwx91 == vwx101",fontsize=16,color="magenta"];2288 -> 2359[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2288 -> 2360[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2289 -> 31[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2289[label="vwx91 == vwx101",fontsize=16,color="magenta"];2289 -> 2361[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2289 -> 2362[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2290 -> 40[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2290[label="vwx91 == vwx101",fontsize=16,color="magenta"];2290 -> 2363[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2290 -> 2364[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2291 -> 29[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2291[label="vwx91 == vwx101",fontsize=16,color="magenta"];2291 -> 2365[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2291 -> 2366[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2292 -> 34[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2292[label="vwx91 == vwx101",fontsize=16,color="magenta"];2292 -> 2367[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2292 -> 2368[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2293 -> 38[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2293[label="vwx91 == vwx101",fontsize=16,color="magenta"];2293 -> 2369[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2293 -> 2370[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2294 -> 39[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2294[label="vwx91 == vwx101",fontsize=16,color="magenta"];2294 -> 2371[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2294 -> 2372[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2295 -> 36[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2295[label="vwx91 == vwx101",fontsize=16,color="magenta"];2295 -> 2373[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2295 -> 2374[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2296 -> 28[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2296[label="vwx91 == vwx101",fontsize=16,color="magenta"];2296 -> 2375[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2296 -> 2376[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2297 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2297[label="vwx91 == vwx101",fontsize=16,color="magenta"];2297 -> 2377[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2297 -> 2378[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2298 -> 32[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2298[label="vwx91 == vwx101",fontsize=16,color="magenta"];2298 -> 2379[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2298 -> 2380[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2299 -> 37[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2299[label="vwx91 == vwx101",fontsize=16,color="magenta"];2299 -> 2381[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2299 -> 2382[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2300 -> 35[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2300[label="vwx91 == vwx101",fontsize=16,color="magenta"];2300 -> 2383[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2300 -> 2384[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2301 -> 30[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2301[label="vwx91 == vwx101",fontsize=16,color="magenta"];2301 -> 2385[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2301 -> 2386[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2302 -> 1783[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2302[label="compare (vwx90 * vwx101) (vwx100 * vwx91)",fontsize=16,color="magenta"];2302 -> 2387[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2302 -> 2388[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2303 -> 1785[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2303[label="compare (vwx90 * vwx101) (vwx100 * vwx91)",fontsize=16,color="magenta"];2303 -> 2389[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2303 -> 2390[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2305 -> 1781[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2305[label="compare vwx91 vwx101",fontsize=16,color="magenta"];2305 -> 2391[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2305 -> 2392[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2304[label="primCompAux vwx90 vwx100 vwx67",fontsize=16,color="black",shape="triangle"];2304 -> 2393[label="",style="solid", color="black", weight=3]; 18.31/7.22 2306[label="primCmpInt (Pos (Succ vwx900)) (Pos vwx100)",fontsize=16,color="black",shape="box"];2306 -> 2394[label="",style="solid", color="black", weight=3]; 18.31/7.22 2307[label="primCmpInt (Pos (Succ vwx900)) (Neg vwx100)",fontsize=16,color="black",shape="box"];2307 -> 2395[label="",style="solid", color="black", weight=3]; 18.31/7.22 2308[label="primCmpInt (Pos Zero) (Pos vwx100)",fontsize=16,color="burlywood",shape="box"];3160[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];2308 -> 3160[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3160 -> 2396[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3161[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];2308 -> 3161[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3161 -> 2397[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2309[label="primCmpInt (Pos Zero) (Neg vwx100)",fontsize=16,color="burlywood",shape="box"];3162[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];2309 -> 3162[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3162 -> 2398[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3163[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];2309 -> 3163[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3163 -> 2399[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2310[label="primCmpInt (Neg (Succ vwx900)) (Pos vwx100)",fontsize=16,color="black",shape="box"];2310 -> 2400[label="",style="solid", color="black", weight=3]; 18.31/7.22 2311[label="primCmpInt (Neg (Succ vwx900)) (Neg vwx100)",fontsize=16,color="black",shape="box"];2311 -> 2401[label="",style="solid", color="black", weight=3]; 18.31/7.22 2312[label="primCmpInt (Neg Zero) (Pos vwx100)",fontsize=16,color="burlywood",shape="box"];3164[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];2312 -> 3164[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3164 -> 2402[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3165[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];2312 -> 3165[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3165 -> 2403[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2313[label="primCmpInt (Neg Zero) (Neg vwx100)",fontsize=16,color="burlywood",shape="box"];3166[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];2313 -> 3166[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3166 -> 2404[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3167[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];2313 -> 3167[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3167 -> 2405[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2314[label="vwx100",fontsize=16,color="green",shape="box"];2315[label="vwx90",fontsize=16,color="green",shape="box"];2316[label="primCmpNat vwx90 vwx100",fontsize=16,color="burlywood",shape="triangle"];3168[label="vwx90/Succ vwx900",fontsize=10,color="white",style="solid",shape="box"];2316 -> 3168[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3168 -> 2406[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3169[label="vwx90/Zero",fontsize=10,color="white",style="solid",shape="box"];2316 -> 3169[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3169 -> 2407[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1348 -> 848[label="",style="dashed", color="red", weight=0]; 18.31/7.22 1348[label="primMulNat vwx30000 (Succ vwx40100)",fontsize=16,color="magenta"];1348 -> 1440[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1348 -> 1441[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 1347[label="primPlusNat vwx41 (Succ vwx40100)",fontsize=16,color="burlywood",shape="triangle"];3170[label="vwx41/Succ vwx410",fontsize=10,color="white",style="solid",shape="box"];1347 -> 3170[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3170 -> 1442[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3171[label="vwx41/Zero",fontsize=10,color="white",style="solid",shape="box"];1347 -> 3171[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3171 -> 1443[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2317[label="primCmpFloat (Float vwx90 (Pos vwx910)) (Float vwx100 (Pos vwx1010))",fontsize=16,color="black",shape="box"];2317 -> 2408[label="",style="solid", color="black", weight=3]; 18.31/7.22 2318[label="primCmpFloat (Float vwx90 (Pos vwx910)) (Float vwx100 (Neg vwx1010))",fontsize=16,color="black",shape="box"];2318 -> 2409[label="",style="solid", color="black", weight=3]; 18.31/7.22 2319[label="primCmpFloat (Float vwx90 (Neg vwx910)) (Float vwx100 (Pos vwx1010))",fontsize=16,color="black",shape="box"];2319 -> 2410[label="",style="solid", color="black", weight=3]; 18.31/7.22 2320[label="primCmpFloat (Float vwx90 (Neg vwx910)) (Float vwx100 (Neg vwx1010))",fontsize=16,color="black",shape="box"];2320 -> 2411[label="",style="solid", color="black", weight=3]; 18.31/7.22 2321[label="primCmpDouble (Double vwx90 (Pos vwx910)) (Double vwx100 (Pos vwx1010))",fontsize=16,color="black",shape="box"];2321 -> 2412[label="",style="solid", color="black", weight=3]; 18.31/7.22 2322[label="primCmpDouble (Double vwx90 (Pos vwx910)) (Double vwx100 (Neg vwx1010))",fontsize=16,color="black",shape="box"];2322 -> 2413[label="",style="solid", color="black", weight=3]; 18.31/7.22 2323[label="primCmpDouble (Double vwx90 (Neg vwx910)) (Double vwx100 (Pos vwx1010))",fontsize=16,color="black",shape="box"];2323 -> 2414[label="",style="solid", color="black", weight=3]; 18.31/7.22 2324[label="primCmpDouble (Double vwx90 (Neg vwx910)) (Double vwx100 (Neg vwx1010))",fontsize=16,color="black",shape="box"];2324 -> 2415[label="",style="solid", color="black", weight=3]; 18.31/7.22 2325 -> 2416[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2325[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];2325 -> 2417[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2326 -> 2418[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2326[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];2326 -> 2419[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2327 -> 2420[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2327[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];2327 -> 2421[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2328 -> 2422[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2328[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];2328 -> 2423[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2329 -> 2424[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2329[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];2329 -> 2425[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2330 -> 2426[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2330[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];2330 -> 2427[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2331[label="vwx102",fontsize=16,color="green",shape="box"];2332[label="vwx92",fontsize=16,color="green",shape="box"];2333[label="vwx102",fontsize=16,color="green",shape="box"];2334[label="vwx92",fontsize=16,color="green",shape="box"];2335[label="vwx102",fontsize=16,color="green",shape="box"];2336[label="vwx92",fontsize=16,color="green",shape="box"];2337[label="vwx102",fontsize=16,color="green",shape="box"];2338[label="vwx92",fontsize=16,color="green",shape="box"];2339[label="vwx102",fontsize=16,color="green",shape="box"];2340[label="vwx92",fontsize=16,color="green",shape="box"];2341[label="vwx102",fontsize=16,color="green",shape="box"];2342[label="vwx92",fontsize=16,color="green",shape="box"];2343[label="vwx102",fontsize=16,color="green",shape="box"];2344[label="vwx92",fontsize=16,color="green",shape="box"];2345[label="vwx102",fontsize=16,color="green",shape="box"];2346[label="vwx92",fontsize=16,color="green",shape="box"];2347[label="vwx102",fontsize=16,color="green",shape="box"];2348[label="vwx92",fontsize=16,color="green",shape="box"];2349[label="vwx102",fontsize=16,color="green",shape="box"];2350[label="vwx92",fontsize=16,color="green",shape="box"];2351[label="vwx102",fontsize=16,color="green",shape="box"];2352[label="vwx92",fontsize=16,color="green",shape="box"];2353[label="vwx102",fontsize=16,color="green",shape="box"];2354[label="vwx92",fontsize=16,color="green",shape="box"];2355[label="vwx102",fontsize=16,color="green",shape="box"];2356[label="vwx92",fontsize=16,color="green",shape="box"];2357[label="vwx102",fontsize=16,color="green",shape="box"];2358[label="vwx92",fontsize=16,color="green",shape="box"];2359[label="vwx91",fontsize=16,color="green",shape="box"];2360[label="vwx101",fontsize=16,color="green",shape="box"];2361[label="vwx91",fontsize=16,color="green",shape="box"];2362[label="vwx101",fontsize=16,color="green",shape="box"];2363[label="vwx91",fontsize=16,color="green",shape="box"];2364[label="vwx101",fontsize=16,color="green",shape="box"];2365[label="vwx91",fontsize=16,color="green",shape="box"];2366[label="vwx101",fontsize=16,color="green",shape="box"];2367[label="vwx91",fontsize=16,color="green",shape="box"];2368[label="vwx101",fontsize=16,color="green",shape="box"];2369[label="vwx91",fontsize=16,color="green",shape="box"];2370[label="vwx101",fontsize=16,color="green",shape="box"];2371[label="vwx91",fontsize=16,color="green",shape="box"];2372[label="vwx101",fontsize=16,color="green",shape="box"];2373[label="vwx91",fontsize=16,color="green",shape="box"];2374[label="vwx101",fontsize=16,color="green",shape="box"];2375[label="vwx91",fontsize=16,color="green",shape="box"];2376[label="vwx101",fontsize=16,color="green",shape="box"];2377[label="vwx91",fontsize=16,color="green",shape="box"];2378[label="vwx101",fontsize=16,color="green",shape="box"];2379[label="vwx91",fontsize=16,color="green",shape="box"];2380[label="vwx101",fontsize=16,color="green",shape="box"];2381[label="vwx91",fontsize=16,color="green",shape="box"];2382[label="vwx101",fontsize=16,color="green",shape="box"];2383[label="vwx91",fontsize=16,color="green",shape="box"];2384[label="vwx101",fontsize=16,color="green",shape="box"];2385[label="vwx91",fontsize=16,color="green",shape="box"];2386[label="vwx101",fontsize=16,color="green",shape="box"];2387 -> 294[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2387[label="vwx100 * vwx91",fontsize=16,color="magenta"];2387 -> 2428[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2387 -> 2429[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2388 -> 294[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2388[label="vwx90 * vwx101",fontsize=16,color="magenta"];2388 -> 2430[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2388 -> 2431[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2389[label="vwx100 * vwx91",fontsize=16,color="burlywood",shape="triangle"];3172[label="vwx100/Integer vwx1000",fontsize=10,color="white",style="solid",shape="box"];2389 -> 3172[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3172 -> 2432[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2390 -> 2389[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2390[label="vwx90 * vwx101",fontsize=16,color="magenta"];2390 -> 2433[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2390 -> 2434[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2391[label="vwx101",fontsize=16,color="green",shape="box"];2392[label="vwx91",fontsize=16,color="green",shape="box"];2393 -> 2435[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2393[label="primCompAux0 vwx67 (compare vwx90 vwx100)",fontsize=16,color="magenta"];2393 -> 2436[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2393 -> 2437[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2394 -> 2316[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2394[label="primCmpNat (Succ vwx900) vwx100",fontsize=16,color="magenta"];2394 -> 2438[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2394 -> 2439[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2395[label="GT",fontsize=16,color="green",shape="box"];2396[label="primCmpInt (Pos Zero) (Pos (Succ vwx1000))",fontsize=16,color="black",shape="box"];2396 -> 2440[label="",style="solid", color="black", weight=3]; 18.31/7.22 2397[label="primCmpInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];2397 -> 2441[label="",style="solid", color="black", weight=3]; 18.31/7.22 2398[label="primCmpInt (Pos Zero) (Neg (Succ vwx1000))",fontsize=16,color="black",shape="box"];2398 -> 2442[label="",style="solid", color="black", weight=3]; 18.31/7.22 2399[label="primCmpInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];2399 -> 2443[label="",style="solid", color="black", weight=3]; 18.31/7.22 2400[label="LT",fontsize=16,color="green",shape="box"];2401 -> 2316[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2401[label="primCmpNat vwx100 (Succ vwx900)",fontsize=16,color="magenta"];2401 -> 2444[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2401 -> 2445[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2402[label="primCmpInt (Neg Zero) (Pos (Succ vwx1000))",fontsize=16,color="black",shape="box"];2402 -> 2446[label="",style="solid", color="black", weight=3]; 18.31/7.22 2403[label="primCmpInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];2403 -> 2447[label="",style="solid", color="black", weight=3]; 18.31/7.22 2404[label="primCmpInt (Neg Zero) (Neg (Succ vwx1000))",fontsize=16,color="black",shape="box"];2404 -> 2448[label="",style="solid", color="black", weight=3]; 18.31/7.22 2405[label="primCmpInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];2405 -> 2449[label="",style="solid", color="black", weight=3]; 18.31/7.22 2406[label="primCmpNat (Succ vwx900) vwx100",fontsize=16,color="burlywood",shape="box"];3173[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];2406 -> 3173[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3173 -> 2450[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3174[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];2406 -> 3174[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3174 -> 2451[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2407[label="primCmpNat Zero vwx100",fontsize=16,color="burlywood",shape="box"];3175[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];2407 -> 3175[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3175 -> 2452[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3176[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];2407 -> 3176[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3176 -> 2453[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 1440[label="vwx30000",fontsize=16,color="green",shape="box"];1441[label="Succ vwx40100",fontsize=16,color="green",shape="box"];1442[label="primPlusNat (Succ vwx410) (Succ vwx40100)",fontsize=16,color="black",shape="box"];1442 -> 1490[label="",style="solid", color="black", weight=3]; 18.31/7.22 1443[label="primPlusNat Zero (Succ vwx40100)",fontsize=16,color="black",shape="box"];1443 -> 1491[label="",style="solid", color="black", weight=3]; 18.31/7.22 2408 -> 1783[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2408[label="compare (vwx90 * Pos vwx1010) (Pos vwx910 * vwx100)",fontsize=16,color="magenta"];2408 -> 2454[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2408 -> 2455[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2409 -> 1783[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2409[label="compare (vwx90 * Pos vwx1010) (Neg vwx910 * vwx100)",fontsize=16,color="magenta"];2409 -> 2456[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2409 -> 2457[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2410 -> 1783[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2410[label="compare (vwx90 * Neg vwx1010) (Pos vwx910 * vwx100)",fontsize=16,color="magenta"];2410 -> 2458[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2410 -> 2459[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2411 -> 1783[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2411[label="compare (vwx90 * Neg vwx1010) (Neg vwx910 * vwx100)",fontsize=16,color="magenta"];2411 -> 2460[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2411 -> 2461[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2412 -> 1783[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2412[label="compare (vwx90 * Pos vwx1010) (Pos vwx910 * vwx100)",fontsize=16,color="magenta"];2412 -> 2462[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2412 -> 2463[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2413 -> 1783[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2413[label="compare (vwx90 * Pos vwx1010) (Neg vwx910 * vwx100)",fontsize=16,color="magenta"];2413 -> 2464[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2413 -> 2465[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2414 -> 1783[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2414[label="compare (vwx90 * Neg vwx1010) (Pos vwx910 * vwx100)",fontsize=16,color="magenta"];2414 -> 2466[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2414 -> 2467[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2415 -> 1783[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2415[label="compare (vwx90 * Neg vwx1010) (Neg vwx910 * vwx100)",fontsize=16,color="magenta"];2415 -> 2468[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2415 -> 2469[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2417 -> 41[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2417[label="vwx90 == vwx100",fontsize=16,color="magenta"];2417 -> 2470[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2417 -> 2471[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2416[label="compare2 vwx90 vwx100 vwx68",fontsize=16,color="burlywood",shape="triangle"];3177[label="vwx68/False",fontsize=10,color="white",style="solid",shape="box"];2416 -> 3177[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3177 -> 2472[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3178[label="vwx68/True",fontsize=10,color="white",style="solid",shape="box"];2416 -> 3178[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3178 -> 2473[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2419 -> 40[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2419[label="vwx90 == vwx100",fontsize=16,color="magenta"];2419 -> 2474[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2419 -> 2475[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2418[label="compare2 vwx90 vwx100 vwx69",fontsize=16,color="burlywood",shape="triangle"];3179[label="vwx69/False",fontsize=10,color="white",style="solid",shape="box"];2418 -> 3179[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3179 -> 2476[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3180[label="vwx69/True",fontsize=10,color="white",style="solid",shape="box"];2418 -> 3180[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3180 -> 2477[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2421 -> 38[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2421[label="vwx90 == vwx100",fontsize=16,color="magenta"];2421 -> 2478[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2421 -> 2479[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2420[label="compare2 vwx90 vwx100 vwx70",fontsize=16,color="burlywood",shape="triangle"];3181[label="vwx70/False",fontsize=10,color="white",style="solid",shape="box"];2420 -> 3181[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3181 -> 2480[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3182[label="vwx70/True",fontsize=10,color="white",style="solid",shape="box"];2420 -> 3182[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3182 -> 2481[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2423 -> 28[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2423[label="vwx90 == vwx100",fontsize=16,color="magenta"];2423 -> 2482[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2423 -> 2483[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2422[label="compare2 vwx90 vwx100 vwx71",fontsize=16,color="burlywood",shape="triangle"];3183[label="vwx71/False",fontsize=10,color="white",style="solid",shape="box"];2422 -> 3183[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3183 -> 2484[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3184[label="vwx71/True",fontsize=10,color="white",style="solid",shape="box"];2422 -> 3184[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3184 -> 2485[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2425 -> 33[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2425[label="vwx90 == vwx100",fontsize=16,color="magenta"];2425 -> 2486[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2425 -> 2487[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2424[label="compare2 vwx90 vwx100 vwx72",fontsize=16,color="burlywood",shape="triangle"];3185[label="vwx72/False",fontsize=10,color="white",style="solid",shape="box"];2424 -> 3185[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3185 -> 2488[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3186[label="vwx72/True",fontsize=10,color="white",style="solid",shape="box"];2424 -> 3186[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3186 -> 2489[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2427 -> 32[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2427[label="vwx90 == vwx100",fontsize=16,color="magenta"];2427 -> 2490[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2427 -> 2491[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2426[label="compare2 vwx90 vwx100 vwx73",fontsize=16,color="burlywood",shape="triangle"];3187[label="vwx73/False",fontsize=10,color="white",style="solid",shape="box"];2426 -> 3187[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3187 -> 2492[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3188[label="vwx73/True",fontsize=10,color="white",style="solid",shape="box"];2426 -> 3188[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3188 -> 2493[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2428[label="vwx91",fontsize=16,color="green",shape="box"];2429[label="vwx100",fontsize=16,color="green",shape="box"];2430[label="vwx101",fontsize=16,color="green",shape="box"];2431[label="vwx90",fontsize=16,color="green",shape="box"];2432[label="Integer vwx1000 * vwx91",fontsize=16,color="burlywood",shape="box"];3189[label="vwx91/Integer vwx910",fontsize=10,color="white",style="solid",shape="box"];2432 -> 3189[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3189 -> 2494[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2433[label="vwx90",fontsize=16,color="green",shape="box"];2434[label="vwx101",fontsize=16,color="green",shape="box"];2436[label="vwx67",fontsize=16,color="green",shape="box"];2437[label="compare vwx90 vwx100",fontsize=16,color="blue",shape="box"];3190[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2437 -> 3190[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3190 -> 2495[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3191[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2437 -> 3191[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3191 -> 2496[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3192[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2437 -> 3192[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3192 -> 2497[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3193[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2437 -> 3193[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3193 -> 2498[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3194[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2437 -> 3194[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3194 -> 2499[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3195[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2437 -> 3195[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3195 -> 2500[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3196[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2437 -> 3196[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3196 -> 2501[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3197[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2437 -> 3197[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3197 -> 2502[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3198[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2437 -> 3198[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3198 -> 2503[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3199[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2437 -> 3199[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3199 -> 2504[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3200[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2437 -> 3200[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3200 -> 2505[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3201[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2437 -> 3201[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3201 -> 2506[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3202[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2437 -> 3202[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3202 -> 2507[label="",style="solid", color="blue", weight=3]; 18.31/7.22 3203[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2437 -> 3203[label="",style="solid", color="blue", weight=9]; 18.31/7.22 3203 -> 2508[label="",style="solid", color="blue", weight=3]; 18.31/7.22 2435[label="primCompAux0 vwx77 vwx78",fontsize=16,color="burlywood",shape="triangle"];3204[label="vwx78/LT",fontsize=10,color="white",style="solid",shape="box"];2435 -> 3204[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3204 -> 2509[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3205[label="vwx78/EQ",fontsize=10,color="white",style="solid",shape="box"];2435 -> 3205[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3205 -> 2510[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 3206[label="vwx78/GT",fontsize=10,color="white",style="solid",shape="box"];2435 -> 3206[label="",style="solid", color="burlywood", weight=9]; 18.31/7.22 3206 -> 2511[label="",style="solid", color="burlywood", weight=3]; 18.31/7.22 2438[label="Succ vwx900",fontsize=16,color="green",shape="box"];2439[label="vwx100",fontsize=16,color="green",shape="box"];2440 -> 2316[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2440[label="primCmpNat Zero (Succ vwx1000)",fontsize=16,color="magenta"];2440 -> 2512[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2440 -> 2513[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2441[label="EQ",fontsize=16,color="green",shape="box"];2442[label="GT",fontsize=16,color="green",shape="box"];2443[label="EQ",fontsize=16,color="green",shape="box"];2444[label="vwx100",fontsize=16,color="green",shape="box"];2445[label="Succ vwx900",fontsize=16,color="green",shape="box"];2446[label="LT",fontsize=16,color="green",shape="box"];2447[label="EQ",fontsize=16,color="green",shape="box"];2448 -> 2316[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2448[label="primCmpNat (Succ vwx1000) Zero",fontsize=16,color="magenta"];2448 -> 2514[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2448 -> 2515[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2449[label="EQ",fontsize=16,color="green",shape="box"];2450[label="primCmpNat (Succ vwx900) (Succ vwx1000)",fontsize=16,color="black",shape="box"];2450 -> 2516[label="",style="solid", color="black", weight=3]; 18.31/7.22 2451[label="primCmpNat (Succ vwx900) Zero",fontsize=16,color="black",shape="box"];2451 -> 2517[label="",style="solid", color="black", weight=3]; 18.31/7.22 2452[label="primCmpNat Zero (Succ vwx1000)",fontsize=16,color="black",shape="box"];2452 -> 2518[label="",style="solid", color="black", weight=3]; 18.31/7.22 2453[label="primCmpNat Zero Zero",fontsize=16,color="black",shape="box"];2453 -> 2519[label="",style="solid", color="black", weight=3]; 18.31/7.22 1490[label="Succ (Succ (primPlusNat vwx410 vwx40100))",fontsize=16,color="green",shape="box"];1490 -> 1558[label="",style="dashed", color="green", weight=3]; 18.31/7.22 1491[label="Succ vwx40100",fontsize=16,color="green",shape="box"];2454 -> 294[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2454[label="Pos vwx910 * vwx100",fontsize=16,color="magenta"];2454 -> 2520[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2454 -> 2521[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2455 -> 294[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2455[label="vwx90 * Pos vwx1010",fontsize=16,color="magenta"];2455 -> 2522[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2455 -> 2523[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2456 -> 294[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2456[label="Neg vwx910 * vwx100",fontsize=16,color="magenta"];2456 -> 2524[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2456 -> 2525[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2457 -> 294[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2457[label="vwx90 * Pos vwx1010",fontsize=16,color="magenta"];2457 -> 2526[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2457 -> 2527[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2458 -> 294[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2458[label="Pos vwx910 * vwx100",fontsize=16,color="magenta"];2458 -> 2528[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2458 -> 2529[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2459 -> 294[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2459[label="vwx90 * Neg vwx1010",fontsize=16,color="magenta"];2459 -> 2530[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2459 -> 2531[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2460 -> 294[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2460[label="Neg vwx910 * vwx100",fontsize=16,color="magenta"];2460 -> 2532[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2460 -> 2533[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2461 -> 294[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2461[label="vwx90 * Neg vwx1010",fontsize=16,color="magenta"];2461 -> 2534[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2461 -> 2535[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2462 -> 294[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2462[label="Pos vwx910 * vwx100",fontsize=16,color="magenta"];2462 -> 2536[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2462 -> 2537[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2463 -> 294[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2463[label="vwx90 * Pos vwx1010",fontsize=16,color="magenta"];2463 -> 2538[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2463 -> 2539[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2464 -> 294[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2464[label="Neg vwx910 * vwx100",fontsize=16,color="magenta"];2464 -> 2540[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2464 -> 2541[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2465 -> 294[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2465[label="vwx90 * Pos vwx1010",fontsize=16,color="magenta"];2465 -> 2542[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2465 -> 2543[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2466 -> 294[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2466[label="Pos vwx910 * vwx100",fontsize=16,color="magenta"];2466 -> 2544[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2466 -> 2545[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2467 -> 294[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2467[label="vwx90 * Neg vwx1010",fontsize=16,color="magenta"];2467 -> 2546[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2467 -> 2547[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2468 -> 294[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2468[label="Neg vwx910 * vwx100",fontsize=16,color="magenta"];2468 -> 2548[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2468 -> 2549[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2469 -> 294[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2469[label="vwx90 * Neg vwx1010",fontsize=16,color="magenta"];2469 -> 2550[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2469 -> 2551[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2470[label="vwx90",fontsize=16,color="green",shape="box"];2471[label="vwx100",fontsize=16,color="green",shape="box"];2472[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2472 -> 2552[label="",style="solid", color="black", weight=3]; 18.31/7.22 2473[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2473 -> 2553[label="",style="solid", color="black", weight=3]; 18.31/7.22 2474[label="vwx90",fontsize=16,color="green",shape="box"];2475[label="vwx100",fontsize=16,color="green",shape="box"];2476[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2476 -> 2554[label="",style="solid", color="black", weight=3]; 18.31/7.22 2477[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2477 -> 2555[label="",style="solid", color="black", weight=3]; 18.31/7.22 2478[label="vwx90",fontsize=16,color="green",shape="box"];2479[label="vwx100",fontsize=16,color="green",shape="box"];2480[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2480 -> 2556[label="",style="solid", color="black", weight=3]; 18.31/7.22 2481[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2481 -> 2557[label="",style="solid", color="black", weight=3]; 18.31/7.22 2482[label="vwx90",fontsize=16,color="green",shape="box"];2483[label="vwx100",fontsize=16,color="green",shape="box"];2484[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2484 -> 2558[label="",style="solid", color="black", weight=3]; 18.31/7.22 2485[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2485 -> 2559[label="",style="solid", color="black", weight=3]; 18.31/7.22 2486[label="vwx90",fontsize=16,color="green",shape="box"];2487[label="vwx100",fontsize=16,color="green",shape="box"];2488[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2488 -> 2560[label="",style="solid", color="black", weight=3]; 18.31/7.22 2489[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2489 -> 2561[label="",style="solid", color="black", weight=3]; 18.31/7.22 2490[label="vwx90",fontsize=16,color="green",shape="box"];2491[label="vwx100",fontsize=16,color="green",shape="box"];2492[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2492 -> 2562[label="",style="solid", color="black", weight=3]; 18.31/7.22 2493[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2493 -> 2563[label="",style="solid", color="black", weight=3]; 18.31/7.22 2494[label="Integer vwx1000 * Integer vwx910",fontsize=16,color="black",shape="box"];2494 -> 2564[label="",style="solid", color="black", weight=3]; 18.31/7.22 2495 -> 2081[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2495[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2495 -> 2565[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2495 -> 2566[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2496 -> 1771[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2496[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2496 -> 2567[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2496 -> 2568[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2497 -> 2085[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2497[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2497 -> 2569[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2497 -> 2570[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2498 -> 1775[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2498[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2498 -> 2571[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2498 -> 2572[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2499 -> 1777[label="",style="dashed", color="red", weight=0]; 18.31/7.22 2499[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2499 -> 2573[label="",style="dashed", color="magenta", weight=3]; 18.31/7.22 2499 -> 2574[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2500 -> 2091[label="",style="dashed", color="red", weight=0]; 18.31/7.23 2500[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2500 -> 2575[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2500 -> 2576[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2501 -> 1779[label="",style="dashed", color="red", weight=0]; 18.31/7.23 2501[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2501 -> 2577[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2501 -> 2578[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2502 -> 1781[label="",style="dashed", color="red", weight=0]; 18.31/7.23 2502[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2502 -> 2579[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2502 -> 2580[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2503 -> 2097[label="",style="dashed", color="red", weight=0]; 18.31/7.23 2503[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2503 -> 2581[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2503 -> 2582[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2504 -> 2099[label="",style="dashed", color="red", weight=0]; 18.31/7.23 2504[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2504 -> 2583[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2504 -> 2584[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2505 -> 2101[label="",style="dashed", color="red", weight=0]; 18.31/7.23 2505[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2505 -> 2585[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2505 -> 2586[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2506 -> 1783[label="",style="dashed", color="red", weight=0]; 18.31/7.23 2506[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2506 -> 2587[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2506 -> 2588[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2507 -> 1785[label="",style="dashed", color="red", weight=0]; 18.31/7.23 2507[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2507 -> 2589[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2507 -> 2590[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2508 -> 1787[label="",style="dashed", color="red", weight=0]; 18.31/7.23 2508[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2508 -> 2591[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2508 -> 2592[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2509[label="primCompAux0 vwx77 LT",fontsize=16,color="black",shape="box"];2509 -> 2593[label="",style="solid", color="black", weight=3]; 18.31/7.23 2510[label="primCompAux0 vwx77 EQ",fontsize=16,color="black",shape="box"];2510 -> 2594[label="",style="solid", color="black", weight=3]; 18.31/7.23 2511[label="primCompAux0 vwx77 GT",fontsize=16,color="black",shape="box"];2511 -> 2595[label="",style="solid", color="black", weight=3]; 18.31/7.23 2512[label="Zero",fontsize=16,color="green",shape="box"];2513[label="Succ vwx1000",fontsize=16,color="green",shape="box"];2514[label="Succ vwx1000",fontsize=16,color="green",shape="box"];2515[label="Zero",fontsize=16,color="green",shape="box"];2516 -> 2316[label="",style="dashed", color="red", weight=0]; 18.31/7.23 2516[label="primCmpNat vwx900 vwx1000",fontsize=16,color="magenta"];2516 -> 2596[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2516 -> 2597[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2517[label="GT",fontsize=16,color="green",shape="box"];2518[label="LT",fontsize=16,color="green",shape="box"];2519[label="EQ",fontsize=16,color="green",shape="box"];1558[label="primPlusNat vwx410 vwx40100",fontsize=16,color="burlywood",shape="triangle"];3207[label="vwx410/Succ vwx4100",fontsize=10,color="white",style="solid",shape="box"];1558 -> 3207[label="",style="solid", color="burlywood", weight=9]; 18.31/7.23 3207 -> 1637[label="",style="solid", color="burlywood", weight=3]; 18.31/7.23 3208[label="vwx410/Zero",fontsize=10,color="white",style="solid",shape="box"];1558 -> 3208[label="",style="solid", color="burlywood", weight=9]; 18.31/7.23 3208 -> 1638[label="",style="solid", color="burlywood", weight=3]; 18.31/7.23 2520[label="vwx100",fontsize=16,color="green",shape="box"];2521[label="Pos vwx910",fontsize=16,color="green",shape="box"];2522[label="Pos vwx1010",fontsize=16,color="green",shape="box"];2523[label="vwx90",fontsize=16,color="green",shape="box"];2524[label="vwx100",fontsize=16,color="green",shape="box"];2525[label="Neg vwx910",fontsize=16,color="green",shape="box"];2526[label="Pos vwx1010",fontsize=16,color="green",shape="box"];2527[label="vwx90",fontsize=16,color="green",shape="box"];2528[label="vwx100",fontsize=16,color="green",shape="box"];2529[label="Pos vwx910",fontsize=16,color="green",shape="box"];2530[label="Neg vwx1010",fontsize=16,color="green",shape="box"];2531[label="vwx90",fontsize=16,color="green",shape="box"];2532[label="vwx100",fontsize=16,color="green",shape="box"];2533[label="Neg vwx910",fontsize=16,color="green",shape="box"];2534[label="Neg vwx1010",fontsize=16,color="green",shape="box"];2535[label="vwx90",fontsize=16,color="green",shape="box"];2536[label="vwx100",fontsize=16,color="green",shape="box"];2537[label="Pos vwx910",fontsize=16,color="green",shape="box"];2538[label="Pos vwx1010",fontsize=16,color="green",shape="box"];2539[label="vwx90",fontsize=16,color="green",shape="box"];2540[label="vwx100",fontsize=16,color="green",shape="box"];2541[label="Neg vwx910",fontsize=16,color="green",shape="box"];2542[label="Pos vwx1010",fontsize=16,color="green",shape="box"];2543[label="vwx90",fontsize=16,color="green",shape="box"];2544[label="vwx100",fontsize=16,color="green",shape="box"];2545[label="Pos vwx910",fontsize=16,color="green",shape="box"];2546[label="Neg vwx1010",fontsize=16,color="green",shape="box"];2547[label="vwx90",fontsize=16,color="green",shape="box"];2548[label="vwx100",fontsize=16,color="green",shape="box"];2549[label="Neg vwx910",fontsize=16,color="green",shape="box"];2550[label="Neg vwx1010",fontsize=16,color="green",shape="box"];2551[label="vwx90",fontsize=16,color="green",shape="box"];2552 -> 2598[label="",style="dashed", color="red", weight=0]; 18.31/7.23 2552[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];2552 -> 2599[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2553[label="EQ",fontsize=16,color="green",shape="box"];2554 -> 2600[label="",style="dashed", color="red", weight=0]; 18.31/7.23 2554[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];2554 -> 2601[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2555[label="EQ",fontsize=16,color="green",shape="box"];2556 -> 2602[label="",style="dashed", color="red", weight=0]; 18.31/7.23 2556[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];2556 -> 2603[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2557[label="EQ",fontsize=16,color="green",shape="box"];2558 -> 2604[label="",style="dashed", color="red", weight=0]; 18.31/7.23 2558[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];2558 -> 2605[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2559[label="EQ",fontsize=16,color="green",shape="box"];2560 -> 2606[label="",style="dashed", color="red", weight=0]; 18.31/7.23 2560[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];2560 -> 2607[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2561[label="EQ",fontsize=16,color="green",shape="box"];2562 -> 1649[label="",style="dashed", color="red", weight=0]; 18.31/7.23 2562[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];2562 -> 2608[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2563[label="EQ",fontsize=16,color="green",shape="box"];2564[label="Integer (primMulInt vwx1000 vwx910)",fontsize=16,color="green",shape="box"];2564 -> 2609[label="",style="dashed", color="green", weight=3]; 18.31/7.23 2565[label="vwx100",fontsize=16,color="green",shape="box"];2566[label="vwx90",fontsize=16,color="green",shape="box"];2567[label="vwx100",fontsize=16,color="green",shape="box"];2568[label="vwx90",fontsize=16,color="green",shape="box"];2569[label="vwx100",fontsize=16,color="green",shape="box"];2570[label="vwx90",fontsize=16,color="green",shape="box"];2571[label="vwx100",fontsize=16,color="green",shape="box"];2572[label="vwx90",fontsize=16,color="green",shape="box"];2573[label="vwx100",fontsize=16,color="green",shape="box"];2574[label="vwx90",fontsize=16,color="green",shape="box"];2575[label="vwx100",fontsize=16,color="green",shape="box"];2576[label="vwx90",fontsize=16,color="green",shape="box"];2577[label="vwx100",fontsize=16,color="green",shape="box"];2578[label="vwx90",fontsize=16,color="green",shape="box"];2579[label="vwx100",fontsize=16,color="green",shape="box"];2580[label="vwx90",fontsize=16,color="green",shape="box"];2581[label="vwx100",fontsize=16,color="green",shape="box"];2582[label="vwx90",fontsize=16,color="green",shape="box"];2583[label="vwx100",fontsize=16,color="green",shape="box"];2584[label="vwx90",fontsize=16,color="green",shape="box"];2585[label="vwx100",fontsize=16,color="green",shape="box"];2586[label="vwx90",fontsize=16,color="green",shape="box"];2587[label="vwx100",fontsize=16,color="green",shape="box"];2588[label="vwx90",fontsize=16,color="green",shape="box"];2589[label="vwx100",fontsize=16,color="green",shape="box"];2590[label="vwx90",fontsize=16,color="green",shape="box"];2591[label="vwx100",fontsize=16,color="green",shape="box"];2592[label="vwx90",fontsize=16,color="green",shape="box"];2593[label="LT",fontsize=16,color="green",shape="box"];2594[label="vwx77",fontsize=16,color="green",shape="box"];2595[label="GT",fontsize=16,color="green",shape="box"];2596[label="vwx900",fontsize=16,color="green",shape="box"];2597[label="vwx1000",fontsize=16,color="green",shape="box"];1637[label="primPlusNat (Succ vwx4100) vwx40100",fontsize=16,color="burlywood",shape="box"];3209[label="vwx40100/Succ vwx401000",fontsize=10,color="white",style="solid",shape="box"];1637 -> 3209[label="",style="solid", color="burlywood", weight=9]; 18.31/7.23 3209 -> 1660[label="",style="solid", color="burlywood", weight=3]; 18.31/7.23 3210[label="vwx40100/Zero",fontsize=10,color="white",style="solid",shape="box"];1637 -> 3210[label="",style="solid", color="burlywood", weight=9]; 18.31/7.23 3210 -> 1661[label="",style="solid", color="burlywood", weight=3]; 18.31/7.23 1638[label="primPlusNat Zero vwx40100",fontsize=16,color="burlywood",shape="box"];3211[label="vwx40100/Succ vwx401000",fontsize=10,color="white",style="solid",shape="box"];1638 -> 3211[label="",style="solid", color="burlywood", weight=9]; 18.31/7.23 3211 -> 1662[label="",style="solid", color="burlywood", weight=3]; 18.31/7.23 3212[label="vwx40100/Zero",fontsize=10,color="white",style="solid",shape="box"];1638 -> 3212[label="",style="solid", color="burlywood", weight=9]; 18.31/7.23 3212 -> 1663[label="",style="solid", color="burlywood", weight=3]; 18.31/7.23 2599 -> 1664[label="",style="dashed", color="red", weight=0]; 18.31/7.23 2599[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2599 -> 2610[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2599 -> 2611[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2598[label="compare1 vwx90 vwx100 vwx79",fontsize=16,color="burlywood",shape="triangle"];3213[label="vwx79/False",fontsize=10,color="white",style="solid",shape="box"];2598 -> 3213[label="",style="solid", color="burlywood", weight=9]; 18.31/7.23 3213 -> 2612[label="",style="solid", color="burlywood", weight=3]; 18.31/7.23 3214[label="vwx79/True",fontsize=10,color="white",style="solid",shape="box"];2598 -> 3214[label="",style="solid", color="burlywood", weight=9]; 18.31/7.23 3214 -> 2613[label="",style="solid", color="burlywood", weight=3]; 18.31/7.23 2601 -> 1666[label="",style="dashed", color="red", weight=0]; 18.31/7.23 2601[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2601 -> 2614[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2601 -> 2615[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2600[label="compare1 vwx90 vwx100 vwx80",fontsize=16,color="burlywood",shape="triangle"];3215[label="vwx80/False",fontsize=10,color="white",style="solid",shape="box"];2600 -> 3215[label="",style="solid", color="burlywood", weight=9]; 18.31/7.23 3215 -> 2616[label="",style="solid", color="burlywood", weight=3]; 18.31/7.23 3216[label="vwx80/True",fontsize=10,color="white",style="solid",shape="box"];2600 -> 3216[label="",style="solid", color="burlywood", weight=9]; 18.31/7.23 3216 -> 2617[label="",style="solid", color="burlywood", weight=3]; 18.31/7.23 2603 -> 1669[label="",style="dashed", color="red", weight=0]; 18.31/7.23 2603[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2603 -> 2618[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2603 -> 2619[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2602[label="compare1 vwx90 vwx100 vwx81",fontsize=16,color="burlywood",shape="triangle"];3217[label="vwx81/False",fontsize=10,color="white",style="solid",shape="box"];2602 -> 3217[label="",style="solid", color="burlywood", weight=9]; 18.31/7.23 3217 -> 2620[label="",style="solid", color="burlywood", weight=3]; 18.31/7.23 3218[label="vwx81/True",fontsize=10,color="white",style="solid",shape="box"];2602 -> 3218[label="",style="solid", color="burlywood", weight=9]; 18.31/7.23 3218 -> 2621[label="",style="solid", color="burlywood", weight=3]; 18.31/7.23 2605 -> 1672[label="",style="dashed", color="red", weight=0]; 18.31/7.23 2605[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2605 -> 2622[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2605 -> 2623[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2604[label="compare1 vwx90 vwx100 vwx82",fontsize=16,color="burlywood",shape="triangle"];3219[label="vwx82/False",fontsize=10,color="white",style="solid",shape="box"];2604 -> 3219[label="",style="solid", color="burlywood", weight=9]; 18.31/7.23 3219 -> 2624[label="",style="solid", color="burlywood", weight=3]; 18.31/7.23 3220[label="vwx82/True",fontsize=10,color="white",style="solid",shape="box"];2604 -> 3220[label="",style="solid", color="burlywood", weight=9]; 18.31/7.23 3220 -> 2625[label="",style="solid", color="burlywood", weight=3]; 18.31/7.23 2607 -> 1673[label="",style="dashed", color="red", weight=0]; 18.31/7.23 2607[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2607 -> 2626[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2607 -> 2627[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2606[label="compare1 vwx90 vwx100 vwx83",fontsize=16,color="burlywood",shape="triangle"];3221[label="vwx83/False",fontsize=10,color="white",style="solid",shape="box"];2606 -> 3221[label="",style="solid", color="burlywood", weight=9]; 18.31/7.23 3221 -> 2628[label="",style="solid", color="burlywood", weight=3]; 18.31/7.23 3222[label="vwx83/True",fontsize=10,color="white",style="solid",shape="box"];2606 -> 3222[label="",style="solid", color="burlywood", weight=9]; 18.31/7.23 3222 -> 2629[label="",style="solid", color="burlywood", weight=3]; 18.31/7.23 2608 -> 1674[label="",style="dashed", color="red", weight=0]; 18.31/7.23 2608[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2608 -> 2630[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2608 -> 2631[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2609 -> 508[label="",style="dashed", color="red", weight=0]; 18.31/7.23 2609[label="primMulInt vwx1000 vwx910",fontsize=16,color="magenta"];2609 -> 2632[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2609 -> 2633[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 1660[label="primPlusNat (Succ vwx4100) (Succ vwx401000)",fontsize=16,color="black",shape="box"];1660 -> 1680[label="",style="solid", color="black", weight=3]; 18.31/7.23 1661[label="primPlusNat (Succ vwx4100) Zero",fontsize=16,color="black",shape="box"];1661 -> 1681[label="",style="solid", color="black", weight=3]; 18.31/7.23 1662[label="primPlusNat Zero (Succ vwx401000)",fontsize=16,color="black",shape="box"];1662 -> 1682[label="",style="solid", color="black", weight=3]; 18.31/7.23 1663[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];1663 -> 1683[label="",style="solid", color="black", weight=3]; 18.31/7.23 2610[label="vwx100",fontsize=16,color="green",shape="box"];2611[label="vwx90",fontsize=16,color="green",shape="box"];2612[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2612 -> 2634[label="",style="solid", color="black", weight=3]; 18.31/7.23 2613[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2613 -> 2635[label="",style="solid", color="black", weight=3]; 18.31/7.23 2614[label="vwx100",fontsize=16,color="green",shape="box"];2615[label="vwx90",fontsize=16,color="green",shape="box"];2616[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2616 -> 2636[label="",style="solid", color="black", weight=3]; 18.31/7.23 2617[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2617 -> 2637[label="",style="solid", color="black", weight=3]; 18.31/7.23 2618[label="vwx100",fontsize=16,color="green",shape="box"];2619[label="vwx90",fontsize=16,color="green",shape="box"];2620[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2620 -> 2638[label="",style="solid", color="black", weight=3]; 18.31/7.23 2621[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2621 -> 2639[label="",style="solid", color="black", weight=3]; 18.31/7.23 2622[label="vwx100",fontsize=16,color="green",shape="box"];2623[label="vwx90",fontsize=16,color="green",shape="box"];2624[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2624 -> 2640[label="",style="solid", color="black", weight=3]; 18.31/7.23 2625[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2625 -> 2641[label="",style="solid", color="black", weight=3]; 18.31/7.23 2626[label="vwx100",fontsize=16,color="green",shape="box"];2627[label="vwx90",fontsize=16,color="green",shape="box"];2628[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2628 -> 2642[label="",style="solid", color="black", weight=3]; 18.31/7.23 2629[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2629 -> 2643[label="",style="solid", color="black", weight=3]; 18.31/7.23 2630[label="vwx100",fontsize=16,color="green",shape="box"];2631[label="vwx90",fontsize=16,color="green",shape="box"];2632[label="vwx910",fontsize=16,color="green",shape="box"];2633[label="vwx1000",fontsize=16,color="green",shape="box"];1680[label="Succ (Succ (primPlusNat vwx4100 vwx401000))",fontsize=16,color="green",shape="box"];1680 -> 1704[label="",style="dashed", color="green", weight=3]; 18.31/7.23 1681[label="Succ vwx4100",fontsize=16,color="green",shape="box"];1682[label="Succ vwx401000",fontsize=16,color="green",shape="box"];1683[label="Zero",fontsize=16,color="green",shape="box"];2634[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];2634 -> 2644[label="",style="solid", color="black", weight=3]; 18.31/7.23 2635[label="LT",fontsize=16,color="green",shape="box"];2636[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];2636 -> 2645[label="",style="solid", color="black", weight=3]; 18.31/7.23 2637[label="LT",fontsize=16,color="green",shape="box"];2638[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];2638 -> 2646[label="",style="solid", color="black", weight=3]; 18.31/7.23 2639[label="LT",fontsize=16,color="green",shape="box"];2640[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];2640 -> 2647[label="",style="solid", color="black", weight=3]; 18.31/7.23 2641[label="LT",fontsize=16,color="green",shape="box"];2642[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];2642 -> 2648[label="",style="solid", color="black", weight=3]; 18.31/7.23 2643[label="LT",fontsize=16,color="green",shape="box"];1704 -> 1558[label="",style="dashed", color="red", weight=0]; 18.31/7.23 1704[label="primPlusNat vwx4100 vwx401000",fontsize=16,color="magenta"];1704 -> 1737[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 1704 -> 1738[label="",style="dashed", color="magenta", weight=3]; 18.31/7.23 2644[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2644 -> 2649[label="",style="solid", color="black", weight=3]; 18.31/7.23 2645[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2645 -> 2650[label="",style="solid", color="black", weight=3]; 18.31/7.23 2646[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2646 -> 2651[label="",style="solid", color="black", weight=3]; 18.31/7.23 2647[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2647 -> 2652[label="",style="solid", color="black", weight=3]; 18.31/7.23 2648[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2648 -> 2653[label="",style="solid", color="black", weight=3]; 18.31/7.23 1737[label="vwx4100",fontsize=16,color="green",shape="box"];1738[label="vwx401000",fontsize=16,color="green",shape="box"];2649[label="GT",fontsize=16,color="green",shape="box"];2650[label="GT",fontsize=16,color="green",shape="box"];2651[label="GT",fontsize=16,color="green",shape="box"];2652[label="GT",fontsize=16,color="green",shape="box"];2653[label="GT",fontsize=16,color="green",shape="box"];} 18.31/7.23 18.31/7.23 ---------------------------------------- 18.31/7.23 18.31/7.23 (14) 18.31/7.23 Complex Obligation (AND) 18.31/7.23 18.31/7.23 ---------------------------------------- 18.31/7.23 18.31/7.23 (15) 18.31/7.23 Obligation: 18.31/7.23 Q DP problem: 18.31/7.23 The TRS P consists of the following rules: 18.31/7.23 18.31/7.23 new_primCmpNat(Succ(vwx900), Succ(vwx1000)) -> new_primCmpNat(vwx900, vwx1000) 18.31/7.23 18.31/7.23 R is empty. 18.31/7.23 Q is empty. 18.31/7.23 We have to consider all minimal (P,Q,R)-chains. 18.31/7.23 ---------------------------------------- 18.31/7.23 18.31/7.23 (16) QDPSizeChangeProof (EQUIVALENT) 18.31/7.23 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. 18.31/7.23 18.31/7.23 From the DPs we obtained the following set of size-change graphs: 18.31/7.23 *new_primCmpNat(Succ(vwx900), Succ(vwx1000)) -> new_primCmpNat(vwx900, vwx1000) 18.31/7.23 The graph contains the following edges 1 > 1, 2 > 2 18.31/7.23 18.31/7.23 18.31/7.23 ---------------------------------------- 18.31/7.23 18.31/7.23 (17) 18.31/7.23 YES 18.31/7.23 18.31/7.23 ---------------------------------------- 18.31/7.23 18.31/7.23 (18) 18.31/7.23 Obligation: 18.31/7.23 Q DP problem: 18.31/7.23 The TRS P consists of the following rules: 18.31/7.23 18.31/7.23 new_ltEs(Right(vwx90), Right(vwx100), cb, app(ty_Maybe, dd)) -> new_ltEs3(vwx90, vwx100, dd) 18.31/7.23 new_ltEs0(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(ty_@2, ee), ef), dg, dh) -> new_compare21(vwx90, vwx100, new_esEs6(vwx90, vwx100, ee, ef), ee, ef) 18.31/7.23 new_primCompAux(vwx90, vwx100, vwx67, app(ty_Maybe, bae)) -> new_compare5(vwx90, vwx100, bae) 18.31/7.23 new_compare20(vwx90, vwx100, False, ea, eb, ec) -> new_ltEs0(vwx90, vwx100, ea, eb, ec) 18.31/7.23 new_compare21(vwx90, vwx100, False, ee, ef) -> new_ltEs2(vwx90, vwx100, ee, ef) 18.31/7.23 new_ltEs0(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), eh, dg, app(app(app(ty_@3, ge), gf), gg)) -> new_ltEs0(vwx92, vwx102, ge, gf, gg) 18.31/7.23 new_ltEs0(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(ty_Maybe, eg), dg, dh) -> new_compare22(vwx90, vwx100, new_esEs7(vwx90, vwx100, eg), eg) 18.31/7.23 new_ltEs2(@2(vwx90, vwx91), @2(vwx100, vwx101), bbh, app(app(app(ty_@3, bcc), bcd), bce)) -> new_ltEs0(vwx91, vwx101, bcc, bcd, bce) 18.31/7.23 new_ltEs2(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(app(ty_@3, bba), bbb), bbc), bah) -> new_lt0(vwx90, vwx100, bba, bbb, bbc) 18.31/7.23 new_ltEs(Right(vwx90), Right(vwx100), cb, app(app(ty_Either, cc), cd)) -> new_ltEs(vwx90, vwx100, cc, cd) 18.31/7.23 new_ltEs3(Just(vwx90), Just(vwx100), app(ty_Maybe, beb)) -> new_ltEs3(vwx90, vwx100, beb) 18.31/7.23 new_lt3(vwx90, vwx100, eg) -> new_compare22(vwx90, vwx100, new_esEs7(vwx90, vwx100, eg), eg) 18.31/7.23 new_ltEs(Left(vwx90), Left(vwx100), app(app(ty_@2, bg), bh), bb) -> new_ltEs2(vwx90, vwx100, bg, bh) 18.31/7.23 new_ltEs(Left(vwx90), Left(vwx100), app(ty_[], bf), bb) -> new_ltEs1(vwx90, vwx100, bf) 18.31/7.23 new_ltEs0(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(ty_[], ed), dg, dh) -> new_compare(vwx90, vwx100, ed) 18.31/7.23 new_ltEs3(Just(vwx90), Just(vwx100), app(app(ty_@2, bdh), bea)) -> new_ltEs2(vwx90, vwx100, bdh, bea) 18.31/7.23 new_ltEs0(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), eh, dg, app(app(ty_Either, gc), gd)) -> new_ltEs(vwx92, vwx102, gc, gd) 18.31/7.23 new_ltEs0(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), eh, app(ty_Maybe, gb), dh) -> new_lt3(vwx91, vwx101, gb) 18.31/7.23 new_lt(vwx90, vwx100, de, df) -> new_compare2(vwx90, vwx100, new_esEs4(vwx90, vwx100, de, df), de, df) 18.31/7.23 new_lt0(vwx90, vwx100, ea, eb, ec) -> new_compare20(vwx90, vwx100, new_esEs5(vwx90, vwx100, ea, eb, ec), ea, eb, ec) 18.31/7.23 new_compare1(vwx90, vwx100, ea, eb, ec) -> new_compare20(vwx90, vwx100, new_esEs5(vwx90, vwx100, ea, eb, ec), ea, eb, ec) 18.31/7.23 new_ltEs0(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), eh, app(app(app(ty_@3, fc), fd), ff), dh) -> new_lt0(vwx91, vwx101, fc, fd, ff) 18.31/7.23 new_ltEs(Left(vwx90), Left(vwx100), app(ty_Maybe, ca), bb) -> new_ltEs3(vwx90, vwx100, ca) 18.31/7.23 new_compare4(vwx90, vwx100, ee, ef) -> new_compare21(vwx90, vwx100, new_esEs6(vwx90, vwx100, ee, ef), ee, ef) 18.31/7.23 new_ltEs3(Just(vwx90), Just(vwx100), app(app(ty_Either, bdb), bdc)) -> new_ltEs(vwx90, vwx100, bdb, bdc) 18.31/7.23 new_ltEs2(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(ty_@2, bbe), bbf), bah) -> new_lt2(vwx90, vwx100, bbe, bbf) 18.31/7.23 new_ltEs0(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), eh, app(app(ty_Either, fa), fb), dh) -> new_lt(vwx91, vwx101, fa, fb) 18.40/7.23 new_ltEs2(@2(vwx90, vwx91), @2(vwx100, vwx101), bbh, app(app(ty_@2, bcg), bch)) -> new_ltEs2(vwx91, vwx101, bcg, bch) 18.40/7.23 new_ltEs0(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), eh, dg, app(ty_Maybe, hc)) -> new_ltEs3(vwx92, vwx102, hc) 18.40/7.23 new_ltEs2(@2(vwx90, vwx91), @2(vwx100, vwx101), bbh, app(ty_[], bcf)) -> new_ltEs1(vwx91, vwx101, bcf) 18.40/7.23 new_primCompAux(vwx90, vwx100, vwx67, app(ty_[], bab)) -> new_compare(vwx90, vwx100, bab) 18.40/7.23 new_ltEs1(:(vwx90, vwx91), :(vwx100, vwx101), hd) -> new_primCompAux(vwx90, vwx100, new_compare3(vwx91, vwx101, hd), hd) 18.40/7.23 new_ltEs3(Just(vwx90), Just(vwx100), app(app(app(ty_@3, bdd), bde), bdf)) -> new_ltEs0(vwx90, vwx100, bdd, bde, bdf) 18.40/7.23 new_ltEs0(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), eh, dg, app(app(ty_@2, ha), hb)) -> new_ltEs2(vwx92, vwx102, ha, hb) 18.40/7.23 new_ltEs(Left(vwx90), Left(vwx100), app(app(ty_Either, h), ba), bb) -> new_ltEs(vwx90, vwx100, h, ba) 18.40/7.23 new_ltEs(Right(vwx90), Right(vwx100), cb, app(app(ty_@2, db), dc)) -> new_ltEs2(vwx90, vwx100, db, dc) 18.40/7.23 new_ltEs0(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), eh, dg, app(ty_[], gh)) -> new_ltEs1(vwx92, vwx102, gh) 18.40/7.23 new_primCompAux(vwx90, vwx100, vwx67, app(app(ty_Either, he), hf)) -> new_compare0(vwx90, vwx100, he, hf) 18.40/7.23 new_ltEs0(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(app(ty_@3, ea), eb), ec), dg, dh) -> new_compare20(vwx90, vwx100, new_esEs5(vwx90, vwx100, ea, eb, ec), ea, eb, ec) 18.40/7.23 new_ltEs2(@2(vwx90, vwx91), @2(vwx100, vwx101), bbh, app(ty_Maybe, bda)) -> new_ltEs3(vwx91, vwx101, bda) 18.40/7.23 new_ltEs0(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), eh, app(ty_[], fg), dh) -> new_lt1(vwx91, vwx101, fg) 18.40/7.23 new_compare0(vwx90, vwx100, de, df) -> new_compare2(vwx90, vwx100, new_esEs4(vwx90, vwx100, de, df), de, df) 18.40/7.23 new_compare(:(vwx90, vwx91), :(vwx100, vwx101), hd) -> new_compare(vwx91, vwx101, hd) 18.40/7.23 new_primCompAux(vwx90, vwx100, vwx67, app(app(ty_@2, bac), bad)) -> new_compare4(vwx90, vwx100, bac, bad) 18.40/7.23 new_lt2(vwx90, vwx100, ee, ef) -> new_compare21(vwx90, vwx100, new_esEs6(vwx90, vwx100, ee, ef), ee, ef) 18.40/7.23 new_ltEs0(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(ty_Either, de), df), dg, dh) -> new_compare2(vwx90, vwx100, new_esEs4(vwx90, vwx100, de, df), de, df) 18.40/7.23 new_compare2(vwx90, vwx100, False, de, df) -> new_ltEs(vwx90, vwx100, de, df) 18.40/7.23 new_ltEs2(@2(vwx90, vwx91), @2(vwx100, vwx101), app(ty_Maybe, bbg), bah) -> new_lt3(vwx90, vwx100, bbg) 18.40/7.23 new_ltEs2(@2(vwx90, vwx91), @2(vwx100, vwx101), bbh, app(app(ty_Either, bca), bcb)) -> new_ltEs(vwx91, vwx101, bca, bcb) 18.40/7.23 new_ltEs3(Just(vwx90), Just(vwx100), app(ty_[], bdg)) -> new_ltEs1(vwx90, vwx100, bdg) 18.40/7.23 new_ltEs1(:(vwx90, vwx91), :(vwx100, vwx101), hd) -> new_compare(vwx91, vwx101, hd) 18.40/7.23 new_ltEs(Left(vwx90), Left(vwx100), app(app(app(ty_@3, bc), bd), be), bb) -> new_ltEs0(vwx90, vwx100, bc, bd, be) 18.40/7.23 new_compare(:(vwx90, vwx91), :(vwx100, vwx101), hd) -> new_primCompAux(vwx90, vwx100, new_compare3(vwx91, vwx101, hd), hd) 18.40/7.23 new_compare22(vwx90, vwx100, False, eg) -> new_ltEs3(vwx90, vwx100, eg) 18.40/7.23 new_ltEs0(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), eh, app(app(ty_@2, fh), ga), dh) -> new_lt2(vwx91, vwx101, fh, ga) 18.40/7.23 new_ltEs2(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(ty_Either, baf), bag), bah) -> new_lt(vwx90, vwx100, baf, bag) 18.40/7.23 new_ltEs2(@2(vwx90, vwx91), @2(vwx100, vwx101), app(ty_[], bbd), bah) -> new_lt1(vwx90, vwx100, bbd) 18.40/7.23 new_lt1(vwx90, vwx100, ed) -> new_compare(vwx90, vwx100, ed) 18.40/7.23 new_compare5(vwx90, vwx100, eg) -> new_compare22(vwx90, vwx100, new_esEs7(vwx90, vwx100, eg), eg) 18.40/7.23 new_ltEs(Right(vwx90), Right(vwx100), cb, app(ty_[], da)) -> new_ltEs1(vwx90, vwx100, da) 18.40/7.23 new_primCompAux(vwx90, vwx100, vwx67, app(app(app(ty_@3, hg), hh), baa)) -> new_compare1(vwx90, vwx100, hg, hh, baa) 18.40/7.23 new_ltEs(Right(vwx90), Right(vwx100), cb, app(app(app(ty_@3, ce), cf), cg)) -> new_ltEs0(vwx90, vwx100, ce, cf, cg) 18.40/7.23 18.40/7.23 The TRS R consists of the following rules: 18.40/7.23 18.40/7.23 new_lt20(vwx90, vwx100, ty_Double) -> new_lt12(vwx90, vwx100) 18.40/7.23 new_ltEs7(Left(vwx90), Left(vwx100), app(app(ty_Either, h), ba), bb) -> new_ltEs7(vwx90, vwx100, h, ba) 18.40/7.23 new_ltEs7(Right(vwx90), Left(vwx100), cb, bb) -> False 18.40/7.23 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 18.40/7.23 new_primCmpInt(Neg(Succ(vwx900)), Pos(vwx100)) -> LT 18.40/7.23 new_esEs26(vwx90, vwx100, app(ty_Ratio, dbd)) -> new_esEs19(vwx90, vwx100, dbd) 18.40/7.23 new_esEs28(vwx300, vwx400, ty_Int) -> new_esEs18(vwx300, vwx400) 18.40/7.23 new_esEs23(vwx300, vwx400, app(ty_[], daa)) -> new_esEs17(vwx300, vwx400, daa) 18.40/7.23 new_esEs4(Right(vwx300), Right(vwx400), cef, ty_Char) -> new_esEs13(vwx300, vwx400) 18.40/7.23 new_pePe(True, vwx66) -> True 18.40/7.23 new_esEs4(Left(vwx300), Left(vwx400), app(ty_Ratio, cec), cde) -> new_esEs19(vwx300, vwx400, cec) 18.40/7.23 new_ltEs18(vwx92, vwx102, app(app(ty_Either, gc), gd)) -> new_ltEs7(vwx92, vwx102, gc, gd) 18.40/7.23 new_ltEs18(vwx92, vwx102, ty_Ordering) -> new_ltEs14(vwx92, vwx102) 18.40/7.23 new_lt4(vwx90, vwx100, ee, ef) -> new_esEs8(new_compare6(vwx90, vwx100, ee, ef), LT) 18.40/7.23 new_lt7(vwx90, vwx100, de, df) -> new_esEs8(new_compare12(vwx90, vwx100, de, df), LT) 18.40/7.23 new_compare29(@0, @0) -> EQ 18.40/7.23 new_lt20(vwx90, vwx100, ty_Bool) -> new_lt15(vwx90, vwx100) 18.40/7.23 new_esEs4(Left(vwx300), Right(vwx400), cef, cde) -> False 18.40/7.23 new_esEs4(Right(vwx300), Left(vwx400), cef, cde) -> False 18.40/7.23 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 18.40/7.23 new_compare110(vwx90, vwx100, False, eg) -> GT 18.40/7.23 new_primCmpInt(Pos(Zero), Neg(Succ(vwx1000))) -> GT 18.40/7.23 new_esEs11(vwx300, vwx400, app(ty_Ratio, caa)) -> new_esEs19(vwx300, vwx400, caa) 18.40/7.23 new_esEs21(vwx300, vwx400, app(app(ty_@2, cca), ccb)) -> new_esEs6(vwx300, vwx400, cca, ccb) 18.40/7.23 new_esEs24(vwx91, vwx101, ty_Ordering) -> new_esEs8(vwx91, vwx101) 18.40/7.23 new_esEs7(Just(vwx300), Just(vwx400), app(ty_Maybe, cah)) -> new_esEs7(vwx300, vwx400, cah) 18.40/7.23 new_ltEs8(Just(vwx90), Just(vwx100), app(app(ty_@2, bdh), bea)) -> new_ltEs13(vwx90, vwx100, bdh, bea) 18.40/7.23 new_esEs4(Right(vwx300), Right(vwx400), cef, app(ty_Ratio, cff)) -> new_esEs19(vwx300, vwx400, cff) 18.40/7.23 new_esEs22(vwx301, vwx401, app(app(ty_Either, chd), che)) -> new_esEs4(vwx301, vwx401, chd, che) 18.40/7.23 new_compare210(vwx90, vwx100, True, ea, eb, ec) -> EQ 18.40/7.23 new_primCmpInt(Neg(Succ(vwx900)), Neg(vwx100)) -> new_primCmpNat0(vwx100, Succ(vwx900)) 18.40/7.23 new_ltEs19(vwx91, vwx101, app(ty_[], bcf)) -> new_ltEs12(vwx91, vwx101, bcf) 18.40/7.23 new_esEs27(vwx301, vwx401, ty_Integer) -> new_esEs16(vwx301, vwx401) 18.40/7.23 new_esEs23(vwx300, vwx400, ty_Integer) -> new_esEs16(vwx300, vwx400) 18.40/7.23 new_compare111(vwx90, vwx100, True, ee, ef) -> LT 18.40/7.23 new_esEs11(vwx300, vwx400, ty_@0) -> new_esEs14(vwx300, vwx400) 18.40/7.23 new_compare30(vwx90, vwx100, ty_Integer) -> new_compare17(vwx90, vwx100) 18.40/7.23 new_lt20(vwx90, vwx100, ty_Ordering) -> new_lt10(vwx90, vwx100) 18.40/7.23 new_ltEs4(False, True) -> True 18.40/7.23 new_primCompAux0(vwx77, GT) -> GT 18.40/7.23 new_esEs9(vwx302, vwx402, ty_@0) -> new_esEs14(vwx302, vwx402) 18.40/7.23 new_esEs4(Left(vwx300), Left(vwx400), ty_Float, cde) -> new_esEs12(vwx300, vwx400) 18.40/7.23 new_compare3([], [], hd) -> EQ 18.40/7.23 new_esEs25(vwx90, vwx100, ty_Char) -> new_esEs13(vwx90, vwx100) 18.40/7.23 new_ltEs18(vwx92, vwx102, ty_Float) -> new_ltEs5(vwx92, vwx102) 18.40/7.23 new_ltEs7(Left(vwx90), Left(vwx100), ty_Int, bb) -> new_ltEs15(vwx90, vwx100) 18.40/7.23 new_esEs8(GT, GT) -> True 18.40/7.23 new_primEqInt(Pos(Succ(vwx3000)), Pos(Zero)) -> False 18.40/7.23 new_primEqInt(Pos(Zero), Pos(Succ(vwx4000))) -> False 18.40/7.23 new_esEs9(vwx302, vwx402, app(ty_Ratio, bfe)) -> new_esEs19(vwx302, vwx402, bfe) 18.40/7.23 new_lt12(vwx90, vwx100) -> new_esEs8(new_compare19(vwx90, vwx100), LT) 18.40/7.23 new_esEs23(vwx300, vwx400, ty_Bool) -> new_esEs20(vwx300, vwx400) 18.40/7.23 new_lt14(vwx91, vwx101, ty_Ordering) -> new_lt10(vwx91, vwx101) 18.40/7.23 new_esEs8(EQ, EQ) -> True 18.40/7.23 new_primEqNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat0(vwx3000, vwx4000) 18.40/7.23 new_lt13(vwx90, vwx100, app(ty_Ratio, cad)) -> new_lt6(vwx90, vwx100, cad) 18.40/7.23 new_primCompAux0(vwx77, LT) -> LT 18.40/7.23 new_esEs9(vwx302, vwx402, ty_Char) -> new_esEs13(vwx302, vwx402) 18.40/7.23 new_lt13(vwx90, vwx100, ty_Char) -> new_lt9(vwx90, vwx100) 18.40/7.23 new_ltEs7(Left(vwx90), Left(vwx100), ty_@0, bb) -> new_ltEs9(vwx90, vwx100) 18.40/7.23 new_not(True) -> False 18.40/7.23 new_ltEs18(vwx92, vwx102, ty_Integer) -> new_ltEs16(vwx92, vwx102) 18.40/7.23 new_esEs4(Left(vwx300), Left(vwx400), ty_Bool, cde) -> new_esEs20(vwx300, vwx400) 18.40/7.23 new_primCmpNat0(Zero, Zero) -> EQ 18.40/7.23 new_esEs7(Just(vwx300), Just(vwx400), app(app(app(ty_@3, cbb), cbc), cbd)) -> new_esEs5(vwx300, vwx400, cbb, cbc, cbd) 18.40/7.23 new_lt18(vwx90, vwx100, eg) -> new_esEs8(new_compare28(vwx90, vwx100, eg), LT) 18.40/7.23 new_esEs24(vwx91, vwx101, ty_Int) -> new_esEs18(vwx91, vwx101) 18.40/7.23 new_compare30(vwx90, vwx100, ty_Ordering) -> new_compare7(vwx90, vwx100) 18.40/7.23 new_esEs10(vwx301, vwx401, app(app(ty_@2, bfh), bga)) -> new_esEs6(vwx301, vwx401, bfh, bga) 18.40/7.23 new_lt14(vwx91, vwx101, ty_Char) -> new_lt9(vwx91, vwx101) 18.40/7.23 new_compare11(vwx90, vwx100, False) -> GT 18.40/7.23 new_esEs22(vwx301, vwx401, app(ty_Ratio, chc)) -> new_esEs19(vwx301, vwx401, chc) 18.40/7.23 new_esEs11(vwx300, vwx400, ty_Char) -> new_esEs13(vwx300, vwx400) 18.40/7.23 new_esEs19(:%(vwx300, vwx301), :%(vwx400, vwx401), dbf) -> new_asAs(new_esEs28(vwx300, vwx400, dbf), new_esEs27(vwx301, vwx401, dbf)) 18.40/7.23 new_esEs10(vwx301, vwx401, ty_Ordering) -> new_esEs8(vwx301, vwx401) 18.40/7.23 new_esEs15(Double(vwx300, vwx301), Double(vwx400, vwx401)) -> new_esEs18(new_sr0(vwx300, vwx401), new_sr0(vwx301, vwx400)) 18.40/7.23 new_compare25(vwx90, vwx100, False, de, df) -> new_compare18(vwx90, vwx100, new_ltEs7(vwx90, vwx100, de, df), de, df) 18.40/7.23 new_ltEs11(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), eh, dg, dh) -> new_pePe(new_lt13(vwx90, vwx100, eh), new_asAs(new_esEs25(vwx90, vwx100, eh), new_pePe(new_lt14(vwx91, vwx101, dg), new_asAs(new_esEs24(vwx91, vwx101, dg), new_ltEs18(vwx92, vwx102, dh))))) 18.40/7.23 new_esEs21(vwx300, vwx400, ty_@0) -> new_esEs14(vwx300, vwx400) 18.40/7.23 new_primEqNat0(Succ(vwx3000), Zero) -> False 18.40/7.23 new_primEqNat0(Zero, Succ(vwx4000)) -> False 18.40/7.23 new_lt13(vwx90, vwx100, app(app(app(ty_@3, ea), eb), ec)) -> new_lt8(vwx90, vwx100, ea, eb, ec) 18.40/7.23 new_esEs14(@0, @0) -> True 18.40/7.23 new_compare112(vwx90, vwx100, False) -> GT 18.40/7.23 new_esEs23(vwx300, vwx400, ty_Int) -> new_esEs18(vwx300, vwx400) 18.40/7.23 new_ltEs7(Left(vwx90), Left(vwx100), ty_Bool, bb) -> new_ltEs4(vwx90, vwx100) 18.40/7.23 new_compare8(vwx9, vwx10) -> new_primCmpInt(vwx9, vwx10) 18.40/7.23 new_esEs4(Left(vwx300), Left(vwx400), ty_Int, cde) -> new_esEs18(vwx300, vwx400) 18.40/7.23 new_esEs11(vwx300, vwx400, app(app(ty_@2, bhb), bhc)) -> new_esEs6(vwx300, vwx400, bhb, bhc) 18.40/7.23 new_lt14(vwx91, vwx101, ty_Integer) -> new_lt19(vwx91, vwx101) 18.40/7.23 new_ltEs19(vwx91, vwx101, app(app(app(ty_@3, bcc), bcd), bce)) -> new_ltEs11(vwx91, vwx101, bcc, bcd, bce) 18.40/7.23 new_esEs22(vwx301, vwx401, ty_Double) -> new_esEs15(vwx301, vwx401) 18.40/7.23 new_lt14(vwx91, vwx101, app(app(ty_Either, fa), fb)) -> new_lt7(vwx91, vwx101, fa, fb) 18.40/7.23 new_lt20(vwx90, vwx100, app(app(ty_Either, baf), bag)) -> new_lt7(vwx90, vwx100, baf, bag) 18.40/7.23 new_lt20(vwx90, vwx100, ty_Integer) -> new_lt19(vwx90, vwx100) 18.40/7.23 new_compare23(vwx90, vwx100, False) -> new_compare112(vwx90, vwx100, new_ltEs14(vwx90, vwx100)) 18.40/7.23 new_esEs25(vwx90, vwx100, app(app(app(ty_@3, ea), eb), ec)) -> new_esEs5(vwx90, vwx100, ea, eb, ec) 18.40/7.23 new_esEs7(Just(vwx300), Just(vwx400), ty_Int) -> new_esEs18(vwx300, vwx400) 18.40/7.23 new_ltEs14(EQ, EQ) -> True 18.40/7.23 new_ltEs18(vwx92, vwx102, ty_Char) -> new_ltEs17(vwx92, vwx102) 18.40/7.23 new_compare17(Integer(vwx90), Integer(vwx100)) -> new_primCmpInt(vwx90, vwx100) 18.40/7.23 new_esEs4(Left(vwx300), Left(vwx400), app(app(ty_@2, cdc), cdd), cde) -> new_esEs6(vwx300, vwx400, cdc, cdd) 18.40/7.23 new_esEs20(False, True) -> False 18.40/7.23 new_esEs20(True, False) -> False 18.40/7.23 new_ltEs18(vwx92, vwx102, app(app(app(ty_@3, ge), gf), gg)) -> new_ltEs11(vwx92, vwx102, ge, gf, gg) 18.40/7.23 new_lt20(vwx90, vwx100, ty_Char) -> new_lt9(vwx90, vwx100) 18.40/7.23 new_primCmpInt(Pos(Succ(vwx900)), Neg(vwx100)) -> GT 18.40/7.23 new_lt14(vwx91, vwx101, ty_Bool) -> new_lt15(vwx91, vwx101) 18.40/7.23 new_compare10(vwx90, vwx100) -> new_compare24(vwx90, vwx100, new_esEs20(vwx90, vwx100)) 18.40/7.23 new_lt13(vwx90, vwx100, ty_Integer) -> new_lt19(vwx90, vwx100) 18.40/7.23 new_ltEs14(EQ, LT) -> False 18.40/7.23 new_esEs24(vwx91, vwx101, app(app(app(ty_@3, fc), fd), ff)) -> new_esEs5(vwx91, vwx101, fc, fd, ff) 18.40/7.23 new_lt14(vwx91, vwx101, ty_Double) -> new_lt12(vwx91, vwx101) 18.40/7.23 new_primPlusNat1(Succ(vwx4100), Succ(vwx401000)) -> Succ(Succ(new_primPlusNat1(vwx4100, vwx401000))) 18.40/7.23 new_esEs26(vwx90, vwx100, ty_@0) -> new_esEs14(vwx90, vwx100) 18.40/7.23 new_primCmpNat0(Zero, Succ(vwx1000)) -> LT 18.40/7.23 new_ltEs19(vwx91, vwx101, ty_Double) -> new_ltEs10(vwx91, vwx101) 18.40/7.23 new_ltEs7(Right(vwx90), Right(vwx100), cb, ty_Float) -> new_ltEs5(vwx90, vwx100) 18.40/7.23 new_esEs9(vwx302, vwx402, app(app(ty_@2, bef), beg)) -> new_esEs6(vwx302, vwx402, bef, beg) 18.40/7.23 new_esEs21(vwx300, vwx400, app(app(app(ty_@3, cce), ccf), ccg)) -> new_esEs5(vwx300, vwx400, cce, ccf, ccg) 18.40/7.23 new_sr(Integer(vwx1000), Integer(vwx910)) -> Integer(new_primMulInt(vwx1000, vwx910)) 18.40/7.23 new_primCmpNat0(Succ(vwx900), Zero) -> GT 18.40/7.23 new_lt13(vwx90, vwx100, ty_Double) -> new_lt12(vwx90, vwx100) 18.40/7.23 new_compare30(vwx90, vwx100, ty_@0) -> new_compare29(vwx90, vwx100) 18.40/7.23 new_ltEs19(vwx91, vwx101, app(app(ty_Either, bca), bcb)) -> new_ltEs7(vwx91, vwx101, bca, bcb) 18.40/7.23 new_pePe(False, vwx66) -> vwx66 18.40/7.23 new_compare3([], :(vwx100, vwx101), hd) -> LT 18.40/7.23 new_esEs7(Nothing, Just(vwx400), cae) -> False 18.40/7.23 new_esEs7(Just(vwx300), Nothing, cae) -> False 18.40/7.23 new_esEs22(vwx301, vwx401, app(app(ty_@2, cgd), cge)) -> new_esEs6(vwx301, vwx401, cgd, cge) 18.40/7.23 new_esEs20(False, False) -> True 18.40/7.23 new_ltEs8(Just(vwx90), Just(vwx100), ty_Int) -> new_ltEs15(vwx90, vwx100) 18.40/7.23 new_lt9(vwx90, vwx100) -> new_esEs8(new_compare16(vwx90, vwx100), LT) 18.40/7.23 new_esEs4(Left(vwx300), Left(vwx400), ty_Ordering, cde) -> new_esEs8(vwx300, vwx400) 18.40/7.23 new_ltEs18(vwx92, vwx102, app(ty_[], gh)) -> new_ltEs12(vwx92, vwx102, gh) 18.40/7.23 new_ltEs7(Right(vwx90), Right(vwx100), cb, ty_Integer) -> new_ltEs16(vwx90, vwx100) 18.40/7.23 new_compare25(vwx90, vwx100, True, de, df) -> EQ 18.40/7.23 new_ltEs7(Right(vwx90), Right(vwx100), cb, app(ty_Maybe, dd)) -> new_ltEs8(vwx90, vwx100, dd) 18.40/7.23 new_ltEs18(vwx92, vwx102, ty_@0) -> new_ltEs9(vwx92, vwx102) 18.40/7.23 new_esEs21(vwx300, vwx400, app(app(ty_Either, cda), cdb)) -> new_esEs4(vwx300, vwx400, cda, cdb) 18.40/7.23 new_esEs10(vwx301, vwx401, app(ty_Maybe, bgb)) -> new_esEs7(vwx301, vwx401, bgb) 18.40/7.23 new_esEs25(vwx90, vwx100, app(ty_Ratio, cad)) -> new_esEs19(vwx90, vwx100, cad) 18.40/7.23 new_esEs27(vwx301, vwx401, ty_Int) -> new_esEs18(vwx301, vwx401) 18.40/7.23 new_esEs17([], [], cbh) -> True 18.40/7.23 new_esEs8(LT, EQ) -> False 18.40/7.23 new_esEs8(EQ, LT) -> False 18.40/7.23 new_primEqInt(Pos(Zero), Neg(Succ(vwx4000))) -> False 18.40/7.23 new_primEqInt(Neg(Zero), Pos(Succ(vwx4000))) -> False 18.40/7.23 new_esEs24(vwx91, vwx101, ty_Char) -> new_esEs13(vwx91, vwx101) 18.40/7.23 new_compare30(vwx90, vwx100, app(app(ty_Either, he), hf)) -> new_compare12(vwx90, vwx100, he, hf) 18.40/7.23 new_esEs7(Nothing, Nothing, cae) -> True 18.40/7.23 new_compare30(vwx90, vwx100, ty_Int) -> new_compare8(vwx90, vwx100) 18.40/7.23 new_compare30(vwx90, vwx100, ty_Bool) -> new_compare10(vwx90, vwx100) 18.40/7.23 new_esEs26(vwx90, vwx100, ty_Bool) -> new_esEs20(vwx90, vwx100) 18.40/7.23 new_esEs21(vwx300, vwx400, ty_Ordering) -> new_esEs8(vwx300, vwx400) 18.40/7.23 new_esEs24(vwx91, vwx101, app(app(ty_@2, fh), ga)) -> new_esEs6(vwx91, vwx101, fh, ga) 18.40/7.23 new_ltEs19(vwx91, vwx101, ty_Ordering) -> new_ltEs14(vwx91, vwx101) 18.40/7.23 new_compare12(vwx90, vwx100, de, df) -> new_compare25(vwx90, vwx100, new_esEs4(vwx90, vwx100, de, df), de, df) 18.40/7.23 new_lt14(vwx91, vwx101, app(app(ty_@2, fh), ga)) -> new_lt4(vwx91, vwx101, fh, ga) 18.40/7.23 new_ltEs14(EQ, GT) -> True 18.40/7.23 new_compare7(vwx90, vwx100) -> new_compare23(vwx90, vwx100, new_esEs8(vwx90, vwx100)) 18.40/7.23 new_ltEs14(GT, EQ) -> False 18.40/7.23 new_esEs6(@2(vwx300, vwx301), @2(vwx400, vwx401), cgb, cgc) -> new_asAs(new_esEs23(vwx300, vwx400, cgb), new_esEs22(vwx301, vwx401, cgc)) 18.40/7.23 new_primEqInt(Neg(Succ(vwx3000)), Neg(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 18.40/7.23 new_esEs25(vwx90, vwx100, ty_Ordering) -> new_esEs8(vwx90, vwx100) 18.40/7.23 new_esEs11(vwx300, vwx400, app(app(app(ty_@3, bhf), bhg), bhh)) -> new_esEs5(vwx300, vwx400, bhf, bhg, bhh) 18.40/7.23 new_ltEs7(Right(vwx90), Right(vwx100), cb, app(app(app(ty_@3, ce), cf), cg)) -> new_ltEs11(vwx90, vwx100, ce, cf, cg) 18.40/7.23 new_esEs28(vwx300, vwx400, ty_Integer) -> new_esEs16(vwx300, vwx400) 18.40/7.23 new_primCmpInt(Neg(Zero), Pos(Succ(vwx1000))) -> LT 18.40/7.23 new_primMulInt(Pos(vwx3000), Pos(vwx4010)) -> Pos(new_primMulNat0(vwx3000, vwx4010)) 18.40/7.23 new_ltEs8(Just(vwx90), Just(vwx100), app(app(app(ty_@3, bdd), bde), bdf)) -> new_ltEs11(vwx90, vwx100, bdd, bde, bdf) 18.40/7.23 new_esEs25(vwx90, vwx100, app(ty_Maybe, eg)) -> new_esEs7(vwx90, vwx100, eg) 18.40/7.23 new_ltEs7(Right(vwx90), Right(vwx100), cb, app(app(ty_Either, cc), cd)) -> new_ltEs7(vwx90, vwx100, cc, cd) 18.40/7.23 new_ltEs8(Just(vwx90), Just(vwx100), ty_Double) -> new_ltEs10(vwx90, vwx100) 18.40/7.23 new_esEs23(vwx300, vwx400, app(app(ty_Either, daf), dag)) -> new_esEs4(vwx300, vwx400, daf, dag) 18.40/7.23 new_ltEs14(LT, GT) -> True 18.40/7.23 new_ltEs18(vwx92, vwx102, ty_Double) -> new_ltEs10(vwx92, vwx102) 18.40/7.23 new_ltEs14(GT, GT) -> True 18.40/7.23 new_compare18(vwx90, vwx100, False, de, df) -> GT 18.40/7.23 new_primCompAux1(vwx90, vwx100, vwx67, hd) -> new_primCompAux0(vwx67, new_compare30(vwx90, vwx100, hd)) 18.40/7.23 new_esEs26(vwx90, vwx100, app(app(ty_@2, bbe), bbf)) -> new_esEs6(vwx90, vwx100, bbe, bbf) 18.40/7.23 new_esEs11(vwx300, vwx400, app(app(ty_Either, cab), cac)) -> new_esEs4(vwx300, vwx400, cab, cac) 18.40/7.23 new_esEs9(vwx302, vwx402, ty_Ordering) -> new_esEs8(vwx302, vwx402) 18.40/7.23 new_esEs25(vwx90, vwx100, ty_Int) -> new_esEs18(vwx90, vwx100) 18.40/7.23 new_ltEs19(vwx91, vwx101, app(ty_Maybe, bda)) -> new_ltEs8(vwx91, vwx101, bda) 18.40/7.23 new_primMulNat0(Succ(vwx30000), Zero) -> Zero 18.40/7.23 new_primMulNat0(Zero, Succ(vwx40100)) -> Zero 18.40/7.23 new_lt20(vwx90, vwx100, ty_Int) -> new_lt5(vwx90, vwx100) 18.40/7.23 new_lt13(vwx90, vwx100, ty_@0) -> new_lt16(vwx90, vwx100) 18.40/7.23 new_primPlusNat0(Zero, vwx40100) -> Succ(vwx40100) 18.40/7.23 new_ltEs7(Left(vwx90), Left(vwx100), ty_Ordering, bb) -> new_ltEs14(vwx90, vwx100) 18.40/7.23 new_lt13(vwx90, vwx100, ty_Bool) -> new_lt15(vwx90, vwx100) 18.40/7.23 new_esEs23(vwx300, vwx400, app(app(app(ty_@3, dab), dac), dad)) -> new_esEs5(vwx300, vwx400, dab, dac, dad) 18.40/7.23 new_esEs22(vwx301, vwx401, app(ty_Maybe, cgf)) -> new_esEs7(vwx301, vwx401, cgf) 18.40/7.23 new_compare26(vwx90, vwx100, True, eg) -> EQ 18.40/7.23 new_ltEs19(vwx91, vwx101, ty_Char) -> new_ltEs17(vwx91, vwx101) 18.40/7.23 new_ltEs7(Right(vwx90), Right(vwx100), cb, ty_Char) -> new_ltEs17(vwx90, vwx100) 18.40/7.23 new_esEs23(vwx300, vwx400, app(ty_Maybe, chh)) -> new_esEs7(vwx300, vwx400, chh) 18.40/7.23 new_esEs4(Right(vwx300), Right(vwx400), cef, ty_Float) -> new_esEs12(vwx300, vwx400) 18.40/7.23 new_lt14(vwx91, vwx101, app(ty_Maybe, gb)) -> new_lt18(vwx91, vwx101, gb) 18.40/7.23 new_compare30(vwx90, vwx100, app(ty_[], bab)) -> new_compare3(vwx90, vwx100, bab) 18.40/7.23 new_compare24(vwx90, vwx100, False) -> new_compare11(vwx90, vwx100, new_ltEs4(vwx90, vwx100)) 18.40/7.23 new_esEs10(vwx301, vwx401, app(app(ty_Either, bgh), bha)) -> new_esEs4(vwx301, vwx401, bgh, bha) 18.40/7.23 new_compare18(vwx90, vwx100, True, de, df) -> LT 18.40/7.23 new_esEs8(LT, LT) -> True 18.40/7.23 new_ltEs8(Just(vwx90), Just(vwx100), app(ty_[], bdg)) -> new_ltEs12(vwx90, vwx100, bdg) 18.40/7.23 new_ltEs19(vwx91, vwx101, ty_Integer) -> new_ltEs16(vwx91, vwx101) 18.40/7.23 new_ltEs17(vwx9, vwx10) -> new_not(new_esEs8(new_compare16(vwx9, vwx10), GT)) 18.40/7.23 new_compare14(Float(vwx90, Pos(vwx910)), Float(vwx100, Pos(vwx1010))) -> new_compare8(new_sr0(vwx90, Pos(vwx1010)), new_sr0(Pos(vwx910), vwx100)) 18.40/7.23 new_esEs7(Just(vwx300), Just(vwx400), ty_Ordering) -> new_esEs8(vwx300, vwx400) 18.40/7.23 new_compare13(vwx90, vwx100, False, ea, eb, ec) -> GT 18.40/7.23 new_esEs7(Just(vwx300), Just(vwx400), app(app(ty_@2, caf), cag)) -> new_esEs6(vwx300, vwx400, caf, cag) 18.40/7.23 new_compare6(vwx90, vwx100, ee, ef) -> new_compare27(vwx90, vwx100, new_esEs6(vwx90, vwx100, ee, ef), ee, ef) 18.40/7.23 new_primPlusNat1(Succ(vwx4100), Zero) -> Succ(vwx4100) 18.40/7.23 new_primPlusNat1(Zero, Succ(vwx401000)) -> Succ(vwx401000) 18.40/7.23 new_lt20(vwx90, vwx100, app(ty_Ratio, dbd)) -> new_lt6(vwx90, vwx100, dbd) 18.40/7.23 new_compare27(vwx90, vwx100, False, ee, ef) -> new_compare111(vwx90, vwx100, new_ltEs13(vwx90, vwx100, ee, ef), ee, ef) 18.40/7.23 new_esEs4(Right(vwx300), Right(vwx400), cef, ty_Double) -> new_esEs15(vwx300, vwx400) 18.40/7.23 new_esEs4(Right(vwx300), Right(vwx400), cef, app(app(app(ty_@3, cfc), cfd), cfe)) -> new_esEs5(vwx300, vwx400, cfc, cfd, cfe) 18.40/7.23 new_esEs24(vwx91, vwx101, app(ty_Maybe, gb)) -> new_esEs7(vwx91, vwx101, gb) 18.40/7.23 new_esEs11(vwx300, vwx400, ty_Ordering) -> new_esEs8(vwx300, vwx400) 18.40/7.23 new_lt5(vwx90, vwx100) -> new_esEs8(new_compare8(vwx90, vwx100), LT) 18.40/7.23 new_ltEs13(@2(vwx90, vwx91), @2(vwx100, vwx101), bbh, bah) -> new_pePe(new_lt20(vwx90, vwx100, bbh), new_asAs(new_esEs26(vwx90, vwx100, bbh), new_ltEs19(vwx91, vwx101, bah))) 18.40/7.23 new_esEs26(vwx90, vwx100, ty_Int) -> new_esEs18(vwx90, vwx100) 18.40/7.23 new_esEs9(vwx302, vwx402, app(app(ty_Either, bff), bfg)) -> new_esEs4(vwx302, vwx402, bff, bfg) 18.40/7.23 new_ltEs18(vwx92, vwx102, app(ty_Maybe, hc)) -> new_ltEs8(vwx92, vwx102, hc) 18.40/7.23 new_compare19(Double(vwx90, Pos(vwx910)), Double(vwx100, Neg(vwx1010))) -> new_compare8(new_sr0(vwx90, Pos(vwx1010)), new_sr0(Neg(vwx910), vwx100)) 18.40/7.23 new_compare19(Double(vwx90, Neg(vwx910)), Double(vwx100, Pos(vwx1010))) -> new_compare8(new_sr0(vwx90, Neg(vwx1010)), new_sr0(Pos(vwx910), vwx100)) 18.40/7.23 new_esEs4(Left(vwx300), Left(vwx400), app(ty_[], cdg), cde) -> new_esEs17(vwx300, vwx400, cdg) 18.40/7.23 new_lt14(vwx91, vwx101, ty_@0) -> new_lt16(vwx91, vwx101) 18.40/7.23 new_primMulInt(Neg(vwx3000), Neg(vwx4010)) -> Pos(new_primMulNat0(vwx3000, vwx4010)) 18.40/7.23 new_primCmpInt(Pos(Zero), Pos(Succ(vwx1000))) -> new_primCmpNat0(Zero, Succ(vwx1000)) 18.40/7.23 new_ltEs7(Right(vwx90), Right(vwx100), cb, app(ty_[], da)) -> new_ltEs12(vwx90, vwx100, da) 18.40/7.23 new_esEs9(vwx302, vwx402, app(app(app(ty_@3, bfb), bfc), bfd)) -> new_esEs5(vwx302, vwx402, bfb, bfc, bfd) 18.40/7.23 new_esEs4(Right(vwx300), Right(vwx400), cef, ty_@0) -> new_esEs14(vwx300, vwx400) 18.40/7.23 new_esEs25(vwx90, vwx100, app(app(ty_@2, ee), ef)) -> new_esEs6(vwx90, vwx100, ee, ef) 18.40/7.23 new_ltEs9(vwx9, vwx10) -> new_not(new_esEs8(new_compare29(vwx9, vwx10), GT)) 18.40/7.23 new_ltEs19(vwx91, vwx101, app(app(ty_@2, bcg), bch)) -> new_ltEs13(vwx91, vwx101, bcg, bch) 18.40/7.23 new_esEs4(Right(vwx300), Right(vwx400), cef, ty_Integer) -> new_esEs16(vwx300, vwx400) 18.40/7.23 new_ltEs7(Left(vwx90), Left(vwx100), app(ty_Ratio, dbg), bb) -> new_ltEs6(vwx90, vwx100, dbg) 18.40/7.23 new_esEs10(vwx301, vwx401, app(app(app(ty_@3, bgd), bge), bgf)) -> new_esEs5(vwx301, vwx401, bgd, bge, bgf) 18.40/7.23 new_lt17(vwx90, vwx100, ed) -> new_esEs8(new_compare3(vwx90, vwx100, ed), LT) 18.40/7.23 new_esEs23(vwx300, vwx400, ty_Ordering) -> new_esEs8(vwx300, vwx400) 18.40/7.23 new_esEs26(vwx90, vwx100, ty_Char) -> new_esEs13(vwx90, vwx100) 18.40/7.23 new_lt13(vwx90, vwx100, app(ty_[], ed)) -> new_lt17(vwx90, vwx100, ed) 18.40/7.23 new_lt13(vwx90, vwx100, ty_Float) -> new_lt11(vwx90, vwx100) 18.40/7.23 new_compare30(vwx90, vwx100, app(ty_Ratio, dca)) -> new_compare9(vwx90, vwx100, dca) 18.40/7.23 new_ltEs19(vwx91, vwx101, ty_Float) -> new_ltEs5(vwx91, vwx101) 18.40/7.23 new_compare112(vwx90, vwx100, True) -> LT 18.40/7.23 new_ltEs14(GT, LT) -> False 18.40/7.23 new_esEs10(vwx301, vwx401, ty_Bool) -> new_esEs20(vwx301, vwx401) 18.40/7.23 new_esEs25(vwx90, vwx100, ty_Integer) -> new_esEs16(vwx90, vwx100) 18.40/7.23 new_esEs7(Just(vwx300), Just(vwx400), app(ty_Ratio, cbe)) -> new_esEs19(vwx300, vwx400, cbe) 18.40/7.23 new_esEs12(Float(vwx300, vwx301), Float(vwx400, vwx401)) -> new_esEs18(new_sr0(vwx300, vwx401), new_sr0(vwx301, vwx400)) 18.40/7.23 new_lt14(vwx91, vwx101, ty_Float) -> new_lt11(vwx91, vwx101) 18.40/7.23 new_ltEs7(Left(vwx90), Right(vwx100), cb, bb) -> True 18.40/7.23 new_primMulInt(Pos(vwx3000), Neg(vwx4010)) -> Neg(new_primMulNat0(vwx3000, vwx4010)) 18.40/7.23 new_primMulInt(Neg(vwx3000), Pos(vwx4010)) -> Neg(new_primMulNat0(vwx3000, vwx4010)) 18.40/7.23 new_esEs11(vwx300, vwx400, app(ty_Maybe, bhd)) -> new_esEs7(vwx300, vwx400, bhd) 18.40/7.23 new_ltEs7(Right(vwx90), Right(vwx100), cb, ty_Int) -> new_ltEs15(vwx90, vwx100) 18.40/7.23 new_esEs22(vwx301, vwx401, ty_Ordering) -> new_esEs8(vwx301, vwx401) 18.40/7.23 new_esEs23(vwx300, vwx400, app(app(ty_@2, chf), chg)) -> new_esEs6(vwx300, vwx400, chf, chg) 18.40/7.23 new_esEs9(vwx302, vwx402, ty_Int) -> new_esEs18(vwx302, vwx402) 18.40/7.23 new_compare30(vwx90, vwx100, app(app(ty_@2, bac), bad)) -> new_compare6(vwx90, vwx100, bac, bad) 18.40/7.23 new_esEs23(vwx300, vwx400, ty_Char) -> new_esEs13(vwx300, vwx400) 18.40/7.23 new_esEs11(vwx300, vwx400, ty_Int) -> new_esEs18(vwx300, vwx400) 18.40/7.23 new_lt20(vwx90, vwx100, app(ty_[], bbd)) -> new_lt17(vwx90, vwx100, bbd) 18.40/7.23 new_compare19(Double(vwx90, Neg(vwx910)), Double(vwx100, Neg(vwx1010))) -> new_compare8(new_sr0(vwx90, Neg(vwx1010)), new_sr0(Neg(vwx910), vwx100)) 18.40/7.23 new_lt14(vwx91, vwx101, app(ty_[], fg)) -> new_lt17(vwx91, vwx101, fg) 18.40/7.23 new_lt20(vwx90, vwx100, ty_Float) -> new_lt11(vwx90, vwx100) 18.40/7.23 new_lt19(vwx90, vwx100) -> new_esEs8(new_compare17(vwx90, vwx100), LT) 18.40/7.23 new_esEs22(vwx301, vwx401, app(app(app(ty_@3, cgh), cha), chb)) -> new_esEs5(vwx301, vwx401, cgh, cha, chb) 18.40/7.23 new_lt13(vwx90, vwx100, ty_Int) -> new_lt5(vwx90, vwx100) 18.40/7.23 new_ltEs19(vwx91, vwx101, ty_@0) -> new_ltEs9(vwx91, vwx101) 18.40/7.23 new_esEs4(Left(vwx300), Left(vwx400), ty_Char, cde) -> new_esEs13(vwx300, vwx400) 18.40/7.23 new_esEs10(vwx301, vwx401, ty_Integer) -> new_esEs16(vwx301, vwx401) 18.40/7.23 new_esEs4(Left(vwx300), Left(vwx400), app(ty_Maybe, cdf), cde) -> new_esEs7(vwx300, vwx400, cdf) 18.40/7.23 new_ltEs7(Left(vwx90), Left(vwx100), ty_Double, bb) -> new_ltEs10(vwx90, vwx100) 18.40/7.23 new_esEs7(Just(vwx300), Just(vwx400), ty_@0) -> new_esEs14(vwx300, vwx400) 18.40/7.23 new_compare26(vwx90, vwx100, False, eg) -> new_compare110(vwx90, vwx100, new_ltEs8(vwx90, vwx100, eg), eg) 18.40/7.23 new_ltEs15(vwx9, vwx10) -> new_not(new_esEs8(new_compare8(vwx9, vwx10), GT)) 18.40/7.23 new_esEs9(vwx302, vwx402, ty_Float) -> new_esEs12(vwx302, vwx402) 18.40/7.23 new_ltEs19(vwx91, vwx101, app(ty_Ratio, dbe)) -> new_ltEs6(vwx91, vwx101, dbe) 18.40/7.23 new_lt16(vwx90, vwx100) -> new_esEs8(new_compare29(vwx90, vwx100), LT) 18.40/7.23 new_compare30(vwx90, vwx100, app(ty_Maybe, bae)) -> new_compare28(vwx90, vwx100, bae) 18.40/7.23 new_esEs18(vwx30, vwx40) -> new_primEqInt(vwx30, vwx40) 18.40/7.23 new_esEs24(vwx91, vwx101, app(ty_Ratio, dbb)) -> new_esEs19(vwx91, vwx101, dbb) 18.40/7.23 new_asAs(True, vwx31) -> vwx31 18.40/7.23 new_esEs25(vwx90, vwx100, app(ty_[], ed)) -> new_esEs17(vwx90, vwx100, ed) 18.40/7.23 new_ltEs19(vwx91, vwx101, ty_Int) -> new_ltEs15(vwx91, vwx101) 18.40/7.23 new_esEs24(vwx91, vwx101, ty_@0) -> new_esEs14(vwx91, vwx101) 18.40/7.23 new_esEs10(vwx301, vwx401, app(ty_[], bgc)) -> new_esEs17(vwx301, vwx401, bgc) 18.40/7.23 new_esEs25(vwx90, vwx100, ty_Bool) -> new_esEs20(vwx90, vwx100) 18.40/7.23 new_esEs25(vwx90, vwx100, ty_Double) -> new_esEs15(vwx90, vwx100) 18.40/7.23 new_ltEs8(Just(vwx90), Just(vwx100), ty_Float) -> new_ltEs5(vwx90, vwx100) 18.40/7.23 new_esEs4(Left(vwx300), Left(vwx400), app(app(ty_Either, ced), cee), cde) -> new_esEs4(vwx300, vwx400, ced, cee) 18.40/7.23 new_esEs4(Right(vwx300), Right(vwx400), cef, app(app(ty_@2, ceg), ceh)) -> new_esEs6(vwx300, vwx400, ceg, ceh) 18.40/7.23 new_esEs4(Right(vwx300), Right(vwx400), cef, app(ty_Maybe, cfa)) -> new_esEs7(vwx300, vwx400, cfa) 18.40/7.23 new_esEs9(vwx302, vwx402, app(ty_Maybe, beh)) -> new_esEs7(vwx302, vwx402, beh) 18.40/7.23 new_ltEs8(Just(vwx90), Just(vwx100), ty_Bool) -> new_ltEs4(vwx90, vwx100) 18.40/7.23 new_compare111(vwx90, vwx100, False, ee, ef) -> GT 18.40/7.23 new_esEs11(vwx300, vwx400, ty_Float) -> new_esEs12(vwx300, vwx400) 18.40/7.23 new_primCmpInt(Pos(Succ(vwx900)), Pos(vwx100)) -> new_primCmpNat0(Succ(vwx900), vwx100) 18.40/7.23 new_esEs9(vwx302, vwx402, app(ty_[], bfa)) -> new_esEs17(vwx302, vwx402, bfa) 18.40/7.23 new_ltEs18(vwx92, vwx102, app(app(ty_@2, ha), hb)) -> new_ltEs13(vwx92, vwx102, ha, hb) 18.40/7.23 new_ltEs7(Left(vwx90), Left(vwx100), app(app(ty_@2, bg), bh), bb) -> new_ltEs13(vwx90, vwx100, bg, bh) 18.40/7.23 new_ltEs7(Right(vwx90), Right(vwx100), cb, app(app(ty_@2, db), dc)) -> new_ltEs13(vwx90, vwx100, db, dc) 18.40/7.23 new_esEs7(Just(vwx300), Just(vwx400), app(app(ty_Either, cbf), cbg)) -> new_esEs4(vwx300, vwx400, cbf, cbg) 18.40/7.23 new_lt14(vwx91, vwx101, app(app(app(ty_@3, fc), fd), ff)) -> new_lt8(vwx91, vwx101, fc, fd, ff) 18.40/7.23 new_lt8(vwx90, vwx100, ea, eb, ec) -> new_esEs8(new_compare15(vwx90, vwx100, ea, eb, ec), LT) 18.40/7.23 new_compare23(vwx90, vwx100, True) -> EQ 18.40/7.23 new_ltEs8(Just(vwx90), Just(vwx100), ty_Ordering) -> new_ltEs14(vwx90, vwx100) 18.40/7.23 new_primMulNat0(Zero, Zero) -> Zero 18.40/7.23 new_lt13(vwx90, vwx100, app(ty_Maybe, eg)) -> new_lt18(vwx90, vwx100, eg) 18.40/7.23 new_esEs9(vwx302, vwx402, ty_Integer) -> new_esEs16(vwx302, vwx402) 18.40/7.23 new_esEs25(vwx90, vwx100, app(app(ty_Either, de), df)) -> new_esEs4(vwx90, vwx100, de, df) 18.40/7.23 new_lt20(vwx90, vwx100, app(app(app(ty_@3, bba), bbb), bbc)) -> new_lt8(vwx90, vwx100, bba, bbb, bbc) 18.40/7.23 new_compare3(:(vwx90, vwx91), :(vwx100, vwx101), hd) -> new_primCompAux1(vwx90, vwx100, new_compare3(vwx91, vwx101, hd), hd) 18.40/7.23 new_lt13(vwx90, vwx100, app(app(ty_@2, ee), ef)) -> new_lt4(vwx90, vwx100, ee, ef) 18.40/7.23 new_compare14(Float(vwx90, Neg(vwx910)), Float(vwx100, Neg(vwx1010))) -> new_compare8(new_sr0(vwx90, Neg(vwx1010)), new_sr0(Neg(vwx910), vwx100)) 18.40/7.23 new_esEs22(vwx301, vwx401, ty_Float) -> new_esEs12(vwx301, vwx401) 18.40/7.23 new_esEs4(Right(vwx300), Right(vwx400), cef, ty_Bool) -> new_esEs20(vwx300, vwx400) 18.40/7.23 new_ltEs18(vwx92, vwx102, ty_Int) -> new_ltEs15(vwx92, vwx102) 18.40/7.23 new_ltEs7(Right(vwx90), Right(vwx100), cb, ty_@0) -> new_ltEs9(vwx90, vwx100) 18.40/7.23 new_esEs4(Right(vwx300), Right(vwx400), cef, app(app(ty_Either, cfg), cfh)) -> new_esEs4(vwx300, vwx400, cfg, cfh) 18.40/7.23 new_compare30(vwx90, vwx100, ty_Double) -> new_compare19(vwx90, vwx100) 18.40/7.23 new_esEs26(vwx90, vwx100, ty_Float) -> new_esEs12(vwx90, vwx100) 18.40/7.23 new_primCompAux0(vwx77, EQ) -> vwx77 18.40/7.23 new_esEs24(vwx91, vwx101, ty_Bool) -> new_esEs20(vwx91, vwx101) 18.40/7.23 new_lt15(vwx90, vwx100) -> new_esEs8(new_compare10(vwx90, vwx100), LT) 18.40/7.23 new_esEs7(Just(vwx300), Just(vwx400), ty_Char) -> new_esEs13(vwx300, vwx400) 18.40/7.23 new_esEs10(vwx301, vwx401, ty_Float) -> new_esEs12(vwx301, vwx401) 18.40/7.23 new_esEs21(vwx300, vwx400, app(ty_[], ccd)) -> new_esEs17(vwx300, vwx400, ccd) 18.40/7.23 new_ltEs8(Just(vwx90), Just(vwx100), app(ty_Maybe, beb)) -> new_ltEs8(vwx90, vwx100, beb) 18.40/7.23 new_primEqInt(Neg(Succ(vwx3000)), Neg(Zero)) -> False 18.40/7.23 new_primEqInt(Neg(Zero), Neg(Succ(vwx4000))) -> False 18.40/7.23 new_ltEs8(Nothing, Just(vwx100), dah) -> True 18.40/7.23 new_esEs21(vwx300, vwx400, ty_Float) -> new_esEs12(vwx300, vwx400) 18.40/7.23 new_primEqInt(Pos(Succ(vwx3000)), Pos(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 18.40/7.23 new_ltEs4(True, False) -> False 18.40/7.23 new_esEs21(vwx300, vwx400, app(ty_Maybe, ccc)) -> new_esEs7(vwx300, vwx400, ccc) 18.40/7.23 new_esEs21(vwx300, vwx400, ty_Double) -> new_esEs15(vwx300, vwx400) 18.40/7.23 new_compare24(vwx90, vwx100, True) -> EQ 18.40/7.23 new_lt13(vwx90, vwx100, app(app(ty_Either, de), df)) -> new_lt7(vwx90, vwx100, de, df) 18.40/7.23 new_compare210(vwx90, vwx100, False, ea, eb, ec) -> new_compare13(vwx90, vwx100, new_ltEs11(vwx90, vwx100, ea, eb, ec), ea, eb, ec) 18.40/7.23 new_primEqInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> False 18.40/7.23 new_primEqInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> False 18.40/7.23 new_ltEs8(Just(vwx90), Just(vwx100), app(app(ty_Either, bdb), bdc)) -> new_ltEs7(vwx90, vwx100, bdb, bdc) 18.40/7.23 new_esEs26(vwx90, vwx100, ty_Ordering) -> new_esEs8(vwx90, vwx100) 18.40/7.23 new_esEs10(vwx301, vwx401, ty_Double) -> new_esEs15(vwx301, vwx401) 18.40/7.23 new_esEs23(vwx300, vwx400, app(ty_Ratio, dae)) -> new_esEs19(vwx300, vwx400, dae) 18.40/7.23 new_primCmpInt(Neg(Zero), Neg(Succ(vwx1000))) -> new_primCmpNat0(Succ(vwx1000), Zero) 18.40/7.23 new_esEs26(vwx90, vwx100, app(ty_[], bbd)) -> new_esEs17(vwx90, vwx100, bbd) 18.40/7.23 new_ltEs7(Right(vwx90), Right(vwx100), cb, ty_Bool) -> new_ltEs4(vwx90, vwx100) 18.40/7.23 new_compare30(vwx90, vwx100, app(app(app(ty_@3, hg), hh), baa)) -> new_compare15(vwx90, vwx100, hg, hh, baa) 18.40/7.23 new_compare13(vwx90, vwx100, True, ea, eb, ec) -> LT 18.40/7.23 new_esEs24(vwx91, vwx101, app(app(ty_Either, fa), fb)) -> new_esEs4(vwx91, vwx101, fa, fb) 18.40/7.23 new_esEs26(vwx90, vwx100, app(ty_Maybe, bbg)) -> new_esEs7(vwx90, vwx100, bbg) 18.40/7.23 new_esEs21(vwx300, vwx400, ty_Integer) -> new_esEs16(vwx300, vwx400) 18.40/7.23 new_esEs4(Right(vwx300), Right(vwx400), cef, ty_Int) -> new_esEs18(vwx300, vwx400) 18.40/7.23 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 18.40/7.23 new_ltEs4(False, False) -> True 18.40/7.23 new_ltEs7(Left(vwx90), Left(vwx100), ty_Char, bb) -> new_ltEs17(vwx90, vwx100) 18.40/7.23 new_esEs13(Char(vwx300), Char(vwx400)) -> new_primEqNat0(vwx300, vwx400) 18.40/7.23 new_lt6(vwx90, vwx100, cad) -> new_esEs8(new_compare9(vwx90, vwx100, cad), LT) 18.40/7.23 new_esEs11(vwx300, vwx400, ty_Double) -> new_esEs15(vwx300, vwx400) 18.40/7.23 new_esEs7(Just(vwx300), Just(vwx400), ty_Bool) -> new_esEs20(vwx300, vwx400) 18.40/7.23 new_ltEs18(vwx92, vwx102, app(ty_Ratio, dbc)) -> new_ltEs6(vwx92, vwx102, dbc) 18.40/7.23 new_esEs10(vwx301, vwx401, ty_@0) -> new_esEs14(vwx301, vwx401) 18.40/7.23 new_lt11(vwx90, vwx100) -> new_esEs8(new_compare14(vwx90, vwx100), LT) 18.40/7.23 new_compare28(vwx90, vwx100, eg) -> new_compare26(vwx90, vwx100, new_esEs7(vwx90, vwx100, eg), eg) 18.40/7.23 new_esEs4(Right(vwx300), Right(vwx400), cef, ty_Ordering) -> new_esEs8(vwx300, vwx400) 18.40/7.23 new_compare30(vwx90, vwx100, ty_Float) -> new_compare14(vwx90, vwx100) 18.40/7.23 new_esEs26(vwx90, vwx100, ty_Integer) -> new_esEs16(vwx90, vwx100) 18.40/7.23 new_not(False) -> True 18.40/7.23 new_esEs24(vwx91, vwx101, app(ty_[], fg)) -> new_esEs17(vwx91, vwx101, fg) 18.40/7.23 new_esEs25(vwx90, vwx100, ty_@0) -> new_esEs14(vwx90, vwx100) 18.40/7.23 new_lt10(vwx90, vwx100) -> new_esEs8(new_compare7(vwx90, vwx100), LT) 18.40/7.23 new_esEs10(vwx301, vwx401, ty_Int) -> new_esEs18(vwx301, vwx401) 18.40/7.23 new_ltEs7(Left(vwx90), Left(vwx100), ty_Float, bb) -> new_ltEs5(vwx90, vwx100) 18.40/7.23 new_esEs9(vwx302, vwx402, ty_Double) -> new_esEs15(vwx302, vwx402) 18.40/7.23 new_esEs8(LT, GT) -> False 18.40/7.23 new_esEs8(GT, LT) -> False 18.40/7.23 new_esEs16(Integer(vwx300), Integer(vwx400)) -> new_primEqInt(vwx300, vwx400) 18.40/7.23 new_esEs26(vwx90, vwx100, ty_Double) -> new_esEs15(vwx90, vwx100) 18.40/7.23 new_compare30(vwx90, vwx100, ty_Char) -> new_compare16(vwx90, vwx100) 18.40/7.23 new_ltEs7(Left(vwx90), Left(vwx100), app(ty_Maybe, ca), bb) -> new_ltEs8(vwx90, vwx100, ca) 18.40/7.23 new_esEs11(vwx300, vwx400, ty_Integer) -> new_esEs16(vwx300, vwx400) 18.40/7.23 new_compare27(vwx90, vwx100, True, ee, ef) -> EQ 18.40/7.23 new_lt14(vwx91, vwx101, ty_Int) -> new_lt5(vwx91, vwx101) 18.40/7.23 new_compare15(vwx90, vwx100, ea, eb, ec) -> new_compare210(vwx90, vwx100, new_esEs5(vwx90, vwx100, ea, eb, ec), ea, eb, ec) 18.40/7.23 new_esEs5(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bec, bed, bee) -> new_asAs(new_esEs11(vwx300, vwx400, bec), new_asAs(new_esEs10(vwx301, vwx401, bed), new_esEs9(vwx302, vwx402, bee))) 18.40/7.23 new_primPlusNat0(Succ(vwx410), vwx40100) -> Succ(Succ(new_primPlusNat1(vwx410, vwx40100))) 18.40/7.23 new_compare9(:%(vwx90, vwx91), :%(vwx100, vwx101), ty_Integer) -> new_compare17(new_sr(vwx90, vwx101), new_sr(vwx100, vwx91)) 18.40/7.23 new_esEs22(vwx301, vwx401, ty_Integer) -> new_esEs16(vwx301, vwx401) 18.40/7.23 new_esEs25(vwx90, vwx100, ty_Float) -> new_esEs12(vwx90, vwx100) 18.40/7.23 new_sr0(vwx300, vwx401) -> new_primMulInt(vwx300, vwx401) 18.40/7.23 new_ltEs7(Left(vwx90), Left(vwx100), ty_Integer, bb) -> new_ltEs16(vwx90, vwx100) 18.40/7.23 new_ltEs8(Just(vwx90), Just(vwx100), app(ty_Ratio, dba)) -> new_ltEs6(vwx90, vwx100, dba) 18.40/7.23 new_esEs11(vwx300, vwx400, ty_Bool) -> new_esEs20(vwx300, vwx400) 18.40/7.23 new_ltEs16(vwx9, vwx10) -> new_not(new_esEs8(new_compare17(vwx9, vwx10), GT)) 18.40/7.23 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 18.40/7.23 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 18.40/7.23 new_compare16(Char(vwx90), Char(vwx100)) -> new_primCmpNat0(vwx90, vwx100) 18.40/7.23 new_primPlusNat1(Zero, Zero) -> Zero 18.40/7.23 new_esEs22(vwx301, vwx401, ty_Int) -> new_esEs18(vwx301, vwx401) 18.40/7.23 new_lt20(vwx90, vwx100, app(app(ty_@2, bbe), bbf)) -> new_lt4(vwx90, vwx100, bbe, bbf) 18.40/7.23 new_esEs22(vwx301, vwx401, app(ty_[], cgg)) -> new_esEs17(vwx301, vwx401, cgg) 18.40/7.23 new_ltEs14(LT, EQ) -> True 18.40/7.23 new_esEs10(vwx301, vwx401, app(ty_Ratio, bgg)) -> new_esEs19(vwx301, vwx401, bgg) 18.40/7.23 new_compare14(Float(vwx90, Pos(vwx910)), Float(vwx100, Neg(vwx1010))) -> new_compare8(new_sr0(vwx90, Pos(vwx1010)), new_sr0(Neg(vwx910), vwx100)) 18.40/7.23 new_compare14(Float(vwx90, Neg(vwx910)), Float(vwx100, Pos(vwx1010))) -> new_compare8(new_sr0(vwx90, Neg(vwx1010)), new_sr0(Pos(vwx910), vwx100)) 18.40/7.23 new_esEs22(vwx301, vwx401, ty_Char) -> new_esEs13(vwx301, vwx401) 18.40/7.23 new_compare11(vwx90, vwx100, True) -> LT 18.40/7.23 new_ltEs8(Just(vwx90), Just(vwx100), ty_@0) -> new_ltEs9(vwx90, vwx100) 18.40/7.23 new_ltEs10(vwx9, vwx10) -> new_not(new_esEs8(new_compare19(vwx9, vwx10), GT)) 18.40/7.23 new_esEs22(vwx301, vwx401, ty_@0) -> new_esEs14(vwx301, vwx401) 18.40/7.23 new_ltEs19(vwx91, vwx101, ty_Bool) -> new_ltEs4(vwx91, vwx101) 18.40/7.23 new_esEs26(vwx90, vwx100, app(app(ty_Either, baf), bag)) -> new_esEs4(vwx90, vwx100, baf, bag) 18.40/7.23 new_ltEs7(Right(vwx90), Right(vwx100), cb, ty_Ordering) -> new_ltEs14(vwx90, vwx100) 18.40/7.23 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 18.40/7.23 new_esEs21(vwx300, vwx400, app(ty_Ratio, cch)) -> new_esEs19(vwx300, vwx400, cch) 18.40/7.23 new_esEs4(Left(vwx300), Left(vwx400), ty_@0, cde) -> new_esEs14(vwx300, vwx400) 18.40/7.23 new_lt14(vwx91, vwx101, app(ty_Ratio, dbb)) -> new_lt6(vwx91, vwx101, dbb) 18.40/7.23 new_ltEs4(True, True) -> True 18.40/7.23 new_primMulNat0(Succ(vwx30000), Succ(vwx40100)) -> new_primPlusNat0(new_primMulNat0(vwx30000, Succ(vwx40100)), vwx40100) 18.40/7.23 new_ltEs6(vwx9, vwx10, cga) -> new_not(new_esEs8(new_compare9(vwx9, vwx10, cga), GT)) 18.40/7.23 new_esEs23(vwx300, vwx400, ty_Float) -> new_esEs12(vwx300, vwx400) 18.40/7.23 new_esEs20(True, True) -> True 18.40/7.23 new_esEs4(Left(vwx300), Left(vwx400), ty_Double, cde) -> new_esEs15(vwx300, vwx400) 18.40/7.23 new_primCmpNat0(Succ(vwx900), Succ(vwx1000)) -> new_primCmpNat0(vwx900, vwx1000) 18.40/7.23 new_esEs23(vwx300, vwx400, ty_Double) -> new_esEs15(vwx300, vwx400) 18.40/7.23 new_esEs21(vwx300, vwx400, ty_Bool) -> new_esEs20(vwx300, vwx400) 18.40/7.23 new_esEs26(vwx90, vwx100, app(app(app(ty_@3, bba), bbb), bbc)) -> new_esEs5(vwx90, vwx100, bba, bbb, bbc) 18.40/7.23 new_lt20(vwx90, vwx100, ty_@0) -> new_lt16(vwx90, vwx100) 18.40/7.23 new_ltEs8(Nothing, Nothing, dah) -> True 18.40/7.23 new_ltEs8(Just(vwx90), Nothing, dah) -> False 18.40/7.23 new_ltEs18(vwx92, vwx102, ty_Bool) -> new_ltEs4(vwx92, vwx102) 18.40/7.23 new_esEs4(Right(vwx300), Right(vwx400), cef, app(ty_[], cfb)) -> new_esEs17(vwx300, vwx400, cfb) 18.40/7.23 new_lt20(vwx90, vwx100, app(ty_Maybe, bbg)) -> new_lt18(vwx90, vwx100, bbg) 18.40/7.23 new_esEs10(vwx301, vwx401, ty_Char) -> new_esEs13(vwx301, vwx401) 18.40/7.23 new_compare3(:(vwx90, vwx91), [], hd) -> GT 18.40/7.23 new_esEs11(vwx300, vwx400, app(ty_[], bhe)) -> new_esEs17(vwx300, vwx400, bhe) 18.40/7.23 new_esEs4(Left(vwx300), Left(vwx400), ty_Integer, cde) -> new_esEs16(vwx300, vwx400) 18.40/7.23 new_esEs4(Left(vwx300), Left(vwx400), app(app(app(ty_@3, cdh), cea), ceb), cde) -> new_esEs5(vwx300, vwx400, cdh, cea, ceb) 18.40/7.23 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 18.40/7.23 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 18.40/7.23 new_esEs7(Just(vwx300), Just(vwx400), app(ty_[], cba)) -> new_esEs17(vwx300, vwx400, cba) 18.40/7.23 new_ltEs7(Right(vwx90), Right(vwx100), cb, app(ty_Ratio, dbh)) -> new_ltEs6(vwx90, vwx100, dbh) 18.40/7.23 new_esEs22(vwx301, vwx401, ty_Bool) -> new_esEs20(vwx301, vwx401) 18.40/7.23 new_compare19(Double(vwx90, Pos(vwx910)), Double(vwx100, Pos(vwx1010))) -> new_compare8(new_sr0(vwx90, Pos(vwx1010)), new_sr0(Pos(vwx910), vwx100)) 18.40/7.23 new_esEs7(Just(vwx300), Just(vwx400), ty_Float) -> new_esEs12(vwx300, vwx400) 18.40/7.23 new_ltEs7(Left(vwx90), Left(vwx100), app(ty_[], bf), bb) -> new_ltEs12(vwx90, vwx100, bf) 18.40/7.23 new_esEs9(vwx302, vwx402, ty_Bool) -> new_esEs20(vwx302, vwx402) 18.40/7.23 new_ltEs5(vwx9, vwx10) -> new_not(new_esEs8(new_compare14(vwx9, vwx10), GT)) 18.40/7.23 new_primEqNat0(Zero, Zero) -> True 18.40/7.23 new_lt13(vwx90, vwx100, ty_Ordering) -> new_lt10(vwx90, vwx100) 18.40/7.23 new_esEs21(vwx300, vwx400, ty_Int) -> new_esEs18(vwx300, vwx400) 18.40/7.23 new_ltEs7(Left(vwx90), Left(vwx100), app(app(app(ty_@3, bc), bd), be), bb) -> new_ltEs11(vwx90, vwx100, bc, bd, be) 18.40/7.23 new_compare110(vwx90, vwx100, True, eg) -> LT 18.40/7.23 new_ltEs8(Just(vwx90), Just(vwx100), ty_Char) -> new_ltEs17(vwx90, vwx100) 18.40/7.23 new_esEs17(:(vwx300, vwx301), [], cbh) -> False 18.40/7.23 new_esEs17([], :(vwx400, vwx401), cbh) -> False 18.40/7.23 new_asAs(False, vwx31) -> False 18.40/7.23 new_ltEs14(LT, LT) -> True 18.40/7.23 new_esEs21(vwx300, vwx400, ty_Char) -> new_esEs13(vwx300, vwx400) 18.40/7.23 new_ltEs12(vwx9, vwx10, hd) -> new_not(new_esEs8(new_compare3(vwx9, vwx10, hd), GT)) 18.40/7.23 new_esEs17(:(vwx300, vwx301), :(vwx400, vwx401), cbh) -> new_asAs(new_esEs21(vwx300, vwx400, cbh), new_esEs17(vwx301, vwx401, cbh)) 18.40/7.23 new_esEs24(vwx91, vwx101, ty_Integer) -> new_esEs16(vwx91, vwx101) 18.40/7.23 new_ltEs7(Right(vwx90), Right(vwx100), cb, ty_Double) -> new_ltEs10(vwx90, vwx100) 18.40/7.23 new_esEs23(vwx300, vwx400, ty_@0) -> new_esEs14(vwx300, vwx400) 18.40/7.23 new_esEs7(Just(vwx300), Just(vwx400), ty_Integer) -> new_esEs16(vwx300, vwx400) 18.40/7.23 new_esEs7(Just(vwx300), Just(vwx400), ty_Double) -> new_esEs15(vwx300, vwx400) 18.40/7.23 new_esEs8(EQ, GT) -> False 18.40/7.23 new_esEs8(GT, EQ) -> False 18.40/7.23 new_esEs24(vwx91, vwx101, ty_Double) -> new_esEs15(vwx91, vwx101) 18.40/7.23 new_compare9(:%(vwx90, vwx91), :%(vwx100, vwx101), ty_Int) -> new_compare8(new_sr0(vwx90, vwx101), new_sr0(vwx100, vwx91)) 18.40/7.23 new_ltEs8(Just(vwx90), Just(vwx100), ty_Integer) -> new_ltEs16(vwx90, vwx100) 18.40/7.23 new_esEs24(vwx91, vwx101, ty_Float) -> new_esEs12(vwx91, vwx101) 18.40/7.23 18.40/7.23 The set Q consists of the following terms: 18.40/7.23 18.40/7.23 new_esEs8(EQ, EQ) 18.40/7.23 new_esEs9(x0, x1, app(app(ty_Either, x2), x3)) 18.40/7.23 new_lt14(x0, x1, app(app(ty_@2, x2), x3)) 18.40/7.23 new_lt18(x0, x1, x2) 18.40/7.23 new_compare112(x0, x1, True) 18.40/7.23 new_lt7(x0, x1, x2, x3) 18.40/7.23 new_compare10(x0, x1) 18.40/7.23 new_lt13(x0, x1, app(ty_Maybe, x2)) 18.40/7.23 new_esEs23(x0, x1, app(ty_Maybe, x2)) 18.40/7.23 new_esEs26(x0, x1, ty_Int) 18.40/7.23 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.40/7.23 new_esEs27(x0, x1, ty_Int) 18.40/7.23 new_ltEs19(x0, x1, ty_Float) 18.40/7.23 new_primPlusNat1(Zero, Zero) 18.40/7.23 new_esEs10(x0, x1, ty_Float) 18.40/7.23 new_compare3(:(x0, x1), [], x2) 18.40/7.23 new_esEs11(x0, x1, app(ty_[], x2)) 18.40/7.23 new_compare30(x0, x1, ty_Double) 18.40/7.23 new_esEs26(x0, x1, ty_Char) 18.40/7.23 new_ltEs8(Just(x0), Just(x1), app(ty_Maybe, x2)) 18.40/7.23 new_lt20(x0, x1, ty_Float) 18.40/7.23 new_esEs9(x0, x1, ty_Float) 18.40/7.23 new_ltEs8(Just(x0), Just(x1), app(ty_Ratio, x2)) 18.40/7.23 new_primEqInt(Pos(Zero), Pos(Zero)) 18.40/7.23 new_compare27(x0, x1, True, x2, x3) 18.40/7.23 new_compare30(x0, x1, ty_Char) 18.40/7.23 new_compare29(@0, @0) 18.40/7.23 new_lt14(x0, x1, ty_Ordering) 18.40/7.23 new_esEs20(False, True) 18.40/7.23 new_esEs20(True, False) 18.40/7.23 new_lt14(x0, x1, ty_Double) 18.40/7.23 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 18.40/7.23 new_esEs7(Just(x0), Just(x1), ty_Char) 18.40/7.23 new_esEs11(x0, x1, ty_Float) 18.40/7.23 new_esEs11(x0, x1, ty_Integer) 18.40/7.23 new_ltEs14(LT, LT) 18.40/7.23 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 18.40/7.23 new_compare30(x0, x1, ty_Int) 18.40/7.23 new_esEs4(Right(x0), Right(x1), x2, ty_Float) 18.40/7.23 new_esEs7(Just(x0), Just(x1), ty_Bool) 18.40/7.23 new_esEs23(x0, x1, ty_Float) 18.40/7.23 new_esEs22(x0, x1, app(app(ty_@2, x2), x3)) 18.40/7.23 new_primEqInt(Neg(Zero), Neg(Zero)) 18.40/7.23 new_esEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.40/7.23 new_esEs26(x0, x1, ty_Ordering) 18.40/7.23 new_compare30(x0, x1, ty_Ordering) 18.40/7.23 new_compare14(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 18.40/7.23 new_compare14(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 18.40/7.23 new_ltEs7(Right(x0), Right(x1), x2, ty_Bool) 18.40/7.23 new_asAs(False, x0) 18.40/7.23 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 18.40/7.23 new_esEs4(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 18.40/7.23 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 18.40/7.23 new_lt19(x0, x1) 18.40/7.23 new_primEqNat0(Zero, Succ(x0)) 18.40/7.23 new_compare14(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 18.40/7.23 new_ltEs18(x0, x1, ty_Float) 18.40/7.23 new_lt9(x0, x1) 18.40/7.23 new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.40/7.23 new_compare18(x0, x1, True, x2, x3) 18.40/7.23 new_esEs10(x0, x1, app(ty_Ratio, x2)) 18.40/7.23 new_lt13(x0, x1, ty_Double) 18.40/7.23 new_lt14(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.40/7.23 new_esEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.40/7.23 new_esEs26(x0, x1, app(ty_Maybe, x2)) 18.40/7.23 new_lt13(x0, x1, ty_Ordering) 18.40/7.23 new_lt15(x0, x1) 18.40/7.23 new_esEs11(x0, x1, app(ty_Ratio, x2)) 18.40/7.23 new_esEs24(x0, x1, app(ty_Maybe, x2)) 18.40/7.23 new_esEs4(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 18.40/7.23 new_primCompAux0(x0, EQ) 18.40/7.23 new_esEs9(x0, x1, app(ty_Maybe, x2)) 18.40/7.23 new_compare3(:(x0, x1), :(x2, x3), x4) 18.40/7.23 new_ltEs8(Just(x0), Just(x1), ty_Ordering) 18.40/7.23 new_ltEs7(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 18.40/7.23 new_esEs11(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.40/7.23 new_ltEs18(x0, x1, app(app(ty_Either, x2), x3)) 18.40/7.23 new_esEs26(x0, x1, app(ty_[], x2)) 18.40/7.23 new_esEs19(:%(x0, x1), :%(x2, x3), x4) 18.40/7.23 new_esEs7(Just(x0), Just(x1), ty_Int) 18.40/7.23 new_compare26(x0, x1, True, x2) 18.40/7.23 new_esEs26(x0, x1, ty_Double) 18.40/7.23 new_esEs24(x0, x1, app(ty_[], x2)) 18.40/7.23 new_ltEs7(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 18.40/7.23 new_esEs21(x0, x1, ty_Float) 18.40/7.23 new_lt20(x0, x1, app(ty_Ratio, x2)) 18.40/7.23 new_primEqInt(Pos(Zero), Neg(Zero)) 18.40/7.23 new_primEqInt(Neg(Zero), Pos(Zero)) 18.40/7.23 new_primMulInt(Pos(x0), Pos(x1)) 18.40/7.23 new_ltEs18(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.40/7.23 new_compare3([], :(x0, x1), x2) 18.40/7.23 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 18.40/7.23 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 18.40/7.23 new_esEs26(x0, x1, ty_Bool) 18.40/7.23 new_esEs7(Just(x0), Just(x1), ty_@0) 18.40/7.23 new_ltEs7(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 18.40/7.23 new_esEs7(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 18.40/7.23 new_ltEs7(Right(x0), Right(x1), x2, app(ty_[], x3)) 18.40/7.23 new_esEs4(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 18.40/7.23 new_lt14(x0, x1, app(ty_Maybe, x2)) 18.40/7.23 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 18.40/7.23 new_ltEs7(Right(x0), Right(x1), x2, ty_Integer) 18.40/7.23 new_esEs4(Left(x0), Left(x1), ty_Float, x2) 18.40/7.23 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 18.40/7.23 new_sr0(x0, x1) 18.40/7.23 new_esEs11(x0, x1, ty_Bool) 18.40/7.23 new_esEs25(x0, x1, ty_Float) 18.40/7.23 new_esEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.40/7.23 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 18.40/7.23 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 18.40/7.23 new_esEs20(False, False) 18.40/7.23 new_compare23(x0, x1, True) 18.40/7.23 new_lt14(x0, x1, app(ty_[], x2)) 18.40/7.23 new_esEs27(x0, x1, ty_Integer) 18.40/7.23 new_lt13(x0, x1, ty_Char) 18.40/7.23 new_ltEs7(Left(x0), Left(x1), app(ty_[], x2), x3) 18.40/7.23 new_compare9(:%(x0, x1), :%(x2, x3), ty_Integer) 18.40/7.23 new_esEs24(x0, x1, app(ty_Ratio, x2)) 18.40/7.23 new_esEs9(x0, x1, app(ty_Ratio, x2)) 18.40/7.23 new_ltEs19(x0, x1, ty_Bool) 18.40/7.23 new_compare13(x0, x1, True, x2, x3, x4) 18.40/7.23 new_lt13(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.40/7.23 new_esEs9(x0, x1, ty_Integer) 18.40/7.23 new_ltEs18(x0, x1, ty_Integer) 18.40/7.23 new_esEs5(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 18.40/7.23 new_lt13(x0, x1, app(ty_[], x2)) 18.40/7.23 new_esEs4(Left(x0), Left(x1), ty_@0, x2) 18.40/7.23 new_esEs9(x0, x1, ty_Bool) 18.40/7.23 new_esEs4(Left(x0), Right(x1), x2, x3) 18.40/7.23 new_esEs4(Right(x0), Left(x1), x2, x3) 18.40/7.23 new_ltEs10(x0, x1) 18.40/7.23 new_esEs9(x0, x1, app(ty_[], x2)) 18.40/7.23 new_ltEs15(x0, x1) 18.40/7.23 new_compare3([], [], x0) 18.40/7.23 new_ltEs14(LT, GT) 18.40/7.23 new_ltEs14(GT, LT) 18.40/7.23 new_ltEs4(True, True) 18.40/7.23 new_compare30(x0, x1, ty_@0) 18.40/7.23 new_esEs17([], :(x0, x1), x2) 18.40/7.23 new_esEs22(x0, x1, app(ty_Maybe, x2)) 18.40/7.23 new_lt14(x0, x1, ty_@0) 18.40/7.23 new_esEs24(x0, x1, ty_Ordering) 18.40/7.23 new_lt13(x0, x1, app(app(ty_Either, x2), x3)) 18.40/7.23 new_primPlusNat0(Zero, x0) 18.40/7.23 new_primPlusNat1(Succ(x0), Succ(x1)) 18.40/7.23 new_esEs7(Just(x0), Just(x1), ty_Double) 18.40/7.23 new_compare112(x0, x1, False) 18.40/7.23 new_esEs23(x0, x1, ty_Integer) 18.40/7.23 new_lt13(x0, x1, ty_Int) 18.40/7.23 new_compare23(x0, x1, False) 18.40/7.23 new_compare30(x0, x1, app(app(ty_@2, x2), x3)) 18.40/7.23 new_esEs8(GT, GT) 18.40/7.23 new_esEs10(x0, x1, app(ty_[], x2)) 18.40/7.23 new_esEs24(x0, x1, ty_Integer) 18.40/7.23 new_esEs11(x0, x1, ty_@0) 18.40/7.23 new_esEs8(LT, EQ) 18.40/7.23 new_esEs8(EQ, LT) 18.40/7.23 new_esEs21(x0, x1, app(ty_Maybe, x2)) 18.40/7.23 new_esEs24(x0, x1, ty_Float) 18.40/7.23 new_ltEs7(Right(x0), Right(x1), x2, ty_@0) 18.40/7.23 new_primCmpInt(Neg(Zero), Neg(Zero)) 18.40/7.23 new_lt14(x0, x1, app(app(ty_Either, x2), x3)) 18.40/7.23 new_esEs24(x0, x1, ty_Int) 18.40/7.23 new_ltEs14(EQ, GT) 18.40/7.23 new_ltEs14(GT, EQ) 18.40/7.23 new_compare18(x0, x1, False, x2, x3) 18.40/7.23 new_compare30(x0, x1, app(app(ty_Either, x2), x3)) 18.40/7.23 new_compare14(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 18.40/7.23 new_esEs7(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 18.40/7.23 new_esEs8(LT, LT) 18.40/7.23 new_esEs4(Right(x0), Right(x1), x2, app(ty_[], x3)) 18.40/7.23 new_ltEs7(Right(x0), Right(x1), x2, ty_Double) 18.40/7.23 new_compare11(x0, x1, True) 18.40/7.23 new_primMulNat0(Succ(x0), Succ(x1)) 18.40/7.23 new_primCompAux1(x0, x1, x2, x3) 18.40/7.23 new_primCmpInt(Pos(Zero), Neg(Zero)) 18.40/7.23 new_primCmpInt(Neg(Zero), Pos(Zero)) 18.40/7.23 new_ltEs18(x0, x1, ty_Ordering) 18.40/7.23 new_primCompAux0(x0, LT) 18.40/7.23 new_esEs24(x0, x1, ty_Char) 18.40/7.23 new_esEs28(x0, x1, ty_Int) 18.40/7.23 new_ltEs8(Nothing, Just(x0), x1) 18.40/7.23 new_lt13(x0, x1, ty_Float) 18.40/7.23 new_esEs17([], [], x0) 18.40/7.23 new_ltEs8(Just(x0), Just(x1), ty_@0) 18.40/7.23 new_esEs22(x0, x1, ty_Double) 18.40/7.23 new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) 18.40/7.23 new_compare30(x0, x1, app(ty_[], x2)) 18.40/7.23 new_esEs24(x0, x1, ty_Bool) 18.40/7.23 new_ltEs18(x0, x1, app(app(ty_@2, x2), x3)) 18.40/7.23 new_esEs4(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 18.40/7.23 new_ltEs7(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 18.40/7.23 new_esEs23(x0, x1, ty_Char) 18.40/7.23 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 18.40/7.23 new_ltEs7(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 18.40/7.23 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.40/7.23 new_asAs(True, x0) 18.40/7.23 new_ltEs7(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 18.40/7.23 new_ltEs7(Left(x0), Left(x1), ty_Double, x2) 18.40/7.23 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 18.40/7.23 new_primPlusNat1(Zero, Succ(x0)) 18.40/7.23 new_compare30(x0, x1, app(ty_Maybe, x2)) 18.40/7.23 new_compare210(x0, x1, False, x2, x3, x4) 18.40/7.23 new_ltEs8(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 18.40/7.23 new_esEs22(x0, x1, ty_@0) 18.40/7.23 new_esEs11(x0, x1, app(app(ty_Either, x2), x3)) 18.40/7.23 new_lt13(x0, x1, app(app(ty_@2, x2), x3)) 18.40/7.23 new_pePe(True, x0) 18.40/7.23 new_esEs7(Just(x0), Nothing, x1) 18.40/7.23 new_ltEs8(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 18.40/7.23 new_primEqNat0(Succ(x0), Succ(x1)) 18.40/7.23 new_ltEs8(Just(x0), Just(x1), ty_Double) 18.40/7.23 new_esEs23(x0, x1, ty_Bool) 18.40/7.23 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 18.40/7.23 new_compare28(x0, x1, x2) 18.40/7.23 new_esEs4(Right(x0), Right(x1), x2, ty_Ordering) 18.40/7.23 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 18.40/7.23 new_esEs4(Left(x0), Left(x1), ty_Ordering, x2) 18.40/7.23 new_lt14(x0, x1, app(ty_Ratio, x2)) 18.40/7.23 new_esEs11(x0, x1, app(ty_Maybe, x2)) 18.40/7.23 new_esEs26(x0, x1, app(ty_Ratio, x2)) 18.40/7.23 new_esEs25(x0, x1, ty_Char) 18.40/7.23 new_esEs10(x0, x1, ty_Ordering) 18.40/7.23 new_esEs21(x0, x1, ty_Int) 18.40/7.23 new_ltEs19(x0, x1, ty_Ordering) 18.40/7.23 new_ltEs18(x0, x1, ty_Char) 18.40/7.23 new_lt20(x0, x1, ty_Ordering) 18.40/7.23 new_esEs25(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.40/7.23 new_compare110(x0, x1, True, x2) 18.40/7.23 new_ltEs19(x0, x1, ty_Double) 18.40/7.23 new_compare24(x0, x1, True) 18.40/7.23 new_lt13(x0, x1, ty_Integer) 18.40/7.23 new_esEs24(x0, x1, ty_@0) 18.40/7.23 new_esEs22(x0, x1, ty_Char) 18.40/7.23 new_compare19(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 18.40/7.23 new_ltEs12(x0, x1, x2) 18.40/7.23 new_primMulNat0(Zero, Succ(x0)) 18.40/7.23 new_esEs23(x0, x1, ty_Int) 18.40/7.23 new_pePe(False, x0) 18.40/7.23 new_compare19(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 18.40/7.23 new_compare19(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 18.40/7.23 new_primMulNat0(Zero, Zero) 18.40/7.23 new_compare111(x0, x1, True, x2, x3) 18.40/7.23 new_esEs25(x0, x1, ty_Int) 18.40/7.23 new_compare30(x0, x1, ty_Float) 18.40/7.23 new_esEs4(Left(x0), Left(x1), ty_Int, x2) 18.40/7.23 new_esEs10(x0, x1, ty_Double) 18.40/7.23 new_esEs21(x0, x1, ty_Char) 18.40/7.23 new_esEs4(Right(x0), Right(x1), x2, ty_Double) 18.40/7.23 new_compare13(x0, x1, False, x2, x3, x4) 18.40/7.23 new_ltEs14(EQ, EQ) 18.40/7.23 new_compare9(:%(x0, x1), :%(x2, x3), ty_Int) 18.40/7.23 new_primPlusNat1(Succ(x0), Zero) 18.40/7.23 new_esEs10(x0, x1, app(app(ty_@2, x2), x3)) 18.40/7.23 new_lt14(x0, x1, ty_Float) 18.40/7.23 new_esEs9(x0, x1, ty_Double) 18.40/7.23 new_esEs9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.40/7.23 new_ltEs7(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 18.40/7.23 new_compare25(x0, x1, False, x2, x3) 18.40/7.23 new_esEs4(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 18.40/7.23 new_ltEs8(Just(x0), Just(x1), ty_Integer) 18.40/7.23 new_lt16(x0, x1) 18.40/7.23 new_esEs9(x0, x1, ty_Char) 18.40/7.23 new_ltEs19(x0, x1, ty_Char) 18.40/7.23 new_esEs4(Right(x0), Right(x1), x2, ty_Int) 18.40/7.23 new_ltEs7(Left(x0), Left(x1), ty_@0, x2) 18.40/7.23 new_esEs26(x0, x1, ty_Float) 18.40/7.23 new_esEs9(x0, x1, ty_Ordering) 18.40/7.23 new_esEs11(x0, x1, ty_Ordering) 18.40/7.23 new_ltEs8(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 18.40/7.23 new_esEs4(Left(x0), Left(x1), ty_Double, x2) 18.40/7.23 new_esEs25(x0, x1, app(app(ty_Either, x2), x3)) 18.40/7.23 new_esEs23(x0, x1, ty_Ordering) 18.40/7.23 new_esEs17(:(x0, x1), [], x2) 18.40/7.23 new_ltEs13(@2(x0, x1), @2(x2, x3), x4, x5) 18.40/7.23 new_esEs4(Left(x0), Left(x1), ty_Char, x2) 18.40/7.23 new_esEs25(x0, x1, ty_Double) 18.40/7.23 new_ltEs19(x0, x1, ty_Int) 18.40/7.23 new_esEs9(x0, x1, ty_Int) 18.40/7.23 new_esEs25(x0, x1, app(ty_[], x2)) 18.40/7.23 new_compare11(x0, x1, False) 18.40/7.23 new_compare8(x0, x1) 18.40/7.23 new_compare15(x0, x1, x2, x3, x4) 18.40/7.23 new_ltEs18(x0, x1, app(ty_Ratio, x2)) 18.40/7.23 new_esEs21(x0, x1, app(app(ty_Either, x2), x3)) 18.40/7.23 new_ltEs18(x0, x1, ty_Double) 18.40/7.23 new_not(True) 18.40/7.23 new_esEs25(x0, x1, ty_@0) 18.40/7.23 new_esEs23(x0, x1, app(ty_[], x2)) 18.40/7.23 new_ltEs18(x0, x1, ty_@0) 18.40/7.23 new_esEs11(x0, x1, ty_Int) 18.40/7.23 new_compare17(Integer(x0), Integer(x1)) 18.40/7.23 new_esEs8(EQ, GT) 18.40/7.23 new_esEs8(GT, EQ) 18.40/7.23 new_esEs4(Left(x0), Left(x1), app(ty_[], x2), x3) 18.40/7.23 new_esEs4(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 18.40/7.23 new_lt12(x0, x1) 18.40/7.23 new_ltEs7(Left(x0), Left(x1), ty_Ordering, x2) 18.40/7.23 new_esEs10(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.40/7.23 new_esEs4(Right(x0), Right(x1), x2, ty_Char) 18.40/7.23 new_esEs10(x0, x1, ty_Char) 18.40/7.23 new_ltEs7(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 18.40/7.23 new_esEs6(@2(x0, x1), @2(x2, x3), x4, x5) 18.40/7.23 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 18.40/7.23 new_esEs7(Just(x0), Just(x1), app(ty_[], x2)) 18.40/7.23 new_lt4(x0, x1, x2, x3) 18.40/7.23 new_ltEs18(x0, x1, ty_Bool) 18.40/7.23 new_lt13(x0, x1, ty_Bool) 18.40/7.23 new_esEs11(x0, x1, ty_Char) 18.40/7.23 new_lt10(x0, x1) 18.40/7.23 new_esEs11(x0, x1, ty_Double) 18.40/7.23 new_esEs23(x0, x1, app(ty_Ratio, x2)) 18.40/7.23 new_ltEs16(x0, x1) 18.40/7.23 new_compare27(x0, x1, False, x2, x3) 18.40/7.23 new_ltEs4(False, True) 18.40/7.23 new_ltEs4(True, False) 18.40/7.23 new_compare6(x0, x1, x2, x3) 18.40/7.23 new_lt20(x0, x1, ty_@0) 18.40/7.23 new_esEs7(Just(x0), Just(x1), app(ty_Ratio, x2)) 18.40/7.23 new_lt20(x0, x1, app(ty_Maybe, x2)) 18.40/7.23 new_ltEs18(x0, x1, ty_Int) 18.40/7.23 new_esEs21(x0, x1, ty_Double) 18.40/7.23 new_esEs22(x0, x1, app(app(ty_Either, x2), x3)) 18.40/7.23 new_esEs7(Nothing, Nothing, x0) 18.40/7.23 new_lt20(x0, x1, app(ty_[], x2)) 18.40/7.23 new_ltEs8(Nothing, Nothing, x0) 18.40/7.23 new_lt20(x0, x1, ty_Double) 18.40/7.23 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 18.40/7.23 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 18.40/7.23 new_lt20(x0, x1, ty_Char) 18.40/7.23 new_esEs25(x0, x1, app(app(ty_@2, x2), x3)) 18.40/7.23 new_esEs22(x0, x1, ty_Integer) 18.40/7.23 new_ltEs7(Right(x0), Right(x1), x2, ty_Ordering) 18.40/7.23 new_esEs7(Just(x0), Just(x1), ty_Float) 18.40/7.23 new_esEs9(x0, x1, app(app(ty_@2, x2), x3)) 18.40/7.23 new_esEs28(x0, x1, ty_Integer) 18.40/7.23 new_esEs10(x0, x1, ty_@0) 18.40/7.23 new_esEs16(Integer(x0), Integer(x1)) 18.40/7.23 new_ltEs5(x0, x1) 18.40/7.23 new_esEs21(x0, x1, ty_@0) 18.40/7.23 new_esEs10(x0, x1, ty_Int) 18.40/7.23 new_esEs4(Right(x0), Right(x1), x2, ty_Bool) 18.40/7.23 new_primCmpInt(Pos(Zero), Pos(Zero)) 18.40/7.23 new_esEs22(x0, x1, ty_Ordering) 18.40/7.23 new_lt20(x0, x1, ty_Int) 18.40/7.23 new_esEs24(x0, x1, app(app(ty_@2, x2), x3)) 18.40/7.23 new_esEs25(x0, x1, app(ty_Maybe, x2)) 18.40/7.23 new_ltEs7(Right(x0), Right(x1), x2, ty_Char) 18.40/7.23 new_esEs13(Char(x0), Char(x1)) 18.40/7.23 new_esEs11(x0, x1, app(app(ty_@2, x2), x3)) 18.40/7.23 new_esEs14(@0, @0) 18.40/7.23 new_ltEs18(x0, x1, app(ty_Maybe, x2)) 18.40/7.23 new_esEs10(x0, x1, ty_Bool) 18.40/7.23 new_primEqNat0(Succ(x0), Zero) 18.40/7.23 new_esEs21(x0, x1, ty_Integer) 18.40/7.23 new_esEs12(Float(x0, x1), Float(x2, x3)) 18.40/7.23 new_ltEs14(GT, GT) 18.40/7.23 new_esEs26(x0, x1, ty_Integer) 18.40/7.23 new_compare24(x0, x1, False) 18.40/7.23 new_primCmpNat0(Succ(x0), Zero) 18.40/7.23 new_esEs4(Left(x0), Left(x1), ty_Bool, x2) 18.40/7.23 new_compare111(x0, x1, False, x2, x3) 18.40/7.23 new_lt20(x0, x1, ty_Bool) 18.40/7.23 new_esEs20(True, True) 18.40/7.23 new_esEs7(Just(x0), Just(x1), app(ty_Maybe, x2)) 18.40/7.23 new_ltEs7(Right(x0), Right(x1), x2, ty_Int) 18.40/7.23 new_compare30(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.40/7.23 new_compare30(x0, x1, ty_Integer) 18.40/7.23 new_ltEs9(x0, x1) 18.40/7.23 new_compare110(x0, x1, False, x2) 18.40/7.23 new_sr(Integer(x0), Integer(x1)) 18.40/7.23 new_lt20(x0, x1, ty_Integer) 18.40/7.23 new_esEs8(LT, GT) 18.40/7.23 new_esEs8(GT, LT) 18.40/7.23 new_esEs25(x0, x1, app(ty_Ratio, x2)) 18.40/7.23 new_esEs23(x0, x1, ty_@0) 18.40/7.23 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 18.40/7.23 new_ltEs19(x0, x1, ty_Integer) 18.40/7.23 new_ltEs11(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 18.40/7.23 new_ltEs4(False, False) 18.40/7.23 new_esEs4(Right(x0), Right(x1), x2, ty_Integer) 18.40/7.23 new_lt14(x0, x1, ty_Char) 18.40/7.23 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.40/7.23 new_primMulInt(Pos(x0), Neg(x1)) 18.40/7.23 new_primMulInt(Neg(x0), Pos(x1)) 18.40/7.23 new_ltEs17(x0, x1) 18.40/7.23 new_ltEs18(x0, x1, app(ty_[], x2)) 18.40/7.23 new_ltEs19(x0, x1, app(ty_[], x2)) 18.40/7.23 new_esEs21(x0, x1, ty_Bool) 18.40/7.23 new_esEs9(x0, x1, ty_@0) 18.40/7.23 new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) 18.40/7.23 new_esEs25(x0, x1, ty_Bool) 18.40/7.23 new_ltEs7(Left(x0), Left(x1), ty_Float, x2) 18.40/7.23 new_esEs4(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 18.40/7.23 new_esEs4(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 18.40/7.23 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 18.40/7.23 new_esEs4(Right(x0), Right(x1), x2, ty_@0) 18.40/7.23 new_ltEs19(x0, x1, ty_@0) 18.40/7.23 new_esEs7(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 18.40/7.23 new_ltEs7(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 18.40/7.23 new_primCmpNat0(Succ(x0), Succ(x1)) 18.40/7.23 new_esEs26(x0, x1, ty_@0) 18.40/7.23 new_esEs17(:(x0, x1), :(x2, x3), x4) 18.40/7.23 new_compare30(x0, x1, app(ty_Ratio, x2)) 18.40/7.23 new_ltEs7(Left(x0), Left(x1), ty_Integer, x2) 18.40/7.23 new_ltEs8(Just(x0), Nothing, x1) 18.40/7.23 new_compare210(x0, x1, True, x2, x3, x4) 18.40/7.23 new_compare16(Char(x0), Char(x1)) 18.40/7.23 new_ltEs7(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 18.40/7.23 new_lt14(x0, x1, ty_Int) 18.40/7.23 new_primCompAux0(x0, GT) 18.40/7.23 new_ltEs8(Just(x0), Just(x1), ty_Float) 18.40/7.23 new_primEqNat0(Zero, Zero) 18.40/7.23 new_lt17(x0, x1, x2) 18.40/7.23 new_ltEs8(Just(x0), Just(x1), ty_Bool) 18.40/7.23 new_esEs22(x0, x1, ty_Bool) 18.40/7.23 new_esEs15(Double(x0, x1), Double(x2, x3)) 18.40/7.23 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 18.40/7.23 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 18.40/7.23 new_not(False) 18.40/7.23 new_esEs22(x0, x1, app(ty_[], x2)) 18.40/7.23 new_esEs4(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 18.40/7.23 new_esEs7(Just(x0), Just(x1), ty_Ordering) 18.40/7.23 new_compare26(x0, x1, False, x2) 18.40/7.23 new_lt13(x0, x1, ty_@0) 18.40/7.23 new_ltEs6(x0, x1, x2) 18.40/7.23 new_esEs22(x0, x1, ty_Float) 18.40/7.23 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 18.40/7.23 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 18.40/7.23 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 18.40/7.23 new_ltEs7(Left(x0), Left(x1), ty_Int, x2) 18.40/7.23 new_esEs4(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 18.40/7.23 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 18.40/7.23 new_esEs24(x0, x1, app(app(ty_Either, x2), x3)) 18.40/7.23 new_primMulNat0(Succ(x0), Zero) 18.40/7.23 new_esEs25(x0, x1, ty_Ordering) 18.40/7.23 new_compare7(x0, x1) 18.40/7.23 new_lt14(x0, x1, ty_Integer) 18.40/7.23 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 18.40/7.23 new_esEs10(x0, x1, ty_Integer) 18.40/7.23 new_ltEs8(Just(x0), Just(x1), ty_Int) 18.40/7.23 new_lt14(x0, x1, ty_Bool) 18.40/7.23 new_lt8(x0, x1, x2, x3, x4) 18.40/7.23 new_esEs4(Left(x0), Left(x1), ty_Integer, x2) 18.40/7.23 new_ltEs7(Left(x0), Left(x1), ty_Char, x2) 18.40/7.23 new_esEs23(x0, x1, ty_Double) 18.40/7.23 new_esEs21(x0, x1, app(app(ty_@2, x2), x3)) 18.40/7.23 new_ltEs8(Just(x0), Just(x1), app(ty_[], x2)) 18.40/7.23 new_lt6(x0, x1, x2) 18.40/7.23 new_primCmpNat0(Zero, Succ(x0)) 18.40/7.23 new_esEs22(x0, x1, ty_Int) 18.40/7.23 new_lt13(x0, x1, app(ty_Ratio, x2)) 18.40/7.23 new_esEs21(x0, x1, app(ty_[], x2)) 18.40/7.23 new_esEs10(x0, x1, app(ty_Maybe, x2)) 18.40/7.23 new_compare30(x0, x1, ty_Bool) 18.40/7.23 new_esEs24(x0, x1, ty_Double) 18.40/7.23 new_compare12(x0, x1, x2, x3) 18.40/7.23 new_lt5(x0, x1) 18.40/7.23 new_esEs10(x0, x1, app(app(ty_Either, x2), x3)) 18.40/7.23 new_ltEs7(Right(x0), Left(x1), x2, x3) 18.40/7.23 new_esEs7(Nothing, Just(x0), x1) 18.40/7.23 new_ltEs7(Left(x0), Right(x1), x2, x3) 18.40/7.23 new_ltEs14(EQ, LT) 18.40/7.23 new_ltEs14(LT, EQ) 18.40/7.23 new_esEs18(x0, x1) 18.40/7.23 new_esEs22(x0, x1, app(ty_Ratio, x2)) 18.40/7.23 new_esEs25(x0, x1, ty_Integer) 18.40/7.23 new_esEs21(x0, x1, app(ty_Ratio, x2)) 18.40/7.23 new_lt11(x0, x1) 18.40/7.23 new_esEs21(x0, x1, ty_Ordering) 18.40/7.23 new_primPlusNat0(Succ(x0), x1) 18.40/7.23 new_ltEs7(Right(x0), Right(x1), x2, ty_Float) 18.40/7.23 new_compare19(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 18.40/7.23 new_compare25(x0, x1, True, x2, x3) 18.40/7.23 new_ltEs8(Just(x0), Just(x1), ty_Char) 18.40/7.23 new_primCmpNat0(Zero, Zero) 18.40/7.23 new_ltEs7(Left(x0), Left(x1), ty_Bool, x2) 18.40/7.23 new_esEs7(Just(x0), Just(x1), ty_Integer) 18.40/7.23 new_primMulInt(Neg(x0), Neg(x1)) 18.40/7.23 18.40/7.23 We have to consider all minimal (P,Q,R)-chains. 18.40/7.23 ---------------------------------------- 18.40/7.23 18.40/7.23 (19) QDPSizeChangeProof (EQUIVALENT) 18.40/7.23 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. 18.40/7.23 18.40/7.23 From the DPs we obtained the following set of size-change graphs: 18.40/7.23 *new_ltEs3(Just(vwx90), Just(vwx100), app(app(ty_Either, bdb), bdc)) -> new_ltEs(vwx90, vwx100, bdb, bdc) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs3(Just(vwx90), Just(vwx100), app(app(app(ty_@3, bdd), bde), bdf)) -> new_ltEs0(vwx90, vwx100, bdd, bde, bdf) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.40/7.23 18.40/7.23 18.40/7.23 *new_compare21(vwx90, vwx100, False, ee, ef) -> new_ltEs2(vwx90, vwx100, ee, ef) 18.40/7.23 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_compare5(vwx90, vwx100, eg) -> new_compare22(vwx90, vwx100, new_esEs7(vwx90, vwx100, eg), eg) 18.40/7.23 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs0(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), eh, dg, app(app(ty_Either, gc), gd)) -> new_ltEs(vwx92, vwx102, gc, gd) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs0(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), eh, dg, app(app(app(ty_@3, ge), gf), gg)) -> new_ltEs0(vwx92, vwx102, ge, gf, gg) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs0(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(app(ty_@3, ea), eb), ec), dg, dh) -> new_compare20(vwx90, vwx100, new_esEs5(vwx90, vwx100, ea, eb, ec), ea, eb, ec) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5, 3 > 6 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs2(@2(vwx90, vwx91), @2(vwx100, vwx101), bbh, app(app(ty_Either, bca), bcb)) -> new_ltEs(vwx91, vwx101, bca, bcb) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs2(@2(vwx90, vwx91), @2(vwx100, vwx101), bbh, app(app(app(ty_@3, bcc), bcd), bce)) -> new_ltEs0(vwx91, vwx101, bcc, bcd, bce) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs0(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(ty_@2, ee), ef), dg, dh) -> new_compare21(vwx90, vwx100, new_esEs6(vwx90, vwx100, ee, ef), ee, ef) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5 18.40/7.23 18.40/7.23 18.40/7.23 *new_compare22(vwx90, vwx100, False, eg) -> new_ltEs3(vwx90, vwx100, eg) 18.40/7.23 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs3(Just(vwx90), Just(vwx100), app(app(ty_@2, bdh), bea)) -> new_ltEs2(vwx90, vwx100, bdh, bea) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs0(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), eh, dg, app(app(ty_@2, ha), hb)) -> new_ltEs2(vwx92, vwx102, ha, hb) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs2(@2(vwx90, vwx91), @2(vwx100, vwx101), bbh, app(app(ty_@2, bcg), bch)) -> new_ltEs2(vwx91, vwx101, bcg, bch) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_lt0(vwx90, vwx100, ea, eb, ec) -> new_compare20(vwx90, vwx100, new_esEs5(vwx90, vwx100, ea, eb, ec), ea, eb, ec) 18.40/7.23 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 18.40/7.23 18.40/7.23 18.40/7.23 *new_compare1(vwx90, vwx100, ea, eb, ec) -> new_compare20(vwx90, vwx100, new_esEs5(vwx90, vwx100, ea, eb, ec), ea, eb, ec) 18.40/7.23 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 18.40/7.23 18.40/7.23 18.40/7.23 *new_compare2(vwx90, vwx100, False, de, df) -> new_ltEs(vwx90, vwx100, de, df) 18.40/7.23 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_compare20(vwx90, vwx100, False, ea, eb, ec) -> new_ltEs0(vwx90, vwx100, ea, eb, ec) 18.40/7.23 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4, 6 >= 5 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs3(Just(vwx90), Just(vwx100), app(ty_Maybe, beb)) -> new_ltEs3(vwx90, vwx100, beb) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs3(Just(vwx90), Just(vwx100), app(ty_[], bdg)) -> new_ltEs1(vwx90, vwx100, bdg) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs0(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), eh, dg, app(ty_Maybe, hc)) -> new_ltEs3(vwx92, vwx102, hc) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs2(@2(vwx90, vwx91), @2(vwx100, vwx101), bbh, app(ty_Maybe, bda)) -> new_ltEs3(vwx91, vwx101, bda) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs0(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), eh, app(ty_Maybe, gb), dh) -> new_lt3(vwx91, vwx101, gb) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs2(@2(vwx90, vwx91), @2(vwx100, vwx101), app(ty_Maybe, bbg), bah) -> new_lt3(vwx90, vwx100, bbg) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs1(:(vwx90, vwx91), :(vwx100, vwx101), hd) -> new_primCompAux(vwx90, vwx100, new_compare3(vwx91, vwx101, hd), hd) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_compare(:(vwx90, vwx91), :(vwx100, vwx101), hd) -> new_primCompAux(vwx90, vwx100, new_compare3(vwx91, vwx101, hd), hd) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs1(:(vwx90, vwx91), :(vwx100, vwx101), hd) -> new_compare(vwx91, vwx101, hd) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_compare(:(vwx90, vwx91), :(vwx100, vwx101), hd) -> new_compare(vwx91, vwx101, hd) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_lt3(vwx90, vwx100, eg) -> new_compare22(vwx90, vwx100, new_esEs7(vwx90, vwx100, eg), eg) 18.40/7.23 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs0(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), eh, app(app(ty_Either, fa), fb), dh) -> new_lt(vwx91, vwx101, fa, fb) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs2(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(ty_Either, baf), bag), bah) -> new_lt(vwx90, vwx100, baf, bag) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs0(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), eh, app(app(app(ty_@3, fc), fd), ff), dh) -> new_lt0(vwx91, vwx101, fc, fd, ff) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs2(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(app(ty_@3, bba), bbb), bbc), bah) -> new_lt0(vwx90, vwx100, bba, bbb, bbc) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.40/7.23 18.40/7.23 18.40/7.23 *new_primCompAux(vwx90, vwx100, vwx67, app(app(app(ty_@3, hg), hh), baa)) -> new_compare1(vwx90, vwx100, hg, hh, baa) 18.40/7.23 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4, 4 > 5 18.40/7.23 18.40/7.23 18.40/7.23 *new_primCompAux(vwx90, vwx100, vwx67, app(app(ty_@2, bac), bad)) -> new_compare4(vwx90, vwx100, bac, bad) 18.40/7.23 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_lt2(vwx90, vwx100, ee, ef) -> new_compare21(vwx90, vwx100, new_esEs6(vwx90, vwx100, ee, ef), ee, ef) 18.40/7.23 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 18.40/7.23 18.40/7.23 18.40/7.23 *new_compare4(vwx90, vwx100, ee, ef) -> new_compare21(vwx90, vwx100, new_esEs6(vwx90, vwx100, ee, ef), ee, ef) 18.40/7.23 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 18.40/7.23 18.40/7.23 18.40/7.23 *new_lt(vwx90, vwx100, de, df) -> new_compare2(vwx90, vwx100, new_esEs4(vwx90, vwx100, de, df), de, df) 18.40/7.23 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs0(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), eh, dg, app(ty_[], gh)) -> new_ltEs1(vwx92, vwx102, gh) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs2(@2(vwx90, vwx91), @2(vwx100, vwx101), bbh, app(ty_[], bcf)) -> new_ltEs1(vwx91, vwx101, bcf) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_compare0(vwx90, vwx100, de, df) -> new_compare2(vwx90, vwx100, new_esEs4(vwx90, vwx100, de, df), de, df) 18.40/7.23 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 18.40/7.23 18.40/7.23 18.40/7.23 *new_lt1(vwx90, vwx100, ed) -> new_compare(vwx90, vwx100, ed) 18.40/7.23 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_primCompAux(vwx90, vwx100, vwx67, app(app(ty_Either, he), hf)) -> new_compare0(vwx90, vwx100, he, hf) 18.40/7.23 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs0(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(ty_[], ed), dg, dh) -> new_compare(vwx90, vwx100, ed) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_primCompAux(vwx90, vwx100, vwx67, app(ty_[], bab)) -> new_compare(vwx90, vwx100, bab) 18.40/7.23 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_primCompAux(vwx90, vwx100, vwx67, app(ty_Maybe, bae)) -> new_compare5(vwx90, vwx100, bae) 18.40/7.23 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs0(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), eh, app(app(ty_@2, fh), ga), dh) -> new_lt2(vwx91, vwx101, fh, ga) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs2(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(ty_@2, bbe), bbf), bah) -> new_lt2(vwx90, vwx100, bbe, bbf) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs2(@2(vwx90, vwx91), @2(vwx100, vwx101), app(ty_[], bbd), bah) -> new_lt1(vwx90, vwx100, bbd) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs0(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(ty_Either, de), df), dg, dh) -> new_compare2(vwx90, vwx100, new_esEs4(vwx90, vwx100, de, df), de, df) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs0(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(ty_Maybe, eg), dg, dh) -> new_compare22(vwx90, vwx100, new_esEs7(vwx90, vwx100, eg), eg) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs0(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), eh, app(ty_[], fg), dh) -> new_lt1(vwx91, vwx101, fg) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs(Right(vwx90), Right(vwx100), cb, app(app(ty_Either, cc), cd)) -> new_ltEs(vwx90, vwx100, cc, cd) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs(Left(vwx90), Left(vwx100), app(app(ty_Either, h), ba), bb) -> new_ltEs(vwx90, vwx100, h, ba) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs(Left(vwx90), Left(vwx100), app(app(app(ty_@3, bc), bd), be), bb) -> new_ltEs0(vwx90, vwx100, bc, bd, be) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs(Right(vwx90), Right(vwx100), cb, app(app(app(ty_@3, ce), cf), cg)) -> new_ltEs0(vwx90, vwx100, ce, cf, cg) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs(Left(vwx90), Left(vwx100), app(app(ty_@2, bg), bh), bb) -> new_ltEs2(vwx90, vwx100, bg, bh) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs(Right(vwx90), Right(vwx100), cb, app(app(ty_@2, db), dc)) -> new_ltEs2(vwx90, vwx100, db, dc) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs(Right(vwx90), Right(vwx100), cb, app(ty_Maybe, dd)) -> new_ltEs3(vwx90, vwx100, dd) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs(Left(vwx90), Left(vwx100), app(ty_Maybe, ca), bb) -> new_ltEs3(vwx90, vwx100, ca) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs(Left(vwx90), Left(vwx100), app(ty_[], bf), bb) -> new_ltEs1(vwx90, vwx100, bf) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_ltEs(Right(vwx90), Right(vwx100), cb, app(ty_[], da)) -> new_ltEs1(vwx90, vwx100, da) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.40/7.23 18.40/7.23 18.40/7.23 ---------------------------------------- 18.40/7.23 18.40/7.23 (20) 18.40/7.23 YES 18.40/7.23 18.40/7.23 ---------------------------------------- 18.40/7.23 18.40/7.23 (21) 18.40/7.23 Obligation: 18.40/7.23 Q DP problem: 18.40/7.23 The TRS P consists of the following rules: 18.40/7.23 18.40/7.23 new_primMulNat(Succ(vwx30000), Succ(vwx40100)) -> new_primMulNat(vwx30000, Succ(vwx40100)) 18.40/7.23 18.40/7.23 R is empty. 18.40/7.23 Q is empty. 18.40/7.23 We have to consider all minimal (P,Q,R)-chains. 18.40/7.23 ---------------------------------------- 18.40/7.23 18.40/7.23 (22) QDPSizeChangeProof (EQUIVALENT) 18.40/7.23 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. 18.40/7.23 18.40/7.23 From the DPs we obtained the following set of size-change graphs: 18.40/7.23 *new_primMulNat(Succ(vwx30000), Succ(vwx40100)) -> new_primMulNat(vwx30000, Succ(vwx40100)) 18.40/7.23 The graph contains the following edges 1 > 1, 2 >= 2 18.40/7.23 18.40/7.23 18.40/7.23 ---------------------------------------- 18.40/7.23 18.40/7.23 (23) 18.40/7.23 YES 18.40/7.23 18.40/7.23 ---------------------------------------- 18.40/7.23 18.40/7.23 (24) 18.40/7.23 Obligation: 18.40/7.23 Q DP problem: 18.40/7.23 The TRS P consists of the following rules: 18.40/7.23 18.40/7.23 new_esEs(@2(vwx300, vwx301), @2(vwx400, vwx401), h, app(ty_[], bd)) -> new_esEs1(vwx301, vwx401, bd) 18.40/7.23 new_esEs3(Left(vwx300), Left(vwx400), app(app(ty_Either, bcg), bch), bca) -> new_esEs3(vwx300, vwx400, bcg, bch) 18.40/7.23 new_esEs3(Right(vwx300), Right(vwx400), bda, app(ty_[], bde)) -> new_esEs1(vwx300, vwx400, bde) 18.40/7.23 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), ga, gb, app(app(ty_@2, gc), gd)) -> new_esEs(vwx302, vwx402, gc, gd) 18.40/7.23 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, baf), bag), gb, hf) -> new_esEs(vwx300, vwx400, baf, bag) 18.40/7.23 new_esEs(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, cb), cc), cd) -> new_esEs(vwx300, vwx400, cb, cc) 18.40/7.23 new_esEs(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], cf), cd) -> new_esEs1(vwx300, vwx400, cf) 18.40/7.23 new_esEs1(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, fa)) -> new_esEs0(vwx300, vwx400, fa) 18.40/7.23 new_esEs(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, dc), dd), cd) -> new_esEs3(vwx300, vwx400, dc, dd) 18.40/7.23 new_esEs1(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, fg), fh)) -> new_esEs3(vwx300, vwx400, fg, fh) 18.40/7.23 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), ga, gb, app(app(ty_Either, hb), hc)) -> new_esEs3(vwx302, vwx402, hb, hc) 18.40/7.23 new_esEs0(Just(vwx300), Just(vwx400), app(app(ty_Either, ed), ee)) -> new_esEs3(vwx300, vwx400, ed, ee) 18.40/7.23 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), ga, app(app(app(ty_@3, baa), bab), bac), hf) -> new_esEs2(vwx301, vwx401, baa, bab, bac) 18.40/7.23 new_esEs3(Right(vwx300), Right(vwx400), bda, app(app(ty_Either, bea), beb)) -> new_esEs3(vwx300, vwx400, bea, beb) 18.40/7.23 new_esEs0(Just(vwx300), Just(vwx400), app(app(app(ty_@3, ea), eb), ec)) -> new_esEs2(vwx300, vwx400, ea, eb, ec) 18.40/7.23 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, bbb), bbc), bbd), gb, hf) -> new_esEs2(vwx300, vwx400, bbb, bbc, bbd) 18.40/7.23 new_esEs(@2(vwx300, vwx301), @2(vwx400, vwx401), h, app(app(ty_@2, ba), bb)) -> new_esEs(vwx301, vwx401, ba, bb) 18.40/7.23 new_esEs(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, cg), da), db), cd) -> new_esEs2(vwx300, vwx400, cg, da, db) 18.40/7.23 new_esEs3(Right(vwx300), Right(vwx400), bda, app(ty_Maybe, bdd)) -> new_esEs0(vwx300, vwx400, bdd) 18.40/7.23 new_esEs3(Left(vwx300), Left(vwx400), app(app(ty_@2, bbg), bbh), bca) -> new_esEs(vwx300, vwx400, bbg, bbh) 18.40/7.23 new_esEs(@2(vwx300, vwx301), @2(vwx400, vwx401), h, app(app(app(ty_@3, be), bf), bg)) -> new_esEs2(vwx301, vwx401, be, bf, bg) 18.40/7.23 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), ga, gb, app(ty_Maybe, ge)) -> new_esEs0(vwx302, vwx402, ge) 18.40/7.23 new_esEs3(Right(vwx300), Right(vwx400), bda, app(app(app(ty_@3, bdf), bdg), bdh)) -> new_esEs2(vwx300, vwx400, bdf, bdg, bdh) 18.40/7.23 new_esEs3(Left(vwx300), Left(vwx400), app(ty_[], bcc), bca) -> new_esEs1(vwx300, vwx400, bcc) 18.40/7.23 new_esEs(@2(vwx300, vwx301), @2(vwx400, vwx401), h, app(app(ty_Either, bh), ca)) -> new_esEs3(vwx301, vwx401, bh, ca) 18.40/7.23 new_esEs1(:(vwx300, vwx301), :(vwx400, vwx401), ef) -> new_esEs1(vwx301, vwx401, ef) 18.40/7.23 new_esEs1(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, eg), eh)) -> new_esEs(vwx300, vwx400, eg, eh) 18.40/7.23 new_esEs0(Just(vwx300), Just(vwx400), app(app(ty_@2, de), df)) -> new_esEs(vwx300, vwx400, de, df) 18.40/7.23 new_esEs1(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], fb)) -> new_esEs1(vwx300, vwx400, fb) 18.40/7.23 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), ga, app(app(ty_Either, bad), bae), hf) -> new_esEs3(vwx301, vwx401, bad, bae) 18.40/7.23 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, bah), gb, hf) -> new_esEs0(vwx300, vwx400, bah) 18.40/7.23 new_esEs3(Left(vwx300), Left(vwx400), app(ty_Maybe, bcb), bca) -> new_esEs0(vwx300, vwx400, bcb) 18.40/7.23 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], bba), gb, hf) -> new_esEs1(vwx300, vwx400, bba) 18.40/7.23 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), ga, app(ty_Maybe, hg), hf) -> new_esEs0(vwx301, vwx401, hg) 18.40/7.23 new_esEs0(Just(vwx300), Just(vwx400), app(ty_Maybe, dg)) -> new_esEs0(vwx300, vwx400, dg) 18.40/7.23 new_esEs1(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, fc), fd), ff)) -> new_esEs2(vwx300, vwx400, fc, fd, ff) 18.40/7.23 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), ga, gb, app(app(app(ty_@3, gg), gh), ha)) -> new_esEs2(vwx302, vwx402, gg, gh, ha) 18.40/7.23 new_esEs3(Right(vwx300), Right(vwx400), bda, app(app(ty_@2, bdb), bdc)) -> new_esEs(vwx300, vwx400, bdb, bdc) 18.40/7.23 new_esEs(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, ce), cd) -> new_esEs0(vwx300, vwx400, ce) 18.40/7.23 new_esEs3(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bcd), bce), bcf), bca) -> new_esEs2(vwx300, vwx400, bcd, bce, bcf) 18.40/7.23 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), ga, app(app(ty_@2, hd), he), hf) -> new_esEs(vwx301, vwx401, hd, he) 18.40/7.23 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), ga, app(ty_[], hh), hf) -> new_esEs1(vwx301, vwx401, hh) 18.40/7.23 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, bbe), bbf), gb, hf) -> new_esEs3(vwx300, vwx400, bbe, bbf) 18.40/7.23 new_esEs(@2(vwx300, vwx301), @2(vwx400, vwx401), h, app(ty_Maybe, bc)) -> new_esEs0(vwx301, vwx401, bc) 18.40/7.23 new_esEs0(Just(vwx300), Just(vwx400), app(ty_[], dh)) -> new_esEs1(vwx300, vwx400, dh) 18.40/7.23 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), ga, gb, app(ty_[], gf)) -> new_esEs1(vwx302, vwx402, gf) 18.40/7.23 18.40/7.23 R is empty. 18.40/7.23 Q is empty. 18.40/7.23 We have to consider all minimal (P,Q,R)-chains. 18.40/7.23 ---------------------------------------- 18.40/7.23 18.40/7.23 (25) QDPSizeChangeProof (EQUIVALENT) 18.40/7.23 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. 18.40/7.23 18.40/7.23 From the DPs we obtained the following set of size-change graphs: 18.40/7.23 *new_esEs1(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, eg), eh)) -> new_esEs(vwx300, vwx400, eg, eh) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs1(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, fg), fh)) -> new_esEs3(vwx300, vwx400, fg, fh) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs1(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, fc), fd), ff)) -> new_esEs2(vwx300, vwx400, fc, fd, ff) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs1(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, fa)) -> new_esEs0(vwx300, vwx400, fa) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs0(Just(vwx300), Just(vwx400), app(app(ty_@2, de), df)) -> new_esEs(vwx300, vwx400, de, df) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs0(Just(vwx300), Just(vwx400), app(app(ty_Either, ed), ee)) -> new_esEs3(vwx300, vwx400, ed, ee) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs0(Just(vwx300), Just(vwx400), app(app(app(ty_@3, ea), eb), ec)) -> new_esEs2(vwx300, vwx400, ea, eb, ec) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs0(Just(vwx300), Just(vwx400), app(ty_[], dh)) -> new_esEs1(vwx300, vwx400, dh) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs0(Just(vwx300), Just(vwx400), app(ty_Maybe, dg)) -> new_esEs0(vwx300, vwx400, dg) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs1(:(vwx300, vwx301), :(vwx400, vwx401), ef) -> new_esEs1(vwx301, vwx401, ef) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs1(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], fb)) -> new_esEs1(vwx300, vwx400, fb) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs3(Left(vwx300), Left(vwx400), app(app(ty_@2, bbg), bbh), bca) -> new_esEs(vwx300, vwx400, bbg, bbh) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs3(Right(vwx300), Right(vwx400), bda, app(app(ty_@2, bdb), bdc)) -> new_esEs(vwx300, vwx400, bdb, bdc) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, cb), cc), cd) -> new_esEs(vwx300, vwx400, cb, cc) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs(@2(vwx300, vwx301), @2(vwx400, vwx401), h, app(app(ty_@2, ba), bb)) -> new_esEs(vwx301, vwx401, ba, bb) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), ga, gb, app(app(ty_@2, gc), gd)) -> new_esEs(vwx302, vwx402, gc, gd) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, baf), bag), gb, hf) -> new_esEs(vwx300, vwx400, baf, bag) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), ga, app(app(ty_@2, hd), he), hf) -> new_esEs(vwx301, vwx401, hd, he) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs3(Left(vwx300), Left(vwx400), app(app(ty_Either, bcg), bch), bca) -> new_esEs3(vwx300, vwx400, bcg, bch) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs3(Right(vwx300), Right(vwx400), bda, app(app(ty_Either, bea), beb)) -> new_esEs3(vwx300, vwx400, bea, beb) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs3(Right(vwx300), Right(vwx400), bda, app(app(app(ty_@3, bdf), bdg), bdh)) -> new_esEs2(vwx300, vwx400, bdf, bdg, bdh) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs3(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bcd), bce), bcf), bca) -> new_esEs2(vwx300, vwx400, bcd, bce, bcf) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs3(Right(vwx300), Right(vwx400), bda, app(ty_[], bde)) -> new_esEs1(vwx300, vwx400, bde) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs3(Left(vwx300), Left(vwx400), app(ty_[], bcc), bca) -> new_esEs1(vwx300, vwx400, bcc) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs3(Right(vwx300), Right(vwx400), bda, app(ty_Maybe, bdd)) -> new_esEs0(vwx300, vwx400, bdd) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs3(Left(vwx300), Left(vwx400), app(ty_Maybe, bcb), bca) -> new_esEs0(vwx300, vwx400, bcb) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, dc), dd), cd) -> new_esEs3(vwx300, vwx400, dc, dd) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs(@2(vwx300, vwx301), @2(vwx400, vwx401), h, app(app(ty_Either, bh), ca)) -> new_esEs3(vwx301, vwx401, bh, ca) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), ga, gb, app(app(ty_Either, hb), hc)) -> new_esEs3(vwx302, vwx402, hb, hc) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), ga, app(app(ty_Either, bad), bae), hf) -> new_esEs3(vwx301, vwx401, bad, bae) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, bbe), bbf), gb, hf) -> new_esEs3(vwx300, vwx400, bbe, bbf) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, cg), da), db), cd) -> new_esEs2(vwx300, vwx400, cg, da, db) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs(@2(vwx300, vwx301), @2(vwx400, vwx401), h, app(app(app(ty_@3, be), bf), bg)) -> new_esEs2(vwx301, vwx401, be, bf, bg) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs(@2(vwx300, vwx301), @2(vwx400, vwx401), h, app(ty_[], bd)) -> new_esEs1(vwx301, vwx401, bd) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], cf), cd) -> new_esEs1(vwx300, vwx400, cf) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, ce), cd) -> new_esEs0(vwx300, vwx400, ce) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs(@2(vwx300, vwx301), @2(vwx400, vwx401), h, app(ty_Maybe, bc)) -> new_esEs0(vwx301, vwx401, bc) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), ga, app(app(app(ty_@3, baa), bab), bac), hf) -> new_esEs2(vwx301, vwx401, baa, bab, bac) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, bbb), bbc), bbd), gb, hf) -> new_esEs2(vwx300, vwx400, bbb, bbc, bbd) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), ga, gb, app(app(app(ty_@3, gg), gh), ha)) -> new_esEs2(vwx302, vwx402, gg, gh, ha) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], bba), gb, hf) -> new_esEs1(vwx300, vwx400, bba) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), ga, app(ty_[], hh), hf) -> new_esEs1(vwx301, vwx401, hh) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), ga, gb, app(ty_[], gf)) -> new_esEs1(vwx302, vwx402, gf) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), ga, gb, app(ty_Maybe, ge)) -> new_esEs0(vwx302, vwx402, ge) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, bah), gb, hf) -> new_esEs0(vwx300, vwx400, bah) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.40/7.23 18.40/7.23 18.40/7.23 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), ga, app(ty_Maybe, hg), hf) -> new_esEs0(vwx301, vwx401, hg) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.40/7.23 18.40/7.23 18.40/7.23 ---------------------------------------- 18.40/7.23 18.40/7.23 (26) 18.40/7.23 YES 18.40/7.23 18.40/7.23 ---------------------------------------- 18.40/7.23 18.40/7.23 (27) 18.40/7.23 Obligation: 18.40/7.23 Q DP problem: 18.40/7.23 The TRS P consists of the following rules: 18.40/7.23 18.40/7.23 new_primEqNat(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat(vwx3000, vwx4000) 18.40/7.23 18.40/7.23 R is empty. 18.40/7.23 Q is empty. 18.40/7.23 We have to consider all minimal (P,Q,R)-chains. 18.40/7.23 ---------------------------------------- 18.40/7.23 18.40/7.23 (28) QDPSizeChangeProof (EQUIVALENT) 18.40/7.23 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. 18.40/7.23 18.40/7.23 From the DPs we obtained the following set of size-change graphs: 18.40/7.23 *new_primEqNat(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat(vwx3000, vwx4000) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2 18.40/7.23 18.40/7.23 18.40/7.23 ---------------------------------------- 18.40/7.23 18.40/7.23 (29) 18.40/7.23 YES 18.40/7.23 18.40/7.23 ---------------------------------------- 18.40/7.23 18.40/7.23 (30) 18.40/7.23 Obligation: 18.40/7.23 Q DP problem: 18.40/7.23 The TRS P consists of the following rules: 18.40/7.23 18.40/7.23 new_primPlusNat(Succ(vwx4100), Succ(vwx401000)) -> new_primPlusNat(vwx4100, vwx401000) 18.40/7.23 18.40/7.23 R is empty. 18.40/7.23 Q is empty. 18.40/7.23 We have to consider all minimal (P,Q,R)-chains. 18.40/7.23 ---------------------------------------- 18.40/7.23 18.40/7.23 (31) QDPSizeChangeProof (EQUIVALENT) 18.40/7.23 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. 18.40/7.23 18.40/7.23 From the DPs we obtained the following set of size-change graphs: 18.40/7.23 *new_primPlusNat(Succ(vwx4100), Succ(vwx401000)) -> new_primPlusNat(vwx4100, vwx401000) 18.40/7.23 The graph contains the following edges 1 > 1, 2 > 2 18.40/7.23 18.40/7.23 18.40/7.23 ---------------------------------------- 18.40/7.23 18.40/7.23 (32) 18.40/7.23 YES 18.48/8.25 EOF