14.59/6.46 YES 17.13/7.19 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 17.13/7.19 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 17.13/7.19 17.13/7.19 17.13/7.19 H-Termination with start terms of the given HASKELL could be proven: 17.13/7.19 17.13/7.19 (0) HASKELL 17.13/7.19 (1) CR [EQUIVALENT, 0 ms] 17.13/7.19 (2) HASKELL 17.13/7.19 (3) IFR [EQUIVALENT, 0 ms] 17.13/7.19 (4) HASKELL 17.13/7.19 (5) BR [EQUIVALENT, 0 ms] 17.13/7.19 (6) HASKELL 17.13/7.19 (7) COR [EQUIVALENT, 7 ms] 17.13/7.19 (8) HASKELL 17.13/7.19 (9) LetRed [EQUIVALENT, 0 ms] 17.13/7.19 (10) HASKELL 17.13/7.19 (11) NumRed [SOUND, 0 ms] 17.13/7.19 (12) HASKELL 17.13/7.19 (13) Narrow [SOUND, 0 ms] 17.13/7.19 (14) AND 17.13/7.19 (15) QDP 17.13/7.19 (16) QDPSizeChangeProof [EQUIVALENT, 0 ms] 17.13/7.19 (17) YES 17.13/7.19 (18) QDP 17.13/7.19 (19) QDPSizeChangeProof [EQUIVALENT, 0 ms] 17.13/7.19 (20) YES 17.13/7.19 (21) QDP 17.13/7.19 (22) QDPSizeChangeProof [EQUIVALENT, 0 ms] 17.13/7.19 (23) YES 17.13/7.19 (24) QDP 17.13/7.19 (25) QDPSizeChangeProof [EQUIVALENT, 0 ms] 17.13/7.19 (26) YES 17.13/7.19 (27) QDP 17.13/7.19 (28) QDPSizeChangeProof [EQUIVALENT, 0 ms] 17.13/7.19 (29) YES 17.13/7.19 (30) QDP 17.13/7.19 (31) QDPSizeChangeProof [EQUIVALENT, 45 ms] 17.13/7.19 (32) YES 17.13/7.19 17.13/7.19 17.13/7.19 ---------------------------------------- 17.13/7.19 17.13/7.19 (0) 17.13/7.19 Obligation: 17.13/7.19 mainModule Main 17.13/7.19 module Main where { 17.13/7.19 import qualified Prelude; 17.13/7.19 } 17.13/7.19 17.13/7.19 ---------------------------------------- 17.13/7.19 17.13/7.19 (1) CR (EQUIVALENT) 17.13/7.19 Case Reductions: 17.13/7.19 The following Case expression 17.13/7.19 "case compare x y of { 17.13/7.19 EQ -> o; 17.13/7.19 LT -> LT; 17.13/7.19 GT -> GT} 17.13/7.19 " 17.13/7.19 is transformed to 17.13/7.19 "primCompAux0 o EQ = o; 17.13/7.19 primCompAux0 o LT = LT; 17.13/7.19 primCompAux0 o GT = GT; 17.13/7.19 " 17.13/7.19 17.13/7.19 ---------------------------------------- 17.13/7.19 17.13/7.19 (2) 17.13/7.19 Obligation: 17.13/7.19 mainModule Main 17.13/7.19 module Main where { 17.13/7.19 import qualified Prelude; 17.13/7.19 } 17.13/7.19 17.13/7.19 ---------------------------------------- 17.13/7.19 17.13/7.19 (3) IFR (EQUIVALENT) 17.13/7.19 If Reductions: 17.13/7.19 The following If expression 17.13/7.19 "if primGEqNatS x y then Succ (primDivNatS (primMinusNatS x y) (Succ y)) else Zero" 17.13/7.19 is transformed to 17.13/7.19 "primDivNatS0 x y True = Succ (primDivNatS (primMinusNatS x y) (Succ y)); 17.13/7.19 primDivNatS0 x y False = Zero; 17.13/7.19 " 17.13/7.19 The following If expression 17.13/7.19 "if primGEqNatS x y then primModNatS (primMinusNatS x y) (Succ y) else Succ x" 17.13/7.19 is transformed to 17.13/7.19 "primModNatS0 x y True = primModNatS (primMinusNatS x y) (Succ y); 17.13/7.19 primModNatS0 x y False = Succ x; 17.13/7.19 " 17.13/7.19 17.13/7.19 ---------------------------------------- 17.13/7.19 17.13/7.19 (4) 17.13/7.19 Obligation: 17.13/7.19 mainModule Main 17.13/7.19 module Main where { 17.13/7.19 import qualified Prelude; 17.13/7.19 } 17.13/7.19 17.13/7.19 ---------------------------------------- 17.13/7.19 17.13/7.19 (5) BR (EQUIVALENT) 17.13/7.19 Replaced joker patterns by fresh variables and removed binding patterns. 17.13/7.19 ---------------------------------------- 17.13/7.19 17.13/7.19 (6) 17.13/7.19 Obligation: 17.13/7.19 mainModule Main 17.13/7.19 module Main where { 17.13/7.19 import qualified Prelude; 17.13/7.19 } 17.13/7.19 17.13/7.19 ---------------------------------------- 17.13/7.19 17.13/7.19 (7) COR (EQUIVALENT) 17.13/7.19 Cond Reductions: 17.13/7.19 The following Function with conditions 17.13/7.19 "compare x y|x == yEQ|x <= yLT|otherwiseGT; 17.13/7.19 " 17.13/7.19 is transformed to 17.13/7.19 "compare x y = compare3 x y; 17.13/7.19 " 17.13/7.19 "compare0 x y True = GT; 17.13/7.19 " 17.13/7.19 "compare2 x y True = EQ; 17.13/7.19 compare2 x y False = compare1 x y (x <= y); 17.13/7.19 " 17.13/7.19 "compare1 x y True = LT; 17.13/7.19 compare1 x y False = compare0 x y otherwise; 17.13/7.19 " 17.13/7.19 "compare3 x y = compare2 x y (x == y); 17.13/7.19 " 17.13/7.19 The following Function with conditions 17.13/7.19 "absReal x|x >= 0x|otherwise`negate` x; 17.13/7.19 " 17.13/7.19 is transformed to 17.13/7.19 "absReal x = absReal2 x; 17.13/7.19 " 17.13/7.19 "absReal0 x True = `negate` x; 17.13/7.19 " 17.13/7.19 "absReal1 x True = x; 17.13/7.19 absReal1 x False = absReal0 x otherwise; 17.13/7.19 " 17.13/7.19 "absReal2 x = absReal1 x (x >= 0); 17.13/7.19 " 17.13/7.19 The following Function with conditions 17.13/7.19 "gcd' x 0 = x; 17.13/7.19 gcd' x y = gcd' y (x `rem` y); 17.13/7.19 " 17.13/7.19 is transformed to 17.13/7.19 "gcd' x zx = gcd'2 x zx; 17.13/7.19 gcd' x y = gcd'0 x y; 17.13/7.19 " 17.13/7.19 "gcd'0 x y = gcd' y (x `rem` y); 17.13/7.19 " 17.13/7.19 "gcd'1 True x zx = x; 17.13/7.19 gcd'1 zy zz vuu = gcd'0 zz vuu; 17.13/7.19 " 17.13/7.19 "gcd'2 x zx = gcd'1 (zx == 0) x zx; 17.13/7.19 gcd'2 vuv vuw = gcd'0 vuv vuw; 17.13/7.19 " 17.13/7.19 The following Function with conditions 17.13/7.19 "gcd 0 0 = error []; 17.13/7.19 gcd x y = gcd' (abs x) (abs y) where { 17.13/7.19 gcd' x 0 = x; 17.13/7.19 gcd' x y = gcd' y (x `rem` y); 17.13/7.19 } 17.13/7.19 ; 17.13/7.19 " 17.13/7.19 is transformed to 17.13/7.19 "gcd vux vuy = gcd3 vux vuy; 17.13/7.19 gcd x y = gcd0 x y; 17.13/7.19 " 17.13/7.19 "gcd0 x y = gcd' (abs x) (abs y) where { 17.13/7.19 gcd' x zx = gcd'2 x zx; 17.13/7.19 gcd' x y = gcd'0 x y; 17.13/7.19 ; 17.13/7.19 gcd'0 x y = gcd' y (x `rem` y); 17.13/7.19 ; 17.13/7.19 gcd'1 True x zx = x; 17.13/7.19 gcd'1 zy zz vuu = gcd'0 zz vuu; 17.13/7.19 ; 17.13/7.19 gcd'2 x zx = gcd'1 (zx == 0) x zx; 17.13/7.19 gcd'2 vuv vuw = gcd'0 vuv vuw; 17.13/7.19 } 17.13/7.19 ; 17.13/7.19 " 17.13/7.19 "gcd1 True vux vuy = error []; 17.13/7.19 gcd1 vuz vvu vvv = gcd0 vvu vvv; 17.13/7.19 " 17.13/7.19 "gcd2 True vux vuy = gcd1 (vuy == 0) vux vuy; 17.13/7.19 gcd2 vvw vvx vvy = gcd0 vvx vvy; 17.13/7.19 " 17.13/7.19 "gcd3 vux vuy = gcd2 (vux == 0) vux vuy; 17.13/7.19 gcd3 vvz vwu = gcd0 vvz vwu; 17.13/7.19 " 17.13/7.19 The following Function with conditions 17.13/7.19 "undefined |Falseundefined; 17.13/7.19 " 17.13/7.19 is transformed to 17.13/7.19 "undefined = undefined1; 17.13/7.19 " 17.13/7.19 "undefined0 True = undefined; 17.13/7.19 " 17.13/7.19 "undefined1 = undefined0 False; 17.13/7.19 " 17.13/7.19 The following Function with conditions 17.13/7.19 "reduce x y|y == 0error []|otherwisex `quot` d :% (y `quot` d) where { 17.13/7.19 d = gcd x y; 17.13/7.19 } 17.13/7.19 ; 17.13/7.19 " 17.13/7.19 is transformed to 17.13/7.19 "reduce x y = reduce2 x y; 17.13/7.19 " 17.13/7.19 "reduce2 x y = reduce1 x y (y == 0) where { 17.13/7.19 d = gcd x y; 17.13/7.19 ; 17.13/7.19 reduce0 x y True = x `quot` d :% (y `quot` d); 17.13/7.19 ; 17.13/7.19 reduce1 x y True = error []; 17.13/7.19 reduce1 x y False = reduce0 x y otherwise; 17.13/7.19 } 17.13/7.19 ; 17.13/7.19 " 17.13/7.19 17.13/7.19 ---------------------------------------- 17.13/7.19 17.13/7.19 (8) 17.13/7.19 Obligation: 17.13/7.19 mainModule Main 17.13/7.19 module Main where { 17.13/7.19 import qualified Prelude; 17.13/7.19 } 17.13/7.19 17.13/7.19 ---------------------------------------- 17.13/7.19 17.13/7.19 (9) LetRed (EQUIVALENT) 17.13/7.19 Let/Where Reductions: 17.13/7.19 The bindings of the following Let/Where expression 17.13/7.19 "gcd' (abs x) (abs y) where { 17.13/7.19 gcd' x zx = gcd'2 x zx; 17.13/7.19 gcd' x y = gcd'0 x y; 17.13/7.19 ; 17.13/7.19 gcd'0 x y = gcd' y (x `rem` y); 17.13/7.19 ; 17.13/7.19 gcd'1 True x zx = x; 17.13/7.19 gcd'1 zy zz vuu = gcd'0 zz vuu; 17.13/7.19 ; 17.13/7.19 gcd'2 x zx = gcd'1 (zx == 0) x zx; 17.13/7.19 gcd'2 vuv vuw = gcd'0 vuv vuw; 17.13/7.19 } 17.13/7.19 " 17.13/7.19 are unpacked to the following functions on top level 17.13/7.19 "gcd0Gcd'2 x zx = gcd0Gcd'1 (zx == 0) x zx; 17.13/7.19 gcd0Gcd'2 vuv vuw = gcd0Gcd'0 vuv vuw; 17.13/7.19 " 17.13/7.19 "gcd0Gcd'0 x y = gcd0Gcd' y (x `rem` y); 17.13/7.19 " 17.13/7.19 "gcd0Gcd' x zx = gcd0Gcd'2 x zx; 17.13/7.19 gcd0Gcd' x y = gcd0Gcd'0 x y; 17.13/7.19 " 17.13/7.19 "gcd0Gcd'1 True x zx = x; 17.13/7.19 gcd0Gcd'1 zy zz vuu = gcd0Gcd'0 zz vuu; 17.13/7.19 " 17.13/7.19 The bindings of the following Let/Where expression 17.13/7.19 "reduce1 x y (y == 0) where { 17.13/7.19 d = gcd x y; 17.13/7.19 ; 17.13/7.19 reduce0 x y True = x `quot` d :% (y `quot` d); 17.13/7.19 ; 17.13/7.19 reduce1 x y True = error []; 17.13/7.19 reduce1 x y False = reduce0 x y otherwise; 17.13/7.19 } 17.13/7.19 " 17.13/7.19 are unpacked to the following functions on top level 17.13/7.19 "reduce2D vwv vww = gcd vwv vww; 17.13/7.19 " 17.13/7.19 "reduce2Reduce0 vwv vww x y True = x `quot` reduce2D vwv vww :% (y `quot` reduce2D vwv vww); 17.13/7.19 " 17.13/7.19 "reduce2Reduce1 vwv vww x y True = error []; 17.13/7.19 reduce2Reduce1 vwv vww x y False = reduce2Reduce0 vwv vww x y otherwise; 17.13/7.19 " 17.13/7.19 17.13/7.19 ---------------------------------------- 17.13/7.19 17.13/7.19 (10) 17.13/7.19 Obligation: 17.13/7.19 mainModule Main 17.13/7.19 module Main where { 17.13/7.19 import qualified Prelude; 17.13/7.19 } 17.13/7.19 17.13/7.19 ---------------------------------------- 17.13/7.19 17.13/7.19 (11) NumRed (SOUND) 17.13/7.19 Num Reduction:All numbers are transformed to their corresponding representation with Succ, Pred and Zero. 17.13/7.19 ---------------------------------------- 17.13/7.19 17.13/7.19 (12) 17.13/7.19 Obligation: 17.13/7.19 mainModule Main 17.13/7.19 module Main where { 17.13/7.19 import qualified Prelude; 17.13/7.19 } 17.13/7.19 17.13/7.19 ---------------------------------------- 17.13/7.19 17.13/7.19 (13) Narrow (SOUND) 17.13/7.19 Haskell To QDPs 17.13/7.19 17.13/7.19 digraph dp_graph { 17.13/7.19 node [outthreshold=100, inthreshold=100];1[label="(>=)",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 17.13/7.19 3[label="(>=) vwx3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 17.13/7.19 4[label="(>=) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];4 -> 5[label="",style="solid", color="black", weight=3]; 17.13/7.19 5[label="compare vwx3 vwx4 /= LT",fontsize=16,color="black",shape="box"];5 -> 6[label="",style="solid", color="black", weight=3]; 17.13/7.19 6 -> 70[label="",style="dashed", color="red", weight=0]; 17.13/7.19 6[label="not (compare vwx3 vwx4 == LT)",fontsize=16,color="magenta"];6 -> 71[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 71[label="compare vwx3 vwx4 == LT",fontsize=16,color="black",shape="box"];71 -> 89[label="",style="solid", color="black", weight=3]; 17.13/7.19 70[label="not vwx12",fontsize=16,color="burlywood",shape="triangle"];2716[label="vwx12/False",fontsize=10,color="white",style="solid",shape="box"];70 -> 2716[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2716 -> 90[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2717[label="vwx12/True",fontsize=10,color="white",style="solid",shape="box"];70 -> 2717[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2717 -> 91[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 89[label="compare3 vwx3 vwx4 == LT",fontsize=16,color="black",shape="box"];89 -> 92[label="",style="solid", color="black", weight=3]; 17.13/7.19 90[label="not False",fontsize=16,color="black",shape="box"];90 -> 93[label="",style="solid", color="black", weight=3]; 17.13/7.19 91[label="not True",fontsize=16,color="black",shape="box"];91 -> 94[label="",style="solid", color="black", weight=3]; 17.13/7.19 92[label="compare2 vwx3 vwx4 (vwx3 == vwx4) == LT",fontsize=16,color="burlywood",shape="box"];2718[label="vwx3/Nothing",fontsize=10,color="white",style="solid",shape="box"];92 -> 2718[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2718 -> 95[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2719[label="vwx3/Just vwx30",fontsize=10,color="white",style="solid",shape="box"];92 -> 2719[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2719 -> 96[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 93[label="True",fontsize=16,color="green",shape="box"];94[label="False",fontsize=16,color="green",shape="box"];95[label="compare2 Nothing vwx4 (Nothing == vwx4) == LT",fontsize=16,color="burlywood",shape="box"];2720[label="vwx4/Nothing",fontsize=10,color="white",style="solid",shape="box"];95 -> 2720[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2720 -> 97[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2721[label="vwx4/Just vwx40",fontsize=10,color="white",style="solid",shape="box"];95 -> 2721[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2721 -> 98[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 96[label="compare2 (Just vwx30) vwx4 (Just vwx30 == vwx4) == LT",fontsize=16,color="burlywood",shape="box"];2722[label="vwx4/Nothing",fontsize=10,color="white",style="solid",shape="box"];96 -> 2722[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2722 -> 99[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2723[label="vwx4/Just vwx40",fontsize=10,color="white",style="solid",shape="box"];96 -> 2723[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2723 -> 100[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 97[label="compare2 Nothing Nothing (Nothing == Nothing) == LT",fontsize=16,color="black",shape="box"];97 -> 101[label="",style="solid", color="black", weight=3]; 17.13/7.19 98[label="compare2 Nothing (Just vwx40) (Nothing == Just vwx40) == LT",fontsize=16,color="black",shape="box"];98 -> 102[label="",style="solid", color="black", weight=3]; 17.13/7.19 99[label="compare2 (Just vwx30) Nothing (Just vwx30 == Nothing) == LT",fontsize=16,color="black",shape="box"];99 -> 103[label="",style="solid", color="black", weight=3]; 17.13/7.19 100[label="compare2 (Just vwx30) (Just vwx40) (Just vwx30 == Just vwx40) == LT",fontsize=16,color="black",shape="box"];100 -> 104[label="",style="solid", color="black", weight=3]; 17.13/7.19 101[label="compare2 Nothing Nothing True == LT",fontsize=16,color="black",shape="box"];101 -> 105[label="",style="solid", color="black", weight=3]; 17.13/7.19 102[label="compare2 Nothing (Just vwx40) False == LT",fontsize=16,color="black",shape="box"];102 -> 106[label="",style="solid", color="black", weight=3]; 17.13/7.19 103[label="compare2 (Just vwx30) Nothing False == LT",fontsize=16,color="black",shape="box"];103 -> 107[label="",style="solid", color="black", weight=3]; 17.13/7.19 104 -> 108[label="",style="dashed", color="red", weight=0]; 17.13/7.19 104[label="compare2 (Just vwx30) (Just vwx40) (vwx30 == vwx40) == LT",fontsize=16,color="magenta"];104 -> 109[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 104 -> 110[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 104 -> 111[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 105[label="EQ == LT",fontsize=16,color="black",shape="box"];105 -> 112[label="",style="solid", color="black", weight=3]; 17.13/7.19 106[label="compare1 Nothing (Just vwx40) (Nothing <= Just vwx40) == LT",fontsize=16,color="black",shape="box"];106 -> 113[label="",style="solid", color="black", weight=3]; 17.13/7.19 107[label="compare1 (Just vwx30) Nothing (Just vwx30 <= Nothing) == LT",fontsize=16,color="black",shape="box"];107 -> 114[label="",style="solid", color="black", weight=3]; 17.13/7.19 109[label="vwx40",fontsize=16,color="green",shape="box"];110[label="vwx30 == vwx40",fontsize=16,color="blue",shape="box"];2724[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];110 -> 2724[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2724 -> 115[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2725[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];110 -> 2725[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2725 -> 116[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2726[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];110 -> 2726[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2726 -> 117[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2727[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];110 -> 2727[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2727 -> 118[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2728[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];110 -> 2728[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2728 -> 119[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2729[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];110 -> 2729[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2729 -> 120[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2730[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];110 -> 2730[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2730 -> 121[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2731[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];110 -> 2731[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2731 -> 122[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2732[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];110 -> 2732[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2732 -> 123[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2733[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];110 -> 2733[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2733 -> 124[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2734[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];110 -> 2734[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2734 -> 125[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2735[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];110 -> 2735[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2735 -> 126[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2736[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];110 -> 2736[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2736 -> 127[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2737[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];110 -> 2737[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2737 -> 128[label="",style="solid", color="blue", weight=3]; 17.13/7.19 111[label="vwx30",fontsize=16,color="green",shape="box"];108[label="compare2 (Just vwx17) (Just vwx18) vwx19 == LT",fontsize=16,color="burlywood",shape="triangle"];2738[label="vwx19/False",fontsize=10,color="white",style="solid",shape="box"];108 -> 2738[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2738 -> 129[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2739[label="vwx19/True",fontsize=10,color="white",style="solid",shape="box"];108 -> 2739[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2739 -> 130[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 112[label="False",fontsize=16,color="green",shape="box"];113[label="compare1 Nothing (Just vwx40) True == LT",fontsize=16,color="black",shape="box"];113 -> 131[label="",style="solid", color="black", weight=3]; 17.13/7.19 114[label="compare1 (Just vwx30) Nothing False == LT",fontsize=16,color="black",shape="box"];114 -> 132[label="",style="solid", color="black", weight=3]; 17.13/7.19 115[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2740[label="vwx30/(vwx300,vwx301,vwx302)",fontsize=10,color="white",style="solid",shape="box"];115 -> 2740[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2740 -> 133[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 116[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];116 -> 134[label="",style="solid", color="black", weight=3]; 17.13/7.19 117[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2741[label="vwx30/(vwx300,vwx301)",fontsize=10,color="white",style="solid",shape="box"];117 -> 2741[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2741 -> 135[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 118[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];118 -> 136[label="",style="solid", color="black", weight=3]; 17.13/7.19 119[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2742[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];119 -> 2742[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2742 -> 137[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 120[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2743[label="vwx30/False",fontsize=10,color="white",style="solid",shape="box"];120 -> 2743[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2743 -> 138[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2744[label="vwx30/True",fontsize=10,color="white",style="solid",shape="box"];120 -> 2744[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2744 -> 139[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 121[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2745[label="vwx30/vwx300 :% vwx301",fontsize=10,color="white",style="solid",shape="box"];121 -> 2745[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2745 -> 140[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 122[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];122 -> 141[label="",style="solid", color="black", weight=3]; 17.13/7.19 123[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];123 -> 142[label="",style="solid", color="black", weight=3]; 17.13/7.19 124[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2746[label="vwx30/LT",fontsize=10,color="white",style="solid",shape="box"];124 -> 2746[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2746 -> 143[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2747[label="vwx30/EQ",fontsize=10,color="white",style="solid",shape="box"];124 -> 2747[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2747 -> 144[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2748[label="vwx30/GT",fontsize=10,color="white",style="solid",shape="box"];124 -> 2748[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2748 -> 145[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 125[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2749[label="vwx30/Nothing",fontsize=10,color="white",style="solid",shape="box"];125 -> 2749[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2749 -> 146[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2750[label="vwx30/Just vwx300",fontsize=10,color="white",style="solid",shape="box"];125 -> 2750[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2750 -> 147[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 126[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2751[label="vwx30/Left vwx300",fontsize=10,color="white",style="solid",shape="box"];126 -> 2751[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2751 -> 148[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2752[label="vwx30/Right vwx300",fontsize=10,color="white",style="solid",shape="box"];126 -> 2752[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2752 -> 149[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 127[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2753[label="vwx30/vwx300 : vwx301",fontsize=10,color="white",style="solid",shape="box"];127 -> 2753[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2753 -> 150[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2754[label="vwx30/[]",fontsize=10,color="white",style="solid",shape="box"];127 -> 2754[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2754 -> 151[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 128[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2755[label="vwx30/()",fontsize=10,color="white",style="solid",shape="box"];128 -> 2755[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2755 -> 152[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 129[label="compare2 (Just vwx17) (Just vwx18) False == LT",fontsize=16,color="black",shape="box"];129 -> 153[label="",style="solid", color="black", weight=3]; 17.13/7.19 130[label="compare2 (Just vwx17) (Just vwx18) True == LT",fontsize=16,color="black",shape="box"];130 -> 154[label="",style="solid", color="black", weight=3]; 17.13/7.19 131 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.19 131[label="LT == LT",fontsize=16,color="magenta"];131 -> 155[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 131 -> 156[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 132 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.19 132[label="compare0 (Just vwx30) Nothing otherwise == LT",fontsize=16,color="magenta"];132 -> 157[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 132 -> 158[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 133[label="(vwx300,vwx301,vwx302) == vwx40",fontsize=16,color="burlywood",shape="box"];2756[label="vwx40/(vwx400,vwx401,vwx402)",fontsize=10,color="white",style="solid",shape="box"];133 -> 2756[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2756 -> 159[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 134[label="primEqChar vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2757[label="vwx30/Char vwx300",fontsize=10,color="white",style="solid",shape="box"];134 -> 2757[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2757 -> 160[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 135[label="(vwx300,vwx301) == vwx40",fontsize=16,color="burlywood",shape="box"];2758[label="vwx40/(vwx400,vwx401)",fontsize=10,color="white",style="solid",shape="box"];135 -> 2758[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2758 -> 161[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 136[label="primEqDouble vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2759[label="vwx30/Double vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];136 -> 2759[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2759 -> 162[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 137[label="Integer vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2760[label="vwx40/Integer vwx400",fontsize=10,color="white",style="solid",shape="box"];137 -> 2760[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2760 -> 163[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 138[label="False == vwx40",fontsize=16,color="burlywood",shape="box"];2761[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];138 -> 2761[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2761 -> 164[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2762[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];138 -> 2762[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2762 -> 165[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 139[label="True == vwx40",fontsize=16,color="burlywood",shape="box"];2763[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];139 -> 2763[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2763 -> 166[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2764[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];139 -> 2764[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2764 -> 167[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 140[label="vwx300 :% vwx301 == vwx40",fontsize=16,color="burlywood",shape="box"];2765[label="vwx40/vwx400 :% vwx401",fontsize=10,color="white",style="solid",shape="box"];140 -> 2765[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2765 -> 168[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 141[label="primEqInt vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];2766[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];141 -> 2766[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2766 -> 169[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2767[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];141 -> 2767[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2767 -> 170[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 142[label="primEqFloat vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2768[label="vwx30/Float vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];142 -> 2768[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2768 -> 171[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 143[label="LT == vwx40",fontsize=16,color="burlywood",shape="box"];2769[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];143 -> 2769[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2769 -> 172[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2770[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];143 -> 2770[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2770 -> 173[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2771[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];143 -> 2771[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2771 -> 174[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 144[label="EQ == vwx40",fontsize=16,color="burlywood",shape="box"];2772[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];144 -> 2772[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2772 -> 175[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2773[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];144 -> 2773[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2773 -> 176[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2774[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];144 -> 2774[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2774 -> 177[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 145[label="GT == vwx40",fontsize=16,color="burlywood",shape="box"];2775[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];145 -> 2775[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2775 -> 178[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2776[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];145 -> 2776[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2776 -> 179[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2777[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];145 -> 2777[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2777 -> 180[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 146[label="Nothing == vwx40",fontsize=16,color="burlywood",shape="box"];2778[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];146 -> 2778[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2778 -> 181[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2779[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];146 -> 2779[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2779 -> 182[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 147[label="Just vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2780[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];147 -> 2780[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2780 -> 183[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2781[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];147 -> 2781[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2781 -> 184[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 148[label="Left vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2782[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];148 -> 2782[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2782 -> 185[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2783[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];148 -> 2783[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2783 -> 186[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 149[label="Right vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2784[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];149 -> 2784[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2784 -> 187[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2785[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];149 -> 2785[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2785 -> 188[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 150[label="vwx300 : vwx301 == vwx40",fontsize=16,color="burlywood",shape="box"];2786[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];150 -> 2786[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2786 -> 189[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2787[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];150 -> 2787[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2787 -> 190[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 151[label="[] == vwx40",fontsize=16,color="burlywood",shape="box"];2788[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];151 -> 2788[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2788 -> 191[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2789[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];151 -> 2789[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2789 -> 192[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 152[label="() == vwx40",fontsize=16,color="burlywood",shape="box"];2790[label="vwx40/()",fontsize=10,color="white",style="solid",shape="box"];152 -> 2790[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2790 -> 193[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 153 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.19 153[label="compare1 (Just vwx17) (Just vwx18) (Just vwx17 <= Just vwx18) == LT",fontsize=16,color="magenta"];153 -> 194[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 153 -> 195[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 154 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.19 154[label="EQ == LT",fontsize=16,color="magenta"];154 -> 196[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 154 -> 197[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 155[label="LT",fontsize=16,color="green",shape="box"];156[label="LT",fontsize=16,color="green",shape="box"];157[label="LT",fontsize=16,color="green",shape="box"];158[label="compare0 (Just vwx30) Nothing otherwise",fontsize=16,color="black",shape="box"];158 -> 198[label="",style="solid", color="black", weight=3]; 17.13/7.19 159[label="(vwx300,vwx301,vwx302) == (vwx400,vwx401,vwx402)",fontsize=16,color="black",shape="box"];159 -> 199[label="",style="solid", color="black", weight=3]; 17.13/7.19 160[label="primEqChar (Char vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2791[label="vwx40/Char vwx400",fontsize=10,color="white",style="solid",shape="box"];160 -> 2791[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2791 -> 200[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 161[label="(vwx300,vwx301) == (vwx400,vwx401)",fontsize=16,color="black",shape="box"];161 -> 201[label="",style="solid", color="black", weight=3]; 17.13/7.19 162[label="primEqDouble (Double vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];2792[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];162 -> 2792[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2792 -> 202[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 163[label="Integer vwx300 == Integer vwx400",fontsize=16,color="black",shape="box"];163 -> 203[label="",style="solid", color="black", weight=3]; 17.13/7.19 164[label="False == False",fontsize=16,color="black",shape="box"];164 -> 204[label="",style="solid", color="black", weight=3]; 17.13/7.19 165[label="False == True",fontsize=16,color="black",shape="box"];165 -> 205[label="",style="solid", color="black", weight=3]; 17.13/7.19 166[label="True == False",fontsize=16,color="black",shape="box"];166 -> 206[label="",style="solid", color="black", weight=3]; 17.13/7.19 167[label="True == True",fontsize=16,color="black",shape="box"];167 -> 207[label="",style="solid", color="black", weight=3]; 17.13/7.19 168[label="vwx300 :% vwx301 == vwx400 :% vwx401",fontsize=16,color="black",shape="box"];168 -> 208[label="",style="solid", color="black", weight=3]; 17.13/7.19 169[label="primEqInt (Pos vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2793[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];169 -> 2793[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2793 -> 209[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2794[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];169 -> 2794[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2794 -> 210[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 170[label="primEqInt (Neg vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2795[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];170 -> 2795[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2795 -> 211[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2796[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];170 -> 2796[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2796 -> 212[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 171[label="primEqFloat (Float vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];2797[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];171 -> 2797[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2797 -> 213[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 172[label="LT == LT",fontsize=16,color="black",shape="box"];172 -> 214[label="",style="solid", color="black", weight=3]; 17.13/7.19 173[label="LT == EQ",fontsize=16,color="black",shape="box"];173 -> 215[label="",style="solid", color="black", weight=3]; 17.13/7.19 174[label="LT == GT",fontsize=16,color="black",shape="box"];174 -> 216[label="",style="solid", color="black", weight=3]; 17.13/7.19 175[label="EQ == LT",fontsize=16,color="black",shape="box"];175 -> 217[label="",style="solid", color="black", weight=3]; 17.13/7.19 176[label="EQ == EQ",fontsize=16,color="black",shape="box"];176 -> 218[label="",style="solid", color="black", weight=3]; 17.13/7.19 177[label="EQ == GT",fontsize=16,color="black",shape="box"];177 -> 219[label="",style="solid", color="black", weight=3]; 17.13/7.19 178[label="GT == LT",fontsize=16,color="black",shape="box"];178 -> 220[label="",style="solid", color="black", weight=3]; 17.13/7.19 179[label="GT == EQ",fontsize=16,color="black",shape="box"];179 -> 221[label="",style="solid", color="black", weight=3]; 17.13/7.19 180[label="GT == GT",fontsize=16,color="black",shape="box"];180 -> 222[label="",style="solid", color="black", weight=3]; 17.13/7.19 181[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];181 -> 223[label="",style="solid", color="black", weight=3]; 17.13/7.19 182[label="Nothing == Just vwx400",fontsize=16,color="black",shape="box"];182 -> 224[label="",style="solid", color="black", weight=3]; 17.13/7.19 183[label="Just vwx300 == Nothing",fontsize=16,color="black",shape="box"];183 -> 225[label="",style="solid", color="black", weight=3]; 17.13/7.19 184[label="Just vwx300 == Just vwx400",fontsize=16,color="black",shape="box"];184 -> 226[label="",style="solid", color="black", weight=3]; 17.13/7.19 185[label="Left vwx300 == Left vwx400",fontsize=16,color="black",shape="box"];185 -> 227[label="",style="solid", color="black", weight=3]; 17.13/7.19 186[label="Left vwx300 == Right vwx400",fontsize=16,color="black",shape="box"];186 -> 228[label="",style="solid", color="black", weight=3]; 17.13/7.19 187[label="Right vwx300 == Left vwx400",fontsize=16,color="black",shape="box"];187 -> 229[label="",style="solid", color="black", weight=3]; 17.13/7.19 188[label="Right vwx300 == Right vwx400",fontsize=16,color="black",shape="box"];188 -> 230[label="",style="solid", color="black", weight=3]; 17.13/7.19 189[label="vwx300 : vwx301 == vwx400 : vwx401",fontsize=16,color="black",shape="box"];189 -> 231[label="",style="solid", color="black", weight=3]; 17.13/7.19 190[label="vwx300 : vwx301 == []",fontsize=16,color="black",shape="box"];190 -> 232[label="",style="solid", color="black", weight=3]; 17.13/7.19 191[label="[] == vwx400 : vwx401",fontsize=16,color="black",shape="box"];191 -> 233[label="",style="solid", color="black", weight=3]; 17.13/7.19 192[label="[] == []",fontsize=16,color="black",shape="box"];192 -> 234[label="",style="solid", color="black", weight=3]; 17.13/7.19 193[label="() == ()",fontsize=16,color="black",shape="box"];193 -> 235[label="",style="solid", color="black", weight=3]; 17.13/7.19 194[label="LT",fontsize=16,color="green",shape="box"];195 -> 1718[label="",style="dashed", color="red", weight=0]; 17.13/7.19 195[label="compare1 (Just vwx17) (Just vwx18) (Just vwx17 <= Just vwx18)",fontsize=16,color="magenta"];195 -> 1719[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 195 -> 1720[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 195 -> 1721[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 196[label="LT",fontsize=16,color="green",shape="box"];197[label="EQ",fontsize=16,color="green",shape="box"];198[label="compare0 (Just vwx30) Nothing True",fontsize=16,color="black",shape="box"];198 -> 237[label="",style="solid", color="black", weight=3]; 17.13/7.19 199 -> 333[label="",style="dashed", color="red", weight=0]; 17.13/7.19 199[label="vwx300 == vwx400 && vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];199 -> 334[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 199 -> 335[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 200[label="primEqChar (Char vwx300) (Char vwx400)",fontsize=16,color="black",shape="box"];200 -> 244[label="",style="solid", color="black", weight=3]; 17.13/7.19 201 -> 333[label="",style="dashed", color="red", weight=0]; 17.13/7.19 201[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];201 -> 336[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 201 -> 337[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 202[label="primEqDouble (Double vwx300 vwx301) (Double vwx400 vwx401)",fontsize=16,color="black",shape="box"];202 -> 255[label="",style="solid", color="black", weight=3]; 17.13/7.19 203 -> 141[label="",style="dashed", color="red", weight=0]; 17.13/7.19 203[label="primEqInt vwx300 vwx400",fontsize=16,color="magenta"];203 -> 256[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 203 -> 257[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 204[label="True",fontsize=16,color="green",shape="box"];205[label="False",fontsize=16,color="green",shape="box"];206[label="False",fontsize=16,color="green",shape="box"];207[label="True",fontsize=16,color="green",shape="box"];208 -> 333[label="",style="dashed", color="red", weight=0]; 17.13/7.19 208[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];208 -> 338[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 208 -> 339[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 209[label="primEqInt (Pos (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];2798[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];209 -> 2798[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2798 -> 258[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2799[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];209 -> 2799[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2799 -> 259[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 210[label="primEqInt (Pos Zero) vwx40",fontsize=16,color="burlywood",shape="box"];2800[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];210 -> 2800[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2800 -> 260[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2801[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];210 -> 2801[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2801 -> 261[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 211[label="primEqInt (Neg (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];2802[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];211 -> 2802[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2802 -> 262[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2803[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];211 -> 2803[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2803 -> 263[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 212[label="primEqInt (Neg Zero) vwx40",fontsize=16,color="burlywood",shape="box"];2804[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];212 -> 2804[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2804 -> 264[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2805[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];212 -> 2805[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2805 -> 265[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 213[label="primEqFloat (Float vwx300 vwx301) (Float vwx400 vwx401)",fontsize=16,color="black",shape="box"];213 -> 266[label="",style="solid", color="black", weight=3]; 17.13/7.19 214[label="True",fontsize=16,color="green",shape="box"];215[label="False",fontsize=16,color="green",shape="box"];216[label="False",fontsize=16,color="green",shape="box"];217[label="False",fontsize=16,color="green",shape="box"];218[label="True",fontsize=16,color="green",shape="box"];219[label="False",fontsize=16,color="green",shape="box"];220[label="False",fontsize=16,color="green",shape="box"];221[label="False",fontsize=16,color="green",shape="box"];222[label="True",fontsize=16,color="green",shape="box"];223[label="True",fontsize=16,color="green",shape="box"];224[label="False",fontsize=16,color="green",shape="box"];225[label="False",fontsize=16,color="green",shape="box"];226[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2806[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];226 -> 2806[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2806 -> 267[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2807[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];226 -> 2807[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2807 -> 268[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2808[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];226 -> 2808[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2808 -> 269[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2809[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];226 -> 2809[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2809 -> 270[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2810[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];226 -> 2810[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2810 -> 271[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2811[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];226 -> 2811[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2811 -> 272[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2812[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];226 -> 2812[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2812 -> 273[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2813[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];226 -> 2813[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2813 -> 274[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2814[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];226 -> 2814[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2814 -> 275[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2815[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];226 -> 2815[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2815 -> 276[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2816[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];226 -> 2816[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2816 -> 277[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2817[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];226 -> 2817[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2817 -> 278[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2818[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];226 -> 2818[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2818 -> 279[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2819[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];226 -> 2819[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2819 -> 280[label="",style="solid", color="blue", weight=3]; 17.13/7.19 227[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2820[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];227 -> 2820[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2820 -> 281[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2821[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];227 -> 2821[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2821 -> 282[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2822[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];227 -> 2822[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2822 -> 283[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2823[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];227 -> 2823[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2823 -> 284[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2824[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];227 -> 2824[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2824 -> 285[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2825[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];227 -> 2825[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2825 -> 286[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2826[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];227 -> 2826[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2826 -> 287[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2827[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];227 -> 2827[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2827 -> 288[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2828[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];227 -> 2828[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2828 -> 289[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2829[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];227 -> 2829[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2829 -> 290[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2830[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];227 -> 2830[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2830 -> 291[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2831[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];227 -> 2831[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2831 -> 292[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2832[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];227 -> 2832[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2832 -> 293[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2833[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];227 -> 2833[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2833 -> 294[label="",style="solid", color="blue", weight=3]; 17.13/7.19 228[label="False",fontsize=16,color="green",shape="box"];229[label="False",fontsize=16,color="green",shape="box"];230[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2834[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 2834[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2834 -> 295[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2835[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 2835[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2835 -> 296[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2836[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 2836[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2836 -> 297[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2837[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 2837[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2837 -> 298[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2838[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 2838[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2838 -> 299[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2839[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 2839[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2839 -> 300[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2840[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 2840[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2840 -> 301[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2841[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 2841[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2841 -> 302[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2842[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 2842[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2842 -> 303[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2843[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 2843[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2843 -> 304[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2844[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 2844[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2844 -> 305[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2845[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 2845[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2845 -> 306[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2846[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 2846[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2846 -> 307[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2847[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];230 -> 2847[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2847 -> 308[label="",style="solid", color="blue", weight=3]; 17.13/7.19 231 -> 333[label="",style="dashed", color="red", weight=0]; 17.13/7.19 231[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];231 -> 340[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 231 -> 341[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 232[label="False",fontsize=16,color="green",shape="box"];233[label="False",fontsize=16,color="green",shape="box"];234[label="True",fontsize=16,color="green",shape="box"];235[label="True",fontsize=16,color="green",shape="box"];1719[label="Just vwx17",fontsize=16,color="green",shape="box"];1720[label="Just vwx17 <= Just vwx18",fontsize=16,color="black",shape="box"];1720 -> 1726[label="",style="solid", color="black", weight=3]; 17.13/7.19 1721[label="Just vwx18",fontsize=16,color="green",shape="box"];1718[label="compare1 vwx170 vwx180 vwx67",fontsize=16,color="burlywood",shape="triangle"];2848[label="vwx67/False",fontsize=10,color="white",style="solid",shape="box"];1718 -> 2848[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2848 -> 1727[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2849[label="vwx67/True",fontsize=10,color="white",style="solid",shape="box"];1718 -> 2849[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2849 -> 1728[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 237[label="GT",fontsize=16,color="green",shape="box"];334 -> 333[label="",style="dashed", color="red", weight=0]; 17.13/7.19 334[label="vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];334 -> 345[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 334 -> 346[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 335[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2850[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];335 -> 2850[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2850 -> 347[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2851[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];335 -> 2851[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2851 -> 348[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2852[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];335 -> 2852[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2852 -> 349[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2853[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];335 -> 2853[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2853 -> 350[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2854[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];335 -> 2854[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2854 -> 351[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2855[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];335 -> 2855[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2855 -> 352[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2856[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];335 -> 2856[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2856 -> 353[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2857[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];335 -> 2857[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2857 -> 354[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2858[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];335 -> 2858[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2858 -> 355[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2859[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];335 -> 2859[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2859 -> 356[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2860[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];335 -> 2860[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2860 -> 357[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2861[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];335 -> 2861[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2861 -> 358[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2862[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];335 -> 2862[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2862 -> 359[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2863[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];335 -> 2863[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2863 -> 360[label="",style="solid", color="blue", weight=3]; 17.13/7.19 333[label="vwx26 && vwx45",fontsize=16,color="burlywood",shape="triangle"];2864[label="vwx26/False",fontsize=10,color="white",style="solid",shape="box"];333 -> 2864[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2864 -> 361[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2865[label="vwx26/True",fontsize=10,color="white",style="solid",shape="box"];333 -> 2865[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2865 -> 362[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 244[label="primEqNat vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];2866[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];244 -> 2866[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2866 -> 363[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2867[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];244 -> 2867[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2867 -> 364[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 336[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];2868[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];336 -> 2868[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2868 -> 365[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2869[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];336 -> 2869[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2869 -> 366[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2870[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];336 -> 2870[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2870 -> 367[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2871[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];336 -> 2871[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2871 -> 368[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2872[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];336 -> 2872[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2872 -> 369[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2873[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];336 -> 2873[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2873 -> 370[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2874[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];336 -> 2874[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2874 -> 371[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2875[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];336 -> 2875[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2875 -> 372[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2876[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];336 -> 2876[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2876 -> 373[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2877[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];336 -> 2877[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2877 -> 374[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2878[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];336 -> 2878[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2878 -> 375[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2879[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];336 -> 2879[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2879 -> 376[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2880[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];336 -> 2880[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2880 -> 377[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2881[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];336 -> 2881[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2881 -> 378[label="",style="solid", color="blue", weight=3]; 17.13/7.19 337[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2882[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];337 -> 2882[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2882 -> 379[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2883[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];337 -> 2883[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2883 -> 380[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2884[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];337 -> 2884[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2884 -> 381[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2885[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];337 -> 2885[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2885 -> 382[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2886[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];337 -> 2886[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2886 -> 383[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2887[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];337 -> 2887[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2887 -> 384[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2888[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];337 -> 2888[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2888 -> 385[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2889[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];337 -> 2889[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2889 -> 386[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2890[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];337 -> 2890[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2890 -> 387[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2891[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];337 -> 2891[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2891 -> 388[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2892[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];337 -> 2892[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2892 -> 389[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2893[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];337 -> 2893[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2893 -> 390[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2894[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];337 -> 2894[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2894 -> 391[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2895[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];337 -> 2895[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2895 -> 392[label="",style="solid", color="blue", weight=3]; 17.13/7.19 255 -> 122[label="",style="dashed", color="red", weight=0]; 17.13/7.19 255[label="vwx300 * vwx401 == vwx301 * vwx400",fontsize=16,color="magenta"];255 -> 393[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 255 -> 394[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 256[label="vwx400",fontsize=16,color="green",shape="box"];257[label="vwx300",fontsize=16,color="green",shape="box"];338[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];2896[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];338 -> 2896[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2896 -> 395[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2897[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];338 -> 2897[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2897 -> 396[label="",style="solid", color="blue", weight=3]; 17.13/7.19 339[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2898[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];339 -> 2898[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2898 -> 397[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2899[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];339 -> 2899[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2899 -> 398[label="",style="solid", color="blue", weight=3]; 17.13/7.19 258[label="primEqInt (Pos (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];2900[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];258 -> 2900[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2900 -> 399[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2901[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];258 -> 2901[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2901 -> 400[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 259[label="primEqInt (Pos (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];259 -> 401[label="",style="solid", color="black", weight=3]; 17.13/7.19 260[label="primEqInt (Pos Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];2902[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];260 -> 2902[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2902 -> 402[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2903[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];260 -> 2903[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2903 -> 403[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 261[label="primEqInt (Pos Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];2904[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];261 -> 2904[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2904 -> 404[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2905[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];261 -> 2905[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2905 -> 405[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 262[label="primEqInt (Neg (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];262 -> 406[label="",style="solid", color="black", weight=3]; 17.13/7.19 263[label="primEqInt (Neg (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];2906[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];263 -> 2906[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2906 -> 407[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2907[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];263 -> 2907[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2907 -> 408[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 264[label="primEqInt (Neg Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];2908[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];264 -> 2908[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2908 -> 409[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2909[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];264 -> 2909[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2909 -> 410[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 265[label="primEqInt (Neg Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];2910[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];265 -> 2910[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2910 -> 411[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2911[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];265 -> 2911[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2911 -> 412[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 266 -> 122[label="",style="dashed", color="red", weight=0]; 17.13/7.19 266[label="vwx300 * vwx401 == vwx301 * vwx400",fontsize=16,color="magenta"];266 -> 413[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 266 -> 414[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 267 -> 115[label="",style="dashed", color="red", weight=0]; 17.13/7.19 267[label="vwx300 == vwx400",fontsize=16,color="magenta"];267 -> 415[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 267 -> 416[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 268 -> 116[label="",style="dashed", color="red", weight=0]; 17.13/7.19 268[label="vwx300 == vwx400",fontsize=16,color="magenta"];268 -> 417[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 268 -> 418[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 269 -> 117[label="",style="dashed", color="red", weight=0]; 17.13/7.19 269[label="vwx300 == vwx400",fontsize=16,color="magenta"];269 -> 419[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 269 -> 420[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 270 -> 118[label="",style="dashed", color="red", weight=0]; 17.13/7.19 270[label="vwx300 == vwx400",fontsize=16,color="magenta"];270 -> 421[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 270 -> 422[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 271 -> 119[label="",style="dashed", color="red", weight=0]; 17.13/7.19 271[label="vwx300 == vwx400",fontsize=16,color="magenta"];271 -> 423[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 271 -> 424[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 272 -> 120[label="",style="dashed", color="red", weight=0]; 17.13/7.19 272[label="vwx300 == vwx400",fontsize=16,color="magenta"];272 -> 425[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 272 -> 426[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 273 -> 121[label="",style="dashed", color="red", weight=0]; 17.13/7.19 273[label="vwx300 == vwx400",fontsize=16,color="magenta"];273 -> 427[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 273 -> 428[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 274 -> 122[label="",style="dashed", color="red", weight=0]; 17.13/7.19 274[label="vwx300 == vwx400",fontsize=16,color="magenta"];274 -> 429[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 274 -> 430[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 275 -> 123[label="",style="dashed", color="red", weight=0]; 17.13/7.19 275[label="vwx300 == vwx400",fontsize=16,color="magenta"];275 -> 431[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 275 -> 432[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 276 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.19 276[label="vwx300 == vwx400",fontsize=16,color="magenta"];276 -> 433[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 276 -> 434[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 277 -> 125[label="",style="dashed", color="red", weight=0]; 17.13/7.19 277[label="vwx300 == vwx400",fontsize=16,color="magenta"];277 -> 435[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 277 -> 436[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 278 -> 126[label="",style="dashed", color="red", weight=0]; 17.13/7.19 278[label="vwx300 == vwx400",fontsize=16,color="magenta"];278 -> 437[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 278 -> 438[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 279 -> 127[label="",style="dashed", color="red", weight=0]; 17.13/7.19 279[label="vwx300 == vwx400",fontsize=16,color="magenta"];279 -> 439[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 279 -> 440[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 280 -> 128[label="",style="dashed", color="red", weight=0]; 17.13/7.19 280[label="vwx300 == vwx400",fontsize=16,color="magenta"];280 -> 441[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 280 -> 442[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 281 -> 115[label="",style="dashed", color="red", weight=0]; 17.13/7.19 281[label="vwx300 == vwx400",fontsize=16,color="magenta"];281 -> 443[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 281 -> 444[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 282 -> 116[label="",style="dashed", color="red", weight=0]; 17.13/7.19 282[label="vwx300 == vwx400",fontsize=16,color="magenta"];282 -> 445[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 282 -> 446[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 283 -> 117[label="",style="dashed", color="red", weight=0]; 17.13/7.19 283[label="vwx300 == vwx400",fontsize=16,color="magenta"];283 -> 447[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 283 -> 448[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 284 -> 118[label="",style="dashed", color="red", weight=0]; 17.13/7.19 284[label="vwx300 == vwx400",fontsize=16,color="magenta"];284 -> 449[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 284 -> 450[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 285 -> 119[label="",style="dashed", color="red", weight=0]; 17.13/7.19 285[label="vwx300 == vwx400",fontsize=16,color="magenta"];285 -> 451[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 285 -> 452[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 286 -> 120[label="",style="dashed", color="red", weight=0]; 17.13/7.19 286[label="vwx300 == vwx400",fontsize=16,color="magenta"];286 -> 453[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 286 -> 454[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 287 -> 121[label="",style="dashed", color="red", weight=0]; 17.13/7.19 287[label="vwx300 == vwx400",fontsize=16,color="magenta"];287 -> 455[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 287 -> 456[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 288 -> 122[label="",style="dashed", color="red", weight=0]; 17.13/7.19 288[label="vwx300 == vwx400",fontsize=16,color="magenta"];288 -> 457[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 288 -> 458[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 289 -> 123[label="",style="dashed", color="red", weight=0]; 17.13/7.19 289[label="vwx300 == vwx400",fontsize=16,color="magenta"];289 -> 459[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 289 -> 460[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 290 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.19 290[label="vwx300 == vwx400",fontsize=16,color="magenta"];290 -> 461[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 290 -> 462[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 291 -> 125[label="",style="dashed", color="red", weight=0]; 17.13/7.19 291[label="vwx300 == vwx400",fontsize=16,color="magenta"];291 -> 463[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 291 -> 464[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 292 -> 126[label="",style="dashed", color="red", weight=0]; 17.13/7.19 292[label="vwx300 == vwx400",fontsize=16,color="magenta"];292 -> 465[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 292 -> 466[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 293 -> 127[label="",style="dashed", color="red", weight=0]; 17.13/7.19 293[label="vwx300 == vwx400",fontsize=16,color="magenta"];293 -> 467[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 293 -> 468[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 294 -> 128[label="",style="dashed", color="red", weight=0]; 17.13/7.19 294[label="vwx300 == vwx400",fontsize=16,color="magenta"];294 -> 469[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 294 -> 470[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 295 -> 115[label="",style="dashed", color="red", weight=0]; 17.13/7.19 295[label="vwx300 == vwx400",fontsize=16,color="magenta"];295 -> 471[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 295 -> 472[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 296 -> 116[label="",style="dashed", color="red", weight=0]; 17.13/7.19 296[label="vwx300 == vwx400",fontsize=16,color="magenta"];296 -> 473[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 296 -> 474[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 297 -> 117[label="",style="dashed", color="red", weight=0]; 17.13/7.19 297[label="vwx300 == vwx400",fontsize=16,color="magenta"];297 -> 475[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 297 -> 476[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 298 -> 118[label="",style="dashed", color="red", weight=0]; 17.13/7.19 298[label="vwx300 == vwx400",fontsize=16,color="magenta"];298 -> 477[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 298 -> 478[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 299 -> 119[label="",style="dashed", color="red", weight=0]; 17.13/7.19 299[label="vwx300 == vwx400",fontsize=16,color="magenta"];299 -> 479[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 299 -> 480[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 300 -> 120[label="",style="dashed", color="red", weight=0]; 17.13/7.19 300[label="vwx300 == vwx400",fontsize=16,color="magenta"];300 -> 481[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 300 -> 482[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 301 -> 121[label="",style="dashed", color="red", weight=0]; 17.13/7.19 301[label="vwx300 == vwx400",fontsize=16,color="magenta"];301 -> 483[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 301 -> 484[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 302 -> 122[label="",style="dashed", color="red", weight=0]; 17.13/7.19 302[label="vwx300 == vwx400",fontsize=16,color="magenta"];302 -> 485[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 302 -> 486[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 303 -> 123[label="",style="dashed", color="red", weight=0]; 17.13/7.19 303[label="vwx300 == vwx400",fontsize=16,color="magenta"];303 -> 487[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 303 -> 488[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 304 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.19 304[label="vwx300 == vwx400",fontsize=16,color="magenta"];304 -> 489[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 304 -> 490[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 305 -> 125[label="",style="dashed", color="red", weight=0]; 17.13/7.19 305[label="vwx300 == vwx400",fontsize=16,color="magenta"];305 -> 491[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 305 -> 492[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 306 -> 126[label="",style="dashed", color="red", weight=0]; 17.13/7.19 306[label="vwx300 == vwx400",fontsize=16,color="magenta"];306 -> 493[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 306 -> 494[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 307 -> 127[label="",style="dashed", color="red", weight=0]; 17.13/7.19 307[label="vwx300 == vwx400",fontsize=16,color="magenta"];307 -> 495[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 307 -> 496[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 308 -> 128[label="",style="dashed", color="red", weight=0]; 17.13/7.19 308[label="vwx300 == vwx400",fontsize=16,color="magenta"];308 -> 497[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 308 -> 498[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 340 -> 127[label="",style="dashed", color="red", weight=0]; 17.13/7.19 340[label="vwx301 == vwx401",fontsize=16,color="magenta"];340 -> 499[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 340 -> 500[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 341[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2912[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];341 -> 2912[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2912 -> 501[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2913[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];341 -> 2913[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2913 -> 502[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2914[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];341 -> 2914[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2914 -> 503[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2915[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];341 -> 2915[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2915 -> 504[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2916[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];341 -> 2916[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2916 -> 505[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2917[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];341 -> 2917[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2917 -> 506[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2918[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];341 -> 2918[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2918 -> 507[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2919[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];341 -> 2919[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2919 -> 508[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2920[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];341 -> 2920[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2920 -> 509[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2921[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];341 -> 2921[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2921 -> 510[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2922[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];341 -> 2922[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2922 -> 511[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2923[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];341 -> 2923[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2923 -> 512[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2924[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];341 -> 2924[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2924 -> 513[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2925[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];341 -> 2925[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2925 -> 514[label="",style="solid", color="blue", weight=3]; 17.13/7.19 1726[label="vwx17 <= vwx18",fontsize=16,color="blue",shape="box"];2926[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1726 -> 2926[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2926 -> 1733[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2927[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1726 -> 2927[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2927 -> 1734[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2928[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1726 -> 2928[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2928 -> 1735[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2929[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1726 -> 2929[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2929 -> 1736[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2930[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1726 -> 2930[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2930 -> 1737[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2931[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1726 -> 2931[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2931 -> 1738[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2932[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1726 -> 2932[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2932 -> 1739[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2933[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1726 -> 2933[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2933 -> 1740[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2934[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1726 -> 2934[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2934 -> 1741[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2935[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1726 -> 2935[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2935 -> 1742[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2936[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1726 -> 2936[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2936 -> 1743[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2937[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1726 -> 2937[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2937 -> 1744[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2938[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1726 -> 2938[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2938 -> 1745[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2939[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1726 -> 2939[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2939 -> 1746[label="",style="solid", color="blue", weight=3]; 17.13/7.19 1727[label="compare1 vwx170 vwx180 False",fontsize=16,color="black",shape="box"];1727 -> 1747[label="",style="solid", color="black", weight=3]; 17.13/7.19 1728[label="compare1 vwx170 vwx180 True",fontsize=16,color="black",shape="box"];1728 -> 1748[label="",style="solid", color="black", weight=3]; 17.13/7.19 345[label="vwx302 == vwx402",fontsize=16,color="blue",shape="box"];2940[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];345 -> 2940[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2940 -> 531[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2941[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];345 -> 2941[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2941 -> 532[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2942[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];345 -> 2942[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2942 -> 533[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2943[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];345 -> 2943[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2943 -> 534[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2944[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];345 -> 2944[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2944 -> 535[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2945[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];345 -> 2945[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2945 -> 536[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2946[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];345 -> 2946[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2946 -> 537[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2947[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];345 -> 2947[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2947 -> 538[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2948[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];345 -> 2948[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2948 -> 539[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2949[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];345 -> 2949[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2949 -> 540[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2950[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];345 -> 2950[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2950 -> 541[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2951[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];345 -> 2951[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2951 -> 542[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2952[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];345 -> 2952[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2952 -> 543[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2953[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];345 -> 2953[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2953 -> 544[label="",style="solid", color="blue", weight=3]; 17.13/7.19 346[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];2954[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];346 -> 2954[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2954 -> 545[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2955[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];346 -> 2955[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2955 -> 546[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2956[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];346 -> 2956[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2956 -> 547[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2957[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];346 -> 2957[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2957 -> 548[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2958[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];346 -> 2958[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2958 -> 549[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2959[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];346 -> 2959[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2959 -> 550[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2960[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];346 -> 2960[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2960 -> 551[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2961[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];346 -> 2961[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2961 -> 552[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2962[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];346 -> 2962[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2962 -> 553[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2963[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];346 -> 2963[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2963 -> 554[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2964[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];346 -> 2964[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2964 -> 555[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2965[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];346 -> 2965[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2965 -> 556[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2966[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];346 -> 2966[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2966 -> 557[label="",style="solid", color="blue", weight=3]; 17.13/7.19 2967[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];346 -> 2967[label="",style="solid", color="blue", weight=9]; 17.13/7.19 2967 -> 558[label="",style="solid", color="blue", weight=3]; 17.13/7.19 347 -> 115[label="",style="dashed", color="red", weight=0]; 17.13/7.19 347[label="vwx300 == vwx400",fontsize=16,color="magenta"];347 -> 559[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 347 -> 560[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 348 -> 116[label="",style="dashed", color="red", weight=0]; 17.13/7.19 348[label="vwx300 == vwx400",fontsize=16,color="magenta"];348 -> 561[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 348 -> 562[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 349 -> 117[label="",style="dashed", color="red", weight=0]; 17.13/7.19 349[label="vwx300 == vwx400",fontsize=16,color="magenta"];349 -> 563[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 349 -> 564[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 350 -> 118[label="",style="dashed", color="red", weight=0]; 17.13/7.19 350[label="vwx300 == vwx400",fontsize=16,color="magenta"];350 -> 565[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 350 -> 566[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 351 -> 119[label="",style="dashed", color="red", weight=0]; 17.13/7.19 351[label="vwx300 == vwx400",fontsize=16,color="magenta"];351 -> 567[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 351 -> 568[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 352 -> 120[label="",style="dashed", color="red", weight=0]; 17.13/7.19 352[label="vwx300 == vwx400",fontsize=16,color="magenta"];352 -> 569[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 352 -> 570[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 353 -> 121[label="",style="dashed", color="red", weight=0]; 17.13/7.19 353[label="vwx300 == vwx400",fontsize=16,color="magenta"];353 -> 571[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 353 -> 572[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 354 -> 122[label="",style="dashed", color="red", weight=0]; 17.13/7.19 354[label="vwx300 == vwx400",fontsize=16,color="magenta"];354 -> 573[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 354 -> 574[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 355 -> 123[label="",style="dashed", color="red", weight=0]; 17.13/7.19 355[label="vwx300 == vwx400",fontsize=16,color="magenta"];355 -> 575[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 355 -> 576[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 356 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.19 356[label="vwx300 == vwx400",fontsize=16,color="magenta"];356 -> 577[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 356 -> 578[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 357 -> 125[label="",style="dashed", color="red", weight=0]; 17.13/7.19 357[label="vwx300 == vwx400",fontsize=16,color="magenta"];357 -> 579[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 357 -> 580[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 358 -> 126[label="",style="dashed", color="red", weight=0]; 17.13/7.19 358[label="vwx300 == vwx400",fontsize=16,color="magenta"];358 -> 581[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 358 -> 582[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 359 -> 127[label="",style="dashed", color="red", weight=0]; 17.13/7.19 359[label="vwx300 == vwx400",fontsize=16,color="magenta"];359 -> 583[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 359 -> 584[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 360 -> 128[label="",style="dashed", color="red", weight=0]; 17.13/7.19 360[label="vwx300 == vwx400",fontsize=16,color="magenta"];360 -> 585[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 360 -> 586[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 361[label="False && vwx45",fontsize=16,color="black",shape="box"];361 -> 587[label="",style="solid", color="black", weight=3]; 17.13/7.19 362[label="True && vwx45",fontsize=16,color="black",shape="box"];362 -> 588[label="",style="solid", color="black", weight=3]; 17.13/7.19 363[label="primEqNat (Succ vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];2968[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];363 -> 2968[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2968 -> 589[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2969[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];363 -> 2969[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2969 -> 590[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 364[label="primEqNat Zero vwx400",fontsize=16,color="burlywood",shape="box"];2970[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];364 -> 2970[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2970 -> 591[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2971[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];364 -> 2971[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2971 -> 592[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 365 -> 115[label="",style="dashed", color="red", weight=0]; 17.13/7.19 365[label="vwx301 == vwx401",fontsize=16,color="magenta"];365 -> 593[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 365 -> 594[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 366 -> 116[label="",style="dashed", color="red", weight=0]; 17.13/7.19 366[label="vwx301 == vwx401",fontsize=16,color="magenta"];366 -> 595[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 366 -> 596[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 367 -> 117[label="",style="dashed", color="red", weight=0]; 17.13/7.19 367[label="vwx301 == vwx401",fontsize=16,color="magenta"];367 -> 597[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 367 -> 598[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 368 -> 118[label="",style="dashed", color="red", weight=0]; 17.13/7.19 368[label="vwx301 == vwx401",fontsize=16,color="magenta"];368 -> 599[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 368 -> 600[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 369 -> 119[label="",style="dashed", color="red", weight=0]; 17.13/7.19 369[label="vwx301 == vwx401",fontsize=16,color="magenta"];369 -> 601[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 369 -> 602[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 370 -> 120[label="",style="dashed", color="red", weight=0]; 17.13/7.19 370[label="vwx301 == vwx401",fontsize=16,color="magenta"];370 -> 603[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 370 -> 604[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 371 -> 121[label="",style="dashed", color="red", weight=0]; 17.13/7.19 371[label="vwx301 == vwx401",fontsize=16,color="magenta"];371 -> 605[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 371 -> 606[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 372 -> 122[label="",style="dashed", color="red", weight=0]; 17.13/7.19 372[label="vwx301 == vwx401",fontsize=16,color="magenta"];372 -> 607[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 372 -> 608[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 373 -> 123[label="",style="dashed", color="red", weight=0]; 17.13/7.19 373[label="vwx301 == vwx401",fontsize=16,color="magenta"];373 -> 609[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 373 -> 610[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 374 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.19 374[label="vwx301 == vwx401",fontsize=16,color="magenta"];374 -> 611[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 374 -> 612[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 375 -> 125[label="",style="dashed", color="red", weight=0]; 17.13/7.19 375[label="vwx301 == vwx401",fontsize=16,color="magenta"];375 -> 613[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 375 -> 614[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 376 -> 126[label="",style="dashed", color="red", weight=0]; 17.13/7.19 376[label="vwx301 == vwx401",fontsize=16,color="magenta"];376 -> 615[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 376 -> 616[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 377 -> 127[label="",style="dashed", color="red", weight=0]; 17.13/7.19 377[label="vwx301 == vwx401",fontsize=16,color="magenta"];377 -> 617[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 377 -> 618[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 378 -> 128[label="",style="dashed", color="red", weight=0]; 17.13/7.19 378[label="vwx301 == vwx401",fontsize=16,color="magenta"];378 -> 619[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 378 -> 620[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 379 -> 115[label="",style="dashed", color="red", weight=0]; 17.13/7.19 379[label="vwx300 == vwx400",fontsize=16,color="magenta"];379 -> 621[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 379 -> 622[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 380 -> 116[label="",style="dashed", color="red", weight=0]; 17.13/7.19 380[label="vwx300 == vwx400",fontsize=16,color="magenta"];380 -> 623[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 380 -> 624[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 381 -> 117[label="",style="dashed", color="red", weight=0]; 17.13/7.19 381[label="vwx300 == vwx400",fontsize=16,color="magenta"];381 -> 625[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 381 -> 626[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 382 -> 118[label="",style="dashed", color="red", weight=0]; 17.13/7.19 382[label="vwx300 == vwx400",fontsize=16,color="magenta"];382 -> 627[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 382 -> 628[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 383 -> 119[label="",style="dashed", color="red", weight=0]; 17.13/7.19 383[label="vwx300 == vwx400",fontsize=16,color="magenta"];383 -> 629[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 383 -> 630[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 384 -> 120[label="",style="dashed", color="red", weight=0]; 17.13/7.19 384[label="vwx300 == vwx400",fontsize=16,color="magenta"];384 -> 631[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 384 -> 632[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 385 -> 121[label="",style="dashed", color="red", weight=0]; 17.13/7.19 385[label="vwx300 == vwx400",fontsize=16,color="magenta"];385 -> 633[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 385 -> 634[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 386 -> 122[label="",style="dashed", color="red", weight=0]; 17.13/7.19 386[label="vwx300 == vwx400",fontsize=16,color="magenta"];386 -> 635[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 386 -> 636[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 387 -> 123[label="",style="dashed", color="red", weight=0]; 17.13/7.19 387[label="vwx300 == vwx400",fontsize=16,color="magenta"];387 -> 637[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 387 -> 638[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 388 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.19 388[label="vwx300 == vwx400",fontsize=16,color="magenta"];388 -> 639[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 388 -> 640[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 389 -> 125[label="",style="dashed", color="red", weight=0]; 17.13/7.19 389[label="vwx300 == vwx400",fontsize=16,color="magenta"];389 -> 641[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 389 -> 642[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 390 -> 126[label="",style="dashed", color="red", weight=0]; 17.13/7.19 390[label="vwx300 == vwx400",fontsize=16,color="magenta"];390 -> 643[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 390 -> 644[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 391 -> 127[label="",style="dashed", color="red", weight=0]; 17.13/7.19 391[label="vwx300 == vwx400",fontsize=16,color="magenta"];391 -> 645[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 391 -> 646[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 392 -> 128[label="",style="dashed", color="red", weight=0]; 17.13/7.19 392[label="vwx300 == vwx400",fontsize=16,color="magenta"];392 -> 647[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 392 -> 648[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 393[label="vwx301 * vwx400",fontsize=16,color="black",shape="triangle"];393 -> 649[label="",style="solid", color="black", weight=3]; 17.13/7.19 394 -> 393[label="",style="dashed", color="red", weight=0]; 17.13/7.19 394[label="vwx300 * vwx401",fontsize=16,color="magenta"];394 -> 650[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 394 -> 651[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 395 -> 119[label="",style="dashed", color="red", weight=0]; 17.13/7.19 395[label="vwx301 == vwx401",fontsize=16,color="magenta"];395 -> 652[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 395 -> 653[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 396 -> 122[label="",style="dashed", color="red", weight=0]; 17.13/7.19 396[label="vwx301 == vwx401",fontsize=16,color="magenta"];396 -> 654[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 396 -> 655[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 397 -> 119[label="",style="dashed", color="red", weight=0]; 17.13/7.19 397[label="vwx300 == vwx400",fontsize=16,color="magenta"];397 -> 656[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 397 -> 657[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 398 -> 122[label="",style="dashed", color="red", weight=0]; 17.13/7.19 398[label="vwx300 == vwx400",fontsize=16,color="magenta"];398 -> 658[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 398 -> 659[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 399[label="primEqInt (Pos (Succ vwx3000)) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];399 -> 660[label="",style="solid", color="black", weight=3]; 17.13/7.19 400[label="primEqInt (Pos (Succ vwx3000)) (Pos Zero)",fontsize=16,color="black",shape="box"];400 -> 661[label="",style="solid", color="black", weight=3]; 17.13/7.19 401[label="False",fontsize=16,color="green",shape="box"];402[label="primEqInt (Pos Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];402 -> 662[label="",style="solid", color="black", weight=3]; 17.13/7.19 403[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];403 -> 663[label="",style="solid", color="black", weight=3]; 17.13/7.19 404[label="primEqInt (Pos Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];404 -> 664[label="",style="solid", color="black", weight=3]; 17.13/7.19 405[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];405 -> 665[label="",style="solid", color="black", weight=3]; 17.13/7.19 406[label="False",fontsize=16,color="green",shape="box"];407[label="primEqInt (Neg (Succ vwx3000)) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];407 -> 666[label="",style="solid", color="black", weight=3]; 17.13/7.19 408[label="primEqInt (Neg (Succ vwx3000)) (Neg Zero)",fontsize=16,color="black",shape="box"];408 -> 667[label="",style="solid", color="black", weight=3]; 17.13/7.19 409[label="primEqInt (Neg Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];409 -> 668[label="",style="solid", color="black", weight=3]; 17.13/7.19 410[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];410 -> 669[label="",style="solid", color="black", weight=3]; 17.13/7.19 411[label="primEqInt (Neg Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];411 -> 670[label="",style="solid", color="black", weight=3]; 17.13/7.19 412[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];412 -> 671[label="",style="solid", color="black", weight=3]; 17.13/7.19 413 -> 393[label="",style="dashed", color="red", weight=0]; 17.13/7.19 413[label="vwx301 * vwx400",fontsize=16,color="magenta"];413 -> 672[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 413 -> 673[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 414 -> 393[label="",style="dashed", color="red", weight=0]; 17.13/7.19 414[label="vwx300 * vwx401",fontsize=16,color="magenta"];414 -> 674[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 414 -> 675[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 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"];434[label="vwx300",fontsize=16,color="green",shape="box"];435[label="vwx400",fontsize=16,color="green",shape="box"];436[label="vwx300",fontsize=16,color="green",shape="box"];437[label="vwx400",fontsize=16,color="green",shape="box"];438[label="vwx300",fontsize=16,color="green",shape="box"];439[label="vwx400",fontsize=16,color="green",shape="box"];440[label="vwx300",fontsize=16,color="green",shape="box"];441[label="vwx400",fontsize=16,color="green",shape="box"];442[label="vwx300",fontsize=16,color="green",shape="box"];443[label="vwx400",fontsize=16,color="green",shape="box"];444[label="vwx300",fontsize=16,color="green",shape="box"];445[label="vwx400",fontsize=16,color="green",shape="box"];446[label="vwx300",fontsize=16,color="green",shape="box"];447[label="vwx400",fontsize=16,color="green",shape="box"];448[label="vwx300",fontsize=16,color="green",shape="box"];449[label="vwx400",fontsize=16,color="green",shape="box"];450[label="vwx300",fontsize=16,color="green",shape="box"];451[label="vwx400",fontsize=16,color="green",shape="box"];452[label="vwx300",fontsize=16,color="green",shape="box"];453[label="vwx400",fontsize=16,color="green",shape="box"];454[label="vwx300",fontsize=16,color="green",shape="box"];455[label="vwx400",fontsize=16,color="green",shape="box"];456[label="vwx300",fontsize=16,color="green",shape="box"];457[label="vwx400",fontsize=16,color="green",shape="box"];458[label="vwx300",fontsize=16,color="green",shape="box"];459[label="vwx400",fontsize=16,color="green",shape="box"];460[label="vwx300",fontsize=16,color="green",shape="box"];461[label="vwx400",fontsize=16,color="green",shape="box"];462[label="vwx300",fontsize=16,color="green",shape="box"];463[label="vwx400",fontsize=16,color="green",shape="box"];464[label="vwx300",fontsize=16,color="green",shape="box"];465[label="vwx400",fontsize=16,color="green",shape="box"];466[label="vwx300",fontsize=16,color="green",shape="box"];467[label="vwx400",fontsize=16,color="green",shape="box"];468[label="vwx300",fontsize=16,color="green",shape="box"];469[label="vwx400",fontsize=16,color="green",shape="box"];470[label="vwx300",fontsize=16,color="green",shape="box"];471[label="vwx400",fontsize=16,color="green",shape="box"];472[label="vwx300",fontsize=16,color="green",shape="box"];473[label="vwx400",fontsize=16,color="green",shape="box"];474[label="vwx300",fontsize=16,color="green",shape="box"];475[label="vwx400",fontsize=16,color="green",shape="box"];476[label="vwx300",fontsize=16,color="green",shape="box"];477[label="vwx400",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="vwx401",fontsize=16,color="green",shape="box"];500[label="vwx301",fontsize=16,color="green",shape="box"];501 -> 115[label="",style="dashed", color="red", weight=0]; 17.13/7.19 501[label="vwx300 == vwx400",fontsize=16,color="magenta"];501 -> 676[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 501 -> 677[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 502 -> 116[label="",style="dashed", color="red", weight=0]; 17.13/7.19 502[label="vwx300 == vwx400",fontsize=16,color="magenta"];502 -> 678[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 502 -> 679[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 503 -> 117[label="",style="dashed", color="red", weight=0]; 17.13/7.19 503[label="vwx300 == vwx400",fontsize=16,color="magenta"];503 -> 680[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 503 -> 681[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 504 -> 118[label="",style="dashed", color="red", weight=0]; 17.13/7.19 504[label="vwx300 == vwx400",fontsize=16,color="magenta"];504 -> 682[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 504 -> 683[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 505 -> 119[label="",style="dashed", color="red", weight=0]; 17.13/7.19 505[label="vwx300 == vwx400",fontsize=16,color="magenta"];505 -> 684[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 505 -> 685[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 506 -> 120[label="",style="dashed", color="red", weight=0]; 17.13/7.19 506[label="vwx300 == vwx400",fontsize=16,color="magenta"];506 -> 686[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 506 -> 687[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 507 -> 121[label="",style="dashed", color="red", weight=0]; 17.13/7.19 507[label="vwx300 == vwx400",fontsize=16,color="magenta"];507 -> 688[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 507 -> 689[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 508 -> 122[label="",style="dashed", color="red", weight=0]; 17.13/7.19 508[label="vwx300 == vwx400",fontsize=16,color="magenta"];508 -> 690[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 508 -> 691[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 509 -> 123[label="",style="dashed", color="red", weight=0]; 17.13/7.19 509[label="vwx300 == vwx400",fontsize=16,color="magenta"];509 -> 692[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 509 -> 693[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 510 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.19 510[label="vwx300 == vwx400",fontsize=16,color="magenta"];510 -> 694[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 510 -> 695[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 511 -> 125[label="",style="dashed", color="red", weight=0]; 17.13/7.19 511[label="vwx300 == vwx400",fontsize=16,color="magenta"];511 -> 696[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 511 -> 697[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 512 -> 126[label="",style="dashed", color="red", weight=0]; 17.13/7.19 512[label="vwx300 == vwx400",fontsize=16,color="magenta"];512 -> 698[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 512 -> 699[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 513 -> 127[label="",style="dashed", color="red", weight=0]; 17.13/7.19 513[label="vwx300 == vwx400",fontsize=16,color="magenta"];513 -> 700[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 513 -> 701[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 514 -> 128[label="",style="dashed", color="red", weight=0]; 17.13/7.19 514[label="vwx300 == vwx400",fontsize=16,color="magenta"];514 -> 702[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 514 -> 703[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 1733[label="vwx17 <= vwx18",fontsize=16,color="black",shape="triangle"];1733 -> 1753[label="",style="solid", color="black", weight=3]; 17.13/7.19 1734[label="vwx17 <= vwx18",fontsize=16,color="black",shape="triangle"];1734 -> 1754[label="",style="solid", color="black", weight=3]; 17.13/7.19 1735[label="vwx17 <= vwx18",fontsize=16,color="black",shape="triangle"];1735 -> 1755[label="",style="solid", color="black", weight=3]; 17.13/7.19 1736[label="vwx17 <= vwx18",fontsize=16,color="black",shape="triangle"];1736 -> 1756[label="",style="solid", color="black", weight=3]; 17.13/7.19 1737[label="vwx17 <= vwx18",fontsize=16,color="burlywood",shape="triangle"];2972[label="vwx17/LT",fontsize=10,color="white",style="solid",shape="box"];1737 -> 2972[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2972 -> 1757[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2973[label="vwx17/EQ",fontsize=10,color="white",style="solid",shape="box"];1737 -> 2973[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2973 -> 1758[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2974[label="vwx17/GT",fontsize=10,color="white",style="solid",shape="box"];1737 -> 2974[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2974 -> 1759[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 1738[label="vwx17 <= vwx18",fontsize=16,color="burlywood",shape="triangle"];2975[label="vwx17/False",fontsize=10,color="white",style="solid",shape="box"];1738 -> 2975[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2975 -> 1760[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2976[label="vwx17/True",fontsize=10,color="white",style="solid",shape="box"];1738 -> 2976[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2976 -> 1761[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 1739[label="vwx17 <= vwx18",fontsize=16,color="black",shape="triangle"];1739 -> 1762[label="",style="solid", color="black", weight=3]; 17.13/7.19 1740[label="vwx17 <= vwx18",fontsize=16,color="black",shape="triangle"];1740 -> 1763[label="",style="solid", color="black", weight=3]; 17.13/7.19 1741[label="vwx17 <= vwx18",fontsize=16,color="black",shape="triangle"];1741 -> 1764[label="",style="solid", color="black", weight=3]; 17.13/7.19 1742[label="vwx17 <= vwx18",fontsize=16,color="burlywood",shape="triangle"];2977[label="vwx17/Nothing",fontsize=10,color="white",style="solid",shape="box"];1742 -> 2977[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2977 -> 1765[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2978[label="vwx17/Just vwx170",fontsize=10,color="white",style="solid",shape="box"];1742 -> 2978[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2978 -> 1766[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 1743[label="vwx17 <= vwx18",fontsize=16,color="burlywood",shape="triangle"];2979[label="vwx17/(vwx170,vwx171)",fontsize=10,color="white",style="solid",shape="box"];1743 -> 2979[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2979 -> 1767[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 1744[label="vwx17 <= vwx18",fontsize=16,color="burlywood",shape="triangle"];2980[label="vwx17/Left vwx170",fontsize=10,color="white",style="solid",shape="box"];1744 -> 2980[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2980 -> 1768[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2981[label="vwx17/Right vwx170",fontsize=10,color="white",style="solid",shape="box"];1744 -> 2981[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2981 -> 1769[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 1745[label="vwx17 <= vwx18",fontsize=16,color="black",shape="triangle"];1745 -> 1770[label="",style="solid", color="black", weight=3]; 17.13/7.19 1746[label="vwx17 <= vwx18",fontsize=16,color="burlywood",shape="triangle"];2982[label="vwx17/(vwx170,vwx171,vwx172)",fontsize=10,color="white",style="solid",shape="box"];1746 -> 2982[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2982 -> 1771[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 1747[label="compare0 vwx170 vwx180 otherwise",fontsize=16,color="black",shape="box"];1747 -> 1772[label="",style="solid", color="black", weight=3]; 17.13/7.19 1748[label="LT",fontsize=16,color="green",shape="box"];531 -> 115[label="",style="dashed", color="red", weight=0]; 17.13/7.19 531[label="vwx302 == vwx402",fontsize=16,color="magenta"];531 -> 724[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 531 -> 725[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 532 -> 116[label="",style="dashed", color="red", weight=0]; 17.13/7.19 532[label="vwx302 == vwx402",fontsize=16,color="magenta"];532 -> 726[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 532 -> 727[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 533 -> 117[label="",style="dashed", color="red", weight=0]; 17.13/7.19 533[label="vwx302 == vwx402",fontsize=16,color="magenta"];533 -> 728[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 533 -> 729[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 534 -> 118[label="",style="dashed", color="red", weight=0]; 17.13/7.19 534[label="vwx302 == vwx402",fontsize=16,color="magenta"];534 -> 730[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 534 -> 731[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 535 -> 119[label="",style="dashed", color="red", weight=0]; 17.13/7.19 535[label="vwx302 == vwx402",fontsize=16,color="magenta"];535 -> 732[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 535 -> 733[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 536 -> 120[label="",style="dashed", color="red", weight=0]; 17.13/7.19 536[label="vwx302 == vwx402",fontsize=16,color="magenta"];536 -> 734[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 536 -> 735[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 537 -> 121[label="",style="dashed", color="red", weight=0]; 17.13/7.19 537[label="vwx302 == vwx402",fontsize=16,color="magenta"];537 -> 736[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 537 -> 737[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 538 -> 122[label="",style="dashed", color="red", weight=0]; 17.13/7.19 538[label="vwx302 == vwx402",fontsize=16,color="magenta"];538 -> 738[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 538 -> 739[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 539 -> 123[label="",style="dashed", color="red", weight=0]; 17.13/7.19 539[label="vwx302 == vwx402",fontsize=16,color="magenta"];539 -> 740[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 539 -> 741[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 540 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.19 540[label="vwx302 == vwx402",fontsize=16,color="magenta"];540 -> 742[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 540 -> 743[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 541 -> 125[label="",style="dashed", color="red", weight=0]; 17.13/7.19 541[label="vwx302 == vwx402",fontsize=16,color="magenta"];541 -> 744[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 541 -> 745[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 542 -> 126[label="",style="dashed", color="red", weight=0]; 17.13/7.19 542[label="vwx302 == vwx402",fontsize=16,color="magenta"];542 -> 746[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 542 -> 747[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 543 -> 127[label="",style="dashed", color="red", weight=0]; 17.13/7.19 543[label="vwx302 == vwx402",fontsize=16,color="magenta"];543 -> 748[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 543 -> 749[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 544 -> 128[label="",style="dashed", color="red", weight=0]; 17.13/7.19 544[label="vwx302 == vwx402",fontsize=16,color="magenta"];544 -> 750[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 544 -> 751[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 545 -> 115[label="",style="dashed", color="red", weight=0]; 17.13/7.19 545[label="vwx301 == vwx401",fontsize=16,color="magenta"];545 -> 752[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 545 -> 753[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 546 -> 116[label="",style="dashed", color="red", weight=0]; 17.13/7.19 546[label="vwx301 == vwx401",fontsize=16,color="magenta"];546 -> 754[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 546 -> 755[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 547 -> 117[label="",style="dashed", color="red", weight=0]; 17.13/7.19 547[label="vwx301 == vwx401",fontsize=16,color="magenta"];547 -> 756[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 547 -> 757[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 548 -> 118[label="",style="dashed", color="red", weight=0]; 17.13/7.19 548[label="vwx301 == vwx401",fontsize=16,color="magenta"];548 -> 758[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 548 -> 759[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 549 -> 119[label="",style="dashed", color="red", weight=0]; 17.13/7.19 549[label="vwx301 == vwx401",fontsize=16,color="magenta"];549 -> 760[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 549 -> 761[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 550 -> 120[label="",style="dashed", color="red", weight=0]; 17.13/7.19 550[label="vwx301 == vwx401",fontsize=16,color="magenta"];550 -> 762[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 550 -> 763[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 551 -> 121[label="",style="dashed", color="red", weight=0]; 17.13/7.19 551[label="vwx301 == vwx401",fontsize=16,color="magenta"];551 -> 764[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 551 -> 765[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 552 -> 122[label="",style="dashed", color="red", weight=0]; 17.13/7.19 552[label="vwx301 == vwx401",fontsize=16,color="magenta"];552 -> 766[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 552 -> 767[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 553 -> 123[label="",style="dashed", color="red", weight=0]; 17.13/7.19 553[label="vwx301 == vwx401",fontsize=16,color="magenta"];553 -> 768[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 553 -> 769[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 554 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.19 554[label="vwx301 == vwx401",fontsize=16,color="magenta"];554 -> 770[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 554 -> 771[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 555 -> 125[label="",style="dashed", color="red", weight=0]; 17.13/7.19 555[label="vwx301 == vwx401",fontsize=16,color="magenta"];555 -> 772[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 555 -> 773[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 556 -> 126[label="",style="dashed", color="red", weight=0]; 17.13/7.19 556[label="vwx301 == vwx401",fontsize=16,color="magenta"];556 -> 774[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 556 -> 775[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 557 -> 127[label="",style="dashed", color="red", weight=0]; 17.13/7.19 557[label="vwx301 == vwx401",fontsize=16,color="magenta"];557 -> 776[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 557 -> 777[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 558 -> 128[label="",style="dashed", color="red", weight=0]; 17.13/7.19 558[label="vwx301 == vwx401",fontsize=16,color="magenta"];558 -> 778[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 558 -> 779[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 559[label="vwx400",fontsize=16,color="green",shape="box"];560[label="vwx300",fontsize=16,color="green",shape="box"];561[label="vwx400",fontsize=16,color="green",shape="box"];562[label="vwx300",fontsize=16,color="green",shape="box"];563[label="vwx400",fontsize=16,color="green",shape="box"];564[label="vwx300",fontsize=16,color="green",shape="box"];565[label="vwx400",fontsize=16,color="green",shape="box"];566[label="vwx300",fontsize=16,color="green",shape="box"];567[label="vwx400",fontsize=16,color="green",shape="box"];568[label="vwx300",fontsize=16,color="green",shape="box"];569[label="vwx400",fontsize=16,color="green",shape="box"];570[label="vwx300",fontsize=16,color="green",shape="box"];571[label="vwx400",fontsize=16,color="green",shape="box"];572[label="vwx300",fontsize=16,color="green",shape="box"];573[label="vwx400",fontsize=16,color="green",shape="box"];574[label="vwx300",fontsize=16,color="green",shape="box"];575[label="vwx400",fontsize=16,color="green",shape="box"];576[label="vwx300",fontsize=16,color="green",shape="box"];577[label="vwx400",fontsize=16,color="green",shape="box"];578[label="vwx300",fontsize=16,color="green",shape="box"];579[label="vwx400",fontsize=16,color="green",shape="box"];580[label="vwx300",fontsize=16,color="green",shape="box"];581[label="vwx400",fontsize=16,color="green",shape="box"];582[label="vwx300",fontsize=16,color="green",shape="box"];583[label="vwx400",fontsize=16,color="green",shape="box"];584[label="vwx300",fontsize=16,color="green",shape="box"];585[label="vwx400",fontsize=16,color="green",shape="box"];586[label="vwx300",fontsize=16,color="green",shape="box"];587[label="False",fontsize=16,color="green",shape="box"];588[label="vwx45",fontsize=16,color="green",shape="box"];589[label="primEqNat (Succ vwx3000) (Succ vwx4000)",fontsize=16,color="black",shape="box"];589 -> 780[label="",style="solid", color="black", weight=3]; 17.13/7.19 590[label="primEqNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];590 -> 781[label="",style="solid", color="black", weight=3]; 17.13/7.19 591[label="primEqNat Zero (Succ vwx4000)",fontsize=16,color="black",shape="box"];591 -> 782[label="",style="solid", color="black", weight=3]; 17.13/7.19 592[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];592 -> 783[label="",style="solid", color="black", weight=3]; 17.13/7.19 593[label="vwx401",fontsize=16,color="green",shape="box"];594[label="vwx301",fontsize=16,color="green",shape="box"];595[label="vwx401",fontsize=16,color="green",shape="box"];596[label="vwx301",fontsize=16,color="green",shape="box"];597[label="vwx401",fontsize=16,color="green",shape="box"];598[label="vwx301",fontsize=16,color="green",shape="box"];599[label="vwx401",fontsize=16,color="green",shape="box"];600[label="vwx301",fontsize=16,color="green",shape="box"];601[label="vwx401",fontsize=16,color="green",shape="box"];602[label="vwx301",fontsize=16,color="green",shape="box"];603[label="vwx401",fontsize=16,color="green",shape="box"];604[label="vwx301",fontsize=16,color="green",shape="box"];605[label="vwx401",fontsize=16,color="green",shape="box"];606[label="vwx301",fontsize=16,color="green",shape="box"];607[label="vwx401",fontsize=16,color="green",shape="box"];608[label="vwx301",fontsize=16,color="green",shape="box"];609[label="vwx401",fontsize=16,color="green",shape="box"];610[label="vwx301",fontsize=16,color="green",shape="box"];611[label="vwx401",fontsize=16,color="green",shape="box"];612[label="vwx301",fontsize=16,color="green",shape="box"];613[label="vwx401",fontsize=16,color="green",shape="box"];614[label="vwx301",fontsize=16,color="green",shape="box"];615[label="vwx401",fontsize=16,color="green",shape="box"];616[label="vwx301",fontsize=16,color="green",shape="box"];617[label="vwx401",fontsize=16,color="green",shape="box"];618[label="vwx301",fontsize=16,color="green",shape="box"];619[label="vwx401",fontsize=16,color="green",shape="box"];620[label="vwx301",fontsize=16,color="green",shape="box"];621[label="vwx400",fontsize=16,color="green",shape="box"];622[label="vwx300",fontsize=16,color="green",shape="box"];623[label="vwx400",fontsize=16,color="green",shape="box"];624[label="vwx300",fontsize=16,color="green",shape="box"];625[label="vwx400",fontsize=16,color="green",shape="box"];626[label="vwx300",fontsize=16,color="green",shape="box"];627[label="vwx400",fontsize=16,color="green",shape="box"];628[label="vwx300",fontsize=16,color="green",shape="box"];629[label="vwx400",fontsize=16,color="green",shape="box"];630[label="vwx300",fontsize=16,color="green",shape="box"];631[label="vwx400",fontsize=16,color="green",shape="box"];632[label="vwx300",fontsize=16,color="green",shape="box"];633[label="vwx400",fontsize=16,color="green",shape="box"];634[label="vwx300",fontsize=16,color="green",shape="box"];635[label="vwx400",fontsize=16,color="green",shape="box"];636[label="vwx300",fontsize=16,color="green",shape="box"];637[label="vwx400",fontsize=16,color="green",shape="box"];638[label="vwx300",fontsize=16,color="green",shape="box"];639[label="vwx400",fontsize=16,color="green",shape="box"];640[label="vwx300",fontsize=16,color="green",shape="box"];641[label="vwx400",fontsize=16,color="green",shape="box"];642[label="vwx300",fontsize=16,color="green",shape="box"];643[label="vwx400",fontsize=16,color="green",shape="box"];644[label="vwx300",fontsize=16,color="green",shape="box"];645[label="vwx400",fontsize=16,color="green",shape="box"];646[label="vwx300",fontsize=16,color="green",shape="box"];647[label="vwx400",fontsize=16,color="green",shape="box"];648[label="vwx300",fontsize=16,color="green",shape="box"];649[label="primMulInt vwx301 vwx400",fontsize=16,color="burlywood",shape="triangle"];2983[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];649 -> 2983[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2983 -> 784[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2984[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];649 -> 2984[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2984 -> 785[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 650[label="vwx300",fontsize=16,color="green",shape="box"];651[label="vwx401",fontsize=16,color="green",shape="box"];652[label="vwx401",fontsize=16,color="green",shape="box"];653[label="vwx301",fontsize=16,color="green",shape="box"];654[label="vwx401",fontsize=16,color="green",shape="box"];655[label="vwx301",fontsize=16,color="green",shape="box"];656[label="vwx400",fontsize=16,color="green",shape="box"];657[label="vwx300",fontsize=16,color="green",shape="box"];658[label="vwx400",fontsize=16,color="green",shape="box"];659[label="vwx300",fontsize=16,color="green",shape="box"];660 -> 244[label="",style="dashed", color="red", weight=0]; 17.13/7.19 660[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];660 -> 786[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 660 -> 787[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 661[label="False",fontsize=16,color="green",shape="box"];662[label="False",fontsize=16,color="green",shape="box"];663[label="True",fontsize=16,color="green",shape="box"];664[label="False",fontsize=16,color="green",shape="box"];665[label="True",fontsize=16,color="green",shape="box"];666 -> 244[label="",style="dashed", color="red", weight=0]; 17.13/7.19 666[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];666 -> 788[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 666 -> 789[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 667[label="False",fontsize=16,color="green",shape="box"];668[label="False",fontsize=16,color="green",shape="box"];669[label="True",fontsize=16,color="green",shape="box"];670[label="False",fontsize=16,color="green",shape="box"];671[label="True",fontsize=16,color="green",shape="box"];672[label="vwx301",fontsize=16,color="green",shape="box"];673[label="vwx400",fontsize=16,color="green",shape="box"];674[label="vwx300",fontsize=16,color="green",shape="box"];675[label="vwx401",fontsize=16,color="green",shape="box"];676[label="vwx400",fontsize=16,color="green",shape="box"];677[label="vwx300",fontsize=16,color="green",shape="box"];678[label="vwx400",fontsize=16,color="green",shape="box"];679[label="vwx300",fontsize=16,color="green",shape="box"];680[label="vwx400",fontsize=16,color="green",shape="box"];681[label="vwx300",fontsize=16,color="green",shape="box"];682[label="vwx400",fontsize=16,color="green",shape="box"];683[label="vwx300",fontsize=16,color="green",shape="box"];684[label="vwx400",fontsize=16,color="green",shape="box"];685[label="vwx300",fontsize=16,color="green",shape="box"];686[label="vwx400",fontsize=16,color="green",shape="box"];687[label="vwx300",fontsize=16,color="green",shape="box"];688[label="vwx400",fontsize=16,color="green",shape="box"];689[label="vwx300",fontsize=16,color="green",shape="box"];690[label="vwx400",fontsize=16,color="green",shape="box"];691[label="vwx300",fontsize=16,color="green",shape="box"];692[label="vwx400",fontsize=16,color="green",shape="box"];693[label="vwx300",fontsize=16,color="green",shape="box"];694[label="vwx400",fontsize=16,color="green",shape="box"];695[label="vwx300",fontsize=16,color="green",shape="box"];696[label="vwx400",fontsize=16,color="green",shape="box"];697[label="vwx300",fontsize=16,color="green",shape="box"];698[label="vwx400",fontsize=16,color="green",shape="box"];699[label="vwx300",fontsize=16,color="green",shape="box"];700[label="vwx400",fontsize=16,color="green",shape="box"];701[label="vwx300",fontsize=16,color="green",shape="box"];702[label="vwx400",fontsize=16,color="green",shape="box"];703[label="vwx300",fontsize=16,color="green",shape="box"];1753[label="compare vwx17 vwx18 /= GT",fontsize=16,color="black",shape="box"];1753 -> 1774[label="",style="solid", color="black", weight=3]; 17.13/7.19 1754[label="compare vwx17 vwx18 /= GT",fontsize=16,color="black",shape="box"];1754 -> 1775[label="",style="solid", color="black", weight=3]; 17.13/7.19 1755[label="compare vwx17 vwx18 /= GT",fontsize=16,color="black",shape="box"];1755 -> 1776[label="",style="solid", color="black", weight=3]; 17.13/7.19 1756[label="compare vwx17 vwx18 /= GT",fontsize=16,color="black",shape="box"];1756 -> 1777[label="",style="solid", color="black", weight=3]; 17.13/7.19 1757[label="LT <= vwx18",fontsize=16,color="burlywood",shape="box"];2985[label="vwx18/LT",fontsize=10,color="white",style="solid",shape="box"];1757 -> 2985[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2985 -> 1778[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2986[label="vwx18/EQ",fontsize=10,color="white",style="solid",shape="box"];1757 -> 2986[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2986 -> 1779[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2987[label="vwx18/GT",fontsize=10,color="white",style="solid",shape="box"];1757 -> 2987[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2987 -> 1780[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 1758[label="EQ <= vwx18",fontsize=16,color="burlywood",shape="box"];2988[label="vwx18/LT",fontsize=10,color="white",style="solid",shape="box"];1758 -> 2988[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2988 -> 1781[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2989[label="vwx18/EQ",fontsize=10,color="white",style="solid",shape="box"];1758 -> 2989[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2989 -> 1782[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2990[label="vwx18/GT",fontsize=10,color="white",style="solid",shape="box"];1758 -> 2990[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2990 -> 1783[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 1759[label="GT <= vwx18",fontsize=16,color="burlywood",shape="box"];2991[label="vwx18/LT",fontsize=10,color="white",style="solid",shape="box"];1759 -> 2991[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2991 -> 1784[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2992[label="vwx18/EQ",fontsize=10,color="white",style="solid",shape="box"];1759 -> 2992[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2992 -> 1785[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2993[label="vwx18/GT",fontsize=10,color="white",style="solid",shape="box"];1759 -> 2993[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2993 -> 1786[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 1760[label="False <= vwx18",fontsize=16,color="burlywood",shape="box"];2994[label="vwx18/False",fontsize=10,color="white",style="solid",shape="box"];1760 -> 2994[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2994 -> 1787[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2995[label="vwx18/True",fontsize=10,color="white",style="solid",shape="box"];1760 -> 2995[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2995 -> 1788[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 1761[label="True <= vwx18",fontsize=16,color="burlywood",shape="box"];2996[label="vwx18/False",fontsize=10,color="white",style="solid",shape="box"];1761 -> 2996[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2996 -> 1789[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2997[label="vwx18/True",fontsize=10,color="white",style="solid",shape="box"];1761 -> 2997[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2997 -> 1790[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 1762[label="compare vwx17 vwx18 /= GT",fontsize=16,color="black",shape="box"];1762 -> 1791[label="",style="solid", color="black", weight=3]; 17.13/7.19 1763[label="compare vwx17 vwx18 /= GT",fontsize=16,color="black",shape="box"];1763 -> 1792[label="",style="solid", color="black", weight=3]; 17.13/7.19 1764[label="compare vwx17 vwx18 /= GT",fontsize=16,color="black",shape="box"];1764 -> 1793[label="",style="solid", color="black", weight=3]; 17.13/7.19 1765[label="Nothing <= vwx18",fontsize=16,color="burlywood",shape="box"];2998[label="vwx18/Nothing",fontsize=10,color="white",style="solid",shape="box"];1765 -> 2998[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2998 -> 1794[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 2999[label="vwx18/Just vwx180",fontsize=10,color="white",style="solid",shape="box"];1765 -> 2999[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 2999 -> 1795[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 1766[label="Just vwx170 <= vwx18",fontsize=16,color="burlywood",shape="box"];3000[label="vwx18/Nothing",fontsize=10,color="white",style="solid",shape="box"];1766 -> 3000[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 3000 -> 1796[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 3001[label="vwx18/Just vwx180",fontsize=10,color="white",style="solid",shape="box"];1766 -> 3001[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 3001 -> 1797[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 1767[label="(vwx170,vwx171) <= vwx18",fontsize=16,color="burlywood",shape="box"];3002[label="vwx18/(vwx180,vwx181)",fontsize=10,color="white",style="solid",shape="box"];1767 -> 3002[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 3002 -> 1798[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 1768[label="Left vwx170 <= vwx18",fontsize=16,color="burlywood",shape="box"];3003[label="vwx18/Left vwx180",fontsize=10,color="white",style="solid",shape="box"];1768 -> 3003[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 3003 -> 1799[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 3004[label="vwx18/Right vwx180",fontsize=10,color="white",style="solid",shape="box"];1768 -> 3004[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 3004 -> 1800[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 1769[label="Right vwx170 <= vwx18",fontsize=16,color="burlywood",shape="box"];3005[label="vwx18/Left vwx180",fontsize=10,color="white",style="solid",shape="box"];1769 -> 3005[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 3005 -> 1801[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 3006[label="vwx18/Right vwx180",fontsize=10,color="white",style="solid",shape="box"];1769 -> 3006[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 3006 -> 1802[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 1770[label="compare vwx17 vwx18 /= GT",fontsize=16,color="black",shape="box"];1770 -> 1803[label="",style="solid", color="black", weight=3]; 17.13/7.19 1771[label="(vwx170,vwx171,vwx172) <= vwx18",fontsize=16,color="burlywood",shape="box"];3007[label="vwx18/(vwx180,vwx181,vwx182)",fontsize=10,color="white",style="solid",shape="box"];1771 -> 3007[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 3007 -> 1804[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 1772[label="compare0 vwx170 vwx180 True",fontsize=16,color="black",shape="box"];1772 -> 1805[label="",style="solid", color="black", weight=3]; 17.13/7.19 724[label="vwx402",fontsize=16,color="green",shape="box"];725[label="vwx302",fontsize=16,color="green",shape="box"];726[label="vwx402",fontsize=16,color="green",shape="box"];727[label="vwx302",fontsize=16,color="green",shape="box"];728[label="vwx402",fontsize=16,color="green",shape="box"];729[label="vwx302",fontsize=16,color="green",shape="box"];730[label="vwx402",fontsize=16,color="green",shape="box"];731[label="vwx302",fontsize=16,color="green",shape="box"];732[label="vwx402",fontsize=16,color="green",shape="box"];733[label="vwx302",fontsize=16,color="green",shape="box"];734[label="vwx402",fontsize=16,color="green",shape="box"];735[label="vwx302",fontsize=16,color="green",shape="box"];736[label="vwx402",fontsize=16,color="green",shape="box"];737[label="vwx302",fontsize=16,color="green",shape="box"];738[label="vwx402",fontsize=16,color="green",shape="box"];739[label="vwx302",fontsize=16,color="green",shape="box"];740[label="vwx402",fontsize=16,color="green",shape="box"];741[label="vwx302",fontsize=16,color="green",shape="box"];742[label="vwx402",fontsize=16,color="green",shape="box"];743[label="vwx302",fontsize=16,color="green",shape="box"];744[label="vwx402",fontsize=16,color="green",shape="box"];745[label="vwx302",fontsize=16,color="green",shape="box"];746[label="vwx402",fontsize=16,color="green",shape="box"];747[label="vwx302",fontsize=16,color="green",shape="box"];748[label="vwx402",fontsize=16,color="green",shape="box"];749[label="vwx302",fontsize=16,color="green",shape="box"];750[label="vwx402",fontsize=16,color="green",shape="box"];751[label="vwx302",fontsize=16,color="green",shape="box"];752[label="vwx401",fontsize=16,color="green",shape="box"];753[label="vwx301",fontsize=16,color="green",shape="box"];754[label="vwx401",fontsize=16,color="green",shape="box"];755[label="vwx301",fontsize=16,color="green",shape="box"];756[label="vwx401",fontsize=16,color="green",shape="box"];757[label="vwx301",fontsize=16,color="green",shape="box"];758[label="vwx401",fontsize=16,color="green",shape="box"];759[label="vwx301",fontsize=16,color="green",shape="box"];760[label="vwx401",fontsize=16,color="green",shape="box"];761[label="vwx301",fontsize=16,color="green",shape="box"];762[label="vwx401",fontsize=16,color="green",shape="box"];763[label="vwx301",fontsize=16,color="green",shape="box"];764[label="vwx401",fontsize=16,color="green",shape="box"];765[label="vwx301",fontsize=16,color="green",shape="box"];766[label="vwx401",fontsize=16,color="green",shape="box"];767[label="vwx301",fontsize=16,color="green",shape="box"];768[label="vwx401",fontsize=16,color="green",shape="box"];769[label="vwx301",fontsize=16,color="green",shape="box"];770[label="vwx401",fontsize=16,color="green",shape="box"];771[label="vwx301",fontsize=16,color="green",shape="box"];772[label="vwx401",fontsize=16,color="green",shape="box"];773[label="vwx301",fontsize=16,color="green",shape="box"];774[label="vwx401",fontsize=16,color="green",shape="box"];775[label="vwx301",fontsize=16,color="green",shape="box"];776[label="vwx401",fontsize=16,color="green",shape="box"];777[label="vwx301",fontsize=16,color="green",shape="box"];778[label="vwx401",fontsize=16,color="green",shape="box"];779[label="vwx301",fontsize=16,color="green",shape="box"];780 -> 244[label="",style="dashed", color="red", weight=0]; 17.13/7.19 780[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];780 -> 822[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 780 -> 823[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 781[label="False",fontsize=16,color="green",shape="box"];782[label="False",fontsize=16,color="green",shape="box"];783[label="True",fontsize=16,color="green",shape="box"];784[label="primMulInt (Pos vwx3010) vwx400",fontsize=16,color="burlywood",shape="box"];3008[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];784 -> 3008[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 3008 -> 824[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 3009[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];784 -> 3009[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 3009 -> 825[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 785[label="primMulInt (Neg vwx3010) vwx400",fontsize=16,color="burlywood",shape="box"];3010[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];785 -> 3010[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 3010 -> 826[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 3011[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];785 -> 3011[label="",style="solid", color="burlywood", weight=9]; 17.13/7.19 3011 -> 827[label="",style="solid", color="burlywood", weight=3]; 17.13/7.19 786[label="vwx4000",fontsize=16,color="green",shape="box"];787[label="vwx3000",fontsize=16,color="green",shape="box"];788[label="vwx4000",fontsize=16,color="green",shape="box"];789[label="vwx3000",fontsize=16,color="green",shape="box"];1774 -> 70[label="",style="dashed", color="red", weight=0]; 17.13/7.19 1774[label="not (compare vwx17 vwx18 == GT)",fontsize=16,color="magenta"];1774 -> 1808[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 1775 -> 70[label="",style="dashed", color="red", weight=0]; 17.13/7.19 1775[label="not (compare vwx17 vwx18 == GT)",fontsize=16,color="magenta"];1775 -> 1809[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 1776 -> 70[label="",style="dashed", color="red", weight=0]; 17.13/7.19 1776[label="not (compare vwx17 vwx18 == GT)",fontsize=16,color="magenta"];1776 -> 1810[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 1777 -> 70[label="",style="dashed", color="red", weight=0]; 17.13/7.19 1777[label="not (compare vwx17 vwx18 == GT)",fontsize=16,color="magenta"];1777 -> 1811[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 1778[label="LT <= LT",fontsize=16,color="black",shape="box"];1778 -> 1812[label="",style="solid", color="black", weight=3]; 17.13/7.19 1779[label="LT <= EQ",fontsize=16,color="black",shape="box"];1779 -> 1813[label="",style="solid", color="black", weight=3]; 17.13/7.19 1780[label="LT <= GT",fontsize=16,color="black",shape="box"];1780 -> 1814[label="",style="solid", color="black", weight=3]; 17.13/7.19 1781[label="EQ <= LT",fontsize=16,color="black",shape="box"];1781 -> 1815[label="",style="solid", color="black", weight=3]; 17.13/7.19 1782[label="EQ <= EQ",fontsize=16,color="black",shape="box"];1782 -> 1816[label="",style="solid", color="black", weight=3]; 17.13/7.19 1783[label="EQ <= GT",fontsize=16,color="black",shape="box"];1783 -> 1817[label="",style="solid", color="black", weight=3]; 17.13/7.19 1784[label="GT <= LT",fontsize=16,color="black",shape="box"];1784 -> 1818[label="",style="solid", color="black", weight=3]; 17.13/7.19 1785[label="GT <= EQ",fontsize=16,color="black",shape="box"];1785 -> 1819[label="",style="solid", color="black", weight=3]; 17.13/7.19 1786[label="GT <= GT",fontsize=16,color="black",shape="box"];1786 -> 1820[label="",style="solid", color="black", weight=3]; 17.13/7.19 1787[label="False <= False",fontsize=16,color="black",shape="box"];1787 -> 1821[label="",style="solid", color="black", weight=3]; 17.13/7.19 1788[label="False <= True",fontsize=16,color="black",shape="box"];1788 -> 1822[label="",style="solid", color="black", weight=3]; 17.13/7.19 1789[label="True <= False",fontsize=16,color="black",shape="box"];1789 -> 1823[label="",style="solid", color="black", weight=3]; 17.13/7.19 1790[label="True <= True",fontsize=16,color="black",shape="box"];1790 -> 1824[label="",style="solid", color="black", weight=3]; 17.13/7.19 1791 -> 70[label="",style="dashed", color="red", weight=0]; 17.13/7.19 1791[label="not (compare vwx17 vwx18 == GT)",fontsize=16,color="magenta"];1791 -> 1825[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 1792 -> 70[label="",style="dashed", color="red", weight=0]; 17.13/7.19 1792[label="not (compare vwx17 vwx18 == GT)",fontsize=16,color="magenta"];1792 -> 1826[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 1793 -> 70[label="",style="dashed", color="red", weight=0]; 17.13/7.19 1793[label="not (compare vwx17 vwx18 == GT)",fontsize=16,color="magenta"];1793 -> 1827[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 1794[label="Nothing <= Nothing",fontsize=16,color="black",shape="box"];1794 -> 1828[label="",style="solid", color="black", weight=3]; 17.13/7.19 1795[label="Nothing <= Just vwx180",fontsize=16,color="black",shape="box"];1795 -> 1829[label="",style="solid", color="black", weight=3]; 17.13/7.19 1796[label="Just vwx170 <= Nothing",fontsize=16,color="black",shape="box"];1796 -> 1830[label="",style="solid", color="black", weight=3]; 17.13/7.19 1797[label="Just vwx170 <= Just vwx180",fontsize=16,color="black",shape="box"];1797 -> 1831[label="",style="solid", color="black", weight=3]; 17.13/7.19 1798[label="(vwx170,vwx171) <= (vwx180,vwx181)",fontsize=16,color="black",shape="box"];1798 -> 1832[label="",style="solid", color="black", weight=3]; 17.13/7.19 1799[label="Left vwx170 <= Left vwx180",fontsize=16,color="black",shape="box"];1799 -> 1833[label="",style="solid", color="black", weight=3]; 17.13/7.19 1800[label="Left vwx170 <= Right vwx180",fontsize=16,color="black",shape="box"];1800 -> 1834[label="",style="solid", color="black", weight=3]; 17.13/7.19 1801[label="Right vwx170 <= Left vwx180",fontsize=16,color="black",shape="box"];1801 -> 1835[label="",style="solid", color="black", weight=3]; 17.13/7.19 1802[label="Right vwx170 <= Right vwx180",fontsize=16,color="black",shape="box"];1802 -> 1836[label="",style="solid", color="black", weight=3]; 17.13/7.19 1803 -> 70[label="",style="dashed", color="red", weight=0]; 17.13/7.19 1803[label="not (compare vwx17 vwx18 == GT)",fontsize=16,color="magenta"];1803 -> 1837[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 1804[label="(vwx170,vwx171,vwx172) <= (vwx180,vwx181,vwx182)",fontsize=16,color="black",shape="box"];1804 -> 1838[label="",style="solid", color="black", weight=3]; 17.13/7.19 1805[label="GT",fontsize=16,color="green",shape="box"];822[label="vwx4000",fontsize=16,color="green",shape="box"];823[label="vwx3000",fontsize=16,color="green",shape="box"];824[label="primMulInt (Pos vwx3010) (Pos vwx4000)",fontsize=16,color="black",shape="box"];824 -> 859[label="",style="solid", color="black", weight=3]; 17.13/7.19 825[label="primMulInt (Pos vwx3010) (Neg vwx4000)",fontsize=16,color="black",shape="box"];825 -> 860[label="",style="solid", color="black", weight=3]; 17.13/7.19 826[label="primMulInt (Neg vwx3010) (Pos vwx4000)",fontsize=16,color="black",shape="box"];826 -> 861[label="",style="solid", color="black", weight=3]; 17.13/7.19 827[label="primMulInt (Neg vwx3010) (Neg vwx4000)",fontsize=16,color="black",shape="box"];827 -> 862[label="",style="solid", color="black", weight=3]; 17.13/7.19 1808 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.19 1808[label="compare vwx17 vwx18 == GT",fontsize=16,color="magenta"];1808 -> 1839[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 1808 -> 1840[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 1809 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.19 1809[label="compare vwx17 vwx18 == GT",fontsize=16,color="magenta"];1809 -> 1841[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 1809 -> 1842[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 1810 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.19 1810[label="compare vwx17 vwx18 == GT",fontsize=16,color="magenta"];1810 -> 1843[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 1810 -> 1844[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 1811 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.19 1811[label="compare vwx17 vwx18 == GT",fontsize=16,color="magenta"];1811 -> 1845[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 1811 -> 1846[label="",style="dashed", color="magenta", weight=3]; 17.13/7.19 1812[label="True",fontsize=16,color="green",shape="box"];1813[label="True",fontsize=16,color="green",shape="box"];1814[label="True",fontsize=16,color="green",shape="box"];1815[label="False",fontsize=16,color="green",shape="box"];1816[label="True",fontsize=16,color="green",shape="box"];1817[label="True",fontsize=16,color="green",shape="box"];1818[label="False",fontsize=16,color="green",shape="box"];1819[label="False",fontsize=16,color="green",shape="box"];1820[label="True",fontsize=16,color="green",shape="box"];1821[label="True",fontsize=16,color="green",shape="box"];1822[label="True",fontsize=16,color="green",shape="box"];1823[label="False",fontsize=16,color="green",shape="box"];1824[label="True",fontsize=16,color="green",shape="box"];1825 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1825[label="compare vwx17 vwx18 == GT",fontsize=16,color="magenta"];1825 -> 1847[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1825 -> 1848[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1826 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1826[label="compare vwx17 vwx18 == GT",fontsize=16,color="magenta"];1826 -> 1849[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1826 -> 1850[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1827 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1827[label="compare vwx17 vwx18 == GT",fontsize=16,color="magenta"];1827 -> 1851[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1827 -> 1852[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1828[label="True",fontsize=16,color="green",shape="box"];1829[label="True",fontsize=16,color="green",shape="box"];1830[label="False",fontsize=16,color="green",shape="box"];1831[label="vwx170 <= vwx180",fontsize=16,color="blue",shape="box"];3012[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1831 -> 3012[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3012 -> 1853[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3013[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1831 -> 3013[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3013 -> 1854[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3014[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1831 -> 3014[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3014 -> 1855[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3015[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1831 -> 3015[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3015 -> 1856[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3016[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1831 -> 3016[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3016 -> 1857[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3017[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1831 -> 3017[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3017 -> 1858[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3018[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1831 -> 3018[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3018 -> 1859[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3019[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1831 -> 3019[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3019 -> 1860[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3020[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1831 -> 3020[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3020 -> 1861[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3021[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1831 -> 3021[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3021 -> 1862[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3022[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1831 -> 3022[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3022 -> 1863[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3023[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1831 -> 3023[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3023 -> 1864[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3024[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1831 -> 3024[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3024 -> 1865[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3025[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1831 -> 3025[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3025 -> 1866[label="",style="solid", color="blue", weight=3]; 17.13/7.20 1832 -> 1940[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1832[label="vwx170 < vwx180 || vwx170 == vwx180 && vwx171 <= vwx181",fontsize=16,color="magenta"];1832 -> 1941[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1832 -> 1942[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1833[label="vwx170 <= vwx180",fontsize=16,color="blue",shape="box"];3026[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1833 -> 3026[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3026 -> 1872[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3027[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1833 -> 3027[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3027 -> 1873[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3028[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1833 -> 3028[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3028 -> 1874[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3029[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1833 -> 3029[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3029 -> 1875[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3030[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1833 -> 3030[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3030 -> 1876[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3031[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1833 -> 3031[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3031 -> 1877[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3032[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1833 -> 3032[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3032 -> 1878[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3033[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1833 -> 3033[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3033 -> 1879[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3034[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1833 -> 3034[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3034 -> 1880[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3035[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1833 -> 3035[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3035 -> 1881[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3036[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1833 -> 3036[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3036 -> 1882[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3037[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1833 -> 3037[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3037 -> 1883[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3038[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1833 -> 3038[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3038 -> 1884[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3039[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1833 -> 3039[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3039 -> 1885[label="",style="solid", color="blue", weight=3]; 17.13/7.20 1834[label="True",fontsize=16,color="green",shape="box"];1835[label="False",fontsize=16,color="green",shape="box"];1836[label="vwx170 <= vwx180",fontsize=16,color="blue",shape="box"];3040[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1836 -> 3040[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3040 -> 1886[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3041[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1836 -> 3041[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3041 -> 1887[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3042[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1836 -> 3042[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3042 -> 1888[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3043[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1836 -> 3043[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3043 -> 1889[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3044[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1836 -> 3044[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3044 -> 1890[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3045[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1836 -> 3045[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3045 -> 1891[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3046[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1836 -> 3046[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3046 -> 1892[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3047[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1836 -> 3047[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3047 -> 1893[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3048[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1836 -> 3048[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3048 -> 1894[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3049[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1836 -> 3049[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3049 -> 1895[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3050[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1836 -> 3050[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3050 -> 1896[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3051[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1836 -> 3051[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3051 -> 1897[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3052[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1836 -> 3052[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3052 -> 1898[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3053[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1836 -> 3053[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3053 -> 1899[label="",style="solid", color="blue", weight=3]; 17.13/7.20 1837 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1837[label="compare vwx17 vwx18 == GT",fontsize=16,color="magenta"];1837 -> 1900[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1837 -> 1901[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1838 -> 1940[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1838[label="vwx170 < vwx180 || vwx170 == vwx180 && (vwx171 < vwx181 || vwx171 == vwx181 && vwx172 <= vwx182)",fontsize=16,color="magenta"];1838 -> 1943[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1838 -> 1944[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 859[label="Pos (primMulNat vwx3010 vwx4000)",fontsize=16,color="green",shape="box"];859 -> 926[label="",style="dashed", color="green", weight=3]; 17.13/7.20 860[label="Neg (primMulNat vwx3010 vwx4000)",fontsize=16,color="green",shape="box"];860 -> 927[label="",style="dashed", color="green", weight=3]; 17.13/7.20 861[label="Neg (primMulNat vwx3010 vwx4000)",fontsize=16,color="green",shape="box"];861 -> 928[label="",style="dashed", color="green", weight=3]; 17.13/7.20 862[label="Pos (primMulNat vwx3010 vwx4000)",fontsize=16,color="green",shape="box"];862 -> 929[label="",style="dashed", color="green", weight=3]; 17.13/7.20 1839[label="GT",fontsize=16,color="green",shape="box"];1840[label="compare vwx17 vwx18",fontsize=16,color="black",shape="triangle"];1840 -> 1902[label="",style="solid", color="black", weight=3]; 17.13/7.20 1841[label="GT",fontsize=16,color="green",shape="box"];1842[label="compare vwx17 vwx18",fontsize=16,color="burlywood",shape="triangle"];3054[label="vwx17/vwx170 : vwx171",fontsize=10,color="white",style="solid",shape="box"];1842 -> 3054[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3054 -> 1903[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3055[label="vwx17/[]",fontsize=10,color="white",style="solid",shape="box"];1842 -> 3055[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3055 -> 1904[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 1843[label="GT",fontsize=16,color="green",shape="box"];1844[label="compare vwx17 vwx18",fontsize=16,color="black",shape="triangle"];1844 -> 1905[label="",style="solid", color="black", weight=3]; 17.13/7.20 1845[label="GT",fontsize=16,color="green",shape="box"];1846[label="compare vwx17 vwx18",fontsize=16,color="black",shape="triangle"];1846 -> 1906[label="",style="solid", color="black", weight=3]; 17.13/7.20 1847[label="GT",fontsize=16,color="green",shape="box"];1848[label="compare vwx17 vwx18",fontsize=16,color="burlywood",shape="triangle"];3056[label="vwx17/()",fontsize=10,color="white",style="solid",shape="box"];1848 -> 3056[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3056 -> 1907[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 1849[label="GT",fontsize=16,color="green",shape="box"];1850[label="compare vwx17 vwx18",fontsize=16,color="burlywood",shape="triangle"];3057[label="vwx17/vwx170 :% vwx171",fontsize=10,color="white",style="solid",shape="box"];1850 -> 3057[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3057 -> 1908[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 1851[label="GT",fontsize=16,color="green",shape="box"];1852[label="compare vwx17 vwx18",fontsize=16,color="burlywood",shape="triangle"];3058[label="vwx17/Integer vwx170",fontsize=10,color="white",style="solid",shape="box"];1852 -> 3058[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3058 -> 1909[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 1853 -> 1733[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1853[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1853 -> 1910[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1853 -> 1911[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1854 -> 1734[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1854[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1854 -> 1912[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1854 -> 1913[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1855 -> 1735[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1855[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1855 -> 1914[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1855 -> 1915[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1856 -> 1736[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1856[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1856 -> 1916[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1856 -> 1917[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1857 -> 1737[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1857[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1857 -> 1918[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1857 -> 1919[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1858 -> 1738[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1858[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1858 -> 1920[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1858 -> 1921[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1859 -> 1739[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1859[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1859 -> 1922[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1859 -> 1923[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1860 -> 1740[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1860[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1860 -> 1924[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1860 -> 1925[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1861 -> 1741[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1861[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1861 -> 1926[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1861 -> 1927[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1862 -> 1742[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1862[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1862 -> 1928[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1862 -> 1929[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1863 -> 1743[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1863[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1863 -> 1930[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1863 -> 1931[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1864 -> 1744[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1864[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1864 -> 1932[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1864 -> 1933[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1865 -> 1745[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1865[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1865 -> 1934[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1865 -> 1935[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1866 -> 1746[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1866[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1866 -> 1936[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1866 -> 1937[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1941[label="vwx170 < vwx180",fontsize=16,color="blue",shape="box"];3059[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1941 -> 3059[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3059 -> 1947[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3060[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1941 -> 3060[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3060 -> 1948[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3061[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1941 -> 3061[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3061 -> 1949[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3062[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1941 -> 3062[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3062 -> 1950[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3063[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1941 -> 3063[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3063 -> 1951[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3064[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1941 -> 3064[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3064 -> 1952[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3065[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1941 -> 3065[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3065 -> 1953[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3066[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1941 -> 3066[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3066 -> 1954[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3067[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1941 -> 3067[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3067 -> 1955[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3068[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1941 -> 3068[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3068 -> 1956[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3069[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1941 -> 3069[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3069 -> 1957[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3070[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1941 -> 3070[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3070 -> 1958[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3071[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1941 -> 3071[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3071 -> 1959[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3072[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1941 -> 3072[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3072 -> 1960[label="",style="solid", color="blue", weight=3]; 17.13/7.20 1942 -> 333[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1942[label="vwx170 == vwx180 && vwx171 <= vwx181",fontsize=16,color="magenta"];1942 -> 1961[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1942 -> 1962[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1940[label="vwx72 || vwx73",fontsize=16,color="burlywood",shape="triangle"];3073[label="vwx72/False",fontsize=10,color="white",style="solid",shape="box"];1940 -> 3073[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3073 -> 1963[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3074[label="vwx72/True",fontsize=10,color="white",style="solid",shape="box"];1940 -> 3074[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3074 -> 1964[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 1872 -> 1733[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1872[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1872 -> 1965[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1872 -> 1966[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1873 -> 1734[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1873[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1873 -> 1967[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1873 -> 1968[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1874 -> 1735[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1874[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1874 -> 1969[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1874 -> 1970[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1875 -> 1736[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1875[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1875 -> 1971[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1875 -> 1972[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1876 -> 1737[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1876[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1876 -> 1973[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1876 -> 1974[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1877 -> 1738[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1877[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1877 -> 1975[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1877 -> 1976[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1878 -> 1739[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1878[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1878 -> 1977[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1878 -> 1978[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1879 -> 1740[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1879[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1879 -> 1979[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1879 -> 1980[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1880 -> 1741[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1880[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1880 -> 1981[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1880 -> 1982[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1881 -> 1742[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1881[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1881 -> 1983[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1881 -> 1984[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1882 -> 1743[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1882[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1882 -> 1985[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1882 -> 1986[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1883 -> 1744[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1883[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1883 -> 1987[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1883 -> 1988[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1884 -> 1745[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1884[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1884 -> 1989[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1884 -> 1990[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1885 -> 1746[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1885[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1885 -> 1991[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1885 -> 1992[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1886 -> 1733[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1886[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1886 -> 1993[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1886 -> 1994[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1887 -> 1734[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1887[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1887 -> 1995[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1887 -> 1996[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1888 -> 1735[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1888[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1888 -> 1997[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1888 -> 1998[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1889 -> 1736[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1889[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1889 -> 1999[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1889 -> 2000[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1890 -> 1737[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1890[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1890 -> 2001[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1890 -> 2002[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1891 -> 1738[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1891[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1891 -> 2003[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1891 -> 2004[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1892 -> 1739[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1892[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1892 -> 2005[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1892 -> 2006[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1893 -> 1740[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1893[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1893 -> 2007[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1893 -> 2008[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1894 -> 1741[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1894[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1894 -> 2009[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1894 -> 2010[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1895 -> 1742[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1895[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1895 -> 2011[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1895 -> 2012[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1896 -> 1743[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1896[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1896 -> 2013[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1896 -> 2014[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1897 -> 1744[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1897[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1897 -> 2015[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1897 -> 2016[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1898 -> 1745[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1898[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1898 -> 2017[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1898 -> 2018[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1899 -> 1746[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1899[label="vwx170 <= vwx180",fontsize=16,color="magenta"];1899 -> 2019[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1899 -> 2020[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1900[label="GT",fontsize=16,color="green",shape="box"];1901[label="compare vwx17 vwx18",fontsize=16,color="black",shape="triangle"];1901 -> 2021[label="",style="solid", color="black", weight=3]; 17.13/7.20 1943[label="vwx170 < vwx180",fontsize=16,color="blue",shape="box"];3075[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3075[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3075 -> 2022[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3076[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3076[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3076 -> 2023[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3077[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3077[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3077 -> 2024[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3078[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3078[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3078 -> 2025[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3079[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3079[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3079 -> 2026[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3080[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3080[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3080 -> 2027[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3081[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3081[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3081 -> 2028[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3082[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3082[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3082 -> 2029[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3083[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3083[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3083 -> 2030[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3084[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3084[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3084 -> 2031[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3085[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3085[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3085 -> 2032[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3086[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3086[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3086 -> 2033[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3087[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3087[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3087 -> 2034[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3088[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3088[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3088 -> 2035[label="",style="solid", color="blue", weight=3]; 17.13/7.20 1944 -> 333[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1944[label="vwx170 == vwx180 && (vwx171 < vwx181 || vwx171 == vwx181 && vwx172 <= vwx182)",fontsize=16,color="magenta"];1944 -> 2036[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1944 -> 2037[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 926[label="primMulNat vwx3010 vwx4000",fontsize=16,color="burlywood",shape="triangle"];3089[label="vwx3010/Succ vwx30100",fontsize=10,color="white",style="solid",shape="box"];926 -> 3089[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3089 -> 1066[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3090[label="vwx3010/Zero",fontsize=10,color="white",style="solid",shape="box"];926 -> 3090[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3090 -> 1067[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 927 -> 926[label="",style="dashed", color="red", weight=0]; 17.13/7.20 927[label="primMulNat vwx3010 vwx4000",fontsize=16,color="magenta"];927 -> 1068[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 928 -> 926[label="",style="dashed", color="red", weight=0]; 17.13/7.20 928[label="primMulNat vwx3010 vwx4000",fontsize=16,color="magenta"];928 -> 1069[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 929 -> 926[label="",style="dashed", color="red", weight=0]; 17.13/7.20 929[label="primMulNat vwx3010 vwx4000",fontsize=16,color="magenta"];929 -> 1070[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 929 -> 1071[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1902[label="primCmpFloat vwx17 vwx18",fontsize=16,color="burlywood",shape="box"];3091[label="vwx17/Float vwx170 vwx171",fontsize=10,color="white",style="solid",shape="box"];1902 -> 3091[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3091 -> 2038[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 1903[label="compare (vwx170 : vwx171) vwx18",fontsize=16,color="burlywood",shape="box"];3092[label="vwx18/vwx180 : vwx181",fontsize=10,color="white",style="solid",shape="box"];1903 -> 3092[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3092 -> 2039[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3093[label="vwx18/[]",fontsize=10,color="white",style="solid",shape="box"];1903 -> 3093[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3093 -> 2040[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 1904[label="compare [] vwx18",fontsize=16,color="burlywood",shape="box"];3094[label="vwx18/vwx180 : vwx181",fontsize=10,color="white",style="solid",shape="box"];1904 -> 3094[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3094 -> 2041[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3095[label="vwx18/[]",fontsize=10,color="white",style="solid",shape="box"];1904 -> 3095[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3095 -> 2042[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 1905[label="primCmpChar vwx17 vwx18",fontsize=16,color="burlywood",shape="box"];3096[label="vwx17/Char vwx170",fontsize=10,color="white",style="solid",shape="box"];1905 -> 3096[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3096 -> 2043[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 1906[label="primCmpInt vwx17 vwx18",fontsize=16,color="burlywood",shape="triangle"];3097[label="vwx17/Pos vwx170",fontsize=10,color="white",style="solid",shape="box"];1906 -> 3097[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3097 -> 2044[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3098[label="vwx17/Neg vwx170",fontsize=10,color="white",style="solid",shape="box"];1906 -> 3098[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3098 -> 2045[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 1907[label="compare () vwx18",fontsize=16,color="burlywood",shape="box"];3099[label="vwx18/()",fontsize=10,color="white",style="solid",shape="box"];1907 -> 3099[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3099 -> 2046[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 1908[label="compare (vwx170 :% vwx171) vwx18",fontsize=16,color="burlywood",shape="box"];3100[label="vwx18/vwx180 :% vwx181",fontsize=10,color="white",style="solid",shape="box"];1908 -> 3100[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3100 -> 2047[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 1909[label="compare (Integer vwx170) vwx18",fontsize=16,color="burlywood",shape="box"];3101[label="vwx18/Integer vwx180",fontsize=10,color="white",style="solid",shape="box"];1909 -> 3101[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3101 -> 2048[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 1910[label="vwx180",fontsize=16,color="green",shape="box"];1911[label="vwx170",fontsize=16,color="green",shape="box"];1912[label="vwx180",fontsize=16,color="green",shape="box"];1913[label="vwx170",fontsize=16,color="green",shape="box"];1914[label="vwx180",fontsize=16,color="green",shape="box"];1915[label="vwx170",fontsize=16,color="green",shape="box"];1916[label="vwx180",fontsize=16,color="green",shape="box"];1917[label="vwx170",fontsize=16,color="green",shape="box"];1918[label="vwx180",fontsize=16,color="green",shape="box"];1919[label="vwx170",fontsize=16,color="green",shape="box"];1920[label="vwx180",fontsize=16,color="green",shape="box"];1921[label="vwx170",fontsize=16,color="green",shape="box"];1922[label="vwx180",fontsize=16,color="green",shape="box"];1923[label="vwx170",fontsize=16,color="green",shape="box"];1924[label="vwx180",fontsize=16,color="green",shape="box"];1925[label="vwx170",fontsize=16,color="green",shape="box"];1926[label="vwx180",fontsize=16,color="green",shape="box"];1927[label="vwx170",fontsize=16,color="green",shape="box"];1928[label="vwx180",fontsize=16,color="green",shape="box"];1929[label="vwx170",fontsize=16,color="green",shape="box"];1930[label="vwx180",fontsize=16,color="green",shape="box"];1931[label="vwx170",fontsize=16,color="green",shape="box"];1932[label="vwx180",fontsize=16,color="green",shape="box"];1933[label="vwx170",fontsize=16,color="green",shape="box"];1934[label="vwx180",fontsize=16,color="green",shape="box"];1935[label="vwx170",fontsize=16,color="green",shape="box"];1936[label="vwx180",fontsize=16,color="green",shape="box"];1937[label="vwx170",fontsize=16,color="green",shape="box"];1947[label="vwx170 < vwx180",fontsize=16,color="black",shape="triangle"];1947 -> 2049[label="",style="solid", color="black", weight=3]; 17.13/7.20 1948[label="vwx170 < vwx180",fontsize=16,color="black",shape="triangle"];1948 -> 2050[label="",style="solid", color="black", weight=3]; 17.13/7.20 1949[label="vwx170 < vwx180",fontsize=16,color="black",shape="triangle"];1949 -> 2051[label="",style="solid", color="black", weight=3]; 17.13/7.20 1950[label="vwx170 < vwx180",fontsize=16,color="black",shape="triangle"];1950 -> 2052[label="",style="solid", color="black", weight=3]; 17.13/7.20 1951[label="vwx170 < vwx180",fontsize=16,color="black",shape="triangle"];1951 -> 2053[label="",style="solid", color="black", weight=3]; 17.13/7.20 1952[label="vwx170 < vwx180",fontsize=16,color="black",shape="triangle"];1952 -> 2054[label="",style="solid", color="black", weight=3]; 17.13/7.20 1953[label="vwx170 < vwx180",fontsize=16,color="black",shape="triangle"];1953 -> 2055[label="",style="solid", color="black", weight=3]; 17.13/7.20 1954[label="vwx170 < vwx180",fontsize=16,color="black",shape="triangle"];1954 -> 2056[label="",style="solid", color="black", weight=3]; 17.13/7.20 1955[label="vwx170 < vwx180",fontsize=16,color="black",shape="triangle"];1955 -> 2057[label="",style="solid", color="black", weight=3]; 17.13/7.20 1956[label="vwx170 < vwx180",fontsize=16,color="black",shape="triangle"];1956 -> 2058[label="",style="solid", color="black", weight=3]; 17.13/7.20 1957[label="vwx170 < vwx180",fontsize=16,color="black",shape="triangle"];1957 -> 2059[label="",style="solid", color="black", weight=3]; 17.13/7.20 1958[label="vwx170 < vwx180",fontsize=16,color="black",shape="triangle"];1958 -> 2060[label="",style="solid", color="black", weight=3]; 17.13/7.20 1959[label="vwx170 < vwx180",fontsize=16,color="black",shape="triangle"];1959 -> 2061[label="",style="solid", color="black", weight=3]; 17.13/7.20 1960[label="vwx170 < vwx180",fontsize=16,color="black",shape="triangle"];1960 -> 2062[label="",style="solid", color="black", weight=3]; 17.13/7.20 1961[label="vwx171 <= vwx181",fontsize=16,color="blue",shape="box"];3102[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1961 -> 3102[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3102 -> 2063[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3103[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1961 -> 3103[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3103 -> 2064[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3104[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1961 -> 3104[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3104 -> 2065[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3105[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1961 -> 3105[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3105 -> 2066[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3106[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1961 -> 3106[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3106 -> 2067[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3107[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1961 -> 3107[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3107 -> 2068[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3108[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1961 -> 3108[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3108 -> 2069[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3109[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1961 -> 3109[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3109 -> 2070[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3110[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1961 -> 3110[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3110 -> 2071[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3111[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1961 -> 3111[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3111 -> 2072[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3112[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1961 -> 3112[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3112 -> 2073[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3113[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1961 -> 3113[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3113 -> 2074[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3114[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1961 -> 3114[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3114 -> 2075[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3115[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1961 -> 3115[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3115 -> 2076[label="",style="solid", color="blue", weight=3]; 17.13/7.20 1962[label="vwx170 == vwx180",fontsize=16,color="blue",shape="box"];3116[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1962 -> 3116[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3116 -> 2077[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3117[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1962 -> 3117[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3117 -> 2078[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3118[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1962 -> 3118[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3118 -> 2079[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3119[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1962 -> 3119[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3119 -> 2080[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3120[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1962 -> 3120[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3120 -> 2081[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3121[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1962 -> 3121[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3121 -> 2082[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3122[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1962 -> 3122[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3122 -> 2083[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3123[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1962 -> 3123[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3123 -> 2084[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3124[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1962 -> 3124[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3124 -> 2085[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3125[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1962 -> 3125[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3125 -> 2086[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3126[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1962 -> 3126[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3126 -> 2087[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3127[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1962 -> 3127[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3127 -> 2088[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3128[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1962 -> 3128[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3128 -> 2089[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3129[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1962 -> 3129[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3129 -> 2090[label="",style="solid", color="blue", weight=3]; 17.13/7.20 1963[label="False || vwx73",fontsize=16,color="black",shape="box"];1963 -> 2091[label="",style="solid", color="black", weight=3]; 17.13/7.20 1964[label="True || vwx73",fontsize=16,color="black",shape="box"];1964 -> 2092[label="",style="solid", color="black", weight=3]; 17.13/7.20 1965[label="vwx180",fontsize=16,color="green",shape="box"];1966[label="vwx170",fontsize=16,color="green",shape="box"];1967[label="vwx180",fontsize=16,color="green",shape="box"];1968[label="vwx170",fontsize=16,color="green",shape="box"];1969[label="vwx180",fontsize=16,color="green",shape="box"];1970[label="vwx170",fontsize=16,color="green",shape="box"];1971[label="vwx180",fontsize=16,color="green",shape="box"];1972[label="vwx170",fontsize=16,color="green",shape="box"];1973[label="vwx180",fontsize=16,color="green",shape="box"];1974[label="vwx170",fontsize=16,color="green",shape="box"];1975[label="vwx180",fontsize=16,color="green",shape="box"];1976[label="vwx170",fontsize=16,color="green",shape="box"];1977[label="vwx180",fontsize=16,color="green",shape="box"];1978[label="vwx170",fontsize=16,color="green",shape="box"];1979[label="vwx180",fontsize=16,color="green",shape="box"];1980[label="vwx170",fontsize=16,color="green",shape="box"];1981[label="vwx180",fontsize=16,color="green",shape="box"];1982[label="vwx170",fontsize=16,color="green",shape="box"];1983[label="vwx180",fontsize=16,color="green",shape="box"];1984[label="vwx170",fontsize=16,color="green",shape="box"];1985[label="vwx180",fontsize=16,color="green",shape="box"];1986[label="vwx170",fontsize=16,color="green",shape="box"];1987[label="vwx180",fontsize=16,color="green",shape="box"];1988[label="vwx170",fontsize=16,color="green",shape="box"];1989[label="vwx180",fontsize=16,color="green",shape="box"];1990[label="vwx170",fontsize=16,color="green",shape="box"];1991[label="vwx180",fontsize=16,color="green",shape="box"];1992[label="vwx170",fontsize=16,color="green",shape="box"];1993[label="vwx180",fontsize=16,color="green",shape="box"];1994[label="vwx170",fontsize=16,color="green",shape="box"];1995[label="vwx180",fontsize=16,color="green",shape="box"];1996[label="vwx170",fontsize=16,color="green",shape="box"];1997[label="vwx180",fontsize=16,color="green",shape="box"];1998[label="vwx170",fontsize=16,color="green",shape="box"];1999[label="vwx180",fontsize=16,color="green",shape="box"];2000[label="vwx170",fontsize=16,color="green",shape="box"];2001[label="vwx180",fontsize=16,color="green",shape="box"];2002[label="vwx170",fontsize=16,color="green",shape="box"];2003[label="vwx180",fontsize=16,color="green",shape="box"];2004[label="vwx170",fontsize=16,color="green",shape="box"];2005[label="vwx180",fontsize=16,color="green",shape="box"];2006[label="vwx170",fontsize=16,color="green",shape="box"];2007[label="vwx180",fontsize=16,color="green",shape="box"];2008[label="vwx170",fontsize=16,color="green",shape="box"];2009[label="vwx180",fontsize=16,color="green",shape="box"];2010[label="vwx170",fontsize=16,color="green",shape="box"];2011[label="vwx180",fontsize=16,color="green",shape="box"];2012[label="vwx170",fontsize=16,color="green",shape="box"];2013[label="vwx180",fontsize=16,color="green",shape="box"];2014[label="vwx170",fontsize=16,color="green",shape="box"];2015[label="vwx180",fontsize=16,color="green",shape="box"];2016[label="vwx170",fontsize=16,color="green",shape="box"];2017[label="vwx180",fontsize=16,color="green",shape="box"];2018[label="vwx170",fontsize=16,color="green",shape="box"];2019[label="vwx180",fontsize=16,color="green",shape="box"];2020[label="vwx170",fontsize=16,color="green",shape="box"];2021[label="primCmpDouble vwx17 vwx18",fontsize=16,color="burlywood",shape="box"];3130[label="vwx17/Double vwx170 vwx171",fontsize=10,color="white",style="solid",shape="box"];2021 -> 3130[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3130 -> 2093[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2022 -> 1947[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2022[label="vwx170 < vwx180",fontsize=16,color="magenta"];2022 -> 2094[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2022 -> 2095[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2023 -> 1948[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2023[label="vwx170 < vwx180",fontsize=16,color="magenta"];2023 -> 2096[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2023 -> 2097[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2024 -> 1949[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2024[label="vwx170 < vwx180",fontsize=16,color="magenta"];2024 -> 2098[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2024 -> 2099[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2025 -> 1950[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2025[label="vwx170 < vwx180",fontsize=16,color="magenta"];2025 -> 2100[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2025 -> 2101[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2026 -> 1951[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2026[label="vwx170 < vwx180",fontsize=16,color="magenta"];2026 -> 2102[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2026 -> 2103[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2027 -> 1952[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2027[label="vwx170 < vwx180",fontsize=16,color="magenta"];2027 -> 2104[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2027 -> 2105[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2028 -> 1953[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2028[label="vwx170 < vwx180",fontsize=16,color="magenta"];2028 -> 2106[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2028 -> 2107[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2029 -> 1954[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2029[label="vwx170 < vwx180",fontsize=16,color="magenta"];2029 -> 2108[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2029 -> 2109[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2030 -> 1955[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2030[label="vwx170 < vwx180",fontsize=16,color="magenta"];2030 -> 2110[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2030 -> 2111[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2031 -> 1956[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2031[label="vwx170 < vwx180",fontsize=16,color="magenta"];2031 -> 2112[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2031 -> 2113[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2032 -> 1957[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2032[label="vwx170 < vwx180",fontsize=16,color="magenta"];2032 -> 2114[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2032 -> 2115[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2033 -> 1958[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2033[label="vwx170 < vwx180",fontsize=16,color="magenta"];2033 -> 2116[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2033 -> 2117[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2034 -> 1959[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2034[label="vwx170 < vwx180",fontsize=16,color="magenta"];2034 -> 2118[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2034 -> 2119[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2035 -> 1960[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2035[label="vwx170 < vwx180",fontsize=16,color="magenta"];2035 -> 2120[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2035 -> 2121[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2036 -> 1940[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2036[label="vwx171 < vwx181 || vwx171 == vwx181 && vwx172 <= vwx182",fontsize=16,color="magenta"];2036 -> 2122[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2036 -> 2123[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2037[label="vwx170 == vwx180",fontsize=16,color="blue",shape="box"];3131[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2037 -> 3131[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3131 -> 2124[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3132[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2037 -> 3132[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3132 -> 2125[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3133[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2037 -> 3133[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3133 -> 2126[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3134[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2037 -> 3134[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3134 -> 2127[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3135[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2037 -> 3135[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3135 -> 2128[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3136[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2037 -> 3136[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3136 -> 2129[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3137[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2037 -> 3137[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3137 -> 2130[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3138[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2037 -> 3138[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3138 -> 2131[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3139[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2037 -> 3139[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3139 -> 2132[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3140[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2037 -> 3140[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3140 -> 2133[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3141[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2037 -> 3141[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3141 -> 2134[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3142[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2037 -> 3142[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3142 -> 2135[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3143[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2037 -> 3143[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3143 -> 2136[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3144[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2037 -> 3144[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3144 -> 2137[label="",style="solid", color="blue", weight=3]; 17.13/7.20 1066[label="primMulNat (Succ vwx30100) vwx4000",fontsize=16,color="burlywood",shape="box"];3145[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1066 -> 3145[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3145 -> 1172[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3146[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1066 -> 3146[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3146 -> 1173[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 1067[label="primMulNat Zero vwx4000",fontsize=16,color="burlywood",shape="box"];3147[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1067 -> 3147[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3147 -> 1174[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3148[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1067 -> 3148[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3148 -> 1175[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 1068[label="vwx4000",fontsize=16,color="green",shape="box"];1069[label="vwx3010",fontsize=16,color="green",shape="box"];1070[label="vwx3010",fontsize=16,color="green",shape="box"];1071[label="vwx4000",fontsize=16,color="green",shape="box"];2038[label="primCmpFloat (Float vwx170 vwx171) vwx18",fontsize=16,color="burlywood",shape="box"];3149[label="vwx171/Pos vwx1710",fontsize=10,color="white",style="solid",shape="box"];2038 -> 3149[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3149 -> 2138[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3150[label="vwx171/Neg vwx1710",fontsize=10,color="white",style="solid",shape="box"];2038 -> 3150[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3150 -> 2139[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2039[label="compare (vwx170 : vwx171) (vwx180 : vwx181)",fontsize=16,color="black",shape="box"];2039 -> 2140[label="",style="solid", color="black", weight=3]; 17.13/7.20 2040[label="compare (vwx170 : vwx171) []",fontsize=16,color="black",shape="box"];2040 -> 2141[label="",style="solid", color="black", weight=3]; 17.13/7.20 2041[label="compare [] (vwx180 : vwx181)",fontsize=16,color="black",shape="box"];2041 -> 2142[label="",style="solid", color="black", weight=3]; 17.13/7.20 2042[label="compare [] []",fontsize=16,color="black",shape="box"];2042 -> 2143[label="",style="solid", color="black", weight=3]; 17.13/7.20 2043[label="primCmpChar (Char vwx170) vwx18",fontsize=16,color="burlywood",shape="box"];3151[label="vwx18/Char vwx180",fontsize=10,color="white",style="solid",shape="box"];2043 -> 3151[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3151 -> 2144[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2044[label="primCmpInt (Pos vwx170) vwx18",fontsize=16,color="burlywood",shape="box"];3152[label="vwx170/Succ vwx1700",fontsize=10,color="white",style="solid",shape="box"];2044 -> 3152[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3152 -> 2145[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3153[label="vwx170/Zero",fontsize=10,color="white",style="solid",shape="box"];2044 -> 3153[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3153 -> 2146[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2045[label="primCmpInt (Neg vwx170) vwx18",fontsize=16,color="burlywood",shape="box"];3154[label="vwx170/Succ vwx1700",fontsize=10,color="white",style="solid",shape="box"];2045 -> 3154[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3154 -> 2147[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3155[label="vwx170/Zero",fontsize=10,color="white",style="solid",shape="box"];2045 -> 3155[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3155 -> 2148[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2046[label="compare () ()",fontsize=16,color="black",shape="box"];2046 -> 2149[label="",style="solid", color="black", weight=3]; 17.13/7.20 2047[label="compare (vwx170 :% vwx171) (vwx180 :% vwx181)",fontsize=16,color="black",shape="box"];2047 -> 2150[label="",style="solid", color="black", weight=3]; 17.13/7.20 2048[label="compare (Integer vwx170) (Integer vwx180)",fontsize=16,color="black",shape="box"];2048 -> 2151[label="",style="solid", color="black", weight=3]; 17.13/7.20 2049 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2049[label="compare vwx170 vwx180 == LT",fontsize=16,color="magenta"];2049 -> 2152[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2049 -> 2153[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2050 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2050[label="compare vwx170 vwx180 == LT",fontsize=16,color="magenta"];2050 -> 2154[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2050 -> 2155[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2051 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2051[label="compare vwx170 vwx180 == LT",fontsize=16,color="magenta"];2051 -> 2156[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2051 -> 2157[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2052 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2052[label="compare vwx170 vwx180 == LT",fontsize=16,color="magenta"];2052 -> 2158[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2052 -> 2159[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2053 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2053[label="compare vwx170 vwx180 == LT",fontsize=16,color="magenta"];2053 -> 2160[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2053 -> 2161[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2054 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2054[label="compare vwx170 vwx180 == LT",fontsize=16,color="magenta"];2054 -> 2162[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2054 -> 2163[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2055 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2055[label="compare vwx170 vwx180 == LT",fontsize=16,color="magenta"];2055 -> 2164[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2055 -> 2165[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2056 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2056[label="compare vwx170 vwx180 == LT",fontsize=16,color="magenta"];2056 -> 2166[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2056 -> 2167[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2057 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2057[label="compare vwx170 vwx180 == LT",fontsize=16,color="magenta"];2057 -> 2168[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2057 -> 2169[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2058 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2058[label="compare vwx170 vwx180 == LT",fontsize=16,color="magenta"];2058 -> 2170[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2058 -> 2171[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2059 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2059[label="compare vwx170 vwx180 == LT",fontsize=16,color="magenta"];2059 -> 2172[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2059 -> 2173[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2060 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2060[label="compare vwx170 vwx180 == LT",fontsize=16,color="magenta"];2060 -> 2174[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2060 -> 2175[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2061 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2061[label="compare vwx170 vwx180 == LT",fontsize=16,color="magenta"];2061 -> 2176[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2061 -> 2177[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2062 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2062[label="compare vwx170 vwx180 == LT",fontsize=16,color="magenta"];2062 -> 2178[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2062 -> 2179[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2063 -> 1733[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2063[label="vwx171 <= vwx181",fontsize=16,color="magenta"];2063 -> 2180[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2063 -> 2181[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2064 -> 1734[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2064[label="vwx171 <= vwx181",fontsize=16,color="magenta"];2064 -> 2182[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2064 -> 2183[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2065 -> 1735[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2065[label="vwx171 <= vwx181",fontsize=16,color="magenta"];2065 -> 2184[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2065 -> 2185[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2066 -> 1736[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2066[label="vwx171 <= vwx181",fontsize=16,color="magenta"];2066 -> 2186[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2066 -> 2187[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2067 -> 1737[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2067[label="vwx171 <= vwx181",fontsize=16,color="magenta"];2067 -> 2188[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2067 -> 2189[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2068 -> 1738[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2068[label="vwx171 <= vwx181",fontsize=16,color="magenta"];2068 -> 2190[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2068 -> 2191[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2069 -> 1739[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2069[label="vwx171 <= vwx181",fontsize=16,color="magenta"];2069 -> 2192[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2069 -> 2193[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2070 -> 1740[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2070[label="vwx171 <= vwx181",fontsize=16,color="magenta"];2070 -> 2194[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2070 -> 2195[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2071 -> 1741[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2071[label="vwx171 <= vwx181",fontsize=16,color="magenta"];2071 -> 2196[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2071 -> 2197[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2072 -> 1742[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2072[label="vwx171 <= vwx181",fontsize=16,color="magenta"];2072 -> 2198[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2072 -> 2199[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2073 -> 1743[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2073[label="vwx171 <= vwx181",fontsize=16,color="magenta"];2073 -> 2200[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2073 -> 2201[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2074 -> 1744[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2074[label="vwx171 <= vwx181",fontsize=16,color="magenta"];2074 -> 2202[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2074 -> 2203[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2075 -> 1745[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2075[label="vwx171 <= vwx181",fontsize=16,color="magenta"];2075 -> 2204[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2075 -> 2205[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2076 -> 1746[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2076[label="vwx171 <= vwx181",fontsize=16,color="magenta"];2076 -> 2206[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2076 -> 2207[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2077 -> 123[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2077[label="vwx170 == vwx180",fontsize=16,color="magenta"];2077 -> 2208[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2077 -> 2209[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2078 -> 127[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2078[label="vwx170 == vwx180",fontsize=16,color="magenta"];2078 -> 2210[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2078 -> 2211[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2079 -> 116[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2079[label="vwx170 == vwx180",fontsize=16,color="magenta"];2079 -> 2212[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2079 -> 2213[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2080 -> 122[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2080[label="vwx170 == vwx180",fontsize=16,color="magenta"];2080 -> 2214[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2080 -> 2215[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2081 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2081[label="vwx170 == vwx180",fontsize=16,color="magenta"];2081 -> 2216[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2081 -> 2217[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2082 -> 120[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2082[label="vwx170 == vwx180",fontsize=16,color="magenta"];2082 -> 2218[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2082 -> 2219[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2083 -> 128[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2083[label="vwx170 == vwx180",fontsize=16,color="magenta"];2083 -> 2220[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2083 -> 2221[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2084 -> 121[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2084[label="vwx170 == vwx180",fontsize=16,color="magenta"];2084 -> 2222[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2084 -> 2223[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2085 -> 119[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2085[label="vwx170 == vwx180",fontsize=16,color="magenta"];2085 -> 2224[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2085 -> 2225[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2086 -> 125[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2086[label="vwx170 == vwx180",fontsize=16,color="magenta"];2086 -> 2226[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2086 -> 2227[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2087 -> 117[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2087[label="vwx170 == vwx180",fontsize=16,color="magenta"];2087 -> 2228[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2087 -> 2229[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2088 -> 126[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2088[label="vwx170 == vwx180",fontsize=16,color="magenta"];2088 -> 2230[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2088 -> 2231[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2089 -> 118[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2089[label="vwx170 == vwx180",fontsize=16,color="magenta"];2089 -> 2232[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2089 -> 2233[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2090 -> 115[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2090[label="vwx170 == vwx180",fontsize=16,color="magenta"];2090 -> 2234[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2090 -> 2235[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2091[label="vwx73",fontsize=16,color="green",shape="box"];2092[label="True",fontsize=16,color="green",shape="box"];2093[label="primCmpDouble (Double vwx170 vwx171) vwx18",fontsize=16,color="burlywood",shape="box"];3156[label="vwx171/Pos vwx1710",fontsize=10,color="white",style="solid",shape="box"];2093 -> 3156[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3156 -> 2236[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3157[label="vwx171/Neg vwx1710",fontsize=10,color="white",style="solid",shape="box"];2093 -> 3157[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3157 -> 2237[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2094[label="vwx170",fontsize=16,color="green",shape="box"];2095[label="vwx180",fontsize=16,color="green",shape="box"];2096[label="vwx170",fontsize=16,color="green",shape="box"];2097[label="vwx180",fontsize=16,color="green",shape="box"];2098[label="vwx170",fontsize=16,color="green",shape="box"];2099[label="vwx180",fontsize=16,color="green",shape="box"];2100[label="vwx170",fontsize=16,color="green",shape="box"];2101[label="vwx180",fontsize=16,color="green",shape="box"];2102[label="vwx170",fontsize=16,color="green",shape="box"];2103[label="vwx180",fontsize=16,color="green",shape="box"];2104[label="vwx170",fontsize=16,color="green",shape="box"];2105[label="vwx180",fontsize=16,color="green",shape="box"];2106[label="vwx170",fontsize=16,color="green",shape="box"];2107[label="vwx180",fontsize=16,color="green",shape="box"];2108[label="vwx170",fontsize=16,color="green",shape="box"];2109[label="vwx180",fontsize=16,color="green",shape="box"];2110[label="vwx170",fontsize=16,color="green",shape="box"];2111[label="vwx180",fontsize=16,color="green",shape="box"];2112[label="vwx170",fontsize=16,color="green",shape="box"];2113[label="vwx180",fontsize=16,color="green",shape="box"];2114[label="vwx170",fontsize=16,color="green",shape="box"];2115[label="vwx180",fontsize=16,color="green",shape="box"];2116[label="vwx170",fontsize=16,color="green",shape="box"];2117[label="vwx180",fontsize=16,color="green",shape="box"];2118[label="vwx170",fontsize=16,color="green",shape="box"];2119[label="vwx180",fontsize=16,color="green",shape="box"];2120[label="vwx170",fontsize=16,color="green",shape="box"];2121[label="vwx180",fontsize=16,color="green",shape="box"];2122[label="vwx171 < vwx181",fontsize=16,color="blue",shape="box"];3158[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2122 -> 3158[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3158 -> 2238[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3159[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2122 -> 3159[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3159 -> 2239[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3160[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2122 -> 3160[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3160 -> 2240[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3161[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2122 -> 3161[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3161 -> 2241[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3162[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2122 -> 3162[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3162 -> 2242[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3163[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2122 -> 3163[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3163 -> 2243[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3164[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2122 -> 3164[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3164 -> 2244[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3165[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2122 -> 3165[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3165 -> 2245[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3166[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2122 -> 3166[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3166 -> 2246[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3167[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2122 -> 3167[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3167 -> 2247[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3168[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2122 -> 3168[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3168 -> 2248[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3169[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2122 -> 3169[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3169 -> 2249[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3170[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2122 -> 3170[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3170 -> 2250[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3171[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2122 -> 3171[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3171 -> 2251[label="",style="solid", color="blue", weight=3]; 17.13/7.20 2123 -> 333[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2123[label="vwx171 == vwx181 && vwx172 <= vwx182",fontsize=16,color="magenta"];2123 -> 2252[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2123 -> 2253[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2124 -> 123[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2124[label="vwx170 == vwx180",fontsize=16,color="magenta"];2124 -> 2254[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2124 -> 2255[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2125 -> 127[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2125[label="vwx170 == vwx180",fontsize=16,color="magenta"];2125 -> 2256[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2125 -> 2257[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2126 -> 116[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2126[label="vwx170 == vwx180",fontsize=16,color="magenta"];2126 -> 2258[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2126 -> 2259[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2127 -> 122[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2127[label="vwx170 == vwx180",fontsize=16,color="magenta"];2127 -> 2260[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2127 -> 2261[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2128 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2128[label="vwx170 == vwx180",fontsize=16,color="magenta"];2128 -> 2262[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2128 -> 2263[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2129 -> 120[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2129[label="vwx170 == vwx180",fontsize=16,color="magenta"];2129 -> 2264[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2129 -> 2265[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2130 -> 128[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2130[label="vwx170 == vwx180",fontsize=16,color="magenta"];2130 -> 2266[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2130 -> 2267[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2131 -> 121[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2131[label="vwx170 == vwx180",fontsize=16,color="magenta"];2131 -> 2268[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2131 -> 2269[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2132 -> 119[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2132[label="vwx170 == vwx180",fontsize=16,color="magenta"];2132 -> 2270[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2132 -> 2271[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2133 -> 125[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2133[label="vwx170 == vwx180",fontsize=16,color="magenta"];2133 -> 2272[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2133 -> 2273[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2134 -> 117[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2134[label="vwx170 == vwx180",fontsize=16,color="magenta"];2134 -> 2274[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2134 -> 2275[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2135 -> 126[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2135[label="vwx170 == vwx180",fontsize=16,color="magenta"];2135 -> 2276[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2135 -> 2277[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2136 -> 118[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2136[label="vwx170 == vwx180",fontsize=16,color="magenta"];2136 -> 2278[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2136 -> 2279[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2137 -> 115[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2137[label="vwx170 == vwx180",fontsize=16,color="magenta"];2137 -> 2280[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2137 -> 2281[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1172[label="primMulNat (Succ vwx30100) (Succ vwx40000)",fontsize=16,color="black",shape="box"];1172 -> 1320[label="",style="solid", color="black", weight=3]; 17.13/7.20 1173[label="primMulNat (Succ vwx30100) Zero",fontsize=16,color="black",shape="box"];1173 -> 1321[label="",style="solid", color="black", weight=3]; 17.13/7.20 1174[label="primMulNat Zero (Succ vwx40000)",fontsize=16,color="black",shape="box"];1174 -> 1322[label="",style="solid", color="black", weight=3]; 17.13/7.20 1175[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];1175 -> 1323[label="",style="solid", color="black", weight=3]; 17.13/7.20 2138[label="primCmpFloat (Float vwx170 (Pos vwx1710)) vwx18",fontsize=16,color="burlywood",shape="box"];3172[label="vwx18/Float vwx180 vwx181",fontsize=10,color="white",style="solid",shape="box"];2138 -> 3172[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3172 -> 2282[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2139[label="primCmpFloat (Float vwx170 (Neg vwx1710)) vwx18",fontsize=16,color="burlywood",shape="box"];3173[label="vwx18/Float vwx180 vwx181",fontsize=10,color="white",style="solid",shape="box"];2139 -> 3173[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3173 -> 2283[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2140 -> 2284[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2140[label="primCompAux vwx170 vwx180 (compare vwx171 vwx181)",fontsize=16,color="magenta"];2140 -> 2285[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2141[label="GT",fontsize=16,color="green",shape="box"];2142[label="LT",fontsize=16,color="green",shape="box"];2143[label="EQ",fontsize=16,color="green",shape="box"];2144[label="primCmpChar (Char vwx170) (Char vwx180)",fontsize=16,color="black",shape="box"];2144 -> 2286[label="",style="solid", color="black", weight=3]; 17.13/7.20 2145[label="primCmpInt (Pos (Succ vwx1700)) vwx18",fontsize=16,color="burlywood",shape="box"];3174[label="vwx18/Pos vwx180",fontsize=10,color="white",style="solid",shape="box"];2145 -> 3174[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3174 -> 2287[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3175[label="vwx18/Neg vwx180",fontsize=10,color="white",style="solid",shape="box"];2145 -> 3175[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3175 -> 2288[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2146[label="primCmpInt (Pos Zero) vwx18",fontsize=16,color="burlywood",shape="box"];3176[label="vwx18/Pos vwx180",fontsize=10,color="white",style="solid",shape="box"];2146 -> 3176[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3176 -> 2289[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3177[label="vwx18/Neg vwx180",fontsize=10,color="white",style="solid",shape="box"];2146 -> 3177[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3177 -> 2290[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2147[label="primCmpInt (Neg (Succ vwx1700)) vwx18",fontsize=16,color="burlywood",shape="box"];3178[label="vwx18/Pos vwx180",fontsize=10,color="white",style="solid",shape="box"];2147 -> 3178[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3178 -> 2291[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3179[label="vwx18/Neg vwx180",fontsize=10,color="white",style="solid",shape="box"];2147 -> 3179[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3179 -> 2292[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2148[label="primCmpInt (Neg Zero) vwx18",fontsize=16,color="burlywood",shape="box"];3180[label="vwx18/Pos vwx180",fontsize=10,color="white",style="solid",shape="box"];2148 -> 3180[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3180 -> 2293[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3181[label="vwx18/Neg vwx180",fontsize=10,color="white",style="solid",shape="box"];2148 -> 3181[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3181 -> 2294[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2149[label="EQ",fontsize=16,color="green",shape="box"];2150[label="compare (vwx170 * vwx181) (vwx180 * vwx171)",fontsize=16,color="blue",shape="box"];3182[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2150 -> 3182[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3182 -> 2295[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3183[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2150 -> 3183[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3183 -> 2296[label="",style="solid", color="blue", weight=3]; 17.13/7.20 2151 -> 1906[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2151[label="primCmpInt vwx170 vwx180",fontsize=16,color="magenta"];2151 -> 2297[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2151 -> 2298[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2152[label="LT",fontsize=16,color="green",shape="box"];2153 -> 1840[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2153[label="compare vwx170 vwx180",fontsize=16,color="magenta"];2153 -> 2299[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2153 -> 2300[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2154[label="LT",fontsize=16,color="green",shape="box"];2155 -> 1842[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2155[label="compare vwx170 vwx180",fontsize=16,color="magenta"];2155 -> 2301[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2155 -> 2302[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2156[label="LT",fontsize=16,color="green",shape="box"];2157 -> 1844[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2157[label="compare vwx170 vwx180",fontsize=16,color="magenta"];2157 -> 2303[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2157 -> 2304[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2158[label="LT",fontsize=16,color="green",shape="box"];2159 -> 1846[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2159[label="compare vwx170 vwx180",fontsize=16,color="magenta"];2159 -> 2305[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2159 -> 2306[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2160[label="LT",fontsize=16,color="green",shape="box"];2161[label="compare vwx170 vwx180",fontsize=16,color="black",shape="triangle"];2161 -> 2307[label="",style="solid", color="black", weight=3]; 17.13/7.20 2162[label="LT",fontsize=16,color="green",shape="box"];2163[label="compare vwx170 vwx180",fontsize=16,color="black",shape="triangle"];2163 -> 2308[label="",style="solid", color="black", weight=3]; 17.13/7.20 2164[label="LT",fontsize=16,color="green",shape="box"];2165 -> 1848[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2165[label="compare vwx170 vwx180",fontsize=16,color="magenta"];2165 -> 2309[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2165 -> 2310[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2166[label="LT",fontsize=16,color="green",shape="box"];2167 -> 1850[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2167[label="compare vwx170 vwx180",fontsize=16,color="magenta"];2167 -> 2311[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2167 -> 2312[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2168[label="LT",fontsize=16,color="green",shape="box"];2169 -> 1852[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2169[label="compare vwx170 vwx180",fontsize=16,color="magenta"];2169 -> 2313[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2169 -> 2314[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2170[label="LT",fontsize=16,color="green",shape="box"];2171[label="compare vwx170 vwx180",fontsize=16,color="black",shape="triangle"];2171 -> 2315[label="",style="solid", color="black", weight=3]; 17.13/7.20 2172[label="LT",fontsize=16,color="green",shape="box"];2173[label="compare vwx170 vwx180",fontsize=16,color="black",shape="triangle"];2173 -> 2316[label="",style="solid", color="black", weight=3]; 17.13/7.20 2174[label="LT",fontsize=16,color="green",shape="box"];2175[label="compare vwx170 vwx180",fontsize=16,color="black",shape="triangle"];2175 -> 2317[label="",style="solid", color="black", weight=3]; 17.13/7.20 2176[label="LT",fontsize=16,color="green",shape="box"];2177 -> 1901[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2177[label="compare vwx170 vwx180",fontsize=16,color="magenta"];2177 -> 2318[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2177 -> 2319[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2178[label="LT",fontsize=16,color="green",shape="box"];2179[label="compare vwx170 vwx180",fontsize=16,color="black",shape="triangle"];2179 -> 2320[label="",style="solid", color="black", weight=3]; 17.13/7.20 2180[label="vwx181",fontsize=16,color="green",shape="box"];2181[label="vwx171",fontsize=16,color="green",shape="box"];2182[label="vwx181",fontsize=16,color="green",shape="box"];2183[label="vwx171",fontsize=16,color="green",shape="box"];2184[label="vwx181",fontsize=16,color="green",shape="box"];2185[label="vwx171",fontsize=16,color="green",shape="box"];2186[label="vwx181",fontsize=16,color="green",shape="box"];2187[label="vwx171",fontsize=16,color="green",shape="box"];2188[label="vwx181",fontsize=16,color="green",shape="box"];2189[label="vwx171",fontsize=16,color="green",shape="box"];2190[label="vwx181",fontsize=16,color="green",shape="box"];2191[label="vwx171",fontsize=16,color="green",shape="box"];2192[label="vwx181",fontsize=16,color="green",shape="box"];2193[label="vwx171",fontsize=16,color="green",shape="box"];2194[label="vwx181",fontsize=16,color="green",shape="box"];2195[label="vwx171",fontsize=16,color="green",shape="box"];2196[label="vwx181",fontsize=16,color="green",shape="box"];2197[label="vwx171",fontsize=16,color="green",shape="box"];2198[label="vwx181",fontsize=16,color="green",shape="box"];2199[label="vwx171",fontsize=16,color="green",shape="box"];2200[label="vwx181",fontsize=16,color="green",shape="box"];2201[label="vwx171",fontsize=16,color="green",shape="box"];2202[label="vwx181",fontsize=16,color="green",shape="box"];2203[label="vwx171",fontsize=16,color="green",shape="box"];2204[label="vwx181",fontsize=16,color="green",shape="box"];2205[label="vwx171",fontsize=16,color="green",shape="box"];2206[label="vwx181",fontsize=16,color="green",shape="box"];2207[label="vwx171",fontsize=16,color="green",shape="box"];2208[label="vwx180",fontsize=16,color="green",shape="box"];2209[label="vwx170",fontsize=16,color="green",shape="box"];2210[label="vwx180",fontsize=16,color="green",shape="box"];2211[label="vwx170",fontsize=16,color="green",shape="box"];2212[label="vwx180",fontsize=16,color="green",shape="box"];2213[label="vwx170",fontsize=16,color="green",shape="box"];2214[label="vwx180",fontsize=16,color="green",shape="box"];2215[label="vwx170",fontsize=16,color="green",shape="box"];2216[label="vwx180",fontsize=16,color="green",shape="box"];2217[label="vwx170",fontsize=16,color="green",shape="box"];2218[label="vwx180",fontsize=16,color="green",shape="box"];2219[label="vwx170",fontsize=16,color="green",shape="box"];2220[label="vwx180",fontsize=16,color="green",shape="box"];2221[label="vwx170",fontsize=16,color="green",shape="box"];2222[label="vwx180",fontsize=16,color="green",shape="box"];2223[label="vwx170",fontsize=16,color="green",shape="box"];2224[label="vwx180",fontsize=16,color="green",shape="box"];2225[label="vwx170",fontsize=16,color="green",shape="box"];2226[label="vwx180",fontsize=16,color="green",shape="box"];2227[label="vwx170",fontsize=16,color="green",shape="box"];2228[label="vwx180",fontsize=16,color="green",shape="box"];2229[label="vwx170",fontsize=16,color="green",shape="box"];2230[label="vwx180",fontsize=16,color="green",shape="box"];2231[label="vwx170",fontsize=16,color="green",shape="box"];2232[label="vwx180",fontsize=16,color="green",shape="box"];2233[label="vwx170",fontsize=16,color="green",shape="box"];2234[label="vwx180",fontsize=16,color="green",shape="box"];2235[label="vwx170",fontsize=16,color="green",shape="box"];2236[label="primCmpDouble (Double vwx170 (Pos vwx1710)) vwx18",fontsize=16,color="burlywood",shape="box"];3184[label="vwx18/Double vwx180 vwx181",fontsize=10,color="white",style="solid",shape="box"];2236 -> 3184[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3184 -> 2321[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2237[label="primCmpDouble (Double vwx170 (Neg vwx1710)) vwx18",fontsize=16,color="burlywood",shape="box"];3185[label="vwx18/Double vwx180 vwx181",fontsize=10,color="white",style="solid",shape="box"];2237 -> 3185[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3185 -> 2322[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2238 -> 1947[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2238[label="vwx171 < vwx181",fontsize=16,color="magenta"];2238 -> 2323[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2238 -> 2324[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2239 -> 1948[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2239[label="vwx171 < vwx181",fontsize=16,color="magenta"];2239 -> 2325[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2239 -> 2326[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2240 -> 1949[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2240[label="vwx171 < vwx181",fontsize=16,color="magenta"];2240 -> 2327[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2240 -> 2328[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2241 -> 1950[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2241[label="vwx171 < vwx181",fontsize=16,color="magenta"];2241 -> 2329[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2241 -> 2330[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2242 -> 1951[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2242[label="vwx171 < vwx181",fontsize=16,color="magenta"];2242 -> 2331[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2242 -> 2332[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2243 -> 1952[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2243[label="vwx171 < vwx181",fontsize=16,color="magenta"];2243 -> 2333[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2243 -> 2334[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2244 -> 1953[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2244[label="vwx171 < vwx181",fontsize=16,color="magenta"];2244 -> 2335[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2244 -> 2336[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2245 -> 1954[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2245[label="vwx171 < vwx181",fontsize=16,color="magenta"];2245 -> 2337[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2245 -> 2338[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2246 -> 1955[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2246[label="vwx171 < vwx181",fontsize=16,color="magenta"];2246 -> 2339[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2246 -> 2340[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2247 -> 1956[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2247[label="vwx171 < vwx181",fontsize=16,color="magenta"];2247 -> 2341[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2247 -> 2342[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2248 -> 1957[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2248[label="vwx171 < vwx181",fontsize=16,color="magenta"];2248 -> 2343[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2248 -> 2344[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2249 -> 1958[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2249[label="vwx171 < vwx181",fontsize=16,color="magenta"];2249 -> 2345[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2249 -> 2346[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2250 -> 1959[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2250[label="vwx171 < vwx181",fontsize=16,color="magenta"];2250 -> 2347[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2250 -> 2348[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2251 -> 1960[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2251[label="vwx171 < vwx181",fontsize=16,color="magenta"];2251 -> 2349[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2251 -> 2350[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2252[label="vwx172 <= vwx182",fontsize=16,color="blue",shape="box"];3186[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2252 -> 3186[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3186 -> 2351[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3187[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2252 -> 3187[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3187 -> 2352[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3188[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2252 -> 3188[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3188 -> 2353[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3189[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2252 -> 3189[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3189 -> 2354[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3190[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2252 -> 3190[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3190 -> 2355[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3191[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2252 -> 3191[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3191 -> 2356[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3192[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2252 -> 3192[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3192 -> 2357[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3193[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2252 -> 3193[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3193 -> 2358[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3194[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2252 -> 3194[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3194 -> 2359[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3195[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2252 -> 3195[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3195 -> 2360[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3196[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2252 -> 3196[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3196 -> 2361[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3197[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2252 -> 3197[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3197 -> 2362[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3198[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2252 -> 3198[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3198 -> 2363[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3199[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2252 -> 3199[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3199 -> 2364[label="",style="solid", color="blue", weight=3]; 17.13/7.20 2253[label="vwx171 == vwx181",fontsize=16,color="blue",shape="box"];3200[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2253 -> 3200[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3200 -> 2365[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3201[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2253 -> 3201[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3201 -> 2366[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3202[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2253 -> 3202[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3202 -> 2367[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3203[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2253 -> 3203[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3203 -> 2368[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3204[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2253 -> 3204[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3204 -> 2369[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3205[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2253 -> 3205[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3205 -> 2370[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3206[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2253 -> 3206[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3206 -> 2371[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3207[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2253 -> 3207[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3207 -> 2372[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3208[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2253 -> 3208[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3208 -> 2373[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3209[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2253 -> 3209[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3209 -> 2374[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3210[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2253 -> 3210[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3210 -> 2375[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3211[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2253 -> 3211[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3211 -> 2376[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3212[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2253 -> 3212[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3212 -> 2377[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3213[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2253 -> 3213[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3213 -> 2378[label="",style="solid", color="blue", weight=3]; 17.13/7.20 2254[label="vwx180",fontsize=16,color="green",shape="box"];2255[label="vwx170",fontsize=16,color="green",shape="box"];2256[label="vwx180",fontsize=16,color="green",shape="box"];2257[label="vwx170",fontsize=16,color="green",shape="box"];2258[label="vwx180",fontsize=16,color="green",shape="box"];2259[label="vwx170",fontsize=16,color="green",shape="box"];2260[label="vwx180",fontsize=16,color="green",shape="box"];2261[label="vwx170",fontsize=16,color="green",shape="box"];2262[label="vwx180",fontsize=16,color="green",shape="box"];2263[label="vwx170",fontsize=16,color="green",shape="box"];2264[label="vwx180",fontsize=16,color="green",shape="box"];2265[label="vwx170",fontsize=16,color="green",shape="box"];2266[label="vwx180",fontsize=16,color="green",shape="box"];2267[label="vwx170",fontsize=16,color="green",shape="box"];2268[label="vwx180",fontsize=16,color="green",shape="box"];2269[label="vwx170",fontsize=16,color="green",shape="box"];2270[label="vwx180",fontsize=16,color="green",shape="box"];2271[label="vwx170",fontsize=16,color="green",shape="box"];2272[label="vwx180",fontsize=16,color="green",shape="box"];2273[label="vwx170",fontsize=16,color="green",shape="box"];2274[label="vwx180",fontsize=16,color="green",shape="box"];2275[label="vwx170",fontsize=16,color="green",shape="box"];2276[label="vwx180",fontsize=16,color="green",shape="box"];2277[label="vwx170",fontsize=16,color="green",shape="box"];2278[label="vwx180",fontsize=16,color="green",shape="box"];2279[label="vwx170",fontsize=16,color="green",shape="box"];2280[label="vwx180",fontsize=16,color="green",shape="box"];2281[label="vwx170",fontsize=16,color="green",shape="box"];1320 -> 1421[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1320[label="primPlusNat (primMulNat vwx30100 (Succ vwx40000)) (Succ vwx40000)",fontsize=16,color="magenta"];1320 -> 1422[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1321[label="Zero",fontsize=16,color="green",shape="box"];1322[label="Zero",fontsize=16,color="green",shape="box"];1323[label="Zero",fontsize=16,color="green",shape="box"];2282[label="primCmpFloat (Float vwx170 (Pos vwx1710)) (Float vwx180 vwx181)",fontsize=16,color="burlywood",shape="box"];3214[label="vwx181/Pos vwx1810",fontsize=10,color="white",style="solid",shape="box"];2282 -> 3214[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3214 -> 2379[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3215[label="vwx181/Neg vwx1810",fontsize=10,color="white",style="solid",shape="box"];2282 -> 3215[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3215 -> 2380[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2283[label="primCmpFloat (Float vwx170 (Neg vwx1710)) (Float vwx180 vwx181)",fontsize=16,color="burlywood",shape="box"];3216[label="vwx181/Pos vwx1810",fontsize=10,color="white",style="solid",shape="box"];2283 -> 3216[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3216 -> 2381[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3217[label="vwx181/Neg vwx1810",fontsize=10,color="white",style="solid",shape="box"];2283 -> 3217[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3217 -> 2382[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2285 -> 1842[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2285[label="compare vwx171 vwx181",fontsize=16,color="magenta"];2285 -> 2383[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2285 -> 2384[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2284[label="primCompAux vwx170 vwx180 vwx74",fontsize=16,color="black",shape="triangle"];2284 -> 2385[label="",style="solid", color="black", weight=3]; 17.13/7.20 2286[label="primCmpNat vwx170 vwx180",fontsize=16,color="burlywood",shape="triangle"];3218[label="vwx170/Succ vwx1700",fontsize=10,color="white",style="solid",shape="box"];2286 -> 3218[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3218 -> 2386[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3219[label="vwx170/Zero",fontsize=10,color="white",style="solid",shape="box"];2286 -> 3219[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3219 -> 2387[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2287[label="primCmpInt (Pos (Succ vwx1700)) (Pos vwx180)",fontsize=16,color="black",shape="box"];2287 -> 2388[label="",style="solid", color="black", weight=3]; 17.13/7.20 2288[label="primCmpInt (Pos (Succ vwx1700)) (Neg vwx180)",fontsize=16,color="black",shape="box"];2288 -> 2389[label="",style="solid", color="black", weight=3]; 17.13/7.20 2289[label="primCmpInt (Pos Zero) (Pos vwx180)",fontsize=16,color="burlywood",shape="box"];3220[label="vwx180/Succ vwx1800",fontsize=10,color="white",style="solid",shape="box"];2289 -> 3220[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3220 -> 2390[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3221[label="vwx180/Zero",fontsize=10,color="white",style="solid",shape="box"];2289 -> 3221[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3221 -> 2391[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2290[label="primCmpInt (Pos Zero) (Neg vwx180)",fontsize=16,color="burlywood",shape="box"];3222[label="vwx180/Succ vwx1800",fontsize=10,color="white",style="solid",shape="box"];2290 -> 3222[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3222 -> 2392[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3223[label="vwx180/Zero",fontsize=10,color="white",style="solid",shape="box"];2290 -> 3223[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3223 -> 2393[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2291[label="primCmpInt (Neg (Succ vwx1700)) (Pos vwx180)",fontsize=16,color="black",shape="box"];2291 -> 2394[label="",style="solid", color="black", weight=3]; 17.13/7.20 2292[label="primCmpInt (Neg (Succ vwx1700)) (Neg vwx180)",fontsize=16,color="black",shape="box"];2292 -> 2395[label="",style="solid", color="black", weight=3]; 17.13/7.20 2293[label="primCmpInt (Neg Zero) (Pos vwx180)",fontsize=16,color="burlywood",shape="box"];3224[label="vwx180/Succ vwx1800",fontsize=10,color="white",style="solid",shape="box"];2293 -> 3224[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3224 -> 2396[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3225[label="vwx180/Zero",fontsize=10,color="white",style="solid",shape="box"];2293 -> 3225[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3225 -> 2397[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2294[label="primCmpInt (Neg Zero) (Neg vwx180)",fontsize=16,color="burlywood",shape="box"];3226[label="vwx180/Succ vwx1800",fontsize=10,color="white",style="solid",shape="box"];2294 -> 3226[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3226 -> 2398[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3227[label="vwx180/Zero",fontsize=10,color="white",style="solid",shape="box"];2294 -> 3227[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3227 -> 2399[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2295 -> 1846[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2295[label="compare (vwx170 * vwx181) (vwx180 * vwx171)",fontsize=16,color="magenta"];2295 -> 2400[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2295 -> 2401[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2296 -> 1852[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2296[label="compare (vwx170 * vwx181) (vwx180 * vwx171)",fontsize=16,color="magenta"];2296 -> 2402[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2296 -> 2403[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2297[label="vwx180",fontsize=16,color="green",shape="box"];2298[label="vwx170",fontsize=16,color="green",shape="box"];2299[label="vwx180",fontsize=16,color="green",shape="box"];2300[label="vwx170",fontsize=16,color="green",shape="box"];2301[label="vwx180",fontsize=16,color="green",shape="box"];2302[label="vwx170",fontsize=16,color="green",shape="box"];2303[label="vwx180",fontsize=16,color="green",shape="box"];2304[label="vwx170",fontsize=16,color="green",shape="box"];2305[label="vwx180",fontsize=16,color="green",shape="box"];2306[label="vwx170",fontsize=16,color="green",shape="box"];2307[label="compare3 vwx170 vwx180",fontsize=16,color="black",shape="box"];2307 -> 2404[label="",style="solid", color="black", weight=3]; 17.13/7.20 2308[label="compare3 vwx170 vwx180",fontsize=16,color="black",shape="box"];2308 -> 2405[label="",style="solid", color="black", weight=3]; 17.13/7.20 2309[label="vwx180",fontsize=16,color="green",shape="box"];2310[label="vwx170",fontsize=16,color="green",shape="box"];2311[label="vwx180",fontsize=16,color="green",shape="box"];2312[label="vwx170",fontsize=16,color="green",shape="box"];2313[label="vwx180",fontsize=16,color="green",shape="box"];2314[label="vwx170",fontsize=16,color="green",shape="box"];2315[label="compare3 vwx170 vwx180",fontsize=16,color="black",shape="box"];2315 -> 2406[label="",style="solid", color="black", weight=3]; 17.13/7.20 2316[label="compare3 vwx170 vwx180",fontsize=16,color="black",shape="box"];2316 -> 2407[label="",style="solid", color="black", weight=3]; 17.13/7.20 2317[label="compare3 vwx170 vwx180",fontsize=16,color="black",shape="box"];2317 -> 2408[label="",style="solid", color="black", weight=3]; 17.13/7.20 2318[label="vwx180",fontsize=16,color="green",shape="box"];2319[label="vwx170",fontsize=16,color="green",shape="box"];2320[label="compare3 vwx170 vwx180",fontsize=16,color="black",shape="box"];2320 -> 2409[label="",style="solid", color="black", weight=3]; 17.13/7.20 2321[label="primCmpDouble (Double vwx170 (Pos vwx1710)) (Double vwx180 vwx181)",fontsize=16,color="burlywood",shape="box"];3228[label="vwx181/Pos vwx1810",fontsize=10,color="white",style="solid",shape="box"];2321 -> 3228[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3228 -> 2410[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3229[label="vwx181/Neg vwx1810",fontsize=10,color="white",style="solid",shape="box"];2321 -> 3229[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3229 -> 2411[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2322[label="primCmpDouble (Double vwx170 (Neg vwx1710)) (Double vwx180 vwx181)",fontsize=16,color="burlywood",shape="box"];3230[label="vwx181/Pos vwx1810",fontsize=10,color="white",style="solid",shape="box"];2322 -> 3230[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3230 -> 2412[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3231[label="vwx181/Neg vwx1810",fontsize=10,color="white",style="solid",shape="box"];2322 -> 3231[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3231 -> 2413[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2323[label="vwx171",fontsize=16,color="green",shape="box"];2324[label="vwx181",fontsize=16,color="green",shape="box"];2325[label="vwx171",fontsize=16,color="green",shape="box"];2326[label="vwx181",fontsize=16,color="green",shape="box"];2327[label="vwx171",fontsize=16,color="green",shape="box"];2328[label="vwx181",fontsize=16,color="green",shape="box"];2329[label="vwx171",fontsize=16,color="green",shape="box"];2330[label="vwx181",fontsize=16,color="green",shape="box"];2331[label="vwx171",fontsize=16,color="green",shape="box"];2332[label="vwx181",fontsize=16,color="green",shape="box"];2333[label="vwx171",fontsize=16,color="green",shape="box"];2334[label="vwx181",fontsize=16,color="green",shape="box"];2335[label="vwx171",fontsize=16,color="green",shape="box"];2336[label="vwx181",fontsize=16,color="green",shape="box"];2337[label="vwx171",fontsize=16,color="green",shape="box"];2338[label="vwx181",fontsize=16,color="green",shape="box"];2339[label="vwx171",fontsize=16,color="green",shape="box"];2340[label="vwx181",fontsize=16,color="green",shape="box"];2341[label="vwx171",fontsize=16,color="green",shape="box"];2342[label="vwx181",fontsize=16,color="green",shape="box"];2343[label="vwx171",fontsize=16,color="green",shape="box"];2344[label="vwx181",fontsize=16,color="green",shape="box"];2345[label="vwx171",fontsize=16,color="green",shape="box"];2346[label="vwx181",fontsize=16,color="green",shape="box"];2347[label="vwx171",fontsize=16,color="green",shape="box"];2348[label="vwx181",fontsize=16,color="green",shape="box"];2349[label="vwx171",fontsize=16,color="green",shape="box"];2350[label="vwx181",fontsize=16,color="green",shape="box"];2351 -> 1733[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2351[label="vwx172 <= vwx182",fontsize=16,color="magenta"];2351 -> 2414[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2351 -> 2415[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2352 -> 1734[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2352[label="vwx172 <= vwx182",fontsize=16,color="magenta"];2352 -> 2416[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2352 -> 2417[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2353 -> 1735[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2353[label="vwx172 <= vwx182",fontsize=16,color="magenta"];2353 -> 2418[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2353 -> 2419[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2354 -> 1736[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2354[label="vwx172 <= vwx182",fontsize=16,color="magenta"];2354 -> 2420[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2354 -> 2421[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2355 -> 1737[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2355[label="vwx172 <= vwx182",fontsize=16,color="magenta"];2355 -> 2422[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2355 -> 2423[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2356 -> 1738[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2356[label="vwx172 <= vwx182",fontsize=16,color="magenta"];2356 -> 2424[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2356 -> 2425[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2357 -> 1739[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2357[label="vwx172 <= vwx182",fontsize=16,color="magenta"];2357 -> 2426[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2357 -> 2427[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2358 -> 1740[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2358[label="vwx172 <= vwx182",fontsize=16,color="magenta"];2358 -> 2428[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2358 -> 2429[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2359 -> 1741[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2359[label="vwx172 <= vwx182",fontsize=16,color="magenta"];2359 -> 2430[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2359 -> 2431[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2360 -> 1742[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2360[label="vwx172 <= vwx182",fontsize=16,color="magenta"];2360 -> 2432[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2360 -> 2433[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2361 -> 1743[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2361[label="vwx172 <= vwx182",fontsize=16,color="magenta"];2361 -> 2434[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2361 -> 2435[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2362 -> 1744[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2362[label="vwx172 <= vwx182",fontsize=16,color="magenta"];2362 -> 2436[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2362 -> 2437[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2363 -> 1745[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2363[label="vwx172 <= vwx182",fontsize=16,color="magenta"];2363 -> 2438[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2363 -> 2439[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2364 -> 1746[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2364[label="vwx172 <= vwx182",fontsize=16,color="magenta"];2364 -> 2440[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2364 -> 2441[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2365 -> 123[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2365[label="vwx171 == vwx181",fontsize=16,color="magenta"];2365 -> 2442[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2365 -> 2443[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2366 -> 127[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2366[label="vwx171 == vwx181",fontsize=16,color="magenta"];2366 -> 2444[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2366 -> 2445[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2367 -> 116[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2367[label="vwx171 == vwx181",fontsize=16,color="magenta"];2367 -> 2446[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2367 -> 2447[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2368 -> 122[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2368[label="vwx171 == vwx181",fontsize=16,color="magenta"];2368 -> 2448[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2368 -> 2449[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2369 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2369[label="vwx171 == vwx181",fontsize=16,color="magenta"];2369 -> 2450[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2369 -> 2451[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2370 -> 120[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2370[label="vwx171 == vwx181",fontsize=16,color="magenta"];2370 -> 2452[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2370 -> 2453[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2371 -> 128[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2371[label="vwx171 == vwx181",fontsize=16,color="magenta"];2371 -> 2454[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2371 -> 2455[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2372 -> 121[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2372[label="vwx171 == vwx181",fontsize=16,color="magenta"];2372 -> 2456[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2372 -> 2457[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2373 -> 119[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2373[label="vwx171 == vwx181",fontsize=16,color="magenta"];2373 -> 2458[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2373 -> 2459[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2374 -> 125[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2374[label="vwx171 == vwx181",fontsize=16,color="magenta"];2374 -> 2460[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2374 -> 2461[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2375 -> 117[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2375[label="vwx171 == vwx181",fontsize=16,color="magenta"];2375 -> 2462[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2375 -> 2463[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2376 -> 126[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2376[label="vwx171 == vwx181",fontsize=16,color="magenta"];2376 -> 2464[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2376 -> 2465[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2377 -> 118[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2377[label="vwx171 == vwx181",fontsize=16,color="magenta"];2377 -> 2466[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2377 -> 2467[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2378 -> 115[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2378[label="vwx171 == vwx181",fontsize=16,color="magenta"];2378 -> 2468[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2378 -> 2469[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1422 -> 926[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1422[label="primMulNat vwx30100 (Succ vwx40000)",fontsize=16,color="magenta"];1422 -> 1514[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1422 -> 1515[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1421[label="primPlusNat vwx53 (Succ vwx40000)",fontsize=16,color="burlywood",shape="triangle"];3232[label="vwx53/Succ vwx530",fontsize=10,color="white",style="solid",shape="box"];1421 -> 3232[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3232 -> 1516[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3233[label="vwx53/Zero",fontsize=10,color="white",style="solid",shape="box"];1421 -> 3233[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3233 -> 1517[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2379[label="primCmpFloat (Float vwx170 (Pos vwx1710)) (Float vwx180 (Pos vwx1810))",fontsize=16,color="black",shape="box"];2379 -> 2470[label="",style="solid", color="black", weight=3]; 17.13/7.20 2380[label="primCmpFloat (Float vwx170 (Pos vwx1710)) (Float vwx180 (Neg vwx1810))",fontsize=16,color="black",shape="box"];2380 -> 2471[label="",style="solid", color="black", weight=3]; 17.13/7.20 2381[label="primCmpFloat (Float vwx170 (Neg vwx1710)) (Float vwx180 (Pos vwx1810))",fontsize=16,color="black",shape="box"];2381 -> 2472[label="",style="solid", color="black", weight=3]; 17.13/7.20 2382[label="primCmpFloat (Float vwx170 (Neg vwx1710)) (Float vwx180 (Neg vwx1810))",fontsize=16,color="black",shape="box"];2382 -> 2473[label="",style="solid", color="black", weight=3]; 17.13/7.20 2383[label="vwx181",fontsize=16,color="green",shape="box"];2384[label="vwx171",fontsize=16,color="green",shape="box"];2385 -> 2474[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2385[label="primCompAux0 vwx74 (compare vwx170 vwx180)",fontsize=16,color="magenta"];2385 -> 2475[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2385 -> 2476[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2386[label="primCmpNat (Succ vwx1700) vwx180",fontsize=16,color="burlywood",shape="box"];3234[label="vwx180/Succ vwx1800",fontsize=10,color="white",style="solid",shape="box"];2386 -> 3234[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3234 -> 2477[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3235[label="vwx180/Zero",fontsize=10,color="white",style="solid",shape="box"];2386 -> 3235[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3235 -> 2478[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2387[label="primCmpNat Zero vwx180",fontsize=16,color="burlywood",shape="box"];3236[label="vwx180/Succ vwx1800",fontsize=10,color="white",style="solid",shape="box"];2387 -> 3236[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3236 -> 2479[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3237[label="vwx180/Zero",fontsize=10,color="white",style="solid",shape="box"];2387 -> 3237[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3237 -> 2480[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2388 -> 2286[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2388[label="primCmpNat (Succ vwx1700) vwx180",fontsize=16,color="magenta"];2388 -> 2481[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2388 -> 2482[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2389[label="GT",fontsize=16,color="green",shape="box"];2390[label="primCmpInt (Pos Zero) (Pos (Succ vwx1800))",fontsize=16,color="black",shape="box"];2390 -> 2483[label="",style="solid", color="black", weight=3]; 17.13/7.20 2391[label="primCmpInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];2391 -> 2484[label="",style="solid", color="black", weight=3]; 17.13/7.20 2392[label="primCmpInt (Pos Zero) (Neg (Succ vwx1800))",fontsize=16,color="black",shape="box"];2392 -> 2485[label="",style="solid", color="black", weight=3]; 17.13/7.20 2393[label="primCmpInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];2393 -> 2486[label="",style="solid", color="black", weight=3]; 17.13/7.20 2394[label="LT",fontsize=16,color="green",shape="box"];2395 -> 2286[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2395[label="primCmpNat vwx180 (Succ vwx1700)",fontsize=16,color="magenta"];2395 -> 2487[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2395 -> 2488[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2396[label="primCmpInt (Neg Zero) (Pos (Succ vwx1800))",fontsize=16,color="black",shape="box"];2396 -> 2489[label="",style="solid", color="black", weight=3]; 17.13/7.20 2397[label="primCmpInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];2397 -> 2490[label="",style="solid", color="black", weight=3]; 17.13/7.20 2398[label="primCmpInt (Neg Zero) (Neg (Succ vwx1800))",fontsize=16,color="black",shape="box"];2398 -> 2491[label="",style="solid", color="black", weight=3]; 17.13/7.20 2399[label="primCmpInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];2399 -> 2492[label="",style="solid", color="black", weight=3]; 17.13/7.20 2400 -> 393[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2400[label="vwx180 * vwx171",fontsize=16,color="magenta"];2400 -> 2493[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2400 -> 2494[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2401 -> 393[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2401[label="vwx170 * vwx181",fontsize=16,color="magenta"];2401 -> 2495[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2401 -> 2496[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2402[label="vwx180 * vwx171",fontsize=16,color="burlywood",shape="triangle"];3238[label="vwx180/Integer vwx1800",fontsize=10,color="white",style="solid",shape="box"];2402 -> 3238[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3238 -> 2497[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2403 -> 2402[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2403[label="vwx170 * vwx181",fontsize=16,color="magenta"];2403 -> 2498[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2403 -> 2499[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2404 -> 2500[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2404[label="compare2 vwx170 vwx180 (vwx170 == vwx180)",fontsize=16,color="magenta"];2404 -> 2501[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2405 -> 2502[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2405[label="compare2 vwx170 vwx180 (vwx170 == vwx180)",fontsize=16,color="magenta"];2405 -> 2503[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2406 -> 2504[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2406[label="compare2 vwx170 vwx180 (vwx170 == vwx180)",fontsize=16,color="magenta"];2406 -> 2505[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2407 -> 2506[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2407[label="compare2 vwx170 vwx180 (vwx170 == vwx180)",fontsize=16,color="magenta"];2407 -> 2507[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2408 -> 2508[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2408[label="compare2 vwx170 vwx180 (vwx170 == vwx180)",fontsize=16,color="magenta"];2408 -> 2509[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2409 -> 2510[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2409[label="compare2 vwx170 vwx180 (vwx170 == vwx180)",fontsize=16,color="magenta"];2409 -> 2511[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2410[label="primCmpDouble (Double vwx170 (Pos vwx1710)) (Double vwx180 (Pos vwx1810))",fontsize=16,color="black",shape="box"];2410 -> 2512[label="",style="solid", color="black", weight=3]; 17.13/7.20 2411[label="primCmpDouble (Double vwx170 (Pos vwx1710)) (Double vwx180 (Neg vwx1810))",fontsize=16,color="black",shape="box"];2411 -> 2513[label="",style="solid", color="black", weight=3]; 17.13/7.20 2412[label="primCmpDouble (Double vwx170 (Neg vwx1710)) (Double vwx180 (Pos vwx1810))",fontsize=16,color="black",shape="box"];2412 -> 2514[label="",style="solid", color="black", weight=3]; 17.13/7.20 2413[label="primCmpDouble (Double vwx170 (Neg vwx1710)) (Double vwx180 (Neg vwx1810))",fontsize=16,color="black",shape="box"];2413 -> 2515[label="",style="solid", color="black", weight=3]; 17.13/7.20 2414[label="vwx182",fontsize=16,color="green",shape="box"];2415[label="vwx172",fontsize=16,color="green",shape="box"];2416[label="vwx182",fontsize=16,color="green",shape="box"];2417[label="vwx172",fontsize=16,color="green",shape="box"];2418[label="vwx182",fontsize=16,color="green",shape="box"];2419[label="vwx172",fontsize=16,color="green",shape="box"];2420[label="vwx182",fontsize=16,color="green",shape="box"];2421[label="vwx172",fontsize=16,color="green",shape="box"];2422[label="vwx182",fontsize=16,color="green",shape="box"];2423[label="vwx172",fontsize=16,color="green",shape="box"];2424[label="vwx182",fontsize=16,color="green",shape="box"];2425[label="vwx172",fontsize=16,color="green",shape="box"];2426[label="vwx182",fontsize=16,color="green",shape="box"];2427[label="vwx172",fontsize=16,color="green",shape="box"];2428[label="vwx182",fontsize=16,color="green",shape="box"];2429[label="vwx172",fontsize=16,color="green",shape="box"];2430[label="vwx182",fontsize=16,color="green",shape="box"];2431[label="vwx172",fontsize=16,color="green",shape="box"];2432[label="vwx182",fontsize=16,color="green",shape="box"];2433[label="vwx172",fontsize=16,color="green",shape="box"];2434[label="vwx182",fontsize=16,color="green",shape="box"];2435[label="vwx172",fontsize=16,color="green",shape="box"];2436[label="vwx182",fontsize=16,color="green",shape="box"];2437[label="vwx172",fontsize=16,color="green",shape="box"];2438[label="vwx182",fontsize=16,color="green",shape="box"];2439[label="vwx172",fontsize=16,color="green",shape="box"];2440[label="vwx182",fontsize=16,color="green",shape="box"];2441[label="vwx172",fontsize=16,color="green",shape="box"];2442[label="vwx181",fontsize=16,color="green",shape="box"];2443[label="vwx171",fontsize=16,color="green",shape="box"];2444[label="vwx181",fontsize=16,color="green",shape="box"];2445[label="vwx171",fontsize=16,color="green",shape="box"];2446[label="vwx181",fontsize=16,color="green",shape="box"];2447[label="vwx171",fontsize=16,color="green",shape="box"];2448[label="vwx181",fontsize=16,color="green",shape="box"];2449[label="vwx171",fontsize=16,color="green",shape="box"];2450[label="vwx181",fontsize=16,color="green",shape="box"];2451[label="vwx171",fontsize=16,color="green",shape="box"];2452[label="vwx181",fontsize=16,color="green",shape="box"];2453[label="vwx171",fontsize=16,color="green",shape="box"];2454[label="vwx181",fontsize=16,color="green",shape="box"];2455[label="vwx171",fontsize=16,color="green",shape="box"];2456[label="vwx181",fontsize=16,color="green",shape="box"];2457[label="vwx171",fontsize=16,color="green",shape="box"];2458[label="vwx181",fontsize=16,color="green",shape="box"];2459[label="vwx171",fontsize=16,color="green",shape="box"];2460[label="vwx181",fontsize=16,color="green",shape="box"];2461[label="vwx171",fontsize=16,color="green",shape="box"];2462[label="vwx181",fontsize=16,color="green",shape="box"];2463[label="vwx171",fontsize=16,color="green",shape="box"];2464[label="vwx181",fontsize=16,color="green",shape="box"];2465[label="vwx171",fontsize=16,color="green",shape="box"];2466[label="vwx181",fontsize=16,color="green",shape="box"];2467[label="vwx171",fontsize=16,color="green",shape="box"];2468[label="vwx181",fontsize=16,color="green",shape="box"];2469[label="vwx171",fontsize=16,color="green",shape="box"];1514[label="vwx30100",fontsize=16,color="green",shape="box"];1515[label="Succ vwx40000",fontsize=16,color="green",shape="box"];1516[label="primPlusNat (Succ vwx530) (Succ vwx40000)",fontsize=16,color="black",shape="box"];1516 -> 1564[label="",style="solid", color="black", weight=3]; 17.13/7.20 1517[label="primPlusNat Zero (Succ vwx40000)",fontsize=16,color="black",shape="box"];1517 -> 1565[label="",style="solid", color="black", weight=3]; 17.13/7.20 2470 -> 1846[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2470[label="compare (vwx170 * Pos vwx1810) (Pos vwx1710 * vwx180)",fontsize=16,color="magenta"];2470 -> 2516[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2470 -> 2517[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2471 -> 1846[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2471[label="compare (vwx170 * Pos vwx1810) (Neg vwx1710 * vwx180)",fontsize=16,color="magenta"];2471 -> 2518[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2471 -> 2519[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2472 -> 1846[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2472[label="compare (vwx170 * Neg vwx1810) (Pos vwx1710 * vwx180)",fontsize=16,color="magenta"];2472 -> 2520[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2472 -> 2521[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2473 -> 1846[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2473[label="compare (vwx170 * Neg vwx1810) (Neg vwx1710 * vwx180)",fontsize=16,color="magenta"];2473 -> 2522[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2473 -> 2523[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2475[label="vwx74",fontsize=16,color="green",shape="box"];2476[label="compare vwx170 vwx180",fontsize=16,color="blue",shape="box"];3239[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2476 -> 3239[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3239 -> 2524[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3240[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2476 -> 3240[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3240 -> 2525[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3241[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2476 -> 3241[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3241 -> 2526[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3242[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2476 -> 3242[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3242 -> 2527[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3243[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2476 -> 3243[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3243 -> 2528[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3244[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2476 -> 3244[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3244 -> 2529[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3245[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2476 -> 3245[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3245 -> 2530[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3246[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2476 -> 3246[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3246 -> 2531[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3247[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2476 -> 3247[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3247 -> 2532[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3248[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2476 -> 3248[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3248 -> 2533[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3249[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2476 -> 3249[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3249 -> 2534[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3250[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2476 -> 3250[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3250 -> 2535[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3251[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2476 -> 3251[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3251 -> 2536[label="",style="solid", color="blue", weight=3]; 17.13/7.20 3252[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2476 -> 3252[label="",style="solid", color="blue", weight=9]; 17.13/7.20 3252 -> 2537[label="",style="solid", color="blue", weight=3]; 17.13/7.20 2474[label="primCompAux0 vwx78 vwx79",fontsize=16,color="burlywood",shape="triangle"];3253[label="vwx79/LT",fontsize=10,color="white",style="solid",shape="box"];2474 -> 3253[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3253 -> 2538[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3254[label="vwx79/EQ",fontsize=10,color="white",style="solid",shape="box"];2474 -> 3254[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3254 -> 2539[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3255[label="vwx79/GT",fontsize=10,color="white",style="solid",shape="box"];2474 -> 3255[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3255 -> 2540[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2477[label="primCmpNat (Succ vwx1700) (Succ vwx1800)",fontsize=16,color="black",shape="box"];2477 -> 2541[label="",style="solid", color="black", weight=3]; 17.13/7.20 2478[label="primCmpNat (Succ vwx1700) Zero",fontsize=16,color="black",shape="box"];2478 -> 2542[label="",style="solid", color="black", weight=3]; 17.13/7.20 2479[label="primCmpNat Zero (Succ vwx1800)",fontsize=16,color="black",shape="box"];2479 -> 2543[label="",style="solid", color="black", weight=3]; 17.13/7.20 2480[label="primCmpNat Zero Zero",fontsize=16,color="black",shape="box"];2480 -> 2544[label="",style="solid", color="black", weight=3]; 17.13/7.20 2481[label="Succ vwx1700",fontsize=16,color="green",shape="box"];2482[label="vwx180",fontsize=16,color="green",shape="box"];2483 -> 2286[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2483[label="primCmpNat Zero (Succ vwx1800)",fontsize=16,color="magenta"];2483 -> 2545[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2483 -> 2546[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2484[label="EQ",fontsize=16,color="green",shape="box"];2485[label="GT",fontsize=16,color="green",shape="box"];2486[label="EQ",fontsize=16,color="green",shape="box"];2487[label="vwx180",fontsize=16,color="green",shape="box"];2488[label="Succ vwx1700",fontsize=16,color="green",shape="box"];2489[label="LT",fontsize=16,color="green",shape="box"];2490[label="EQ",fontsize=16,color="green",shape="box"];2491 -> 2286[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2491[label="primCmpNat (Succ vwx1800) Zero",fontsize=16,color="magenta"];2491 -> 2547[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2491 -> 2548[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2492[label="EQ",fontsize=16,color="green",shape="box"];2493[label="vwx180",fontsize=16,color="green",shape="box"];2494[label="vwx171",fontsize=16,color="green",shape="box"];2495[label="vwx170",fontsize=16,color="green",shape="box"];2496[label="vwx181",fontsize=16,color="green",shape="box"];2497[label="Integer vwx1800 * vwx171",fontsize=16,color="burlywood",shape="box"];3256[label="vwx171/Integer vwx1710",fontsize=10,color="white",style="solid",shape="box"];2497 -> 3256[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3256 -> 2549[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2498[label="vwx170",fontsize=16,color="green",shape="box"];2499[label="vwx181",fontsize=16,color="green",shape="box"];2501 -> 124[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2501[label="vwx170 == vwx180",fontsize=16,color="magenta"];2501 -> 2550[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2501 -> 2551[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2500[label="compare2 vwx170 vwx180 vwx80",fontsize=16,color="burlywood",shape="triangle"];3257[label="vwx80/False",fontsize=10,color="white",style="solid",shape="box"];2500 -> 3257[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3257 -> 2552[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3258[label="vwx80/True",fontsize=10,color="white",style="solid",shape="box"];2500 -> 3258[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3258 -> 2553[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2503 -> 120[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2503[label="vwx170 == vwx180",fontsize=16,color="magenta"];2503 -> 2554[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2503 -> 2555[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2502[label="compare2 vwx170 vwx180 vwx81",fontsize=16,color="burlywood",shape="triangle"];3259[label="vwx81/False",fontsize=10,color="white",style="solid",shape="box"];2502 -> 3259[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3259 -> 2556[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3260[label="vwx81/True",fontsize=10,color="white",style="solid",shape="box"];2502 -> 3260[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3260 -> 2557[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2505 -> 125[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2505[label="vwx170 == vwx180",fontsize=16,color="magenta"];2505 -> 2558[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2505 -> 2559[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2504[label="compare2 vwx170 vwx180 vwx82",fontsize=16,color="burlywood",shape="triangle"];3261[label="vwx82/False",fontsize=10,color="white",style="solid",shape="box"];2504 -> 3261[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3261 -> 2560[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3262[label="vwx82/True",fontsize=10,color="white",style="solid",shape="box"];2504 -> 3262[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3262 -> 2561[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2507 -> 117[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2507[label="vwx170 == vwx180",fontsize=16,color="magenta"];2507 -> 2562[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2507 -> 2563[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2506[label="compare2 vwx170 vwx180 vwx83",fontsize=16,color="burlywood",shape="triangle"];3263[label="vwx83/False",fontsize=10,color="white",style="solid",shape="box"];2506 -> 3263[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3263 -> 2564[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3264[label="vwx83/True",fontsize=10,color="white",style="solid",shape="box"];2506 -> 3264[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3264 -> 2565[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2509 -> 126[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2509[label="vwx170 == vwx180",fontsize=16,color="magenta"];2509 -> 2566[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2509 -> 2567[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2508[label="compare2 vwx170 vwx180 vwx84",fontsize=16,color="burlywood",shape="triangle"];3265[label="vwx84/False",fontsize=10,color="white",style="solid",shape="box"];2508 -> 3265[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3265 -> 2568[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3266[label="vwx84/True",fontsize=10,color="white",style="solid",shape="box"];2508 -> 3266[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3266 -> 2569[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2511 -> 115[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2511[label="vwx170 == vwx180",fontsize=16,color="magenta"];2511 -> 2570[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2511 -> 2571[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2510[label="compare2 vwx170 vwx180 vwx85",fontsize=16,color="burlywood",shape="triangle"];3267[label="vwx85/False",fontsize=10,color="white",style="solid",shape="box"];2510 -> 3267[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3267 -> 2572[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3268[label="vwx85/True",fontsize=10,color="white",style="solid",shape="box"];2510 -> 3268[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3268 -> 2573[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2512 -> 1846[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2512[label="compare (vwx170 * Pos vwx1810) (Pos vwx1710 * vwx180)",fontsize=16,color="magenta"];2512 -> 2574[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2512 -> 2575[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2513 -> 1846[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2513[label="compare (vwx170 * Pos vwx1810) (Neg vwx1710 * vwx180)",fontsize=16,color="magenta"];2513 -> 2576[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2513 -> 2577[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2514 -> 1846[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2514[label="compare (vwx170 * Neg vwx1810) (Pos vwx1710 * vwx180)",fontsize=16,color="magenta"];2514 -> 2578[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2514 -> 2579[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2515 -> 1846[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2515[label="compare (vwx170 * Neg vwx1810) (Neg vwx1710 * vwx180)",fontsize=16,color="magenta"];2515 -> 2580[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2515 -> 2581[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1564[label="Succ (Succ (primPlusNat vwx530 vwx40000))",fontsize=16,color="green",shape="box"];1564 -> 1632[label="",style="dashed", color="green", weight=3]; 17.13/7.20 1565[label="Succ vwx40000",fontsize=16,color="green",shape="box"];2516 -> 393[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2516[label="Pos vwx1710 * vwx180",fontsize=16,color="magenta"];2516 -> 2582[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2516 -> 2583[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2517 -> 393[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2517[label="vwx170 * Pos vwx1810",fontsize=16,color="magenta"];2517 -> 2584[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2517 -> 2585[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2518 -> 393[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2518[label="Neg vwx1710 * vwx180",fontsize=16,color="magenta"];2518 -> 2586[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2518 -> 2587[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2519 -> 393[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2519[label="vwx170 * Pos vwx1810",fontsize=16,color="magenta"];2519 -> 2588[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2519 -> 2589[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2520 -> 393[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2520[label="Pos vwx1710 * vwx180",fontsize=16,color="magenta"];2520 -> 2590[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2520 -> 2591[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2521 -> 393[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2521[label="vwx170 * Neg vwx1810",fontsize=16,color="magenta"];2521 -> 2592[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2521 -> 2593[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2522 -> 393[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2522[label="Neg vwx1710 * vwx180",fontsize=16,color="magenta"];2522 -> 2594[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2522 -> 2595[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2523 -> 393[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2523[label="vwx170 * Neg vwx1810",fontsize=16,color="magenta"];2523 -> 2596[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2523 -> 2597[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2524 -> 1840[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2524[label="compare vwx170 vwx180",fontsize=16,color="magenta"];2524 -> 2598[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2524 -> 2599[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2525 -> 1842[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2525[label="compare vwx170 vwx180",fontsize=16,color="magenta"];2525 -> 2600[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2525 -> 2601[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2526 -> 1844[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2526[label="compare vwx170 vwx180",fontsize=16,color="magenta"];2526 -> 2602[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2526 -> 2603[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2527 -> 1846[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2527[label="compare vwx170 vwx180",fontsize=16,color="magenta"];2527 -> 2604[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2527 -> 2605[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2528 -> 2161[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2528[label="compare vwx170 vwx180",fontsize=16,color="magenta"];2528 -> 2606[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2528 -> 2607[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2529 -> 2163[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2529[label="compare vwx170 vwx180",fontsize=16,color="magenta"];2529 -> 2608[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2529 -> 2609[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2530 -> 1848[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2530[label="compare vwx170 vwx180",fontsize=16,color="magenta"];2530 -> 2610[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2530 -> 2611[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2531 -> 1850[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2531[label="compare vwx170 vwx180",fontsize=16,color="magenta"];2531 -> 2612[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2531 -> 2613[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2532 -> 1852[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2532[label="compare vwx170 vwx180",fontsize=16,color="magenta"];2532 -> 2614[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2532 -> 2615[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2533 -> 2171[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2533[label="compare vwx170 vwx180",fontsize=16,color="magenta"];2533 -> 2616[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2533 -> 2617[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2534 -> 2173[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2534[label="compare vwx170 vwx180",fontsize=16,color="magenta"];2534 -> 2618[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2534 -> 2619[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2535 -> 2175[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2535[label="compare vwx170 vwx180",fontsize=16,color="magenta"];2535 -> 2620[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2535 -> 2621[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2536 -> 1901[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2536[label="compare vwx170 vwx180",fontsize=16,color="magenta"];2536 -> 2622[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2536 -> 2623[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2537 -> 2179[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2537[label="compare vwx170 vwx180",fontsize=16,color="magenta"];2537 -> 2624[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2537 -> 2625[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2538[label="primCompAux0 vwx78 LT",fontsize=16,color="black",shape="box"];2538 -> 2626[label="",style="solid", color="black", weight=3]; 17.13/7.20 2539[label="primCompAux0 vwx78 EQ",fontsize=16,color="black",shape="box"];2539 -> 2627[label="",style="solid", color="black", weight=3]; 17.13/7.20 2540[label="primCompAux0 vwx78 GT",fontsize=16,color="black",shape="box"];2540 -> 2628[label="",style="solid", color="black", weight=3]; 17.13/7.20 2541 -> 2286[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2541[label="primCmpNat vwx1700 vwx1800",fontsize=16,color="magenta"];2541 -> 2629[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2541 -> 2630[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2542[label="GT",fontsize=16,color="green",shape="box"];2543[label="LT",fontsize=16,color="green",shape="box"];2544[label="EQ",fontsize=16,color="green",shape="box"];2545[label="Zero",fontsize=16,color="green",shape="box"];2546[label="Succ vwx1800",fontsize=16,color="green",shape="box"];2547[label="Succ vwx1800",fontsize=16,color="green",shape="box"];2548[label="Zero",fontsize=16,color="green",shape="box"];2549[label="Integer vwx1800 * Integer vwx1710",fontsize=16,color="black",shape="box"];2549 -> 2631[label="",style="solid", color="black", weight=3]; 17.13/7.20 2550[label="vwx180",fontsize=16,color="green",shape="box"];2551[label="vwx170",fontsize=16,color="green",shape="box"];2552[label="compare2 vwx170 vwx180 False",fontsize=16,color="black",shape="box"];2552 -> 2632[label="",style="solid", color="black", weight=3]; 17.13/7.20 2553[label="compare2 vwx170 vwx180 True",fontsize=16,color="black",shape="box"];2553 -> 2633[label="",style="solid", color="black", weight=3]; 17.13/7.20 2554[label="vwx180",fontsize=16,color="green",shape="box"];2555[label="vwx170",fontsize=16,color="green",shape="box"];2556[label="compare2 vwx170 vwx180 False",fontsize=16,color="black",shape="box"];2556 -> 2634[label="",style="solid", color="black", weight=3]; 17.13/7.20 2557[label="compare2 vwx170 vwx180 True",fontsize=16,color="black",shape="box"];2557 -> 2635[label="",style="solid", color="black", weight=3]; 17.13/7.20 2558[label="vwx180",fontsize=16,color="green",shape="box"];2559[label="vwx170",fontsize=16,color="green",shape="box"];2560[label="compare2 vwx170 vwx180 False",fontsize=16,color="black",shape="box"];2560 -> 2636[label="",style="solid", color="black", weight=3]; 17.13/7.20 2561[label="compare2 vwx170 vwx180 True",fontsize=16,color="black",shape="box"];2561 -> 2637[label="",style="solid", color="black", weight=3]; 17.13/7.20 2562[label="vwx180",fontsize=16,color="green",shape="box"];2563[label="vwx170",fontsize=16,color="green",shape="box"];2564[label="compare2 vwx170 vwx180 False",fontsize=16,color="black",shape="box"];2564 -> 2638[label="",style="solid", color="black", weight=3]; 17.13/7.20 2565[label="compare2 vwx170 vwx180 True",fontsize=16,color="black",shape="box"];2565 -> 2639[label="",style="solid", color="black", weight=3]; 17.13/7.20 2566[label="vwx180",fontsize=16,color="green",shape="box"];2567[label="vwx170",fontsize=16,color="green",shape="box"];2568[label="compare2 vwx170 vwx180 False",fontsize=16,color="black",shape="box"];2568 -> 2640[label="",style="solid", color="black", weight=3]; 17.13/7.20 2569[label="compare2 vwx170 vwx180 True",fontsize=16,color="black",shape="box"];2569 -> 2641[label="",style="solid", color="black", weight=3]; 17.13/7.20 2570[label="vwx180",fontsize=16,color="green",shape="box"];2571[label="vwx170",fontsize=16,color="green",shape="box"];2572[label="compare2 vwx170 vwx180 False",fontsize=16,color="black",shape="box"];2572 -> 2642[label="",style="solid", color="black", weight=3]; 17.13/7.20 2573[label="compare2 vwx170 vwx180 True",fontsize=16,color="black",shape="box"];2573 -> 2643[label="",style="solid", color="black", weight=3]; 17.13/7.20 2574 -> 393[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2574[label="Pos vwx1710 * vwx180",fontsize=16,color="magenta"];2574 -> 2644[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2574 -> 2645[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2575 -> 393[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2575[label="vwx170 * Pos vwx1810",fontsize=16,color="magenta"];2575 -> 2646[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2575 -> 2647[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2576 -> 393[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2576[label="Neg vwx1710 * vwx180",fontsize=16,color="magenta"];2576 -> 2648[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2576 -> 2649[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2577 -> 393[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2577[label="vwx170 * Pos vwx1810",fontsize=16,color="magenta"];2577 -> 2650[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2577 -> 2651[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2578 -> 393[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2578[label="Pos vwx1710 * vwx180",fontsize=16,color="magenta"];2578 -> 2652[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2578 -> 2653[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2579 -> 393[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2579[label="vwx170 * Neg vwx1810",fontsize=16,color="magenta"];2579 -> 2654[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2579 -> 2655[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2580 -> 393[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2580[label="Neg vwx1710 * vwx180",fontsize=16,color="magenta"];2580 -> 2656[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2580 -> 2657[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2581 -> 393[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2581[label="vwx170 * Neg vwx1810",fontsize=16,color="magenta"];2581 -> 2658[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2581 -> 2659[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1632[label="primPlusNat vwx530 vwx40000",fontsize=16,color="burlywood",shape="triangle"];3269[label="vwx530/Succ vwx5300",fontsize=10,color="white",style="solid",shape="box"];1632 -> 3269[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3269 -> 1711[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3270[label="vwx530/Zero",fontsize=10,color="white",style="solid",shape="box"];1632 -> 3270[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3270 -> 1712[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2582[label="Pos vwx1710",fontsize=16,color="green",shape="box"];2583[label="vwx180",fontsize=16,color="green",shape="box"];2584[label="vwx170",fontsize=16,color="green",shape="box"];2585[label="Pos vwx1810",fontsize=16,color="green",shape="box"];2586[label="Neg vwx1710",fontsize=16,color="green",shape="box"];2587[label="vwx180",fontsize=16,color="green",shape="box"];2588[label="vwx170",fontsize=16,color="green",shape="box"];2589[label="Pos vwx1810",fontsize=16,color="green",shape="box"];2590[label="Pos vwx1710",fontsize=16,color="green",shape="box"];2591[label="vwx180",fontsize=16,color="green",shape="box"];2592[label="vwx170",fontsize=16,color="green",shape="box"];2593[label="Neg vwx1810",fontsize=16,color="green",shape="box"];2594[label="Neg vwx1710",fontsize=16,color="green",shape="box"];2595[label="vwx180",fontsize=16,color="green",shape="box"];2596[label="vwx170",fontsize=16,color="green",shape="box"];2597[label="Neg vwx1810",fontsize=16,color="green",shape="box"];2598[label="vwx180",fontsize=16,color="green",shape="box"];2599[label="vwx170",fontsize=16,color="green",shape="box"];2600[label="vwx180",fontsize=16,color="green",shape="box"];2601[label="vwx170",fontsize=16,color="green",shape="box"];2602[label="vwx180",fontsize=16,color="green",shape="box"];2603[label="vwx170",fontsize=16,color="green",shape="box"];2604[label="vwx180",fontsize=16,color="green",shape="box"];2605[label="vwx170",fontsize=16,color="green",shape="box"];2606[label="vwx170",fontsize=16,color="green",shape="box"];2607[label="vwx180",fontsize=16,color="green",shape="box"];2608[label="vwx170",fontsize=16,color="green",shape="box"];2609[label="vwx180",fontsize=16,color="green",shape="box"];2610[label="vwx180",fontsize=16,color="green",shape="box"];2611[label="vwx170",fontsize=16,color="green",shape="box"];2612[label="vwx180",fontsize=16,color="green",shape="box"];2613[label="vwx170",fontsize=16,color="green",shape="box"];2614[label="vwx180",fontsize=16,color="green",shape="box"];2615[label="vwx170",fontsize=16,color="green",shape="box"];2616[label="vwx170",fontsize=16,color="green",shape="box"];2617[label="vwx180",fontsize=16,color="green",shape="box"];2618[label="vwx170",fontsize=16,color="green",shape="box"];2619[label="vwx180",fontsize=16,color="green",shape="box"];2620[label="vwx170",fontsize=16,color="green",shape="box"];2621[label="vwx180",fontsize=16,color="green",shape="box"];2622[label="vwx180",fontsize=16,color="green",shape="box"];2623[label="vwx170",fontsize=16,color="green",shape="box"];2624[label="vwx170",fontsize=16,color="green",shape="box"];2625[label="vwx180",fontsize=16,color="green",shape="box"];2626[label="LT",fontsize=16,color="green",shape="box"];2627[label="vwx78",fontsize=16,color="green",shape="box"];2628[label="GT",fontsize=16,color="green",shape="box"];2629[label="vwx1700",fontsize=16,color="green",shape="box"];2630[label="vwx1800",fontsize=16,color="green",shape="box"];2631[label="Integer (primMulInt vwx1800 vwx1710)",fontsize=16,color="green",shape="box"];2631 -> 2660[label="",style="dashed", color="green", weight=3]; 17.13/7.20 2632 -> 2661[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2632[label="compare1 vwx170 vwx180 (vwx170 <= vwx180)",fontsize=16,color="magenta"];2632 -> 2662[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2633[label="EQ",fontsize=16,color="green",shape="box"];2634 -> 2663[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2634[label="compare1 vwx170 vwx180 (vwx170 <= vwx180)",fontsize=16,color="magenta"];2634 -> 2664[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2635[label="EQ",fontsize=16,color="green",shape="box"];2636 -> 1718[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2636[label="compare1 vwx170 vwx180 (vwx170 <= vwx180)",fontsize=16,color="magenta"];2636 -> 2665[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2637[label="EQ",fontsize=16,color="green",shape="box"];2638 -> 2666[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2638[label="compare1 vwx170 vwx180 (vwx170 <= vwx180)",fontsize=16,color="magenta"];2638 -> 2667[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2639[label="EQ",fontsize=16,color="green",shape="box"];2640 -> 2668[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2640[label="compare1 vwx170 vwx180 (vwx170 <= vwx180)",fontsize=16,color="magenta"];2640 -> 2669[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2641[label="EQ",fontsize=16,color="green",shape="box"];2642 -> 2670[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2642[label="compare1 vwx170 vwx180 (vwx170 <= vwx180)",fontsize=16,color="magenta"];2642 -> 2671[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2643[label="EQ",fontsize=16,color="green",shape="box"];2644[label="Pos vwx1710",fontsize=16,color="green",shape="box"];2645[label="vwx180",fontsize=16,color="green",shape="box"];2646[label="vwx170",fontsize=16,color="green",shape="box"];2647[label="Pos vwx1810",fontsize=16,color="green",shape="box"];2648[label="Neg vwx1710",fontsize=16,color="green",shape="box"];2649[label="vwx180",fontsize=16,color="green",shape="box"];2650[label="vwx170",fontsize=16,color="green",shape="box"];2651[label="Pos vwx1810",fontsize=16,color="green",shape="box"];2652[label="Pos vwx1710",fontsize=16,color="green",shape="box"];2653[label="vwx180",fontsize=16,color="green",shape="box"];2654[label="vwx170",fontsize=16,color="green",shape="box"];2655[label="Neg vwx1810",fontsize=16,color="green",shape="box"];2656[label="Neg vwx1710",fontsize=16,color="green",shape="box"];2657[label="vwx180",fontsize=16,color="green",shape="box"];2658[label="vwx170",fontsize=16,color="green",shape="box"];2659[label="Neg vwx1810",fontsize=16,color="green",shape="box"];1711[label="primPlusNat (Succ vwx5300) vwx40000",fontsize=16,color="burlywood",shape="box"];3271[label="vwx40000/Succ vwx400000",fontsize=10,color="white",style="solid",shape="box"];1711 -> 3271[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3271 -> 1729[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3272[label="vwx40000/Zero",fontsize=10,color="white",style="solid",shape="box"];1711 -> 3272[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3272 -> 1730[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 1712[label="primPlusNat Zero vwx40000",fontsize=16,color="burlywood",shape="box"];3273[label="vwx40000/Succ vwx400000",fontsize=10,color="white",style="solid",shape="box"];1712 -> 3273[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3273 -> 1731[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3274[label="vwx40000/Zero",fontsize=10,color="white",style="solid",shape="box"];1712 -> 3274[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3274 -> 1732[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2660 -> 649[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2660[label="primMulInt vwx1800 vwx1710",fontsize=16,color="magenta"];2660 -> 2672[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2660 -> 2673[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2662 -> 1737[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2662[label="vwx170 <= vwx180",fontsize=16,color="magenta"];2662 -> 2674[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2662 -> 2675[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2661[label="compare1 vwx170 vwx180 vwx86",fontsize=16,color="burlywood",shape="triangle"];3275[label="vwx86/False",fontsize=10,color="white",style="solid",shape="box"];2661 -> 3275[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3275 -> 2676[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3276[label="vwx86/True",fontsize=10,color="white",style="solid",shape="box"];2661 -> 3276[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3276 -> 2677[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2664 -> 1738[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2664[label="vwx170 <= vwx180",fontsize=16,color="magenta"];2664 -> 2678[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2664 -> 2679[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2663[label="compare1 vwx170 vwx180 vwx87",fontsize=16,color="burlywood",shape="triangle"];3277[label="vwx87/False",fontsize=10,color="white",style="solid",shape="box"];2663 -> 3277[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3277 -> 2680[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3278[label="vwx87/True",fontsize=10,color="white",style="solid",shape="box"];2663 -> 3278[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3278 -> 2681[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2665 -> 1742[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2665[label="vwx170 <= vwx180",fontsize=16,color="magenta"];2665 -> 2682[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2665 -> 2683[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2667 -> 1743[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2667[label="vwx170 <= vwx180",fontsize=16,color="magenta"];2667 -> 2684[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2667 -> 2685[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2666[label="compare1 vwx170 vwx180 vwx88",fontsize=16,color="burlywood",shape="triangle"];3279[label="vwx88/False",fontsize=10,color="white",style="solid",shape="box"];2666 -> 3279[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3279 -> 2686[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3280[label="vwx88/True",fontsize=10,color="white",style="solid",shape="box"];2666 -> 3280[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3280 -> 2687[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2669 -> 1744[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2669[label="vwx170 <= vwx180",fontsize=16,color="magenta"];2669 -> 2688[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2669 -> 2689[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2668[label="compare1 vwx170 vwx180 vwx89",fontsize=16,color="burlywood",shape="triangle"];3281[label="vwx89/False",fontsize=10,color="white",style="solid",shape="box"];2668 -> 3281[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3281 -> 2690[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3282[label="vwx89/True",fontsize=10,color="white",style="solid",shape="box"];2668 -> 3282[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3282 -> 2691[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 2671 -> 1746[label="",style="dashed", color="red", weight=0]; 17.13/7.20 2671[label="vwx170 <= vwx180",fontsize=16,color="magenta"];2671 -> 2692[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2671 -> 2693[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2670[label="compare1 vwx170 vwx180 vwx90",fontsize=16,color="burlywood",shape="triangle"];3283[label="vwx90/False",fontsize=10,color="white",style="solid",shape="box"];2670 -> 3283[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3283 -> 2694[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 3284[label="vwx90/True",fontsize=10,color="white",style="solid",shape="box"];2670 -> 3284[label="",style="solid", color="burlywood", weight=9]; 17.13/7.20 3284 -> 2695[label="",style="solid", color="burlywood", weight=3]; 17.13/7.20 1729[label="primPlusNat (Succ vwx5300) (Succ vwx400000)",fontsize=16,color="black",shape="box"];1729 -> 1749[label="",style="solid", color="black", weight=3]; 17.13/7.20 1730[label="primPlusNat (Succ vwx5300) Zero",fontsize=16,color="black",shape="box"];1730 -> 1750[label="",style="solid", color="black", weight=3]; 17.13/7.20 1731[label="primPlusNat Zero (Succ vwx400000)",fontsize=16,color="black",shape="box"];1731 -> 1751[label="",style="solid", color="black", weight=3]; 17.13/7.20 1732[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];1732 -> 1752[label="",style="solid", color="black", weight=3]; 17.13/7.20 2672[label="vwx1800",fontsize=16,color="green",shape="box"];2673[label="vwx1710",fontsize=16,color="green",shape="box"];2674[label="vwx180",fontsize=16,color="green",shape="box"];2675[label="vwx170",fontsize=16,color="green",shape="box"];2676[label="compare1 vwx170 vwx180 False",fontsize=16,color="black",shape="box"];2676 -> 2696[label="",style="solid", color="black", weight=3]; 17.13/7.20 2677[label="compare1 vwx170 vwx180 True",fontsize=16,color="black",shape="box"];2677 -> 2697[label="",style="solid", color="black", weight=3]; 17.13/7.20 2678[label="vwx180",fontsize=16,color="green",shape="box"];2679[label="vwx170",fontsize=16,color="green",shape="box"];2680[label="compare1 vwx170 vwx180 False",fontsize=16,color="black",shape="box"];2680 -> 2698[label="",style="solid", color="black", weight=3]; 17.13/7.20 2681[label="compare1 vwx170 vwx180 True",fontsize=16,color="black",shape="box"];2681 -> 2699[label="",style="solid", color="black", weight=3]; 17.13/7.20 2682[label="vwx180",fontsize=16,color="green",shape="box"];2683[label="vwx170",fontsize=16,color="green",shape="box"];2684[label="vwx180",fontsize=16,color="green",shape="box"];2685[label="vwx170",fontsize=16,color="green",shape="box"];2686[label="compare1 vwx170 vwx180 False",fontsize=16,color="black",shape="box"];2686 -> 2700[label="",style="solid", color="black", weight=3]; 17.13/7.20 2687[label="compare1 vwx170 vwx180 True",fontsize=16,color="black",shape="box"];2687 -> 2701[label="",style="solid", color="black", weight=3]; 17.13/7.20 2688[label="vwx180",fontsize=16,color="green",shape="box"];2689[label="vwx170",fontsize=16,color="green",shape="box"];2690[label="compare1 vwx170 vwx180 False",fontsize=16,color="black",shape="box"];2690 -> 2702[label="",style="solid", color="black", weight=3]; 17.13/7.20 2691[label="compare1 vwx170 vwx180 True",fontsize=16,color="black",shape="box"];2691 -> 2703[label="",style="solid", color="black", weight=3]; 17.13/7.20 2692[label="vwx180",fontsize=16,color="green",shape="box"];2693[label="vwx170",fontsize=16,color="green",shape="box"];2694[label="compare1 vwx170 vwx180 False",fontsize=16,color="black",shape="box"];2694 -> 2704[label="",style="solid", color="black", weight=3]; 17.13/7.20 2695[label="compare1 vwx170 vwx180 True",fontsize=16,color="black",shape="box"];2695 -> 2705[label="",style="solid", color="black", weight=3]; 17.13/7.20 1749[label="Succ (Succ (primPlusNat vwx5300 vwx400000))",fontsize=16,color="green",shape="box"];1749 -> 1773[label="",style="dashed", color="green", weight=3]; 17.13/7.20 1750[label="Succ vwx5300",fontsize=16,color="green",shape="box"];1751[label="Succ vwx400000",fontsize=16,color="green",shape="box"];1752[label="Zero",fontsize=16,color="green",shape="box"];2696[label="compare0 vwx170 vwx180 otherwise",fontsize=16,color="black",shape="box"];2696 -> 2706[label="",style="solid", color="black", weight=3]; 17.13/7.20 2697[label="LT",fontsize=16,color="green",shape="box"];2698[label="compare0 vwx170 vwx180 otherwise",fontsize=16,color="black",shape="box"];2698 -> 2707[label="",style="solid", color="black", weight=3]; 17.13/7.20 2699[label="LT",fontsize=16,color="green",shape="box"];2700[label="compare0 vwx170 vwx180 otherwise",fontsize=16,color="black",shape="box"];2700 -> 2708[label="",style="solid", color="black", weight=3]; 17.13/7.20 2701[label="LT",fontsize=16,color="green",shape="box"];2702[label="compare0 vwx170 vwx180 otherwise",fontsize=16,color="black",shape="box"];2702 -> 2709[label="",style="solid", color="black", weight=3]; 17.13/7.20 2703[label="LT",fontsize=16,color="green",shape="box"];2704[label="compare0 vwx170 vwx180 otherwise",fontsize=16,color="black",shape="box"];2704 -> 2710[label="",style="solid", color="black", weight=3]; 17.13/7.20 2705[label="LT",fontsize=16,color="green",shape="box"];1773 -> 1632[label="",style="dashed", color="red", weight=0]; 17.13/7.20 1773[label="primPlusNat vwx5300 vwx400000",fontsize=16,color="magenta"];1773 -> 1806[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 1773 -> 1807[label="",style="dashed", color="magenta", weight=3]; 17.13/7.20 2706[label="compare0 vwx170 vwx180 True",fontsize=16,color="black",shape="box"];2706 -> 2711[label="",style="solid", color="black", weight=3]; 17.13/7.20 2707[label="compare0 vwx170 vwx180 True",fontsize=16,color="black",shape="box"];2707 -> 2712[label="",style="solid", color="black", weight=3]; 17.13/7.20 2708[label="compare0 vwx170 vwx180 True",fontsize=16,color="black",shape="box"];2708 -> 2713[label="",style="solid", color="black", weight=3]; 17.13/7.20 2709[label="compare0 vwx170 vwx180 True",fontsize=16,color="black",shape="box"];2709 -> 2714[label="",style="solid", color="black", weight=3]; 17.13/7.20 2710[label="compare0 vwx170 vwx180 True",fontsize=16,color="black",shape="box"];2710 -> 2715[label="",style="solid", color="black", weight=3]; 17.13/7.20 1806[label="vwx400000",fontsize=16,color="green",shape="box"];1807[label="vwx5300",fontsize=16,color="green",shape="box"];2711[label="GT",fontsize=16,color="green",shape="box"];2712[label="GT",fontsize=16,color="green",shape="box"];2713[label="GT",fontsize=16,color="green",shape="box"];2714[label="GT",fontsize=16,color="green",shape="box"];2715[label="GT",fontsize=16,color="green",shape="box"];} 17.13/7.20 17.13/7.20 ---------------------------------------- 17.13/7.20 17.13/7.20 (14) 17.13/7.20 Complex Obligation (AND) 17.13/7.20 17.13/7.20 ---------------------------------------- 17.13/7.20 17.13/7.20 (15) 17.13/7.20 Obligation: 17.13/7.20 Q DP problem: 17.13/7.20 The TRS P consists of the following rules: 17.13/7.20 17.13/7.20 new_primCmpNat(Succ(vwx1700), Succ(vwx1800)) -> new_primCmpNat(vwx1700, vwx1800) 17.13/7.20 17.13/7.20 R is empty. 17.13/7.20 Q is empty. 17.13/7.20 We have to consider all minimal (P,Q,R)-chains. 17.13/7.20 ---------------------------------------- 17.13/7.20 17.13/7.20 (16) QDPSizeChangeProof (EQUIVALENT) 17.13/7.20 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 17.13/7.20 17.13/7.20 From the DPs we obtained the following set of size-change graphs: 17.13/7.20 *new_primCmpNat(Succ(vwx1700), Succ(vwx1800)) -> new_primCmpNat(vwx1700, vwx1800) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2 17.13/7.20 17.13/7.20 17.13/7.20 ---------------------------------------- 17.13/7.20 17.13/7.20 (17) 17.13/7.20 YES 17.13/7.20 17.13/7.20 ---------------------------------------- 17.13/7.20 17.13/7.20 (18) 17.13/7.20 Obligation: 17.13/7.20 Q DP problem: 17.13/7.20 The TRS P consists of the following rules: 17.13/7.20 17.13/7.20 new_primMulNat(Succ(vwx30100), Succ(vwx40000)) -> new_primMulNat(vwx30100, Succ(vwx40000)) 17.13/7.20 17.13/7.20 R is empty. 17.13/7.20 Q is empty. 17.13/7.20 We have to consider all minimal (P,Q,R)-chains. 17.13/7.20 ---------------------------------------- 17.13/7.20 17.13/7.20 (19) QDPSizeChangeProof (EQUIVALENT) 17.13/7.20 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 17.13/7.20 17.13/7.20 From the DPs we obtained the following set of size-change graphs: 17.13/7.20 *new_primMulNat(Succ(vwx30100), Succ(vwx40000)) -> new_primMulNat(vwx30100, Succ(vwx40000)) 17.13/7.20 The graph contains the following edges 1 > 1, 2 >= 2 17.13/7.20 17.13/7.20 17.13/7.20 ---------------------------------------- 17.13/7.20 17.13/7.20 (20) 17.13/7.20 YES 17.13/7.20 17.13/7.20 ---------------------------------------- 17.13/7.20 17.13/7.20 (21) 17.13/7.20 Obligation: 17.13/7.20 Q DP problem: 17.13/7.20 The TRS P consists of the following rules: 17.13/7.20 17.13/7.20 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, gh), ge) -> new_esEs1(vwx300, vwx400, gh) 17.13/7.20 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, bdh), bea)) -> new_esEs2(vwx300, vwx400, bdh, bea) 17.13/7.20 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(app(app(ty_@3, bb), bc), bd)) -> new_esEs(vwx302, vwx402, bb, bc, bd) 17.13/7.20 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(ty_Maybe, ff)) -> new_esEs1(vwx301, vwx401, ff) 17.13/7.20 new_esEs2(Left(vwx300), Left(vwx400), app(ty_Maybe, bbc), bah) -> new_esEs1(vwx300, vwx400, bbc) 17.13/7.20 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(ty_[], cb)) -> new_esEs3(vwx302, vwx402, cb) 17.13/7.20 new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(ty_@2, bcc), bcd)) -> new_esEs0(vwx300, vwx400, bcc, bcd) 17.13/7.20 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(app(ty_@2, cg), da), cf) -> new_esEs0(vwx301, vwx401, cg, da) 17.13/7.20 new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(ty_Either, bcf), bcg)) -> new_esEs2(vwx300, vwx400, bcf, bcg) 17.13/7.20 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, gb), gc), gd), ge) -> new_esEs(vwx300, vwx400, gb, gc, gd) 17.13/7.20 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(ty_@2, fc), fd)) -> new_esEs0(vwx301, vwx401, fc, fd) 17.13/7.20 new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs(vwx300, vwx400, bbh, bca, bcb) 17.13/7.20 new_esEs2(Right(vwx300), Right(vwx400), bbg, app(ty_Maybe, bce)) -> new_esEs1(vwx300, vwx400, bce) 17.13/7.20 new_esEs1(Just(vwx300), Just(vwx400), app(app(ty_Either, bab), bac)) -> new_esEs2(vwx300, vwx400, bab, bac) 17.13/7.20 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(ty_Either, fg), fh)) -> new_esEs2(vwx301, vwx401, fg, fh) 17.13/7.20 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, bdg)) -> new_esEs1(vwx300, vwx400, bdg) 17.13/7.20 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], beb)) -> new_esEs3(vwx300, vwx400, beb) 17.13/7.20 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(ty_[], de), cf) -> new_esEs3(vwx301, vwx401, de) 17.13/7.20 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, ec), ba, cf) -> new_esEs1(vwx300, vwx400, ec) 17.13/7.20 new_esEs2(Right(vwx300), Right(vwx400), bbg, app(ty_[], bch)) -> new_esEs3(vwx300, vwx400, bch) 17.13/7.20 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, bde), bdf)) -> new_esEs0(vwx300, vwx400, bde, bdf) 17.13/7.20 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(ty_Maybe, db), cf) -> new_esEs1(vwx301, vwx401, db) 17.13/7.20 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], ef), ba, cf) -> new_esEs3(vwx300, vwx400, ef) 17.13/7.20 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(app(app(ty_@3, cc), cd), ce), cf) -> new_esEs(vwx301, vwx401, cc, cd, ce) 17.13/7.20 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(app(ty_Either, bh), ca)) -> new_esEs2(vwx302, vwx402, bh, ca) 17.13/7.20 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(app(ty_@2, be), bf)) -> new_esEs0(vwx302, vwx402, be, bf) 17.13/7.20 new_esEs1(Just(vwx300), Just(vwx400), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx300, vwx400, hd, he, hf) 17.13/7.20 new_esEs2(Left(vwx300), Left(vwx400), app(app(ty_Either, bbd), bbe), bah) -> new_esEs2(vwx300, vwx400, bbd, bbe) 17.13/7.20 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], hc), ge) -> new_esEs3(vwx300, vwx400, hc) 17.13/7.20 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), bda) -> new_esEs3(vwx301, vwx401, bda) 17.13/7.20 new_esEs2(Left(vwx300), Left(vwx400), app(ty_[], bbf), bah) -> new_esEs3(vwx300, vwx400, bbf) 17.13/7.20 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(ty_Maybe, bg)) -> new_esEs1(vwx302, vwx402, bg) 17.13/7.20 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, bdb), bdc), bdd)) -> new_esEs(vwx300, vwx400, bdb, bdc, bdd) 17.13/7.20 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(app(ty_Either, dc), dd), cf) -> new_esEs2(vwx301, vwx401, dc, dd) 17.13/7.20 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, df), dg), dh), ba, cf) -> new_esEs(vwx300, vwx400, df, dg, dh) 17.13/7.20 new_esEs1(Just(vwx300), Just(vwx400), app(app(ty_@2, hg), hh)) -> new_esEs0(vwx300, vwx400, hg, hh) 17.13/7.20 new_esEs2(Left(vwx300), Left(vwx400), app(app(ty_@2, bba), bbb), bah) -> new_esEs0(vwx300, vwx400, bba, bbb) 17.13/7.20 new_esEs2(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bae), baf), bag), bah) -> new_esEs(vwx300, vwx400, bae, baf, bag) 17.13/7.20 new_esEs1(Just(vwx300), Just(vwx400), app(ty_[], bad)) -> new_esEs3(vwx300, vwx400, bad) 17.13/7.20 new_esEs1(Just(vwx300), Just(vwx400), app(ty_Maybe, baa)) -> new_esEs1(vwx300, vwx400, baa) 17.13/7.20 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, ed), ee), ba, cf) -> new_esEs2(vwx300, vwx400, ed, ee) 17.13/7.20 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(ty_[], ga)) -> new_esEs3(vwx301, vwx401, ga) 17.13/7.20 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, gf), gg), ge) -> new_esEs0(vwx300, vwx400, gf, gg) 17.13/7.20 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, ha), hb), ge) -> new_esEs2(vwx300, vwx400, ha, hb) 17.13/7.20 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, ea), eb), ba, cf) -> new_esEs0(vwx300, vwx400, ea, eb) 17.13/7.20 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(app(ty_@3, eh), fa), fb)) -> new_esEs(vwx301, vwx401, eh, fa, fb) 17.13/7.20 17.13/7.20 R is empty. 17.13/7.20 Q is empty. 17.13/7.20 We have to consider all minimal (P,Q,R)-chains. 17.13/7.20 ---------------------------------------- 17.13/7.20 17.13/7.20 (22) QDPSizeChangeProof (EQUIVALENT) 17.13/7.20 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 17.13/7.20 17.13/7.20 From the DPs we obtained the following set of size-change graphs: 17.13/7.20 *new_esEs1(Just(vwx300), Just(vwx400), app(app(ty_@2, hg), hh)) -> new_esEs0(vwx300, vwx400, hg, hh) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs1(Just(vwx300), Just(vwx400), app(ty_[], bad)) -> new_esEs3(vwx300, vwx400, bad) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs1(Just(vwx300), Just(vwx400), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx300, vwx400, hd, he, hf) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs1(Just(vwx300), Just(vwx400), app(app(ty_Either, bab), bac)) -> new_esEs2(vwx300, vwx400, bab, bac) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs1(Just(vwx300), Just(vwx400), app(ty_Maybe, baa)) -> new_esEs1(vwx300, vwx400, baa) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, bde), bdf)) -> new_esEs0(vwx300, vwx400, bde, bdf) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, bdb), bdc), bdd)) -> new_esEs(vwx300, vwx400, bdb, bdc, bdd) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, bdh), bea)) -> new_esEs2(vwx300, vwx400, bdh, bea) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, bdg)) -> new_esEs1(vwx300, vwx400, bdg) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(ty_@2, bcc), bcd)) -> new_esEs0(vwx300, vwx400, bcc, bcd) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs2(Left(vwx300), Left(vwx400), app(app(ty_@2, bba), bbb), bah) -> new_esEs0(vwx300, vwx400, bba, bbb) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(app(ty_@2, cg), da), cf) -> new_esEs0(vwx301, vwx401, cg, da) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(app(ty_@2, be), bf)) -> new_esEs0(vwx302, vwx402, be, bf) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, ea), eb), ba, cf) -> new_esEs0(vwx300, vwx400, ea, eb) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(ty_@2, fc), fd)) -> new_esEs0(vwx301, vwx401, fc, fd) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, gf), gg), ge) -> new_esEs0(vwx300, vwx400, gf, gg) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs2(Right(vwx300), Right(vwx400), bbg, app(ty_[], bch)) -> new_esEs3(vwx300, vwx400, bch) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs2(Left(vwx300), Left(vwx400), app(ty_[], bbf), bah) -> new_esEs3(vwx300, vwx400, bbf) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs(vwx300, vwx400, bbh, bca, bcb) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs2(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bae), baf), bag), bah) -> new_esEs(vwx300, vwx400, bae, baf, bag) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(ty_Either, bcf), bcg)) -> new_esEs2(vwx300, vwx400, bcf, bcg) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs2(Left(vwx300), Left(vwx400), app(app(ty_Either, bbd), bbe), bah) -> new_esEs2(vwx300, vwx400, bbd, bbe) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs2(Left(vwx300), Left(vwx400), app(ty_Maybe, bbc), bah) -> new_esEs1(vwx300, vwx400, bbc) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs2(Right(vwx300), Right(vwx400), bbg, app(ty_Maybe, bce)) -> new_esEs1(vwx300, vwx400, bce) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(ty_[], cb)) -> new_esEs3(vwx302, vwx402, cb) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(ty_[], de), cf) -> new_esEs3(vwx301, vwx401, de) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], ef), ba, cf) -> new_esEs3(vwx300, vwx400, ef) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], beb)) -> new_esEs3(vwx300, vwx400, beb) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), bda) -> new_esEs3(vwx301, vwx401, bda) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], hc), ge) -> new_esEs3(vwx300, vwx400, hc) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(ty_[], ga)) -> new_esEs3(vwx301, vwx401, ga) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(app(app(ty_@3, bb), bc), bd)) -> new_esEs(vwx302, vwx402, bb, bc, bd) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(app(app(ty_@3, cc), cd), ce), cf) -> new_esEs(vwx301, vwx401, cc, cd, ce) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, df), dg), dh), ba, cf) -> new_esEs(vwx300, vwx400, df, dg, dh) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(app(ty_Either, bh), ca)) -> new_esEs2(vwx302, vwx402, bh, ca) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(app(ty_Either, dc), dd), cf) -> new_esEs2(vwx301, vwx401, dc, dd) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, ed), ee), ba, cf) -> new_esEs2(vwx300, vwx400, ed, ee) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, ec), ba, cf) -> new_esEs1(vwx300, vwx400, ec) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, app(ty_Maybe, db), cf) -> new_esEs1(vwx301, vwx401, db) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), h, ba, app(ty_Maybe, bg)) -> new_esEs1(vwx302, vwx402, bg) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, gb), gc), gd), ge) -> new_esEs(vwx300, vwx400, gb, gc, gd) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(app(ty_@3, eh), fa), fb)) -> new_esEs(vwx301, vwx401, eh, fa, fb) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(ty_Either, fg), fh)) -> new_esEs2(vwx301, vwx401, fg, fh) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, ha), hb), ge) -> new_esEs2(vwx300, vwx400, ha, hb) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, gh), ge) -> new_esEs1(vwx300, vwx400, gh) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.13/7.20 17.13/7.20 17.13/7.20 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(ty_Maybe, ff)) -> new_esEs1(vwx301, vwx401, ff) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.13/7.20 17.13/7.20 17.13/7.20 ---------------------------------------- 17.13/7.20 17.13/7.20 (23) 17.13/7.20 YES 17.13/7.20 17.13/7.20 ---------------------------------------- 17.13/7.20 17.13/7.20 (24) 17.13/7.20 Obligation: 17.13/7.20 Q DP problem: 17.13/7.20 The TRS P consists of the following rules: 17.13/7.20 17.13/7.20 new_primEqNat(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat(vwx3000, vwx4000) 17.13/7.20 17.13/7.20 R is empty. 17.13/7.20 Q is empty. 17.13/7.20 We have to consider all minimal (P,Q,R)-chains. 17.13/7.20 ---------------------------------------- 17.13/7.20 17.13/7.20 (25) QDPSizeChangeProof (EQUIVALENT) 17.13/7.20 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 17.13/7.20 17.13/7.20 From the DPs we obtained the following set of size-change graphs: 17.13/7.20 *new_primEqNat(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat(vwx3000, vwx4000) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2 17.13/7.20 17.13/7.20 17.13/7.20 ---------------------------------------- 17.13/7.20 17.13/7.20 (26) 17.13/7.20 YES 17.13/7.20 17.13/7.20 ---------------------------------------- 17.13/7.20 17.13/7.20 (27) 17.13/7.20 Obligation: 17.13/7.20 Q DP problem: 17.13/7.20 The TRS P consists of the following rules: 17.13/7.20 17.13/7.20 new_primPlusNat(Succ(vwx5300), Succ(vwx400000)) -> new_primPlusNat(vwx5300, vwx400000) 17.13/7.20 17.13/7.20 R is empty. 17.13/7.20 Q is empty. 17.13/7.20 We have to consider all minimal (P,Q,R)-chains. 17.13/7.20 ---------------------------------------- 17.13/7.20 17.13/7.20 (28) QDPSizeChangeProof (EQUIVALENT) 17.13/7.20 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 17.13/7.20 17.13/7.20 From the DPs we obtained the following set of size-change graphs: 17.13/7.20 *new_primPlusNat(Succ(vwx5300), Succ(vwx400000)) -> new_primPlusNat(vwx5300, vwx400000) 17.13/7.20 The graph contains the following edges 1 > 1, 2 > 2 17.13/7.20 17.13/7.20 17.13/7.20 ---------------------------------------- 17.13/7.20 17.13/7.20 (29) 17.13/7.20 YES 17.13/7.20 17.13/7.20 ---------------------------------------- 17.13/7.20 17.13/7.20 (30) 17.13/7.20 Obligation: 17.13/7.20 Q DP problem: 17.13/7.20 The TRS P consists of the following rules: 17.13/7.20 17.13/7.20 new_primCompAux(vwx170, vwx180, vwx74, app(ty_[], ba)) -> new_compare0(vwx170, vwx180, ba) 17.13/7.20 new_ltEs3(@3(vwx170, vwx171, vwx172), @3(vwx180, vwx181, vwx182), bbh, baf, app(ty_Maybe, bdc)) -> new_ltEs0(vwx172, vwx182, bdc) 17.13/7.20 new_ltEs0(Just(vwx170), Just(vwx180), app(app(app(ty_@3, db), dc), dd)) -> new_ltEs3(vwx170, vwx180, db, dc, dd) 17.13/7.20 new_ltEs1(@2(vwx170, vwx171), @2(vwx180, vwx181), ef, app(app(app(ty_@3, ff), fg), fh)) -> new_ltEs3(vwx171, vwx181, ff, fg, fh) 17.13/7.20 new_ltEs3(@3(vwx170, vwx171, vwx172), @3(vwx180, vwx181, vwx182), app(app(ty_@2, bba), bbb), baf, bag) -> new_lt1(vwx170, vwx180, bba, bbb) 17.13/7.20 new_compare21(vwx170, vwx180, False, dg, dh) -> new_ltEs1(vwx170, vwx180, dg, dh) 17.13/7.20 new_ltEs0(Just(vwx170), Just(vwx180), app(ty_[], cc)) -> new_ltEs(vwx170, vwx180, cc) 17.13/7.20 new_ltEs3(@3(vwx170, vwx171, vwx172), @3(vwx180, vwx181, vwx182), bbh, app(ty_[], bca), bag) -> new_lt(vwx171, vwx181, bca) 17.13/7.20 new_compare3(vwx170, vwx180, ea, eb) -> new_compare22(vwx170, vwx180, new_esEs6(vwx170, vwx180, ea, eb), ea, eb) 17.13/7.20 new_ltEs3(@3(vwx170, vwx171, vwx172), @3(vwx180, vwx181, vwx182), app(ty_[], bae), baf, bag) -> new_lt(vwx170, vwx180, bae) 17.13/7.20 new_primCompAux(vwx170, vwx180, vwx74, app(ty_Maybe, bb)) -> new_compare1(vwx170, vwx180, bb) 17.13/7.20 new_ltEs0(Just(vwx170), Just(vwx180), app(app(ty_Either, cg), da)) -> new_ltEs2(vwx170, vwx180, cg, da) 17.13/7.20 new_primCompAux(vwx170, vwx180, vwx74, app(app(app(ty_@3, bg), bh), ca)) -> new_compare4(vwx170, vwx180, bg, bh, ca) 17.13/7.20 new_ltEs1(@2(vwx170, vwx171), @2(vwx180, vwx181), app(app(app(ty_@3, ec), ed), ee), df) -> new_compare23(vwx170, vwx180, new_esEs7(vwx170, vwx180, ec, ed, ee), ec, ed, ee) 17.13/7.20 new_ltEs1(@2(vwx170, vwx171), @2(vwx180, vwx181), ef, app(ty_Maybe, eh)) -> new_ltEs0(vwx171, vwx181, eh) 17.13/7.20 new_ltEs2(Left(vwx170), Left(vwx180), app(ty_[], ga), gb) -> new_ltEs(vwx170, vwx180, ga) 17.13/7.20 new_compare22(vwx170, vwx180, False, ea, eb) -> new_ltEs2(vwx170, vwx180, ea, eb) 17.13/7.20 new_ltEs3(@3(vwx170, vwx171, vwx172), @3(vwx180, vwx181, vwx182), bbh, app(app(ty_Either, bce), bcf), bag) -> new_lt2(vwx171, vwx181, bce, bcf) 17.13/7.20 new_ltEs1(@2(vwx170, vwx171), @2(vwx180, vwx181), ef, app(app(ty_@2, fa), fb)) -> new_ltEs1(vwx171, vwx181, fa, fb) 17.13/7.20 new_lt0(vwx170, vwx180, cb) -> new_compare20(vwx170, vwx180, new_esEs4(vwx170, vwx180, cb), cb) 17.13/7.20 new_ltEs3(@3(vwx170, vwx171, vwx172), @3(vwx180, vwx181, vwx182), bbh, app(ty_Maybe, bcb), bag) -> new_lt0(vwx171, vwx181, bcb) 17.13/7.20 new_compare1(vwx170, vwx180, cb) -> new_compare20(vwx170, vwx180, new_esEs4(vwx170, vwx180, cb), cb) 17.13/7.20 new_ltEs1(@2(vwx170, vwx171), @2(vwx180, vwx181), app(app(ty_Either, ea), eb), df) -> new_compare22(vwx170, vwx180, new_esEs6(vwx170, vwx180, ea, eb), ea, eb) 17.13/7.20 new_ltEs2(Left(vwx170), Left(vwx180), app(app(app(ty_@3, gh), ha), hb), gb) -> new_ltEs3(vwx170, vwx180, gh, ha, hb) 17.13/7.20 new_primCompAux(vwx170, vwx180, vwx74, app(app(ty_@2, bc), bd)) -> new_compare2(vwx170, vwx180, bc, bd) 17.13/7.20 new_compare4(vwx170, vwx180, ec, ed, ee) -> new_compare23(vwx170, vwx180, new_esEs7(vwx170, vwx180, ec, ed, ee), ec, ed, ee) 17.13/7.20 new_ltEs(:(vwx170, vwx171), :(vwx180, vwx181), h) -> new_compare0(vwx171, vwx181, h) 17.13/7.20 new_compare20(vwx170, vwx180, False, cb) -> new_ltEs0(vwx170, vwx180, cb) 17.13/7.20 new_ltEs3(@3(vwx170, vwx171, vwx172), @3(vwx180, vwx181, vwx182), bbh, baf, app(app(app(ty_@3, bdh), bea), beb)) -> new_ltEs3(vwx172, vwx182, bdh, bea, beb) 17.13/7.20 new_ltEs2(Right(vwx170), Right(vwx180), hc, app(app(ty_Either, hh), baa)) -> new_ltEs2(vwx170, vwx180, hh, baa) 17.13/7.20 new_lt3(vwx170, vwx180, ec, ed, ee) -> new_compare23(vwx170, vwx180, new_esEs7(vwx170, vwx180, ec, ed, ee), ec, ed, ee) 17.13/7.20 new_compare0(:(vwx170, vwx171), :(vwx180, vwx181), h) -> new_primCompAux(vwx170, vwx180, new_compare(vwx171, vwx181, h), h) 17.13/7.20 new_ltEs3(@3(vwx170, vwx171, vwx172), @3(vwx180, vwx181, vwx182), bbh, baf, app(app(ty_Either, bdf), bdg)) -> new_ltEs2(vwx172, vwx182, bdf, bdg) 17.13/7.20 new_ltEs3(@3(vwx170, vwx171, vwx172), @3(vwx180, vwx181, vwx182), bbh, app(app(ty_@2, bcc), bcd), bag) -> new_lt1(vwx171, vwx181, bcc, bcd) 17.13/7.20 new_ltEs2(Right(vwx170), Right(vwx180), hc, app(ty_Maybe, he)) -> new_ltEs0(vwx170, vwx180, he) 17.13/7.20 new_ltEs1(@2(vwx170, vwx171), @2(vwx180, vwx181), app(ty_[], de), df) -> new_compare0(vwx170, vwx180, de) 17.13/7.20 new_ltEs0(Just(vwx170), Just(vwx180), app(app(ty_@2, ce), cf)) -> new_ltEs1(vwx170, vwx180, ce, cf) 17.13/7.20 new_lt2(vwx170, vwx180, ea, eb) -> new_compare22(vwx170, vwx180, new_esEs6(vwx170, vwx180, ea, eb), ea, eb) 17.13/7.20 new_compare2(vwx170, vwx180, dg, dh) -> new_compare21(vwx170, vwx180, new_esEs5(vwx170, vwx180, dg, dh), dg, dh) 17.13/7.20 new_ltEs2(Left(vwx170), Left(vwx180), app(ty_Maybe, gc), gb) -> new_ltEs0(vwx170, vwx180, gc) 17.13/7.20 new_ltEs3(@3(vwx170, vwx171, vwx172), @3(vwx180, vwx181, vwx182), bbh, baf, app(ty_[], bdb)) -> new_ltEs(vwx172, vwx182, bdb) 17.13/7.20 new_ltEs2(Right(vwx170), Right(vwx180), hc, app(app(app(ty_@3, bab), bac), bad)) -> new_ltEs3(vwx170, vwx180, bab, bac, bad) 17.13/7.20 new_ltEs0(Just(vwx170), Just(vwx180), app(ty_Maybe, cd)) -> new_ltEs0(vwx170, vwx180, cd) 17.13/7.20 new_ltEs2(Left(vwx170), Left(vwx180), app(app(ty_@2, gd), ge), gb) -> new_ltEs1(vwx170, vwx180, gd, ge) 17.13/7.20 new_ltEs1(@2(vwx170, vwx171), @2(vwx180, vwx181), app(ty_Maybe, cb), df) -> new_compare20(vwx170, vwx180, new_esEs4(vwx170, vwx180, cb), cb) 17.13/7.20 new_lt(vwx170, vwx180, de) -> new_compare0(vwx170, vwx180, de) 17.13/7.20 new_ltEs2(Left(vwx170), Left(vwx180), app(app(ty_Either, gf), gg), gb) -> new_ltEs2(vwx170, vwx180, gf, gg) 17.13/7.20 new_primCompAux(vwx170, vwx180, vwx74, app(app(ty_Either, be), bf)) -> new_compare3(vwx170, vwx180, be, bf) 17.13/7.20 new_ltEs(:(vwx170, vwx171), :(vwx180, vwx181), h) -> new_primCompAux(vwx170, vwx180, new_compare(vwx171, vwx181, h), h) 17.13/7.20 new_ltEs1(@2(vwx170, vwx171), @2(vwx180, vwx181), ef, app(ty_[], eg)) -> new_ltEs(vwx171, vwx181, eg) 17.13/7.20 new_ltEs3(@3(vwx170, vwx171, vwx172), @3(vwx180, vwx181, vwx182), app(app(app(ty_@3, bbe), bbf), bbg), baf, bag) -> new_lt3(vwx170, vwx180, bbe, bbf, bbg) 17.13/7.20 new_ltEs3(@3(vwx170, vwx171, vwx172), @3(vwx180, vwx181, vwx182), bbh, baf, app(app(ty_@2, bdd), bde)) -> new_ltEs1(vwx172, vwx182, bdd, bde) 17.13/7.20 new_lt1(vwx170, vwx180, dg, dh) -> new_compare21(vwx170, vwx180, new_esEs5(vwx170, vwx180, dg, dh), dg, dh) 17.13/7.20 new_compare0(:(vwx170, vwx171), :(vwx180, vwx181), h) -> new_compare0(vwx171, vwx181, h) 17.13/7.20 new_ltEs3(@3(vwx170, vwx171, vwx172), @3(vwx180, vwx181, vwx182), app(ty_Maybe, bah), baf, bag) -> new_lt0(vwx170, vwx180, bah) 17.13/7.20 new_ltEs1(@2(vwx170, vwx171), @2(vwx180, vwx181), ef, app(app(ty_Either, fc), fd)) -> new_ltEs2(vwx171, vwx181, fc, fd) 17.13/7.20 new_ltEs2(Right(vwx170), Right(vwx180), hc, app(app(ty_@2, hf), hg)) -> new_ltEs1(vwx170, vwx180, hf, hg) 17.13/7.20 new_ltEs2(Right(vwx170), Right(vwx180), hc, app(ty_[], hd)) -> new_ltEs(vwx170, vwx180, hd) 17.13/7.20 new_ltEs1(@2(vwx170, vwx171), @2(vwx180, vwx181), app(app(ty_@2, dg), dh), df) -> new_compare21(vwx170, vwx180, new_esEs5(vwx170, vwx180, dg, dh), dg, dh) 17.13/7.20 new_ltEs3(@3(vwx170, vwx171, vwx172), @3(vwx180, vwx181, vwx182), app(app(ty_Either, bbc), bbd), baf, bag) -> new_lt2(vwx170, vwx180, bbc, bbd) 17.13/7.20 new_compare23(vwx170, vwx180, False, ec, ed, ee) -> new_ltEs3(vwx170, vwx180, ec, ed, ee) 17.13/7.20 new_ltEs3(@3(vwx170, vwx171, vwx172), @3(vwx180, vwx181, vwx182), bbh, app(app(app(ty_@3, bcg), bch), bda), bag) -> new_lt3(vwx171, vwx181, bcg, bch, bda) 17.13/7.20 17.13/7.20 The TRS R consists of the following rules: 17.13/7.20 17.13/7.20 new_ltEs7(Left(vwx170), Left(vwx180), app(app(ty_Either, gf), gg), gb) -> new_ltEs7(vwx170, vwx180, gf, gg) 17.13/7.20 new_ltEs7(Right(vwx170), Left(vwx180), hc, gb) -> False 17.13/7.20 new_esEs11(vwx300, vwx400, ty_Double) -> new_esEs13(vwx300, vwx400) 17.13/7.20 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 17.13/7.20 new_primCmpInt(Neg(Succ(vwx1700)), Pos(vwx180)) -> LT 17.13/7.20 new_esEs27(vwx170, vwx180, ty_Int) -> new_esEs9(vwx170, vwx180) 17.13/7.20 new_lt20(vwx170, vwx180, ty_Float) -> new_lt15(vwx170, vwx180) 17.13/7.20 new_primPlusNat0(Zero, Zero) -> Zero 17.13/7.20 new_pePe(True, vwx73) -> True 17.13/7.20 new_ltEs7(Right(vwx170), Right(vwx180), hc, app(app(ty_@2, hf), hg)) -> new_ltEs16(vwx170, vwx180, hf, hg) 17.13/7.20 new_ltEs18(vwx172, vwx182, app(app(ty_Either, bdf), bdg)) -> new_ltEs7(vwx172, vwx182, bdf, bdg) 17.13/7.20 new_esEs21(vwx301, vwx401, app(app(app(ty_@3, cbf), cbg), cbh)) -> new_esEs7(vwx301, vwx401, cbf, cbg, cbh) 17.13/7.21 new_esEs4(Just(vwx300), Just(vwx400), ty_Bool) -> new_esEs15(vwx300, vwx400) 17.13/7.21 new_compare(:(vwx170, vwx171), [], h) -> GT 17.13/7.21 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 17.13/7.21 new_primCmpInt(Pos(Zero), Neg(Succ(vwx1800))) -> GT 17.13/7.21 new_compare12(vwx170, vwx180, ty_Bool) -> new_compare8(vwx170, vwx180) 17.13/7.21 new_compare(:(vwx170, vwx171), :(vwx180, vwx181), h) -> new_primCompAux0(vwx170, vwx180, new_compare(vwx171, vwx181, h), h) 17.13/7.21 new_esEs6(Right(vwx300), Right(vwx400), bhb, ty_Int) -> new_esEs9(vwx300, vwx400) 17.13/7.21 new_esEs26(vwx171, vwx181, ty_Double) -> new_esEs13(vwx171, vwx181) 17.13/7.21 new_esEs9(vwx30, vwx40) -> new_primEqInt(vwx30, vwx40) 17.13/7.21 new_compare26(vwx170, vwx180, True, ea, eb) -> EQ 17.13/7.21 new_esEs21(vwx301, vwx401, ty_Bool) -> new_esEs15(vwx301, vwx401) 17.13/7.21 new_ltEs5(Just(vwx170), Just(vwx180), ty_Integer) -> new_ltEs15(vwx170, vwx180) 17.13/7.21 new_esEs6(Left(vwx300), Left(vwx400), app(ty_[], bha), bgb) -> new_esEs10(vwx300, vwx400, bha) 17.13/7.21 new_esEs24(vwx301, vwx401, ty_Ordering) -> new_esEs8(vwx301, vwx401) 17.13/7.21 new_lt18(vwx171, vwx181, ty_Bool) -> new_lt14(vwx171, vwx181) 17.13/7.21 new_esEs18(@0, @0) -> True 17.13/7.21 new_primCmpInt(Neg(Succ(vwx1700)), Neg(vwx180)) -> new_primCmpNat0(vwx180, Succ(vwx1700)) 17.13/7.21 new_ltEs5(Just(vwx170), Just(vwx180), app(ty_Maybe, cd)) -> new_ltEs5(vwx170, vwx180, cd) 17.13/7.21 new_ltEs7(Left(vwx170), Left(vwx180), ty_Double, gb) -> new_ltEs8(vwx170, vwx180) 17.13/7.21 new_ltEs5(Just(vwx170), Just(vwx180), ty_Double) -> new_ltEs8(vwx170, vwx180) 17.13/7.21 new_primMulNat0(Succ(vwx30100), Succ(vwx40000)) -> new_primPlusNat1(new_primMulNat0(vwx30100, Succ(vwx40000)), vwx40000) 17.13/7.21 new_esEs22(vwx300, vwx400, ty_Float) -> new_esEs17(vwx300, vwx400) 17.13/7.21 new_ltEs13(GT, GT) -> True 17.13/7.21 new_ltEs18(vwx172, vwx182, ty_Char) -> new_ltEs10(vwx172, vwx182) 17.13/7.21 new_lt18(vwx171, vwx181, app(app(ty_@2, bcc), bcd)) -> new_lt12(vwx171, vwx181, bcc, bcd) 17.13/7.21 new_ltEs4(False, True) -> True 17.13/7.21 new_lt20(vwx170, vwx180, ty_Ordering) -> new_lt10(vwx170, vwx180) 17.13/7.21 new_ltEs7(Right(vwx170), Right(vwx180), hc, ty_Float) -> new_ltEs6(vwx170, vwx180) 17.13/7.21 new_esEs25(vwx300, vwx400, app(app(ty_@2, chd), che)) -> new_esEs5(vwx300, vwx400, chd, che) 17.13/7.21 new_esEs11(vwx300, vwx400, app(app(app(ty_@3, bed), bee), bef)) -> new_esEs7(vwx300, vwx400, bed, bee, bef) 17.13/7.21 new_esEs24(vwx301, vwx401, app(ty_Ratio, cgd)) -> new_esEs16(vwx301, vwx401, cgd) 17.13/7.21 new_ltEs7(Left(vwx170), Left(vwx180), ty_Integer, gb) -> new_ltEs15(vwx170, vwx180) 17.13/7.21 new_compare12(vwx170, vwx180, ty_Float) -> new_compare9(vwx170, vwx180) 17.13/7.21 new_compare12(vwx170, vwx180, ty_Char) -> new_compare7(vwx170, vwx180) 17.13/7.21 new_compare26(vwx170, vwx180, False, ea, eb) -> new_compare110(vwx170, vwx180, new_ltEs7(vwx170, vwx180, ea, eb), ea, eb) 17.13/7.21 new_esEs15(False, False) -> True 17.13/7.21 new_ltEs17(@3(vwx170, vwx171, vwx172), @3(vwx180, vwx181, vwx182), bbh, baf, bag) -> new_pePe(new_lt17(vwx170, vwx180, bbh), new_asAs(new_esEs27(vwx170, vwx180, bbh), new_pePe(new_lt18(vwx171, vwx181, baf), new_asAs(new_esEs26(vwx171, vwx181, baf), new_ltEs18(vwx172, vwx182, bag))))) 17.13/7.21 new_compare12(vwx170, vwx180, ty_Double) -> new_compare5(vwx170, vwx180) 17.13/7.21 new_primEqInt(Pos(Succ(vwx3000)), Pos(Zero)) -> False 17.13/7.21 new_primEqInt(Pos(Zero), Pos(Succ(vwx4000))) -> False 17.13/7.21 new_esEs8(GT, GT) -> True 17.13/7.21 new_ltEs18(vwx172, vwx182, ty_Float) -> new_ltEs6(vwx172, vwx182) 17.13/7.21 new_ltEs19(vwx171, vwx181, app(ty_[], eg)) -> new_ltEs11(vwx171, vwx181, eg) 17.13/7.21 new_ltEs13(EQ, GT) -> True 17.13/7.21 new_esEs28(vwx170, vwx180, ty_@0) -> new_esEs18(vwx170, vwx180) 17.13/7.21 new_lt20(vwx170, vwx180, app(ty_[], de)) -> new_lt13(vwx170, vwx180, de) 17.13/7.21 new_ltEs19(vwx171, vwx181, ty_Int) -> new_ltEs12(vwx171, vwx181) 17.13/7.21 new_ltEs13(EQ, EQ) -> True 17.13/7.21 new_esEs8(EQ, EQ) -> True 17.13/7.21 new_esEs22(vwx300, vwx400, app(ty_Maybe, cdf)) -> new_esEs4(vwx300, vwx400, cdf) 17.13/7.21 new_lt17(vwx170, vwx180, app(app(app(ty_@3, bbe), bbf), bbg)) -> new_lt19(vwx170, vwx180, bbe, bbf, bbg) 17.13/7.21 new_lt20(vwx170, vwx180, app(app(ty_Either, ea), eb)) -> new_lt6(vwx170, vwx180, ea, eb) 17.13/7.21 new_primEqNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat0(vwx3000, vwx4000) 17.13/7.21 new_esEs26(vwx171, vwx181, ty_Integer) -> new_esEs14(vwx171, vwx181) 17.13/7.21 new_esEs21(vwx301, vwx401, ty_Double) -> new_esEs13(vwx301, vwx401) 17.13/7.21 new_ltEs7(Right(vwx170), Right(vwx180), hc, ty_Int) -> new_ltEs12(vwx170, vwx180) 17.13/7.21 new_ltEs7(Left(vwx170), Left(vwx180), ty_@0, gb) -> new_ltEs9(vwx170, vwx180) 17.13/7.21 new_not(True) -> False 17.13/7.21 new_esEs6(Right(vwx300), Right(vwx400), bhb, app(ty_[], cad)) -> new_esEs10(vwx300, vwx400, cad) 17.13/7.21 new_compare18(vwx170, vwx180, ec, ed, ee) -> new_compare28(vwx170, vwx180, new_esEs7(vwx170, vwx180, ec, ed, ee), ec, ed, ee) 17.13/7.21 new_ltEs5(Just(vwx170), Just(vwx180), app(app(app(ty_@3, db), dc), dd)) -> new_ltEs17(vwx170, vwx180, db, dc, dd) 17.13/7.21 new_lt18(vwx171, vwx181, ty_Float) -> new_lt15(vwx171, vwx181) 17.13/7.21 new_primCompAux00(vwx78, LT) -> LT 17.13/7.21 new_primCmpNat0(Zero, Zero) -> EQ 17.13/7.21 new_ltEs18(vwx172, vwx182, ty_Ordering) -> new_ltEs13(vwx172, vwx182) 17.13/7.21 new_esEs4(Just(vwx300), Just(vwx400), ty_Double) -> new_esEs13(vwx300, vwx400) 17.13/7.21 new_compare12(vwx170, vwx180, ty_Integer) -> new_compare15(vwx170, vwx180) 17.13/7.21 new_ltEs5(Just(vwx170), Just(vwx180), ty_Bool) -> new_ltEs4(vwx170, vwx180) 17.13/7.21 new_compare14(:%(vwx170, vwx171), :%(vwx180, vwx181), ty_Integer) -> new_compare15(new_sr0(vwx170, vwx181), new_sr0(vwx180, vwx171)) 17.13/7.21 new_lt20(vwx170, vwx180, ty_Bool) -> new_lt14(vwx170, vwx180) 17.13/7.21 new_esEs11(vwx300, vwx400, app(ty_Maybe, bfb)) -> new_esEs4(vwx300, vwx400, bfb) 17.13/7.21 new_ltEs10(vwx17, vwx18) -> new_not(new_esEs8(new_compare7(vwx17, vwx18), GT)) 17.13/7.21 new_esEs4(Just(vwx300), Just(vwx400), app(app(ty_@2, dbc), dbd)) -> new_esEs5(vwx300, vwx400, dbc, dbd) 17.13/7.21 new_esEs25(vwx300, vwx400, app(app(app(ty_@3, cha), chb), chc)) -> new_esEs7(vwx300, vwx400, cha, chb, chc) 17.13/7.21 new_compare24(vwx170, vwx180, False) -> new_compare111(vwx170, vwx180, new_ltEs4(vwx170, vwx180)) 17.13/7.21 new_ltEs7(Right(vwx170), Right(vwx180), hc, ty_Char) -> new_ltEs10(vwx170, vwx180) 17.13/7.21 new_primEqNat0(Succ(vwx3000), Zero) -> False 17.13/7.21 new_primEqNat0(Zero, Succ(vwx4000)) -> False 17.13/7.21 new_lt17(vwx170, vwx180, ty_Integer) -> new_lt11(vwx170, vwx180) 17.13/7.21 new_compare112(vwx170, vwx180, False) -> GT 17.13/7.21 new_esEs25(vwx300, vwx400, app(ty_Ratio, chf)) -> new_esEs16(vwx300, vwx400, chf) 17.13/7.21 new_ltEs7(Left(vwx170), Left(vwx180), ty_Bool, gb) -> new_ltEs4(vwx170, vwx180) 17.13/7.21 new_esEs23(vwx302, vwx402, ty_@0) -> new_esEs18(vwx302, vwx402) 17.13/7.21 new_esEs25(vwx300, vwx400, ty_Bool) -> new_esEs15(vwx300, vwx400) 17.13/7.21 new_esEs23(vwx302, vwx402, ty_Int) -> new_esEs9(vwx302, vwx402) 17.13/7.21 new_ltEs18(vwx172, vwx182, app(ty_[], bdb)) -> new_ltEs11(vwx172, vwx182, bdb) 17.13/7.21 new_esEs26(vwx171, vwx181, ty_Float) -> new_esEs17(vwx171, vwx181) 17.13/7.21 new_primCompAux00(vwx78, GT) -> GT 17.13/7.21 new_lt20(vwx170, vwx180, app(app(ty_@2, dg), dh)) -> new_lt12(vwx170, vwx180, dg, dh) 17.13/7.21 new_ltEs8(vwx17, vwx18) -> new_not(new_esEs8(new_compare5(vwx17, vwx18), GT)) 17.13/7.21 new_esEs25(vwx300, vwx400, ty_Double) -> new_esEs13(vwx300, vwx400) 17.13/7.21 new_esEs4(Just(vwx300), Just(vwx400), app(app(app(ty_@3, dah), dba), dbb)) -> new_esEs7(vwx300, vwx400, dah, dba, dbb) 17.13/7.21 new_compare5(Double(vwx170, Pos(vwx1710)), Double(vwx180, Neg(vwx1810))) -> new_compare10(new_sr(vwx170, Pos(vwx1810)), new_sr(Neg(vwx1710), vwx180)) 17.13/7.21 new_compare5(Double(vwx170, Neg(vwx1710)), Double(vwx180, Pos(vwx1810))) -> new_compare10(new_sr(vwx170, Neg(vwx1810)), new_sr(Pos(vwx1710), vwx180)) 17.13/7.21 new_lt18(vwx171, vwx181, ty_Integer) -> new_lt11(vwx171, vwx181) 17.13/7.21 new_lt18(vwx171, vwx181, app(app(app(ty_@3, bcg), bch), bda)) -> new_lt19(vwx171, vwx181, bcg, bch, bda) 17.13/7.21 new_primCmpInt(Pos(Succ(vwx1700)), Neg(vwx180)) -> GT 17.13/7.21 new_esEs6(Left(vwx300), Left(vwx400), ty_Bool, bgb) -> new_esEs15(vwx300, vwx400) 17.13/7.21 new_ltEs18(vwx172, vwx182, app(app(app(ty_@3, bdh), bea), beb)) -> new_ltEs17(vwx172, vwx182, bdh, bea, beb) 17.13/7.21 new_lt20(vwx170, vwx180, app(ty_Maybe, cb)) -> new_lt8(vwx170, vwx180, cb) 17.13/7.21 new_compare110(vwx170, vwx180, True, ea, eb) -> LT 17.13/7.21 new_esEs24(vwx301, vwx401, ty_@0) -> new_esEs18(vwx301, vwx401) 17.13/7.21 new_lt18(vwx171, vwx181, app(app(ty_Either, bce), bcf)) -> new_lt6(vwx171, vwx181, bce, bcf) 17.13/7.21 new_esEs6(Left(vwx300), Left(vwx400), ty_Integer, bgb) -> new_esEs14(vwx300, vwx400) 17.13/7.21 new_esEs6(Left(vwx300), Left(vwx400), ty_Double, bgb) -> new_esEs13(vwx300, vwx400) 17.13/7.21 new_lt18(vwx171, vwx181, app(ty_[], bca)) -> new_lt13(vwx171, vwx181, bca) 17.13/7.21 new_esEs6(Right(vwx300), Right(vwx400), bhb, ty_Float) -> new_esEs17(vwx300, vwx400) 17.13/7.21 new_primCmpNat0(Zero, Succ(vwx1800)) -> LT 17.13/7.21 new_lt6(vwx170, vwx180, ea, eb) -> new_esEs8(new_compare11(vwx170, vwx180, ea, eb), LT) 17.13/7.21 new_esEs26(vwx171, vwx181, app(app(app(ty_@3, bcg), bch), bda)) -> new_esEs7(vwx171, vwx181, bcg, bch, bda) 17.13/7.21 new_esEs21(vwx301, vwx401, app(app(ty_@2, cca), ccb)) -> new_esEs5(vwx301, vwx401, cca, ccb) 17.13/7.21 new_ltEs13(LT, GT) -> True 17.13/7.21 new_esEs28(vwx170, vwx180, ty_Char) -> new_esEs12(vwx170, vwx180) 17.13/7.21 new_ltEs5(Just(vwx170), Just(vwx180), ty_@0) -> new_ltEs9(vwx170, vwx180) 17.13/7.21 new_primCmpNat0(Succ(vwx1700), Zero) -> GT 17.13/7.21 new_esEs6(Right(vwx300), Right(vwx400), bhb, ty_@0) -> new_esEs18(vwx300, vwx400) 17.13/7.21 new_pePe(False, vwx73) -> vwx73 17.13/7.21 new_lt9(vwx170, vwx180, cae) -> new_esEs8(new_compare14(vwx170, vwx180, cae), LT) 17.13/7.21 new_ltEs19(vwx171, vwx181, app(app(ty_Either, fc), fd)) -> new_ltEs7(vwx171, vwx181, fc, fd) 17.13/7.21 new_esEs4(Just(vwx300), Just(vwx400), ty_Float) -> new_esEs17(vwx300, vwx400) 17.13/7.21 new_esEs27(vwx170, vwx180, ty_Double) -> new_esEs13(vwx170, vwx180) 17.13/7.21 new_ltEs11(vwx17, vwx18, h) -> new_not(new_esEs8(new_compare(vwx17, vwx18, h), GT)) 17.13/7.21 new_lt17(vwx170, vwx180, ty_@0) -> new_lt16(vwx170, vwx180) 17.13/7.21 new_esEs11(vwx300, vwx400, ty_Int) -> new_esEs9(vwx300, vwx400) 17.13/7.21 new_esEs25(vwx300, vwx400, ty_Integer) -> new_esEs14(vwx300, vwx400) 17.13/7.21 new_esEs4(Just(vwx300), Just(vwx400), ty_Ordering) -> new_esEs8(vwx300, vwx400) 17.13/7.21 new_esEs23(vwx302, vwx402, ty_Float) -> new_esEs17(vwx302, vwx402) 17.13/7.21 new_compare114(vwx170, vwx180, True, dg, dh) -> LT 17.13/7.21 new_esEs22(vwx300, vwx400, app(app(ty_Either, cdg), cdh)) -> new_esEs6(vwx300, vwx400, cdg, cdh) 17.13/7.21 new_ltEs18(vwx172, vwx182, ty_@0) -> new_ltEs9(vwx172, vwx182) 17.13/7.21 new_ltEs18(vwx172, vwx182, ty_Double) -> new_ltEs8(vwx172, vwx182) 17.13/7.21 new_ltEs6(vwx17, vwx18) -> new_not(new_esEs8(new_compare9(vwx17, vwx18), GT)) 17.13/7.21 new_esEs26(vwx171, vwx181, app(app(ty_@2, bcc), bcd)) -> new_esEs5(vwx171, vwx181, bcc, bcd) 17.13/7.21 new_esEs4(Just(vwx300), Just(vwx400), app(ty_Ratio, dbe)) -> new_esEs16(vwx300, vwx400, dbe) 17.13/7.21 new_esEs6(Left(vwx300), Left(vwx400), ty_Float, bgb) -> new_esEs17(vwx300, vwx400) 17.13/7.21 new_ltEs16(@2(vwx170, vwx171), @2(vwx180, vwx181), ef, df) -> new_pePe(new_lt20(vwx170, vwx180, ef), new_asAs(new_esEs28(vwx170, vwx180, ef), new_ltEs19(vwx171, vwx181, df))) 17.13/7.21 new_esEs21(vwx301, vwx401, app(ty_Ratio, ccc)) -> new_esEs16(vwx301, vwx401, ccc) 17.13/7.21 new_lt20(vwx170, vwx180, ty_Integer) -> new_lt11(vwx170, vwx180) 17.13/7.21 new_esEs6(Left(vwx300), Left(vwx400), ty_Ordering, bgb) -> new_esEs8(vwx300, vwx400) 17.13/7.21 new_compare27(vwx170, vwx180, False) -> new_compare112(vwx170, vwx180, new_ltEs13(vwx170, vwx180)) 17.13/7.21 new_ltEs5(Just(vwx170), Just(vwx180), app(ty_Ratio, cbb)) -> new_ltEs14(vwx170, vwx180, cbb) 17.13/7.21 new_esEs8(LT, EQ) -> False 17.13/7.21 new_esEs8(EQ, LT) -> False 17.13/7.21 new_esEs27(vwx170, vwx180, ty_Integer) -> new_esEs14(vwx170, vwx180) 17.13/7.21 new_primEqInt(Pos(Zero), Neg(Succ(vwx4000))) -> False 17.13/7.21 new_primEqInt(Neg(Zero), Pos(Succ(vwx4000))) -> False 17.13/7.21 new_esEs23(vwx302, vwx402, app(ty_Maybe, cfc)) -> new_esEs4(vwx302, vwx402, cfc) 17.13/7.21 new_compare17(vwx170, vwx180, dg, dh) -> new_compare29(vwx170, vwx180, new_esEs5(vwx170, vwx180, dg, dh), dg, dh) 17.13/7.21 new_compare19(vwx170, vwx180, True, cb) -> LT 17.13/7.21 new_esEs13(Double(vwx300, vwx301), Double(vwx400, vwx401)) -> new_esEs9(new_sr(vwx300, vwx401), new_sr(vwx301, vwx400)) 17.13/7.21 new_esEs21(vwx301, vwx401, ty_Ordering) -> new_esEs8(vwx301, vwx401) 17.13/7.21 new_compare12(vwx170, vwx180, app(app(ty_@2, bc), bd)) -> new_compare17(vwx170, vwx180, bc, bd) 17.13/7.21 new_compare12(vwx170, vwx180, app(ty_[], ba)) -> new_compare(vwx170, vwx180, ba) 17.13/7.21 new_esEs26(vwx171, vwx181, ty_Char) -> new_esEs12(vwx171, vwx181) 17.13/7.21 new_esEs15(True, True) -> True 17.13/7.21 new_esEs6(Right(vwx300), Right(vwx400), bhb, app(ty_Ratio, bhh)) -> new_esEs16(vwx300, vwx400, bhh) 17.13/7.21 new_esEs22(vwx300, vwx400, app(ty_[], cea)) -> new_esEs10(vwx300, vwx400, cea) 17.13/7.21 new_lt17(vwx170, vwx180, app(app(ty_Either, bbc), bbd)) -> new_lt6(vwx170, vwx180, bbc, bbd) 17.13/7.21 new_primEqInt(Neg(Succ(vwx3000)), Neg(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 17.13/7.21 new_esEs25(vwx300, vwx400, ty_Ordering) -> new_esEs8(vwx300, vwx400) 17.13/7.21 new_esEs6(Right(vwx300), Right(vwx400), bhb, app(app(ty_@2, bhf), bhg)) -> new_esEs5(vwx300, vwx400, bhf, bhg) 17.13/7.21 new_esEs21(vwx301, vwx401, ty_Float) -> new_esEs17(vwx301, vwx401) 17.13/7.21 new_primCmpInt(Neg(Zero), Pos(Succ(vwx1800))) -> LT 17.13/7.21 new_ltEs5(Just(vwx170), Nothing, cba) -> False 17.13/7.21 new_compare114(vwx170, vwx180, False, dg, dh) -> GT 17.13/7.21 new_ltEs5(Nothing, Nothing, cba) -> True 17.13/7.21 new_primMulInt(Pos(vwx3010), Pos(vwx4000)) -> Pos(new_primMulNat0(vwx3010, vwx4000)) 17.13/7.21 new_ltEs7(Right(vwx170), Right(vwx180), hc, app(app(ty_Either, hh), baa)) -> new_ltEs7(vwx170, vwx180, hh, baa) 17.13/7.21 new_esEs24(vwx301, vwx401, app(app(ty_Either, cgf), cgg)) -> new_esEs6(vwx301, vwx401, cgf, cgg) 17.13/7.21 new_lt18(vwx171, vwx181, app(ty_Maybe, bcb)) -> new_lt8(vwx171, vwx181, bcb) 17.13/7.21 new_esEs6(Left(vwx300), Left(vwx400), app(app(ty_Either, bgg), bgh), bgb) -> new_esEs6(vwx300, vwx400, bgg, bgh) 17.13/7.21 new_ltEs7(Left(vwx170), Left(vwx180), ty_Char, gb) -> new_ltEs10(vwx170, vwx180) 17.13/7.21 new_esEs22(vwx300, vwx400, app(app(app(ty_@3, cch), cda), cdb)) -> new_esEs7(vwx300, vwx400, cch, cda, cdb) 17.13/7.21 new_ltEs9(vwx17, vwx18) -> new_not(new_esEs8(new_compare6(vwx17, vwx18), GT)) 17.13/7.21 new_primMulNat0(Succ(vwx30100), Zero) -> Zero 17.13/7.21 new_primMulNat0(Zero, Succ(vwx40000)) -> Zero 17.13/7.21 new_lt11(vwx170, vwx180) -> new_esEs8(new_compare15(vwx170, vwx180), LT) 17.13/7.21 new_esEs26(vwx171, vwx181, ty_Bool) -> new_esEs15(vwx171, vwx181) 17.13/7.21 new_esEs24(vwx301, vwx401, ty_Char) -> new_esEs12(vwx301, vwx401) 17.13/7.21 new_ltEs18(vwx172, vwx182, ty_Integer) -> new_ltEs15(vwx172, vwx182) 17.13/7.21 new_esEs11(vwx300, vwx400, app(app(ty_@2, beg), beh)) -> new_esEs5(vwx300, vwx400, beg, beh) 17.13/7.21 new_compare12(vwx170, vwx180, app(ty_Maybe, bb)) -> new_compare16(vwx170, vwx180, bb) 17.13/7.21 new_primPlusNat1(Succ(vwx530), vwx40000) -> Succ(Succ(new_primPlusNat0(vwx530, vwx40000))) 17.13/7.21 new_esEs11(vwx300, vwx400, ty_Float) -> new_esEs17(vwx300, vwx400) 17.13/7.21 new_primPlusNat0(Succ(vwx5300), Zero) -> Succ(vwx5300) 17.13/7.21 new_primPlusNat0(Zero, Succ(vwx400000)) -> Succ(vwx400000) 17.13/7.21 new_primPlusNat1(Zero, vwx40000) -> Succ(vwx40000) 17.13/7.21 new_esEs22(vwx300, vwx400, ty_Int) -> new_esEs9(vwx300, vwx400) 17.13/7.21 new_esEs27(vwx170, vwx180, ty_Bool) -> new_esEs15(vwx170, vwx180) 17.13/7.21 new_compare12(vwx170, vwx180, app(app(app(ty_@3, bg), bh), ca)) -> new_compare18(vwx170, vwx180, bg, bh, ca) 17.13/7.21 new_esEs24(vwx301, vwx401, app(ty_[], cgh)) -> new_esEs10(vwx301, vwx401, cgh) 17.13/7.21 new_esEs6(Right(vwx300), Right(vwx400), bhb, app(app(app(ty_@3, bhc), bhd), bhe)) -> new_esEs7(vwx300, vwx400, bhc, bhd, bhe) 17.13/7.21 new_esEs22(vwx300, vwx400, ty_@0) -> new_esEs18(vwx300, vwx400) 17.13/7.21 new_esEs8(LT, LT) -> True 17.13/7.21 new_compare12(vwx170, vwx180, ty_Int) -> new_compare10(vwx170, vwx180) 17.13/7.21 new_compare111(vwx170, vwx180, True) -> LT 17.13/7.21 new_compare9(Float(vwx170, Pos(vwx1710)), Float(vwx180, Neg(vwx1810))) -> new_compare10(new_sr(vwx170, Pos(vwx1810)), new_sr(Neg(vwx1710), vwx180)) 17.13/7.21 new_compare9(Float(vwx170, Neg(vwx1710)), Float(vwx180, Pos(vwx1810))) -> new_compare10(new_sr(vwx170, Neg(vwx1810)), new_sr(Pos(vwx1710), vwx180)) 17.13/7.21 new_esEs6(Left(vwx300), Left(vwx400), ty_Char, bgb) -> new_esEs12(vwx300, vwx400) 17.13/7.21 new_ltEs13(GT, LT) -> False 17.13/7.21 new_esEs28(vwx170, vwx180, ty_Bool) -> new_esEs15(vwx170, vwx180) 17.13/7.21 new_esEs24(vwx301, vwx401, app(app(app(ty_@3, cfg), cfh), cga)) -> new_esEs7(vwx301, vwx401, cfg, cfh, cga) 17.13/7.21 new_lt17(vwx170, vwx180, ty_Float) -> new_lt15(vwx170, vwx180) 17.13/7.21 new_esEs5(@2(vwx300, vwx301), @2(vwx400, vwx401), cbd, cbe) -> new_asAs(new_esEs22(vwx300, vwx400, cbd), new_esEs21(vwx301, vwx401, cbe)) 17.13/7.21 new_esEs11(vwx300, vwx400, app(app(ty_Either, bfc), bfd)) -> new_esEs6(vwx300, vwx400, bfc, bfd) 17.13/7.21 new_esEs23(vwx302, vwx402, app(app(ty_@2, ceh), cfa)) -> new_esEs5(vwx302, vwx402, ceh, cfa) 17.13/7.21 new_ltEs19(vwx171, vwx181, ty_Float) -> new_ltEs6(vwx171, vwx181) 17.13/7.21 new_esEs6(Left(vwx300), Left(vwx400), app(app(ty_@2, bgc), bgd), bgb) -> new_esEs5(vwx300, vwx400, bgc, bgd) 17.13/7.21 new_ltEs5(Just(vwx170), Just(vwx180), app(app(ty_@2, ce), cf)) -> new_ltEs16(vwx170, vwx180, ce, cf) 17.13/7.21 new_esEs11(vwx300, vwx400, ty_Ordering) -> new_esEs8(vwx300, vwx400) 17.13/7.21 new_esEs11(vwx300, vwx400, app(ty_Ratio, bfa)) -> new_esEs16(vwx300, vwx400, bfa) 17.13/7.21 new_esEs23(vwx302, vwx402, app(app(app(ty_@3, cee), cef), ceg)) -> new_esEs7(vwx302, vwx402, cee, cef, ceg) 17.13/7.21 new_lt16(vwx170, vwx180) -> new_esEs8(new_compare6(vwx170, vwx180), LT) 17.13/7.21 new_esEs21(vwx301, vwx401, app(ty_Maybe, ccd)) -> new_esEs4(vwx301, vwx401, ccd) 17.13/7.21 new_ltEs7(Left(vwx170), Left(vwx180), ty_Ordering, gb) -> new_ltEs13(vwx170, vwx180) 17.13/7.21 new_esEs28(vwx170, vwx180, ty_Integer) -> new_esEs14(vwx170, vwx180) 17.13/7.21 new_primMulInt(Neg(vwx3010), Neg(vwx4000)) -> Pos(new_primMulNat0(vwx3010, vwx4000)) 17.13/7.21 new_primCmpInt(Pos(Zero), Pos(Succ(vwx1800))) -> new_primCmpNat0(Zero, Succ(vwx1800)) 17.13/7.21 new_compare25(vwx170, vwx180, True, cb) -> EQ 17.13/7.21 new_esEs11(vwx300, vwx400, app(ty_[], bfe)) -> new_esEs10(vwx300, vwx400, bfe) 17.13/7.21 new_esEs25(vwx300, vwx400, ty_Char) -> new_esEs12(vwx300, vwx400) 17.13/7.21 new_compare12(vwx170, vwx180, ty_@0) -> new_compare6(vwx170, vwx180) 17.13/7.21 new_compare([], :(vwx180, vwx181), h) -> LT 17.13/7.21 new_ltEs7(Right(vwx170), Right(vwx180), hc, app(ty_[], hd)) -> new_ltEs11(vwx170, vwx180, hd) 17.13/7.21 new_ltEs13(GT, EQ) -> False 17.13/7.21 new_esEs23(vwx302, vwx402, app(ty_Ratio, cfb)) -> new_esEs16(vwx302, vwx402, cfb) 17.13/7.21 new_compare14(:%(vwx170, vwx171), :%(vwx180, vwx181), ty_Int) -> new_compare10(new_sr(vwx170, vwx181), new_sr(vwx180, vwx171)) 17.13/7.21 new_esEs24(vwx301, vwx401, app(app(ty_@2, cgb), cgc)) -> new_esEs5(vwx301, vwx401, cgb, cgc) 17.13/7.21 new_esEs21(vwx301, vwx401, ty_Int) -> new_esEs9(vwx301, vwx401) 17.13/7.21 new_ltEs19(vwx171, vwx181, ty_Double) -> new_ltEs8(vwx171, vwx181) 17.13/7.21 new_esEs4(Just(vwx300), Just(vwx400), ty_@0) -> new_esEs18(vwx300, vwx400) 17.13/7.21 new_esEs4(Just(vwx300), Just(vwx400), app(ty_Maybe, dbf)) -> new_esEs4(vwx300, vwx400, dbf) 17.13/7.21 new_esEs23(vwx302, vwx402, ty_Ordering) -> new_esEs8(vwx302, vwx402) 17.13/7.21 new_esEs23(vwx302, vwx402, app(ty_[], cff)) -> new_esEs10(vwx302, vwx402, cff) 17.13/7.21 new_esEs7(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), ceb, cec, ced) -> new_asAs(new_esEs25(vwx300, vwx400, ceb), new_asAs(new_esEs24(vwx301, vwx401, cec), new_esEs23(vwx302, vwx402, ced))) 17.13/7.21 new_ltEs7(Right(vwx170), Right(vwx180), hc, app(ty_Maybe, he)) -> new_ltEs5(vwx170, vwx180, he) 17.13/7.21 new_esEs21(vwx301, vwx401, ty_@0) -> new_esEs18(vwx301, vwx401) 17.13/7.21 new_ltEs5(Nothing, Just(vwx180), cba) -> True 17.13/7.21 new_esEs23(vwx302, vwx402, app(app(ty_Either, cfd), cfe)) -> new_esEs6(vwx302, vwx402, cfd, cfe) 17.13/7.21 new_lt18(vwx171, vwx181, ty_Ordering) -> new_lt10(vwx171, vwx181) 17.13/7.21 new_ltEs7(Left(vwx170), Left(vwx180), app(app(app(ty_@3, gh), ha), hb), gb) -> new_ltEs17(vwx170, vwx180, gh, ha, hb) 17.13/7.21 new_compare112(vwx170, vwx180, True) -> LT 17.13/7.21 new_esEs4(Just(vwx300), Just(vwx400), ty_Int) -> new_esEs9(vwx300, vwx400) 17.13/7.21 new_esEs21(vwx301, vwx401, app(app(ty_Either, cce), ccf)) -> new_esEs6(vwx301, vwx401, cce, ccf) 17.13/7.21 new_esEs26(vwx171, vwx181, ty_@0) -> new_esEs18(vwx171, vwx181) 17.13/7.21 new_esEs22(vwx300, vwx400, app(ty_Ratio, cde)) -> new_esEs16(vwx300, vwx400, cde) 17.13/7.21 new_lt8(vwx170, vwx180, cb) -> new_esEs8(new_compare16(vwx170, vwx180, cb), LT) 17.13/7.21 new_ltEs7(Left(vwx170), Right(vwx180), hc, gb) -> True 17.13/7.21 new_esEs27(vwx170, vwx180, app(app(ty_@2, bba), bbb)) -> new_esEs5(vwx170, vwx180, bba, bbb) 17.13/7.21 new_primMulInt(Pos(vwx3010), Neg(vwx4000)) -> Neg(new_primMulNat0(vwx3010, vwx4000)) 17.13/7.21 new_primMulInt(Neg(vwx3010), Pos(vwx4000)) -> Neg(new_primMulNat0(vwx3010, vwx4000)) 17.13/7.21 new_esEs12(Char(vwx300), Char(vwx400)) -> new_primEqNat0(vwx300, vwx400) 17.13/7.21 new_esEs22(vwx300, vwx400, ty_Ordering) -> new_esEs8(vwx300, vwx400) 17.13/7.21 new_ltEs19(vwx171, vwx181, ty_Integer) -> new_ltEs15(vwx171, vwx181) 17.13/7.21 new_esEs28(vwx170, vwx180, ty_Double) -> new_esEs13(vwx170, vwx180) 17.13/7.21 new_esEs24(vwx301, vwx401, app(ty_Maybe, cge)) -> new_esEs4(vwx301, vwx401, cge) 17.13/7.21 new_compare28(vwx170, vwx180, False, ec, ed, ee) -> new_compare113(vwx170, vwx180, new_ltEs17(vwx170, vwx180, ec, ed, ee), ec, ed, ee) 17.13/7.21 new_esEs6(Right(vwx300), Right(vwx400), bhb, app(app(ty_Either, cab), cac)) -> new_esEs6(vwx300, vwx400, cab, cac) 17.13/7.21 new_compare15(Integer(vwx170), Integer(vwx180)) -> new_primCmpInt(vwx170, vwx180) 17.13/7.21 new_esEs27(vwx170, vwx180, ty_Char) -> new_esEs12(vwx170, vwx180) 17.13/7.21 new_lt10(vwx170, vwx180) -> new_esEs8(new_compare13(vwx170, vwx180), LT) 17.13/7.21 new_esEs21(vwx301, vwx401, app(ty_[], ccg)) -> new_esEs10(vwx301, vwx401, ccg) 17.13/7.21 new_lt13(vwx170, vwx180, de) -> new_esEs8(new_compare(vwx170, vwx180, de), LT) 17.13/7.21 new_ltEs19(vwx171, vwx181, ty_@0) -> new_ltEs9(vwx171, vwx181) 17.13/7.21 new_esEs24(vwx301, vwx401, ty_Integer) -> new_esEs14(vwx301, vwx401) 17.13/7.21 new_sr0(Integer(vwx1800), Integer(vwx1710)) -> Integer(new_primMulInt(vwx1800, vwx1710)) 17.13/7.21 new_compare8(vwx170, vwx180) -> new_compare24(vwx170, vwx180, new_esEs15(vwx170, vwx180)) 17.13/7.21 new_lt18(vwx171, vwx181, ty_@0) -> new_lt16(vwx171, vwx181) 17.13/7.21 new_esEs4(Just(vwx300), Just(vwx400), app(app(ty_Either, dbg), dbh)) -> new_esEs6(vwx300, vwx400, dbg, dbh) 17.13/7.21 new_ltEs5(Just(vwx170), Just(vwx180), ty_Int) -> new_ltEs12(vwx170, vwx180) 17.13/7.21 new_esEs10(:(vwx300, vwx301), :(vwx400, vwx401), bec) -> new_asAs(new_esEs11(vwx300, vwx400, bec), new_esEs10(vwx301, vwx401, bec)) 17.13/7.21 new_lt17(vwx170, vwx180, app(ty_Maybe, bah)) -> new_lt8(vwx170, vwx180, bah) 17.13/7.21 new_lt18(vwx171, vwx181, ty_Double) -> new_lt4(vwx171, vwx181) 17.13/7.21 new_esEs28(vwx170, vwx180, app(app(app(ty_@3, ec), ed), ee)) -> new_esEs7(vwx170, vwx180, ec, ed, ee) 17.13/7.21 new_esEs20(vwx300, vwx400, ty_Int) -> new_esEs9(vwx300, vwx400) 17.13/7.21 new_compare25(vwx170, vwx180, False, cb) -> new_compare19(vwx170, vwx180, new_ltEs5(vwx170, vwx180, cb), cb) 17.13/7.21 new_ltEs19(vwx171, vwx181, app(ty_Maybe, eh)) -> new_ltEs5(vwx171, vwx181, eh) 17.13/7.21 new_esEs25(vwx300, vwx400, ty_Int) -> new_esEs9(vwx300, vwx400) 17.13/7.21 new_asAs(True, vwx45) -> vwx45 17.13/7.21 new_compare113(vwx170, vwx180, True, ec, ed, ee) -> LT 17.13/7.21 new_lt17(vwx170, vwx180, ty_Ordering) -> new_lt10(vwx170, vwx180) 17.13/7.21 new_compare13(vwx170, vwx180) -> new_compare27(vwx170, vwx180, new_esEs8(vwx170, vwx180)) 17.13/7.21 new_lt12(vwx170, vwx180, dg, dh) -> new_esEs8(new_compare17(vwx170, vwx180, dg, dh), LT) 17.13/7.21 new_lt18(vwx171, vwx181, ty_Char) -> new_lt5(vwx171, vwx181) 17.13/7.21 new_esEs6(Left(vwx300), Right(vwx400), bhb, bgb) -> False 17.13/7.21 new_esEs6(Right(vwx300), Left(vwx400), bhb, bgb) -> False 17.13/7.21 new_esEs24(vwx301, vwx401, ty_Double) -> new_esEs13(vwx301, vwx401) 17.13/7.21 new_esEs23(vwx302, vwx402, ty_Bool) -> new_esEs15(vwx302, vwx402) 17.13/7.21 new_esEs11(vwx300, vwx400, ty_@0) -> new_esEs18(vwx300, vwx400) 17.13/7.21 new_esEs17(Float(vwx300, vwx301), Float(vwx400, vwx401)) -> new_esEs9(new_sr(vwx300, vwx401), new_sr(vwx301, vwx400)) 17.13/7.21 new_esEs19(vwx301, vwx401, ty_Int) -> new_esEs9(vwx301, vwx401) 17.13/7.21 new_ltEs7(Right(vwx170), Right(vwx180), hc, app(app(app(ty_@3, bab), bac), bad)) -> new_ltEs17(vwx170, vwx180, bab, bac, bad) 17.13/7.21 new_compare9(Float(vwx170, Neg(vwx1710)), Float(vwx180, Neg(vwx1810))) -> new_compare10(new_sr(vwx170, Neg(vwx1810)), new_sr(Neg(vwx1710), vwx180)) 17.13/7.21 new_esEs6(Left(vwx300), Left(vwx400), ty_Int, bgb) -> new_esEs9(vwx300, vwx400) 17.13/7.21 new_esEs10(:(vwx300, vwx301), [], bec) -> False 17.13/7.21 new_esEs10([], :(vwx400, vwx401), bec) -> False 17.13/7.21 new_primCmpInt(Pos(Succ(vwx1700)), Pos(vwx180)) -> new_primCmpNat0(Succ(vwx1700), vwx180) 17.13/7.21 new_ltEs19(vwx171, vwx181, app(app(app(ty_@3, ff), fg), fh)) -> new_ltEs17(vwx171, vwx181, ff, fg, fh) 17.13/7.21 new_primCompAux00(vwx78, EQ) -> vwx78 17.13/7.21 new_ltEs7(Left(vwx170), Left(vwx180), ty_Float, gb) -> new_ltEs6(vwx170, vwx180) 17.13/7.21 new_esEs24(vwx301, vwx401, ty_Float) -> new_esEs17(vwx301, vwx401) 17.13/7.21 new_sr(vwx301, vwx400) -> new_primMulInt(vwx301, vwx400) 17.13/7.21 new_primMulNat0(Zero, Zero) -> Zero 17.13/7.21 new_esEs27(vwx170, vwx180, app(ty_Ratio, dac)) -> new_esEs16(vwx170, vwx180, dac) 17.13/7.21 new_ltEs7(Right(vwx170), Right(vwx180), hc, app(ty_Ratio, cag)) -> new_ltEs14(vwx170, vwx180, cag) 17.13/7.21 new_esEs27(vwx170, vwx180, ty_Ordering) -> new_esEs8(vwx170, vwx180) 17.13/7.21 new_ltEs7(Left(vwx170), Left(vwx180), app(ty_Ratio, caf), gb) -> new_ltEs14(vwx170, vwx180, caf) 17.13/7.21 new_esEs23(vwx302, vwx402, ty_Char) -> new_esEs12(vwx302, vwx402) 17.13/7.21 new_esEs6(Left(vwx300), Left(vwx400), app(ty_Maybe, bgf), bgb) -> new_esEs4(vwx300, vwx400, bgf) 17.13/7.21 new_compare111(vwx170, vwx180, False) -> GT 17.13/7.21 new_esEs16(:%(vwx300, vwx301), :%(vwx400, vwx401), cah) -> new_asAs(new_esEs20(vwx300, vwx400, cah), new_esEs19(vwx301, vwx401, cah)) 17.13/7.21 new_esEs22(vwx300, vwx400, app(app(ty_@2, cdc), cdd)) -> new_esEs5(vwx300, vwx400, cdc, cdd) 17.13/7.21 new_esEs26(vwx171, vwx181, app(app(ty_Either, bce), bcf)) -> new_esEs6(vwx171, vwx181, bce, bcf) 17.13/7.21 new_ltEs7(Right(vwx170), Right(vwx180), hc, ty_Integer) -> new_ltEs15(vwx170, vwx180) 17.13/7.21 new_esEs28(vwx170, vwx180, app(ty_Maybe, cb)) -> new_esEs4(vwx170, vwx180, cb) 17.13/7.21 new_lt7(vwx170, vwx180) -> new_esEs8(new_compare10(vwx170, vwx180), LT) 17.13/7.21 new_esEs6(Right(vwx300), Right(vwx400), bhb, ty_Bool) -> new_esEs15(vwx300, vwx400) 17.13/7.21 new_compare28(vwx170, vwx180, True, ec, ed, ee) -> EQ 17.13/7.21 new_esEs4(Nothing, Nothing, dag) -> True 17.13/7.21 new_esEs26(vwx171, vwx181, app(ty_[], bca)) -> new_esEs10(vwx171, vwx181, bca) 17.13/7.21 new_esEs4(Nothing, Just(vwx400), dag) -> False 17.13/7.21 new_esEs4(Just(vwx300), Nothing, dag) -> False 17.13/7.21 new_compare12(vwx170, vwx180, app(ty_Ratio, bff)) -> new_compare14(vwx170, vwx180, bff) 17.13/7.21 new_esEs22(vwx300, vwx400, ty_Char) -> new_esEs12(vwx300, vwx400) 17.13/7.21 new_lt17(vwx170, vwx180, app(ty_[], bae)) -> new_lt13(vwx170, vwx180, bae) 17.13/7.21 new_ltEs13(EQ, LT) -> False 17.13/7.21 new_ltEs7(Right(vwx170), Right(vwx180), hc, ty_@0) -> new_ltEs9(vwx170, vwx180) 17.13/7.21 new_esEs20(vwx300, vwx400, ty_Integer) -> new_esEs14(vwx300, vwx400) 17.13/7.21 new_lt17(vwx170, vwx180, ty_Char) -> new_lt5(vwx170, vwx180) 17.13/7.21 new_compare5(Double(vwx170, Neg(vwx1710)), Double(vwx180, Neg(vwx1810))) -> new_compare10(new_sr(vwx170, Neg(vwx1810)), new_sr(Neg(vwx1710), vwx180)) 17.13/7.21 new_esEs25(vwx300, vwx400, app(ty_[], dab)) -> new_esEs10(vwx300, vwx400, dab) 17.13/7.21 new_esEs4(Just(vwx300), Just(vwx400), app(ty_[], dca)) -> new_esEs10(vwx300, vwx400, dca) 17.13/7.21 new_ltEs7(Left(vwx170), Left(vwx180), ty_Int, gb) -> new_ltEs12(vwx170, vwx180) 17.13/7.21 new_esEs6(Right(vwx300), Right(vwx400), bhb, app(ty_Maybe, caa)) -> new_esEs4(vwx300, vwx400, caa) 17.13/7.21 new_esEs25(vwx300, vwx400, app(app(ty_Either, chh), daa)) -> new_esEs6(vwx300, vwx400, chh, daa) 17.13/7.21 new_ltEs5(Just(vwx170), Just(vwx180), ty_Char) -> new_ltEs10(vwx170, vwx180) 17.13/7.21 new_ltEs19(vwx171, vwx181, app(app(ty_@2, fa), fb)) -> new_ltEs16(vwx171, vwx181, fa, fb) 17.13/7.21 new_compare16(vwx170, vwx180, cb) -> new_compare25(vwx170, vwx180, new_esEs4(vwx170, vwx180, cb), cb) 17.13/7.21 new_esEs24(vwx301, vwx401, ty_Bool) -> new_esEs15(vwx301, vwx401) 17.13/7.21 new_lt5(vwx170, vwx180) -> new_esEs8(new_compare7(vwx170, vwx180), LT) 17.13/7.21 new_primEqInt(Neg(Succ(vwx3000)), Neg(Zero)) -> False 17.13/7.21 new_primEqInt(Neg(Zero), Neg(Succ(vwx4000))) -> False 17.13/7.21 new_ltEs5(Just(vwx170), Just(vwx180), app(ty_[], cc)) -> new_ltEs11(vwx170, vwx180, cc) 17.13/7.21 new_esEs24(vwx301, vwx401, ty_Int) -> new_esEs9(vwx301, vwx401) 17.13/7.21 new_compare([], [], h) -> EQ 17.13/7.21 new_esEs6(Right(vwx300), Right(vwx400), bhb, ty_Double) -> new_esEs13(vwx300, vwx400) 17.13/7.21 new_primEqInt(Pos(Succ(vwx3000)), Pos(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 17.13/7.21 new_ltEs4(True, False) -> False 17.13/7.21 new_ltEs18(vwx172, vwx182, app(ty_Maybe, bdc)) -> new_ltEs5(vwx172, vwx182, bdc) 17.13/7.21 new_lt17(vwx170, vwx180, ty_Double) -> new_lt4(vwx170, vwx180) 17.13/7.21 new_esEs6(Right(vwx300), Right(vwx400), bhb, ty_Ordering) -> new_esEs8(vwx300, vwx400) 17.13/7.21 new_esEs25(vwx300, vwx400, ty_Float) -> new_esEs17(vwx300, vwx400) 17.13/7.21 new_compare19(vwx170, vwx180, False, cb) -> GT 17.13/7.21 new_compare24(vwx170, vwx180, True) -> EQ 17.13/7.21 new_ltEs7(Right(vwx170), Right(vwx180), hc, ty_Double) -> new_ltEs8(vwx170, vwx180) 17.13/7.21 new_compare5(Double(vwx170, Pos(vwx1710)), Double(vwx180, Pos(vwx1810))) -> new_compare10(new_sr(vwx170, Pos(vwx1810)), new_sr(Pos(vwx1710), vwx180)) 17.13/7.21 new_ltEs19(vwx171, vwx181, ty_Ordering) -> new_ltEs13(vwx171, vwx181) 17.13/7.21 new_lt20(vwx170, vwx180, ty_Int) -> new_lt7(vwx170, vwx180) 17.13/7.21 new_primEqInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> False 17.13/7.21 new_primEqInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> False 17.13/7.21 new_esEs26(vwx171, vwx181, ty_Ordering) -> new_esEs8(vwx171, vwx181) 17.13/7.21 new_esEs26(vwx171, vwx181, app(ty_Ratio, dad)) -> new_esEs16(vwx171, vwx181, dad) 17.13/7.21 new_primCmpInt(Neg(Zero), Neg(Succ(vwx1800))) -> new_primCmpNat0(Succ(vwx1800), Zero) 17.13/7.21 new_esEs11(vwx300, vwx400, ty_Char) -> new_esEs12(vwx300, vwx400) 17.13/7.21 new_ltEs7(Right(vwx170), Right(vwx180), hc, ty_Bool) -> new_ltEs4(vwx170, vwx180) 17.13/7.21 new_ltEs5(Just(vwx170), Just(vwx180), ty_Float) -> new_ltEs6(vwx170, vwx180) 17.13/7.21 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 17.13/7.21 new_ltEs4(False, False) -> True 17.13/7.21 new_ltEs18(vwx172, vwx182, ty_Int) -> new_ltEs12(vwx172, vwx182) 17.13/7.21 new_esEs22(vwx300, vwx400, ty_Bool) -> new_esEs15(vwx300, vwx400) 17.13/7.21 new_ltEs15(vwx17, vwx18) -> new_not(new_esEs8(new_compare15(vwx17, vwx18), GT)) 17.13/7.21 new_lt17(vwx170, vwx180, ty_Bool) -> new_lt14(vwx170, vwx180) 17.13/7.21 new_esEs19(vwx301, vwx401, ty_Integer) -> new_esEs14(vwx301, vwx401) 17.13/7.21 new_lt20(vwx170, vwx180, app(ty_Ratio, cae)) -> new_lt9(vwx170, vwx180, cae) 17.13/7.21 new_ltEs14(vwx17, vwx18, cbc) -> new_not(new_esEs8(new_compare14(vwx17, vwx18, cbc), GT)) 17.13/7.21 new_esEs28(vwx170, vwx180, ty_Int) -> new_esEs9(vwx170, vwx180) 17.13/7.21 new_not(False) -> True 17.13/7.21 new_compare12(vwx170, vwx180, ty_Ordering) -> new_compare13(vwx170, vwx180) 17.13/7.21 new_compare9(Float(vwx170, Pos(vwx1710)), Float(vwx180, Pos(vwx1810))) -> new_compare10(new_sr(vwx170, Pos(vwx1810)), new_sr(Pos(vwx1710), vwx180)) 17.13/7.21 new_esEs8(LT, GT) -> False 17.13/7.21 new_esEs8(GT, LT) -> False 17.13/7.21 new_primPlusNat0(Succ(vwx5300), Succ(vwx400000)) -> Succ(Succ(new_primPlusNat0(vwx5300, vwx400000))) 17.13/7.21 new_ltEs13(LT, LT) -> True 17.13/7.21 new_esEs6(Right(vwx300), Right(vwx400), bhb, ty_Integer) -> new_esEs14(vwx300, vwx400) 17.13/7.21 new_esEs27(vwx170, vwx180, ty_@0) -> new_esEs18(vwx170, vwx180) 17.13/7.21 new_esEs27(vwx170, vwx180, app(ty_[], bae)) -> new_esEs10(vwx170, vwx180, bae) 17.13/7.21 new_esEs4(Just(vwx300), Just(vwx400), ty_Integer) -> new_esEs14(vwx300, vwx400) 17.13/7.21 new_esEs23(vwx302, vwx402, ty_Integer) -> new_esEs14(vwx302, vwx402) 17.13/7.21 new_ltEs7(Left(vwx170), Left(vwx180), app(ty_[], ga), gb) -> new_ltEs11(vwx170, vwx180, ga) 17.13/7.21 new_ltEs7(Left(vwx170), Left(vwx180), app(app(ty_@2, gd), ge), gb) -> new_ltEs16(vwx170, vwx180, gd, ge) 17.13/7.21 new_esEs21(vwx301, vwx401, ty_Char) -> new_esEs12(vwx301, vwx401) 17.13/7.21 new_esEs27(vwx170, vwx180, app(app(app(ty_@3, bbe), bbf), bbg)) -> new_esEs7(vwx170, vwx180, bbe, bbf, bbg) 17.13/7.21 new_ltEs18(vwx172, vwx182, app(app(ty_@2, bdd), bde)) -> new_ltEs16(vwx172, vwx182, bdd, bde) 17.13/7.21 new_ltEs19(vwx171, vwx181, ty_Char) -> new_ltEs10(vwx171, vwx181) 17.13/7.21 new_esEs6(Left(vwx300), Left(vwx400), app(ty_Ratio, bge), bgb) -> new_esEs16(vwx300, vwx400, bge) 17.13/7.21 new_ltEs19(vwx171, vwx181, app(ty_Ratio, daf)) -> new_ltEs14(vwx171, vwx181, daf) 17.13/7.21 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 17.13/7.21 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 17.13/7.21 new_lt20(vwx170, vwx180, app(app(app(ty_@3, ec), ed), ee)) -> new_lt19(vwx170, vwx180, ec, ed, ee) 17.13/7.21 new_esEs10([], [], bec) -> True 17.13/7.21 new_compare10(vwx17, vwx18) -> new_primCmpInt(vwx17, vwx18) 17.13/7.21 new_esEs28(vwx170, vwx180, app(app(ty_@2, dg), dh)) -> new_esEs5(vwx170, vwx180, dg, dh) 17.13/7.21 new_lt18(vwx171, vwx181, ty_Int) -> new_lt7(vwx171, vwx181) 17.13/7.21 new_esEs6(Left(vwx300), Left(vwx400), ty_@0, bgb) -> new_esEs18(vwx300, vwx400) 17.13/7.21 new_esEs25(vwx300, vwx400, app(ty_Maybe, chg)) -> new_esEs4(vwx300, vwx400, chg) 17.13/7.21 new_esEs27(vwx170, vwx180, app(app(ty_Either, bbc), bbd)) -> new_esEs6(vwx170, vwx180, bbc, bbd) 17.13/7.21 new_compare6(@0, @0) -> EQ 17.13/7.21 new_esEs25(vwx300, vwx400, ty_@0) -> new_esEs18(vwx300, vwx400) 17.13/7.21 new_compare29(vwx170, vwx180, False, dg, dh) -> new_compare114(vwx170, vwx180, new_ltEs16(vwx170, vwx180, dg, dh), dg, dh) 17.13/7.21 new_esEs15(False, True) -> False 17.13/7.21 new_esEs15(True, False) -> False 17.13/7.21 new_lt4(vwx170, vwx180) -> new_esEs8(new_compare5(vwx170, vwx180), LT) 17.13/7.21 new_ltEs19(vwx171, vwx181, ty_Bool) -> new_ltEs4(vwx171, vwx181) 17.13/7.21 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 17.13/7.21 new_ltEs4(True, True) -> True 17.13/7.21 new_esEs22(vwx300, vwx400, ty_Double) -> new_esEs13(vwx300, vwx400) 17.13/7.21 new_esEs4(Just(vwx300), Just(vwx400), ty_Char) -> new_esEs12(vwx300, vwx400) 17.13/7.21 new_compare7(Char(vwx170), Char(vwx180)) -> new_primCmpNat0(vwx170, vwx180) 17.13/7.21 new_compare29(vwx170, vwx180, True, dg, dh) -> EQ 17.13/7.21 new_esEs21(vwx301, vwx401, ty_Integer) -> new_esEs14(vwx301, vwx401) 17.13/7.21 new_esEs6(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bfg), bfh), bga), bgb) -> new_esEs7(vwx300, vwx400, bfg, bfh, bga) 17.13/7.21 new_primCmpNat0(Succ(vwx1700), Succ(vwx1800)) -> new_primCmpNat0(vwx1700, vwx1800) 17.13/7.21 new_ltEs13(LT, EQ) -> True 17.13/7.21 new_esEs27(vwx170, vwx180, ty_Float) -> new_esEs17(vwx170, vwx180) 17.13/7.21 new_lt18(vwx171, vwx181, app(ty_Ratio, dad)) -> new_lt9(vwx171, vwx181, dad) 17.13/7.21 new_lt20(vwx170, vwx180, ty_@0) -> new_lt16(vwx170, vwx180) 17.13/7.21 new_primCompAux0(vwx170, vwx180, vwx74, h) -> new_primCompAux00(vwx74, new_compare12(vwx170, vwx180, h)) 17.13/7.21 new_esEs27(vwx170, vwx180, app(ty_Maybe, bah)) -> new_esEs4(vwx170, vwx180, bah) 17.13/7.21 new_ltEs18(vwx172, vwx182, ty_Bool) -> new_ltEs4(vwx172, vwx182) 17.13/7.21 new_lt14(vwx170, vwx180) -> new_esEs8(new_compare8(vwx170, vwx180), LT) 17.13/7.21 new_esEs28(vwx170, vwx180, app(ty_Ratio, cae)) -> new_esEs16(vwx170, vwx180, cae) 17.13/7.21 new_esEs28(vwx170, vwx180, ty_Ordering) -> new_esEs8(vwx170, vwx180) 17.13/7.21 new_ltEs12(vwx17, vwx18) -> new_not(new_esEs8(new_compare10(vwx17, vwx18), GT)) 17.13/7.21 new_ltEs5(Just(vwx170), Just(vwx180), ty_Ordering) -> new_ltEs13(vwx170, vwx180) 17.13/7.21 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 17.13/7.21 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 17.13/7.21 new_esEs23(vwx302, vwx402, ty_Double) -> new_esEs13(vwx302, vwx402) 17.13/7.21 new_lt20(vwx170, vwx180, ty_Double) -> new_lt4(vwx170, vwx180) 17.13/7.21 new_esEs11(vwx300, vwx400, ty_Bool) -> new_esEs15(vwx300, vwx400) 17.13/7.21 new_compare110(vwx170, vwx180, False, ea, eb) -> GT 17.13/7.21 new_esEs28(vwx170, vwx180, app(app(ty_Either, ea), eb)) -> new_esEs6(vwx170, vwx180, ea, eb) 17.13/7.21 new_esEs6(Right(vwx300), Right(vwx400), bhb, ty_Char) -> new_esEs12(vwx300, vwx400) 17.13/7.21 new_compare12(vwx170, vwx180, app(app(ty_Either, be), bf)) -> new_compare11(vwx170, vwx180, be, bf) 17.13/7.21 new_esEs26(vwx171, vwx181, app(ty_Maybe, bcb)) -> new_esEs4(vwx171, vwx181, bcb) 17.13/7.21 new_lt20(vwx170, vwx180, ty_Char) -> new_lt5(vwx170, vwx180) 17.13/7.21 new_lt19(vwx170, vwx180, ec, ed, ee) -> new_esEs8(new_compare18(vwx170, vwx180, ec, ed, ee), LT) 17.13/7.21 new_primEqNat0(Zero, Zero) -> True 17.13/7.21 new_ltEs18(vwx172, vwx182, app(ty_Ratio, dae)) -> new_ltEs14(vwx172, vwx182, dae) 17.13/7.21 new_ltEs7(Left(vwx170), Left(vwx180), app(ty_Maybe, gc), gb) -> new_ltEs5(vwx170, vwx180, gc) 17.13/7.21 new_compare11(vwx170, vwx180, ea, eb) -> new_compare26(vwx170, vwx180, new_esEs6(vwx170, vwx180, ea, eb), ea, eb) 17.13/7.21 new_esEs11(vwx300, vwx400, ty_Integer) -> new_esEs14(vwx300, vwx400) 17.13/7.21 new_compare113(vwx170, vwx180, False, ec, ed, ee) -> GT 17.13/7.21 new_asAs(False, vwx45) -> False 17.13/7.21 new_lt17(vwx170, vwx180, app(app(ty_@2, bba), bbb)) -> new_lt12(vwx170, vwx180, bba, bbb) 17.13/7.21 new_esEs28(vwx170, vwx180, app(ty_[], de)) -> new_esEs10(vwx170, vwx180, de) 17.13/7.21 new_esEs26(vwx171, vwx181, ty_Int) -> new_esEs9(vwx171, vwx181) 17.13/7.21 new_esEs22(vwx300, vwx400, ty_Integer) -> new_esEs14(vwx300, vwx400) 17.13/7.21 new_esEs14(Integer(vwx300), Integer(vwx400)) -> new_primEqInt(vwx300, vwx400) 17.13/7.21 new_lt17(vwx170, vwx180, ty_Int) -> new_lt7(vwx170, vwx180) 17.13/7.21 new_esEs8(EQ, GT) -> False 17.13/7.21 new_esEs8(GT, EQ) -> False 17.13/7.21 new_compare27(vwx170, vwx180, True) -> EQ 17.13/7.21 new_lt15(vwx170, vwx180) -> new_esEs8(new_compare9(vwx170, vwx180), LT) 17.13/7.21 new_esEs28(vwx170, vwx180, ty_Float) -> new_esEs17(vwx170, vwx180) 17.13/7.21 new_ltEs5(Just(vwx170), Just(vwx180), app(app(ty_Either, cg), da)) -> new_ltEs7(vwx170, vwx180, cg, da) 17.13/7.21 new_ltEs7(Right(vwx170), Right(vwx180), hc, ty_Ordering) -> new_ltEs13(vwx170, vwx180) 17.13/7.21 new_lt17(vwx170, vwx180, app(ty_Ratio, dac)) -> new_lt9(vwx170, vwx180, dac) 17.13/7.21 17.13/7.21 The set Q consists of the following terms: 17.13/7.21 17.13/7.21 new_ltEs7(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 17.13/7.21 new_compare111(x0, x1, False) 17.13/7.21 new_esEs8(EQ, EQ) 17.13/7.21 new_lt20(x0, x1, ty_Bool) 17.13/7.21 new_primMulNat0(Succ(x0), Zero) 17.13/7.21 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 17.13/7.21 new_ltEs18(x0, x1, app(app(ty_@2, x2), x3)) 17.13/7.21 new_esEs22(x0, x1, ty_Int) 17.13/7.21 new_pePe(True, x0) 17.13/7.21 new_ltEs5(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 17.13/7.21 new_esEs26(x0, x1, app(ty_[], x2)) 17.13/7.21 new_esEs22(x0, x1, app(app(ty_Either, x2), x3)) 17.13/7.21 new_esEs22(x0, x1, app(app(ty_@2, x2), x3)) 17.13/7.21 new_ltEs19(x0, x1, ty_Bool) 17.13/7.21 new_primCmpNat0(Zero, Succ(x0)) 17.13/7.21 new_esEs22(x0, x1, ty_Ordering) 17.13/7.21 new_esEs27(x0, x1, ty_Integer) 17.13/7.21 new_esEs6(Right(x0), Right(x1), x2, ty_Int) 17.13/7.21 new_compare9(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 17.13/7.21 new_lt18(x0, x1, app(ty_Ratio, x2)) 17.13/7.21 new_esEs27(x0, x1, ty_Bool) 17.13/7.21 new_compare19(x0, x1, False, x2) 17.13/7.21 new_ltEs18(x0, x1, ty_Integer) 17.13/7.21 new_esEs20(x0, x1, ty_Int) 17.13/7.21 new_esEs21(x0, x1, app(ty_[], x2)) 17.13/7.21 new_compare24(x0, x1, False) 17.13/7.21 new_esEs22(x0, x1, ty_Double) 17.13/7.21 new_esEs27(x0, x1, ty_@0) 17.13/7.21 new_primPlusNat1(Succ(x0), x1) 17.13/7.21 new_primEqInt(Pos(Zero), Pos(Zero)) 17.13/7.21 new_compare9(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 17.13/7.21 new_esEs23(x0, x1, app(ty_Maybe, x2)) 17.13/7.21 new_compare12(x0, x1, app(ty_[], x2)) 17.13/7.21 new_primPlusNat0(Zero, Succ(x0)) 17.13/7.21 new_esEs6(Left(x0), Left(x1), ty_Integer, x2) 17.13/7.21 new_ltEs5(Just(x0), Nothing, x1) 17.13/7.21 new_esEs26(x0, x1, ty_Integer) 17.13/7.21 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 17.13/7.21 new_esEs11(x0, x1, ty_Float) 17.13/7.21 new_esEs11(x0, x1, ty_Integer) 17.13/7.21 new_ltEs13(EQ, EQ) 17.13/7.21 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 17.13/7.21 new_esEs6(Right(x0), Right(x1), x2, ty_Double) 17.13/7.21 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 17.13/7.21 new_lt20(x0, x1, ty_@0) 17.13/7.21 new_esEs6(Right(x0), Right(x1), x2, ty_Char) 17.13/7.21 new_compare12(x0, x1, ty_Float) 17.13/7.21 new_primEqInt(Neg(Zero), Neg(Zero)) 17.13/7.21 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.13/7.21 new_esEs24(x0, x1, ty_Float) 17.13/7.21 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 17.13/7.21 new_esEs22(x0, x1, ty_Char) 17.13/7.21 new_compare6(@0, @0) 17.13/7.21 new_primEqNat0(Zero, Succ(x0)) 17.13/7.21 new_ltEs7(Right(x0), Right(x1), x2, app(ty_[], x3)) 17.13/7.21 new_esEs6(Left(x0), Left(x1), ty_Bool, x2) 17.13/7.21 new_esEs6(Left(x0), Left(x1), ty_Float, x2) 17.13/7.21 new_esEs26(x0, x1, ty_Bool) 17.13/7.21 new_compare12(x0, x1, ty_Integer) 17.13/7.21 new_compare12(x0, x1, app(app(ty_Either, x2), x3)) 17.13/7.21 new_esEs6(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 17.13/7.21 new_ltEs19(x0, x1, ty_Char) 17.13/7.21 new_ltEs18(x0, x1, app(ty_Ratio, x2)) 17.13/7.21 new_esEs26(x0, x1, ty_Float) 17.13/7.21 new_esEs21(x0, x1, ty_Bool) 17.13/7.21 new_ltEs18(x0, x1, ty_@0) 17.13/7.21 new_esEs11(x0, x1, app(ty_[], x2)) 17.13/7.21 new_lt11(x0, x1) 17.13/7.21 new_ltEs5(Just(x0), Just(x1), ty_Ordering) 17.13/7.21 new_compare([], :(x0, x1), x2) 17.13/7.21 new_esEs4(Just(x0), Nothing, x1) 17.13/7.21 new_lt17(x0, x1, app(app(ty_@2, x2), x3)) 17.13/7.21 new_compare5(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 17.13/7.21 new_esEs6(Left(x0), Left(x1), ty_@0, x2) 17.13/7.21 new_esEs26(x0, x1, ty_@0) 17.13/7.21 new_ltEs14(x0, x1, x2) 17.13/7.21 new_lt17(x0, x1, app(ty_Maybe, x2)) 17.13/7.21 new_lt17(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.13/7.21 new_esEs21(x0, x1, ty_@0) 17.13/7.21 new_esEs21(x0, x1, ty_Int) 17.13/7.21 new_ltEs7(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 17.13/7.21 new_primMulNat0(Zero, Succ(x0)) 17.13/7.21 new_esEs6(Right(x0), Right(x1), x2, ty_@0) 17.13/7.21 new_lt9(x0, x1, x2) 17.13/7.21 new_esEs19(x0, x1, ty_Int) 17.13/7.21 new_esEs6(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 17.13/7.21 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 17.13/7.21 new_ltEs5(Just(x0), Just(x1), ty_Integer) 17.13/7.21 new_ltEs18(x0, x1, ty_Float) 17.13/7.21 new_esEs6(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 17.13/7.21 new_esEs28(x0, x1, app(ty_Ratio, x2)) 17.13/7.21 new_compare14(:%(x0, x1), :%(x2, x3), ty_Int) 17.13/7.21 new_esEs4(Just(x0), Just(x1), ty_Float) 17.13/7.21 new_compare24(x0, x1, True) 17.13/7.21 new_esEs25(x0, x1, ty_Integer) 17.13/7.21 new_compare12(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.13/7.21 new_primEqInt(Pos(Zero), Neg(Zero)) 17.13/7.21 new_primEqInt(Neg(Zero), Pos(Zero)) 17.13/7.21 new_primMulInt(Pos(x0), Pos(x1)) 17.13/7.21 new_asAs(False, x0) 17.13/7.21 new_esEs4(Nothing, Just(x0), x1) 17.13/7.21 new_compare9(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 17.13/7.21 new_compare9(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 17.13/7.21 new_esEs6(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 17.13/7.21 new_primCompAux00(x0, GT) 17.13/7.21 new_ltEs5(Just(x0), Just(x1), app(ty_Ratio, x2)) 17.13/7.21 new_esEs21(x0, x1, ty_Double) 17.13/7.21 new_esEs15(False, False) 17.13/7.21 new_esEs23(x0, x1, ty_Float) 17.13/7.21 new_compare113(x0, x1, True, x2, x3, x4) 17.13/7.21 new_esEs21(x0, x1, ty_Char) 17.13/7.21 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 17.13/7.21 new_esEs11(x0, x1, ty_Bool) 17.13/7.21 new_lt6(x0, x1, x2, x3) 17.13/7.21 new_ltEs7(Left(x0), Left(x1), ty_Ordering, x2) 17.13/7.21 new_esEs21(x0, x1, app(app(ty_Either, x2), x3)) 17.13/7.21 new_esEs28(x0, x1, app(app(ty_Either, x2), x3)) 17.13/7.21 new_ltEs13(LT, GT) 17.13/7.21 new_ltEs13(GT, LT) 17.13/7.21 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 17.13/7.21 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 17.13/7.21 new_ltEs19(x0, x1, ty_Int) 17.13/7.21 new_lt18(x0, x1, ty_Float) 17.13/7.21 new_lt17(x0, x1, ty_Integer) 17.13/7.21 new_lt7(x0, x1) 17.13/7.21 new_compare([], [], x0) 17.13/7.21 new_esEs6(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 17.13/7.21 new_ltEs19(x0, x1, ty_@0) 17.13/7.21 new_esEs28(x0, x1, app(ty_[], x2)) 17.13/7.21 new_compare25(x0, x1, False, x2) 17.13/7.21 new_lt17(x0, x1, app(app(ty_Either, x2), x3)) 17.13/7.21 new_esEs6(Right(x0), Right(x1), x2, ty_Integer) 17.13/7.21 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.13/7.21 new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.13/7.21 new_lt20(x0, x1, ty_Float) 17.13/7.21 new_compare(:(x0, x1), [], x2) 17.13/7.21 new_ltEs5(Nothing, Nothing, x0) 17.13/7.21 new_esEs23(x0, x1, app(ty_[], x2)) 17.13/7.21 new_esEs21(x0, x1, app(app(ty_@2, x2), x3)) 17.13/7.21 new_compare112(x0, x1, True) 17.13/7.21 new_esEs25(x0, x1, app(ty_[], x2)) 17.13/7.21 new_esEs24(x0, x1, app(ty_Maybe, x2)) 17.13/7.21 new_ltEs7(Right(x0), Right(x1), x2, ty_Ordering) 17.13/7.21 new_lt18(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.13/7.21 new_esEs26(x0, x1, app(ty_Ratio, x2)) 17.13/7.21 new_esEs27(x0, x1, app(ty_Ratio, x2)) 17.13/7.21 new_ltEs7(Left(x0), Left(x1), ty_Int, x2) 17.13/7.21 new_esEs28(x0, x1, app(ty_Maybe, x2)) 17.13/7.21 new_esEs11(x0, x1, app(app(ty_@2, x2), x3)) 17.13/7.21 new_esEs27(x0, x1, ty_Ordering) 17.13/7.21 new_compare12(x0, x1, ty_@0) 17.13/7.21 new_esEs22(x0, x1, ty_Bool) 17.13/7.21 new_esEs25(x0, x1, ty_@0) 17.13/7.21 new_ltEs7(Right(x0), Right(x1), x2, ty_Float) 17.13/7.21 new_esEs6(Left(x0), Left(x1), app(ty_[], x2), x3) 17.13/7.21 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 17.13/7.21 new_ltEs7(Left(x0), Left(x1), ty_Char, x2) 17.13/7.21 new_lt20(x0, x1, ty_Int) 17.13/7.21 new_compare28(x0, x1, True, x2, x3, x4) 17.13/7.21 new_ltEs4(True, True) 17.13/7.21 new_lt18(x0, x1, app(ty_[], x2)) 17.13/7.21 new_ltEs7(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 17.13/7.21 new_esEs4(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 17.13/7.21 new_lt17(x0, x1, app(ty_[], x2)) 17.13/7.21 new_esEs7(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 17.13/7.21 new_ltEs7(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 17.13/7.21 new_esEs21(x0, x1, ty_Integer) 17.13/7.21 new_primPlusNat0(Succ(x0), Succ(x1)) 17.13/7.21 new_esEs27(x0, x1, ty_Double) 17.13/7.21 new_ltEs7(Right(x0), Right(x1), x2, ty_Char) 17.13/7.21 new_primCmpNat0(Succ(x0), Zero) 17.13/7.21 new_esEs23(x0, x1, app(ty_Ratio, x2)) 17.13/7.21 new_esEs6(Right(x0), Right(x1), x2, ty_Bool) 17.13/7.21 new_compare17(x0, x1, x2, x3) 17.13/7.21 new_lt17(x0, x1, ty_Bool) 17.13/7.21 new_primPlusNat1(Zero, x0) 17.13/7.21 new_lt20(x0, x1, ty_Ordering) 17.13/7.21 new_esEs8(GT, GT) 17.13/7.21 new_esEs8(LT, EQ) 17.13/7.21 new_esEs8(EQ, LT) 17.13/7.21 new_esEs11(x0, x1, ty_@0) 17.13/7.21 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 17.13/7.21 new_ltEs7(Right(x0), Right(x1), x2, ty_Int) 17.13/7.21 new_ltEs8(x0, x1) 17.13/7.21 new_compare11(x0, x1, x2, x3) 17.13/7.21 new_primCmpInt(Neg(Zero), Neg(Zero)) 17.13/7.21 new_sr0(Integer(x0), Integer(x1)) 17.13/7.21 new_esEs23(x0, x1, ty_Integer) 17.13/7.21 new_sr(x0, x1) 17.13/7.21 new_esEs21(x0, x1, ty_Ordering) 17.13/7.21 new_compare8(x0, x1) 17.13/7.21 new_ltEs7(Right(x0), Left(x1), x2, x3) 17.13/7.21 new_ltEs7(Left(x0), Right(x1), x2, x3) 17.13/7.21 new_esEs8(LT, LT) 17.13/7.21 new_esEs26(x0, x1, app(ty_Maybe, x2)) 17.13/7.21 new_primMulNat0(Succ(x0), Succ(x1)) 17.13/7.21 new_esEs4(Just(x0), Just(x1), ty_Integer) 17.13/7.21 new_lt20(x0, x1, ty_Char) 17.13/7.21 new_primCmpInt(Pos(Zero), Neg(Zero)) 17.13/7.21 new_primCmpInt(Neg(Zero), Pos(Zero)) 17.13/7.21 new_lt5(x0, x1) 17.13/7.21 new_ltEs7(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 17.13/7.21 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 17.13/7.21 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 17.13/7.21 new_ltEs18(x0, x1, ty_Double) 17.13/7.21 new_ltEs19(x0, x1, ty_Integer) 17.13/7.21 new_ltEs5(Just(x0), Just(x1), ty_Double) 17.13/7.21 new_ltEs5(Nothing, Just(x0), x1) 17.13/7.21 new_compare12(x0, x1, app(ty_Maybe, x2)) 17.13/7.21 new_esEs15(True, True) 17.13/7.21 new_ltEs9(x0, x1) 17.13/7.21 new_esEs4(Nothing, Nothing, x0) 17.13/7.21 new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) 17.13/7.21 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 17.13/7.21 new_lt20(x0, x1, ty_Integer) 17.13/7.21 new_compare29(x0, x1, False, x2, x3) 17.13/7.21 new_esEs6(Left(x0), Left(x1), ty_Ordering, x2) 17.13/7.21 new_lt18(x0, x1, app(app(ty_Either, x2), x3)) 17.13/7.21 new_asAs(True, x0) 17.13/7.21 new_compare5(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 17.13/7.21 new_compare5(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 17.13/7.21 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.13/7.21 new_ltEs5(Just(x0), Just(x1), app(ty_Maybe, x2)) 17.13/7.21 new_esEs4(Just(x0), Just(x1), ty_Ordering) 17.13/7.21 new_esEs6(Right(x0), Right(x1), x2, ty_Ordering) 17.13/7.21 new_esEs22(x0, x1, app(ty_Maybe, x2)) 17.13/7.21 new_esEs23(x0, x1, ty_Ordering) 17.13/7.21 new_esEs9(x0, x1) 17.13/7.21 new_ltEs7(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 17.13/7.21 new_esEs11(x0, x1, app(ty_Ratio, x2)) 17.13/7.21 new_ltEs7(Left(x0), Left(x1), ty_Float, x2) 17.13/7.21 new_ltEs5(Just(x0), Just(x1), ty_@0) 17.13/7.21 new_primCompAux0(x0, x1, x2, x3) 17.13/7.21 new_esEs22(x0, x1, ty_Float) 17.13/7.21 new_esEs28(x0, x1, ty_Double) 17.13/7.21 new_lt17(x0, x1, ty_Float) 17.13/7.21 new_ltEs19(x0, x1, ty_Ordering) 17.13/7.21 new_esEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.13/7.21 new_compare12(x0, x1, ty_Double) 17.13/7.21 new_lt18(x0, x1, app(ty_Maybe, x2)) 17.13/7.21 new_primEqNat0(Succ(x0), Succ(x1)) 17.13/7.21 new_esEs4(Just(x0), Just(x1), app(ty_Maybe, x2)) 17.13/7.21 new_esEs6(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 17.13/7.21 new_ltEs19(x0, x1, app(ty_[], x2)) 17.13/7.21 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 17.13/7.21 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 17.13/7.21 new_esEs25(x0, x1, ty_Ordering) 17.13/7.21 new_lt18(x0, x1, ty_Char) 17.13/7.21 new_esEs10([], [], x0) 17.13/7.21 new_esEs24(x0, x1, ty_Char) 17.13/7.21 new_ltEs5(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 17.13/7.21 new_esEs6(Right(x0), Right(x1), x2, app(ty_[], x3)) 17.13/7.21 new_esEs10(:(x0, x1), :(x2, x3), x4) 17.13/7.21 new_esEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.13/7.21 new_esEs21(x0, x1, app(ty_Ratio, x2)) 17.13/7.21 new_compare25(x0, x1, True, x2) 17.13/7.21 new_lt17(x0, x1, ty_Ordering) 17.13/7.21 new_ltEs7(Right(x0), Right(x1), x2, ty_Bool) 17.13/7.21 new_lt17(x0, x1, ty_Int) 17.13/7.21 new_primMulNat0(Zero, Zero) 17.13/7.21 new_lt17(x0, x1, app(ty_Ratio, x2)) 17.13/7.21 new_primCompAux00(x0, EQ) 17.13/7.21 new_esEs25(x0, x1, app(app(ty_Either, x2), x3)) 17.13/7.21 new_ltEs7(Right(x0), Right(x1), x2, ty_Integer) 17.13/7.21 new_esEs24(x0, x1, ty_Int) 17.13/7.21 new_esEs25(x0, x1, ty_Int) 17.13/7.21 new_esEs5(@2(x0, x1), @2(x2, x3), x4, x5) 17.13/7.21 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.13/7.21 new_lt20(x0, x1, app(ty_[], x2)) 17.13/7.21 new_esEs4(Just(x0), Just(x1), ty_@0) 17.13/7.21 new_lt18(x0, x1, ty_Int) 17.13/7.21 new_compare12(x0, x1, ty_Ordering) 17.13/7.21 new_ltEs7(Right(x0), Right(x1), x2, ty_@0) 17.13/7.21 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 17.13/7.21 new_esEs4(Just(x0), Just(x1), ty_Bool) 17.13/7.21 new_esEs28(x0, x1, ty_@0) 17.13/7.21 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 17.13/7.21 new_lt17(x0, x1, ty_Char) 17.13/7.21 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 17.13/7.21 new_lt17(x0, x1, ty_Double) 17.13/7.21 new_esEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.13/7.21 new_lt19(x0, x1, x2, x3, x4) 17.13/7.21 new_esEs22(x0, x1, app(ty_[], x2)) 17.13/7.21 new_esEs11(x0, x1, ty_Ordering) 17.13/7.21 new_compare114(x0, x1, False, x2, x3) 17.13/7.21 new_esEs25(x0, x1, ty_Char) 17.13/7.21 new_ltEs7(Left(x0), Left(x1), ty_Bool, x2) 17.13/7.21 new_esEs25(x0, x1, ty_Double) 17.13/7.21 new_esEs25(x0, x1, app(app(ty_@2, x2), x3)) 17.13/7.21 new_esEs19(x0, x1, ty_Integer) 17.13/7.21 new_esEs27(x0, x1, app(ty_[], x2)) 17.13/7.21 new_esEs23(x0, x1, ty_Bool) 17.13/7.21 new_compare10(x0, x1) 17.13/7.21 new_esEs4(Just(x0), Just(x1), ty_Char) 17.13/7.21 new_compare12(x0, x1, app(app(ty_@2, x2), x3)) 17.13/7.21 new_compare16(x0, x1, x2) 17.13/7.21 new_primPlusNat0(Zero, Zero) 17.13/7.21 new_esEs28(x0, x1, ty_Integer) 17.13/7.21 new_esEs4(Just(x0), Just(x1), app(ty_[], x2)) 17.13/7.21 new_ltEs18(x0, x1, app(app(ty_Either, x2), x3)) 17.13/7.21 new_ltEs5(Just(x0), Just(x1), app(ty_[], x2)) 17.13/7.21 new_esEs4(Just(x0), Just(x1), ty_Int) 17.13/7.21 new_esEs24(x0, x1, ty_Double) 17.13/7.21 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 17.13/7.21 new_ltEs7(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 17.13/7.21 new_ltEs12(x0, x1) 17.13/7.21 new_lt10(x0, x1) 17.13/7.21 new_lt18(x0, x1, ty_@0) 17.13/7.21 new_not(True) 17.13/7.21 new_esEs6(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 17.13/7.21 new_compare29(x0, x1, True, x2, x3) 17.13/7.21 new_esEs11(x0, x1, ty_Int) 17.13/7.21 new_ltEs16(@2(x0, x1), @2(x2, x3), x4, x5) 17.13/7.21 new_ltEs10(x0, x1) 17.13/7.21 new_lt4(x0, x1) 17.13/7.21 new_lt18(x0, x1, ty_Double) 17.13/7.21 new_esEs8(EQ, GT) 17.13/7.21 new_esEs8(GT, EQ) 17.13/7.21 new_ltEs13(EQ, GT) 17.13/7.21 new_ltEs13(GT, EQ) 17.13/7.21 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 17.13/7.21 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 17.13/7.21 new_esEs23(x0, x1, ty_Int) 17.13/7.21 new_esEs24(x0, x1, ty_@0) 17.13/7.21 new_compare27(x0, x1, False) 17.13/7.21 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 17.13/7.21 new_compare27(x0, x1, True) 17.13/7.21 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 17.13/7.21 new_esEs21(x0, x1, app(ty_Maybe, x2)) 17.13/7.21 new_compare26(x0, x1, False, x2, x3) 17.13/7.21 new_esEs23(x0, x1, ty_Char) 17.13/7.21 new_esEs24(x0, x1, app(app(ty_@2, x2), x3)) 17.13/7.21 new_esEs11(x0, x1, ty_Char) 17.13/7.21 new_esEs11(x0, x1, ty_Double) 17.13/7.21 new_esEs10([], :(x0, x1), x2) 17.13/7.21 new_ltEs4(False, True) 17.13/7.21 new_ltEs4(True, False) 17.13/7.21 new_compare18(x0, x1, x2, x3, x4) 17.13/7.21 new_ltEs7(Left(x0), Left(x1), app(ty_[], x2), x3) 17.13/7.21 new_compare12(x0, x1, app(ty_Ratio, x2)) 17.13/7.21 new_esEs6(Left(x0), Left(x1), ty_Int, x2) 17.13/7.21 new_lt16(x0, x1) 17.13/7.21 new_ltEs13(LT, LT) 17.13/7.21 new_esEs6(Right(x0), Right(x1), x2, ty_Float) 17.13/7.21 new_esEs26(x0, x1, ty_Int) 17.13/7.21 new_compare19(x0, x1, True, x2) 17.13/7.21 new_esEs16(:%(x0, x1), :%(x2, x3), x4) 17.13/7.21 new_esEs6(Left(x0), Right(x1), x2, x3) 17.13/7.21 new_esEs6(Right(x0), Left(x1), x2, x3) 17.13/7.21 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 17.13/7.21 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 17.13/7.21 new_esEs11(x0, x1, app(ty_Maybe, x2)) 17.13/7.21 new_esEs22(x0, x1, app(ty_Ratio, x2)) 17.13/7.21 new_compare114(x0, x1, True, x2, x3) 17.13/7.21 new_ltEs11(x0, x1, x2) 17.13/7.21 new_esEs26(x0, x1, ty_Char) 17.13/7.21 new_ltEs7(Left(x0), Left(x1), ty_Integer, x2) 17.13/7.21 new_esEs25(x0, x1, app(ty_Ratio, x2)) 17.13/7.21 new_esEs6(Left(x0), Left(x1), ty_Char, x2) 17.13/7.21 new_esEs13(Double(x0, x1), Double(x2, x3)) 17.13/7.21 new_esEs6(Left(x0), Left(x1), ty_Double, x2) 17.13/7.21 new_esEs23(x0, x1, ty_@0) 17.13/7.21 new_primCompAux00(x0, LT) 17.13/7.21 new_esEs24(x0, x1, ty_Bool) 17.13/7.21 new_lt13(x0, x1, x2) 17.13/7.21 new_esEs26(x0, x1, ty_Double) 17.13/7.21 new_primCmpInt(Pos(Zero), Pos(Zero)) 17.13/7.21 new_compare112(x0, x1, False) 17.13/7.21 new_compare110(x0, x1, True, x2, x3) 17.13/7.21 new_esEs4(Just(x0), Just(x1), app(ty_Ratio, x2)) 17.13/7.21 new_ltEs19(x0, x1, ty_Double) 17.13/7.21 new_lt18(x0, x1, app(app(ty_@2, x2), x3)) 17.13/7.21 new_compare111(x0, x1, True) 17.13/7.21 new_ltEs19(x0, x1, ty_Float) 17.13/7.21 new_esEs6(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 17.13/7.21 new_lt20(x0, x1, ty_Double) 17.13/7.21 new_esEs12(Char(x0), Char(x1)) 17.13/7.21 new_primEqNat0(Succ(x0), Zero) 17.13/7.21 new_pePe(False, x0) 17.13/7.21 new_esEs14(Integer(x0), Integer(x1)) 17.13/7.21 new_esEs11(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.13/7.21 new_esEs25(x0, x1, ty_Bool) 17.13/7.21 new_esEs28(x0, x1, ty_Ordering) 17.13/7.21 new_ltEs18(x0, x1, ty_Char) 17.13/7.21 new_ltEs7(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 17.13/7.21 new_primCmpNat0(Succ(x0), Succ(x1)) 17.13/7.21 new_esEs23(x0, x1, ty_Double) 17.13/7.21 new_esEs22(x0, x1, ty_Integer) 17.13/7.21 new_esEs28(x0, x1, ty_Int) 17.13/7.21 new_esEs28(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.13/7.21 new_esEs6(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 17.13/7.21 new_ltEs13(GT, GT) 17.13/7.21 new_esEs27(x0, x1, ty_Float) 17.13/7.21 new_esEs8(LT, GT) 17.13/7.21 new_esEs8(GT, LT) 17.13/7.21 new_ltEs7(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 17.13/7.21 new_ltEs13(EQ, LT) 17.13/7.21 new_ltEs13(LT, EQ) 17.13/7.21 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 17.13/7.21 new_lt20(x0, x1, app(ty_Maybe, x2)) 17.13/7.21 new_ltEs7(Left(x0), Left(x1), ty_Double, x2) 17.13/7.21 new_ltEs4(False, False) 17.13/7.21 new_compare13(x0, x1) 17.13/7.21 new_esEs27(x0, x1, app(ty_Maybe, x2)) 17.13/7.21 new_esEs6(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 17.13/7.21 new_esEs27(x0, x1, ty_Char) 17.13/7.21 new_ltEs7(Right(x0), Right(x1), x2, ty_Double) 17.13/7.21 new_primMulInt(Pos(x0), Neg(x1)) 17.13/7.21 new_primMulInt(Neg(x0), Pos(x1)) 17.13/7.21 new_compare110(x0, x1, False, x2, x3) 17.13/7.21 new_esEs10(:(x0, x1), [], x2) 17.13/7.21 new_ltEs18(x0, x1, ty_Ordering) 17.13/7.21 new_lt8(x0, x1, x2) 17.13/7.21 new_compare26(x0, x1, True, x2, x3) 17.13/7.21 new_ltEs15(x0, x1) 17.13/7.21 new_esEs24(x0, x1, ty_Integer) 17.13/7.21 new_esEs28(x0, x1, ty_Float) 17.13/7.21 new_ltEs18(x0, x1, app(ty_Maybe, x2)) 17.13/7.21 new_esEs27(x0, x1, ty_Int) 17.13/7.21 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 17.13/7.21 new_lt20(x0, x1, app(ty_Ratio, x2)) 17.13/7.21 new_lt18(x0, x1, ty_Bool) 17.13/7.21 new_esEs21(x0, x1, ty_Float) 17.13/7.21 new_esEs15(False, True) 17.13/7.21 new_esEs15(True, False) 17.13/7.21 new_compare(:(x0, x1), :(x2, x3), x4) 17.13/7.21 new_esEs18(@0, @0) 17.13/7.21 new_primPlusNat0(Succ(x0), Zero) 17.13/7.21 new_ltEs18(x0, x1, ty_Int) 17.13/7.21 new_esEs20(x0, x1, ty_Integer) 17.13/7.21 new_esEs4(Just(x0), Just(x1), ty_Double) 17.13/7.21 new_lt14(x0, x1) 17.13/7.21 new_primEqNat0(Zero, Zero) 17.13/7.21 new_esEs26(x0, x1, ty_Ordering) 17.13/7.21 new_not(False) 17.13/7.21 new_ltEs7(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 17.13/7.21 new_ltEs5(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 17.13/7.21 new_esEs25(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.13/7.21 new_esEs24(x0, x1, app(ty_Ratio, x2)) 17.13/7.21 new_ltEs18(x0, x1, app(ty_[], x2)) 17.13/7.21 new_ltEs6(x0, x1) 17.13/7.21 new_esEs24(x0, x1, ty_Ordering) 17.13/7.21 new_compare7(Char(x0), Char(x1)) 17.13/7.21 new_compare113(x0, x1, False, x2, x3, x4) 17.13/7.21 new_compare15(Integer(x0), Integer(x1)) 17.13/7.21 new_lt18(x0, x1, ty_Ordering) 17.13/7.21 new_ltEs5(Just(x0), Just(x1), ty_Bool) 17.13/7.21 new_ltEs18(x0, x1, ty_Bool) 17.13/7.21 new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) 17.13/7.21 new_esEs22(x0, x1, ty_@0) 17.13/7.21 new_compare12(x0, x1, ty_Int) 17.13/7.21 new_lt12(x0, x1, x2, x3) 17.13/7.21 new_ltEs5(Just(x0), Just(x1), ty_Float) 17.13/7.21 new_ltEs17(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 17.13/7.21 new_esEs4(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 17.13/7.21 new_ltEs7(Left(x0), Left(x1), ty_@0, x2) 17.13/7.21 new_esEs11(x0, x1, app(app(ty_Either, x2), x3)) 17.13/7.21 new_compare28(x0, x1, False, x2, x3, x4) 17.13/7.21 new_lt15(x0, x1) 17.13/7.21 new_compare14(:%(x0, x1), :%(x2, x3), ty_Integer) 17.13/7.21 new_esEs28(x0, x1, app(app(ty_@2, x2), x3)) 17.13/7.21 new_esEs17(Float(x0, x1), Float(x2, x3)) 17.13/7.21 new_esEs24(x0, x1, app(ty_[], x2)) 17.13/7.21 new_esEs25(x0, x1, app(ty_Maybe, x2)) 17.13/7.21 new_compare12(x0, x1, ty_Bool) 17.13/7.21 new_compare5(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 17.13/7.21 new_ltEs5(Just(x0), Just(x1), ty_Char) 17.13/7.21 new_esEs28(x0, x1, ty_Char) 17.13/7.21 new_lt17(x0, x1, ty_@0) 17.13/7.21 new_compare12(x0, x1, ty_Char) 17.13/7.21 new_esEs4(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 17.13/7.21 new_ltEs18(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 17.13/7.21 new_esEs28(x0, x1, ty_Bool) 17.13/7.21 new_esEs25(x0, x1, ty_Float) 17.13/7.21 new_primCmpNat0(Zero, Zero) 17.13/7.21 new_lt18(x0, x1, ty_Integer) 17.13/7.21 new_ltEs5(Just(x0), Just(x1), ty_Int) 17.13/7.21 new_esEs24(x0, x1, app(app(ty_Either, x2), x3)) 17.13/7.21 new_primMulInt(Neg(x0), Neg(x1)) 17.13/7.21 17.13/7.21 We have to consider all minimal (P,Q,R)-chains. 17.13/7.21 ---------------------------------------- 17.13/7.21 17.13/7.21 (31) QDPSizeChangeProof (EQUIVALENT) 17.13/7.21 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 17.13/7.21 17.13/7.21 From the DPs we obtained the following set of size-change graphs: 17.13/7.21 *new_compare0(:(vwx170, vwx171), :(vwx180, vwx181), h) -> new_primCompAux(vwx170, vwx180, new_compare(vwx171, vwx181, h), h) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 17.13/7.21 17.13/7.21 17.13/7.21 *new_compare0(:(vwx170, vwx171), :(vwx180, vwx181), h) -> new_compare0(vwx171, vwx181, h) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs(:(vwx170, vwx171), :(vwx180, vwx181), h) -> new_primCompAux(vwx170, vwx180, new_compare(vwx171, vwx181, h), h) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs0(Just(vwx170), Just(vwx180), app(app(app(ty_@3, db), dc), dd)) -> new_ltEs3(vwx170, vwx180, db, dc, dd) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs0(Just(vwx170), Just(vwx180), app(ty_Maybe, cd)) -> new_ltEs0(vwx170, vwx180, cd) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs3(@3(vwx170, vwx171, vwx172), @3(vwx180, vwx181, vwx182), bbh, baf, app(app(app(ty_@3, bdh), bea), beb)) -> new_ltEs3(vwx172, vwx182, bdh, bea, beb) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs3(@3(vwx170, vwx171, vwx172), @3(vwx180, vwx181, vwx182), bbh, baf, app(ty_Maybe, bdc)) -> new_ltEs0(vwx172, vwx182, bdc) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs0(Just(vwx170), Just(vwx180), app(app(ty_@2, ce), cf)) -> new_ltEs1(vwx170, vwx180, ce, cf) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs3(@3(vwx170, vwx171, vwx172), @3(vwx180, vwx181, vwx182), bbh, baf, app(app(ty_@2, bdd), bde)) -> new_ltEs1(vwx172, vwx182, bdd, bde) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 17.13/7.21 17.13/7.21 17.13/7.21 *new_lt1(vwx170, vwx180, dg, dh) -> new_compare21(vwx170, vwx180, new_esEs5(vwx170, vwx180, dg, dh), dg, dh) 17.13/7.21 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs1(@2(vwx170, vwx171), @2(vwx180, vwx181), ef, app(app(app(ty_@3, ff), fg), fh)) -> new_ltEs3(vwx171, vwx181, ff, fg, fh) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs1(@2(vwx170, vwx171), @2(vwx180, vwx181), ef, app(ty_Maybe, eh)) -> new_ltEs0(vwx171, vwx181, eh) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs1(@2(vwx170, vwx171), @2(vwx180, vwx181), ef, app(app(ty_@2, fa), fb)) -> new_ltEs1(vwx171, vwx181, fa, fb) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs1(@2(vwx170, vwx171), @2(vwx180, vwx181), app(app(ty_@2, dg), dh), df) -> new_compare21(vwx170, vwx180, new_esEs5(vwx170, vwx180, dg, dh), dg, dh) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5 17.13/7.21 17.13/7.21 17.13/7.21 *new_compare2(vwx170, vwx180, dg, dh) -> new_compare21(vwx170, vwx180, new_esEs5(vwx170, vwx180, dg, dh), dg, dh) 17.13/7.21 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs(:(vwx170, vwx171), :(vwx180, vwx181), h) -> new_compare0(vwx171, vwx181, h) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 17.13/7.21 17.13/7.21 17.13/7.21 *new_lt(vwx170, vwx180, de) -> new_compare0(vwx170, vwx180, de) 17.13/7.21 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 17.13/7.21 17.13/7.21 17.13/7.21 *new_compare22(vwx170, vwx180, False, ea, eb) -> new_ltEs2(vwx170, vwx180, ea, eb) 17.13/7.21 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 17.13/7.21 17.13/7.21 17.13/7.21 *new_primCompAux(vwx170, vwx180, vwx74, app(app(ty_Either, be), bf)) -> new_compare3(vwx170, vwx180, be, bf) 17.13/7.21 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 17.13/7.21 17.13/7.21 17.13/7.21 *new_compare1(vwx170, vwx180, cb) -> new_compare20(vwx170, vwx180, new_esEs4(vwx170, vwx180, cb), cb) 17.13/7.21 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 17.13/7.21 17.13/7.21 17.13/7.21 *new_compare23(vwx170, vwx180, False, ec, ed, ee) -> new_ltEs3(vwx170, vwx180, ec, ed, ee) 17.13/7.21 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4, 6 >= 5 17.13/7.21 17.13/7.21 17.13/7.21 *new_compare20(vwx170, vwx180, False, cb) -> new_ltEs0(vwx170, vwx180, cb) 17.13/7.21 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3 17.13/7.21 17.13/7.21 17.13/7.21 *new_compare21(vwx170, vwx180, False, dg, dh) -> new_ltEs1(vwx170, vwx180, dg, dh) 17.13/7.21 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 17.13/7.21 17.13/7.21 17.13/7.21 *new_compare4(vwx170, vwx180, ec, ed, ee) -> new_compare23(vwx170, vwx180, new_esEs7(vwx170, vwx180, ec, ed, ee), ec, ed, ee) 17.13/7.21 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs0(Just(vwx170), Just(vwx180), app(app(ty_Either, cg), da)) -> new_ltEs2(vwx170, vwx180, cg, da) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs0(Just(vwx170), Just(vwx180), app(ty_[], cc)) -> new_ltEs(vwx170, vwx180, cc) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs3(@3(vwx170, vwx171, vwx172), @3(vwx180, vwx181, vwx182), bbh, baf, app(app(ty_Either, bdf), bdg)) -> new_ltEs2(vwx172, vwx182, bdf, bdg) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs1(@2(vwx170, vwx171), @2(vwx180, vwx181), ef, app(app(ty_Either, fc), fd)) -> new_ltEs2(vwx171, vwx181, fc, fd) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs1(@2(vwx170, vwx171), @2(vwx180, vwx181), app(app(ty_Either, ea), eb), df) -> new_compare22(vwx170, vwx180, new_esEs6(vwx170, vwx180, ea, eb), ea, eb) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5 17.13/7.21 17.13/7.21 17.13/7.21 *new_lt2(vwx170, vwx180, ea, eb) -> new_compare22(vwx170, vwx180, new_esEs6(vwx170, vwx180, ea, eb), ea, eb) 17.13/7.21 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 17.13/7.21 17.13/7.21 17.13/7.21 *new_compare3(vwx170, vwx180, ea, eb) -> new_compare22(vwx170, vwx180, new_esEs6(vwx170, vwx180, ea, eb), ea, eb) 17.13/7.21 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 17.13/7.21 17.13/7.21 17.13/7.21 *new_lt0(vwx170, vwx180, cb) -> new_compare20(vwx170, vwx180, new_esEs4(vwx170, vwx180, cb), cb) 17.13/7.21 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 17.13/7.21 17.13/7.21 17.13/7.21 *new_primCompAux(vwx170, vwx180, vwx74, app(ty_Maybe, bb)) -> new_compare1(vwx170, vwx180, bb) 17.13/7.21 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 17.13/7.21 17.13/7.21 17.13/7.21 *new_primCompAux(vwx170, vwx180, vwx74, app(app(app(ty_@3, bg), bh), ca)) -> new_compare4(vwx170, vwx180, bg, bh, ca) 17.13/7.21 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4, 4 > 5 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs3(@3(vwx170, vwx171, vwx172), @3(vwx180, vwx181, vwx182), bbh, baf, app(ty_[], bdb)) -> new_ltEs(vwx172, vwx182, bdb) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs1(@2(vwx170, vwx171), @2(vwx180, vwx181), ef, app(ty_[], eg)) -> new_ltEs(vwx171, vwx181, eg) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs1(@2(vwx170, vwx171), @2(vwx180, vwx181), app(ty_Maybe, cb), df) -> new_compare20(vwx170, vwx180, new_esEs4(vwx170, vwx180, cb), cb) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs1(@2(vwx170, vwx171), @2(vwx180, vwx181), app(ty_[], de), df) -> new_compare0(vwx170, vwx180, de) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs1(@2(vwx170, vwx171), @2(vwx180, vwx181), app(app(app(ty_@3, ec), ed), ee), df) -> new_compare23(vwx170, vwx180, new_esEs7(vwx170, vwx180, ec, ed, ee), ec, ed, ee) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5, 3 > 6 17.13/7.21 17.13/7.21 17.13/7.21 *new_primCompAux(vwx170, vwx180, vwx74, app(ty_[], ba)) -> new_compare0(vwx170, vwx180, ba) 17.13/7.21 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 17.13/7.21 17.13/7.21 17.13/7.21 *new_primCompAux(vwx170, vwx180, vwx74, app(app(ty_@2, bc), bd)) -> new_compare2(vwx170, vwx180, bc, bd) 17.13/7.21 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 17.13/7.21 17.13/7.21 17.13/7.21 *new_lt3(vwx170, vwx180, ec, ed, ee) -> new_compare23(vwx170, vwx180, new_esEs7(vwx170, vwx180, ec, ed, ee), ec, ed, ee) 17.13/7.21 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs2(Left(vwx170), Left(vwx180), app(app(app(ty_@3, gh), ha), hb), gb) -> new_ltEs3(vwx170, vwx180, gh, ha, hb) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs2(Right(vwx170), Right(vwx180), hc, app(app(app(ty_@3, bab), bac), bad)) -> new_ltEs3(vwx170, vwx180, bab, bac, bad) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs3(@3(vwx170, vwx171, vwx172), @3(vwx180, vwx181, vwx182), bbh, app(ty_Maybe, bcb), bag) -> new_lt0(vwx171, vwx181, bcb) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs3(@3(vwx170, vwx171, vwx172), @3(vwx180, vwx181, vwx182), app(ty_Maybe, bah), baf, bag) -> new_lt0(vwx170, vwx180, bah) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs3(@3(vwx170, vwx171, vwx172), @3(vwx180, vwx181, vwx182), app(app(app(ty_@3, bbe), bbf), bbg), baf, bag) -> new_lt3(vwx170, vwx180, bbe, bbf, bbg) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs3(@3(vwx170, vwx171, vwx172), @3(vwx180, vwx181, vwx182), bbh, app(app(app(ty_@3, bcg), bch), bda), bag) -> new_lt3(vwx171, vwx181, bcg, bch, bda) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs3(@3(vwx170, vwx171, vwx172), @3(vwx180, vwx181, vwx182), bbh, app(app(ty_Either, bce), bcf), bag) -> new_lt2(vwx171, vwx181, bce, bcf) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs3(@3(vwx170, vwx171, vwx172), @3(vwx180, vwx181, vwx182), app(app(ty_Either, bbc), bbd), baf, bag) -> new_lt2(vwx170, vwx180, bbc, bbd) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs3(@3(vwx170, vwx171, vwx172), @3(vwx180, vwx181, vwx182), bbh, app(ty_[], bca), bag) -> new_lt(vwx171, vwx181, bca) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs3(@3(vwx170, vwx171, vwx172), @3(vwx180, vwx181, vwx182), app(ty_[], bae), baf, bag) -> new_lt(vwx170, vwx180, bae) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs3(@3(vwx170, vwx171, vwx172), @3(vwx180, vwx181, vwx182), app(app(ty_@2, bba), bbb), baf, bag) -> new_lt1(vwx170, vwx180, bba, bbb) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs3(@3(vwx170, vwx171, vwx172), @3(vwx180, vwx181, vwx182), bbh, app(app(ty_@2, bcc), bcd), bag) -> new_lt1(vwx171, vwx181, bcc, bcd) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs2(Right(vwx170), Right(vwx180), hc, app(ty_Maybe, he)) -> new_ltEs0(vwx170, vwx180, he) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs2(Left(vwx170), Left(vwx180), app(ty_Maybe, gc), gb) -> new_ltEs0(vwx170, vwx180, gc) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs2(Left(vwx170), Left(vwx180), app(app(ty_@2, gd), ge), gb) -> new_ltEs1(vwx170, vwx180, gd, ge) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs2(Right(vwx170), Right(vwx180), hc, app(app(ty_@2, hf), hg)) -> new_ltEs1(vwx170, vwx180, hf, hg) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs2(Right(vwx170), Right(vwx180), hc, app(app(ty_Either, hh), baa)) -> new_ltEs2(vwx170, vwx180, hh, baa) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs2(Left(vwx170), Left(vwx180), app(app(ty_Either, gf), gg), gb) -> new_ltEs2(vwx170, vwx180, gf, gg) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs2(Left(vwx170), Left(vwx180), app(ty_[], ga), gb) -> new_ltEs(vwx170, vwx180, ga) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 17.13/7.21 17.13/7.21 17.13/7.21 *new_ltEs2(Right(vwx170), Right(vwx180), hc, app(ty_[], hd)) -> new_ltEs(vwx170, vwx180, hd) 17.13/7.21 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 17.13/7.21 17.13/7.21 17.13/7.21 ---------------------------------------- 17.13/7.21 17.13/7.21 (32) 17.13/7.21 YES 17.40/7.25 EOF