20.37/9.57 YES 22.94/10.34 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 22.94/10.34 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 22.94/10.34 22.94/10.34 22.94/10.34 H-Termination with start terms of the given HASKELL could be proven: 22.94/10.34 22.94/10.34 (0) HASKELL 22.94/10.34 (1) CR [EQUIVALENT, 0 ms] 22.94/10.34 (2) HASKELL 22.94/10.34 (3) IFR [EQUIVALENT, 0 ms] 22.94/10.34 (4) HASKELL 22.94/10.34 (5) BR [EQUIVALENT, 0 ms] 22.94/10.34 (6) HASKELL 22.94/10.34 (7) COR [EQUIVALENT, 0 ms] 22.94/10.34 (8) HASKELL 22.94/10.34 (9) LetRed [EQUIVALENT, 0 ms] 22.94/10.34 (10) HASKELL 22.94/10.34 (11) NumRed [SOUND, 0 ms] 22.94/10.34 (12) HASKELL 22.94/10.34 (13) Narrow [SOUND, 0 ms] 22.94/10.34 (14) AND 22.94/10.34 (15) QDP 22.94/10.34 (16) QDPSizeChangeProof [EQUIVALENT, 0 ms] 22.94/10.34 (17) YES 22.94/10.34 (18) QDP 22.94/10.34 (19) QDPSizeChangeProof [EQUIVALENT, 227 ms] 22.94/10.34 (20) YES 22.94/10.34 (21) QDP 22.94/10.34 (22) QDPSizeChangeProof [EQUIVALENT, 0 ms] 22.94/10.34 (23) YES 22.94/10.34 (24) QDP 22.94/10.34 (25) QDPSizeChangeProof [EQUIVALENT, 0 ms] 22.94/10.34 (26) YES 22.94/10.34 (27) QDP 22.94/10.34 (28) QDPSizeChangeProof [EQUIVALENT, 0 ms] 22.94/10.34 (29) YES 22.94/10.34 (30) QDP 22.94/10.34 (31) QDPSizeChangeProof [EQUIVALENT, 0 ms] 22.94/10.34 (32) YES 22.94/10.34 22.94/10.34 22.94/10.34 ---------------------------------------- 22.94/10.34 22.94/10.34 (0) 22.94/10.34 Obligation: 22.94/10.34 mainModule Main 22.94/10.34 module Main where { 22.94/10.34 import qualified Prelude; 22.94/10.34 } 22.94/10.34 22.94/10.34 ---------------------------------------- 22.94/10.34 22.94/10.34 (1) CR (EQUIVALENT) 22.94/10.34 Case Reductions: 22.94/10.34 The following Case expression 22.94/10.34 "case compare x y of { 22.94/10.34 EQ -> o; 22.94/10.34 LT -> LT; 22.94/10.34 GT -> GT} 22.94/10.34 " 22.94/10.34 is transformed to 22.94/10.34 "primCompAux0 o EQ = o; 22.94/10.34 primCompAux0 o LT = LT; 22.94/10.34 primCompAux0 o GT = GT; 22.94/10.34 " 22.94/10.34 22.94/10.34 ---------------------------------------- 22.94/10.34 22.94/10.34 (2) 22.94/10.34 Obligation: 22.94/10.34 mainModule Main 22.94/10.34 module Main where { 22.94/10.34 import qualified Prelude; 22.94/10.34 } 22.94/10.34 22.94/10.34 ---------------------------------------- 22.94/10.34 22.94/10.34 (3) IFR (EQUIVALENT) 22.94/10.34 If Reductions: 22.94/10.34 The following If expression 22.94/10.34 "if primGEqNatS x y then Succ (primDivNatS (primMinusNatS x y) (Succ y)) else Zero" 22.94/10.34 is transformed to 22.94/10.34 "primDivNatS0 x y True = Succ (primDivNatS (primMinusNatS x y) (Succ y)); 22.94/10.34 primDivNatS0 x y False = Zero; 22.94/10.34 " 22.94/10.34 The following If expression 22.94/10.34 "if primGEqNatS x y then primModNatS (primMinusNatS x y) (Succ y) else Succ x" 22.94/10.34 is transformed to 22.94/10.34 "primModNatS0 x y True = primModNatS (primMinusNatS x y) (Succ y); 22.94/10.34 primModNatS0 x y False = Succ x; 22.94/10.34 " 22.94/10.34 22.94/10.34 ---------------------------------------- 22.94/10.34 22.94/10.34 (4) 22.94/10.34 Obligation: 22.94/10.34 mainModule Main 22.94/10.34 module Main where { 22.94/10.34 import qualified Prelude; 22.94/10.34 } 22.94/10.34 22.94/10.34 ---------------------------------------- 22.94/10.34 22.94/10.34 (5) BR (EQUIVALENT) 22.94/10.34 Replaced joker patterns by fresh variables and removed binding patterns. 22.94/10.34 ---------------------------------------- 22.94/10.34 22.94/10.34 (6) 22.94/10.34 Obligation: 22.94/10.34 mainModule Main 22.94/10.34 module Main where { 22.94/10.34 import qualified Prelude; 22.94/10.34 } 22.94/10.34 22.94/10.34 ---------------------------------------- 22.94/10.34 22.94/10.34 (7) COR (EQUIVALENT) 22.94/10.34 Cond Reductions: 22.94/10.34 The following Function with conditions 22.94/10.34 "compare x y|x == yEQ|x <= yLT|otherwiseGT; 22.94/10.34 " 22.94/10.34 is transformed to 22.94/10.34 "compare x y = compare3 x y; 22.94/10.34 " 22.94/10.34 "compare0 x y True = GT; 22.94/10.34 " 22.94/10.34 "compare2 x y True = EQ; 22.94/10.34 compare2 x y False = compare1 x y (x <= y); 22.94/10.34 " 22.94/10.34 "compare1 x y True = LT; 22.94/10.34 compare1 x y False = compare0 x y otherwise; 22.94/10.34 " 22.94/10.34 "compare3 x y = compare2 x y (x == y); 22.94/10.34 " 22.94/10.34 The following Function with conditions 22.94/10.34 "absReal x|x >= 0x|otherwise`negate` x; 22.94/10.34 " 22.94/10.34 is transformed to 22.94/10.34 "absReal x = absReal2 x; 22.94/10.34 " 22.94/10.34 "absReal0 x True = `negate` x; 22.94/10.34 " 22.94/10.34 "absReal1 x True = x; 22.94/10.34 absReal1 x False = absReal0 x otherwise; 22.94/10.34 " 22.94/10.34 "absReal2 x = absReal1 x (x >= 0); 22.94/10.34 " 22.94/10.34 The following Function with conditions 22.94/10.34 "gcd' x 0 = x; 22.94/10.34 gcd' x y = gcd' y (x `rem` y); 22.94/10.34 " 22.94/10.34 is transformed to 22.94/10.34 "gcd' x zx = gcd'2 x zx; 22.94/10.34 gcd' x y = gcd'0 x y; 22.94/10.34 " 22.94/10.34 "gcd'0 x y = gcd' y (x `rem` y); 22.94/10.34 " 22.94/10.34 "gcd'1 True x zx = x; 22.94/10.34 gcd'1 zy zz vuu = gcd'0 zz vuu; 22.94/10.34 " 22.94/10.34 "gcd'2 x zx = gcd'1 (zx == 0) x zx; 22.94/10.34 gcd'2 vuv vuw = gcd'0 vuv vuw; 22.94/10.34 " 22.94/10.34 The following Function with conditions 22.94/10.34 "gcd 0 0 = error []; 22.94/10.34 gcd x y = gcd' (abs x) (abs y) where { 22.94/10.34 gcd' x 0 = x; 22.94/10.34 gcd' x y = gcd' y (x `rem` y); 22.94/10.34 } 22.94/10.34 ; 22.94/10.34 " 22.94/10.34 is transformed to 22.94/10.34 "gcd vux vuy = gcd3 vux vuy; 22.94/10.34 gcd x y = gcd0 x y; 22.94/10.34 " 22.94/10.34 "gcd0 x y = gcd' (abs x) (abs y) where { 22.94/10.34 gcd' x zx = gcd'2 x zx; 22.94/10.34 gcd' x y = gcd'0 x y; 22.94/10.34 ; 22.94/10.34 gcd'0 x y = gcd' y (x `rem` y); 22.94/10.34 ; 22.94/10.34 gcd'1 True x zx = x; 22.94/10.34 gcd'1 zy zz vuu = gcd'0 zz vuu; 22.94/10.34 ; 22.94/10.34 gcd'2 x zx = gcd'1 (zx == 0) x zx; 22.94/10.34 gcd'2 vuv vuw = gcd'0 vuv vuw; 22.94/10.34 } 22.94/10.34 ; 22.94/10.34 " 22.94/10.34 "gcd1 True vux vuy = error []; 22.94/10.34 gcd1 vuz vvu vvv = gcd0 vvu vvv; 22.94/10.34 " 22.94/10.34 "gcd2 True vux vuy = gcd1 (vuy == 0) vux vuy; 22.94/10.34 gcd2 vvw vvx vvy = gcd0 vvx vvy; 22.94/10.34 " 22.94/10.34 "gcd3 vux vuy = gcd2 (vux == 0) vux vuy; 22.94/10.34 gcd3 vvz vwu = gcd0 vvz vwu; 22.94/10.34 " 22.94/10.34 The following Function with conditions 22.94/10.34 "undefined |Falseundefined; 22.94/10.34 " 22.94/10.34 is transformed to 22.94/10.34 "undefined = undefined1; 22.94/10.34 " 22.94/10.34 "undefined0 True = undefined; 22.94/10.34 " 22.94/10.34 "undefined1 = undefined0 False; 22.94/10.34 " 22.94/10.34 The following Function with conditions 22.94/10.34 "reduce x y|y == 0error []|otherwisex `quot` d :% (y `quot` d) where { 22.94/10.34 d = gcd x y; 22.94/10.34 } 22.94/10.34 ; 22.94/10.34 " 22.94/10.34 is transformed to 22.94/10.34 "reduce x y = reduce2 x y; 22.94/10.34 " 22.94/10.34 "reduce2 x y = reduce1 x y (y == 0) where { 22.94/10.34 d = gcd x y; 22.94/10.34 ; 22.94/10.34 reduce0 x y True = x `quot` d :% (y `quot` d); 22.94/10.34 ; 22.94/10.34 reduce1 x y True = error []; 22.94/10.34 reduce1 x y False = reduce0 x y otherwise; 22.94/10.34 } 22.94/10.34 ; 22.94/10.34 " 22.94/10.34 22.94/10.34 ---------------------------------------- 22.94/10.34 22.94/10.34 (8) 22.94/10.34 Obligation: 22.94/10.34 mainModule Main 22.94/10.34 module Main where { 22.94/10.34 import qualified Prelude; 22.94/10.34 } 22.94/10.34 22.94/10.34 ---------------------------------------- 22.94/10.34 22.94/10.34 (9) LetRed (EQUIVALENT) 22.94/10.34 Let/Where Reductions: 22.94/10.34 The bindings of the following Let/Where expression 22.94/10.34 "gcd' (abs x) (abs y) where { 22.94/10.34 gcd' x zx = gcd'2 x zx; 22.94/10.34 gcd' x y = gcd'0 x y; 22.94/10.34 ; 22.94/10.34 gcd'0 x y = gcd' y (x `rem` y); 22.94/10.34 ; 22.94/10.34 gcd'1 True x zx = x; 22.94/10.34 gcd'1 zy zz vuu = gcd'0 zz vuu; 22.94/10.34 ; 22.94/10.34 gcd'2 x zx = gcd'1 (zx == 0) x zx; 22.94/10.34 gcd'2 vuv vuw = gcd'0 vuv vuw; 22.94/10.34 } 22.94/10.34 " 22.94/10.34 are unpacked to the following functions on top level 22.94/10.34 "gcd0Gcd'1 True x zx = x; 22.94/10.34 gcd0Gcd'1 zy zz vuu = gcd0Gcd'0 zz vuu; 22.94/10.34 " 22.94/10.34 "gcd0Gcd'2 x zx = gcd0Gcd'1 (zx == 0) x zx; 22.94/10.34 gcd0Gcd'2 vuv vuw = gcd0Gcd'0 vuv vuw; 22.94/10.34 " 22.94/10.34 "gcd0Gcd' x zx = gcd0Gcd'2 x zx; 22.94/10.34 gcd0Gcd' x y = gcd0Gcd'0 x y; 22.94/10.34 " 22.94/10.34 "gcd0Gcd'0 x y = gcd0Gcd' y (x `rem` y); 22.94/10.34 " 22.94/10.34 The bindings of the following Let/Where expression 22.94/10.34 "reduce1 x y (y == 0) where { 22.94/10.34 d = gcd x y; 22.94/10.34 ; 22.94/10.34 reduce0 x y True = x `quot` d :% (y `quot` d); 22.94/10.34 ; 22.94/10.34 reduce1 x y True = error []; 22.94/10.34 reduce1 x y False = reduce0 x y otherwise; 22.94/10.34 } 22.94/10.34 " 22.94/10.34 are unpacked to the following functions on top level 22.94/10.34 "reduce2D vwv vww = gcd vwv vww; 22.94/10.34 " 22.94/10.34 "reduce2Reduce1 vwv vww x y True = error []; 22.94/10.34 reduce2Reduce1 vwv vww x y False = reduce2Reduce0 vwv vww x y otherwise; 22.94/10.34 " 22.94/10.34 "reduce2Reduce0 vwv vww x y True = x `quot` reduce2D vwv vww :% (y `quot` reduce2D vwv vww); 22.94/10.34 " 22.94/10.34 22.94/10.34 ---------------------------------------- 22.94/10.34 22.94/10.34 (10) 22.94/10.34 Obligation: 22.94/10.34 mainModule Main 22.94/10.34 module Main where { 22.94/10.34 import qualified Prelude; 22.94/10.34 } 22.94/10.34 22.94/10.34 ---------------------------------------- 22.94/10.34 22.94/10.34 (11) NumRed (SOUND) 22.94/10.34 Num Reduction:All numbers are transformed to their corresponding representation with Succ, Pred and Zero. 22.94/10.34 ---------------------------------------- 22.94/10.34 22.94/10.34 (12) 22.94/10.34 Obligation: 22.94/10.34 mainModule Main 22.94/10.34 module Main where { 22.94/10.34 import qualified Prelude; 22.94/10.34 } 22.94/10.34 22.94/10.34 ---------------------------------------- 22.94/10.34 22.94/10.34 (13) Narrow (SOUND) 22.94/10.34 Haskell To QDPs 22.94/10.34 22.94/10.34 digraph dp_graph { 22.94/10.34 node [outthreshold=100, inthreshold=100];1[label="(<)",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 22.94/10.34 3[label="(<) vwx3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 22.94/10.34 4[label="(<) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];4 -> 5[label="",style="solid", color="black", weight=3]; 22.94/10.34 5 -> 77[label="",style="dashed", color="red", weight=0]; 22.94/10.34 5[label="compare vwx3 vwx4 == LT",fontsize=16,color="magenta"];5 -> 78[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 78[label="compare vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];2737[label="vwx3/vwx30 : vwx31",fontsize=10,color="white",style="solid",shape="box"];78 -> 2737[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2737 -> 88[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2738[label="vwx3/[]",fontsize=10,color="white",style="solid",shape="box"];78 -> 2738[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2738 -> 89[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 77[label="vwx14 == LT",fontsize=16,color="burlywood",shape="triangle"];2739[label="vwx14/LT",fontsize=10,color="white",style="solid",shape="box"];77 -> 2739[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2739 -> 90[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2740[label="vwx14/EQ",fontsize=10,color="white",style="solid",shape="box"];77 -> 2740[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2740 -> 91[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2741[label="vwx14/GT",fontsize=10,color="white",style="solid",shape="box"];77 -> 2741[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2741 -> 92[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 88[label="compare (vwx30 : vwx31) vwx4",fontsize=16,color="burlywood",shape="box"];2742[label="vwx4/vwx40 : vwx41",fontsize=10,color="white",style="solid",shape="box"];88 -> 2742[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2742 -> 93[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2743[label="vwx4/[]",fontsize=10,color="white",style="solid",shape="box"];88 -> 2743[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2743 -> 94[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 89[label="compare [] vwx4",fontsize=16,color="burlywood",shape="box"];2744[label="vwx4/vwx40 : vwx41",fontsize=10,color="white",style="solid",shape="box"];89 -> 2744[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2744 -> 95[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2745[label="vwx4/[]",fontsize=10,color="white",style="solid",shape="box"];89 -> 2745[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2745 -> 96[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 90[label="LT == LT",fontsize=16,color="black",shape="box"];90 -> 97[label="",style="solid", color="black", weight=3]; 22.94/10.34 91[label="EQ == LT",fontsize=16,color="black",shape="box"];91 -> 98[label="",style="solid", color="black", weight=3]; 22.94/10.34 92[label="GT == LT",fontsize=16,color="black",shape="box"];92 -> 99[label="",style="solid", color="black", weight=3]; 22.94/10.34 93[label="compare (vwx30 : vwx31) (vwx40 : vwx41)",fontsize=16,color="black",shape="box"];93 -> 100[label="",style="solid", color="black", weight=3]; 22.94/10.34 94[label="compare (vwx30 : vwx31) []",fontsize=16,color="black",shape="box"];94 -> 101[label="",style="solid", color="black", weight=3]; 22.94/10.34 95[label="compare [] (vwx40 : vwx41)",fontsize=16,color="black",shape="box"];95 -> 102[label="",style="solid", color="black", weight=3]; 22.94/10.34 96[label="compare [] []",fontsize=16,color="black",shape="box"];96 -> 103[label="",style="solid", color="black", weight=3]; 22.94/10.34 97[label="True",fontsize=16,color="green",shape="box"];98[label="False",fontsize=16,color="green",shape="box"];99[label="False",fontsize=16,color="green",shape="box"];100 -> 104[label="",style="dashed", color="red", weight=0]; 22.94/10.34 100[label="primCompAux vwx30 vwx40 (compare vwx31 vwx41)",fontsize=16,color="magenta"];100 -> 105[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 101[label="GT",fontsize=16,color="green",shape="box"];102[label="LT",fontsize=16,color="green",shape="box"];103[label="EQ",fontsize=16,color="green",shape="box"];105 -> 78[label="",style="dashed", color="red", weight=0]; 22.94/10.34 105[label="compare vwx31 vwx41",fontsize=16,color="magenta"];105 -> 106[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 105 -> 107[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 104[label="primCompAux vwx30 vwx40 vwx15",fontsize=16,color="black",shape="triangle"];104 -> 108[label="",style="solid", color="black", weight=3]; 22.94/10.34 106[label="vwx31",fontsize=16,color="green",shape="box"];107[label="vwx41",fontsize=16,color="green",shape="box"];108 -> 109[label="",style="dashed", color="red", weight=0]; 22.94/10.34 108[label="primCompAux0 vwx15 (compare vwx30 vwx40)",fontsize=16,color="magenta"];108 -> 110[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 108 -> 111[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 110[label="vwx15",fontsize=16,color="green",shape="box"];111[label="compare vwx30 vwx40",fontsize=16,color="blue",shape="box"];2746[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];111 -> 2746[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2746 -> 112[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2747[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];111 -> 2747[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2747 -> 113[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2748[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];111 -> 2748[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2748 -> 114[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2749[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];111 -> 2749[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2749 -> 115[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2750[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];111 -> 2750[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2750 -> 116[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2751[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];111 -> 2751[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2751 -> 117[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2752[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];111 -> 2752[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2752 -> 118[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2753[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];111 -> 2753[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2753 -> 119[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2754[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];111 -> 2754[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2754 -> 120[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2755[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];111 -> 2755[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2755 -> 121[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2756[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];111 -> 2756[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2756 -> 122[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2757[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];111 -> 2757[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2757 -> 123[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2758[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];111 -> 2758[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2758 -> 124[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2759[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];111 -> 2759[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2759 -> 125[label="",style="solid", color="blue", weight=3]; 22.94/10.34 109[label="primCompAux0 vwx19 vwx20",fontsize=16,color="burlywood",shape="triangle"];2760[label="vwx20/LT",fontsize=10,color="white",style="solid",shape="box"];109 -> 2760[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2760 -> 126[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2761[label="vwx20/EQ",fontsize=10,color="white",style="solid",shape="box"];109 -> 2761[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2761 -> 127[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2762[label="vwx20/GT",fontsize=10,color="white",style="solid",shape="box"];109 -> 2762[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2762 -> 128[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 112[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];112 -> 129[label="",style="solid", color="black", weight=3]; 22.94/10.34 113 -> 78[label="",style="dashed", color="red", weight=0]; 22.94/10.34 113[label="compare vwx30 vwx40",fontsize=16,color="magenta"];113 -> 130[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 113 -> 131[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 114[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];114 -> 132[label="",style="solid", color="black", weight=3]; 22.94/10.34 115[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];115 -> 133[label="",style="solid", color="black", weight=3]; 22.94/10.34 116[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];116 -> 134[label="",style="solid", color="black", weight=3]; 22.94/10.34 117[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];117 -> 135[label="",style="solid", color="black", weight=3]; 22.94/10.34 118[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];2763[label="vwx30/()",fontsize=10,color="white",style="solid",shape="box"];118 -> 2763[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2763 -> 136[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 119[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];2764[label="vwx30/vwx300 :% vwx301",fontsize=10,color="white",style="solid",shape="box"];119 -> 2764[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2764 -> 137[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 120[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];2765[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];120 -> 2765[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2765 -> 138[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 121[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];121 -> 139[label="",style="solid", color="black", weight=3]; 22.94/10.34 122[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];122 -> 140[label="",style="solid", color="black", weight=3]; 22.94/10.34 123[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];123 -> 141[label="",style="solid", color="black", weight=3]; 22.94/10.34 124[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];124 -> 142[label="",style="solid", color="black", weight=3]; 22.94/10.34 125[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];125 -> 143[label="",style="solid", color="black", weight=3]; 22.94/10.34 126[label="primCompAux0 vwx19 LT",fontsize=16,color="black",shape="box"];126 -> 144[label="",style="solid", color="black", weight=3]; 22.94/10.34 127[label="primCompAux0 vwx19 EQ",fontsize=16,color="black",shape="box"];127 -> 145[label="",style="solid", color="black", weight=3]; 22.94/10.34 128[label="primCompAux0 vwx19 GT",fontsize=16,color="black",shape="box"];128 -> 146[label="",style="solid", color="black", weight=3]; 22.94/10.34 129[label="primCmpFloat vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2766[label="vwx30/Float vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];129 -> 2766[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2766 -> 147[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 130[label="vwx30",fontsize=16,color="green",shape="box"];131[label="vwx40",fontsize=16,color="green",shape="box"];132[label="primCmpChar vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2767[label="vwx30/Char vwx300",fontsize=10,color="white",style="solid",shape="box"];132 -> 2767[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2767 -> 148[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 133[label="primCmpInt vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];2768[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];133 -> 2768[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2768 -> 149[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2769[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];133 -> 2769[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2769 -> 150[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 134[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];134 -> 151[label="",style="solid", color="black", weight=3]; 22.94/10.34 135[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];135 -> 152[label="",style="solid", color="black", weight=3]; 22.94/10.34 136[label="compare () vwx40",fontsize=16,color="burlywood",shape="box"];2770[label="vwx40/()",fontsize=10,color="white",style="solid",shape="box"];136 -> 2770[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2770 -> 153[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 137[label="compare (vwx300 :% vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];2771[label="vwx40/vwx400 :% vwx401",fontsize=10,color="white",style="solid",shape="box"];137 -> 2771[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2771 -> 154[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 138[label="compare (Integer vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2772[label="vwx40/Integer vwx400",fontsize=10,color="white",style="solid",shape="box"];138 -> 2772[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2772 -> 155[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 139[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];139 -> 156[label="",style="solid", color="black", weight=3]; 22.94/10.34 140[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];140 -> 157[label="",style="solid", color="black", weight=3]; 22.94/10.34 141[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];141 -> 158[label="",style="solid", color="black", weight=3]; 22.94/10.34 142[label="primCmpDouble vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2773[label="vwx30/Double vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];142 -> 2773[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2773 -> 159[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 143[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];143 -> 160[label="",style="solid", color="black", weight=3]; 22.94/10.34 144[label="LT",fontsize=16,color="green",shape="box"];145[label="vwx19",fontsize=16,color="green",shape="box"];146[label="GT",fontsize=16,color="green",shape="box"];147[label="primCmpFloat (Float vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];2774[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];147 -> 2774[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2774 -> 161[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2775[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];147 -> 2775[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2775 -> 162[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 148[label="primCmpChar (Char vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2776[label="vwx40/Char vwx400",fontsize=10,color="white",style="solid",shape="box"];148 -> 2776[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2776 -> 163[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 149[label="primCmpInt (Pos vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2777[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];149 -> 2777[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2777 -> 164[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2778[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];149 -> 2778[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2778 -> 165[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 150[label="primCmpInt (Neg vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2779[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];150 -> 2779[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2779 -> 166[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2780[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];150 -> 2780[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2780 -> 167[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 151[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="burlywood",shape="box"];2781[label="vwx30/LT",fontsize=10,color="white",style="solid",shape="box"];151 -> 2781[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2781 -> 168[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2782[label="vwx30/EQ",fontsize=10,color="white",style="solid",shape="box"];151 -> 2782[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2782 -> 169[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2783[label="vwx30/GT",fontsize=10,color="white",style="solid",shape="box"];151 -> 2783[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2783 -> 170[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 152[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="burlywood",shape="box"];2784[label="vwx30/False",fontsize=10,color="white",style="solid",shape="box"];152 -> 2784[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2784 -> 171[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2785[label="vwx30/True",fontsize=10,color="white",style="solid",shape="box"];152 -> 2785[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2785 -> 172[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 153[label="compare () ()",fontsize=16,color="black",shape="box"];153 -> 173[label="",style="solid", color="black", weight=3]; 22.94/10.34 154[label="compare (vwx300 :% vwx301) (vwx400 :% vwx401)",fontsize=16,color="black",shape="box"];154 -> 174[label="",style="solid", color="black", weight=3]; 22.94/10.34 155[label="compare (Integer vwx300) (Integer vwx400)",fontsize=16,color="black",shape="box"];155 -> 175[label="",style="solid", color="black", weight=3]; 22.94/10.34 156[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="burlywood",shape="box"];2786[label="vwx30/Nothing",fontsize=10,color="white",style="solid",shape="box"];156 -> 2786[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2786 -> 176[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2787[label="vwx30/Just vwx300",fontsize=10,color="white",style="solid",shape="box"];156 -> 2787[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2787 -> 177[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 157[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="burlywood",shape="box"];2788[label="vwx30/(vwx300,vwx301)",fontsize=10,color="white",style="solid",shape="box"];157 -> 2788[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2788 -> 178[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 158[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="burlywood",shape="box"];2789[label="vwx30/Left vwx300",fontsize=10,color="white",style="solid",shape="box"];158 -> 2789[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2789 -> 179[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2790[label="vwx30/Right vwx300",fontsize=10,color="white",style="solid",shape="box"];158 -> 2790[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2790 -> 180[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 159[label="primCmpDouble (Double vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];2791[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];159 -> 2791[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2791 -> 181[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2792[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];159 -> 2792[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2792 -> 182[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 160[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="burlywood",shape="box"];2793[label="vwx30/(vwx300,vwx301,vwx302)",fontsize=10,color="white",style="solid",shape="box"];160 -> 2793[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2793 -> 183[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 161[label="primCmpFloat (Float vwx300 (Pos vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];2794[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];161 -> 2794[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2794 -> 184[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 162[label="primCmpFloat (Float vwx300 (Neg vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];2795[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];162 -> 2795[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2795 -> 185[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 163[label="primCmpChar (Char vwx300) (Char vwx400)",fontsize=16,color="black",shape="box"];163 -> 186[label="",style="solid", color="black", weight=3]; 22.94/10.34 164[label="primCmpInt (Pos (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];2796[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];164 -> 2796[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2796 -> 187[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2797[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];164 -> 2797[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2797 -> 188[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 165[label="primCmpInt (Pos Zero) vwx40",fontsize=16,color="burlywood",shape="box"];2798[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];165 -> 2798[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2798 -> 189[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2799[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];165 -> 2799[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2799 -> 190[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 166[label="primCmpInt (Neg (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];2800[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];166 -> 2800[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2800 -> 191[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2801[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];166 -> 2801[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2801 -> 192[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 167[label="primCmpInt (Neg Zero) vwx40",fontsize=16,color="burlywood",shape="box"];2802[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];167 -> 2802[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2802 -> 193[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2803[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];167 -> 2803[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2803 -> 194[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 168[label="compare2 LT vwx40 (LT == vwx40)",fontsize=16,color="burlywood",shape="box"];2804[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];168 -> 2804[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2804 -> 195[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2805[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];168 -> 2805[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2805 -> 196[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2806[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];168 -> 2806[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2806 -> 197[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 169[label="compare2 EQ vwx40 (EQ == vwx40)",fontsize=16,color="burlywood",shape="box"];2807[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];169 -> 2807[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2807 -> 198[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2808[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];169 -> 2808[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2808 -> 199[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2809[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];169 -> 2809[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2809 -> 200[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 170[label="compare2 GT vwx40 (GT == vwx40)",fontsize=16,color="burlywood",shape="box"];2810[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];170 -> 2810[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2810 -> 201[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2811[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];170 -> 2811[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2811 -> 202[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2812[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];170 -> 2812[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2812 -> 203[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 171[label="compare2 False vwx40 (False == vwx40)",fontsize=16,color="burlywood",shape="box"];2813[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];171 -> 2813[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2813 -> 204[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2814[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];171 -> 2814[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2814 -> 205[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 172[label="compare2 True vwx40 (True == vwx40)",fontsize=16,color="burlywood",shape="box"];2815[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];172 -> 2815[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2815 -> 206[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2816[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];172 -> 2816[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2816 -> 207[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 173[label="EQ",fontsize=16,color="green",shape="box"];174[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="blue",shape="box"];2817[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];174 -> 2817[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2817 -> 208[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2818[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];174 -> 2818[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2818 -> 209[label="",style="solid", color="blue", weight=3]; 22.94/10.34 175 -> 133[label="",style="dashed", color="red", weight=0]; 22.94/10.34 175[label="primCmpInt vwx300 vwx400",fontsize=16,color="magenta"];175 -> 210[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 175 -> 211[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 176[label="compare2 Nothing vwx40 (Nothing == vwx40)",fontsize=16,color="burlywood",shape="box"];2819[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];176 -> 2819[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2819 -> 212[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2820[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];176 -> 2820[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2820 -> 213[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 177[label="compare2 (Just vwx300) vwx40 (Just vwx300 == vwx40)",fontsize=16,color="burlywood",shape="box"];2821[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];177 -> 2821[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2821 -> 214[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2822[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];177 -> 2822[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2822 -> 215[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 178[label="compare2 (vwx300,vwx301) vwx40 ((vwx300,vwx301) == vwx40)",fontsize=16,color="burlywood",shape="box"];2823[label="vwx40/(vwx400,vwx401)",fontsize=10,color="white",style="solid",shape="box"];178 -> 2823[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2823 -> 216[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 179[label="compare2 (Left vwx300) vwx40 (Left vwx300 == vwx40)",fontsize=16,color="burlywood",shape="box"];2824[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];179 -> 2824[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2824 -> 217[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2825[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];179 -> 2825[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2825 -> 218[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 180[label="compare2 (Right vwx300) vwx40 (Right vwx300 == vwx40)",fontsize=16,color="burlywood",shape="box"];2826[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];180 -> 2826[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2826 -> 219[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2827[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];180 -> 2827[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2827 -> 220[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 181[label="primCmpDouble (Double vwx300 (Pos vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];2828[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];181 -> 2828[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2828 -> 221[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 182[label="primCmpDouble (Double vwx300 (Neg vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];2829[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];182 -> 2829[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2829 -> 222[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 183[label="compare2 (vwx300,vwx301,vwx302) vwx40 ((vwx300,vwx301,vwx302) == vwx40)",fontsize=16,color="burlywood",shape="box"];2830[label="vwx40/(vwx400,vwx401,vwx402)",fontsize=10,color="white",style="solid",shape="box"];183 -> 2830[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2830 -> 223[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 184[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];2831[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];184 -> 2831[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2831 -> 224[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2832[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];184 -> 2832[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2832 -> 225[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 185[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];2833[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];185 -> 2833[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2833 -> 226[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2834[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];185 -> 2834[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2834 -> 227[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 186[label="primCmpNat vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];2835[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];186 -> 2835[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2835 -> 228[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2836[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];186 -> 2836[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2836 -> 229[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 187[label="primCmpInt (Pos (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];187 -> 230[label="",style="solid", color="black", weight=3]; 22.94/10.34 188[label="primCmpInt (Pos (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];188 -> 231[label="",style="solid", color="black", weight=3]; 22.94/10.34 189[label="primCmpInt (Pos Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];2837[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];189 -> 2837[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2837 -> 232[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2838[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];189 -> 2838[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2838 -> 233[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 190[label="primCmpInt (Pos Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];2839[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];190 -> 2839[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2839 -> 234[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2840[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];190 -> 2840[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2840 -> 235[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 191[label="primCmpInt (Neg (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];191 -> 236[label="",style="solid", color="black", weight=3]; 22.94/10.34 192[label="primCmpInt (Neg (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];192 -> 237[label="",style="solid", color="black", weight=3]; 22.94/10.34 193[label="primCmpInt (Neg Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];2841[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];193 -> 2841[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2841 -> 238[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2842[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];193 -> 2842[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2842 -> 239[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 194[label="primCmpInt (Neg Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];2843[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];194 -> 2843[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2843 -> 240[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2844[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];194 -> 2844[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2844 -> 241[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 195[label="compare2 LT LT (LT == LT)",fontsize=16,color="black",shape="box"];195 -> 242[label="",style="solid", color="black", weight=3]; 22.94/10.34 196[label="compare2 LT EQ (LT == EQ)",fontsize=16,color="black",shape="box"];196 -> 243[label="",style="solid", color="black", weight=3]; 22.94/10.34 197[label="compare2 LT GT (LT == GT)",fontsize=16,color="black",shape="box"];197 -> 244[label="",style="solid", color="black", weight=3]; 22.94/10.34 198[label="compare2 EQ LT (EQ == LT)",fontsize=16,color="black",shape="box"];198 -> 245[label="",style="solid", color="black", weight=3]; 22.94/10.34 199[label="compare2 EQ EQ (EQ == EQ)",fontsize=16,color="black",shape="box"];199 -> 246[label="",style="solid", color="black", weight=3]; 22.94/10.34 200[label="compare2 EQ GT (EQ == GT)",fontsize=16,color="black",shape="box"];200 -> 247[label="",style="solid", color="black", weight=3]; 22.94/10.34 201[label="compare2 GT LT (GT == LT)",fontsize=16,color="black",shape="box"];201 -> 248[label="",style="solid", color="black", weight=3]; 22.94/10.34 202[label="compare2 GT EQ (GT == EQ)",fontsize=16,color="black",shape="box"];202 -> 249[label="",style="solid", color="black", weight=3]; 22.94/10.34 203[label="compare2 GT GT (GT == GT)",fontsize=16,color="black",shape="box"];203 -> 250[label="",style="solid", color="black", weight=3]; 22.94/10.34 204[label="compare2 False False (False == False)",fontsize=16,color="black",shape="box"];204 -> 251[label="",style="solid", color="black", weight=3]; 22.94/10.34 205[label="compare2 False True (False == True)",fontsize=16,color="black",shape="box"];205 -> 252[label="",style="solid", color="black", weight=3]; 22.94/10.34 206[label="compare2 True False (True == False)",fontsize=16,color="black",shape="box"];206 -> 253[label="",style="solid", color="black", weight=3]; 22.94/10.34 207[label="compare2 True True (True == True)",fontsize=16,color="black",shape="box"];207 -> 254[label="",style="solid", color="black", weight=3]; 22.94/10.34 208 -> 115[label="",style="dashed", color="red", weight=0]; 22.94/10.34 208[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="magenta"];208 -> 255[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 208 -> 256[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 209 -> 120[label="",style="dashed", color="red", weight=0]; 22.94/10.34 209[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="magenta"];209 -> 257[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 209 -> 258[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 210[label="vwx300",fontsize=16,color="green",shape="box"];211[label="vwx400",fontsize=16,color="green",shape="box"];212[label="compare2 Nothing Nothing (Nothing == Nothing)",fontsize=16,color="black",shape="box"];212 -> 259[label="",style="solid", color="black", weight=3]; 22.94/10.34 213[label="compare2 Nothing (Just vwx400) (Nothing == Just vwx400)",fontsize=16,color="black",shape="box"];213 -> 260[label="",style="solid", color="black", weight=3]; 22.94/10.34 214[label="compare2 (Just vwx300) Nothing (Just vwx300 == Nothing)",fontsize=16,color="black",shape="box"];214 -> 261[label="",style="solid", color="black", weight=3]; 22.94/10.34 215[label="compare2 (Just vwx300) (Just vwx400) (Just vwx300 == Just vwx400)",fontsize=16,color="black",shape="box"];215 -> 262[label="",style="solid", color="black", weight=3]; 22.94/10.34 216[label="compare2 (vwx300,vwx301) (vwx400,vwx401) ((vwx300,vwx301) == (vwx400,vwx401))",fontsize=16,color="black",shape="box"];216 -> 263[label="",style="solid", color="black", weight=3]; 22.94/10.34 217[label="compare2 (Left vwx300) (Left vwx400) (Left vwx300 == Left vwx400)",fontsize=16,color="black",shape="box"];217 -> 264[label="",style="solid", color="black", weight=3]; 22.94/10.34 218[label="compare2 (Left vwx300) (Right vwx400) (Left vwx300 == Right vwx400)",fontsize=16,color="black",shape="box"];218 -> 265[label="",style="solid", color="black", weight=3]; 22.94/10.34 219[label="compare2 (Right vwx300) (Left vwx400) (Right vwx300 == Left vwx400)",fontsize=16,color="black",shape="box"];219 -> 266[label="",style="solid", color="black", weight=3]; 22.94/10.34 220[label="compare2 (Right vwx300) (Right vwx400) (Right vwx300 == Right vwx400)",fontsize=16,color="black",shape="box"];220 -> 267[label="",style="solid", color="black", weight=3]; 22.94/10.34 221[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];2845[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];221 -> 2845[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2845 -> 268[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2846[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];221 -> 2846[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2846 -> 269[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 222[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];2847[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];222 -> 2847[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2847 -> 270[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2848[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];222 -> 2848[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2848 -> 271[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 223[label="compare2 (vwx300,vwx301,vwx302) (vwx400,vwx401,vwx402) ((vwx300,vwx301,vwx302) == (vwx400,vwx401,vwx402))",fontsize=16,color="black",shape="box"];223 -> 272[label="",style="solid", color="black", weight=3]; 22.94/10.34 224[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];224 -> 273[label="",style="solid", color="black", weight=3]; 22.94/10.34 225[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];225 -> 274[label="",style="solid", color="black", weight=3]; 22.94/10.34 226[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];226 -> 275[label="",style="solid", color="black", weight=3]; 22.94/10.34 227[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];227 -> 276[label="",style="solid", color="black", weight=3]; 22.94/10.34 228[label="primCmpNat (Succ vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];2849[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];228 -> 2849[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2849 -> 277[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2850[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];228 -> 2850[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2850 -> 278[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 229[label="primCmpNat Zero vwx400",fontsize=16,color="burlywood",shape="box"];2851[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];229 -> 2851[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2851 -> 279[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2852[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];229 -> 2852[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2852 -> 280[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 230 -> 186[label="",style="dashed", color="red", weight=0]; 22.94/10.34 230[label="primCmpNat (Succ vwx3000) vwx400",fontsize=16,color="magenta"];230 -> 281[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 230 -> 282[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 231[label="GT",fontsize=16,color="green",shape="box"];232[label="primCmpInt (Pos Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];232 -> 283[label="",style="solid", color="black", weight=3]; 22.94/10.34 233[label="primCmpInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];233 -> 284[label="",style="solid", color="black", weight=3]; 22.94/10.34 234[label="primCmpInt (Pos Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];234 -> 285[label="",style="solid", color="black", weight=3]; 22.94/10.34 235[label="primCmpInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];235 -> 286[label="",style="solid", color="black", weight=3]; 22.94/10.34 236[label="LT",fontsize=16,color="green",shape="box"];237 -> 186[label="",style="dashed", color="red", weight=0]; 22.94/10.34 237[label="primCmpNat vwx400 (Succ vwx3000)",fontsize=16,color="magenta"];237 -> 287[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 237 -> 288[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 238[label="primCmpInt (Neg Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];238 -> 289[label="",style="solid", color="black", weight=3]; 22.94/10.34 239[label="primCmpInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];239 -> 290[label="",style="solid", color="black", weight=3]; 22.94/10.34 240[label="primCmpInt (Neg Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];240 -> 291[label="",style="solid", color="black", weight=3]; 22.94/10.34 241[label="primCmpInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];241 -> 292[label="",style="solid", color="black", weight=3]; 22.94/10.34 242[label="compare2 LT LT True",fontsize=16,color="black",shape="box"];242 -> 293[label="",style="solid", color="black", weight=3]; 22.94/10.34 243[label="compare2 LT EQ False",fontsize=16,color="black",shape="box"];243 -> 294[label="",style="solid", color="black", weight=3]; 22.94/10.34 244[label="compare2 LT GT False",fontsize=16,color="black",shape="box"];244 -> 295[label="",style="solid", color="black", weight=3]; 22.94/10.34 245[label="compare2 EQ LT False",fontsize=16,color="black",shape="box"];245 -> 296[label="",style="solid", color="black", weight=3]; 22.94/10.34 246[label="compare2 EQ EQ True",fontsize=16,color="black",shape="box"];246 -> 297[label="",style="solid", color="black", weight=3]; 22.94/10.34 247[label="compare2 EQ GT False",fontsize=16,color="black",shape="box"];247 -> 298[label="",style="solid", color="black", weight=3]; 22.94/10.34 248[label="compare2 GT LT False",fontsize=16,color="black",shape="box"];248 -> 299[label="",style="solid", color="black", weight=3]; 22.94/10.34 249[label="compare2 GT EQ False",fontsize=16,color="black",shape="box"];249 -> 300[label="",style="solid", color="black", weight=3]; 22.94/10.34 250[label="compare2 GT GT True",fontsize=16,color="black",shape="box"];250 -> 301[label="",style="solid", color="black", weight=3]; 22.94/10.34 251[label="compare2 False False True",fontsize=16,color="black",shape="box"];251 -> 302[label="",style="solid", color="black", weight=3]; 22.94/10.34 252[label="compare2 False True False",fontsize=16,color="black",shape="box"];252 -> 303[label="",style="solid", color="black", weight=3]; 22.94/10.34 253[label="compare2 True False False",fontsize=16,color="black",shape="box"];253 -> 304[label="",style="solid", color="black", weight=3]; 22.94/10.34 254[label="compare2 True True True",fontsize=16,color="black",shape="box"];254 -> 305[label="",style="solid", color="black", weight=3]; 22.94/10.34 255[label="vwx300 * vwx401",fontsize=16,color="black",shape="triangle"];255 -> 306[label="",style="solid", color="black", weight=3]; 22.94/10.34 256 -> 255[label="",style="dashed", color="red", weight=0]; 22.94/10.34 256[label="vwx400 * vwx301",fontsize=16,color="magenta"];256 -> 307[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 256 -> 308[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 257[label="vwx300 * vwx401",fontsize=16,color="burlywood",shape="triangle"];2853[label="vwx300/Integer vwx3000",fontsize=10,color="white",style="solid",shape="box"];257 -> 2853[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2853 -> 309[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 258 -> 257[label="",style="dashed", color="red", weight=0]; 22.94/10.34 258[label="vwx400 * vwx301",fontsize=16,color="magenta"];258 -> 310[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 258 -> 311[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 259[label="compare2 Nothing Nothing True",fontsize=16,color="black",shape="box"];259 -> 312[label="",style="solid", color="black", weight=3]; 22.94/10.34 260[label="compare2 Nothing (Just vwx400) False",fontsize=16,color="black",shape="box"];260 -> 313[label="",style="solid", color="black", weight=3]; 22.94/10.34 261[label="compare2 (Just vwx300) Nothing False",fontsize=16,color="black",shape="box"];261 -> 314[label="",style="solid", color="black", weight=3]; 22.94/10.34 262 -> 315[label="",style="dashed", color="red", weight=0]; 22.94/10.34 262[label="compare2 (Just vwx300) (Just vwx400) (vwx300 == vwx400)",fontsize=16,color="magenta"];262 -> 316[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 262 -> 317[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 262 -> 318[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 263 -> 706[label="",style="dashed", color="red", weight=0]; 22.94/10.34 263[label="compare2 (vwx300,vwx301) (vwx400,vwx401) (vwx300 == vwx400 && vwx301 == vwx401)",fontsize=16,color="magenta"];263 -> 707[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 263 -> 708[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 263 -> 709[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 263 -> 710[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 263 -> 711[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 264 -> 325[label="",style="dashed", color="red", weight=0]; 22.94/10.34 264[label="compare2 (Left vwx300) (Left vwx400) (vwx300 == vwx400)",fontsize=16,color="magenta"];264 -> 326[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 264 -> 327[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 264 -> 328[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 265[label="compare2 (Left vwx300) (Right vwx400) False",fontsize=16,color="black",shape="box"];265 -> 329[label="",style="solid", color="black", weight=3]; 22.94/10.34 266[label="compare2 (Right vwx300) (Left vwx400) False",fontsize=16,color="black",shape="box"];266 -> 330[label="",style="solid", color="black", weight=3]; 22.94/10.34 267 -> 331[label="",style="dashed", color="red", weight=0]; 22.94/10.34 267[label="compare2 (Right vwx300) (Right vwx400) (vwx300 == vwx400)",fontsize=16,color="magenta"];267 -> 332[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 267 -> 333[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 267 -> 334[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 268[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];268 -> 335[label="",style="solid", color="black", weight=3]; 22.94/10.34 269[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];269 -> 336[label="",style="solid", color="black", weight=3]; 22.94/10.34 270[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];270 -> 337[label="",style="solid", color="black", weight=3]; 22.94/10.34 271[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];271 -> 338[label="",style="solid", color="black", weight=3]; 22.94/10.34 272 -> 753[label="",style="dashed", color="red", weight=0]; 22.94/10.34 272[label="compare2 (vwx300,vwx301,vwx302) (vwx400,vwx401,vwx402) (vwx300 == vwx400 && vwx301 == vwx401 && vwx302 == vwx402)",fontsize=16,color="magenta"];272 -> 754[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 272 -> 755[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 272 -> 756[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 272 -> 757[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 272 -> 758[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 272 -> 759[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 272 -> 760[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 273 -> 115[label="",style="dashed", color="red", weight=0]; 22.94/10.34 273[label="compare (vwx300 * Pos vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];273 -> 347[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 273 -> 348[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 274 -> 115[label="",style="dashed", color="red", weight=0]; 22.94/10.34 274[label="compare (vwx300 * Pos vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];274 -> 349[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 274 -> 350[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 275 -> 115[label="",style="dashed", color="red", weight=0]; 22.94/10.34 275[label="compare (vwx300 * Neg vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];275 -> 351[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 275 -> 352[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 276 -> 115[label="",style="dashed", color="red", weight=0]; 22.94/10.34 276[label="compare (vwx300 * Neg vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];276 -> 353[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 276 -> 354[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 277[label="primCmpNat (Succ vwx3000) (Succ vwx4000)",fontsize=16,color="black",shape="box"];277 -> 355[label="",style="solid", color="black", weight=3]; 22.94/10.34 278[label="primCmpNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];278 -> 356[label="",style="solid", color="black", weight=3]; 22.94/10.34 279[label="primCmpNat Zero (Succ vwx4000)",fontsize=16,color="black",shape="box"];279 -> 357[label="",style="solid", color="black", weight=3]; 22.94/10.34 280[label="primCmpNat Zero Zero",fontsize=16,color="black",shape="box"];280 -> 358[label="",style="solid", color="black", weight=3]; 22.94/10.34 281[label="Succ vwx3000",fontsize=16,color="green",shape="box"];282[label="vwx400",fontsize=16,color="green",shape="box"];283 -> 186[label="",style="dashed", color="red", weight=0]; 22.94/10.34 283[label="primCmpNat Zero (Succ vwx4000)",fontsize=16,color="magenta"];283 -> 359[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 283 -> 360[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 284[label="EQ",fontsize=16,color="green",shape="box"];285[label="GT",fontsize=16,color="green",shape="box"];286[label="EQ",fontsize=16,color="green",shape="box"];287[label="vwx400",fontsize=16,color="green",shape="box"];288[label="Succ vwx3000",fontsize=16,color="green",shape="box"];289[label="LT",fontsize=16,color="green",shape="box"];290[label="EQ",fontsize=16,color="green",shape="box"];291 -> 186[label="",style="dashed", color="red", weight=0]; 22.94/10.34 291[label="primCmpNat (Succ vwx4000) Zero",fontsize=16,color="magenta"];291 -> 361[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 291 -> 362[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 292[label="EQ",fontsize=16,color="green",shape="box"];293[label="EQ",fontsize=16,color="green",shape="box"];294[label="compare1 LT EQ (LT <= EQ)",fontsize=16,color="black",shape="box"];294 -> 363[label="",style="solid", color="black", weight=3]; 22.94/10.34 295[label="compare1 LT GT (LT <= GT)",fontsize=16,color="black",shape="box"];295 -> 364[label="",style="solid", color="black", weight=3]; 22.94/10.34 296[label="compare1 EQ LT (EQ <= LT)",fontsize=16,color="black",shape="box"];296 -> 365[label="",style="solid", color="black", weight=3]; 22.94/10.34 297[label="EQ",fontsize=16,color="green",shape="box"];298[label="compare1 EQ GT (EQ <= GT)",fontsize=16,color="black",shape="box"];298 -> 366[label="",style="solid", color="black", weight=3]; 22.94/10.34 299[label="compare1 GT LT (GT <= LT)",fontsize=16,color="black",shape="box"];299 -> 367[label="",style="solid", color="black", weight=3]; 22.94/10.34 300[label="compare1 GT EQ (GT <= EQ)",fontsize=16,color="black",shape="box"];300 -> 368[label="",style="solid", color="black", weight=3]; 22.94/10.34 301[label="EQ",fontsize=16,color="green",shape="box"];302[label="EQ",fontsize=16,color="green",shape="box"];303[label="compare1 False True (False <= True)",fontsize=16,color="black",shape="box"];303 -> 369[label="",style="solid", color="black", weight=3]; 22.94/10.34 304[label="compare1 True False (True <= False)",fontsize=16,color="black",shape="box"];304 -> 370[label="",style="solid", color="black", weight=3]; 22.94/10.34 305[label="EQ",fontsize=16,color="green",shape="box"];306[label="primMulInt vwx300 vwx401",fontsize=16,color="burlywood",shape="triangle"];2854[label="vwx300/Pos vwx3000",fontsize=10,color="white",style="solid",shape="box"];306 -> 2854[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2854 -> 371[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2855[label="vwx300/Neg vwx3000",fontsize=10,color="white",style="solid",shape="box"];306 -> 2855[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2855 -> 372[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 307[label="vwx400",fontsize=16,color="green",shape="box"];308[label="vwx301",fontsize=16,color="green",shape="box"];309[label="Integer vwx3000 * vwx401",fontsize=16,color="burlywood",shape="box"];2856[label="vwx401/Integer vwx4010",fontsize=10,color="white",style="solid",shape="box"];309 -> 2856[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2856 -> 373[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 310[label="vwx400",fontsize=16,color="green",shape="box"];311[label="vwx301",fontsize=16,color="green",shape="box"];312[label="EQ",fontsize=16,color="green",shape="box"];313[label="compare1 Nothing (Just vwx400) (Nothing <= Just vwx400)",fontsize=16,color="black",shape="box"];313 -> 374[label="",style="solid", color="black", weight=3]; 22.94/10.34 314[label="compare1 (Just vwx300) Nothing (Just vwx300 <= Nothing)",fontsize=16,color="black",shape="box"];314 -> 375[label="",style="solid", color="black", weight=3]; 22.94/10.34 316[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2857[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];316 -> 2857[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2857 -> 376[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2858[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];316 -> 2858[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2858 -> 377[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2859[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];316 -> 2859[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2859 -> 378[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2860[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];316 -> 2860[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2860 -> 379[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2861[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];316 -> 2861[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2861 -> 380[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2862[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];316 -> 2862[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2862 -> 381[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2863[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];316 -> 2863[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2863 -> 382[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2864[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];316 -> 2864[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2864 -> 383[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2865[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];316 -> 2865[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2865 -> 384[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2866[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];316 -> 2866[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2866 -> 385[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2867[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];316 -> 2867[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2867 -> 386[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2868[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];316 -> 2868[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2868 -> 387[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2869[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];316 -> 2869[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2869 -> 388[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2870[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];316 -> 2870[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2870 -> 389[label="",style="solid", color="blue", weight=3]; 22.94/10.34 317[label="vwx400",fontsize=16,color="green",shape="box"];318[label="vwx300",fontsize=16,color="green",shape="box"];315[label="compare2 (Just vwx25) (Just vwx26) vwx27",fontsize=16,color="burlywood",shape="triangle"];2871[label="vwx27/False",fontsize=10,color="white",style="solid",shape="box"];315 -> 2871[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2871 -> 390[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2872[label="vwx27/True",fontsize=10,color="white",style="solid",shape="box"];315 -> 2872[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2872 -> 391[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 707[label="vwx400",fontsize=16,color="green",shape="box"];708 -> 785[label="",style="dashed", color="red", weight=0]; 22.94/10.34 708[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];708 -> 786[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 708 -> 787[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 709[label="vwx401",fontsize=16,color="green",shape="box"];710[label="vwx301",fontsize=16,color="green",shape="box"];711[label="vwx300",fontsize=16,color="green",shape="box"];706[label="compare2 (vwx74,vwx75) (vwx76,vwx77) vwx78",fontsize=16,color="burlywood",shape="triangle"];2873[label="vwx78/False",fontsize=10,color="white",style="solid",shape="box"];706 -> 2873[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2873 -> 731[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2874[label="vwx78/True",fontsize=10,color="white",style="solid",shape="box"];706 -> 2874[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2874 -> 732[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 326[label="vwx400",fontsize=16,color="green",shape="box"];327[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2875[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];327 -> 2875[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2875 -> 408[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2876[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];327 -> 2876[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2876 -> 409[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2877[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];327 -> 2877[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2877 -> 410[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2878[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];327 -> 2878[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2878 -> 411[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2879[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];327 -> 2879[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2879 -> 412[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2880[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];327 -> 2880[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2880 -> 413[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2881[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];327 -> 2881[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2881 -> 414[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2882[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];327 -> 2882[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2882 -> 415[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2883[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];327 -> 2883[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2883 -> 416[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2884[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];327 -> 2884[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2884 -> 417[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2885[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];327 -> 2885[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2885 -> 418[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2886[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];327 -> 2886[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2886 -> 419[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2887[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];327 -> 2887[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2887 -> 420[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2888[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];327 -> 2888[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2888 -> 421[label="",style="solid", color="blue", weight=3]; 22.94/10.34 328[label="vwx300",fontsize=16,color="green",shape="box"];325[label="compare2 (Left vwx43) (Left vwx44) vwx45",fontsize=16,color="burlywood",shape="triangle"];2889[label="vwx45/False",fontsize=10,color="white",style="solid",shape="box"];325 -> 2889[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2889 -> 422[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2890[label="vwx45/True",fontsize=10,color="white",style="solid",shape="box"];325 -> 2890[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2890 -> 423[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 329[label="compare1 (Left vwx300) (Right vwx400) (Left vwx300 <= Right vwx400)",fontsize=16,color="black",shape="box"];329 -> 424[label="",style="solid", color="black", weight=3]; 22.94/10.34 330[label="compare1 (Right vwx300) (Left vwx400) (Right vwx300 <= Left vwx400)",fontsize=16,color="black",shape="box"];330 -> 425[label="",style="solid", color="black", weight=3]; 22.94/10.34 332[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2891[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];332 -> 2891[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2891 -> 426[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2892[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];332 -> 2892[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2892 -> 427[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2893[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];332 -> 2893[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2893 -> 428[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2894[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];332 -> 2894[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2894 -> 429[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2895[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];332 -> 2895[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2895 -> 430[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2896[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];332 -> 2896[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2896 -> 431[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2897[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];332 -> 2897[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2897 -> 432[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2898[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];332 -> 2898[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2898 -> 433[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2899[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];332 -> 2899[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2899 -> 434[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2900[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];332 -> 2900[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2900 -> 435[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2901[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];332 -> 2901[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2901 -> 436[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2902[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];332 -> 2902[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2902 -> 437[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2903[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];332 -> 2903[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2903 -> 438[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2904[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];332 -> 2904[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2904 -> 439[label="",style="solid", color="blue", weight=3]; 22.94/10.34 333[label="vwx400",fontsize=16,color="green",shape="box"];334[label="vwx300",fontsize=16,color="green",shape="box"];331[label="compare2 (Right vwx50) (Right vwx51) vwx52",fontsize=16,color="burlywood",shape="triangle"];2905[label="vwx52/False",fontsize=10,color="white",style="solid",shape="box"];331 -> 2905[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2905 -> 440[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2906[label="vwx52/True",fontsize=10,color="white",style="solid",shape="box"];331 -> 2906[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2906 -> 441[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 335 -> 115[label="",style="dashed", color="red", weight=0]; 22.94/10.34 335[label="compare (vwx300 * Pos vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];335 -> 442[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 335 -> 443[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 336 -> 115[label="",style="dashed", color="red", weight=0]; 22.94/10.34 336[label="compare (vwx300 * Pos vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];336 -> 444[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 336 -> 445[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 337 -> 115[label="",style="dashed", color="red", weight=0]; 22.94/10.34 337[label="compare (vwx300 * Neg vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];337 -> 446[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 337 -> 447[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 338 -> 115[label="",style="dashed", color="red", weight=0]; 22.94/10.34 338[label="compare (vwx300 * Neg vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];338 -> 448[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 338 -> 449[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 754 -> 785[label="",style="dashed", color="red", weight=0]; 22.94/10.34 754[label="vwx300 == vwx400 && vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];754 -> 788[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 754 -> 789[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 755[label="vwx401",fontsize=16,color="green",shape="box"];756[label="vwx300",fontsize=16,color="green",shape="box"];757[label="vwx400",fontsize=16,color="green",shape="box"];758[label="vwx301",fontsize=16,color="green",shape="box"];759[label="vwx402",fontsize=16,color="green",shape="box"];760[label="vwx302",fontsize=16,color="green",shape="box"];753[label="compare2 (vwx61,vwx62,vwx63) (vwx64,vwx65,vwx66) vwx86",fontsize=16,color="burlywood",shape="triangle"];2907[label="vwx86/False",fontsize=10,color="white",style="solid",shape="box"];753 -> 2907[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2907 -> 769[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2908[label="vwx86/True",fontsize=10,color="white",style="solid",shape="box"];753 -> 2908[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2908 -> 770[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 347 -> 255[label="",style="dashed", color="red", weight=0]; 22.94/10.34 347[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];347 -> 466[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 347 -> 467[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 348 -> 255[label="",style="dashed", color="red", weight=0]; 22.94/10.34 348[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];348 -> 468[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 348 -> 469[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 349 -> 255[label="",style="dashed", color="red", weight=0]; 22.94/10.34 349[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];349 -> 470[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 349 -> 471[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 350 -> 255[label="",style="dashed", color="red", weight=0]; 22.94/10.34 350[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];350 -> 472[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 350 -> 473[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 351 -> 255[label="",style="dashed", color="red", weight=0]; 22.94/10.34 351[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];351 -> 474[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 351 -> 475[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 352 -> 255[label="",style="dashed", color="red", weight=0]; 22.94/10.34 352[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];352 -> 476[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 352 -> 477[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 353 -> 255[label="",style="dashed", color="red", weight=0]; 22.94/10.34 353[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];353 -> 478[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 353 -> 479[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 354 -> 255[label="",style="dashed", color="red", weight=0]; 22.94/10.34 354[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];354 -> 480[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 354 -> 481[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 355 -> 186[label="",style="dashed", color="red", weight=0]; 22.94/10.34 355[label="primCmpNat vwx3000 vwx4000",fontsize=16,color="magenta"];355 -> 482[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 355 -> 483[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 356[label="GT",fontsize=16,color="green",shape="box"];357[label="LT",fontsize=16,color="green",shape="box"];358[label="EQ",fontsize=16,color="green",shape="box"];359[label="Zero",fontsize=16,color="green",shape="box"];360[label="Succ vwx4000",fontsize=16,color="green",shape="box"];361[label="Succ vwx4000",fontsize=16,color="green",shape="box"];362[label="Zero",fontsize=16,color="green",shape="box"];363[label="compare1 LT EQ True",fontsize=16,color="black",shape="box"];363 -> 484[label="",style="solid", color="black", weight=3]; 22.94/10.34 364[label="compare1 LT GT True",fontsize=16,color="black",shape="box"];364 -> 485[label="",style="solid", color="black", weight=3]; 22.94/10.34 365[label="compare1 EQ LT False",fontsize=16,color="black",shape="box"];365 -> 486[label="",style="solid", color="black", weight=3]; 22.94/10.34 366[label="compare1 EQ GT True",fontsize=16,color="black",shape="box"];366 -> 487[label="",style="solid", color="black", weight=3]; 22.94/10.34 367[label="compare1 GT LT False",fontsize=16,color="black",shape="box"];367 -> 488[label="",style="solid", color="black", weight=3]; 22.94/10.34 368[label="compare1 GT EQ False",fontsize=16,color="black",shape="box"];368 -> 489[label="",style="solid", color="black", weight=3]; 22.94/10.34 369[label="compare1 False True True",fontsize=16,color="black",shape="box"];369 -> 490[label="",style="solid", color="black", weight=3]; 22.94/10.34 370[label="compare1 True False False",fontsize=16,color="black",shape="box"];370 -> 491[label="",style="solid", color="black", weight=3]; 22.94/10.34 371[label="primMulInt (Pos vwx3000) vwx401",fontsize=16,color="burlywood",shape="box"];2909[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];371 -> 2909[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2909 -> 492[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2910[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];371 -> 2910[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2910 -> 493[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 372[label="primMulInt (Neg vwx3000) vwx401",fontsize=16,color="burlywood",shape="box"];2911[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];372 -> 2911[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2911 -> 494[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2912[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];372 -> 2912[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2912 -> 495[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 373[label="Integer vwx3000 * Integer vwx4010",fontsize=16,color="black",shape="box"];373 -> 496[label="",style="solid", color="black", weight=3]; 22.94/10.34 374[label="compare1 Nothing (Just vwx400) True",fontsize=16,color="black",shape="box"];374 -> 497[label="",style="solid", color="black", weight=3]; 22.94/10.34 375[label="compare1 (Just vwx300) Nothing False",fontsize=16,color="black",shape="box"];375 -> 498[label="",style="solid", color="black", weight=3]; 22.94/10.34 376[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];2913[label="vwx300/(vwx3000,vwx3001,vwx3002)",fontsize=10,color="white",style="solid",shape="box"];376 -> 2913[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2913 -> 499[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 377[label="vwx300 == vwx400",fontsize=16,color="black",shape="triangle"];377 -> 500[label="",style="solid", color="black", weight=3]; 22.94/10.34 378[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];2914[label="vwx300/(vwx3000,vwx3001)",fontsize=10,color="white",style="solid",shape="box"];378 -> 2914[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2914 -> 501[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 379[label="vwx300 == vwx400",fontsize=16,color="black",shape="triangle"];379 -> 502[label="",style="solid", color="black", weight=3]; 22.94/10.34 380[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];2915[label="vwx300/Integer vwx3000",fontsize=10,color="white",style="solid",shape="box"];380 -> 2915[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2915 -> 503[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 381[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];2916[label="vwx300/False",fontsize=10,color="white",style="solid",shape="box"];381 -> 2916[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2916 -> 504[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2917[label="vwx300/True",fontsize=10,color="white",style="solid",shape="box"];381 -> 2917[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2917 -> 505[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 382[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];2918[label="vwx300/vwx3000 :% vwx3001",fontsize=10,color="white",style="solid",shape="box"];382 -> 2918[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2918 -> 506[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 383[label="vwx300 == vwx400",fontsize=16,color="black",shape="triangle"];383 -> 507[label="",style="solid", color="black", weight=3]; 22.94/10.34 384[label="vwx300 == vwx400",fontsize=16,color="black",shape="triangle"];384 -> 508[label="",style="solid", color="black", weight=3]; 22.94/10.34 385[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];2919[label="vwx300/LT",fontsize=10,color="white",style="solid",shape="box"];385 -> 2919[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2919 -> 509[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2920[label="vwx300/EQ",fontsize=10,color="white",style="solid",shape="box"];385 -> 2920[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2920 -> 510[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2921[label="vwx300/GT",fontsize=10,color="white",style="solid",shape="box"];385 -> 2921[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2921 -> 511[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 386[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];2922[label="vwx300/Nothing",fontsize=10,color="white",style="solid",shape="box"];386 -> 2922[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2922 -> 512[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2923[label="vwx300/Just vwx3000",fontsize=10,color="white",style="solid",shape="box"];386 -> 2923[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2923 -> 513[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 387[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];2924[label="vwx300/Left vwx3000",fontsize=10,color="white",style="solid",shape="box"];387 -> 2924[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2924 -> 514[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2925[label="vwx300/Right vwx3000",fontsize=10,color="white",style="solid",shape="box"];387 -> 2925[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2925 -> 515[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 388[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];2926[label="vwx300/vwx3000 : vwx3001",fontsize=10,color="white",style="solid",shape="box"];388 -> 2926[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2926 -> 516[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2927[label="vwx300/[]",fontsize=10,color="white",style="solid",shape="box"];388 -> 2927[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2927 -> 517[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 389[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];2928[label="vwx300/()",fontsize=10,color="white",style="solid",shape="box"];389 -> 2928[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2928 -> 518[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 390[label="compare2 (Just vwx25) (Just vwx26) False",fontsize=16,color="black",shape="box"];390 -> 519[label="",style="solid", color="black", weight=3]; 22.94/10.34 391[label="compare2 (Just vwx25) (Just vwx26) True",fontsize=16,color="black",shape="box"];391 -> 520[label="",style="solid", color="black", weight=3]; 22.94/10.34 786[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2929[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];786 -> 2929[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2929 -> 794[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2930[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];786 -> 2930[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2930 -> 795[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2931[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];786 -> 2931[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2931 -> 796[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2932[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];786 -> 2932[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2932 -> 797[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2933[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];786 -> 2933[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2933 -> 798[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2934[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];786 -> 2934[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2934 -> 799[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2935[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];786 -> 2935[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2935 -> 800[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2936[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];786 -> 2936[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2936 -> 801[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2937[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];786 -> 2937[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2937 -> 802[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2938[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];786 -> 2938[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2938 -> 803[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2939[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];786 -> 2939[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2939 -> 804[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2940[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];786 -> 2940[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2940 -> 805[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2941[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];786 -> 2941[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2941 -> 806[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2942[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];786 -> 2942[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2942 -> 807[label="",style="solid", color="blue", weight=3]; 22.94/10.34 787[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];2943[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];787 -> 2943[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2943 -> 808[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2944[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];787 -> 2944[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2944 -> 809[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2945[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];787 -> 2945[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2945 -> 810[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2946[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];787 -> 2946[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2946 -> 811[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2947[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];787 -> 2947[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2947 -> 812[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2948[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];787 -> 2948[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2948 -> 813[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2949[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];787 -> 2949[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2949 -> 814[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2950[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];787 -> 2950[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2950 -> 815[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2951[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];787 -> 2951[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2951 -> 816[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2952[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];787 -> 2952[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2952 -> 817[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2953[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];787 -> 2953[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2953 -> 818[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2954[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];787 -> 2954[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2954 -> 819[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2955[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];787 -> 2955[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2955 -> 820[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2956[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];787 -> 2956[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2956 -> 821[label="",style="solid", color="blue", weight=3]; 22.94/10.34 785[label="vwx91 && vwx92",fontsize=16,color="burlywood",shape="triangle"];2957[label="vwx91/False",fontsize=10,color="white",style="solid",shape="box"];785 -> 2957[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2957 -> 822[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2958[label="vwx91/True",fontsize=10,color="white",style="solid",shape="box"];785 -> 2958[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2958 -> 823[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 731[label="compare2 (vwx74,vwx75) (vwx76,vwx77) False",fontsize=16,color="black",shape="box"];731 -> 824[label="",style="solid", color="black", weight=3]; 22.94/10.34 732[label="compare2 (vwx74,vwx75) (vwx76,vwx77) True",fontsize=16,color="black",shape="box"];732 -> 825[label="",style="solid", color="black", weight=3]; 22.94/10.34 408 -> 376[label="",style="dashed", color="red", weight=0]; 22.94/10.34 408[label="vwx300 == vwx400",fontsize=16,color="magenta"];408 -> 551[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 408 -> 552[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 409 -> 377[label="",style="dashed", color="red", weight=0]; 22.94/10.34 409[label="vwx300 == vwx400",fontsize=16,color="magenta"];409 -> 553[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 409 -> 554[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 410 -> 378[label="",style="dashed", color="red", weight=0]; 22.94/10.34 410[label="vwx300 == vwx400",fontsize=16,color="magenta"];410 -> 555[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 410 -> 556[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 411 -> 379[label="",style="dashed", color="red", weight=0]; 22.94/10.34 411[label="vwx300 == vwx400",fontsize=16,color="magenta"];411 -> 557[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 411 -> 558[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 412 -> 380[label="",style="dashed", color="red", weight=0]; 22.94/10.34 412[label="vwx300 == vwx400",fontsize=16,color="magenta"];412 -> 559[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 412 -> 560[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 413 -> 381[label="",style="dashed", color="red", weight=0]; 22.94/10.34 413[label="vwx300 == vwx400",fontsize=16,color="magenta"];413 -> 561[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 413 -> 562[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 414 -> 382[label="",style="dashed", color="red", weight=0]; 22.94/10.34 414[label="vwx300 == vwx400",fontsize=16,color="magenta"];414 -> 563[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 414 -> 564[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 415 -> 383[label="",style="dashed", color="red", weight=0]; 22.94/10.34 415[label="vwx300 == vwx400",fontsize=16,color="magenta"];415 -> 565[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 415 -> 566[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 416 -> 384[label="",style="dashed", color="red", weight=0]; 22.94/10.34 416[label="vwx300 == vwx400",fontsize=16,color="magenta"];416 -> 567[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 416 -> 568[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 417 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.34 417[label="vwx300 == vwx400",fontsize=16,color="magenta"];417 -> 569[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 417 -> 570[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 418 -> 386[label="",style="dashed", color="red", weight=0]; 22.94/10.34 418[label="vwx300 == vwx400",fontsize=16,color="magenta"];418 -> 571[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 418 -> 572[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 419 -> 387[label="",style="dashed", color="red", weight=0]; 22.94/10.34 419[label="vwx300 == vwx400",fontsize=16,color="magenta"];419 -> 573[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 419 -> 574[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 420 -> 388[label="",style="dashed", color="red", weight=0]; 22.94/10.34 420[label="vwx300 == vwx400",fontsize=16,color="magenta"];420 -> 575[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 420 -> 576[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 421 -> 389[label="",style="dashed", color="red", weight=0]; 22.94/10.34 421[label="vwx300 == vwx400",fontsize=16,color="magenta"];421 -> 577[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 421 -> 578[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 422[label="compare2 (Left vwx43) (Left vwx44) False",fontsize=16,color="black",shape="box"];422 -> 579[label="",style="solid", color="black", weight=3]; 22.94/10.34 423[label="compare2 (Left vwx43) (Left vwx44) True",fontsize=16,color="black",shape="box"];423 -> 580[label="",style="solid", color="black", weight=3]; 22.94/10.34 424[label="compare1 (Left vwx300) (Right vwx400) True",fontsize=16,color="black",shape="box"];424 -> 581[label="",style="solid", color="black", weight=3]; 22.94/10.34 425[label="compare1 (Right vwx300) (Left vwx400) False",fontsize=16,color="black",shape="box"];425 -> 582[label="",style="solid", color="black", weight=3]; 22.94/10.34 426 -> 376[label="",style="dashed", color="red", weight=0]; 22.94/10.34 426[label="vwx300 == vwx400",fontsize=16,color="magenta"];426 -> 583[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 426 -> 584[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 427 -> 377[label="",style="dashed", color="red", weight=0]; 22.94/10.34 427[label="vwx300 == vwx400",fontsize=16,color="magenta"];427 -> 585[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 427 -> 586[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 428 -> 378[label="",style="dashed", color="red", weight=0]; 22.94/10.34 428[label="vwx300 == vwx400",fontsize=16,color="magenta"];428 -> 587[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 428 -> 588[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 429 -> 379[label="",style="dashed", color="red", weight=0]; 22.94/10.34 429[label="vwx300 == vwx400",fontsize=16,color="magenta"];429 -> 589[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 429 -> 590[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 430 -> 380[label="",style="dashed", color="red", weight=0]; 22.94/10.34 430[label="vwx300 == vwx400",fontsize=16,color="magenta"];430 -> 591[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 430 -> 592[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 431 -> 381[label="",style="dashed", color="red", weight=0]; 22.94/10.34 431[label="vwx300 == vwx400",fontsize=16,color="magenta"];431 -> 593[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 431 -> 594[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 432 -> 382[label="",style="dashed", color="red", weight=0]; 22.94/10.34 432[label="vwx300 == vwx400",fontsize=16,color="magenta"];432 -> 595[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 432 -> 596[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 433 -> 383[label="",style="dashed", color="red", weight=0]; 22.94/10.34 433[label="vwx300 == vwx400",fontsize=16,color="magenta"];433 -> 597[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 433 -> 598[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 434 -> 384[label="",style="dashed", color="red", weight=0]; 22.94/10.34 434[label="vwx300 == vwx400",fontsize=16,color="magenta"];434 -> 599[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 434 -> 600[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 435 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.34 435[label="vwx300 == vwx400",fontsize=16,color="magenta"];435 -> 601[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 435 -> 602[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 436 -> 386[label="",style="dashed", color="red", weight=0]; 22.94/10.34 436[label="vwx300 == vwx400",fontsize=16,color="magenta"];436 -> 603[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 436 -> 604[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 437 -> 387[label="",style="dashed", color="red", weight=0]; 22.94/10.34 437[label="vwx300 == vwx400",fontsize=16,color="magenta"];437 -> 605[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 437 -> 606[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 438 -> 388[label="",style="dashed", color="red", weight=0]; 22.94/10.34 438[label="vwx300 == vwx400",fontsize=16,color="magenta"];438 -> 607[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 438 -> 608[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 439 -> 389[label="",style="dashed", color="red", weight=0]; 22.94/10.34 439[label="vwx300 == vwx400",fontsize=16,color="magenta"];439 -> 609[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 439 -> 610[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 440[label="compare2 (Right vwx50) (Right vwx51) False",fontsize=16,color="black",shape="box"];440 -> 611[label="",style="solid", color="black", weight=3]; 22.94/10.34 441[label="compare2 (Right vwx50) (Right vwx51) True",fontsize=16,color="black",shape="box"];441 -> 612[label="",style="solid", color="black", weight=3]; 22.94/10.34 442 -> 255[label="",style="dashed", color="red", weight=0]; 22.94/10.34 442[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];442 -> 613[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 442 -> 614[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 443 -> 255[label="",style="dashed", color="red", weight=0]; 22.94/10.34 443[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];443 -> 615[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 443 -> 616[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 444 -> 255[label="",style="dashed", color="red", weight=0]; 22.94/10.34 444[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];444 -> 617[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 444 -> 618[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 445 -> 255[label="",style="dashed", color="red", weight=0]; 22.94/10.34 445[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];445 -> 619[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 445 -> 620[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 446 -> 255[label="",style="dashed", color="red", weight=0]; 22.94/10.34 446[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];446 -> 621[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 446 -> 622[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 447 -> 255[label="",style="dashed", color="red", weight=0]; 22.94/10.34 447[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];447 -> 623[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 447 -> 624[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 448 -> 255[label="",style="dashed", color="red", weight=0]; 22.94/10.34 448[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];448 -> 625[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 448 -> 626[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 449 -> 255[label="",style="dashed", color="red", weight=0]; 22.94/10.34 449[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];449 -> 627[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 449 -> 628[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 788[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2959[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];788 -> 2959[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2959 -> 826[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2960[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];788 -> 2960[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2960 -> 827[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2961[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];788 -> 2961[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2961 -> 828[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2962[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];788 -> 2962[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2962 -> 829[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2963[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];788 -> 2963[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2963 -> 830[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2964[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];788 -> 2964[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2964 -> 831[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2965[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];788 -> 2965[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2965 -> 832[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2966[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];788 -> 2966[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2966 -> 833[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2967[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];788 -> 2967[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2967 -> 834[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2968[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];788 -> 2968[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2968 -> 835[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2969[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];788 -> 2969[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2969 -> 836[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2970[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];788 -> 2970[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2970 -> 837[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2971[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];788 -> 2971[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2971 -> 838[label="",style="solid", color="blue", weight=3]; 22.94/10.34 2972[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];788 -> 2972[label="",style="solid", color="blue", weight=9]; 22.94/10.34 2972 -> 839[label="",style="solid", color="blue", weight=3]; 22.94/10.34 789 -> 785[label="",style="dashed", color="red", weight=0]; 22.94/10.34 789[label="vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];789 -> 840[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 789 -> 841[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 769[label="compare2 (vwx61,vwx62,vwx63) (vwx64,vwx65,vwx66) False",fontsize=16,color="black",shape="box"];769 -> 842[label="",style="solid", color="black", weight=3]; 22.94/10.34 770[label="compare2 (vwx61,vwx62,vwx63) (vwx64,vwx65,vwx66) True",fontsize=16,color="black",shape="box"];770 -> 843[label="",style="solid", color="black", weight=3]; 22.94/10.34 466[label="vwx300",fontsize=16,color="green",shape="box"];467[label="Pos vwx4010",fontsize=16,color="green",shape="box"];468[label="Pos vwx3010",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="Pos vwx4010",fontsize=16,color="green",shape="box"];472[label="Neg vwx3010",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="Neg vwx4010",fontsize=16,color="green",shape="box"];476[label="Pos vwx3010",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="Neg vwx4010",fontsize=16,color="green",shape="box"];480[label="Neg vwx3010",fontsize=16,color="green",shape="box"];481[label="vwx400",fontsize=16,color="green",shape="box"];482[label="vwx3000",fontsize=16,color="green",shape="box"];483[label="vwx4000",fontsize=16,color="green",shape="box"];484[label="LT",fontsize=16,color="green",shape="box"];485[label="LT",fontsize=16,color="green",shape="box"];486[label="compare0 EQ LT otherwise",fontsize=16,color="black",shape="box"];486 -> 659[label="",style="solid", color="black", weight=3]; 22.94/10.34 487[label="LT",fontsize=16,color="green",shape="box"];488[label="compare0 GT LT otherwise",fontsize=16,color="black",shape="box"];488 -> 660[label="",style="solid", color="black", weight=3]; 22.94/10.34 489[label="compare0 GT EQ otherwise",fontsize=16,color="black",shape="box"];489 -> 661[label="",style="solid", color="black", weight=3]; 22.94/10.34 490[label="LT",fontsize=16,color="green",shape="box"];491[label="compare0 True False otherwise",fontsize=16,color="black",shape="box"];491 -> 662[label="",style="solid", color="black", weight=3]; 22.94/10.34 492[label="primMulInt (Pos vwx3000) (Pos vwx4010)",fontsize=16,color="black",shape="box"];492 -> 663[label="",style="solid", color="black", weight=3]; 22.94/10.34 493[label="primMulInt (Pos vwx3000) (Neg vwx4010)",fontsize=16,color="black",shape="box"];493 -> 664[label="",style="solid", color="black", weight=3]; 22.94/10.34 494[label="primMulInt (Neg vwx3000) (Pos vwx4010)",fontsize=16,color="black",shape="box"];494 -> 665[label="",style="solid", color="black", weight=3]; 22.94/10.34 495[label="primMulInt (Neg vwx3000) (Neg vwx4010)",fontsize=16,color="black",shape="box"];495 -> 666[label="",style="solid", color="black", weight=3]; 22.94/10.34 496[label="Integer (primMulInt vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];496 -> 667[label="",style="dashed", color="green", weight=3]; 22.94/10.34 497[label="LT",fontsize=16,color="green",shape="box"];498[label="compare0 (Just vwx300) Nothing otherwise",fontsize=16,color="black",shape="box"];498 -> 668[label="",style="solid", color="black", weight=3]; 22.94/10.34 499[label="(vwx3000,vwx3001,vwx3002) == vwx400",fontsize=16,color="burlywood",shape="box"];2973[label="vwx400/(vwx4000,vwx4001,vwx4002)",fontsize=10,color="white",style="solid",shape="box"];499 -> 2973[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2973 -> 669[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 500[label="primEqChar vwx300 vwx400",fontsize=16,color="burlywood",shape="box"];2974[label="vwx300/Char vwx3000",fontsize=10,color="white",style="solid",shape="box"];500 -> 2974[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2974 -> 670[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 501[label="(vwx3000,vwx3001) == vwx400",fontsize=16,color="burlywood",shape="box"];2975[label="vwx400/(vwx4000,vwx4001)",fontsize=10,color="white",style="solid",shape="box"];501 -> 2975[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2975 -> 671[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 502[label="primEqDouble vwx300 vwx400",fontsize=16,color="burlywood",shape="box"];2976[label="vwx300/Double vwx3000 vwx3001",fontsize=10,color="white",style="solid",shape="box"];502 -> 2976[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2976 -> 672[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 503[label="Integer vwx3000 == vwx400",fontsize=16,color="burlywood",shape="box"];2977[label="vwx400/Integer vwx4000",fontsize=10,color="white",style="solid",shape="box"];503 -> 2977[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2977 -> 673[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 504[label="False == vwx400",fontsize=16,color="burlywood",shape="box"];2978[label="vwx400/False",fontsize=10,color="white",style="solid",shape="box"];504 -> 2978[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2978 -> 674[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2979[label="vwx400/True",fontsize=10,color="white",style="solid",shape="box"];504 -> 2979[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2979 -> 675[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 505[label="True == vwx400",fontsize=16,color="burlywood",shape="box"];2980[label="vwx400/False",fontsize=10,color="white",style="solid",shape="box"];505 -> 2980[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2980 -> 676[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2981[label="vwx400/True",fontsize=10,color="white",style="solid",shape="box"];505 -> 2981[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2981 -> 677[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 506[label="vwx3000 :% vwx3001 == vwx400",fontsize=16,color="burlywood",shape="box"];2982[label="vwx400/vwx4000 :% vwx4001",fontsize=10,color="white",style="solid",shape="box"];506 -> 2982[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2982 -> 678[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 507[label="primEqInt vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];2983[label="vwx300/Pos vwx3000",fontsize=10,color="white",style="solid",shape="box"];507 -> 2983[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2983 -> 679[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2984[label="vwx300/Neg vwx3000",fontsize=10,color="white",style="solid",shape="box"];507 -> 2984[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2984 -> 680[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 508[label="primEqFloat vwx300 vwx400",fontsize=16,color="burlywood",shape="box"];2985[label="vwx300/Float vwx3000 vwx3001",fontsize=10,color="white",style="solid",shape="box"];508 -> 2985[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2985 -> 681[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 509[label="LT == vwx400",fontsize=16,color="burlywood",shape="box"];2986[label="vwx400/LT",fontsize=10,color="white",style="solid",shape="box"];509 -> 2986[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2986 -> 682[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2987[label="vwx400/EQ",fontsize=10,color="white",style="solid",shape="box"];509 -> 2987[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2987 -> 683[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2988[label="vwx400/GT",fontsize=10,color="white",style="solid",shape="box"];509 -> 2988[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2988 -> 684[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 510[label="EQ == vwx400",fontsize=16,color="burlywood",shape="box"];2989[label="vwx400/LT",fontsize=10,color="white",style="solid",shape="box"];510 -> 2989[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2989 -> 685[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2990[label="vwx400/EQ",fontsize=10,color="white",style="solid",shape="box"];510 -> 2990[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2990 -> 686[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2991[label="vwx400/GT",fontsize=10,color="white",style="solid",shape="box"];510 -> 2991[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2991 -> 687[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 511[label="GT == vwx400",fontsize=16,color="burlywood",shape="box"];2992[label="vwx400/LT",fontsize=10,color="white",style="solid",shape="box"];511 -> 2992[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2992 -> 688[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2993[label="vwx400/EQ",fontsize=10,color="white",style="solid",shape="box"];511 -> 2993[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2993 -> 689[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2994[label="vwx400/GT",fontsize=10,color="white",style="solid",shape="box"];511 -> 2994[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2994 -> 690[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 512[label="Nothing == vwx400",fontsize=16,color="burlywood",shape="box"];2995[label="vwx400/Nothing",fontsize=10,color="white",style="solid",shape="box"];512 -> 2995[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2995 -> 691[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2996[label="vwx400/Just vwx4000",fontsize=10,color="white",style="solid",shape="box"];512 -> 2996[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2996 -> 692[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 513[label="Just vwx3000 == vwx400",fontsize=16,color="burlywood",shape="box"];2997[label="vwx400/Nothing",fontsize=10,color="white",style="solid",shape="box"];513 -> 2997[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2997 -> 693[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 2998[label="vwx400/Just vwx4000",fontsize=10,color="white",style="solid",shape="box"];513 -> 2998[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2998 -> 694[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 514[label="Left vwx3000 == vwx400",fontsize=16,color="burlywood",shape="box"];2999[label="vwx400/Left vwx4000",fontsize=10,color="white",style="solid",shape="box"];514 -> 2999[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 2999 -> 695[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 3000[label="vwx400/Right vwx4000",fontsize=10,color="white",style="solid",shape="box"];514 -> 3000[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 3000 -> 696[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 515[label="Right vwx3000 == vwx400",fontsize=16,color="burlywood",shape="box"];3001[label="vwx400/Left vwx4000",fontsize=10,color="white",style="solid",shape="box"];515 -> 3001[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 3001 -> 697[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 3002[label="vwx400/Right vwx4000",fontsize=10,color="white",style="solid",shape="box"];515 -> 3002[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 3002 -> 698[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 516[label="vwx3000 : vwx3001 == vwx400",fontsize=16,color="burlywood",shape="box"];3003[label="vwx400/vwx4000 : vwx4001",fontsize=10,color="white",style="solid",shape="box"];516 -> 3003[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 3003 -> 699[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 3004[label="vwx400/[]",fontsize=10,color="white",style="solid",shape="box"];516 -> 3004[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 3004 -> 700[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 517[label="[] == vwx400",fontsize=16,color="burlywood",shape="box"];3005[label="vwx400/vwx4000 : vwx4001",fontsize=10,color="white",style="solid",shape="box"];517 -> 3005[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 3005 -> 701[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 3006[label="vwx400/[]",fontsize=10,color="white",style="solid",shape="box"];517 -> 3006[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 3006 -> 702[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 518[label="() == vwx400",fontsize=16,color="burlywood",shape="box"];3007[label="vwx400/()",fontsize=10,color="white",style="solid",shape="box"];518 -> 3007[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 3007 -> 703[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 519 -> 892[label="",style="dashed", color="red", weight=0]; 22.94/10.34 519[label="compare1 (Just vwx25) (Just vwx26) (Just vwx25 <= Just vwx26)",fontsize=16,color="magenta"];519 -> 893[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 519 -> 894[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 519 -> 895[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 520[label="EQ",fontsize=16,color="green",shape="box"];794 -> 376[label="",style="dashed", color="red", weight=0]; 22.94/10.34 794[label="vwx300 == vwx400",fontsize=16,color="magenta"];794 -> 899[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 794 -> 900[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 795 -> 377[label="",style="dashed", color="red", weight=0]; 22.94/10.34 795[label="vwx300 == vwx400",fontsize=16,color="magenta"];795 -> 901[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 795 -> 902[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 796 -> 378[label="",style="dashed", color="red", weight=0]; 22.94/10.34 796[label="vwx300 == vwx400",fontsize=16,color="magenta"];796 -> 903[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 796 -> 904[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 797 -> 379[label="",style="dashed", color="red", weight=0]; 22.94/10.34 797[label="vwx300 == vwx400",fontsize=16,color="magenta"];797 -> 905[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 797 -> 906[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 798 -> 380[label="",style="dashed", color="red", weight=0]; 22.94/10.34 798[label="vwx300 == vwx400",fontsize=16,color="magenta"];798 -> 907[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 798 -> 908[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 799 -> 381[label="",style="dashed", color="red", weight=0]; 22.94/10.34 799[label="vwx300 == vwx400",fontsize=16,color="magenta"];799 -> 909[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 799 -> 910[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 800 -> 382[label="",style="dashed", color="red", weight=0]; 22.94/10.34 800[label="vwx300 == vwx400",fontsize=16,color="magenta"];800 -> 911[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 800 -> 912[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 801 -> 383[label="",style="dashed", color="red", weight=0]; 22.94/10.34 801[label="vwx300 == vwx400",fontsize=16,color="magenta"];801 -> 913[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 801 -> 914[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 802 -> 384[label="",style="dashed", color="red", weight=0]; 22.94/10.34 802[label="vwx300 == vwx400",fontsize=16,color="magenta"];802 -> 915[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 802 -> 916[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 803 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.34 803[label="vwx300 == vwx400",fontsize=16,color="magenta"];803 -> 917[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 803 -> 918[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 804 -> 386[label="",style="dashed", color="red", weight=0]; 22.94/10.34 804[label="vwx300 == vwx400",fontsize=16,color="magenta"];804 -> 919[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 804 -> 920[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 805 -> 387[label="",style="dashed", color="red", weight=0]; 22.94/10.34 805[label="vwx300 == vwx400",fontsize=16,color="magenta"];805 -> 921[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 805 -> 922[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 806 -> 388[label="",style="dashed", color="red", weight=0]; 22.94/10.34 806[label="vwx300 == vwx400",fontsize=16,color="magenta"];806 -> 923[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 806 -> 924[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 807 -> 389[label="",style="dashed", color="red", weight=0]; 22.94/10.34 807[label="vwx300 == vwx400",fontsize=16,color="magenta"];807 -> 925[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 807 -> 926[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 808 -> 376[label="",style="dashed", color="red", weight=0]; 22.94/10.34 808[label="vwx301 == vwx401",fontsize=16,color="magenta"];808 -> 927[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 808 -> 928[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 809 -> 377[label="",style="dashed", color="red", weight=0]; 22.94/10.34 809[label="vwx301 == vwx401",fontsize=16,color="magenta"];809 -> 929[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 809 -> 930[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 810 -> 378[label="",style="dashed", color="red", weight=0]; 22.94/10.34 810[label="vwx301 == vwx401",fontsize=16,color="magenta"];810 -> 931[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 810 -> 932[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 811 -> 379[label="",style="dashed", color="red", weight=0]; 22.94/10.34 811[label="vwx301 == vwx401",fontsize=16,color="magenta"];811 -> 933[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 811 -> 934[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 812 -> 380[label="",style="dashed", color="red", weight=0]; 22.94/10.34 812[label="vwx301 == vwx401",fontsize=16,color="magenta"];812 -> 935[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 812 -> 936[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 813 -> 381[label="",style="dashed", color="red", weight=0]; 22.94/10.34 813[label="vwx301 == vwx401",fontsize=16,color="magenta"];813 -> 937[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 813 -> 938[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 814 -> 382[label="",style="dashed", color="red", weight=0]; 22.94/10.34 814[label="vwx301 == vwx401",fontsize=16,color="magenta"];814 -> 939[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 814 -> 940[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 815 -> 383[label="",style="dashed", color="red", weight=0]; 22.94/10.34 815[label="vwx301 == vwx401",fontsize=16,color="magenta"];815 -> 941[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 815 -> 942[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 816 -> 384[label="",style="dashed", color="red", weight=0]; 22.94/10.34 816[label="vwx301 == vwx401",fontsize=16,color="magenta"];816 -> 943[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 816 -> 944[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 817 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.34 817[label="vwx301 == vwx401",fontsize=16,color="magenta"];817 -> 945[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 817 -> 946[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 818 -> 386[label="",style="dashed", color="red", weight=0]; 22.94/10.34 818[label="vwx301 == vwx401",fontsize=16,color="magenta"];818 -> 947[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 818 -> 948[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 819 -> 387[label="",style="dashed", color="red", weight=0]; 22.94/10.34 819[label="vwx301 == vwx401",fontsize=16,color="magenta"];819 -> 949[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 819 -> 950[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 820 -> 388[label="",style="dashed", color="red", weight=0]; 22.94/10.34 820[label="vwx301 == vwx401",fontsize=16,color="magenta"];820 -> 951[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 820 -> 952[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 821 -> 389[label="",style="dashed", color="red", weight=0]; 22.94/10.34 821[label="vwx301 == vwx401",fontsize=16,color="magenta"];821 -> 953[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 821 -> 954[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 822[label="False && vwx92",fontsize=16,color="black",shape="box"];822 -> 955[label="",style="solid", color="black", weight=3]; 22.94/10.34 823[label="True && vwx92",fontsize=16,color="black",shape="box"];823 -> 956[label="",style="solid", color="black", weight=3]; 22.94/10.34 824[label="compare1 (vwx74,vwx75) (vwx76,vwx77) ((vwx74,vwx75) <= (vwx76,vwx77))",fontsize=16,color="black",shape="box"];824 -> 957[label="",style="solid", color="black", weight=3]; 22.94/10.34 825[label="EQ",fontsize=16,color="green",shape="box"];551[label="vwx400",fontsize=16,color="green",shape="box"];552[label="vwx300",fontsize=16,color="green",shape="box"];553[label="vwx400",fontsize=16,color="green",shape="box"];554[label="vwx300",fontsize=16,color="green",shape="box"];555[label="vwx400",fontsize=16,color="green",shape="box"];556[label="vwx300",fontsize=16,color="green",shape="box"];557[label="vwx400",fontsize=16,color="green",shape="box"];558[label="vwx300",fontsize=16,color="green",shape="box"];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 -> 1018[label="",style="dashed", color="red", weight=0]; 22.94/10.34 579[label="compare1 (Left vwx43) (Left vwx44) (Left vwx43 <= Left vwx44)",fontsize=16,color="magenta"];579 -> 1019[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 579 -> 1020[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 579 -> 1021[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 580[label="EQ",fontsize=16,color="green",shape="box"];581[label="LT",fontsize=16,color="green",shape="box"];582[label="compare0 (Right vwx300) (Left vwx400) otherwise",fontsize=16,color="black",shape="box"];582 -> 750[label="",style="solid", color="black", weight=3]; 22.94/10.34 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="vwx400",fontsize=16,color="green",shape="box"];588[label="vwx300",fontsize=16,color="green",shape="box"];589[label="vwx400",fontsize=16,color="green",shape="box"];590[label="vwx300",fontsize=16,color="green",shape="box"];591[label="vwx400",fontsize=16,color="green",shape="box"];592[label="vwx300",fontsize=16,color="green",shape="box"];593[label="vwx400",fontsize=16,color="green",shape="box"];594[label="vwx300",fontsize=16,color="green",shape="box"];595[label="vwx400",fontsize=16,color="green",shape="box"];596[label="vwx300",fontsize=16,color="green",shape="box"];597[label="vwx400",fontsize=16,color="green",shape="box"];598[label="vwx300",fontsize=16,color="green",shape="box"];599[label="vwx400",fontsize=16,color="green",shape="box"];600[label="vwx300",fontsize=16,color="green",shape="box"];601[label="vwx400",fontsize=16,color="green",shape="box"];602[label="vwx300",fontsize=16,color="green",shape="box"];603[label="vwx400",fontsize=16,color="green",shape="box"];604[label="vwx300",fontsize=16,color="green",shape="box"];605[label="vwx400",fontsize=16,color="green",shape="box"];606[label="vwx300",fontsize=16,color="green",shape="box"];607[label="vwx400",fontsize=16,color="green",shape="box"];608[label="vwx300",fontsize=16,color="green",shape="box"];609[label="vwx400",fontsize=16,color="green",shape="box"];610[label="vwx300",fontsize=16,color="green",shape="box"];611 -> 1031[label="",style="dashed", color="red", weight=0]; 22.94/10.34 611[label="compare1 (Right vwx50) (Right vwx51) (Right vwx50 <= Right vwx51)",fontsize=16,color="magenta"];611 -> 1032[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 611 -> 1033[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 611 -> 1034[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 612[label="EQ",fontsize=16,color="green",shape="box"];613[label="vwx300",fontsize=16,color="green",shape="box"];614[label="Pos vwx4010",fontsize=16,color="green",shape="box"];615[label="Pos vwx3010",fontsize=16,color="green",shape="box"];616[label="vwx400",fontsize=16,color="green",shape="box"];617[label="vwx300",fontsize=16,color="green",shape="box"];618[label="Pos vwx4010",fontsize=16,color="green",shape="box"];619[label="Neg vwx3010",fontsize=16,color="green",shape="box"];620[label="vwx400",fontsize=16,color="green",shape="box"];621[label="vwx300",fontsize=16,color="green",shape="box"];622[label="Neg vwx4010",fontsize=16,color="green",shape="box"];623[label="Pos vwx3010",fontsize=16,color="green",shape="box"];624[label="vwx400",fontsize=16,color="green",shape="box"];625[label="vwx300",fontsize=16,color="green",shape="box"];626[label="Neg vwx4010",fontsize=16,color="green",shape="box"];627[label="Neg vwx3010",fontsize=16,color="green",shape="box"];628[label="vwx400",fontsize=16,color="green",shape="box"];826 -> 376[label="",style="dashed", color="red", weight=0]; 22.94/10.34 826[label="vwx300 == vwx400",fontsize=16,color="magenta"];826 -> 958[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 826 -> 959[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 827 -> 377[label="",style="dashed", color="red", weight=0]; 22.94/10.34 827[label="vwx300 == vwx400",fontsize=16,color="magenta"];827 -> 960[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 827 -> 961[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 828 -> 378[label="",style="dashed", color="red", weight=0]; 22.94/10.34 828[label="vwx300 == vwx400",fontsize=16,color="magenta"];828 -> 962[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 828 -> 963[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 829 -> 379[label="",style="dashed", color="red", weight=0]; 22.94/10.34 829[label="vwx300 == vwx400",fontsize=16,color="magenta"];829 -> 964[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 829 -> 965[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 830 -> 380[label="",style="dashed", color="red", weight=0]; 22.94/10.34 830[label="vwx300 == vwx400",fontsize=16,color="magenta"];830 -> 966[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 830 -> 967[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 831 -> 381[label="",style="dashed", color="red", weight=0]; 22.94/10.34 831[label="vwx300 == vwx400",fontsize=16,color="magenta"];831 -> 968[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 831 -> 969[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 832 -> 382[label="",style="dashed", color="red", weight=0]; 22.94/10.34 832[label="vwx300 == vwx400",fontsize=16,color="magenta"];832 -> 970[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 832 -> 971[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 833 -> 383[label="",style="dashed", color="red", weight=0]; 22.94/10.34 833[label="vwx300 == vwx400",fontsize=16,color="magenta"];833 -> 972[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 833 -> 973[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 834 -> 384[label="",style="dashed", color="red", weight=0]; 22.94/10.34 834[label="vwx300 == vwx400",fontsize=16,color="magenta"];834 -> 974[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 834 -> 975[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 835 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.34 835[label="vwx300 == vwx400",fontsize=16,color="magenta"];835 -> 976[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 835 -> 977[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 836 -> 386[label="",style="dashed", color="red", weight=0]; 22.94/10.34 836[label="vwx300 == vwx400",fontsize=16,color="magenta"];836 -> 978[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 836 -> 979[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 837 -> 387[label="",style="dashed", color="red", weight=0]; 22.94/10.34 837[label="vwx300 == vwx400",fontsize=16,color="magenta"];837 -> 980[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 837 -> 981[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 838 -> 388[label="",style="dashed", color="red", weight=0]; 22.94/10.34 838[label="vwx300 == vwx400",fontsize=16,color="magenta"];838 -> 982[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 838 -> 983[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 839 -> 389[label="",style="dashed", color="red", weight=0]; 22.94/10.34 839[label="vwx300 == vwx400",fontsize=16,color="magenta"];839 -> 984[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 839 -> 985[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 840[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];3008[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];840 -> 3008[label="",style="solid", color="blue", weight=9]; 22.94/10.34 3008 -> 986[label="",style="solid", color="blue", weight=3]; 22.94/10.34 3009[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];840 -> 3009[label="",style="solid", color="blue", weight=9]; 22.94/10.34 3009 -> 987[label="",style="solid", color="blue", weight=3]; 22.94/10.34 3010[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];840 -> 3010[label="",style="solid", color="blue", weight=9]; 22.94/10.34 3010 -> 988[label="",style="solid", color="blue", weight=3]; 22.94/10.34 3011[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];840 -> 3011[label="",style="solid", color="blue", weight=9]; 22.94/10.34 3011 -> 989[label="",style="solid", color="blue", weight=3]; 22.94/10.34 3012[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];840 -> 3012[label="",style="solid", color="blue", weight=9]; 22.94/10.34 3012 -> 990[label="",style="solid", color="blue", weight=3]; 22.94/10.34 3013[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];840 -> 3013[label="",style="solid", color="blue", weight=9]; 22.94/10.34 3013 -> 991[label="",style="solid", color="blue", weight=3]; 22.94/10.34 3014[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];840 -> 3014[label="",style="solid", color="blue", weight=9]; 22.94/10.34 3014 -> 992[label="",style="solid", color="blue", weight=3]; 22.94/10.34 3015[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];840 -> 3015[label="",style="solid", color="blue", weight=9]; 22.94/10.34 3015 -> 993[label="",style="solid", color="blue", weight=3]; 22.94/10.34 3016[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];840 -> 3016[label="",style="solid", color="blue", weight=9]; 22.94/10.34 3016 -> 994[label="",style="solid", color="blue", weight=3]; 22.94/10.34 3017[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];840 -> 3017[label="",style="solid", color="blue", weight=9]; 22.94/10.34 3017 -> 995[label="",style="solid", color="blue", weight=3]; 22.94/10.34 3018[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];840 -> 3018[label="",style="solid", color="blue", weight=9]; 22.94/10.34 3018 -> 996[label="",style="solid", color="blue", weight=3]; 22.94/10.34 3019[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];840 -> 3019[label="",style="solid", color="blue", weight=9]; 22.94/10.34 3019 -> 997[label="",style="solid", color="blue", weight=3]; 22.94/10.34 3020[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];840 -> 3020[label="",style="solid", color="blue", weight=9]; 22.94/10.34 3020 -> 998[label="",style="solid", color="blue", weight=3]; 22.94/10.34 3021[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];840 -> 3021[label="",style="solid", color="blue", weight=9]; 22.94/10.34 3021 -> 999[label="",style="solid", color="blue", weight=3]; 22.94/10.34 841[label="vwx302 == vwx402",fontsize=16,color="blue",shape="box"];3022[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];841 -> 3022[label="",style="solid", color="blue", weight=9]; 22.94/10.34 3022 -> 1000[label="",style="solid", color="blue", weight=3]; 22.94/10.34 3023[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];841 -> 3023[label="",style="solid", color="blue", weight=9]; 22.94/10.34 3023 -> 1001[label="",style="solid", color="blue", weight=3]; 22.94/10.34 3024[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];841 -> 3024[label="",style="solid", color="blue", weight=9]; 22.94/10.34 3024 -> 1002[label="",style="solid", color="blue", weight=3]; 22.94/10.34 3025[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];841 -> 3025[label="",style="solid", color="blue", weight=9]; 22.94/10.34 3025 -> 1003[label="",style="solid", color="blue", weight=3]; 22.94/10.34 3026[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];841 -> 3026[label="",style="solid", color="blue", weight=9]; 22.94/10.34 3026 -> 1004[label="",style="solid", color="blue", weight=3]; 22.94/10.34 3027[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];841 -> 3027[label="",style="solid", color="blue", weight=9]; 22.94/10.34 3027 -> 1005[label="",style="solid", color="blue", weight=3]; 22.94/10.34 3028[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];841 -> 3028[label="",style="solid", color="blue", weight=9]; 22.94/10.34 3028 -> 1006[label="",style="solid", color="blue", weight=3]; 22.94/10.34 3029[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];841 -> 3029[label="",style="solid", color="blue", weight=9]; 22.94/10.34 3029 -> 1007[label="",style="solid", color="blue", weight=3]; 22.94/10.34 3030[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];841 -> 3030[label="",style="solid", color="blue", weight=9]; 22.94/10.34 3030 -> 1008[label="",style="solid", color="blue", weight=3]; 22.94/10.34 3031[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];841 -> 3031[label="",style="solid", color="blue", weight=9]; 22.94/10.34 3031 -> 1009[label="",style="solid", color="blue", weight=3]; 22.94/10.34 3032[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];841 -> 3032[label="",style="solid", color="blue", weight=9]; 22.94/10.34 3032 -> 1010[label="",style="solid", color="blue", weight=3]; 22.94/10.34 3033[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];841 -> 3033[label="",style="solid", color="blue", weight=9]; 22.94/10.34 3033 -> 1011[label="",style="solid", color="blue", weight=3]; 22.94/10.34 3034[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];841 -> 3034[label="",style="solid", color="blue", weight=9]; 22.94/10.34 3034 -> 1012[label="",style="solid", color="blue", weight=3]; 22.94/10.34 3035[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];841 -> 3035[label="",style="solid", color="blue", weight=9]; 22.94/10.34 3035 -> 1013[label="",style="solid", color="blue", weight=3]; 22.94/10.34 842[label="compare1 (vwx61,vwx62,vwx63) (vwx64,vwx65,vwx66) ((vwx61,vwx62,vwx63) <= (vwx64,vwx65,vwx66))",fontsize=16,color="black",shape="box"];842 -> 1014[label="",style="solid", color="black", weight=3]; 22.94/10.34 843[label="EQ",fontsize=16,color="green",shape="box"];659[label="compare0 EQ LT True",fontsize=16,color="black",shape="box"];659 -> 844[label="",style="solid", color="black", weight=3]; 22.94/10.34 660[label="compare0 GT LT True",fontsize=16,color="black",shape="box"];660 -> 845[label="",style="solid", color="black", weight=3]; 22.94/10.34 661[label="compare0 GT EQ True",fontsize=16,color="black",shape="box"];661 -> 846[label="",style="solid", color="black", weight=3]; 22.94/10.34 662[label="compare0 True False True",fontsize=16,color="black",shape="box"];662 -> 847[label="",style="solid", color="black", weight=3]; 22.94/10.34 663[label="Pos (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];663 -> 848[label="",style="dashed", color="green", weight=3]; 22.94/10.34 664[label="Neg (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];664 -> 849[label="",style="dashed", color="green", weight=3]; 22.94/10.34 665[label="Neg (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];665 -> 850[label="",style="dashed", color="green", weight=3]; 22.94/10.34 666[label="Pos (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];666 -> 851[label="",style="dashed", color="green", weight=3]; 22.94/10.34 667 -> 306[label="",style="dashed", color="red", weight=0]; 22.94/10.34 667[label="primMulInt vwx3000 vwx4010",fontsize=16,color="magenta"];667 -> 852[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 667 -> 853[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 668[label="compare0 (Just vwx300) Nothing True",fontsize=16,color="black",shape="box"];668 -> 854[label="",style="solid", color="black", weight=3]; 22.94/10.34 669[label="(vwx3000,vwx3001,vwx3002) == (vwx4000,vwx4001,vwx4002)",fontsize=16,color="black",shape="box"];669 -> 855[label="",style="solid", color="black", weight=3]; 22.94/10.34 670[label="primEqChar (Char vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];3036[label="vwx400/Char vwx4000",fontsize=10,color="white",style="solid",shape="box"];670 -> 3036[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 3036 -> 856[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 671[label="(vwx3000,vwx3001) == (vwx4000,vwx4001)",fontsize=16,color="black",shape="box"];671 -> 857[label="",style="solid", color="black", weight=3]; 22.94/10.34 672[label="primEqDouble (Double vwx3000 vwx3001) vwx400",fontsize=16,color="burlywood",shape="box"];3037[label="vwx400/Double vwx4000 vwx4001",fontsize=10,color="white",style="solid",shape="box"];672 -> 3037[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 3037 -> 858[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 673[label="Integer vwx3000 == Integer vwx4000",fontsize=16,color="black",shape="box"];673 -> 859[label="",style="solid", color="black", weight=3]; 22.94/10.34 674[label="False == False",fontsize=16,color="black",shape="box"];674 -> 860[label="",style="solid", color="black", weight=3]; 22.94/10.34 675[label="False == True",fontsize=16,color="black",shape="box"];675 -> 861[label="",style="solid", color="black", weight=3]; 22.94/10.34 676[label="True == False",fontsize=16,color="black",shape="box"];676 -> 862[label="",style="solid", color="black", weight=3]; 22.94/10.34 677[label="True == True",fontsize=16,color="black",shape="box"];677 -> 863[label="",style="solid", color="black", weight=3]; 22.94/10.34 678[label="vwx3000 :% vwx3001 == vwx4000 :% vwx4001",fontsize=16,color="black",shape="box"];678 -> 864[label="",style="solid", color="black", weight=3]; 22.94/10.34 679[label="primEqInt (Pos vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];3038[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];679 -> 3038[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 3038 -> 865[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 3039[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];679 -> 3039[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 3039 -> 866[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 680[label="primEqInt (Neg vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];3040[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];680 -> 3040[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 3040 -> 867[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 3041[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];680 -> 3041[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 3041 -> 868[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 681[label="primEqFloat (Float vwx3000 vwx3001) vwx400",fontsize=16,color="burlywood",shape="box"];3042[label="vwx400/Float vwx4000 vwx4001",fontsize=10,color="white",style="solid",shape="box"];681 -> 3042[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 3042 -> 869[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 682[label="LT == LT",fontsize=16,color="black",shape="box"];682 -> 870[label="",style="solid", color="black", weight=3]; 22.94/10.34 683[label="LT == EQ",fontsize=16,color="black",shape="box"];683 -> 871[label="",style="solid", color="black", weight=3]; 22.94/10.34 684[label="LT == GT",fontsize=16,color="black",shape="box"];684 -> 872[label="",style="solid", color="black", weight=3]; 22.94/10.34 685[label="EQ == LT",fontsize=16,color="black",shape="box"];685 -> 873[label="",style="solid", color="black", weight=3]; 22.94/10.34 686[label="EQ == EQ",fontsize=16,color="black",shape="box"];686 -> 874[label="",style="solid", color="black", weight=3]; 22.94/10.34 687[label="EQ == GT",fontsize=16,color="black",shape="box"];687 -> 875[label="",style="solid", color="black", weight=3]; 22.94/10.34 688[label="GT == LT",fontsize=16,color="black",shape="box"];688 -> 876[label="",style="solid", color="black", weight=3]; 22.94/10.34 689[label="GT == EQ",fontsize=16,color="black",shape="box"];689 -> 877[label="",style="solid", color="black", weight=3]; 22.94/10.34 690[label="GT == GT",fontsize=16,color="black",shape="box"];690 -> 878[label="",style="solid", color="black", weight=3]; 22.94/10.34 691[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];691 -> 879[label="",style="solid", color="black", weight=3]; 22.94/10.34 692[label="Nothing == Just vwx4000",fontsize=16,color="black",shape="box"];692 -> 880[label="",style="solid", color="black", weight=3]; 22.94/10.34 693[label="Just vwx3000 == Nothing",fontsize=16,color="black",shape="box"];693 -> 881[label="",style="solid", color="black", weight=3]; 22.94/10.34 694[label="Just vwx3000 == Just vwx4000",fontsize=16,color="black",shape="box"];694 -> 882[label="",style="solid", color="black", weight=3]; 22.94/10.34 695[label="Left vwx3000 == Left vwx4000",fontsize=16,color="black",shape="box"];695 -> 883[label="",style="solid", color="black", weight=3]; 22.94/10.34 696[label="Left vwx3000 == Right vwx4000",fontsize=16,color="black",shape="box"];696 -> 884[label="",style="solid", color="black", weight=3]; 22.94/10.34 697[label="Right vwx3000 == Left vwx4000",fontsize=16,color="black",shape="box"];697 -> 885[label="",style="solid", color="black", weight=3]; 22.94/10.34 698[label="Right vwx3000 == Right vwx4000",fontsize=16,color="black",shape="box"];698 -> 886[label="",style="solid", color="black", weight=3]; 22.94/10.34 699[label="vwx3000 : vwx3001 == vwx4000 : vwx4001",fontsize=16,color="black",shape="box"];699 -> 887[label="",style="solid", color="black", weight=3]; 22.94/10.34 700[label="vwx3000 : vwx3001 == []",fontsize=16,color="black",shape="box"];700 -> 888[label="",style="solid", color="black", weight=3]; 22.94/10.34 701[label="[] == vwx4000 : vwx4001",fontsize=16,color="black",shape="box"];701 -> 889[label="",style="solid", color="black", weight=3]; 22.94/10.34 702[label="[] == []",fontsize=16,color="black",shape="box"];702 -> 890[label="",style="solid", color="black", weight=3]; 22.94/10.34 703[label="() == ()",fontsize=16,color="black",shape="box"];703 -> 891[label="",style="solid", color="black", weight=3]; 22.94/10.34 893[label="vwx25",fontsize=16,color="green",shape="box"];894[label="vwx26",fontsize=16,color="green",shape="box"];895[label="Just vwx25 <= Just vwx26",fontsize=16,color="black",shape="box"];895 -> 1015[label="",style="solid", color="black", weight=3]; 22.94/10.34 892[label="compare1 (Just vwx97) (Just vwx98) vwx99",fontsize=16,color="burlywood",shape="triangle"];3043[label="vwx99/False",fontsize=10,color="white",style="solid",shape="box"];892 -> 3043[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 3043 -> 1016[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 3044[label="vwx99/True",fontsize=10,color="white",style="solid",shape="box"];892 -> 3044[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 3044 -> 1017[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 899[label="vwx400",fontsize=16,color="green",shape="box"];900[label="vwx300",fontsize=16,color="green",shape="box"];901[label="vwx400",fontsize=16,color="green",shape="box"];902[label="vwx300",fontsize=16,color="green",shape="box"];903[label="vwx400",fontsize=16,color="green",shape="box"];904[label="vwx300",fontsize=16,color="green",shape="box"];905[label="vwx400",fontsize=16,color="green",shape="box"];906[label="vwx300",fontsize=16,color="green",shape="box"];907[label="vwx400",fontsize=16,color="green",shape="box"];908[label="vwx300",fontsize=16,color="green",shape="box"];909[label="vwx400",fontsize=16,color="green",shape="box"];910[label="vwx300",fontsize=16,color="green",shape="box"];911[label="vwx400",fontsize=16,color="green",shape="box"];912[label="vwx300",fontsize=16,color="green",shape="box"];913[label="vwx400",fontsize=16,color="green",shape="box"];914[label="vwx300",fontsize=16,color="green",shape="box"];915[label="vwx400",fontsize=16,color="green",shape="box"];916[label="vwx300",fontsize=16,color="green",shape="box"];917[label="vwx400",fontsize=16,color="green",shape="box"];918[label="vwx300",fontsize=16,color="green",shape="box"];919[label="vwx400",fontsize=16,color="green",shape="box"];920[label="vwx300",fontsize=16,color="green",shape="box"];921[label="vwx400",fontsize=16,color="green",shape="box"];922[label="vwx300",fontsize=16,color="green",shape="box"];923[label="vwx400",fontsize=16,color="green",shape="box"];924[label="vwx300",fontsize=16,color="green",shape="box"];925[label="vwx400",fontsize=16,color="green",shape="box"];926[label="vwx300",fontsize=16,color="green",shape="box"];927[label="vwx401",fontsize=16,color="green",shape="box"];928[label="vwx301",fontsize=16,color="green",shape="box"];929[label="vwx401",fontsize=16,color="green",shape="box"];930[label="vwx301",fontsize=16,color="green",shape="box"];931[label="vwx401",fontsize=16,color="green",shape="box"];932[label="vwx301",fontsize=16,color="green",shape="box"];933[label="vwx401",fontsize=16,color="green",shape="box"];934[label="vwx301",fontsize=16,color="green",shape="box"];935[label="vwx401",fontsize=16,color="green",shape="box"];936[label="vwx301",fontsize=16,color="green",shape="box"];937[label="vwx401",fontsize=16,color="green",shape="box"];938[label="vwx301",fontsize=16,color="green",shape="box"];939[label="vwx401",fontsize=16,color="green",shape="box"];940[label="vwx301",fontsize=16,color="green",shape="box"];941[label="vwx401",fontsize=16,color="green",shape="box"];942[label="vwx301",fontsize=16,color="green",shape="box"];943[label="vwx401",fontsize=16,color="green",shape="box"];944[label="vwx301",fontsize=16,color="green",shape="box"];945[label="vwx401",fontsize=16,color="green",shape="box"];946[label="vwx301",fontsize=16,color="green",shape="box"];947[label="vwx401",fontsize=16,color="green",shape="box"];948[label="vwx301",fontsize=16,color="green",shape="box"];949[label="vwx401",fontsize=16,color="green",shape="box"];950[label="vwx301",fontsize=16,color="green",shape="box"];951[label="vwx401",fontsize=16,color="green",shape="box"];952[label="vwx301",fontsize=16,color="green",shape="box"];953[label="vwx401",fontsize=16,color="green",shape="box"];954[label="vwx301",fontsize=16,color="green",shape="box"];955[label="False",fontsize=16,color="green",shape="box"];956[label="vwx92",fontsize=16,color="green",shape="box"];957 -> 1186[label="",style="dashed", color="red", weight=0]; 22.94/10.34 957[label="compare1 (vwx74,vwx75) (vwx76,vwx77) (vwx74 < vwx76 || vwx74 == vwx76 && vwx75 <= vwx77)",fontsize=16,color="magenta"];957 -> 1187[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 957 -> 1188[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 957 -> 1189[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 957 -> 1190[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 957 -> 1191[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 957 -> 1192[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1019[label="vwx44",fontsize=16,color="green",shape="box"];1020[label="vwx43",fontsize=16,color="green",shape="box"];1021[label="Left vwx43 <= Left vwx44",fontsize=16,color="black",shape="box"];1021 -> 1027[label="",style="solid", color="black", weight=3]; 22.94/10.34 1018[label="compare1 (Left vwx104) (Left vwx105) vwx106",fontsize=16,color="burlywood",shape="triangle"];3045[label="vwx106/False",fontsize=10,color="white",style="solid",shape="box"];1018 -> 3045[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 3045 -> 1028[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 3046[label="vwx106/True",fontsize=10,color="white",style="solid",shape="box"];1018 -> 3046[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 3046 -> 1029[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 750[label="compare0 (Right vwx300) (Left vwx400) True",fontsize=16,color="black",shape="box"];750 -> 1030[label="",style="solid", color="black", weight=3]; 22.94/10.34 1032[label="vwx51",fontsize=16,color="green",shape="box"];1033[label="vwx50",fontsize=16,color="green",shape="box"];1034[label="Right vwx50 <= Right vwx51",fontsize=16,color="black",shape="box"];1034 -> 1038[label="",style="solid", color="black", weight=3]; 22.94/10.34 1031[label="compare1 (Right vwx112) (Right vwx113) vwx114",fontsize=16,color="burlywood",shape="triangle"];3047[label="vwx114/False",fontsize=10,color="white",style="solid",shape="box"];1031 -> 3047[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 3047 -> 1039[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 3048[label="vwx114/True",fontsize=10,color="white",style="solid",shape="box"];1031 -> 3048[label="",style="solid", color="burlywood", weight=9]; 22.94/10.34 3048 -> 1040[label="",style="solid", color="burlywood", weight=3]; 22.94/10.34 958[label="vwx400",fontsize=16,color="green",shape="box"];959[label="vwx300",fontsize=16,color="green",shape="box"];960[label="vwx400",fontsize=16,color="green",shape="box"];961[label="vwx300",fontsize=16,color="green",shape="box"];962[label="vwx400",fontsize=16,color="green",shape="box"];963[label="vwx300",fontsize=16,color="green",shape="box"];964[label="vwx400",fontsize=16,color="green",shape="box"];965[label="vwx300",fontsize=16,color="green",shape="box"];966[label="vwx400",fontsize=16,color="green",shape="box"];967[label="vwx300",fontsize=16,color="green",shape="box"];968[label="vwx400",fontsize=16,color="green",shape="box"];969[label="vwx300",fontsize=16,color="green",shape="box"];970[label="vwx400",fontsize=16,color="green",shape="box"];971[label="vwx300",fontsize=16,color="green",shape="box"];972[label="vwx400",fontsize=16,color="green",shape="box"];973[label="vwx300",fontsize=16,color="green",shape="box"];974[label="vwx400",fontsize=16,color="green",shape="box"];975[label="vwx300",fontsize=16,color="green",shape="box"];976[label="vwx400",fontsize=16,color="green",shape="box"];977[label="vwx300",fontsize=16,color="green",shape="box"];978[label="vwx400",fontsize=16,color="green",shape="box"];979[label="vwx300",fontsize=16,color="green",shape="box"];980[label="vwx400",fontsize=16,color="green",shape="box"];981[label="vwx300",fontsize=16,color="green",shape="box"];982[label="vwx400",fontsize=16,color="green",shape="box"];983[label="vwx300",fontsize=16,color="green",shape="box"];984[label="vwx400",fontsize=16,color="green",shape="box"];985[label="vwx300",fontsize=16,color="green",shape="box"];986 -> 376[label="",style="dashed", color="red", weight=0]; 22.94/10.34 986[label="vwx301 == vwx401",fontsize=16,color="magenta"];986 -> 1041[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 986 -> 1042[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 987 -> 377[label="",style="dashed", color="red", weight=0]; 22.94/10.34 987[label="vwx301 == vwx401",fontsize=16,color="magenta"];987 -> 1043[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 987 -> 1044[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 988 -> 378[label="",style="dashed", color="red", weight=0]; 22.94/10.34 988[label="vwx301 == vwx401",fontsize=16,color="magenta"];988 -> 1045[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 988 -> 1046[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 989 -> 379[label="",style="dashed", color="red", weight=0]; 22.94/10.34 989[label="vwx301 == vwx401",fontsize=16,color="magenta"];989 -> 1047[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 989 -> 1048[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 990 -> 380[label="",style="dashed", color="red", weight=0]; 22.94/10.34 990[label="vwx301 == vwx401",fontsize=16,color="magenta"];990 -> 1049[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 990 -> 1050[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 991 -> 381[label="",style="dashed", color="red", weight=0]; 22.94/10.34 991[label="vwx301 == vwx401",fontsize=16,color="magenta"];991 -> 1051[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 991 -> 1052[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 992 -> 382[label="",style="dashed", color="red", weight=0]; 22.94/10.34 992[label="vwx301 == vwx401",fontsize=16,color="magenta"];992 -> 1053[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 992 -> 1054[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 993 -> 383[label="",style="dashed", color="red", weight=0]; 22.94/10.34 993[label="vwx301 == vwx401",fontsize=16,color="magenta"];993 -> 1055[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 993 -> 1056[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 994 -> 384[label="",style="dashed", color="red", weight=0]; 22.94/10.34 994[label="vwx301 == vwx401",fontsize=16,color="magenta"];994 -> 1057[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 994 -> 1058[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 995 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.34 995[label="vwx301 == vwx401",fontsize=16,color="magenta"];995 -> 1059[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 995 -> 1060[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 996 -> 386[label="",style="dashed", color="red", weight=0]; 22.94/10.34 996[label="vwx301 == vwx401",fontsize=16,color="magenta"];996 -> 1061[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 996 -> 1062[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 997 -> 387[label="",style="dashed", color="red", weight=0]; 22.94/10.34 997[label="vwx301 == vwx401",fontsize=16,color="magenta"];997 -> 1063[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 997 -> 1064[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 998 -> 388[label="",style="dashed", color="red", weight=0]; 22.94/10.34 998[label="vwx301 == vwx401",fontsize=16,color="magenta"];998 -> 1065[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 998 -> 1066[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 999 -> 389[label="",style="dashed", color="red", weight=0]; 22.94/10.34 999[label="vwx301 == vwx401",fontsize=16,color="magenta"];999 -> 1067[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 999 -> 1068[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1000 -> 376[label="",style="dashed", color="red", weight=0]; 22.94/10.34 1000[label="vwx302 == vwx402",fontsize=16,color="magenta"];1000 -> 1069[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1000 -> 1070[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1001 -> 377[label="",style="dashed", color="red", weight=0]; 22.94/10.34 1001[label="vwx302 == vwx402",fontsize=16,color="magenta"];1001 -> 1071[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1001 -> 1072[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1002 -> 378[label="",style="dashed", color="red", weight=0]; 22.94/10.34 1002[label="vwx302 == vwx402",fontsize=16,color="magenta"];1002 -> 1073[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1002 -> 1074[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1003 -> 379[label="",style="dashed", color="red", weight=0]; 22.94/10.34 1003[label="vwx302 == vwx402",fontsize=16,color="magenta"];1003 -> 1075[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1003 -> 1076[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1004 -> 380[label="",style="dashed", color="red", weight=0]; 22.94/10.34 1004[label="vwx302 == vwx402",fontsize=16,color="magenta"];1004 -> 1077[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1004 -> 1078[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1005 -> 381[label="",style="dashed", color="red", weight=0]; 22.94/10.34 1005[label="vwx302 == vwx402",fontsize=16,color="magenta"];1005 -> 1079[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1005 -> 1080[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1006 -> 382[label="",style="dashed", color="red", weight=0]; 22.94/10.34 1006[label="vwx302 == vwx402",fontsize=16,color="magenta"];1006 -> 1081[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1006 -> 1082[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1007 -> 383[label="",style="dashed", color="red", weight=0]; 22.94/10.34 1007[label="vwx302 == vwx402",fontsize=16,color="magenta"];1007 -> 1083[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1007 -> 1084[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1008 -> 384[label="",style="dashed", color="red", weight=0]; 22.94/10.34 1008[label="vwx302 == vwx402",fontsize=16,color="magenta"];1008 -> 1085[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1008 -> 1086[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1009 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.34 1009[label="vwx302 == vwx402",fontsize=16,color="magenta"];1009 -> 1087[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1009 -> 1088[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1010 -> 386[label="",style="dashed", color="red", weight=0]; 22.94/10.34 1010[label="vwx302 == vwx402",fontsize=16,color="magenta"];1010 -> 1089[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1010 -> 1090[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1011 -> 387[label="",style="dashed", color="red", weight=0]; 22.94/10.34 1011[label="vwx302 == vwx402",fontsize=16,color="magenta"];1011 -> 1091[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1011 -> 1092[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1012 -> 388[label="",style="dashed", color="red", weight=0]; 22.94/10.34 1012[label="vwx302 == vwx402",fontsize=16,color="magenta"];1012 -> 1093[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1012 -> 1094[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1013 -> 389[label="",style="dashed", color="red", weight=0]; 22.94/10.34 1013[label="vwx302 == vwx402",fontsize=16,color="magenta"];1013 -> 1095[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1013 -> 1096[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1014 -> 1251[label="",style="dashed", color="red", weight=0]; 22.94/10.34 1014[label="compare1 (vwx61,vwx62,vwx63) (vwx64,vwx65,vwx66) (vwx61 < vwx64 || vwx61 == vwx64 && (vwx62 < vwx65 || vwx62 == vwx65 && vwx63 <= vwx66))",fontsize=16,color="magenta"];1014 -> 1252[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1014 -> 1253[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1014 -> 1254[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1014 -> 1255[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1014 -> 1256[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1014 -> 1257[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1014 -> 1258[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 1014 -> 1259[label="",style="dashed", color="magenta", weight=3]; 22.94/10.34 844[label="GT",fontsize=16,color="green",shape="box"];845[label="GT",fontsize=16,color="green",shape="box"];846[label="GT",fontsize=16,color="green",shape="box"];847[label="GT",fontsize=16,color="green",shape="box"];848[label="primMulNat vwx3000 vwx4010",fontsize=16,color="burlywood",shape="triangle"];3049[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];848 -> 3049[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3049 -> 1099[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3050[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];848 -> 3050[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3050 -> 1100[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 849 -> 848[label="",style="dashed", color="red", weight=0]; 22.94/10.35 849[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];849 -> 1101[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 850 -> 848[label="",style="dashed", color="red", weight=0]; 22.94/10.35 850[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];850 -> 1102[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 851 -> 848[label="",style="dashed", color="red", weight=0]; 22.94/10.35 851[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];851 -> 1103[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 851 -> 1104[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 852[label="vwx3000",fontsize=16,color="green",shape="box"];853[label="vwx4010",fontsize=16,color="green",shape="box"];854[label="GT",fontsize=16,color="green",shape="box"];855 -> 785[label="",style="dashed", color="red", weight=0]; 22.94/10.35 855[label="vwx3000 == vwx4000 && vwx3001 == vwx4001 && vwx3002 == vwx4002",fontsize=16,color="magenta"];855 -> 1105[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 855 -> 1106[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 856[label="primEqChar (Char vwx3000) (Char vwx4000)",fontsize=16,color="black",shape="box"];856 -> 1107[label="",style="solid", color="black", weight=3]; 22.94/10.35 857 -> 785[label="",style="dashed", color="red", weight=0]; 22.94/10.35 857[label="vwx3000 == vwx4000 && vwx3001 == vwx4001",fontsize=16,color="magenta"];857 -> 1108[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 857 -> 1109[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 858[label="primEqDouble (Double vwx3000 vwx3001) (Double vwx4000 vwx4001)",fontsize=16,color="black",shape="box"];858 -> 1110[label="",style="solid", color="black", weight=3]; 22.94/10.35 859 -> 507[label="",style="dashed", color="red", weight=0]; 22.94/10.35 859[label="primEqInt vwx3000 vwx4000",fontsize=16,color="magenta"];859 -> 1111[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 859 -> 1112[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 860[label="True",fontsize=16,color="green",shape="box"];861[label="False",fontsize=16,color="green",shape="box"];862[label="False",fontsize=16,color="green",shape="box"];863[label="True",fontsize=16,color="green",shape="box"];864 -> 785[label="",style="dashed", color="red", weight=0]; 22.94/10.35 864[label="vwx3000 == vwx4000 && vwx3001 == vwx4001",fontsize=16,color="magenta"];864 -> 1113[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 864 -> 1114[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 865[label="primEqInt (Pos (Succ vwx30000)) vwx400",fontsize=16,color="burlywood",shape="box"];3051[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];865 -> 3051[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3051 -> 1115[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3052[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];865 -> 3052[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3052 -> 1116[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 866[label="primEqInt (Pos Zero) vwx400",fontsize=16,color="burlywood",shape="box"];3053[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];866 -> 3053[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3053 -> 1117[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3054[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];866 -> 3054[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3054 -> 1118[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 867[label="primEqInt (Neg (Succ vwx30000)) vwx400",fontsize=16,color="burlywood",shape="box"];3055[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];867 -> 3055[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3055 -> 1119[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3056[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];867 -> 3056[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3056 -> 1120[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 868[label="primEqInt (Neg Zero) vwx400",fontsize=16,color="burlywood",shape="box"];3057[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];868 -> 3057[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3057 -> 1121[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3058[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];868 -> 3058[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3058 -> 1122[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 869[label="primEqFloat (Float vwx3000 vwx3001) (Float vwx4000 vwx4001)",fontsize=16,color="black",shape="box"];869 -> 1123[label="",style="solid", color="black", weight=3]; 22.94/10.35 870[label="True",fontsize=16,color="green",shape="box"];871[label="False",fontsize=16,color="green",shape="box"];872[label="False",fontsize=16,color="green",shape="box"];873[label="False",fontsize=16,color="green",shape="box"];874[label="True",fontsize=16,color="green",shape="box"];875[label="False",fontsize=16,color="green",shape="box"];876[label="False",fontsize=16,color="green",shape="box"];877[label="False",fontsize=16,color="green",shape="box"];878[label="True",fontsize=16,color="green",shape="box"];879[label="True",fontsize=16,color="green",shape="box"];880[label="False",fontsize=16,color="green",shape="box"];881[label="False",fontsize=16,color="green",shape="box"];882[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];3059[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];882 -> 3059[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3059 -> 1124[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3060[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];882 -> 3060[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3060 -> 1125[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3061[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];882 -> 3061[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3061 -> 1126[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3062[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];882 -> 3062[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3062 -> 1127[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3063[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];882 -> 3063[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3063 -> 1128[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3064[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];882 -> 3064[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3064 -> 1129[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3065[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];882 -> 3065[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3065 -> 1130[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3066[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];882 -> 3066[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3066 -> 1131[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3067[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];882 -> 3067[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3067 -> 1132[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3068[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];882 -> 3068[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3068 -> 1133[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3069[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];882 -> 3069[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3069 -> 1134[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3070[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];882 -> 3070[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3070 -> 1135[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3071[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];882 -> 3071[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3071 -> 1136[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3072[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];882 -> 3072[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3072 -> 1137[label="",style="solid", color="blue", weight=3]; 22.94/10.35 883[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];3073[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];883 -> 3073[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3073 -> 1138[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3074[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];883 -> 3074[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3074 -> 1139[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3075[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];883 -> 3075[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3075 -> 1140[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3076[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];883 -> 3076[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3076 -> 1141[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3077[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];883 -> 3077[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3077 -> 1142[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3078[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];883 -> 3078[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3078 -> 1143[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3079[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];883 -> 3079[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3079 -> 1144[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3080[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];883 -> 3080[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3080 -> 1145[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3081[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];883 -> 3081[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3081 -> 1146[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3082[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];883 -> 3082[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3082 -> 1147[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3083[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];883 -> 3083[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3083 -> 1148[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3084[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];883 -> 3084[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3084 -> 1149[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3085[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];883 -> 3085[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3085 -> 1150[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3086[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];883 -> 3086[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3086 -> 1151[label="",style="solid", color="blue", weight=3]; 22.94/10.35 884[label="False",fontsize=16,color="green",shape="box"];885[label="False",fontsize=16,color="green",shape="box"];886[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];3087[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];886 -> 3087[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3087 -> 1152[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3088[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];886 -> 3088[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3088 -> 1153[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3089[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];886 -> 3089[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3089 -> 1154[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3090[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];886 -> 3090[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3090 -> 1155[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3091[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];886 -> 3091[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3091 -> 1156[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3092[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];886 -> 3092[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3092 -> 1157[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3093[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];886 -> 3093[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3093 -> 1158[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3094[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];886 -> 3094[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3094 -> 1159[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3095[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];886 -> 3095[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3095 -> 1160[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3096[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];886 -> 3096[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3096 -> 1161[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3097[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];886 -> 3097[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3097 -> 1162[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3098[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];886 -> 3098[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3098 -> 1163[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3099[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];886 -> 3099[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3099 -> 1164[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3100[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];886 -> 3100[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3100 -> 1165[label="",style="solid", color="blue", weight=3]; 22.94/10.35 887 -> 785[label="",style="dashed", color="red", weight=0]; 22.94/10.35 887[label="vwx3000 == vwx4000 && vwx3001 == vwx4001",fontsize=16,color="magenta"];887 -> 1166[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 887 -> 1167[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 888[label="False",fontsize=16,color="green",shape="box"];889[label="False",fontsize=16,color="green",shape="box"];890[label="True",fontsize=16,color="green",shape="box"];891[label="True",fontsize=16,color="green",shape="box"];1015[label="vwx25 <= vwx26",fontsize=16,color="blue",shape="box"];3101[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1015 -> 3101[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3101 -> 1168[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3102[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1015 -> 3102[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3102 -> 1169[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3103[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1015 -> 3103[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3103 -> 1170[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3104[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1015 -> 3104[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3104 -> 1171[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3105[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1015 -> 3105[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3105 -> 1172[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3106[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1015 -> 3106[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3106 -> 1173[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3107[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1015 -> 3107[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3107 -> 1174[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3108[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1015 -> 3108[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3108 -> 1175[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3109[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1015 -> 3109[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3109 -> 1176[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3110[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1015 -> 3110[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3110 -> 1177[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3111[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1015 -> 3111[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3111 -> 1178[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3112[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1015 -> 3112[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3112 -> 1179[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3113[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1015 -> 3113[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3113 -> 1180[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3114[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1015 -> 3114[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3114 -> 1181[label="",style="solid", color="blue", weight=3]; 22.94/10.35 1016[label="compare1 (Just vwx97) (Just vwx98) False",fontsize=16,color="black",shape="box"];1016 -> 1182[label="",style="solid", color="black", weight=3]; 22.94/10.35 1017[label="compare1 (Just vwx97) (Just vwx98) True",fontsize=16,color="black",shape="box"];1017 -> 1183[label="",style="solid", color="black", weight=3]; 22.94/10.35 1187 -> 785[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1187[label="vwx74 == vwx76 && vwx75 <= vwx77",fontsize=16,color="magenta"];1187 -> 1199[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1187 -> 1200[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1188[label="vwx75",fontsize=16,color="green",shape="box"];1189[label="vwx77",fontsize=16,color="green",shape="box"];1190[label="vwx74",fontsize=16,color="green",shape="box"];1191[label="vwx76",fontsize=16,color="green",shape="box"];1192[label="vwx74 < vwx76",fontsize=16,color="blue",shape="box"];3115[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1192 -> 3115[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3115 -> 1201[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3116[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1192 -> 3116[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3116 -> 1202[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3117[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1192 -> 3117[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3117 -> 1203[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3118[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1192 -> 3118[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3118 -> 1204[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3119[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1192 -> 3119[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3119 -> 1205[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3120[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1192 -> 3120[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3120 -> 1206[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3121[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1192 -> 3121[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3121 -> 1207[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3122[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1192 -> 3122[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3122 -> 1208[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3123[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1192 -> 3123[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3123 -> 1209[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3124[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1192 -> 3124[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3124 -> 1210[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3125[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1192 -> 3125[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3125 -> 1211[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3126[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1192 -> 3126[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3126 -> 1212[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3127[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1192 -> 3127[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3127 -> 1213[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3128[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1192 -> 3128[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3128 -> 1214[label="",style="solid", color="blue", weight=3]; 22.94/10.35 1186[label="compare1 (vwx124,vwx125) (vwx126,vwx127) (vwx128 || vwx129)",fontsize=16,color="burlywood",shape="triangle"];3129[label="vwx128/False",fontsize=10,color="white",style="solid",shape="box"];1186 -> 3129[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3129 -> 1215[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3130[label="vwx128/True",fontsize=10,color="white",style="solid",shape="box"];1186 -> 3130[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3130 -> 1216[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1027[label="vwx43 <= vwx44",fontsize=16,color="blue",shape="box"];3131[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1027 -> 3131[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3131 -> 1217[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3132[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1027 -> 3132[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3132 -> 1218[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3133[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1027 -> 3133[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3133 -> 1219[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3134[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1027 -> 3134[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3134 -> 1220[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3135[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1027 -> 3135[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3135 -> 1221[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3136[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1027 -> 3136[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3136 -> 1222[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3137[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1027 -> 3137[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3137 -> 1223[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3138[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1027 -> 3138[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3138 -> 1224[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3139[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1027 -> 3139[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3139 -> 1225[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3140[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1027 -> 3140[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3140 -> 1226[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3141[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1027 -> 3141[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3141 -> 1227[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3142[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1027 -> 3142[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3142 -> 1228[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3143[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1027 -> 3143[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3143 -> 1229[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3144[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1027 -> 3144[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3144 -> 1230[label="",style="solid", color="blue", weight=3]; 22.94/10.35 1028[label="compare1 (Left vwx104) (Left vwx105) False",fontsize=16,color="black",shape="box"];1028 -> 1231[label="",style="solid", color="black", weight=3]; 22.94/10.35 1029[label="compare1 (Left vwx104) (Left vwx105) True",fontsize=16,color="black",shape="box"];1029 -> 1232[label="",style="solid", color="black", weight=3]; 22.94/10.35 1030[label="GT",fontsize=16,color="green",shape="box"];1038[label="vwx50 <= vwx51",fontsize=16,color="blue",shape="box"];3145[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1038 -> 3145[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3145 -> 1233[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3146[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1038 -> 3146[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3146 -> 1234[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3147[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1038 -> 3147[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3147 -> 1235[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3148[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1038 -> 3148[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3148 -> 1236[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3149[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1038 -> 3149[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3149 -> 1237[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3150[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1038 -> 3150[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3150 -> 1238[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3151[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1038 -> 3151[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3151 -> 1239[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3152[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1038 -> 3152[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3152 -> 1240[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3153[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1038 -> 3153[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3153 -> 1241[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3154[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1038 -> 3154[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3154 -> 1242[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3155[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1038 -> 3155[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3155 -> 1243[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3156[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1038 -> 3156[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3156 -> 1244[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3157[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1038 -> 3157[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3157 -> 1245[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3158[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1038 -> 3158[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3158 -> 1246[label="",style="solid", color="blue", weight=3]; 22.94/10.35 1039[label="compare1 (Right vwx112) (Right vwx113) False",fontsize=16,color="black",shape="box"];1039 -> 1247[label="",style="solid", color="black", weight=3]; 22.94/10.35 1040[label="compare1 (Right vwx112) (Right vwx113) True",fontsize=16,color="black",shape="box"];1040 -> 1248[label="",style="solid", color="black", weight=3]; 22.94/10.35 1041[label="vwx401",fontsize=16,color="green",shape="box"];1042[label="vwx301",fontsize=16,color="green",shape="box"];1043[label="vwx401",fontsize=16,color="green",shape="box"];1044[label="vwx301",fontsize=16,color="green",shape="box"];1045[label="vwx401",fontsize=16,color="green",shape="box"];1046[label="vwx301",fontsize=16,color="green",shape="box"];1047[label="vwx401",fontsize=16,color="green",shape="box"];1048[label="vwx301",fontsize=16,color="green",shape="box"];1049[label="vwx401",fontsize=16,color="green",shape="box"];1050[label="vwx301",fontsize=16,color="green",shape="box"];1051[label="vwx401",fontsize=16,color="green",shape="box"];1052[label="vwx301",fontsize=16,color="green",shape="box"];1053[label="vwx401",fontsize=16,color="green",shape="box"];1054[label="vwx301",fontsize=16,color="green",shape="box"];1055[label="vwx401",fontsize=16,color="green",shape="box"];1056[label="vwx301",fontsize=16,color="green",shape="box"];1057[label="vwx401",fontsize=16,color="green",shape="box"];1058[label="vwx301",fontsize=16,color="green",shape="box"];1059[label="vwx401",fontsize=16,color="green",shape="box"];1060[label="vwx301",fontsize=16,color="green",shape="box"];1061[label="vwx401",fontsize=16,color="green",shape="box"];1062[label="vwx301",fontsize=16,color="green",shape="box"];1063[label="vwx401",fontsize=16,color="green",shape="box"];1064[label="vwx301",fontsize=16,color="green",shape="box"];1065[label="vwx401",fontsize=16,color="green",shape="box"];1066[label="vwx301",fontsize=16,color="green",shape="box"];1067[label="vwx401",fontsize=16,color="green",shape="box"];1068[label="vwx301",fontsize=16,color="green",shape="box"];1069[label="vwx402",fontsize=16,color="green",shape="box"];1070[label="vwx302",fontsize=16,color="green",shape="box"];1071[label="vwx402",fontsize=16,color="green",shape="box"];1072[label="vwx302",fontsize=16,color="green",shape="box"];1073[label="vwx402",fontsize=16,color="green",shape="box"];1074[label="vwx302",fontsize=16,color="green",shape="box"];1075[label="vwx402",fontsize=16,color="green",shape="box"];1076[label="vwx302",fontsize=16,color="green",shape="box"];1077[label="vwx402",fontsize=16,color="green",shape="box"];1078[label="vwx302",fontsize=16,color="green",shape="box"];1079[label="vwx402",fontsize=16,color="green",shape="box"];1080[label="vwx302",fontsize=16,color="green",shape="box"];1081[label="vwx402",fontsize=16,color="green",shape="box"];1082[label="vwx302",fontsize=16,color="green",shape="box"];1083[label="vwx402",fontsize=16,color="green",shape="box"];1084[label="vwx302",fontsize=16,color="green",shape="box"];1085[label="vwx402",fontsize=16,color="green",shape="box"];1086[label="vwx302",fontsize=16,color="green",shape="box"];1087[label="vwx402",fontsize=16,color="green",shape="box"];1088[label="vwx302",fontsize=16,color="green",shape="box"];1089[label="vwx402",fontsize=16,color="green",shape="box"];1090[label="vwx302",fontsize=16,color="green",shape="box"];1091[label="vwx402",fontsize=16,color="green",shape="box"];1092[label="vwx302",fontsize=16,color="green",shape="box"];1093[label="vwx402",fontsize=16,color="green",shape="box"];1094[label="vwx302",fontsize=16,color="green",shape="box"];1095[label="vwx402",fontsize=16,color="green",shape="box"];1096[label="vwx302",fontsize=16,color="green",shape="box"];1252[label="vwx66",fontsize=16,color="green",shape="box"];1253[label="vwx62",fontsize=16,color="green",shape="box"];1254[label="vwx63",fontsize=16,color="green",shape="box"];1255[label="vwx64",fontsize=16,color="green",shape="box"];1256[label="vwx65",fontsize=16,color="green",shape="box"];1257[label="vwx61 < vwx64",fontsize=16,color="blue",shape="box"];3159[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1257 -> 3159[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3159 -> 1268[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3160[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1257 -> 3160[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3160 -> 1269[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3161[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1257 -> 3161[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3161 -> 1270[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3162[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1257 -> 3162[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3162 -> 1271[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3163[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1257 -> 3163[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3163 -> 1272[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3164[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1257 -> 3164[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3164 -> 1273[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3165[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1257 -> 3165[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3165 -> 1274[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3166[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1257 -> 3166[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3166 -> 1275[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3167[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1257 -> 3167[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3167 -> 1276[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3168[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1257 -> 3168[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3168 -> 1277[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3169[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1257 -> 3169[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3169 -> 1278[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3170[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1257 -> 3170[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3170 -> 1279[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3171[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1257 -> 3171[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3171 -> 1280[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3172[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1257 -> 3172[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3172 -> 1281[label="",style="solid", color="blue", weight=3]; 22.94/10.35 1258[label="vwx61",fontsize=16,color="green",shape="box"];1259 -> 785[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1259[label="vwx61 == vwx64 && (vwx62 < vwx65 || vwx62 == vwx65 && vwx63 <= vwx66)",fontsize=16,color="magenta"];1259 -> 1282[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1259 -> 1283[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1251[label="compare1 (vwx139,vwx140,vwx141) (vwx142,vwx143,vwx144) (vwx145 || vwx146)",fontsize=16,color="burlywood",shape="triangle"];3173[label="vwx145/False",fontsize=10,color="white",style="solid",shape="box"];1251 -> 3173[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3173 -> 1284[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3174[label="vwx145/True",fontsize=10,color="white",style="solid",shape="box"];1251 -> 3174[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3174 -> 1285[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1099[label="primMulNat (Succ vwx30000) vwx4010",fontsize=16,color="burlywood",shape="box"];3175[label="vwx4010/Succ vwx40100",fontsize=10,color="white",style="solid",shape="box"];1099 -> 3175[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3175 -> 1286[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3176[label="vwx4010/Zero",fontsize=10,color="white",style="solid",shape="box"];1099 -> 3176[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3176 -> 1287[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1100[label="primMulNat Zero vwx4010",fontsize=16,color="burlywood",shape="box"];3177[label="vwx4010/Succ vwx40100",fontsize=10,color="white",style="solid",shape="box"];1100 -> 3177[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3177 -> 1288[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3178[label="vwx4010/Zero",fontsize=10,color="white",style="solid",shape="box"];1100 -> 3178[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3178 -> 1289[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1101[label="vwx4010",fontsize=16,color="green",shape="box"];1102[label="vwx3000",fontsize=16,color="green",shape="box"];1103[label="vwx4010",fontsize=16,color="green",shape="box"];1104[label="vwx3000",fontsize=16,color="green",shape="box"];1105[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];3179[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1105 -> 3179[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3179 -> 1290[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3180[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1105 -> 3180[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3180 -> 1291[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3181[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1105 -> 3181[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3181 -> 1292[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3182[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1105 -> 3182[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3182 -> 1293[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3183[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1105 -> 3183[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3183 -> 1294[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3184[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1105 -> 3184[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3184 -> 1295[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3185[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1105 -> 3185[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3185 -> 1296[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3186[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1105 -> 3186[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3186 -> 1297[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3187[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1105 -> 3187[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3187 -> 1298[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3188[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1105 -> 3188[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3188 -> 1299[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3189[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1105 -> 3189[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3189 -> 1300[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3190[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1105 -> 3190[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3190 -> 1301[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3191[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1105 -> 3191[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3191 -> 1302[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3192[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1105 -> 3192[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3192 -> 1303[label="",style="solid", color="blue", weight=3]; 22.94/10.35 1106 -> 785[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1106[label="vwx3001 == vwx4001 && vwx3002 == vwx4002",fontsize=16,color="magenta"];1106 -> 1304[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1106 -> 1305[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1107[label="primEqNat vwx3000 vwx4000",fontsize=16,color="burlywood",shape="triangle"];3193[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];1107 -> 3193[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3193 -> 1306[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3194[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];1107 -> 3194[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3194 -> 1307[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1108[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];3195[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1108 -> 3195[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3195 -> 1308[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3196[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1108 -> 3196[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3196 -> 1309[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3197[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1108 -> 3197[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3197 -> 1310[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3198[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1108 -> 3198[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3198 -> 1311[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3199[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1108 -> 3199[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3199 -> 1312[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3200[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1108 -> 3200[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3200 -> 1313[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3201[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1108 -> 3201[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3201 -> 1314[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3202[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1108 -> 3202[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3202 -> 1315[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3203[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1108 -> 3203[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3203 -> 1316[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3204[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1108 -> 3204[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3204 -> 1317[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3205[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1108 -> 3205[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3205 -> 1318[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3206[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1108 -> 3206[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3206 -> 1319[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3207[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1108 -> 3207[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3207 -> 1320[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3208[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1108 -> 3208[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3208 -> 1321[label="",style="solid", color="blue", weight=3]; 22.94/10.35 1109[label="vwx3001 == vwx4001",fontsize=16,color="blue",shape="box"];3209[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1109 -> 3209[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3209 -> 1322[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3210[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1109 -> 3210[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3210 -> 1323[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3211[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1109 -> 3211[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3211 -> 1324[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3212[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1109 -> 3212[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3212 -> 1325[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3213[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1109 -> 3213[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3213 -> 1326[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3214[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1109 -> 3214[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3214 -> 1327[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3215[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1109 -> 3215[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3215 -> 1328[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3216[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1109 -> 3216[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3216 -> 1329[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3217[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1109 -> 3217[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3217 -> 1330[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3218[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1109 -> 3218[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3218 -> 1331[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3219[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1109 -> 3219[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3219 -> 1332[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3220[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1109 -> 3220[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3220 -> 1333[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3221[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1109 -> 3221[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3221 -> 1334[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3222[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1109 -> 3222[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3222 -> 1335[label="",style="solid", color="blue", weight=3]; 22.94/10.35 1110 -> 383[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1110[label="vwx3000 * vwx4001 == vwx3001 * vwx4000",fontsize=16,color="magenta"];1110 -> 1336[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1110 -> 1337[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1111[label="vwx4000",fontsize=16,color="green",shape="box"];1112[label="vwx3000",fontsize=16,color="green",shape="box"];1113[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];3223[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1113 -> 3223[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3223 -> 1338[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3224[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1113 -> 3224[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3224 -> 1339[label="",style="solid", color="blue", weight=3]; 22.94/10.35 1114[label="vwx3001 == vwx4001",fontsize=16,color="blue",shape="box"];3225[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 3225[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3225 -> 1340[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3226[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1114 -> 3226[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3226 -> 1341[label="",style="solid", color="blue", weight=3]; 22.94/10.35 1115[label="primEqInt (Pos (Succ vwx30000)) (Pos vwx4000)",fontsize=16,color="burlywood",shape="box"];3227[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1115 -> 3227[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3227 -> 1342[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3228[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1115 -> 3228[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3228 -> 1343[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1116[label="primEqInt (Pos (Succ vwx30000)) (Neg vwx4000)",fontsize=16,color="black",shape="box"];1116 -> 1344[label="",style="solid", color="black", weight=3]; 22.94/10.35 1117[label="primEqInt (Pos Zero) (Pos vwx4000)",fontsize=16,color="burlywood",shape="box"];3229[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1117 -> 3229[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3229 -> 1345[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3230[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1117 -> 3230[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3230 -> 1346[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1118[label="primEqInt (Pos Zero) (Neg vwx4000)",fontsize=16,color="burlywood",shape="box"];3231[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1118 -> 3231[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3231 -> 1347[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3232[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1118 -> 3232[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3232 -> 1348[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1119[label="primEqInt (Neg (Succ vwx30000)) (Pos vwx4000)",fontsize=16,color="black",shape="box"];1119 -> 1349[label="",style="solid", color="black", weight=3]; 22.94/10.35 1120[label="primEqInt (Neg (Succ vwx30000)) (Neg vwx4000)",fontsize=16,color="burlywood",shape="box"];3233[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1120 -> 3233[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3233 -> 1350[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3234[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1120 -> 3234[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3234 -> 1351[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1121[label="primEqInt (Neg Zero) (Pos vwx4000)",fontsize=16,color="burlywood",shape="box"];3235[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1121 -> 3235[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3235 -> 1352[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3236[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1121 -> 3236[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3236 -> 1353[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1122[label="primEqInt (Neg Zero) (Neg vwx4000)",fontsize=16,color="burlywood",shape="box"];3237[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1122 -> 3237[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3237 -> 1354[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3238[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1122 -> 3238[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3238 -> 1355[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1123 -> 383[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1123[label="vwx3000 * vwx4001 == vwx3001 * vwx4000",fontsize=16,color="magenta"];1123 -> 1356[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1123 -> 1357[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1124 -> 376[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1124[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1124 -> 1358[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1124 -> 1359[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1125 -> 377[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1125[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1125 -> 1360[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1125 -> 1361[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1126 -> 378[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1126[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1126 -> 1362[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1126 -> 1363[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1127 -> 379[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1127[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1127 -> 1364[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1127 -> 1365[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1128 -> 380[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1128[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1128 -> 1366[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1128 -> 1367[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1129 -> 381[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1129[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1129 -> 1368[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1129 -> 1369[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1130 -> 382[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1130[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1130 -> 1370[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1130 -> 1371[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1131 -> 383[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1131[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1131 -> 1372[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1131 -> 1373[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1132 -> 384[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1132[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1132 -> 1374[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1132 -> 1375[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1133 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1133[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1133 -> 1376[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1133 -> 1377[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1134 -> 386[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1134[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1134 -> 1378[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1134 -> 1379[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1135 -> 387[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1135[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1135 -> 1380[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1135 -> 1381[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1136 -> 388[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1136[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1136 -> 1382[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1136 -> 1383[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1137 -> 389[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1137[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1137 -> 1384[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1137 -> 1385[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1138 -> 376[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1138[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1138 -> 1386[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1138 -> 1387[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1139 -> 377[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1139[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1139 -> 1388[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1139 -> 1389[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1140 -> 378[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1140[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1140 -> 1390[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1140 -> 1391[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1141 -> 379[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1141[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1141 -> 1392[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1141 -> 1393[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1142 -> 380[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1142[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1142 -> 1394[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1142 -> 1395[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1143 -> 381[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1143[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1143 -> 1396[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1143 -> 1397[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1144 -> 382[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1144[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1144 -> 1398[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1144 -> 1399[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1145 -> 383[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1145[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1145 -> 1400[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1145 -> 1401[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1146 -> 384[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1146[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1146 -> 1402[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1146 -> 1403[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1147 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1147[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1147 -> 1404[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1147 -> 1405[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1148 -> 386[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1148[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1148 -> 1406[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1148 -> 1407[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1149 -> 387[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1149[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1149 -> 1408[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1149 -> 1409[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1150 -> 388[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1150[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1150 -> 1410[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1150 -> 1411[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1151 -> 389[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1151[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1151 -> 1412[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1151 -> 1413[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1152 -> 376[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1152[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1152 -> 1414[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1152 -> 1415[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1153 -> 377[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1153[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1153 -> 1416[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1153 -> 1417[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1154 -> 378[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1154[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1154 -> 1418[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1154 -> 1419[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1155 -> 379[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1155[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1155 -> 1420[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1155 -> 1421[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1156 -> 380[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1156[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1156 -> 1422[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1156 -> 1423[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1157 -> 381[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1157[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1157 -> 1424[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1157 -> 1425[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1158 -> 382[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1158[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1158 -> 1426[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1158 -> 1427[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1159 -> 383[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1159[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1159 -> 1428[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1159 -> 1429[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1160 -> 384[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1160[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1160 -> 1430[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1160 -> 1431[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1161 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1161[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1161 -> 1432[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1161 -> 1433[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1162 -> 386[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1162[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1162 -> 1434[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1162 -> 1435[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1163 -> 387[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1163[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1163 -> 1436[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1163 -> 1437[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1164 -> 388[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1164[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1164 -> 1438[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1164 -> 1439[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1165 -> 389[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1165[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1165 -> 1440[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1165 -> 1441[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1166[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];3239[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1166 -> 3239[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3239 -> 1442[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3240[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1166 -> 3240[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3240 -> 1443[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3241[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1166 -> 3241[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3241 -> 1444[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3242[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1166 -> 3242[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3242 -> 1445[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3243[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1166 -> 3243[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3243 -> 1446[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3244[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1166 -> 3244[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3244 -> 1447[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3245[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1166 -> 3245[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3245 -> 1448[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3246[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1166 -> 3246[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3246 -> 1449[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3247[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1166 -> 3247[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3247 -> 1450[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3248[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1166 -> 3248[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3248 -> 1451[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3249[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1166 -> 3249[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3249 -> 1452[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3250[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1166 -> 3250[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3250 -> 1453[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3251[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1166 -> 3251[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3251 -> 1454[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3252[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1166 -> 3252[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3252 -> 1455[label="",style="solid", color="blue", weight=3]; 22.94/10.35 1167 -> 388[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1167[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1167 -> 1456[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1167 -> 1457[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1168[label="vwx25 <= vwx26",fontsize=16,color="black",shape="triangle"];1168 -> 1458[label="",style="solid", color="black", weight=3]; 22.94/10.35 1169[label="vwx25 <= vwx26",fontsize=16,color="black",shape="triangle"];1169 -> 1459[label="",style="solid", color="black", weight=3]; 22.94/10.35 1170[label="vwx25 <= vwx26",fontsize=16,color="black",shape="triangle"];1170 -> 1460[label="",style="solid", color="black", weight=3]; 22.94/10.35 1171[label="vwx25 <= vwx26",fontsize=16,color="black",shape="triangle"];1171 -> 1461[label="",style="solid", color="black", weight=3]; 22.94/10.35 1172[label="vwx25 <= vwx26",fontsize=16,color="burlywood",shape="triangle"];3253[label="vwx25/LT",fontsize=10,color="white",style="solid",shape="box"];1172 -> 3253[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3253 -> 1462[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3254[label="vwx25/EQ",fontsize=10,color="white",style="solid",shape="box"];1172 -> 3254[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3254 -> 1463[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3255[label="vwx25/GT",fontsize=10,color="white",style="solid",shape="box"];1172 -> 3255[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3255 -> 1464[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1173[label="vwx25 <= vwx26",fontsize=16,color="burlywood",shape="triangle"];3256[label="vwx25/False",fontsize=10,color="white",style="solid",shape="box"];1173 -> 3256[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3256 -> 1465[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3257[label="vwx25/True",fontsize=10,color="white",style="solid",shape="box"];1173 -> 3257[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3257 -> 1466[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1174[label="vwx25 <= vwx26",fontsize=16,color="black",shape="triangle"];1174 -> 1467[label="",style="solid", color="black", weight=3]; 22.94/10.35 1175[label="vwx25 <= vwx26",fontsize=16,color="black",shape="triangle"];1175 -> 1468[label="",style="solid", color="black", weight=3]; 22.94/10.35 1176[label="vwx25 <= vwx26",fontsize=16,color="black",shape="triangle"];1176 -> 1469[label="",style="solid", color="black", weight=3]; 22.94/10.35 1177[label="vwx25 <= vwx26",fontsize=16,color="burlywood",shape="triangle"];3258[label="vwx25/Nothing",fontsize=10,color="white",style="solid",shape="box"];1177 -> 3258[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3258 -> 1470[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3259[label="vwx25/Just vwx250",fontsize=10,color="white",style="solid",shape="box"];1177 -> 3259[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3259 -> 1471[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1178[label="vwx25 <= vwx26",fontsize=16,color="burlywood",shape="triangle"];3260[label="vwx25/(vwx250,vwx251)",fontsize=10,color="white",style="solid",shape="box"];1178 -> 3260[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3260 -> 1472[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1179[label="vwx25 <= vwx26",fontsize=16,color="burlywood",shape="triangle"];3261[label="vwx25/Left vwx250",fontsize=10,color="white",style="solid",shape="box"];1179 -> 3261[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3261 -> 1473[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3262[label="vwx25/Right vwx250",fontsize=10,color="white",style="solid",shape="box"];1179 -> 3262[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3262 -> 1474[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1180[label="vwx25 <= vwx26",fontsize=16,color="black",shape="triangle"];1180 -> 1475[label="",style="solid", color="black", weight=3]; 22.94/10.35 1181[label="vwx25 <= vwx26",fontsize=16,color="burlywood",shape="triangle"];3263[label="vwx25/(vwx250,vwx251,vwx252)",fontsize=10,color="white",style="solid",shape="box"];1181 -> 3263[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3263 -> 1476[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1182[label="compare0 (Just vwx97) (Just vwx98) otherwise",fontsize=16,color="black",shape="box"];1182 -> 1477[label="",style="solid", color="black", weight=3]; 22.94/10.35 1183[label="LT",fontsize=16,color="green",shape="box"];1199[label="vwx74 == vwx76",fontsize=16,color="blue",shape="box"];3264[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1199 -> 3264[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3264 -> 1478[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3265[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1199 -> 3265[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3265 -> 1479[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3266[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1199 -> 3266[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3266 -> 1480[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3267[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1199 -> 3267[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3267 -> 1481[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3268[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1199 -> 3268[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3268 -> 1482[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3269[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1199 -> 3269[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3269 -> 1483[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3270[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1199 -> 3270[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3270 -> 1484[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3271[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1199 -> 3271[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3271 -> 1485[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3272[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1199 -> 3272[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3272 -> 1486[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3273[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1199 -> 3273[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3273 -> 1487[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3274[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1199 -> 3274[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3274 -> 1488[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3275[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1199 -> 3275[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3275 -> 1489[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3276[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1199 -> 3276[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3276 -> 1490[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3277[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1199 -> 3277[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3277 -> 1491[label="",style="solid", color="blue", weight=3]; 22.94/10.35 1200[label="vwx75 <= vwx77",fontsize=16,color="blue",shape="box"];3278[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1200 -> 3278[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3278 -> 1492[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3279[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1200 -> 3279[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3279 -> 1493[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3280[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1200 -> 3280[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3280 -> 1494[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3281[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1200 -> 3281[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3281 -> 1495[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3282[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1200 -> 3282[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3282 -> 1496[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3283[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1200 -> 3283[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3283 -> 1497[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3284[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1200 -> 3284[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3284 -> 1498[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3285[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1200 -> 3285[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3285 -> 1499[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3286[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1200 -> 3286[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3286 -> 1500[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3287[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1200 -> 3287[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3287 -> 1501[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3288[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1200 -> 3288[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3288 -> 1502[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3289[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1200 -> 3289[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3289 -> 1503[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3290[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1200 -> 3290[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3290 -> 1504[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3291[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1200 -> 3291[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3291 -> 1505[label="",style="solid", color="blue", weight=3]; 22.94/10.35 1201[label="vwx74 < vwx76",fontsize=16,color="black",shape="triangle"];1201 -> 1506[label="",style="solid", color="black", weight=3]; 22.94/10.35 1202 -> 4[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1202[label="vwx74 < vwx76",fontsize=16,color="magenta"];1202 -> 1507[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1202 -> 1508[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1203[label="vwx74 < vwx76",fontsize=16,color="black",shape="triangle"];1203 -> 1509[label="",style="solid", color="black", weight=3]; 22.94/10.35 1204[label="vwx74 < vwx76",fontsize=16,color="black",shape="triangle"];1204 -> 1510[label="",style="solid", color="black", weight=3]; 22.94/10.35 1205[label="vwx74 < vwx76",fontsize=16,color="black",shape="triangle"];1205 -> 1511[label="",style="solid", color="black", weight=3]; 22.94/10.35 1206[label="vwx74 < vwx76",fontsize=16,color="black",shape="triangle"];1206 -> 1512[label="",style="solid", color="black", weight=3]; 22.94/10.35 1207[label="vwx74 < vwx76",fontsize=16,color="black",shape="triangle"];1207 -> 1513[label="",style="solid", color="black", weight=3]; 22.94/10.35 1208[label="vwx74 < vwx76",fontsize=16,color="black",shape="triangle"];1208 -> 1514[label="",style="solid", color="black", weight=3]; 22.94/10.35 1209[label="vwx74 < vwx76",fontsize=16,color="black",shape="triangle"];1209 -> 1515[label="",style="solid", color="black", weight=3]; 22.94/10.35 1210[label="vwx74 < vwx76",fontsize=16,color="black",shape="triangle"];1210 -> 1516[label="",style="solid", color="black", weight=3]; 22.94/10.35 1211[label="vwx74 < vwx76",fontsize=16,color="black",shape="triangle"];1211 -> 1517[label="",style="solid", color="black", weight=3]; 22.94/10.35 1212[label="vwx74 < vwx76",fontsize=16,color="black",shape="triangle"];1212 -> 1518[label="",style="solid", color="black", weight=3]; 22.94/10.35 1213[label="vwx74 < vwx76",fontsize=16,color="black",shape="triangle"];1213 -> 1519[label="",style="solid", color="black", weight=3]; 22.94/10.35 1214[label="vwx74 < vwx76",fontsize=16,color="black",shape="triangle"];1214 -> 1520[label="",style="solid", color="black", weight=3]; 22.94/10.35 1215[label="compare1 (vwx124,vwx125) (vwx126,vwx127) (False || vwx129)",fontsize=16,color="black",shape="box"];1215 -> 1521[label="",style="solid", color="black", weight=3]; 22.94/10.35 1216[label="compare1 (vwx124,vwx125) (vwx126,vwx127) (True || vwx129)",fontsize=16,color="black",shape="box"];1216 -> 1522[label="",style="solid", color="black", weight=3]; 22.94/10.35 1217 -> 1168[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1217[label="vwx43 <= vwx44",fontsize=16,color="magenta"];1217 -> 1523[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1217 -> 1524[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1218 -> 1169[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1218[label="vwx43 <= vwx44",fontsize=16,color="magenta"];1218 -> 1525[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1218 -> 1526[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1219 -> 1170[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1219[label="vwx43 <= vwx44",fontsize=16,color="magenta"];1219 -> 1527[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1219 -> 1528[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1220 -> 1171[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1220[label="vwx43 <= vwx44",fontsize=16,color="magenta"];1220 -> 1529[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1220 -> 1530[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1221 -> 1172[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1221[label="vwx43 <= vwx44",fontsize=16,color="magenta"];1221 -> 1531[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1221 -> 1532[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1222 -> 1173[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1222[label="vwx43 <= vwx44",fontsize=16,color="magenta"];1222 -> 1533[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1222 -> 1534[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1223 -> 1174[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1223[label="vwx43 <= vwx44",fontsize=16,color="magenta"];1223 -> 1535[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1223 -> 1536[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1224 -> 1175[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1224[label="vwx43 <= vwx44",fontsize=16,color="magenta"];1224 -> 1537[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1224 -> 1538[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1225 -> 1176[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1225[label="vwx43 <= vwx44",fontsize=16,color="magenta"];1225 -> 1539[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1225 -> 1540[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1226 -> 1177[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1226[label="vwx43 <= vwx44",fontsize=16,color="magenta"];1226 -> 1541[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1226 -> 1542[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1227 -> 1178[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1227[label="vwx43 <= vwx44",fontsize=16,color="magenta"];1227 -> 1543[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1227 -> 1544[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1228 -> 1179[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1228[label="vwx43 <= vwx44",fontsize=16,color="magenta"];1228 -> 1545[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1228 -> 1546[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1229 -> 1180[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1229[label="vwx43 <= vwx44",fontsize=16,color="magenta"];1229 -> 1547[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1229 -> 1548[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1230 -> 1181[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1230[label="vwx43 <= vwx44",fontsize=16,color="magenta"];1230 -> 1549[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1230 -> 1550[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1231[label="compare0 (Left vwx104) (Left vwx105) otherwise",fontsize=16,color="black",shape="box"];1231 -> 1551[label="",style="solid", color="black", weight=3]; 22.94/10.35 1232[label="LT",fontsize=16,color="green",shape="box"];1233 -> 1168[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1233[label="vwx50 <= vwx51",fontsize=16,color="magenta"];1233 -> 1552[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1233 -> 1553[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1234 -> 1169[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1234[label="vwx50 <= vwx51",fontsize=16,color="magenta"];1234 -> 1554[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1234 -> 1555[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1235 -> 1170[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1235[label="vwx50 <= vwx51",fontsize=16,color="magenta"];1235 -> 1556[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1235 -> 1557[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1236 -> 1171[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1236[label="vwx50 <= vwx51",fontsize=16,color="magenta"];1236 -> 1558[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1236 -> 1559[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1237 -> 1172[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1237[label="vwx50 <= vwx51",fontsize=16,color="magenta"];1237 -> 1560[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1237 -> 1561[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1238 -> 1173[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1238[label="vwx50 <= vwx51",fontsize=16,color="magenta"];1238 -> 1562[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1238 -> 1563[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1239 -> 1174[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1239[label="vwx50 <= vwx51",fontsize=16,color="magenta"];1239 -> 1564[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1239 -> 1565[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1240 -> 1175[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1240[label="vwx50 <= vwx51",fontsize=16,color="magenta"];1240 -> 1566[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1240 -> 1567[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1241 -> 1176[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1241[label="vwx50 <= vwx51",fontsize=16,color="magenta"];1241 -> 1568[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1241 -> 1569[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1242 -> 1177[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1242[label="vwx50 <= vwx51",fontsize=16,color="magenta"];1242 -> 1570[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1242 -> 1571[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1243 -> 1178[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1243[label="vwx50 <= vwx51",fontsize=16,color="magenta"];1243 -> 1572[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1243 -> 1573[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1244 -> 1179[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1244[label="vwx50 <= vwx51",fontsize=16,color="magenta"];1244 -> 1574[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1244 -> 1575[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1245 -> 1180[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1245[label="vwx50 <= vwx51",fontsize=16,color="magenta"];1245 -> 1576[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1245 -> 1577[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1246 -> 1181[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1246[label="vwx50 <= vwx51",fontsize=16,color="magenta"];1246 -> 1578[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1246 -> 1579[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1247[label="compare0 (Right vwx112) (Right vwx113) otherwise",fontsize=16,color="black",shape="box"];1247 -> 1580[label="",style="solid", color="black", weight=3]; 22.94/10.35 1248[label="LT",fontsize=16,color="green",shape="box"];1268 -> 1201[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1268[label="vwx61 < vwx64",fontsize=16,color="magenta"];1268 -> 1581[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1268 -> 1582[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1269 -> 4[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1269[label="vwx61 < vwx64",fontsize=16,color="magenta"];1269 -> 1583[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1269 -> 1584[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1270 -> 1203[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1270[label="vwx61 < vwx64",fontsize=16,color="magenta"];1270 -> 1585[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1270 -> 1586[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1271 -> 1204[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1271[label="vwx61 < vwx64",fontsize=16,color="magenta"];1271 -> 1587[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1271 -> 1588[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1272 -> 1205[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1272[label="vwx61 < vwx64",fontsize=16,color="magenta"];1272 -> 1589[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1272 -> 1590[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1273 -> 1206[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1273[label="vwx61 < vwx64",fontsize=16,color="magenta"];1273 -> 1591[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1273 -> 1592[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1274 -> 1207[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1274[label="vwx61 < vwx64",fontsize=16,color="magenta"];1274 -> 1593[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1274 -> 1594[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1275 -> 1208[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1275[label="vwx61 < vwx64",fontsize=16,color="magenta"];1275 -> 1595[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1275 -> 1596[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1276 -> 1209[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1276[label="vwx61 < vwx64",fontsize=16,color="magenta"];1276 -> 1597[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1276 -> 1598[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1277 -> 1210[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1277[label="vwx61 < vwx64",fontsize=16,color="magenta"];1277 -> 1599[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1277 -> 1600[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1278 -> 1211[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1278[label="vwx61 < vwx64",fontsize=16,color="magenta"];1278 -> 1601[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1278 -> 1602[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1279 -> 1212[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1279[label="vwx61 < vwx64",fontsize=16,color="magenta"];1279 -> 1603[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1279 -> 1604[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1280 -> 1213[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1280[label="vwx61 < vwx64",fontsize=16,color="magenta"];1280 -> 1605[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1280 -> 1606[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1281 -> 1214[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1281[label="vwx61 < vwx64",fontsize=16,color="magenta"];1281 -> 1607[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1281 -> 1608[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1282[label="vwx61 == vwx64",fontsize=16,color="blue",shape="box"];3292[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1282 -> 3292[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3292 -> 1609[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3293[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1282 -> 3293[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3293 -> 1610[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3294[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1282 -> 3294[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3294 -> 1611[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3295[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1282 -> 3295[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3295 -> 1612[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3296[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1282 -> 3296[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3296 -> 1613[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3297[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1282 -> 3297[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3297 -> 1614[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3298[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1282 -> 3298[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3298 -> 1615[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3299[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1282 -> 3299[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3299 -> 1616[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3300[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1282 -> 3300[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3300 -> 1617[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3301[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1282 -> 3301[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3301 -> 1618[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3302[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1282 -> 3302[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3302 -> 1619[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3303[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1282 -> 3303[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3303 -> 1620[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3304[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1282 -> 3304[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3304 -> 1621[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3305[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1282 -> 3305[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3305 -> 1622[label="",style="solid", color="blue", weight=3]; 22.94/10.35 1283 -> 1953[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1283[label="vwx62 < vwx65 || vwx62 == vwx65 && vwx63 <= vwx66",fontsize=16,color="magenta"];1283 -> 1954[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1283 -> 1955[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1284[label="compare1 (vwx139,vwx140,vwx141) (vwx142,vwx143,vwx144) (False || vwx146)",fontsize=16,color="black",shape="box"];1284 -> 1625[label="",style="solid", color="black", weight=3]; 22.94/10.35 1285[label="compare1 (vwx139,vwx140,vwx141) (vwx142,vwx143,vwx144) (True || vwx146)",fontsize=16,color="black",shape="box"];1285 -> 1626[label="",style="solid", color="black", weight=3]; 22.94/10.35 1286[label="primMulNat (Succ vwx30000) (Succ vwx40100)",fontsize=16,color="black",shape="box"];1286 -> 1627[label="",style="solid", color="black", weight=3]; 22.94/10.35 1287[label="primMulNat (Succ vwx30000) Zero",fontsize=16,color="black",shape="box"];1287 -> 1628[label="",style="solid", color="black", weight=3]; 22.94/10.35 1288[label="primMulNat Zero (Succ vwx40100)",fontsize=16,color="black",shape="box"];1288 -> 1629[label="",style="solid", color="black", weight=3]; 22.94/10.35 1289[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];1289 -> 1630[label="",style="solid", color="black", weight=3]; 22.94/10.35 1290 -> 376[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1290[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1290 -> 1631[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1290 -> 1632[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1291 -> 377[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1291[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1291 -> 1633[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1291 -> 1634[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1292 -> 378[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1292[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1292 -> 1635[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1292 -> 1636[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1293 -> 379[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1293[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1293 -> 1637[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1293 -> 1638[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1294 -> 380[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1294[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1294 -> 1639[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1294 -> 1640[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1295 -> 381[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1295[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1295 -> 1641[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1295 -> 1642[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1296 -> 382[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1296[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1296 -> 1643[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1296 -> 1644[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1297 -> 383[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1297[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1297 -> 1645[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1297 -> 1646[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1298 -> 384[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1298[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1298 -> 1647[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1298 -> 1648[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1299 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1299[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1299 -> 1649[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1299 -> 1650[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1300 -> 386[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1300[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1300 -> 1651[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1300 -> 1652[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1301 -> 387[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1301[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1301 -> 1653[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1301 -> 1654[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1302 -> 388[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1302[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1302 -> 1655[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1302 -> 1656[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1303 -> 389[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1303[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1303 -> 1657[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1303 -> 1658[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1304[label="vwx3001 == vwx4001",fontsize=16,color="blue",shape="box"];3306[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1304 -> 3306[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3306 -> 1659[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3307[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1304 -> 3307[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3307 -> 1660[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3308[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1304 -> 3308[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3308 -> 1661[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3309[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1304 -> 3309[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3309 -> 1662[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3310[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1304 -> 3310[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3310 -> 1663[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3311[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1304 -> 3311[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3311 -> 1664[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3312[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1304 -> 3312[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3312 -> 1665[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3313[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1304 -> 3313[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3313 -> 1666[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3314[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1304 -> 3314[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3314 -> 1667[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3315[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1304 -> 3315[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3315 -> 1668[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3316[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1304 -> 3316[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3316 -> 1669[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3317[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1304 -> 3317[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3317 -> 1670[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3318[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1304 -> 3318[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3318 -> 1671[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3319[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1304 -> 3319[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3319 -> 1672[label="",style="solid", color="blue", weight=3]; 22.94/10.35 1305[label="vwx3002 == vwx4002",fontsize=16,color="blue",shape="box"];3320[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1305 -> 3320[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3320 -> 1673[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3321[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1305 -> 3321[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3321 -> 1674[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3322[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1305 -> 3322[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3322 -> 1675[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3323[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1305 -> 3323[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3323 -> 1676[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3324[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1305 -> 3324[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3324 -> 1677[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3325[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1305 -> 3325[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3325 -> 1678[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3326[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1305 -> 3326[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3326 -> 1679[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3327[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1305 -> 3327[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3327 -> 1680[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3328[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1305 -> 3328[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3328 -> 1681[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3329[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1305 -> 3329[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3329 -> 1682[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3330[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1305 -> 3330[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3330 -> 1683[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3331[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1305 -> 3331[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3331 -> 1684[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3332[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1305 -> 3332[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3332 -> 1685[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3333[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1305 -> 3333[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3333 -> 1686[label="",style="solid", color="blue", weight=3]; 22.94/10.35 1306[label="primEqNat (Succ vwx30000) vwx4000",fontsize=16,color="burlywood",shape="box"];3334[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1306 -> 3334[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3334 -> 1687[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3335[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1306 -> 3335[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3335 -> 1688[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1307[label="primEqNat Zero vwx4000",fontsize=16,color="burlywood",shape="box"];3336[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1307 -> 3336[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3336 -> 1689[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3337[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1307 -> 3337[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3337 -> 1690[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1308 -> 376[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1308[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1308 -> 1691[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1308 -> 1692[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1309 -> 377[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1309[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1309 -> 1693[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1309 -> 1694[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1310 -> 378[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1310[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1310 -> 1695[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1310 -> 1696[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1311 -> 379[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1311[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1311 -> 1697[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1311 -> 1698[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1312 -> 380[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1312[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1312 -> 1699[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1312 -> 1700[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1313 -> 381[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1313[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1313 -> 1701[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1313 -> 1702[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1314 -> 382[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1314[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1314 -> 1703[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1314 -> 1704[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1315 -> 383[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1315[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1315 -> 1705[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1315 -> 1706[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1316 -> 384[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1316[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1316 -> 1707[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1316 -> 1708[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1317 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1317[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1317 -> 1709[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1317 -> 1710[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1318 -> 386[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1318[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1318 -> 1711[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1318 -> 1712[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1319 -> 387[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1319[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1319 -> 1713[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1319 -> 1714[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1320 -> 388[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1320[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1320 -> 1715[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1320 -> 1716[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1321 -> 389[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1321[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1321 -> 1717[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1321 -> 1718[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1322 -> 376[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1322[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1322 -> 1719[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1322 -> 1720[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1323 -> 377[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1323[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1323 -> 1721[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1323 -> 1722[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1324 -> 378[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1324[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1324 -> 1723[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1324 -> 1724[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1325 -> 379[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1325[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1325 -> 1725[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1325 -> 1726[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1326 -> 380[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1326[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1326 -> 1727[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1326 -> 1728[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1327 -> 381[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1327[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1327 -> 1729[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1327 -> 1730[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1328 -> 382[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1328[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1328 -> 1731[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1328 -> 1732[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1329 -> 383[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1329[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1329 -> 1733[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1329 -> 1734[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1330 -> 384[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1330[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1330 -> 1735[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1330 -> 1736[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1331 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1331[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1331 -> 1737[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1331 -> 1738[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1332 -> 386[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1332[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1332 -> 1739[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1332 -> 1740[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1333 -> 387[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1333[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1333 -> 1741[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1333 -> 1742[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1334 -> 388[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1334[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1334 -> 1743[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1334 -> 1744[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1335 -> 389[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1335[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1335 -> 1745[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1335 -> 1746[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1336 -> 255[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1336[label="vwx3001 * vwx4000",fontsize=16,color="magenta"];1336 -> 1747[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1336 -> 1748[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1337 -> 255[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1337[label="vwx3000 * vwx4001",fontsize=16,color="magenta"];1337 -> 1749[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1337 -> 1750[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1338 -> 380[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1338[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1338 -> 1751[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1338 -> 1752[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1339 -> 383[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1339[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1339 -> 1753[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1339 -> 1754[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1340 -> 380[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1340[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1340 -> 1755[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1340 -> 1756[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1341 -> 383[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1341[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1341 -> 1757[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1341 -> 1758[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1342[label="primEqInt (Pos (Succ vwx30000)) (Pos (Succ vwx40000))",fontsize=16,color="black",shape="box"];1342 -> 1759[label="",style="solid", color="black", weight=3]; 22.94/10.35 1343[label="primEqInt (Pos (Succ vwx30000)) (Pos Zero)",fontsize=16,color="black",shape="box"];1343 -> 1760[label="",style="solid", color="black", weight=3]; 22.94/10.35 1344[label="False",fontsize=16,color="green",shape="box"];1345[label="primEqInt (Pos Zero) (Pos (Succ vwx40000))",fontsize=16,color="black",shape="box"];1345 -> 1761[label="",style="solid", color="black", weight=3]; 22.94/10.35 1346[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1346 -> 1762[label="",style="solid", color="black", weight=3]; 22.94/10.35 1347[label="primEqInt (Pos Zero) (Neg (Succ vwx40000))",fontsize=16,color="black",shape="box"];1347 -> 1763[label="",style="solid", color="black", weight=3]; 22.94/10.35 1348[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1348 -> 1764[label="",style="solid", color="black", weight=3]; 22.94/10.35 1349[label="False",fontsize=16,color="green",shape="box"];1350[label="primEqInt (Neg (Succ vwx30000)) (Neg (Succ vwx40000))",fontsize=16,color="black",shape="box"];1350 -> 1765[label="",style="solid", color="black", weight=3]; 22.94/10.35 1351[label="primEqInt (Neg (Succ vwx30000)) (Neg Zero)",fontsize=16,color="black",shape="box"];1351 -> 1766[label="",style="solid", color="black", weight=3]; 22.94/10.35 1352[label="primEqInt (Neg Zero) (Pos (Succ vwx40000))",fontsize=16,color="black",shape="box"];1352 -> 1767[label="",style="solid", color="black", weight=3]; 22.94/10.35 1353[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1353 -> 1768[label="",style="solid", color="black", weight=3]; 22.94/10.35 1354[label="primEqInt (Neg Zero) (Neg (Succ vwx40000))",fontsize=16,color="black",shape="box"];1354 -> 1769[label="",style="solid", color="black", weight=3]; 22.94/10.35 1355[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1355 -> 1770[label="",style="solid", color="black", weight=3]; 22.94/10.35 1356 -> 255[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1356[label="vwx3001 * vwx4000",fontsize=16,color="magenta"];1356 -> 1771[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1356 -> 1772[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1357 -> 255[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1357[label="vwx3000 * vwx4001",fontsize=16,color="magenta"];1357 -> 1773[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1357 -> 1774[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1358[label="vwx4000",fontsize=16,color="green",shape="box"];1359[label="vwx3000",fontsize=16,color="green",shape="box"];1360[label="vwx4000",fontsize=16,color="green",shape="box"];1361[label="vwx3000",fontsize=16,color="green",shape="box"];1362[label="vwx4000",fontsize=16,color="green",shape="box"];1363[label="vwx3000",fontsize=16,color="green",shape="box"];1364[label="vwx4000",fontsize=16,color="green",shape="box"];1365[label="vwx3000",fontsize=16,color="green",shape="box"];1366[label="vwx4000",fontsize=16,color="green",shape="box"];1367[label="vwx3000",fontsize=16,color="green",shape="box"];1368[label="vwx4000",fontsize=16,color="green",shape="box"];1369[label="vwx3000",fontsize=16,color="green",shape="box"];1370[label="vwx4000",fontsize=16,color="green",shape="box"];1371[label="vwx3000",fontsize=16,color="green",shape="box"];1372[label="vwx4000",fontsize=16,color="green",shape="box"];1373[label="vwx3000",fontsize=16,color="green",shape="box"];1374[label="vwx4000",fontsize=16,color="green",shape="box"];1375[label="vwx3000",fontsize=16,color="green",shape="box"];1376[label="vwx4000",fontsize=16,color="green",shape="box"];1377[label="vwx3000",fontsize=16,color="green",shape="box"];1378[label="vwx4000",fontsize=16,color="green",shape="box"];1379[label="vwx3000",fontsize=16,color="green",shape="box"];1380[label="vwx4000",fontsize=16,color="green",shape="box"];1381[label="vwx3000",fontsize=16,color="green",shape="box"];1382[label="vwx4000",fontsize=16,color="green",shape="box"];1383[label="vwx3000",fontsize=16,color="green",shape="box"];1384[label="vwx4000",fontsize=16,color="green",shape="box"];1385[label="vwx3000",fontsize=16,color="green",shape="box"];1386[label="vwx4000",fontsize=16,color="green",shape="box"];1387[label="vwx3000",fontsize=16,color="green",shape="box"];1388[label="vwx4000",fontsize=16,color="green",shape="box"];1389[label="vwx3000",fontsize=16,color="green",shape="box"];1390[label="vwx4000",fontsize=16,color="green",shape="box"];1391[label="vwx3000",fontsize=16,color="green",shape="box"];1392[label="vwx4000",fontsize=16,color="green",shape="box"];1393[label="vwx3000",fontsize=16,color="green",shape="box"];1394[label="vwx4000",fontsize=16,color="green",shape="box"];1395[label="vwx3000",fontsize=16,color="green",shape="box"];1396[label="vwx4000",fontsize=16,color="green",shape="box"];1397[label="vwx3000",fontsize=16,color="green",shape="box"];1398[label="vwx4000",fontsize=16,color="green",shape="box"];1399[label="vwx3000",fontsize=16,color="green",shape="box"];1400[label="vwx4000",fontsize=16,color="green",shape="box"];1401[label="vwx3000",fontsize=16,color="green",shape="box"];1402[label="vwx4000",fontsize=16,color="green",shape="box"];1403[label="vwx3000",fontsize=16,color="green",shape="box"];1404[label="vwx4000",fontsize=16,color="green",shape="box"];1405[label="vwx3000",fontsize=16,color="green",shape="box"];1406[label="vwx4000",fontsize=16,color="green",shape="box"];1407[label="vwx3000",fontsize=16,color="green",shape="box"];1408[label="vwx4000",fontsize=16,color="green",shape="box"];1409[label="vwx3000",fontsize=16,color="green",shape="box"];1410[label="vwx4000",fontsize=16,color="green",shape="box"];1411[label="vwx3000",fontsize=16,color="green",shape="box"];1412[label="vwx4000",fontsize=16,color="green",shape="box"];1413[label="vwx3000",fontsize=16,color="green",shape="box"];1414[label="vwx4000",fontsize=16,color="green",shape="box"];1415[label="vwx3000",fontsize=16,color="green",shape="box"];1416[label="vwx4000",fontsize=16,color="green",shape="box"];1417[label="vwx3000",fontsize=16,color="green",shape="box"];1418[label="vwx4000",fontsize=16,color="green",shape="box"];1419[label="vwx3000",fontsize=16,color="green",shape="box"];1420[label="vwx4000",fontsize=16,color="green",shape="box"];1421[label="vwx3000",fontsize=16,color="green",shape="box"];1422[label="vwx4000",fontsize=16,color="green",shape="box"];1423[label="vwx3000",fontsize=16,color="green",shape="box"];1424[label="vwx4000",fontsize=16,color="green",shape="box"];1425[label="vwx3000",fontsize=16,color="green",shape="box"];1426[label="vwx4000",fontsize=16,color="green",shape="box"];1427[label="vwx3000",fontsize=16,color="green",shape="box"];1428[label="vwx4000",fontsize=16,color="green",shape="box"];1429[label="vwx3000",fontsize=16,color="green",shape="box"];1430[label="vwx4000",fontsize=16,color="green",shape="box"];1431[label="vwx3000",fontsize=16,color="green",shape="box"];1432[label="vwx4000",fontsize=16,color="green",shape="box"];1433[label="vwx3000",fontsize=16,color="green",shape="box"];1434[label="vwx4000",fontsize=16,color="green",shape="box"];1435[label="vwx3000",fontsize=16,color="green",shape="box"];1436[label="vwx4000",fontsize=16,color="green",shape="box"];1437[label="vwx3000",fontsize=16,color="green",shape="box"];1438[label="vwx4000",fontsize=16,color="green",shape="box"];1439[label="vwx3000",fontsize=16,color="green",shape="box"];1440[label="vwx4000",fontsize=16,color="green",shape="box"];1441[label="vwx3000",fontsize=16,color="green",shape="box"];1442 -> 376[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1442[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1442 -> 1775[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1442 -> 1776[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1443 -> 377[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1443[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1443 -> 1777[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1443 -> 1778[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1444 -> 378[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1444[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1444 -> 1779[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1444 -> 1780[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1445 -> 379[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1445[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1445 -> 1781[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1445 -> 1782[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1446 -> 380[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1446[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1446 -> 1783[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1446 -> 1784[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1447 -> 381[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1447[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1447 -> 1785[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1447 -> 1786[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1448 -> 382[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1448[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1448 -> 1787[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1448 -> 1788[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1449 -> 383[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1449[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1449 -> 1789[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1449 -> 1790[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1450 -> 384[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1450[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1450 -> 1791[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1450 -> 1792[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1451 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1451[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1451 -> 1793[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1451 -> 1794[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1452 -> 386[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1452[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1452 -> 1795[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1452 -> 1796[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1453 -> 387[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1453[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1453 -> 1797[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1453 -> 1798[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1454 -> 388[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1454[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1454 -> 1799[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1454 -> 1800[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1455 -> 389[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1455[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1455 -> 1801[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1455 -> 1802[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1456[label="vwx4001",fontsize=16,color="green",shape="box"];1457[label="vwx3001",fontsize=16,color="green",shape="box"];1458 -> 1803[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1458[label="compare vwx25 vwx26 /= GT",fontsize=16,color="magenta"];1458 -> 1804[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1459 -> 1803[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1459[label="compare vwx25 vwx26 /= GT",fontsize=16,color="magenta"];1459 -> 1805[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1460 -> 1803[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1460[label="compare vwx25 vwx26 /= GT",fontsize=16,color="magenta"];1460 -> 1806[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1461 -> 1803[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1461[label="compare vwx25 vwx26 /= GT",fontsize=16,color="magenta"];1461 -> 1807[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1462[label="LT <= vwx26",fontsize=16,color="burlywood",shape="box"];3338[label="vwx26/LT",fontsize=10,color="white",style="solid",shape="box"];1462 -> 3338[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3338 -> 1812[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3339[label="vwx26/EQ",fontsize=10,color="white",style="solid",shape="box"];1462 -> 3339[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3339 -> 1813[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3340[label="vwx26/GT",fontsize=10,color="white",style="solid",shape="box"];1462 -> 3340[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3340 -> 1814[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1463[label="EQ <= vwx26",fontsize=16,color="burlywood",shape="box"];3341[label="vwx26/LT",fontsize=10,color="white",style="solid",shape="box"];1463 -> 3341[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3341 -> 1815[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3342[label="vwx26/EQ",fontsize=10,color="white",style="solid",shape="box"];1463 -> 3342[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3342 -> 1816[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3343[label="vwx26/GT",fontsize=10,color="white",style="solid",shape="box"];1463 -> 3343[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3343 -> 1817[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1464[label="GT <= vwx26",fontsize=16,color="burlywood",shape="box"];3344[label="vwx26/LT",fontsize=10,color="white",style="solid",shape="box"];1464 -> 3344[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3344 -> 1818[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3345[label="vwx26/EQ",fontsize=10,color="white",style="solid",shape="box"];1464 -> 3345[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3345 -> 1819[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3346[label="vwx26/GT",fontsize=10,color="white",style="solid",shape="box"];1464 -> 3346[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3346 -> 1820[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1465[label="False <= vwx26",fontsize=16,color="burlywood",shape="box"];3347[label="vwx26/False",fontsize=10,color="white",style="solid",shape="box"];1465 -> 3347[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3347 -> 1821[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3348[label="vwx26/True",fontsize=10,color="white",style="solid",shape="box"];1465 -> 3348[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3348 -> 1822[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1466[label="True <= vwx26",fontsize=16,color="burlywood",shape="box"];3349[label="vwx26/False",fontsize=10,color="white",style="solid",shape="box"];1466 -> 3349[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3349 -> 1823[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3350[label="vwx26/True",fontsize=10,color="white",style="solid",shape="box"];1466 -> 3350[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3350 -> 1824[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1467 -> 1803[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1467[label="compare vwx25 vwx26 /= GT",fontsize=16,color="magenta"];1467 -> 1808[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1468 -> 1803[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1468[label="compare vwx25 vwx26 /= GT",fontsize=16,color="magenta"];1468 -> 1809[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1469 -> 1803[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1469[label="compare vwx25 vwx26 /= GT",fontsize=16,color="magenta"];1469 -> 1810[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1470[label="Nothing <= vwx26",fontsize=16,color="burlywood",shape="box"];3351[label="vwx26/Nothing",fontsize=10,color="white",style="solid",shape="box"];1470 -> 3351[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3351 -> 1825[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3352[label="vwx26/Just vwx260",fontsize=10,color="white",style="solid",shape="box"];1470 -> 3352[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3352 -> 1826[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1471[label="Just vwx250 <= vwx26",fontsize=16,color="burlywood",shape="box"];3353[label="vwx26/Nothing",fontsize=10,color="white",style="solid",shape="box"];1471 -> 3353[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3353 -> 1827[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3354[label="vwx26/Just vwx260",fontsize=10,color="white",style="solid",shape="box"];1471 -> 3354[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3354 -> 1828[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1472[label="(vwx250,vwx251) <= vwx26",fontsize=16,color="burlywood",shape="box"];3355[label="vwx26/(vwx260,vwx261)",fontsize=10,color="white",style="solid",shape="box"];1472 -> 3355[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3355 -> 1829[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1473[label="Left vwx250 <= vwx26",fontsize=16,color="burlywood",shape="box"];3356[label="vwx26/Left vwx260",fontsize=10,color="white",style="solid",shape="box"];1473 -> 3356[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3356 -> 1830[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3357[label="vwx26/Right vwx260",fontsize=10,color="white",style="solid",shape="box"];1473 -> 3357[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3357 -> 1831[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1474[label="Right vwx250 <= vwx26",fontsize=16,color="burlywood",shape="box"];3358[label="vwx26/Left vwx260",fontsize=10,color="white",style="solid",shape="box"];1474 -> 3358[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3358 -> 1832[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3359[label="vwx26/Right vwx260",fontsize=10,color="white",style="solid",shape="box"];1474 -> 3359[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3359 -> 1833[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1475 -> 1803[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1475[label="compare vwx25 vwx26 /= GT",fontsize=16,color="magenta"];1475 -> 1811[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1476[label="(vwx250,vwx251,vwx252) <= vwx26",fontsize=16,color="burlywood",shape="box"];3360[label="vwx26/(vwx260,vwx261,vwx262)",fontsize=10,color="white",style="solid",shape="box"];1476 -> 3360[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3360 -> 1834[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1477[label="compare0 (Just vwx97) (Just vwx98) True",fontsize=16,color="black",shape="box"];1477 -> 1835[label="",style="solid", color="black", weight=3]; 22.94/10.35 1478 -> 384[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1478[label="vwx74 == vwx76",fontsize=16,color="magenta"];1478 -> 1836[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1478 -> 1837[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1479 -> 388[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1479[label="vwx74 == vwx76",fontsize=16,color="magenta"];1479 -> 1838[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1479 -> 1839[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1480 -> 377[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1480[label="vwx74 == vwx76",fontsize=16,color="magenta"];1480 -> 1840[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1480 -> 1841[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1481 -> 383[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1481[label="vwx74 == vwx76",fontsize=16,color="magenta"];1481 -> 1842[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1481 -> 1843[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1482 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1482[label="vwx74 == vwx76",fontsize=16,color="magenta"];1482 -> 1844[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1482 -> 1845[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1483 -> 381[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1483[label="vwx74 == vwx76",fontsize=16,color="magenta"];1483 -> 1846[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1483 -> 1847[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1484 -> 389[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1484[label="vwx74 == vwx76",fontsize=16,color="magenta"];1484 -> 1848[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1484 -> 1849[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1485 -> 382[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1485[label="vwx74 == vwx76",fontsize=16,color="magenta"];1485 -> 1850[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1485 -> 1851[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1486 -> 380[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1486[label="vwx74 == vwx76",fontsize=16,color="magenta"];1486 -> 1852[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1486 -> 1853[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1487 -> 386[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1487[label="vwx74 == vwx76",fontsize=16,color="magenta"];1487 -> 1854[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1487 -> 1855[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1488 -> 378[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1488[label="vwx74 == vwx76",fontsize=16,color="magenta"];1488 -> 1856[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1488 -> 1857[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1489 -> 387[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1489[label="vwx74 == vwx76",fontsize=16,color="magenta"];1489 -> 1858[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1489 -> 1859[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1490 -> 379[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1490[label="vwx74 == vwx76",fontsize=16,color="magenta"];1490 -> 1860[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1490 -> 1861[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1491 -> 376[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1491[label="vwx74 == vwx76",fontsize=16,color="magenta"];1491 -> 1862[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1491 -> 1863[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1492 -> 1168[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1492[label="vwx75 <= vwx77",fontsize=16,color="magenta"];1492 -> 1864[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1492 -> 1865[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1493 -> 1169[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1493[label="vwx75 <= vwx77",fontsize=16,color="magenta"];1493 -> 1866[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1493 -> 1867[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1494 -> 1170[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1494[label="vwx75 <= vwx77",fontsize=16,color="magenta"];1494 -> 1868[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1494 -> 1869[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1495 -> 1171[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1495[label="vwx75 <= vwx77",fontsize=16,color="magenta"];1495 -> 1870[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1495 -> 1871[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1496 -> 1172[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1496[label="vwx75 <= vwx77",fontsize=16,color="magenta"];1496 -> 1872[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1496 -> 1873[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1497 -> 1173[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1497[label="vwx75 <= vwx77",fontsize=16,color="magenta"];1497 -> 1874[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1497 -> 1875[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1498 -> 1174[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1498[label="vwx75 <= vwx77",fontsize=16,color="magenta"];1498 -> 1876[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1498 -> 1877[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1499 -> 1175[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1499[label="vwx75 <= vwx77",fontsize=16,color="magenta"];1499 -> 1878[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1499 -> 1879[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1500 -> 1176[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1500[label="vwx75 <= vwx77",fontsize=16,color="magenta"];1500 -> 1880[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1500 -> 1881[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1501 -> 1177[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1501[label="vwx75 <= vwx77",fontsize=16,color="magenta"];1501 -> 1882[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1501 -> 1883[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1502 -> 1178[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1502[label="vwx75 <= vwx77",fontsize=16,color="magenta"];1502 -> 1884[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1502 -> 1885[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1503 -> 1179[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1503[label="vwx75 <= vwx77",fontsize=16,color="magenta"];1503 -> 1886[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1503 -> 1887[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1504 -> 1180[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1504[label="vwx75 <= vwx77",fontsize=16,color="magenta"];1504 -> 1888[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1504 -> 1889[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1505 -> 1181[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1505[label="vwx75 <= vwx77",fontsize=16,color="magenta"];1505 -> 1890[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1505 -> 1891[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1506 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1506[label="compare vwx74 vwx76 == LT",fontsize=16,color="magenta"];1506 -> 1892[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1506 -> 1893[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1507[label="vwx74",fontsize=16,color="green",shape="box"];1508[label="vwx76",fontsize=16,color="green",shape="box"];1509 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1509[label="compare vwx74 vwx76 == LT",fontsize=16,color="magenta"];1509 -> 1894[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1509 -> 1895[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1510 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1510[label="compare vwx74 vwx76 == LT",fontsize=16,color="magenta"];1510 -> 1896[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1510 -> 1897[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1511 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1511[label="compare vwx74 vwx76 == LT",fontsize=16,color="magenta"];1511 -> 1898[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1511 -> 1899[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1512 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1512[label="compare vwx74 vwx76 == LT",fontsize=16,color="magenta"];1512 -> 1900[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1512 -> 1901[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1513 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1513[label="compare vwx74 vwx76 == LT",fontsize=16,color="magenta"];1513 -> 1902[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1513 -> 1903[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1514 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1514[label="compare vwx74 vwx76 == LT",fontsize=16,color="magenta"];1514 -> 1904[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1514 -> 1905[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1515 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1515[label="compare vwx74 vwx76 == LT",fontsize=16,color="magenta"];1515 -> 1906[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1515 -> 1907[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1516 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1516[label="compare vwx74 vwx76 == LT",fontsize=16,color="magenta"];1516 -> 1908[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1516 -> 1909[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1517 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1517[label="compare vwx74 vwx76 == LT",fontsize=16,color="magenta"];1517 -> 1910[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1517 -> 1911[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1518 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1518[label="compare vwx74 vwx76 == LT",fontsize=16,color="magenta"];1518 -> 1912[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1518 -> 1913[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1519 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1519[label="compare vwx74 vwx76 == LT",fontsize=16,color="magenta"];1519 -> 1914[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1519 -> 1915[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1520 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1520[label="compare vwx74 vwx76 == LT",fontsize=16,color="magenta"];1520 -> 1916[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1520 -> 1917[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1521[label="compare1 (vwx124,vwx125) (vwx126,vwx127) vwx129",fontsize=16,color="burlywood",shape="triangle"];3361[label="vwx129/False",fontsize=10,color="white",style="solid",shape="box"];1521 -> 3361[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3361 -> 1918[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3362[label="vwx129/True",fontsize=10,color="white",style="solid",shape="box"];1521 -> 3362[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3362 -> 1919[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1522 -> 1521[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1522[label="compare1 (vwx124,vwx125) (vwx126,vwx127) True",fontsize=16,color="magenta"];1522 -> 1920[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1523[label="vwx44",fontsize=16,color="green",shape="box"];1524[label="vwx43",fontsize=16,color="green",shape="box"];1525[label="vwx44",fontsize=16,color="green",shape="box"];1526[label="vwx43",fontsize=16,color="green",shape="box"];1527[label="vwx44",fontsize=16,color="green",shape="box"];1528[label="vwx43",fontsize=16,color="green",shape="box"];1529[label="vwx44",fontsize=16,color="green",shape="box"];1530[label="vwx43",fontsize=16,color="green",shape="box"];1531[label="vwx44",fontsize=16,color="green",shape="box"];1532[label="vwx43",fontsize=16,color="green",shape="box"];1533[label="vwx44",fontsize=16,color="green",shape="box"];1534[label="vwx43",fontsize=16,color="green",shape="box"];1535[label="vwx44",fontsize=16,color="green",shape="box"];1536[label="vwx43",fontsize=16,color="green",shape="box"];1537[label="vwx44",fontsize=16,color="green",shape="box"];1538[label="vwx43",fontsize=16,color="green",shape="box"];1539[label="vwx44",fontsize=16,color="green",shape="box"];1540[label="vwx43",fontsize=16,color="green",shape="box"];1541[label="vwx44",fontsize=16,color="green",shape="box"];1542[label="vwx43",fontsize=16,color="green",shape="box"];1543[label="vwx44",fontsize=16,color="green",shape="box"];1544[label="vwx43",fontsize=16,color="green",shape="box"];1545[label="vwx44",fontsize=16,color="green",shape="box"];1546[label="vwx43",fontsize=16,color="green",shape="box"];1547[label="vwx44",fontsize=16,color="green",shape="box"];1548[label="vwx43",fontsize=16,color="green",shape="box"];1549[label="vwx44",fontsize=16,color="green",shape="box"];1550[label="vwx43",fontsize=16,color="green",shape="box"];1551[label="compare0 (Left vwx104) (Left vwx105) True",fontsize=16,color="black",shape="box"];1551 -> 1921[label="",style="solid", color="black", weight=3]; 22.94/10.35 1552[label="vwx51",fontsize=16,color="green",shape="box"];1553[label="vwx50",fontsize=16,color="green",shape="box"];1554[label="vwx51",fontsize=16,color="green",shape="box"];1555[label="vwx50",fontsize=16,color="green",shape="box"];1556[label="vwx51",fontsize=16,color="green",shape="box"];1557[label="vwx50",fontsize=16,color="green",shape="box"];1558[label="vwx51",fontsize=16,color="green",shape="box"];1559[label="vwx50",fontsize=16,color="green",shape="box"];1560[label="vwx51",fontsize=16,color="green",shape="box"];1561[label="vwx50",fontsize=16,color="green",shape="box"];1562[label="vwx51",fontsize=16,color="green",shape="box"];1563[label="vwx50",fontsize=16,color="green",shape="box"];1564[label="vwx51",fontsize=16,color="green",shape="box"];1565[label="vwx50",fontsize=16,color="green",shape="box"];1566[label="vwx51",fontsize=16,color="green",shape="box"];1567[label="vwx50",fontsize=16,color="green",shape="box"];1568[label="vwx51",fontsize=16,color="green",shape="box"];1569[label="vwx50",fontsize=16,color="green",shape="box"];1570[label="vwx51",fontsize=16,color="green",shape="box"];1571[label="vwx50",fontsize=16,color="green",shape="box"];1572[label="vwx51",fontsize=16,color="green",shape="box"];1573[label="vwx50",fontsize=16,color="green",shape="box"];1574[label="vwx51",fontsize=16,color="green",shape="box"];1575[label="vwx50",fontsize=16,color="green",shape="box"];1576[label="vwx51",fontsize=16,color="green",shape="box"];1577[label="vwx50",fontsize=16,color="green",shape="box"];1578[label="vwx51",fontsize=16,color="green",shape="box"];1579[label="vwx50",fontsize=16,color="green",shape="box"];1580[label="compare0 (Right vwx112) (Right vwx113) True",fontsize=16,color="black",shape="box"];1580 -> 1922[label="",style="solid", color="black", weight=3]; 22.94/10.35 1581[label="vwx64",fontsize=16,color="green",shape="box"];1582[label="vwx61",fontsize=16,color="green",shape="box"];1583[label="vwx61",fontsize=16,color="green",shape="box"];1584[label="vwx64",fontsize=16,color="green",shape="box"];1585[label="vwx64",fontsize=16,color="green",shape="box"];1586[label="vwx61",fontsize=16,color="green",shape="box"];1587[label="vwx64",fontsize=16,color="green",shape="box"];1588[label="vwx61",fontsize=16,color="green",shape="box"];1589[label="vwx64",fontsize=16,color="green",shape="box"];1590[label="vwx61",fontsize=16,color="green",shape="box"];1591[label="vwx64",fontsize=16,color="green",shape="box"];1592[label="vwx61",fontsize=16,color="green",shape="box"];1593[label="vwx64",fontsize=16,color="green",shape="box"];1594[label="vwx61",fontsize=16,color="green",shape="box"];1595[label="vwx64",fontsize=16,color="green",shape="box"];1596[label="vwx61",fontsize=16,color="green",shape="box"];1597[label="vwx64",fontsize=16,color="green",shape="box"];1598[label="vwx61",fontsize=16,color="green",shape="box"];1599[label="vwx64",fontsize=16,color="green",shape="box"];1600[label="vwx61",fontsize=16,color="green",shape="box"];1601[label="vwx64",fontsize=16,color="green",shape="box"];1602[label="vwx61",fontsize=16,color="green",shape="box"];1603[label="vwx64",fontsize=16,color="green",shape="box"];1604[label="vwx61",fontsize=16,color="green",shape="box"];1605[label="vwx64",fontsize=16,color="green",shape="box"];1606[label="vwx61",fontsize=16,color="green",shape="box"];1607[label="vwx64",fontsize=16,color="green",shape="box"];1608[label="vwx61",fontsize=16,color="green",shape="box"];1609 -> 384[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1609[label="vwx61 == vwx64",fontsize=16,color="magenta"];1609 -> 1923[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1609 -> 1924[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1610 -> 388[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1610[label="vwx61 == vwx64",fontsize=16,color="magenta"];1610 -> 1925[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1610 -> 1926[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1611 -> 377[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1611[label="vwx61 == vwx64",fontsize=16,color="magenta"];1611 -> 1927[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1611 -> 1928[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1612 -> 383[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1612[label="vwx61 == vwx64",fontsize=16,color="magenta"];1612 -> 1929[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1612 -> 1930[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1613 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1613[label="vwx61 == vwx64",fontsize=16,color="magenta"];1613 -> 1931[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1613 -> 1932[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1614 -> 381[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1614[label="vwx61 == vwx64",fontsize=16,color="magenta"];1614 -> 1933[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1614 -> 1934[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1615 -> 389[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1615[label="vwx61 == vwx64",fontsize=16,color="magenta"];1615 -> 1935[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1615 -> 1936[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1616 -> 382[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1616[label="vwx61 == vwx64",fontsize=16,color="magenta"];1616 -> 1937[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1616 -> 1938[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1617 -> 380[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1617[label="vwx61 == vwx64",fontsize=16,color="magenta"];1617 -> 1939[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1617 -> 1940[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1618 -> 386[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1618[label="vwx61 == vwx64",fontsize=16,color="magenta"];1618 -> 1941[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1618 -> 1942[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1619 -> 378[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1619[label="vwx61 == vwx64",fontsize=16,color="magenta"];1619 -> 1943[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1619 -> 1944[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1620 -> 387[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1620[label="vwx61 == vwx64",fontsize=16,color="magenta"];1620 -> 1945[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1620 -> 1946[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1621 -> 379[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1621[label="vwx61 == vwx64",fontsize=16,color="magenta"];1621 -> 1947[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1621 -> 1948[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1622 -> 376[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1622[label="vwx61 == vwx64",fontsize=16,color="magenta"];1622 -> 1949[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1622 -> 1950[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1954 -> 785[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1954[label="vwx62 == vwx65 && vwx63 <= vwx66",fontsize=16,color="magenta"];1954 -> 1958[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1954 -> 1959[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1955[label="vwx62 < vwx65",fontsize=16,color="blue",shape="box"];3363[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1955 -> 3363[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3363 -> 1960[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3364[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1955 -> 3364[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3364 -> 1961[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3365[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1955 -> 3365[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3365 -> 1962[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3366[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1955 -> 3366[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3366 -> 1963[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3367[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1955 -> 3367[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3367 -> 1964[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3368[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1955 -> 3368[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3368 -> 1965[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3369[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1955 -> 3369[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3369 -> 1966[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3370[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1955 -> 3370[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3370 -> 1967[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3371[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1955 -> 3371[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3371 -> 1968[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3372[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1955 -> 3372[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3372 -> 1969[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3373[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1955 -> 3373[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3373 -> 1970[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3374[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1955 -> 3374[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3374 -> 1971[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3375[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1955 -> 3375[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3375 -> 1972[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3376[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1955 -> 3376[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3376 -> 1973[label="",style="solid", color="blue", weight=3]; 22.94/10.35 1953[label="vwx152 || vwx153",fontsize=16,color="burlywood",shape="triangle"];3377[label="vwx152/False",fontsize=10,color="white",style="solid",shape="box"];1953 -> 3377[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3377 -> 1974[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3378[label="vwx152/True",fontsize=10,color="white",style="solid",shape="box"];1953 -> 3378[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3378 -> 1975[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1625[label="compare1 (vwx139,vwx140,vwx141) (vwx142,vwx143,vwx144) vwx146",fontsize=16,color="burlywood",shape="triangle"];3379[label="vwx146/False",fontsize=10,color="white",style="solid",shape="box"];1625 -> 3379[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3379 -> 1976[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 3380[label="vwx146/True",fontsize=10,color="white",style="solid",shape="box"];1625 -> 3380[label="",style="solid", color="burlywood", weight=9]; 22.94/10.35 3380 -> 1977[label="",style="solid", color="burlywood", weight=3]; 22.94/10.35 1626 -> 1625[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1626[label="compare1 (vwx139,vwx140,vwx141) (vwx142,vwx143,vwx144) True",fontsize=16,color="magenta"];1626 -> 1978[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1627 -> 1979[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1627[label="primPlusNat (primMulNat vwx30000 (Succ vwx40100)) (Succ vwx40100)",fontsize=16,color="magenta"];1627 -> 1980[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1628[label="Zero",fontsize=16,color="green",shape="box"];1629[label="Zero",fontsize=16,color="green",shape="box"];1630[label="Zero",fontsize=16,color="green",shape="box"];1631[label="vwx4000",fontsize=16,color="green",shape="box"];1632[label="vwx3000",fontsize=16,color="green",shape="box"];1633[label="vwx4000",fontsize=16,color="green",shape="box"];1634[label="vwx3000",fontsize=16,color="green",shape="box"];1635[label="vwx4000",fontsize=16,color="green",shape="box"];1636[label="vwx3000",fontsize=16,color="green",shape="box"];1637[label="vwx4000",fontsize=16,color="green",shape="box"];1638[label="vwx3000",fontsize=16,color="green",shape="box"];1639[label="vwx4000",fontsize=16,color="green",shape="box"];1640[label="vwx3000",fontsize=16,color="green",shape="box"];1641[label="vwx4000",fontsize=16,color="green",shape="box"];1642[label="vwx3000",fontsize=16,color="green",shape="box"];1643[label="vwx4000",fontsize=16,color="green",shape="box"];1644[label="vwx3000",fontsize=16,color="green",shape="box"];1645[label="vwx4000",fontsize=16,color="green",shape="box"];1646[label="vwx3000",fontsize=16,color="green",shape="box"];1647[label="vwx4000",fontsize=16,color="green",shape="box"];1648[label="vwx3000",fontsize=16,color="green",shape="box"];1649[label="vwx4000",fontsize=16,color="green",shape="box"];1650[label="vwx3000",fontsize=16,color="green",shape="box"];1651[label="vwx4000",fontsize=16,color="green",shape="box"];1652[label="vwx3000",fontsize=16,color="green",shape="box"];1653[label="vwx4000",fontsize=16,color="green",shape="box"];1654[label="vwx3000",fontsize=16,color="green",shape="box"];1655[label="vwx4000",fontsize=16,color="green",shape="box"];1656[label="vwx3000",fontsize=16,color="green",shape="box"];1657[label="vwx4000",fontsize=16,color="green",shape="box"];1658[label="vwx3000",fontsize=16,color="green",shape="box"];1659 -> 376[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1659[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1659 -> 1981[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1659 -> 1982[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1660 -> 377[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1660[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1660 -> 1983[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1660 -> 1984[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1661 -> 378[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1661[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1661 -> 1985[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1661 -> 1986[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1662 -> 379[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1662[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1662 -> 1987[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1662 -> 1988[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1663 -> 380[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1663[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1663 -> 1989[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1663 -> 1990[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1664 -> 381[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1664[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1664 -> 1991[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1664 -> 1992[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1665 -> 382[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1665[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1665 -> 1993[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1665 -> 1994[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1666 -> 383[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1666[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1666 -> 1995[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1666 -> 1996[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1667 -> 384[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1667[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1667 -> 1997[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1667 -> 1998[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1668 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1668[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1668 -> 1999[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1668 -> 2000[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1669 -> 386[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1669[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1669 -> 2001[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1669 -> 2002[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1670 -> 387[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1670[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1670 -> 2003[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1670 -> 2004[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1671 -> 388[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1671[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1671 -> 2005[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1671 -> 2006[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1672 -> 389[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1672[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1672 -> 2007[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1672 -> 2008[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1673 -> 376[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1673[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1673 -> 2009[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1673 -> 2010[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1674 -> 377[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1674[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1674 -> 2011[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1674 -> 2012[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1675 -> 378[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1675[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1675 -> 2013[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1675 -> 2014[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1676 -> 379[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1676[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1676 -> 2015[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1676 -> 2016[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1677 -> 380[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1677[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1677 -> 2017[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1677 -> 2018[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1678 -> 381[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1678[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1678 -> 2019[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1678 -> 2020[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1679 -> 382[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1679[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1679 -> 2021[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1679 -> 2022[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1680 -> 383[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1680[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1680 -> 2023[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1680 -> 2024[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1681 -> 384[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1681[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1681 -> 2025[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1681 -> 2026[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1682 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1682[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1682 -> 2027[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1682 -> 2028[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1683 -> 386[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1683[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1683 -> 2029[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1683 -> 2030[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1684 -> 387[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1684[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1684 -> 2031[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1684 -> 2032[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1685 -> 388[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1685[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1685 -> 2033[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1685 -> 2034[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1686 -> 389[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1686[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1686 -> 2035[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1686 -> 2036[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1687[label="primEqNat (Succ vwx30000) (Succ vwx40000)",fontsize=16,color="black",shape="box"];1687 -> 2037[label="",style="solid", color="black", weight=3]; 22.94/10.35 1688[label="primEqNat (Succ vwx30000) Zero",fontsize=16,color="black",shape="box"];1688 -> 2038[label="",style="solid", color="black", weight=3]; 22.94/10.35 1689[label="primEqNat Zero (Succ vwx40000)",fontsize=16,color="black",shape="box"];1689 -> 2039[label="",style="solid", color="black", weight=3]; 22.94/10.35 1690[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];1690 -> 2040[label="",style="solid", color="black", weight=3]; 22.94/10.35 1691[label="vwx4000",fontsize=16,color="green",shape="box"];1692[label="vwx3000",fontsize=16,color="green",shape="box"];1693[label="vwx4000",fontsize=16,color="green",shape="box"];1694[label="vwx3000",fontsize=16,color="green",shape="box"];1695[label="vwx4000",fontsize=16,color="green",shape="box"];1696[label="vwx3000",fontsize=16,color="green",shape="box"];1697[label="vwx4000",fontsize=16,color="green",shape="box"];1698[label="vwx3000",fontsize=16,color="green",shape="box"];1699[label="vwx4000",fontsize=16,color="green",shape="box"];1700[label="vwx3000",fontsize=16,color="green",shape="box"];1701[label="vwx4000",fontsize=16,color="green",shape="box"];1702[label="vwx3000",fontsize=16,color="green",shape="box"];1703[label="vwx4000",fontsize=16,color="green",shape="box"];1704[label="vwx3000",fontsize=16,color="green",shape="box"];1705[label="vwx4000",fontsize=16,color="green",shape="box"];1706[label="vwx3000",fontsize=16,color="green",shape="box"];1707[label="vwx4000",fontsize=16,color="green",shape="box"];1708[label="vwx3000",fontsize=16,color="green",shape="box"];1709[label="vwx4000",fontsize=16,color="green",shape="box"];1710[label="vwx3000",fontsize=16,color="green",shape="box"];1711[label="vwx4000",fontsize=16,color="green",shape="box"];1712[label="vwx3000",fontsize=16,color="green",shape="box"];1713[label="vwx4000",fontsize=16,color="green",shape="box"];1714[label="vwx3000",fontsize=16,color="green",shape="box"];1715[label="vwx4000",fontsize=16,color="green",shape="box"];1716[label="vwx3000",fontsize=16,color="green",shape="box"];1717[label="vwx4000",fontsize=16,color="green",shape="box"];1718[label="vwx3000",fontsize=16,color="green",shape="box"];1719[label="vwx4001",fontsize=16,color="green",shape="box"];1720[label="vwx3001",fontsize=16,color="green",shape="box"];1721[label="vwx4001",fontsize=16,color="green",shape="box"];1722[label="vwx3001",fontsize=16,color="green",shape="box"];1723[label="vwx4001",fontsize=16,color="green",shape="box"];1724[label="vwx3001",fontsize=16,color="green",shape="box"];1725[label="vwx4001",fontsize=16,color="green",shape="box"];1726[label="vwx3001",fontsize=16,color="green",shape="box"];1727[label="vwx4001",fontsize=16,color="green",shape="box"];1728[label="vwx3001",fontsize=16,color="green",shape="box"];1729[label="vwx4001",fontsize=16,color="green",shape="box"];1730[label="vwx3001",fontsize=16,color="green",shape="box"];1731[label="vwx4001",fontsize=16,color="green",shape="box"];1732[label="vwx3001",fontsize=16,color="green",shape="box"];1733[label="vwx4001",fontsize=16,color="green",shape="box"];1734[label="vwx3001",fontsize=16,color="green",shape="box"];1735[label="vwx4001",fontsize=16,color="green",shape="box"];1736[label="vwx3001",fontsize=16,color="green",shape="box"];1737[label="vwx4001",fontsize=16,color="green",shape="box"];1738[label="vwx3001",fontsize=16,color="green",shape="box"];1739[label="vwx4001",fontsize=16,color="green",shape="box"];1740[label="vwx3001",fontsize=16,color="green",shape="box"];1741[label="vwx4001",fontsize=16,color="green",shape="box"];1742[label="vwx3001",fontsize=16,color="green",shape="box"];1743[label="vwx4001",fontsize=16,color="green",shape="box"];1744[label="vwx3001",fontsize=16,color="green",shape="box"];1745[label="vwx4001",fontsize=16,color="green",shape="box"];1746[label="vwx3001",fontsize=16,color="green",shape="box"];1747[label="vwx3001",fontsize=16,color="green",shape="box"];1748[label="vwx4000",fontsize=16,color="green",shape="box"];1749[label="vwx3000",fontsize=16,color="green",shape="box"];1750[label="vwx4001",fontsize=16,color="green",shape="box"];1751[label="vwx4000",fontsize=16,color="green",shape="box"];1752[label="vwx3000",fontsize=16,color="green",shape="box"];1753[label="vwx4000",fontsize=16,color="green",shape="box"];1754[label="vwx3000",fontsize=16,color="green",shape="box"];1755[label="vwx4001",fontsize=16,color="green",shape="box"];1756[label="vwx3001",fontsize=16,color="green",shape="box"];1757[label="vwx4001",fontsize=16,color="green",shape="box"];1758[label="vwx3001",fontsize=16,color="green",shape="box"];1759 -> 1107[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1759[label="primEqNat vwx30000 vwx40000",fontsize=16,color="magenta"];1759 -> 2041[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1759 -> 2042[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1760[label="False",fontsize=16,color="green",shape="box"];1761[label="False",fontsize=16,color="green",shape="box"];1762[label="True",fontsize=16,color="green",shape="box"];1763[label="False",fontsize=16,color="green",shape="box"];1764[label="True",fontsize=16,color="green",shape="box"];1765 -> 1107[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1765[label="primEqNat vwx30000 vwx40000",fontsize=16,color="magenta"];1765 -> 2043[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1765 -> 2044[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1766[label="False",fontsize=16,color="green",shape="box"];1767[label="False",fontsize=16,color="green",shape="box"];1768[label="True",fontsize=16,color="green",shape="box"];1769[label="False",fontsize=16,color="green",shape="box"];1770[label="True",fontsize=16,color="green",shape="box"];1771[label="vwx3001",fontsize=16,color="green",shape="box"];1772[label="vwx4000",fontsize=16,color="green",shape="box"];1773[label="vwx3000",fontsize=16,color="green",shape="box"];1774[label="vwx4001",fontsize=16,color="green",shape="box"];1775[label="vwx4000",fontsize=16,color="green",shape="box"];1776[label="vwx3000",fontsize=16,color="green",shape="box"];1777[label="vwx4000",fontsize=16,color="green",shape="box"];1778[label="vwx3000",fontsize=16,color="green",shape="box"];1779[label="vwx4000",fontsize=16,color="green",shape="box"];1780[label="vwx3000",fontsize=16,color="green",shape="box"];1781[label="vwx4000",fontsize=16,color="green",shape="box"];1782[label="vwx3000",fontsize=16,color="green",shape="box"];1783[label="vwx4000",fontsize=16,color="green",shape="box"];1784[label="vwx3000",fontsize=16,color="green",shape="box"];1785[label="vwx4000",fontsize=16,color="green",shape="box"];1786[label="vwx3000",fontsize=16,color="green",shape="box"];1787[label="vwx4000",fontsize=16,color="green",shape="box"];1788[label="vwx3000",fontsize=16,color="green",shape="box"];1789[label="vwx4000",fontsize=16,color="green",shape="box"];1790[label="vwx3000",fontsize=16,color="green",shape="box"];1791[label="vwx4000",fontsize=16,color="green",shape="box"];1792[label="vwx3000",fontsize=16,color="green",shape="box"];1793[label="vwx4000",fontsize=16,color="green",shape="box"];1794[label="vwx3000",fontsize=16,color="green",shape="box"];1795[label="vwx4000",fontsize=16,color="green",shape="box"];1796[label="vwx3000",fontsize=16,color="green",shape="box"];1797[label="vwx4000",fontsize=16,color="green",shape="box"];1798[label="vwx3000",fontsize=16,color="green",shape="box"];1799[label="vwx4000",fontsize=16,color="green",shape="box"];1800[label="vwx3000",fontsize=16,color="green",shape="box"];1801[label="vwx4000",fontsize=16,color="green",shape="box"];1802[label="vwx3000",fontsize=16,color="green",shape="box"];1804 -> 112[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1804[label="compare vwx25 vwx26",fontsize=16,color="magenta"];1804 -> 2045[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1804 -> 2046[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1803[label="vwx148 /= GT",fontsize=16,color="black",shape="triangle"];1803 -> 2047[label="",style="solid", color="black", weight=3]; 22.94/10.35 1805 -> 78[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1805[label="compare vwx25 vwx26",fontsize=16,color="magenta"];1805 -> 2048[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1805 -> 2049[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1806 -> 114[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1806[label="compare vwx25 vwx26",fontsize=16,color="magenta"];1806 -> 2050[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1806 -> 2051[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1807 -> 115[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1807[label="compare vwx25 vwx26",fontsize=16,color="magenta"];1807 -> 2052[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1807 -> 2053[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1812[label="LT <= LT",fontsize=16,color="black",shape="box"];1812 -> 2054[label="",style="solid", color="black", weight=3]; 22.94/10.35 1813[label="LT <= EQ",fontsize=16,color="black",shape="box"];1813 -> 2055[label="",style="solid", color="black", weight=3]; 22.94/10.35 1814[label="LT <= GT",fontsize=16,color="black",shape="box"];1814 -> 2056[label="",style="solid", color="black", weight=3]; 22.94/10.35 1815[label="EQ <= LT",fontsize=16,color="black",shape="box"];1815 -> 2057[label="",style="solid", color="black", weight=3]; 22.94/10.35 1816[label="EQ <= EQ",fontsize=16,color="black",shape="box"];1816 -> 2058[label="",style="solid", color="black", weight=3]; 22.94/10.35 1817[label="EQ <= GT",fontsize=16,color="black",shape="box"];1817 -> 2059[label="",style="solid", color="black", weight=3]; 22.94/10.35 1818[label="GT <= LT",fontsize=16,color="black",shape="box"];1818 -> 2060[label="",style="solid", color="black", weight=3]; 22.94/10.35 1819[label="GT <= EQ",fontsize=16,color="black",shape="box"];1819 -> 2061[label="",style="solid", color="black", weight=3]; 22.94/10.35 1820[label="GT <= GT",fontsize=16,color="black",shape="box"];1820 -> 2062[label="",style="solid", color="black", weight=3]; 22.94/10.35 1821[label="False <= False",fontsize=16,color="black",shape="box"];1821 -> 2063[label="",style="solid", color="black", weight=3]; 22.94/10.35 1822[label="False <= True",fontsize=16,color="black",shape="box"];1822 -> 2064[label="",style="solid", color="black", weight=3]; 22.94/10.35 1823[label="True <= False",fontsize=16,color="black",shape="box"];1823 -> 2065[label="",style="solid", color="black", weight=3]; 22.94/10.35 1824[label="True <= True",fontsize=16,color="black",shape="box"];1824 -> 2066[label="",style="solid", color="black", weight=3]; 22.94/10.35 1808 -> 118[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1808[label="compare vwx25 vwx26",fontsize=16,color="magenta"];1808 -> 2067[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1808 -> 2068[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1809 -> 119[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1809[label="compare vwx25 vwx26",fontsize=16,color="magenta"];1809 -> 2069[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1809 -> 2070[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1810 -> 120[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1810[label="compare vwx25 vwx26",fontsize=16,color="magenta"];1810 -> 2071[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1810 -> 2072[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1825[label="Nothing <= Nothing",fontsize=16,color="black",shape="box"];1825 -> 2073[label="",style="solid", color="black", weight=3]; 22.94/10.35 1826[label="Nothing <= Just vwx260",fontsize=16,color="black",shape="box"];1826 -> 2074[label="",style="solid", color="black", weight=3]; 22.94/10.35 1827[label="Just vwx250 <= Nothing",fontsize=16,color="black",shape="box"];1827 -> 2075[label="",style="solid", color="black", weight=3]; 22.94/10.35 1828[label="Just vwx250 <= Just vwx260",fontsize=16,color="black",shape="box"];1828 -> 2076[label="",style="solid", color="black", weight=3]; 22.94/10.35 1829[label="(vwx250,vwx251) <= (vwx260,vwx261)",fontsize=16,color="black",shape="box"];1829 -> 2077[label="",style="solid", color="black", weight=3]; 22.94/10.35 1830[label="Left vwx250 <= Left vwx260",fontsize=16,color="black",shape="box"];1830 -> 2078[label="",style="solid", color="black", weight=3]; 22.94/10.35 1831[label="Left vwx250 <= Right vwx260",fontsize=16,color="black",shape="box"];1831 -> 2079[label="",style="solid", color="black", weight=3]; 22.94/10.35 1832[label="Right vwx250 <= Left vwx260",fontsize=16,color="black",shape="box"];1832 -> 2080[label="",style="solid", color="black", weight=3]; 22.94/10.35 1833[label="Right vwx250 <= Right vwx260",fontsize=16,color="black",shape="box"];1833 -> 2081[label="",style="solid", color="black", weight=3]; 22.94/10.35 1811 -> 124[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1811[label="compare vwx25 vwx26",fontsize=16,color="magenta"];1811 -> 2082[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1811 -> 2083[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1834[label="(vwx250,vwx251,vwx252) <= (vwx260,vwx261,vwx262)",fontsize=16,color="black",shape="box"];1834 -> 2084[label="",style="solid", color="black", weight=3]; 22.94/10.35 1835[label="GT",fontsize=16,color="green",shape="box"];1836[label="vwx76",fontsize=16,color="green",shape="box"];1837[label="vwx74",fontsize=16,color="green",shape="box"];1838[label="vwx76",fontsize=16,color="green",shape="box"];1839[label="vwx74",fontsize=16,color="green",shape="box"];1840[label="vwx76",fontsize=16,color="green",shape="box"];1841[label="vwx74",fontsize=16,color="green",shape="box"];1842[label="vwx76",fontsize=16,color="green",shape="box"];1843[label="vwx74",fontsize=16,color="green",shape="box"];1844[label="vwx76",fontsize=16,color="green",shape="box"];1845[label="vwx74",fontsize=16,color="green",shape="box"];1846[label="vwx76",fontsize=16,color="green",shape="box"];1847[label="vwx74",fontsize=16,color="green",shape="box"];1848[label="vwx76",fontsize=16,color="green",shape="box"];1849[label="vwx74",fontsize=16,color="green",shape="box"];1850[label="vwx76",fontsize=16,color="green",shape="box"];1851[label="vwx74",fontsize=16,color="green",shape="box"];1852[label="vwx76",fontsize=16,color="green",shape="box"];1853[label="vwx74",fontsize=16,color="green",shape="box"];1854[label="vwx76",fontsize=16,color="green",shape="box"];1855[label="vwx74",fontsize=16,color="green",shape="box"];1856[label="vwx76",fontsize=16,color="green",shape="box"];1857[label="vwx74",fontsize=16,color="green",shape="box"];1858[label="vwx76",fontsize=16,color="green",shape="box"];1859[label="vwx74",fontsize=16,color="green",shape="box"];1860[label="vwx76",fontsize=16,color="green",shape="box"];1861[label="vwx74",fontsize=16,color="green",shape="box"];1862[label="vwx76",fontsize=16,color="green",shape="box"];1863[label="vwx74",fontsize=16,color="green",shape="box"];1864[label="vwx77",fontsize=16,color="green",shape="box"];1865[label="vwx75",fontsize=16,color="green",shape="box"];1866[label="vwx77",fontsize=16,color="green",shape="box"];1867[label="vwx75",fontsize=16,color="green",shape="box"];1868[label="vwx77",fontsize=16,color="green",shape="box"];1869[label="vwx75",fontsize=16,color="green",shape="box"];1870[label="vwx77",fontsize=16,color="green",shape="box"];1871[label="vwx75",fontsize=16,color="green",shape="box"];1872[label="vwx77",fontsize=16,color="green",shape="box"];1873[label="vwx75",fontsize=16,color="green",shape="box"];1874[label="vwx77",fontsize=16,color="green",shape="box"];1875[label="vwx75",fontsize=16,color="green",shape="box"];1876[label="vwx77",fontsize=16,color="green",shape="box"];1877[label="vwx75",fontsize=16,color="green",shape="box"];1878[label="vwx77",fontsize=16,color="green",shape="box"];1879[label="vwx75",fontsize=16,color="green",shape="box"];1880[label="vwx77",fontsize=16,color="green",shape="box"];1881[label="vwx75",fontsize=16,color="green",shape="box"];1882[label="vwx77",fontsize=16,color="green",shape="box"];1883[label="vwx75",fontsize=16,color="green",shape="box"];1884[label="vwx77",fontsize=16,color="green",shape="box"];1885[label="vwx75",fontsize=16,color="green",shape="box"];1886[label="vwx77",fontsize=16,color="green",shape="box"];1887[label="vwx75",fontsize=16,color="green",shape="box"];1888[label="vwx77",fontsize=16,color="green",shape="box"];1889[label="vwx75",fontsize=16,color="green",shape="box"];1890[label="vwx77",fontsize=16,color="green",shape="box"];1891[label="vwx75",fontsize=16,color="green",shape="box"];1892[label="LT",fontsize=16,color="green",shape="box"];1893 -> 112[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1893[label="compare vwx74 vwx76",fontsize=16,color="magenta"];1893 -> 2085[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1893 -> 2086[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1894[label="LT",fontsize=16,color="green",shape="box"];1895 -> 114[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1895[label="compare vwx74 vwx76",fontsize=16,color="magenta"];1895 -> 2087[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1895 -> 2088[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1896[label="LT",fontsize=16,color="green",shape="box"];1897 -> 115[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1897[label="compare vwx74 vwx76",fontsize=16,color="magenta"];1897 -> 2089[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1897 -> 2090[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1898[label="LT",fontsize=16,color="green",shape="box"];1899 -> 116[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1899[label="compare vwx74 vwx76",fontsize=16,color="magenta"];1899 -> 2091[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1899 -> 2092[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1900[label="LT",fontsize=16,color="green",shape="box"];1901 -> 117[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1901[label="compare vwx74 vwx76",fontsize=16,color="magenta"];1901 -> 2093[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1901 -> 2094[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1902[label="LT",fontsize=16,color="green",shape="box"];1903 -> 118[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1903[label="compare vwx74 vwx76",fontsize=16,color="magenta"];1903 -> 2095[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1903 -> 2096[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1904[label="LT",fontsize=16,color="green",shape="box"];1905 -> 119[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1905[label="compare vwx74 vwx76",fontsize=16,color="magenta"];1905 -> 2097[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1905 -> 2098[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1906[label="LT",fontsize=16,color="green",shape="box"];1907 -> 120[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1907[label="compare vwx74 vwx76",fontsize=16,color="magenta"];1907 -> 2099[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1907 -> 2100[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1908[label="LT",fontsize=16,color="green",shape="box"];1909 -> 121[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1909[label="compare vwx74 vwx76",fontsize=16,color="magenta"];1909 -> 2101[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1909 -> 2102[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1910[label="LT",fontsize=16,color="green",shape="box"];1911 -> 122[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1911[label="compare vwx74 vwx76",fontsize=16,color="magenta"];1911 -> 2103[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1911 -> 2104[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1912[label="LT",fontsize=16,color="green",shape="box"];1913 -> 123[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1913[label="compare vwx74 vwx76",fontsize=16,color="magenta"];1913 -> 2105[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1913 -> 2106[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1914[label="LT",fontsize=16,color="green",shape="box"];1915 -> 124[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1915[label="compare vwx74 vwx76",fontsize=16,color="magenta"];1915 -> 2107[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1915 -> 2108[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1916[label="LT",fontsize=16,color="green",shape="box"];1917 -> 125[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1917[label="compare vwx74 vwx76",fontsize=16,color="magenta"];1917 -> 2109[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1917 -> 2110[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1918[label="compare1 (vwx124,vwx125) (vwx126,vwx127) False",fontsize=16,color="black",shape="box"];1918 -> 2111[label="",style="solid", color="black", weight=3]; 22.94/10.35 1919[label="compare1 (vwx124,vwx125) (vwx126,vwx127) True",fontsize=16,color="black",shape="box"];1919 -> 2112[label="",style="solid", color="black", weight=3]; 22.94/10.35 1920[label="True",fontsize=16,color="green",shape="box"];1921[label="GT",fontsize=16,color="green",shape="box"];1922[label="GT",fontsize=16,color="green",shape="box"];1923[label="vwx64",fontsize=16,color="green",shape="box"];1924[label="vwx61",fontsize=16,color="green",shape="box"];1925[label="vwx64",fontsize=16,color="green",shape="box"];1926[label="vwx61",fontsize=16,color="green",shape="box"];1927[label="vwx64",fontsize=16,color="green",shape="box"];1928[label="vwx61",fontsize=16,color="green",shape="box"];1929[label="vwx64",fontsize=16,color="green",shape="box"];1930[label="vwx61",fontsize=16,color="green",shape="box"];1931[label="vwx64",fontsize=16,color="green",shape="box"];1932[label="vwx61",fontsize=16,color="green",shape="box"];1933[label="vwx64",fontsize=16,color="green",shape="box"];1934[label="vwx61",fontsize=16,color="green",shape="box"];1935[label="vwx64",fontsize=16,color="green",shape="box"];1936[label="vwx61",fontsize=16,color="green",shape="box"];1937[label="vwx64",fontsize=16,color="green",shape="box"];1938[label="vwx61",fontsize=16,color="green",shape="box"];1939[label="vwx64",fontsize=16,color="green",shape="box"];1940[label="vwx61",fontsize=16,color="green",shape="box"];1941[label="vwx64",fontsize=16,color="green",shape="box"];1942[label="vwx61",fontsize=16,color="green",shape="box"];1943[label="vwx64",fontsize=16,color="green",shape="box"];1944[label="vwx61",fontsize=16,color="green",shape="box"];1945[label="vwx64",fontsize=16,color="green",shape="box"];1946[label="vwx61",fontsize=16,color="green",shape="box"];1947[label="vwx64",fontsize=16,color="green",shape="box"];1948[label="vwx61",fontsize=16,color="green",shape="box"];1949[label="vwx64",fontsize=16,color="green",shape="box"];1950[label="vwx61",fontsize=16,color="green",shape="box"];1958[label="vwx62 == vwx65",fontsize=16,color="blue",shape="box"];3381[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1958 -> 3381[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3381 -> 2113[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3382[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1958 -> 3382[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3382 -> 2114[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3383[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1958 -> 3383[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3383 -> 2115[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3384[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1958 -> 3384[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3384 -> 2116[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3385[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1958 -> 3385[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3385 -> 2117[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3386[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1958 -> 3386[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3386 -> 2118[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3387[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1958 -> 3387[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3387 -> 2119[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3388[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1958 -> 3388[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3388 -> 2120[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3389[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1958 -> 3389[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3389 -> 2121[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3390[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1958 -> 3390[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3390 -> 2122[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3391[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1958 -> 3391[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3391 -> 2123[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3392[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1958 -> 3392[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3392 -> 2124[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3393[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1958 -> 3393[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3393 -> 2125[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3394[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1958 -> 3394[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3394 -> 2126[label="",style="solid", color="blue", weight=3]; 22.94/10.35 1959[label="vwx63 <= vwx66",fontsize=16,color="blue",shape="box"];3395[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1959 -> 3395[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3395 -> 2127[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3396[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1959 -> 3396[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3396 -> 2128[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3397[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1959 -> 3397[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3397 -> 2129[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3398[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1959 -> 3398[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3398 -> 2130[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3399[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1959 -> 3399[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3399 -> 2131[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3400[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1959 -> 3400[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3400 -> 2132[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3401[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1959 -> 3401[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3401 -> 2133[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3402[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1959 -> 3402[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3402 -> 2134[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3403[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1959 -> 3403[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3403 -> 2135[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3404[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1959 -> 3404[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3404 -> 2136[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3405[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1959 -> 3405[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3405 -> 2137[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3406[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1959 -> 3406[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3406 -> 2138[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3407[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1959 -> 3407[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3407 -> 2139[label="",style="solid", color="blue", weight=3]; 22.94/10.35 3408[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1959 -> 3408[label="",style="solid", color="blue", weight=9]; 22.94/10.35 3408 -> 2140[label="",style="solid", color="blue", weight=3]; 22.94/10.35 1960 -> 1201[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1960[label="vwx62 < vwx65",fontsize=16,color="magenta"];1960 -> 2141[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1960 -> 2142[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1961 -> 4[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1961[label="vwx62 < vwx65",fontsize=16,color="magenta"];1961 -> 2143[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1961 -> 2144[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1962 -> 1203[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1962[label="vwx62 < vwx65",fontsize=16,color="magenta"];1962 -> 2145[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1962 -> 2146[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1963 -> 1204[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1963[label="vwx62 < vwx65",fontsize=16,color="magenta"];1963 -> 2147[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1963 -> 2148[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1964 -> 1205[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1964[label="vwx62 < vwx65",fontsize=16,color="magenta"];1964 -> 2149[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1964 -> 2150[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1965 -> 1206[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1965[label="vwx62 < vwx65",fontsize=16,color="magenta"];1965 -> 2151[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1965 -> 2152[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1966 -> 1207[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1966[label="vwx62 < vwx65",fontsize=16,color="magenta"];1966 -> 2153[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1966 -> 2154[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1967 -> 1208[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1967[label="vwx62 < vwx65",fontsize=16,color="magenta"];1967 -> 2155[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1967 -> 2156[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1968 -> 1209[label="",style="dashed", color="red", weight=0]; 22.94/10.35 1968[label="vwx62 < vwx65",fontsize=16,color="magenta"];1968 -> 2157[label="",style="dashed", color="magenta", weight=3]; 22.94/10.35 1968 -> 2158[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 1969 -> 1210[label="",style="dashed", color="red", weight=0]; 22.94/10.36 1969[label="vwx62 < vwx65",fontsize=16,color="magenta"];1969 -> 2159[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 1969 -> 2160[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 1970 -> 1211[label="",style="dashed", color="red", weight=0]; 22.94/10.36 1970[label="vwx62 < vwx65",fontsize=16,color="magenta"];1970 -> 2161[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 1970 -> 2162[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 1971 -> 1212[label="",style="dashed", color="red", weight=0]; 22.94/10.36 1971[label="vwx62 < vwx65",fontsize=16,color="magenta"];1971 -> 2163[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 1971 -> 2164[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 1972 -> 1213[label="",style="dashed", color="red", weight=0]; 22.94/10.36 1972[label="vwx62 < vwx65",fontsize=16,color="magenta"];1972 -> 2165[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 1972 -> 2166[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 1973 -> 1214[label="",style="dashed", color="red", weight=0]; 22.94/10.36 1973[label="vwx62 < vwx65",fontsize=16,color="magenta"];1973 -> 2167[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 1973 -> 2168[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 1974[label="False || vwx153",fontsize=16,color="black",shape="box"];1974 -> 2169[label="",style="solid", color="black", weight=3]; 22.94/10.36 1975[label="True || vwx153",fontsize=16,color="black",shape="box"];1975 -> 2170[label="",style="solid", color="black", weight=3]; 22.94/10.36 1976[label="compare1 (vwx139,vwx140,vwx141) (vwx142,vwx143,vwx144) False",fontsize=16,color="black",shape="box"];1976 -> 2171[label="",style="solid", color="black", weight=3]; 22.94/10.36 1977[label="compare1 (vwx139,vwx140,vwx141) (vwx142,vwx143,vwx144) True",fontsize=16,color="black",shape="box"];1977 -> 2172[label="",style="solid", color="black", weight=3]; 22.94/10.36 1978[label="True",fontsize=16,color="green",shape="box"];1980 -> 848[label="",style="dashed", color="red", weight=0]; 22.94/10.36 1980[label="primMulNat vwx30000 (Succ vwx40100)",fontsize=16,color="magenta"];1980 -> 2173[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 1980 -> 2174[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 1979[label="primPlusNat vwx154 (Succ vwx40100)",fontsize=16,color="burlywood",shape="triangle"];3409[label="vwx154/Succ vwx1540",fontsize=10,color="white",style="solid",shape="box"];1979 -> 3409[label="",style="solid", color="burlywood", weight=9]; 22.94/10.36 3409 -> 2175[label="",style="solid", color="burlywood", weight=3]; 22.94/10.36 3410[label="vwx154/Zero",fontsize=10,color="white",style="solid",shape="box"];1979 -> 3410[label="",style="solid", color="burlywood", weight=9]; 22.94/10.36 3410 -> 2176[label="",style="solid", color="burlywood", weight=3]; 22.94/10.36 1981[label="vwx4001",fontsize=16,color="green",shape="box"];1982[label="vwx3001",fontsize=16,color="green",shape="box"];1983[label="vwx4001",fontsize=16,color="green",shape="box"];1984[label="vwx3001",fontsize=16,color="green",shape="box"];1985[label="vwx4001",fontsize=16,color="green",shape="box"];1986[label="vwx3001",fontsize=16,color="green",shape="box"];1987[label="vwx4001",fontsize=16,color="green",shape="box"];1988[label="vwx3001",fontsize=16,color="green",shape="box"];1989[label="vwx4001",fontsize=16,color="green",shape="box"];1990[label="vwx3001",fontsize=16,color="green",shape="box"];1991[label="vwx4001",fontsize=16,color="green",shape="box"];1992[label="vwx3001",fontsize=16,color="green",shape="box"];1993[label="vwx4001",fontsize=16,color="green",shape="box"];1994[label="vwx3001",fontsize=16,color="green",shape="box"];1995[label="vwx4001",fontsize=16,color="green",shape="box"];1996[label="vwx3001",fontsize=16,color="green",shape="box"];1997[label="vwx4001",fontsize=16,color="green",shape="box"];1998[label="vwx3001",fontsize=16,color="green",shape="box"];1999[label="vwx4001",fontsize=16,color="green",shape="box"];2000[label="vwx3001",fontsize=16,color="green",shape="box"];2001[label="vwx4001",fontsize=16,color="green",shape="box"];2002[label="vwx3001",fontsize=16,color="green",shape="box"];2003[label="vwx4001",fontsize=16,color="green",shape="box"];2004[label="vwx3001",fontsize=16,color="green",shape="box"];2005[label="vwx4001",fontsize=16,color="green",shape="box"];2006[label="vwx3001",fontsize=16,color="green",shape="box"];2007[label="vwx4001",fontsize=16,color="green",shape="box"];2008[label="vwx3001",fontsize=16,color="green",shape="box"];2009[label="vwx4002",fontsize=16,color="green",shape="box"];2010[label="vwx3002",fontsize=16,color="green",shape="box"];2011[label="vwx4002",fontsize=16,color="green",shape="box"];2012[label="vwx3002",fontsize=16,color="green",shape="box"];2013[label="vwx4002",fontsize=16,color="green",shape="box"];2014[label="vwx3002",fontsize=16,color="green",shape="box"];2015[label="vwx4002",fontsize=16,color="green",shape="box"];2016[label="vwx3002",fontsize=16,color="green",shape="box"];2017[label="vwx4002",fontsize=16,color="green",shape="box"];2018[label="vwx3002",fontsize=16,color="green",shape="box"];2019[label="vwx4002",fontsize=16,color="green",shape="box"];2020[label="vwx3002",fontsize=16,color="green",shape="box"];2021[label="vwx4002",fontsize=16,color="green",shape="box"];2022[label="vwx3002",fontsize=16,color="green",shape="box"];2023[label="vwx4002",fontsize=16,color="green",shape="box"];2024[label="vwx3002",fontsize=16,color="green",shape="box"];2025[label="vwx4002",fontsize=16,color="green",shape="box"];2026[label="vwx3002",fontsize=16,color="green",shape="box"];2027[label="vwx4002",fontsize=16,color="green",shape="box"];2028[label="vwx3002",fontsize=16,color="green",shape="box"];2029[label="vwx4002",fontsize=16,color="green",shape="box"];2030[label="vwx3002",fontsize=16,color="green",shape="box"];2031[label="vwx4002",fontsize=16,color="green",shape="box"];2032[label="vwx3002",fontsize=16,color="green",shape="box"];2033[label="vwx4002",fontsize=16,color="green",shape="box"];2034[label="vwx3002",fontsize=16,color="green",shape="box"];2035[label="vwx4002",fontsize=16,color="green",shape="box"];2036[label="vwx3002",fontsize=16,color="green",shape="box"];2037 -> 1107[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2037[label="primEqNat vwx30000 vwx40000",fontsize=16,color="magenta"];2037 -> 2177[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2037 -> 2178[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2038[label="False",fontsize=16,color="green",shape="box"];2039[label="False",fontsize=16,color="green",shape="box"];2040[label="True",fontsize=16,color="green",shape="box"];2041[label="vwx30000",fontsize=16,color="green",shape="box"];2042[label="vwx40000",fontsize=16,color="green",shape="box"];2043[label="vwx30000",fontsize=16,color="green",shape="box"];2044[label="vwx40000",fontsize=16,color="green",shape="box"];2045[label="vwx25",fontsize=16,color="green",shape="box"];2046[label="vwx26",fontsize=16,color="green",shape="box"];2047 -> 2179[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2047[label="not (vwx148 == GT)",fontsize=16,color="magenta"];2047 -> 2180[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2048[label="vwx25",fontsize=16,color="green",shape="box"];2049[label="vwx26",fontsize=16,color="green",shape="box"];2050[label="vwx25",fontsize=16,color="green",shape="box"];2051[label="vwx26",fontsize=16,color="green",shape="box"];2052[label="vwx25",fontsize=16,color="green",shape="box"];2053[label="vwx26",fontsize=16,color="green",shape="box"];2054[label="True",fontsize=16,color="green",shape="box"];2055[label="True",fontsize=16,color="green",shape="box"];2056[label="True",fontsize=16,color="green",shape="box"];2057[label="False",fontsize=16,color="green",shape="box"];2058[label="True",fontsize=16,color="green",shape="box"];2059[label="True",fontsize=16,color="green",shape="box"];2060[label="False",fontsize=16,color="green",shape="box"];2061[label="False",fontsize=16,color="green",shape="box"];2062[label="True",fontsize=16,color="green",shape="box"];2063[label="True",fontsize=16,color="green",shape="box"];2064[label="True",fontsize=16,color="green",shape="box"];2065[label="False",fontsize=16,color="green",shape="box"];2066[label="True",fontsize=16,color="green",shape="box"];2067[label="vwx25",fontsize=16,color="green",shape="box"];2068[label="vwx26",fontsize=16,color="green",shape="box"];2069[label="vwx25",fontsize=16,color="green",shape="box"];2070[label="vwx26",fontsize=16,color="green",shape="box"];2071[label="vwx25",fontsize=16,color="green",shape="box"];2072[label="vwx26",fontsize=16,color="green",shape="box"];2073[label="True",fontsize=16,color="green",shape="box"];2074[label="True",fontsize=16,color="green",shape="box"];2075[label="False",fontsize=16,color="green",shape="box"];2076[label="vwx250 <= vwx260",fontsize=16,color="blue",shape="box"];3411[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3411[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3411 -> 2181[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3412[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3412[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3412 -> 2182[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3413[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3413[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3413 -> 2183[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3414[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3414[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3414 -> 2184[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3415[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3415[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3415 -> 2185[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3416[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3416[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3416 -> 2186[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3417[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3417[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3417 -> 2187[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3418[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3418[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3418 -> 2188[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3419[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3419[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3419 -> 2189[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3420[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3420[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3420 -> 2190[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3421[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3421[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3421 -> 2191[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3422[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3422[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3422 -> 2192[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3423[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3423[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3423 -> 2193[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3424[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3424[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3424 -> 2194[label="",style="solid", color="blue", weight=3]; 22.94/10.36 2077 -> 1953[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2077[label="vwx250 < vwx260 || vwx250 == vwx260 && vwx251 <= vwx261",fontsize=16,color="magenta"];2077 -> 2195[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2077 -> 2196[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2078[label="vwx250 <= vwx260",fontsize=16,color="blue",shape="box"];3425[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2078 -> 3425[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3425 -> 2197[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3426[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2078 -> 3426[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3426 -> 2198[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3427[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2078 -> 3427[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3427 -> 2199[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3428[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2078 -> 3428[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3428 -> 2200[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3429[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2078 -> 3429[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3429 -> 2201[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3430[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2078 -> 3430[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3430 -> 2202[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3431[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2078 -> 3431[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3431 -> 2203[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3432[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2078 -> 3432[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3432 -> 2204[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3433[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2078 -> 3433[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3433 -> 2205[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3434[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2078 -> 3434[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3434 -> 2206[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3435[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2078 -> 3435[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3435 -> 2207[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3436[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2078 -> 3436[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3436 -> 2208[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3437[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2078 -> 3437[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3437 -> 2209[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3438[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2078 -> 3438[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3438 -> 2210[label="",style="solid", color="blue", weight=3]; 22.94/10.36 2079[label="True",fontsize=16,color="green",shape="box"];2080[label="False",fontsize=16,color="green",shape="box"];2081[label="vwx250 <= vwx260",fontsize=16,color="blue",shape="box"];3439[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2081 -> 3439[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3439 -> 2211[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3440[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2081 -> 3440[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3440 -> 2212[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3441[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2081 -> 3441[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3441 -> 2213[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3442[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2081 -> 3442[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3442 -> 2214[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3443[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2081 -> 3443[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3443 -> 2215[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3444[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2081 -> 3444[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3444 -> 2216[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3445[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2081 -> 3445[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3445 -> 2217[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3446[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2081 -> 3446[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3446 -> 2218[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3447[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2081 -> 3447[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3447 -> 2219[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3448[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2081 -> 3448[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3448 -> 2220[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3449[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2081 -> 3449[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3449 -> 2221[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3450[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2081 -> 3450[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3450 -> 2222[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3451[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2081 -> 3451[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3451 -> 2223[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3452[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2081 -> 3452[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3452 -> 2224[label="",style="solid", color="blue", weight=3]; 22.94/10.36 2082[label="vwx25",fontsize=16,color="green",shape="box"];2083[label="vwx26",fontsize=16,color="green",shape="box"];2084 -> 1953[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2084[label="vwx250 < vwx260 || vwx250 == vwx260 && (vwx251 < vwx261 || vwx251 == vwx261 && vwx252 <= vwx262)",fontsize=16,color="magenta"];2084 -> 2225[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2084 -> 2226[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2085[label="vwx74",fontsize=16,color="green",shape="box"];2086[label="vwx76",fontsize=16,color="green",shape="box"];2087[label="vwx74",fontsize=16,color="green",shape="box"];2088[label="vwx76",fontsize=16,color="green",shape="box"];2089[label="vwx74",fontsize=16,color="green",shape="box"];2090[label="vwx76",fontsize=16,color="green",shape="box"];2091[label="vwx74",fontsize=16,color="green",shape="box"];2092[label="vwx76",fontsize=16,color="green",shape="box"];2093[label="vwx74",fontsize=16,color="green",shape="box"];2094[label="vwx76",fontsize=16,color="green",shape="box"];2095[label="vwx74",fontsize=16,color="green",shape="box"];2096[label="vwx76",fontsize=16,color="green",shape="box"];2097[label="vwx74",fontsize=16,color="green",shape="box"];2098[label="vwx76",fontsize=16,color="green",shape="box"];2099[label="vwx74",fontsize=16,color="green",shape="box"];2100[label="vwx76",fontsize=16,color="green",shape="box"];2101[label="vwx74",fontsize=16,color="green",shape="box"];2102[label="vwx76",fontsize=16,color="green",shape="box"];2103[label="vwx74",fontsize=16,color="green",shape="box"];2104[label="vwx76",fontsize=16,color="green",shape="box"];2105[label="vwx74",fontsize=16,color="green",shape="box"];2106[label="vwx76",fontsize=16,color="green",shape="box"];2107[label="vwx74",fontsize=16,color="green",shape="box"];2108[label="vwx76",fontsize=16,color="green",shape="box"];2109[label="vwx74",fontsize=16,color="green",shape="box"];2110[label="vwx76",fontsize=16,color="green",shape="box"];2111[label="compare0 (vwx124,vwx125) (vwx126,vwx127) otherwise",fontsize=16,color="black",shape="box"];2111 -> 2227[label="",style="solid", color="black", weight=3]; 22.94/10.36 2112[label="LT",fontsize=16,color="green",shape="box"];2113 -> 384[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2113[label="vwx62 == vwx65",fontsize=16,color="magenta"];2113 -> 2228[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2113 -> 2229[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2114 -> 388[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2114[label="vwx62 == vwx65",fontsize=16,color="magenta"];2114 -> 2230[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2114 -> 2231[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2115 -> 377[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2115[label="vwx62 == vwx65",fontsize=16,color="magenta"];2115 -> 2232[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2115 -> 2233[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2116 -> 383[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2116[label="vwx62 == vwx65",fontsize=16,color="magenta"];2116 -> 2234[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2116 -> 2235[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2117 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2117[label="vwx62 == vwx65",fontsize=16,color="magenta"];2117 -> 2236[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2117 -> 2237[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2118 -> 381[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2118[label="vwx62 == vwx65",fontsize=16,color="magenta"];2118 -> 2238[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2118 -> 2239[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2119 -> 389[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2119[label="vwx62 == vwx65",fontsize=16,color="magenta"];2119 -> 2240[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2119 -> 2241[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2120 -> 382[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2120[label="vwx62 == vwx65",fontsize=16,color="magenta"];2120 -> 2242[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2120 -> 2243[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2121 -> 380[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2121[label="vwx62 == vwx65",fontsize=16,color="magenta"];2121 -> 2244[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2121 -> 2245[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2122 -> 386[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2122[label="vwx62 == vwx65",fontsize=16,color="magenta"];2122 -> 2246[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2122 -> 2247[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2123 -> 378[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2123[label="vwx62 == vwx65",fontsize=16,color="magenta"];2123 -> 2248[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2123 -> 2249[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2124 -> 387[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2124[label="vwx62 == vwx65",fontsize=16,color="magenta"];2124 -> 2250[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2124 -> 2251[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2125 -> 379[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2125[label="vwx62 == vwx65",fontsize=16,color="magenta"];2125 -> 2252[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2125 -> 2253[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2126 -> 376[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2126[label="vwx62 == vwx65",fontsize=16,color="magenta"];2126 -> 2254[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2126 -> 2255[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2127 -> 1168[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2127[label="vwx63 <= vwx66",fontsize=16,color="magenta"];2127 -> 2256[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2127 -> 2257[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2128 -> 1169[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2128[label="vwx63 <= vwx66",fontsize=16,color="magenta"];2128 -> 2258[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2128 -> 2259[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2129 -> 1170[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2129[label="vwx63 <= vwx66",fontsize=16,color="magenta"];2129 -> 2260[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2129 -> 2261[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2130 -> 1171[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2130[label="vwx63 <= vwx66",fontsize=16,color="magenta"];2130 -> 2262[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2130 -> 2263[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2131 -> 1172[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2131[label="vwx63 <= vwx66",fontsize=16,color="magenta"];2131 -> 2264[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2131 -> 2265[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2132 -> 1173[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2132[label="vwx63 <= vwx66",fontsize=16,color="magenta"];2132 -> 2266[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2132 -> 2267[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2133 -> 1174[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2133[label="vwx63 <= vwx66",fontsize=16,color="magenta"];2133 -> 2268[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2133 -> 2269[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2134 -> 1175[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2134[label="vwx63 <= vwx66",fontsize=16,color="magenta"];2134 -> 2270[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2134 -> 2271[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2135 -> 1176[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2135[label="vwx63 <= vwx66",fontsize=16,color="magenta"];2135 -> 2272[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2135 -> 2273[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2136 -> 1177[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2136[label="vwx63 <= vwx66",fontsize=16,color="magenta"];2136 -> 2274[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2136 -> 2275[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2137 -> 1178[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2137[label="vwx63 <= vwx66",fontsize=16,color="magenta"];2137 -> 2276[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2137 -> 2277[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2138 -> 1179[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2138[label="vwx63 <= vwx66",fontsize=16,color="magenta"];2138 -> 2278[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2138 -> 2279[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2139 -> 1180[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2139[label="vwx63 <= vwx66",fontsize=16,color="magenta"];2139 -> 2280[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2139 -> 2281[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2140 -> 1181[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2140[label="vwx63 <= vwx66",fontsize=16,color="magenta"];2140 -> 2282[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2140 -> 2283[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2141[label="vwx65",fontsize=16,color="green",shape="box"];2142[label="vwx62",fontsize=16,color="green",shape="box"];2143[label="vwx62",fontsize=16,color="green",shape="box"];2144[label="vwx65",fontsize=16,color="green",shape="box"];2145[label="vwx65",fontsize=16,color="green",shape="box"];2146[label="vwx62",fontsize=16,color="green",shape="box"];2147[label="vwx65",fontsize=16,color="green",shape="box"];2148[label="vwx62",fontsize=16,color="green",shape="box"];2149[label="vwx65",fontsize=16,color="green",shape="box"];2150[label="vwx62",fontsize=16,color="green",shape="box"];2151[label="vwx65",fontsize=16,color="green",shape="box"];2152[label="vwx62",fontsize=16,color="green",shape="box"];2153[label="vwx65",fontsize=16,color="green",shape="box"];2154[label="vwx62",fontsize=16,color="green",shape="box"];2155[label="vwx65",fontsize=16,color="green",shape="box"];2156[label="vwx62",fontsize=16,color="green",shape="box"];2157[label="vwx65",fontsize=16,color="green",shape="box"];2158[label="vwx62",fontsize=16,color="green",shape="box"];2159[label="vwx65",fontsize=16,color="green",shape="box"];2160[label="vwx62",fontsize=16,color="green",shape="box"];2161[label="vwx65",fontsize=16,color="green",shape="box"];2162[label="vwx62",fontsize=16,color="green",shape="box"];2163[label="vwx65",fontsize=16,color="green",shape="box"];2164[label="vwx62",fontsize=16,color="green",shape="box"];2165[label="vwx65",fontsize=16,color="green",shape="box"];2166[label="vwx62",fontsize=16,color="green",shape="box"];2167[label="vwx65",fontsize=16,color="green",shape="box"];2168[label="vwx62",fontsize=16,color="green",shape="box"];2169[label="vwx153",fontsize=16,color="green",shape="box"];2170[label="True",fontsize=16,color="green",shape="box"];2171[label="compare0 (vwx139,vwx140,vwx141) (vwx142,vwx143,vwx144) otherwise",fontsize=16,color="black",shape="box"];2171 -> 2284[label="",style="solid", color="black", weight=3]; 22.94/10.36 2172[label="LT",fontsize=16,color="green",shape="box"];2173[label="Succ vwx40100",fontsize=16,color="green",shape="box"];2174[label="vwx30000",fontsize=16,color="green",shape="box"];2175[label="primPlusNat (Succ vwx1540) (Succ vwx40100)",fontsize=16,color="black",shape="box"];2175 -> 2285[label="",style="solid", color="black", weight=3]; 22.94/10.36 2176[label="primPlusNat Zero (Succ vwx40100)",fontsize=16,color="black",shape="box"];2176 -> 2286[label="",style="solid", color="black", weight=3]; 22.94/10.36 2177[label="vwx30000",fontsize=16,color="green",shape="box"];2178[label="vwx40000",fontsize=16,color="green",shape="box"];2180 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2180[label="vwx148 == GT",fontsize=16,color="magenta"];2180 -> 2287[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2180 -> 2288[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2179[label="not vwx155",fontsize=16,color="burlywood",shape="triangle"];3453[label="vwx155/False",fontsize=10,color="white",style="solid",shape="box"];2179 -> 3453[label="",style="solid", color="burlywood", weight=9]; 22.94/10.36 3453 -> 2289[label="",style="solid", color="burlywood", weight=3]; 22.94/10.36 3454[label="vwx155/True",fontsize=10,color="white",style="solid",shape="box"];2179 -> 3454[label="",style="solid", color="burlywood", weight=9]; 22.94/10.36 3454 -> 2290[label="",style="solid", color="burlywood", weight=3]; 22.94/10.36 2181 -> 1168[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2181[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2181 -> 2291[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2181 -> 2292[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2182 -> 1169[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2182[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2182 -> 2293[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2182 -> 2294[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2183 -> 1170[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2183[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2183 -> 2295[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2183 -> 2296[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2184 -> 1171[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2184[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2184 -> 2297[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2184 -> 2298[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2185 -> 1172[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2185[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2185 -> 2299[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2185 -> 2300[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2186 -> 1173[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2186[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2186 -> 2301[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2186 -> 2302[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2187 -> 1174[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2187[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2187 -> 2303[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2187 -> 2304[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2188 -> 1175[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2188[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2188 -> 2305[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2188 -> 2306[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2189 -> 1176[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2189[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2189 -> 2307[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2189 -> 2308[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2190 -> 1177[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2190[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2190 -> 2309[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2190 -> 2310[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2191 -> 1178[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2191[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2191 -> 2311[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2191 -> 2312[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2192 -> 1179[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2192[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2192 -> 2313[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2192 -> 2314[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2193 -> 1180[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2193[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2193 -> 2315[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2193 -> 2316[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2194 -> 1181[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2194[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2194 -> 2317[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2194 -> 2318[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2195 -> 785[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2195[label="vwx250 == vwx260 && vwx251 <= vwx261",fontsize=16,color="magenta"];2195 -> 2319[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2195 -> 2320[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2196[label="vwx250 < vwx260",fontsize=16,color="blue",shape="box"];3455[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2196 -> 3455[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3455 -> 2321[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3456[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2196 -> 3456[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3456 -> 2322[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3457[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2196 -> 3457[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3457 -> 2323[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3458[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2196 -> 3458[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3458 -> 2324[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3459[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2196 -> 3459[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3459 -> 2325[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3460[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2196 -> 3460[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3460 -> 2326[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3461[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2196 -> 3461[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3461 -> 2327[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3462[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2196 -> 3462[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3462 -> 2328[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3463[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2196 -> 3463[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3463 -> 2329[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3464[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2196 -> 3464[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3464 -> 2330[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3465[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2196 -> 3465[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3465 -> 2331[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3466[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2196 -> 3466[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3466 -> 2332[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3467[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2196 -> 3467[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3467 -> 2333[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3468[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2196 -> 3468[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3468 -> 2334[label="",style="solid", color="blue", weight=3]; 22.94/10.36 2197 -> 1168[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2197[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2197 -> 2335[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2197 -> 2336[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2198 -> 1169[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2198[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2198 -> 2337[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2198 -> 2338[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2199 -> 1170[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2199[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2199 -> 2339[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2199 -> 2340[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2200 -> 1171[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2200[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2200 -> 2341[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2200 -> 2342[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2201 -> 1172[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2201[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2201 -> 2343[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2201 -> 2344[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2202 -> 1173[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2202[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2202 -> 2345[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2202 -> 2346[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2203 -> 1174[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2203[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2203 -> 2347[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2203 -> 2348[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2204 -> 1175[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2204[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2204 -> 2349[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2204 -> 2350[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2205 -> 1176[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2205[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2205 -> 2351[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2205 -> 2352[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2206 -> 1177[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2206[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2206 -> 2353[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2206 -> 2354[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2207 -> 1178[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2207[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2207 -> 2355[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2207 -> 2356[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2208 -> 1179[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2208[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2208 -> 2357[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2208 -> 2358[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2209 -> 1180[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2209[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2209 -> 2359[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2209 -> 2360[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2210 -> 1181[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2210[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2210 -> 2361[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2210 -> 2362[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2211 -> 1168[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2211[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2211 -> 2363[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2211 -> 2364[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2212 -> 1169[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2212[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2212 -> 2365[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2212 -> 2366[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2213 -> 1170[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2213[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2213 -> 2367[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2213 -> 2368[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2214 -> 1171[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2214[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2214 -> 2369[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2214 -> 2370[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2215 -> 1172[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2215[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2215 -> 2371[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2215 -> 2372[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2216 -> 1173[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2216[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2216 -> 2373[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2216 -> 2374[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2217 -> 1174[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2217[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2217 -> 2375[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2217 -> 2376[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2218 -> 1175[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2218[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2218 -> 2377[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2218 -> 2378[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2219 -> 1176[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2219[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2219 -> 2379[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2219 -> 2380[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2220 -> 1177[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2220[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2220 -> 2381[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2220 -> 2382[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2221 -> 1178[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2221[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2221 -> 2383[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2221 -> 2384[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2222 -> 1179[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2222[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2222 -> 2385[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2222 -> 2386[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2223 -> 1180[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2223[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2223 -> 2387[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2223 -> 2388[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2224 -> 1181[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2224[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2224 -> 2389[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2224 -> 2390[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2225 -> 785[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2225[label="vwx250 == vwx260 && (vwx251 < vwx261 || vwx251 == vwx261 && vwx252 <= vwx262)",fontsize=16,color="magenta"];2225 -> 2391[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2225 -> 2392[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2226[label="vwx250 < vwx260",fontsize=16,color="blue",shape="box"];3469[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2226 -> 3469[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3469 -> 2393[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3470[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2226 -> 3470[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3470 -> 2394[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3471[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2226 -> 3471[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3471 -> 2395[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3472[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2226 -> 3472[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3472 -> 2396[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3473[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2226 -> 3473[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3473 -> 2397[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3474[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2226 -> 3474[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3474 -> 2398[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3475[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2226 -> 3475[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3475 -> 2399[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3476[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2226 -> 3476[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3476 -> 2400[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3477[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2226 -> 3477[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3477 -> 2401[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3478[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2226 -> 3478[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3478 -> 2402[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3479[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2226 -> 3479[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3479 -> 2403[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3480[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2226 -> 3480[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3480 -> 2404[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3481[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2226 -> 3481[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3481 -> 2405[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3482[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2226 -> 3482[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3482 -> 2406[label="",style="solid", color="blue", weight=3]; 22.94/10.36 2227[label="compare0 (vwx124,vwx125) (vwx126,vwx127) True",fontsize=16,color="black",shape="box"];2227 -> 2407[label="",style="solid", color="black", weight=3]; 22.94/10.36 2228[label="vwx65",fontsize=16,color="green",shape="box"];2229[label="vwx62",fontsize=16,color="green",shape="box"];2230[label="vwx65",fontsize=16,color="green",shape="box"];2231[label="vwx62",fontsize=16,color="green",shape="box"];2232[label="vwx65",fontsize=16,color="green",shape="box"];2233[label="vwx62",fontsize=16,color="green",shape="box"];2234[label="vwx65",fontsize=16,color="green",shape="box"];2235[label="vwx62",fontsize=16,color="green",shape="box"];2236[label="vwx65",fontsize=16,color="green",shape="box"];2237[label="vwx62",fontsize=16,color="green",shape="box"];2238[label="vwx65",fontsize=16,color="green",shape="box"];2239[label="vwx62",fontsize=16,color="green",shape="box"];2240[label="vwx65",fontsize=16,color="green",shape="box"];2241[label="vwx62",fontsize=16,color="green",shape="box"];2242[label="vwx65",fontsize=16,color="green",shape="box"];2243[label="vwx62",fontsize=16,color="green",shape="box"];2244[label="vwx65",fontsize=16,color="green",shape="box"];2245[label="vwx62",fontsize=16,color="green",shape="box"];2246[label="vwx65",fontsize=16,color="green",shape="box"];2247[label="vwx62",fontsize=16,color="green",shape="box"];2248[label="vwx65",fontsize=16,color="green",shape="box"];2249[label="vwx62",fontsize=16,color="green",shape="box"];2250[label="vwx65",fontsize=16,color="green",shape="box"];2251[label="vwx62",fontsize=16,color="green",shape="box"];2252[label="vwx65",fontsize=16,color="green",shape="box"];2253[label="vwx62",fontsize=16,color="green",shape="box"];2254[label="vwx65",fontsize=16,color="green",shape="box"];2255[label="vwx62",fontsize=16,color="green",shape="box"];2256[label="vwx66",fontsize=16,color="green",shape="box"];2257[label="vwx63",fontsize=16,color="green",shape="box"];2258[label="vwx66",fontsize=16,color="green",shape="box"];2259[label="vwx63",fontsize=16,color="green",shape="box"];2260[label="vwx66",fontsize=16,color="green",shape="box"];2261[label="vwx63",fontsize=16,color="green",shape="box"];2262[label="vwx66",fontsize=16,color="green",shape="box"];2263[label="vwx63",fontsize=16,color="green",shape="box"];2264[label="vwx66",fontsize=16,color="green",shape="box"];2265[label="vwx63",fontsize=16,color="green",shape="box"];2266[label="vwx66",fontsize=16,color="green",shape="box"];2267[label="vwx63",fontsize=16,color="green",shape="box"];2268[label="vwx66",fontsize=16,color="green",shape="box"];2269[label="vwx63",fontsize=16,color="green",shape="box"];2270[label="vwx66",fontsize=16,color="green",shape="box"];2271[label="vwx63",fontsize=16,color="green",shape="box"];2272[label="vwx66",fontsize=16,color="green",shape="box"];2273[label="vwx63",fontsize=16,color="green",shape="box"];2274[label="vwx66",fontsize=16,color="green",shape="box"];2275[label="vwx63",fontsize=16,color="green",shape="box"];2276[label="vwx66",fontsize=16,color="green",shape="box"];2277[label="vwx63",fontsize=16,color="green",shape="box"];2278[label="vwx66",fontsize=16,color="green",shape="box"];2279[label="vwx63",fontsize=16,color="green",shape="box"];2280[label="vwx66",fontsize=16,color="green",shape="box"];2281[label="vwx63",fontsize=16,color="green",shape="box"];2282[label="vwx66",fontsize=16,color="green",shape="box"];2283[label="vwx63",fontsize=16,color="green",shape="box"];2284[label="compare0 (vwx139,vwx140,vwx141) (vwx142,vwx143,vwx144) True",fontsize=16,color="black",shape="box"];2284 -> 2408[label="",style="solid", color="black", weight=3]; 22.94/10.36 2285[label="Succ (Succ (primPlusNat vwx1540 vwx40100))",fontsize=16,color="green",shape="box"];2285 -> 2409[label="",style="dashed", color="green", weight=3]; 22.94/10.36 2286[label="Succ vwx40100",fontsize=16,color="green",shape="box"];2287[label="GT",fontsize=16,color="green",shape="box"];2288[label="vwx148",fontsize=16,color="green",shape="box"];2289[label="not False",fontsize=16,color="black",shape="box"];2289 -> 2410[label="",style="solid", color="black", weight=3]; 22.94/10.36 2290[label="not True",fontsize=16,color="black",shape="box"];2290 -> 2411[label="",style="solid", color="black", weight=3]; 22.94/10.36 2291[label="vwx260",fontsize=16,color="green",shape="box"];2292[label="vwx250",fontsize=16,color="green",shape="box"];2293[label="vwx260",fontsize=16,color="green",shape="box"];2294[label="vwx250",fontsize=16,color="green",shape="box"];2295[label="vwx260",fontsize=16,color="green",shape="box"];2296[label="vwx250",fontsize=16,color="green",shape="box"];2297[label="vwx260",fontsize=16,color="green",shape="box"];2298[label="vwx250",fontsize=16,color="green",shape="box"];2299[label="vwx260",fontsize=16,color="green",shape="box"];2300[label="vwx250",fontsize=16,color="green",shape="box"];2301[label="vwx260",fontsize=16,color="green",shape="box"];2302[label="vwx250",fontsize=16,color="green",shape="box"];2303[label="vwx260",fontsize=16,color="green",shape="box"];2304[label="vwx250",fontsize=16,color="green",shape="box"];2305[label="vwx260",fontsize=16,color="green",shape="box"];2306[label="vwx250",fontsize=16,color="green",shape="box"];2307[label="vwx260",fontsize=16,color="green",shape="box"];2308[label="vwx250",fontsize=16,color="green",shape="box"];2309[label="vwx260",fontsize=16,color="green",shape="box"];2310[label="vwx250",fontsize=16,color="green",shape="box"];2311[label="vwx260",fontsize=16,color="green",shape="box"];2312[label="vwx250",fontsize=16,color="green",shape="box"];2313[label="vwx260",fontsize=16,color="green",shape="box"];2314[label="vwx250",fontsize=16,color="green",shape="box"];2315[label="vwx260",fontsize=16,color="green",shape="box"];2316[label="vwx250",fontsize=16,color="green",shape="box"];2317[label="vwx260",fontsize=16,color="green",shape="box"];2318[label="vwx250",fontsize=16,color="green",shape="box"];2319[label="vwx250 == vwx260",fontsize=16,color="blue",shape="box"];3483[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3483[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3483 -> 2412[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3484[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3484[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3484 -> 2413[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3485[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3485[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3485 -> 2414[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3486[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3486[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3486 -> 2415[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3487[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3487[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3487 -> 2416[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3488[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3488[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3488 -> 2417[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3489[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3489[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3489 -> 2418[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3490[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3490[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3490 -> 2419[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3491[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3491[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3491 -> 2420[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3492[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3492[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3492 -> 2421[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3493[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3493[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3493 -> 2422[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3494[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3494[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3494 -> 2423[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3495[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3495[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3495 -> 2424[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3496[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3496[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3496 -> 2425[label="",style="solid", color="blue", weight=3]; 22.94/10.36 2320[label="vwx251 <= vwx261",fontsize=16,color="blue",shape="box"];3497[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2320 -> 3497[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3497 -> 2426[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3498[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2320 -> 3498[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3498 -> 2427[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3499[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2320 -> 3499[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3499 -> 2428[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3500[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2320 -> 3500[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3500 -> 2429[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3501[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2320 -> 3501[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3501 -> 2430[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3502[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2320 -> 3502[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3502 -> 2431[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3503[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2320 -> 3503[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3503 -> 2432[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3504[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2320 -> 3504[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3504 -> 2433[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3505[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2320 -> 3505[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3505 -> 2434[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3506[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2320 -> 3506[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3506 -> 2435[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3507[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2320 -> 3507[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3507 -> 2436[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3508[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2320 -> 3508[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3508 -> 2437[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3509[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2320 -> 3509[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3509 -> 2438[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3510[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2320 -> 3510[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3510 -> 2439[label="",style="solid", color="blue", weight=3]; 22.94/10.36 2321 -> 1201[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2321[label="vwx250 < vwx260",fontsize=16,color="magenta"];2321 -> 2440[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2321 -> 2441[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2322 -> 4[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2322[label="vwx250 < vwx260",fontsize=16,color="magenta"];2322 -> 2442[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2322 -> 2443[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2323 -> 1203[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2323[label="vwx250 < vwx260",fontsize=16,color="magenta"];2323 -> 2444[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2323 -> 2445[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2324 -> 1204[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2324[label="vwx250 < vwx260",fontsize=16,color="magenta"];2324 -> 2446[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2324 -> 2447[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2325 -> 1205[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2325[label="vwx250 < vwx260",fontsize=16,color="magenta"];2325 -> 2448[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2325 -> 2449[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2326 -> 1206[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2326[label="vwx250 < vwx260",fontsize=16,color="magenta"];2326 -> 2450[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2326 -> 2451[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2327 -> 1207[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2327[label="vwx250 < vwx260",fontsize=16,color="magenta"];2327 -> 2452[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2327 -> 2453[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2328 -> 1208[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2328[label="vwx250 < vwx260",fontsize=16,color="magenta"];2328 -> 2454[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2328 -> 2455[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2329 -> 1209[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2329[label="vwx250 < vwx260",fontsize=16,color="magenta"];2329 -> 2456[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2329 -> 2457[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2330 -> 1210[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2330[label="vwx250 < vwx260",fontsize=16,color="magenta"];2330 -> 2458[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2330 -> 2459[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2331 -> 1211[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2331[label="vwx250 < vwx260",fontsize=16,color="magenta"];2331 -> 2460[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2331 -> 2461[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2332 -> 1212[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2332[label="vwx250 < vwx260",fontsize=16,color="magenta"];2332 -> 2462[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2332 -> 2463[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2333 -> 1213[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2333[label="vwx250 < vwx260",fontsize=16,color="magenta"];2333 -> 2464[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2333 -> 2465[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2334 -> 1214[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2334[label="vwx250 < vwx260",fontsize=16,color="magenta"];2334 -> 2466[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2334 -> 2467[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2335[label="vwx260",fontsize=16,color="green",shape="box"];2336[label="vwx250",fontsize=16,color="green",shape="box"];2337[label="vwx260",fontsize=16,color="green",shape="box"];2338[label="vwx250",fontsize=16,color="green",shape="box"];2339[label="vwx260",fontsize=16,color="green",shape="box"];2340[label="vwx250",fontsize=16,color="green",shape="box"];2341[label="vwx260",fontsize=16,color="green",shape="box"];2342[label="vwx250",fontsize=16,color="green",shape="box"];2343[label="vwx260",fontsize=16,color="green",shape="box"];2344[label="vwx250",fontsize=16,color="green",shape="box"];2345[label="vwx260",fontsize=16,color="green",shape="box"];2346[label="vwx250",fontsize=16,color="green",shape="box"];2347[label="vwx260",fontsize=16,color="green",shape="box"];2348[label="vwx250",fontsize=16,color="green",shape="box"];2349[label="vwx260",fontsize=16,color="green",shape="box"];2350[label="vwx250",fontsize=16,color="green",shape="box"];2351[label="vwx260",fontsize=16,color="green",shape="box"];2352[label="vwx250",fontsize=16,color="green",shape="box"];2353[label="vwx260",fontsize=16,color="green",shape="box"];2354[label="vwx250",fontsize=16,color="green",shape="box"];2355[label="vwx260",fontsize=16,color="green",shape="box"];2356[label="vwx250",fontsize=16,color="green",shape="box"];2357[label="vwx260",fontsize=16,color="green",shape="box"];2358[label="vwx250",fontsize=16,color="green",shape="box"];2359[label="vwx260",fontsize=16,color="green",shape="box"];2360[label="vwx250",fontsize=16,color="green",shape="box"];2361[label="vwx260",fontsize=16,color="green",shape="box"];2362[label="vwx250",fontsize=16,color="green",shape="box"];2363[label="vwx260",fontsize=16,color="green",shape="box"];2364[label="vwx250",fontsize=16,color="green",shape="box"];2365[label="vwx260",fontsize=16,color="green",shape="box"];2366[label="vwx250",fontsize=16,color="green",shape="box"];2367[label="vwx260",fontsize=16,color="green",shape="box"];2368[label="vwx250",fontsize=16,color="green",shape="box"];2369[label="vwx260",fontsize=16,color="green",shape="box"];2370[label="vwx250",fontsize=16,color="green",shape="box"];2371[label="vwx260",fontsize=16,color="green",shape="box"];2372[label="vwx250",fontsize=16,color="green",shape="box"];2373[label="vwx260",fontsize=16,color="green",shape="box"];2374[label="vwx250",fontsize=16,color="green",shape="box"];2375[label="vwx260",fontsize=16,color="green",shape="box"];2376[label="vwx250",fontsize=16,color="green",shape="box"];2377[label="vwx260",fontsize=16,color="green",shape="box"];2378[label="vwx250",fontsize=16,color="green",shape="box"];2379[label="vwx260",fontsize=16,color="green",shape="box"];2380[label="vwx250",fontsize=16,color="green",shape="box"];2381[label="vwx260",fontsize=16,color="green",shape="box"];2382[label="vwx250",fontsize=16,color="green",shape="box"];2383[label="vwx260",fontsize=16,color="green",shape="box"];2384[label="vwx250",fontsize=16,color="green",shape="box"];2385[label="vwx260",fontsize=16,color="green",shape="box"];2386[label="vwx250",fontsize=16,color="green",shape="box"];2387[label="vwx260",fontsize=16,color="green",shape="box"];2388[label="vwx250",fontsize=16,color="green",shape="box"];2389[label="vwx260",fontsize=16,color="green",shape="box"];2390[label="vwx250",fontsize=16,color="green",shape="box"];2391[label="vwx250 == vwx260",fontsize=16,color="blue",shape="box"];3511[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2391 -> 3511[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3511 -> 2468[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3512[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2391 -> 3512[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3512 -> 2469[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3513[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2391 -> 3513[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3513 -> 2470[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3514[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2391 -> 3514[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3514 -> 2471[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3515[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2391 -> 3515[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3515 -> 2472[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3516[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2391 -> 3516[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3516 -> 2473[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3517[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2391 -> 3517[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3517 -> 2474[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3518[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2391 -> 3518[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3518 -> 2475[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3519[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2391 -> 3519[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3519 -> 2476[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3520[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2391 -> 3520[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3520 -> 2477[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3521[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2391 -> 3521[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3521 -> 2478[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3522[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2391 -> 3522[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3522 -> 2479[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3523[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2391 -> 3523[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3523 -> 2480[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3524[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2391 -> 3524[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3524 -> 2481[label="",style="solid", color="blue", weight=3]; 22.94/10.36 2392 -> 1953[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2392[label="vwx251 < vwx261 || vwx251 == vwx261 && vwx252 <= vwx262",fontsize=16,color="magenta"];2392 -> 2482[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2392 -> 2483[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2393 -> 1201[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2393[label="vwx250 < vwx260",fontsize=16,color="magenta"];2393 -> 2484[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2393 -> 2485[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2394 -> 4[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2394[label="vwx250 < vwx260",fontsize=16,color="magenta"];2394 -> 2486[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2394 -> 2487[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2395 -> 1203[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2395[label="vwx250 < vwx260",fontsize=16,color="magenta"];2395 -> 2488[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2395 -> 2489[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2396 -> 1204[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2396[label="vwx250 < vwx260",fontsize=16,color="magenta"];2396 -> 2490[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2396 -> 2491[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2397 -> 1205[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2397[label="vwx250 < vwx260",fontsize=16,color="magenta"];2397 -> 2492[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2397 -> 2493[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2398 -> 1206[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2398[label="vwx250 < vwx260",fontsize=16,color="magenta"];2398 -> 2494[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2398 -> 2495[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2399 -> 1207[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2399[label="vwx250 < vwx260",fontsize=16,color="magenta"];2399 -> 2496[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2399 -> 2497[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2400 -> 1208[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2400[label="vwx250 < vwx260",fontsize=16,color="magenta"];2400 -> 2498[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2400 -> 2499[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2401 -> 1209[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2401[label="vwx250 < vwx260",fontsize=16,color="magenta"];2401 -> 2500[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2401 -> 2501[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2402 -> 1210[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2402[label="vwx250 < vwx260",fontsize=16,color="magenta"];2402 -> 2502[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2402 -> 2503[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2403 -> 1211[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2403[label="vwx250 < vwx260",fontsize=16,color="magenta"];2403 -> 2504[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2403 -> 2505[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2404 -> 1212[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2404[label="vwx250 < vwx260",fontsize=16,color="magenta"];2404 -> 2506[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2404 -> 2507[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2405 -> 1213[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2405[label="vwx250 < vwx260",fontsize=16,color="magenta"];2405 -> 2508[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2405 -> 2509[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2406 -> 1214[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2406[label="vwx250 < vwx260",fontsize=16,color="magenta"];2406 -> 2510[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2406 -> 2511[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2407[label="GT",fontsize=16,color="green",shape="box"];2408[label="GT",fontsize=16,color="green",shape="box"];2409[label="primPlusNat vwx1540 vwx40100",fontsize=16,color="burlywood",shape="triangle"];3525[label="vwx1540/Succ vwx15400",fontsize=10,color="white",style="solid",shape="box"];2409 -> 3525[label="",style="solid", color="burlywood", weight=9]; 22.94/10.36 3525 -> 2512[label="",style="solid", color="burlywood", weight=3]; 22.94/10.36 3526[label="vwx1540/Zero",fontsize=10,color="white",style="solid",shape="box"];2409 -> 3526[label="",style="solid", color="burlywood", weight=9]; 22.94/10.36 3526 -> 2513[label="",style="solid", color="burlywood", weight=3]; 22.94/10.36 2410[label="True",fontsize=16,color="green",shape="box"];2411[label="False",fontsize=16,color="green",shape="box"];2412 -> 384[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2412[label="vwx250 == vwx260",fontsize=16,color="magenta"];2412 -> 2514[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2412 -> 2515[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2413 -> 388[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2413[label="vwx250 == vwx260",fontsize=16,color="magenta"];2413 -> 2516[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2413 -> 2517[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2414 -> 377[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2414[label="vwx250 == vwx260",fontsize=16,color="magenta"];2414 -> 2518[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2414 -> 2519[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2415 -> 383[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2415[label="vwx250 == vwx260",fontsize=16,color="magenta"];2415 -> 2520[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2415 -> 2521[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2416 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2416[label="vwx250 == vwx260",fontsize=16,color="magenta"];2416 -> 2522[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2416 -> 2523[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2417 -> 381[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2417[label="vwx250 == vwx260",fontsize=16,color="magenta"];2417 -> 2524[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2417 -> 2525[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2418 -> 389[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2418[label="vwx250 == vwx260",fontsize=16,color="magenta"];2418 -> 2526[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2418 -> 2527[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2419 -> 382[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2419[label="vwx250 == vwx260",fontsize=16,color="magenta"];2419 -> 2528[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2419 -> 2529[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2420 -> 380[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2420[label="vwx250 == vwx260",fontsize=16,color="magenta"];2420 -> 2530[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2420 -> 2531[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2421 -> 386[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2421[label="vwx250 == vwx260",fontsize=16,color="magenta"];2421 -> 2532[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2421 -> 2533[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2422 -> 378[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2422[label="vwx250 == vwx260",fontsize=16,color="magenta"];2422 -> 2534[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2422 -> 2535[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2423 -> 387[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2423[label="vwx250 == vwx260",fontsize=16,color="magenta"];2423 -> 2536[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2423 -> 2537[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2424 -> 379[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2424[label="vwx250 == vwx260",fontsize=16,color="magenta"];2424 -> 2538[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2424 -> 2539[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2425 -> 376[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2425[label="vwx250 == vwx260",fontsize=16,color="magenta"];2425 -> 2540[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2425 -> 2541[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2426 -> 1168[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2426[label="vwx251 <= vwx261",fontsize=16,color="magenta"];2426 -> 2542[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2426 -> 2543[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2427 -> 1169[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2427[label="vwx251 <= vwx261",fontsize=16,color="magenta"];2427 -> 2544[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2427 -> 2545[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2428 -> 1170[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2428[label="vwx251 <= vwx261",fontsize=16,color="magenta"];2428 -> 2546[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2428 -> 2547[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2429 -> 1171[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2429[label="vwx251 <= vwx261",fontsize=16,color="magenta"];2429 -> 2548[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2429 -> 2549[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2430 -> 1172[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2430[label="vwx251 <= vwx261",fontsize=16,color="magenta"];2430 -> 2550[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2430 -> 2551[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2431 -> 1173[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2431[label="vwx251 <= vwx261",fontsize=16,color="magenta"];2431 -> 2552[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2431 -> 2553[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2432 -> 1174[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2432[label="vwx251 <= vwx261",fontsize=16,color="magenta"];2432 -> 2554[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2432 -> 2555[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2433 -> 1175[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2433[label="vwx251 <= vwx261",fontsize=16,color="magenta"];2433 -> 2556[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2433 -> 2557[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2434 -> 1176[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2434[label="vwx251 <= vwx261",fontsize=16,color="magenta"];2434 -> 2558[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2434 -> 2559[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2435 -> 1177[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2435[label="vwx251 <= vwx261",fontsize=16,color="magenta"];2435 -> 2560[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2435 -> 2561[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2436 -> 1178[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2436[label="vwx251 <= vwx261",fontsize=16,color="magenta"];2436 -> 2562[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2436 -> 2563[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2437 -> 1179[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2437[label="vwx251 <= vwx261",fontsize=16,color="magenta"];2437 -> 2564[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2437 -> 2565[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2438 -> 1180[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2438[label="vwx251 <= vwx261",fontsize=16,color="magenta"];2438 -> 2566[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2438 -> 2567[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2439 -> 1181[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2439[label="vwx251 <= vwx261",fontsize=16,color="magenta"];2439 -> 2568[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2439 -> 2569[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2440[label="vwx260",fontsize=16,color="green",shape="box"];2441[label="vwx250",fontsize=16,color="green",shape="box"];2442[label="vwx250",fontsize=16,color="green",shape="box"];2443[label="vwx260",fontsize=16,color="green",shape="box"];2444[label="vwx260",fontsize=16,color="green",shape="box"];2445[label="vwx250",fontsize=16,color="green",shape="box"];2446[label="vwx260",fontsize=16,color="green",shape="box"];2447[label="vwx250",fontsize=16,color="green",shape="box"];2448[label="vwx260",fontsize=16,color="green",shape="box"];2449[label="vwx250",fontsize=16,color="green",shape="box"];2450[label="vwx260",fontsize=16,color="green",shape="box"];2451[label="vwx250",fontsize=16,color="green",shape="box"];2452[label="vwx260",fontsize=16,color="green",shape="box"];2453[label="vwx250",fontsize=16,color="green",shape="box"];2454[label="vwx260",fontsize=16,color="green",shape="box"];2455[label="vwx250",fontsize=16,color="green",shape="box"];2456[label="vwx260",fontsize=16,color="green",shape="box"];2457[label="vwx250",fontsize=16,color="green",shape="box"];2458[label="vwx260",fontsize=16,color="green",shape="box"];2459[label="vwx250",fontsize=16,color="green",shape="box"];2460[label="vwx260",fontsize=16,color="green",shape="box"];2461[label="vwx250",fontsize=16,color="green",shape="box"];2462[label="vwx260",fontsize=16,color="green",shape="box"];2463[label="vwx250",fontsize=16,color="green",shape="box"];2464[label="vwx260",fontsize=16,color="green",shape="box"];2465[label="vwx250",fontsize=16,color="green",shape="box"];2466[label="vwx260",fontsize=16,color="green",shape="box"];2467[label="vwx250",fontsize=16,color="green",shape="box"];2468 -> 384[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2468[label="vwx250 == vwx260",fontsize=16,color="magenta"];2468 -> 2570[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2468 -> 2571[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2469 -> 388[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2469[label="vwx250 == vwx260",fontsize=16,color="magenta"];2469 -> 2572[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2469 -> 2573[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2470 -> 377[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2470[label="vwx250 == vwx260",fontsize=16,color="magenta"];2470 -> 2574[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2470 -> 2575[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2471 -> 383[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2471[label="vwx250 == vwx260",fontsize=16,color="magenta"];2471 -> 2576[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2471 -> 2577[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2472 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2472[label="vwx250 == vwx260",fontsize=16,color="magenta"];2472 -> 2578[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2472 -> 2579[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2473 -> 381[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2473[label="vwx250 == vwx260",fontsize=16,color="magenta"];2473 -> 2580[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2473 -> 2581[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2474 -> 389[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2474[label="vwx250 == vwx260",fontsize=16,color="magenta"];2474 -> 2582[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2474 -> 2583[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2475 -> 382[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2475[label="vwx250 == vwx260",fontsize=16,color="magenta"];2475 -> 2584[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2475 -> 2585[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2476 -> 380[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2476[label="vwx250 == vwx260",fontsize=16,color="magenta"];2476 -> 2586[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2476 -> 2587[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2477 -> 386[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2477[label="vwx250 == vwx260",fontsize=16,color="magenta"];2477 -> 2588[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2477 -> 2589[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2478 -> 378[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2478[label="vwx250 == vwx260",fontsize=16,color="magenta"];2478 -> 2590[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2478 -> 2591[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2479 -> 387[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2479[label="vwx250 == vwx260",fontsize=16,color="magenta"];2479 -> 2592[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2479 -> 2593[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2480 -> 379[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2480[label="vwx250 == vwx260",fontsize=16,color="magenta"];2480 -> 2594[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2480 -> 2595[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2481 -> 376[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2481[label="vwx250 == vwx260",fontsize=16,color="magenta"];2481 -> 2596[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2481 -> 2597[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2482 -> 785[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2482[label="vwx251 == vwx261 && vwx252 <= vwx262",fontsize=16,color="magenta"];2482 -> 2598[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2482 -> 2599[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2483[label="vwx251 < vwx261",fontsize=16,color="blue",shape="box"];3527[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2483 -> 3527[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3527 -> 2600[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3528[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2483 -> 3528[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3528 -> 2601[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3529[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2483 -> 3529[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3529 -> 2602[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3530[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2483 -> 3530[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3530 -> 2603[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3531[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2483 -> 3531[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3531 -> 2604[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3532[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2483 -> 3532[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3532 -> 2605[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3533[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2483 -> 3533[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3533 -> 2606[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3534[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2483 -> 3534[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3534 -> 2607[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3535[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2483 -> 3535[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3535 -> 2608[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3536[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2483 -> 3536[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3536 -> 2609[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3537[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2483 -> 3537[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3537 -> 2610[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3538[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2483 -> 3538[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3538 -> 2611[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3539[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2483 -> 3539[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3539 -> 2612[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3540[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2483 -> 3540[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3540 -> 2613[label="",style="solid", color="blue", weight=3]; 22.94/10.36 2484[label="vwx260",fontsize=16,color="green",shape="box"];2485[label="vwx250",fontsize=16,color="green",shape="box"];2486[label="vwx250",fontsize=16,color="green",shape="box"];2487[label="vwx260",fontsize=16,color="green",shape="box"];2488[label="vwx260",fontsize=16,color="green",shape="box"];2489[label="vwx250",fontsize=16,color="green",shape="box"];2490[label="vwx260",fontsize=16,color="green",shape="box"];2491[label="vwx250",fontsize=16,color="green",shape="box"];2492[label="vwx260",fontsize=16,color="green",shape="box"];2493[label="vwx250",fontsize=16,color="green",shape="box"];2494[label="vwx260",fontsize=16,color="green",shape="box"];2495[label="vwx250",fontsize=16,color="green",shape="box"];2496[label="vwx260",fontsize=16,color="green",shape="box"];2497[label="vwx250",fontsize=16,color="green",shape="box"];2498[label="vwx260",fontsize=16,color="green",shape="box"];2499[label="vwx250",fontsize=16,color="green",shape="box"];2500[label="vwx260",fontsize=16,color="green",shape="box"];2501[label="vwx250",fontsize=16,color="green",shape="box"];2502[label="vwx260",fontsize=16,color="green",shape="box"];2503[label="vwx250",fontsize=16,color="green",shape="box"];2504[label="vwx260",fontsize=16,color="green",shape="box"];2505[label="vwx250",fontsize=16,color="green",shape="box"];2506[label="vwx260",fontsize=16,color="green",shape="box"];2507[label="vwx250",fontsize=16,color="green",shape="box"];2508[label="vwx260",fontsize=16,color="green",shape="box"];2509[label="vwx250",fontsize=16,color="green",shape="box"];2510[label="vwx260",fontsize=16,color="green",shape="box"];2511[label="vwx250",fontsize=16,color="green",shape="box"];2512[label="primPlusNat (Succ vwx15400) vwx40100",fontsize=16,color="burlywood",shape="box"];3541[label="vwx40100/Succ vwx401000",fontsize=10,color="white",style="solid",shape="box"];2512 -> 3541[label="",style="solid", color="burlywood", weight=9]; 22.94/10.36 3541 -> 2614[label="",style="solid", color="burlywood", weight=3]; 22.94/10.36 3542[label="vwx40100/Zero",fontsize=10,color="white",style="solid",shape="box"];2512 -> 3542[label="",style="solid", color="burlywood", weight=9]; 22.94/10.36 3542 -> 2615[label="",style="solid", color="burlywood", weight=3]; 22.94/10.36 2513[label="primPlusNat Zero vwx40100",fontsize=16,color="burlywood",shape="box"];3543[label="vwx40100/Succ vwx401000",fontsize=10,color="white",style="solid",shape="box"];2513 -> 3543[label="",style="solid", color="burlywood", weight=9]; 22.94/10.36 3543 -> 2616[label="",style="solid", color="burlywood", weight=3]; 22.94/10.36 3544[label="vwx40100/Zero",fontsize=10,color="white",style="solid",shape="box"];2513 -> 3544[label="",style="solid", color="burlywood", weight=9]; 22.94/10.36 3544 -> 2617[label="",style="solid", color="burlywood", weight=3]; 22.94/10.36 2514[label="vwx260",fontsize=16,color="green",shape="box"];2515[label="vwx250",fontsize=16,color="green",shape="box"];2516[label="vwx260",fontsize=16,color="green",shape="box"];2517[label="vwx250",fontsize=16,color="green",shape="box"];2518[label="vwx260",fontsize=16,color="green",shape="box"];2519[label="vwx250",fontsize=16,color="green",shape="box"];2520[label="vwx260",fontsize=16,color="green",shape="box"];2521[label="vwx250",fontsize=16,color="green",shape="box"];2522[label="vwx260",fontsize=16,color="green",shape="box"];2523[label="vwx250",fontsize=16,color="green",shape="box"];2524[label="vwx260",fontsize=16,color="green",shape="box"];2525[label="vwx250",fontsize=16,color="green",shape="box"];2526[label="vwx260",fontsize=16,color="green",shape="box"];2527[label="vwx250",fontsize=16,color="green",shape="box"];2528[label="vwx260",fontsize=16,color="green",shape="box"];2529[label="vwx250",fontsize=16,color="green",shape="box"];2530[label="vwx260",fontsize=16,color="green",shape="box"];2531[label="vwx250",fontsize=16,color="green",shape="box"];2532[label="vwx260",fontsize=16,color="green",shape="box"];2533[label="vwx250",fontsize=16,color="green",shape="box"];2534[label="vwx260",fontsize=16,color="green",shape="box"];2535[label="vwx250",fontsize=16,color="green",shape="box"];2536[label="vwx260",fontsize=16,color="green",shape="box"];2537[label="vwx250",fontsize=16,color="green",shape="box"];2538[label="vwx260",fontsize=16,color="green",shape="box"];2539[label="vwx250",fontsize=16,color="green",shape="box"];2540[label="vwx260",fontsize=16,color="green",shape="box"];2541[label="vwx250",fontsize=16,color="green",shape="box"];2542[label="vwx261",fontsize=16,color="green",shape="box"];2543[label="vwx251",fontsize=16,color="green",shape="box"];2544[label="vwx261",fontsize=16,color="green",shape="box"];2545[label="vwx251",fontsize=16,color="green",shape="box"];2546[label="vwx261",fontsize=16,color="green",shape="box"];2547[label="vwx251",fontsize=16,color="green",shape="box"];2548[label="vwx261",fontsize=16,color="green",shape="box"];2549[label="vwx251",fontsize=16,color="green",shape="box"];2550[label="vwx261",fontsize=16,color="green",shape="box"];2551[label="vwx251",fontsize=16,color="green",shape="box"];2552[label="vwx261",fontsize=16,color="green",shape="box"];2553[label="vwx251",fontsize=16,color="green",shape="box"];2554[label="vwx261",fontsize=16,color="green",shape="box"];2555[label="vwx251",fontsize=16,color="green",shape="box"];2556[label="vwx261",fontsize=16,color="green",shape="box"];2557[label="vwx251",fontsize=16,color="green",shape="box"];2558[label="vwx261",fontsize=16,color="green",shape="box"];2559[label="vwx251",fontsize=16,color="green",shape="box"];2560[label="vwx261",fontsize=16,color="green",shape="box"];2561[label="vwx251",fontsize=16,color="green",shape="box"];2562[label="vwx261",fontsize=16,color="green",shape="box"];2563[label="vwx251",fontsize=16,color="green",shape="box"];2564[label="vwx261",fontsize=16,color="green",shape="box"];2565[label="vwx251",fontsize=16,color="green",shape="box"];2566[label="vwx261",fontsize=16,color="green",shape="box"];2567[label="vwx251",fontsize=16,color="green",shape="box"];2568[label="vwx261",fontsize=16,color="green",shape="box"];2569[label="vwx251",fontsize=16,color="green",shape="box"];2570[label="vwx260",fontsize=16,color="green",shape="box"];2571[label="vwx250",fontsize=16,color="green",shape="box"];2572[label="vwx260",fontsize=16,color="green",shape="box"];2573[label="vwx250",fontsize=16,color="green",shape="box"];2574[label="vwx260",fontsize=16,color="green",shape="box"];2575[label="vwx250",fontsize=16,color="green",shape="box"];2576[label="vwx260",fontsize=16,color="green",shape="box"];2577[label="vwx250",fontsize=16,color="green",shape="box"];2578[label="vwx260",fontsize=16,color="green",shape="box"];2579[label="vwx250",fontsize=16,color="green",shape="box"];2580[label="vwx260",fontsize=16,color="green",shape="box"];2581[label="vwx250",fontsize=16,color="green",shape="box"];2582[label="vwx260",fontsize=16,color="green",shape="box"];2583[label="vwx250",fontsize=16,color="green",shape="box"];2584[label="vwx260",fontsize=16,color="green",shape="box"];2585[label="vwx250",fontsize=16,color="green",shape="box"];2586[label="vwx260",fontsize=16,color="green",shape="box"];2587[label="vwx250",fontsize=16,color="green",shape="box"];2588[label="vwx260",fontsize=16,color="green",shape="box"];2589[label="vwx250",fontsize=16,color="green",shape="box"];2590[label="vwx260",fontsize=16,color="green",shape="box"];2591[label="vwx250",fontsize=16,color="green",shape="box"];2592[label="vwx260",fontsize=16,color="green",shape="box"];2593[label="vwx250",fontsize=16,color="green",shape="box"];2594[label="vwx260",fontsize=16,color="green",shape="box"];2595[label="vwx250",fontsize=16,color="green",shape="box"];2596[label="vwx260",fontsize=16,color="green",shape="box"];2597[label="vwx250",fontsize=16,color="green",shape="box"];2598[label="vwx251 == vwx261",fontsize=16,color="blue",shape="box"];3545[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2598 -> 3545[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3545 -> 2618[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3546[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2598 -> 3546[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3546 -> 2619[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3547[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2598 -> 3547[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3547 -> 2620[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3548[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2598 -> 3548[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3548 -> 2621[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3549[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2598 -> 3549[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3549 -> 2622[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3550[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2598 -> 3550[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3550 -> 2623[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3551[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2598 -> 3551[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3551 -> 2624[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3552[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2598 -> 3552[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3552 -> 2625[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3553[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2598 -> 3553[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3553 -> 2626[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3554[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2598 -> 3554[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3554 -> 2627[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3555[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2598 -> 3555[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3555 -> 2628[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3556[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2598 -> 3556[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3556 -> 2629[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3557[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2598 -> 3557[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3557 -> 2630[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3558[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2598 -> 3558[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3558 -> 2631[label="",style="solid", color="blue", weight=3]; 22.94/10.36 2599[label="vwx252 <= vwx262",fontsize=16,color="blue",shape="box"];3559[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2599 -> 3559[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3559 -> 2632[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3560[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2599 -> 3560[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3560 -> 2633[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3561[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2599 -> 3561[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3561 -> 2634[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3562[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2599 -> 3562[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3562 -> 2635[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3563[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2599 -> 3563[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3563 -> 2636[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3564[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2599 -> 3564[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3564 -> 2637[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3565[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2599 -> 3565[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3565 -> 2638[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3566[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2599 -> 3566[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3566 -> 2639[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3567[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2599 -> 3567[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3567 -> 2640[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3568[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2599 -> 3568[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3568 -> 2641[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3569[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2599 -> 3569[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3569 -> 2642[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3570[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2599 -> 3570[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3570 -> 2643[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3571[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2599 -> 3571[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3571 -> 2644[label="",style="solid", color="blue", weight=3]; 22.94/10.36 3572[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2599 -> 3572[label="",style="solid", color="blue", weight=9]; 22.94/10.36 3572 -> 2645[label="",style="solid", color="blue", weight=3]; 22.94/10.36 2600 -> 1201[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2600[label="vwx251 < vwx261",fontsize=16,color="magenta"];2600 -> 2646[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2600 -> 2647[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2601 -> 4[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2601[label="vwx251 < vwx261",fontsize=16,color="magenta"];2601 -> 2648[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2601 -> 2649[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2602 -> 1203[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2602[label="vwx251 < vwx261",fontsize=16,color="magenta"];2602 -> 2650[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2602 -> 2651[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2603 -> 1204[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2603[label="vwx251 < vwx261",fontsize=16,color="magenta"];2603 -> 2652[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2603 -> 2653[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2604 -> 1205[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2604[label="vwx251 < vwx261",fontsize=16,color="magenta"];2604 -> 2654[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2604 -> 2655[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2605 -> 1206[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2605[label="vwx251 < vwx261",fontsize=16,color="magenta"];2605 -> 2656[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2605 -> 2657[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2606 -> 1207[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2606[label="vwx251 < vwx261",fontsize=16,color="magenta"];2606 -> 2658[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2606 -> 2659[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2607 -> 1208[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2607[label="vwx251 < vwx261",fontsize=16,color="magenta"];2607 -> 2660[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2607 -> 2661[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2608 -> 1209[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2608[label="vwx251 < vwx261",fontsize=16,color="magenta"];2608 -> 2662[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2608 -> 2663[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2609 -> 1210[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2609[label="vwx251 < vwx261",fontsize=16,color="magenta"];2609 -> 2664[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2609 -> 2665[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2610 -> 1211[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2610[label="vwx251 < vwx261",fontsize=16,color="magenta"];2610 -> 2666[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2610 -> 2667[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2611 -> 1212[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2611[label="vwx251 < vwx261",fontsize=16,color="magenta"];2611 -> 2668[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2611 -> 2669[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2612 -> 1213[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2612[label="vwx251 < vwx261",fontsize=16,color="magenta"];2612 -> 2670[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2612 -> 2671[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2613 -> 1214[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2613[label="vwx251 < vwx261",fontsize=16,color="magenta"];2613 -> 2672[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2613 -> 2673[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2614[label="primPlusNat (Succ vwx15400) (Succ vwx401000)",fontsize=16,color="black",shape="box"];2614 -> 2674[label="",style="solid", color="black", weight=3]; 22.94/10.36 2615[label="primPlusNat (Succ vwx15400) Zero",fontsize=16,color="black",shape="box"];2615 -> 2675[label="",style="solid", color="black", weight=3]; 22.94/10.36 2616[label="primPlusNat Zero (Succ vwx401000)",fontsize=16,color="black",shape="box"];2616 -> 2676[label="",style="solid", color="black", weight=3]; 22.94/10.36 2617[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];2617 -> 2677[label="",style="solid", color="black", weight=3]; 22.94/10.36 2618 -> 384[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2618[label="vwx251 == vwx261",fontsize=16,color="magenta"];2618 -> 2678[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2618 -> 2679[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2619 -> 388[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2619[label="vwx251 == vwx261",fontsize=16,color="magenta"];2619 -> 2680[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2619 -> 2681[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2620 -> 377[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2620[label="vwx251 == vwx261",fontsize=16,color="magenta"];2620 -> 2682[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2620 -> 2683[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2621 -> 383[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2621[label="vwx251 == vwx261",fontsize=16,color="magenta"];2621 -> 2684[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2621 -> 2685[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2622 -> 385[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2622[label="vwx251 == vwx261",fontsize=16,color="magenta"];2622 -> 2686[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2622 -> 2687[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2623 -> 381[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2623[label="vwx251 == vwx261",fontsize=16,color="magenta"];2623 -> 2688[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2623 -> 2689[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2624 -> 389[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2624[label="vwx251 == vwx261",fontsize=16,color="magenta"];2624 -> 2690[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2624 -> 2691[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2625 -> 382[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2625[label="vwx251 == vwx261",fontsize=16,color="magenta"];2625 -> 2692[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2625 -> 2693[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2626 -> 380[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2626[label="vwx251 == vwx261",fontsize=16,color="magenta"];2626 -> 2694[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2626 -> 2695[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2627 -> 386[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2627[label="vwx251 == vwx261",fontsize=16,color="magenta"];2627 -> 2696[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2627 -> 2697[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2628 -> 378[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2628[label="vwx251 == vwx261",fontsize=16,color="magenta"];2628 -> 2698[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2628 -> 2699[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2629 -> 387[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2629[label="vwx251 == vwx261",fontsize=16,color="magenta"];2629 -> 2700[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2629 -> 2701[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2630 -> 379[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2630[label="vwx251 == vwx261",fontsize=16,color="magenta"];2630 -> 2702[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2630 -> 2703[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2631 -> 376[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2631[label="vwx251 == vwx261",fontsize=16,color="magenta"];2631 -> 2704[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2631 -> 2705[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2632 -> 1168[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2632[label="vwx252 <= vwx262",fontsize=16,color="magenta"];2632 -> 2706[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2632 -> 2707[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2633 -> 1169[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2633[label="vwx252 <= vwx262",fontsize=16,color="magenta"];2633 -> 2708[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2633 -> 2709[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2634 -> 1170[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2634[label="vwx252 <= vwx262",fontsize=16,color="magenta"];2634 -> 2710[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2634 -> 2711[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2635 -> 1171[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2635[label="vwx252 <= vwx262",fontsize=16,color="magenta"];2635 -> 2712[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2635 -> 2713[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2636 -> 1172[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2636[label="vwx252 <= vwx262",fontsize=16,color="magenta"];2636 -> 2714[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2636 -> 2715[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2637 -> 1173[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2637[label="vwx252 <= vwx262",fontsize=16,color="magenta"];2637 -> 2716[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2637 -> 2717[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2638 -> 1174[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2638[label="vwx252 <= vwx262",fontsize=16,color="magenta"];2638 -> 2718[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2638 -> 2719[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2639 -> 1175[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2639[label="vwx252 <= vwx262",fontsize=16,color="magenta"];2639 -> 2720[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2639 -> 2721[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2640 -> 1176[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2640[label="vwx252 <= vwx262",fontsize=16,color="magenta"];2640 -> 2722[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2640 -> 2723[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2641 -> 1177[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2641[label="vwx252 <= vwx262",fontsize=16,color="magenta"];2641 -> 2724[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2641 -> 2725[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2642 -> 1178[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2642[label="vwx252 <= vwx262",fontsize=16,color="magenta"];2642 -> 2726[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2642 -> 2727[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2643 -> 1179[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2643[label="vwx252 <= vwx262",fontsize=16,color="magenta"];2643 -> 2728[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2643 -> 2729[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2644 -> 1180[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2644[label="vwx252 <= vwx262",fontsize=16,color="magenta"];2644 -> 2730[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2644 -> 2731[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2645 -> 1181[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2645[label="vwx252 <= vwx262",fontsize=16,color="magenta"];2645 -> 2732[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2645 -> 2733[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2646[label="vwx261",fontsize=16,color="green",shape="box"];2647[label="vwx251",fontsize=16,color="green",shape="box"];2648[label="vwx251",fontsize=16,color="green",shape="box"];2649[label="vwx261",fontsize=16,color="green",shape="box"];2650[label="vwx261",fontsize=16,color="green",shape="box"];2651[label="vwx251",fontsize=16,color="green",shape="box"];2652[label="vwx261",fontsize=16,color="green",shape="box"];2653[label="vwx251",fontsize=16,color="green",shape="box"];2654[label="vwx261",fontsize=16,color="green",shape="box"];2655[label="vwx251",fontsize=16,color="green",shape="box"];2656[label="vwx261",fontsize=16,color="green",shape="box"];2657[label="vwx251",fontsize=16,color="green",shape="box"];2658[label="vwx261",fontsize=16,color="green",shape="box"];2659[label="vwx251",fontsize=16,color="green",shape="box"];2660[label="vwx261",fontsize=16,color="green",shape="box"];2661[label="vwx251",fontsize=16,color="green",shape="box"];2662[label="vwx261",fontsize=16,color="green",shape="box"];2663[label="vwx251",fontsize=16,color="green",shape="box"];2664[label="vwx261",fontsize=16,color="green",shape="box"];2665[label="vwx251",fontsize=16,color="green",shape="box"];2666[label="vwx261",fontsize=16,color="green",shape="box"];2667[label="vwx251",fontsize=16,color="green",shape="box"];2668[label="vwx261",fontsize=16,color="green",shape="box"];2669[label="vwx251",fontsize=16,color="green",shape="box"];2670[label="vwx261",fontsize=16,color="green",shape="box"];2671[label="vwx251",fontsize=16,color="green",shape="box"];2672[label="vwx261",fontsize=16,color="green",shape="box"];2673[label="vwx251",fontsize=16,color="green",shape="box"];2674[label="Succ (Succ (primPlusNat vwx15400 vwx401000))",fontsize=16,color="green",shape="box"];2674 -> 2734[label="",style="dashed", color="green", weight=3]; 22.94/10.36 2675[label="Succ vwx15400",fontsize=16,color="green",shape="box"];2676[label="Succ vwx401000",fontsize=16,color="green",shape="box"];2677[label="Zero",fontsize=16,color="green",shape="box"];2678[label="vwx261",fontsize=16,color="green",shape="box"];2679[label="vwx251",fontsize=16,color="green",shape="box"];2680[label="vwx261",fontsize=16,color="green",shape="box"];2681[label="vwx251",fontsize=16,color="green",shape="box"];2682[label="vwx261",fontsize=16,color="green",shape="box"];2683[label="vwx251",fontsize=16,color="green",shape="box"];2684[label="vwx261",fontsize=16,color="green",shape="box"];2685[label="vwx251",fontsize=16,color="green",shape="box"];2686[label="vwx261",fontsize=16,color="green",shape="box"];2687[label="vwx251",fontsize=16,color="green",shape="box"];2688[label="vwx261",fontsize=16,color="green",shape="box"];2689[label="vwx251",fontsize=16,color="green",shape="box"];2690[label="vwx261",fontsize=16,color="green",shape="box"];2691[label="vwx251",fontsize=16,color="green",shape="box"];2692[label="vwx261",fontsize=16,color="green",shape="box"];2693[label="vwx251",fontsize=16,color="green",shape="box"];2694[label="vwx261",fontsize=16,color="green",shape="box"];2695[label="vwx251",fontsize=16,color="green",shape="box"];2696[label="vwx261",fontsize=16,color="green",shape="box"];2697[label="vwx251",fontsize=16,color="green",shape="box"];2698[label="vwx261",fontsize=16,color="green",shape="box"];2699[label="vwx251",fontsize=16,color="green",shape="box"];2700[label="vwx261",fontsize=16,color="green",shape="box"];2701[label="vwx251",fontsize=16,color="green",shape="box"];2702[label="vwx261",fontsize=16,color="green",shape="box"];2703[label="vwx251",fontsize=16,color="green",shape="box"];2704[label="vwx261",fontsize=16,color="green",shape="box"];2705[label="vwx251",fontsize=16,color="green",shape="box"];2706[label="vwx262",fontsize=16,color="green",shape="box"];2707[label="vwx252",fontsize=16,color="green",shape="box"];2708[label="vwx262",fontsize=16,color="green",shape="box"];2709[label="vwx252",fontsize=16,color="green",shape="box"];2710[label="vwx262",fontsize=16,color="green",shape="box"];2711[label="vwx252",fontsize=16,color="green",shape="box"];2712[label="vwx262",fontsize=16,color="green",shape="box"];2713[label="vwx252",fontsize=16,color="green",shape="box"];2714[label="vwx262",fontsize=16,color="green",shape="box"];2715[label="vwx252",fontsize=16,color="green",shape="box"];2716[label="vwx262",fontsize=16,color="green",shape="box"];2717[label="vwx252",fontsize=16,color="green",shape="box"];2718[label="vwx262",fontsize=16,color="green",shape="box"];2719[label="vwx252",fontsize=16,color="green",shape="box"];2720[label="vwx262",fontsize=16,color="green",shape="box"];2721[label="vwx252",fontsize=16,color="green",shape="box"];2722[label="vwx262",fontsize=16,color="green",shape="box"];2723[label="vwx252",fontsize=16,color="green",shape="box"];2724[label="vwx262",fontsize=16,color="green",shape="box"];2725[label="vwx252",fontsize=16,color="green",shape="box"];2726[label="vwx262",fontsize=16,color="green",shape="box"];2727[label="vwx252",fontsize=16,color="green",shape="box"];2728[label="vwx262",fontsize=16,color="green",shape="box"];2729[label="vwx252",fontsize=16,color="green",shape="box"];2730[label="vwx262",fontsize=16,color="green",shape="box"];2731[label="vwx252",fontsize=16,color="green",shape="box"];2732[label="vwx262",fontsize=16,color="green",shape="box"];2733[label="vwx252",fontsize=16,color="green",shape="box"];2734 -> 2409[label="",style="dashed", color="red", weight=0]; 22.94/10.36 2734[label="primPlusNat vwx15400 vwx401000",fontsize=16,color="magenta"];2734 -> 2735[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2734 -> 2736[label="",style="dashed", color="magenta", weight=3]; 22.94/10.36 2735[label="vwx15400",fontsize=16,color="green",shape="box"];2736[label="vwx401000",fontsize=16,color="green",shape="box"];} 22.94/10.36 22.94/10.36 ---------------------------------------- 22.94/10.36 22.94/10.36 (14) 22.94/10.36 Complex Obligation (AND) 22.94/10.36 22.94/10.36 ---------------------------------------- 22.94/10.36 22.94/10.36 (15) 22.94/10.36 Obligation: 22.94/10.36 Q DP problem: 22.94/10.36 The TRS P consists of the following rules: 22.94/10.36 22.94/10.36 new_primCmpNat(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat(vwx3000, vwx4000) 22.94/10.36 22.94/10.36 R is empty. 22.94/10.36 Q is empty. 22.94/10.36 We have to consider all minimal (P,Q,R)-chains. 22.94/10.36 ---------------------------------------- 22.94/10.36 22.94/10.36 (16) QDPSizeChangeProof (EQUIVALENT) 22.94/10.36 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. 22.94/10.36 22.94/10.36 From the DPs we obtained the following set of size-change graphs: 22.94/10.36 *new_primCmpNat(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat(vwx3000, vwx4000) 22.94/10.36 The graph contains the following edges 1 > 1, 2 > 2 22.94/10.36 22.94/10.36 22.94/10.36 ---------------------------------------- 22.94/10.36 22.94/10.36 (17) 22.94/10.36 YES 22.94/10.36 22.94/10.36 ---------------------------------------- 22.94/10.36 22.94/10.36 (18) 22.94/10.36 Obligation: 22.94/10.36 Q DP problem: 22.94/10.36 The TRS P consists of the following rules: 22.94/10.36 22.94/10.36 new_compare23(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, False, ccg, cbe, app(app(app(ty_@3, cdf), cdg), cdh)) -> new_ltEs3(vwx63, vwx66, cdf, cdg, cdh) 22.94/10.36 new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, de), app(ty_Maybe, dg))) -> new_ltEs0(vwx251, vwx261, dg) 22.94/10.36 new_compare21(vwx43, vwx44, False, app(app(ty_Either, bhe), bhf), bha) -> new_ltEs2(vwx43, vwx44, bhe, bhf) 22.94/10.36 new_ltEs3(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), baf, bag, app(ty_Maybe, bba)) -> new_ltEs0(vwx252, vwx262, bba) 22.94/10.36 new_ltEs0(Just(vwx250), Just(vwx260), app(app(app(ty_@3, db), dc), dd)) -> new_ltEs3(vwx250, vwx260, db, dc, dd) 22.94/10.36 new_ltEs(vwx25, vwx26, cb) -> new_compare(vwx25, vwx26, cb) 22.94/10.36 new_compare23(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, False, ccg, app(ty_Maybe, ceb), cbf) -> new_lt0(vwx62, vwx65, ceb) 22.94/10.36 new_ltEs1(@2(vwx250, vwx251), @2(vwx260, vwx261), de, app(app(app(ty_@3, ed), ee), ef)) -> new_ltEs3(vwx251, vwx261, ed, ee, ef) 22.94/10.36 new_ltEs3(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), baf, app(ty_[], bca), bcb) -> new_lt(vwx251, vwx261, bca) 22.94/10.36 new_ltEs0(Just(vwx250), Just(vwx260), app(app(ty_Either, cg), da)) -> new_ltEs2(vwx250, vwx260, cg, da) 22.94/10.36 new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, baf), bag), app(ty_Maybe, bba))) -> new_ltEs0(vwx252, vwx262, bba) 22.94/10.36 new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, app(ty_Maybe, bdd)), bag), bcb)) -> new_lt0(vwx250, vwx260, bdd) 22.94/10.36 new_ltEs1(@2(vwx250, vwx251), @2(vwx260, vwx261), app(app(app(ty_@3, fg), fh), ga), eh) -> new_lt3(vwx250, vwx260, fg, fh, ga) 22.94/10.36 new_ltEs2(Left(vwx250), Left(vwx260), app(ty_[], gb), gc) -> new_ltEs(vwx250, vwx260, gb) 22.94/10.36 new_compare5(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bg, bh, ca) -> new_compare23(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs9(vwx300, vwx400, bg), new_asAs(new_esEs10(vwx301, vwx401, bh), new_esEs11(vwx302, vwx402, ca))), bg, bh, ca) 22.94/10.36 new_compare21(vwx43, vwx44, False, app(ty_[], bgh), bha) -> new_ltEs(vwx43, vwx44, bgh) 22.94/10.36 new_compare22(vwx50, vwx51, False, cab, app(ty_[], cac)) -> new_ltEs(vwx50, vwx51, cac) 22.94/10.36 new_compare2(Just(vwx250), Just(vwx260), False, app(ty_Maybe, app(app(app(ty_@3, db), dc), dd))) -> new_ltEs3(vwx250, vwx260, db, dc, dd) 22.94/10.36 new_compare20(vwx74, vwx75, vwx76, vwx77, False, app(app(ty_Either, bgc), bgd), bgb) -> new_compare4(vwx74, vwx76, bgc, bgd) 22.94/10.36 new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, app(app(app(ty_@3, fg), fh), ga)), eh)) -> new_lt3(vwx250, vwx260, fg, fh, ga) 22.94/10.36 new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, baf), app(app(ty_@2, bcd), bce)), bcb)) -> new_lt1(vwx251, vwx261, bcd, bce) 22.94/10.36 new_compare23(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, False, ccg, cbe, app(ty_[], cch)) -> new_ltEs(vwx63, vwx66, cch) 22.94/10.36 new_lt3(vwx74, vwx76, bge, bgf, bgg) -> new_compare5(vwx74, vwx76, bge, bgf, bgg) 22.94/10.36 new_compare22(vwx50, vwx51, False, cab, app(app(ty_@2, cae), caf)) -> new_ltEs1(vwx50, vwx51, cae, caf) 22.94/10.36 new_compare1(Just(vwx300), Just(vwx400), bb) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, bb), bb) 22.94/10.36 new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, de), app(ty_[], df))) -> new_ltEs(vwx251, vwx261, df) 22.94/10.36 new_ltEs3(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), baf, app(ty_Maybe, bcc), bcb) -> new_lt0(vwx251, vwx261, bcc) 22.94/10.36 new_compare23(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, False, ccg, app(ty_[], cea), cbf) -> new_lt(vwx62, vwx65, cea) 22.94/10.36 new_primCompAux(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), vwx15, app(app(app(ty_@3, bg), bh), ca)) -> new_compare23(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs9(vwx300, vwx400, bg), new_asAs(new_esEs10(vwx301, vwx401, bh), new_esEs11(vwx302, vwx402, ca))), bg, bh, ca) 22.94/10.36 new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, app(app(ty_Either, bdg), bdh)), bag), bcb)) -> new_lt2(vwx250, vwx260, bdg, bdh) 22.94/10.36 new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, baf), app(ty_Maybe, bcc)), bcb)) -> new_lt0(vwx251, vwx261, bcc) 22.94/10.36 new_compare23(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, False, app(app(app(ty_@3, ccd), cce), ccf), cbe, cbf) -> new_lt3(vwx61, vwx64, ccd, cce, ccf) 22.94/10.36 new_compare2(vwx25, vwx26, False, app(ty_[], cb)) -> new_compare(vwx25, vwx26, cb) 22.94/10.36 new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, baf), bag), app(ty_[], bah))) -> new_ltEs(vwx252, vwx262, bah) 22.94/10.36 new_ltEs3(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), baf, bag, app(app(app(ty_@3, bbf), bbg), bbh)) -> new_ltEs3(vwx252, vwx262, bbf, bbg, bbh) 22.94/10.36 new_compare20(vwx74, vwx75, vwx76, vwx77, False, app(ty_[], bga), bgb) -> new_lt(vwx74, vwx76, bga) 22.94/10.36 new_compare2(Just(vwx250), Just(vwx260), False, app(ty_Maybe, app(ty_[], cc))) -> new_ltEs(vwx250, vwx260, cc) 22.94/10.36 new_compare20(vwx74, vwx75, vwx76, vwx77, False, beg, app(app(app(ty_@3, bff), bfg), bfh)) -> new_ltEs3(vwx75, vwx77, bff, bfg, bfh) 22.94/10.36 new_ltEs3(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), baf, app(app(ty_@2, bcd), bce), bcb) -> new_lt1(vwx251, vwx261, bcd, bce) 22.94/10.36 new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, app(ty_Maybe, fa)), eh)) -> new_lt0(vwx250, vwx260, fa) 22.94/10.36 new_compare20(vwx74, vwx75, vwx76, vwx77, False, beg, app(ty_Maybe, bfa)) -> new_ltEs0(vwx75, vwx77, bfa) 22.94/10.36 new_ltEs2(Right(vwx250), Right(vwx260), hd, app(ty_Maybe, hf)) -> new_ltEs0(vwx250, vwx260, hf) 22.94/10.36 new_compare23(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, False, app(app(ty_Either, ccb), ccc), cbe, cbf) -> new_lt2(vwx61, vwx64, ccb, ccc) 22.94/10.36 new_ltEs0(Just(vwx250), Just(vwx260), app(app(ty_@2, ce), cf)) -> new_ltEs1(vwx250, vwx260, ce, cf) 22.94/10.36 new_compare2(Right(vwx250), Right(vwx260), False, app(app(ty_Either, hd), app(ty_[], he))) -> new_ltEs(vwx250, vwx260, he) 22.94/10.36 new_compare20(vwx74, vwx75, vwx76, vwx77, False, app(app(ty_@2, bee), bef), bgb) -> new_compare3(vwx74, vwx76, bee, bef) 22.94/10.36 new_compare2(Left(vwx250), Left(vwx260), False, app(app(ty_Either, app(app(ty_Either, gg), gh)), gc)) -> new_ltEs2(vwx250, vwx260, gg, gh) 22.94/10.36 new_ltEs2(Right(vwx250), Right(vwx260), hd, app(app(app(ty_@3, bac), bad), bae)) -> new_ltEs3(vwx250, vwx260, bac, bad, bae) 22.94/10.36 new_ltEs0(Just(vwx250), Just(vwx260), app(ty_Maybe, cd)) -> new_ltEs0(vwx250, vwx260, cd) 22.94/10.36 new_ltEs1(@2(vwx250, vwx251), @2(vwx260, vwx261), app(app(ty_@2, fb), fc), eh) -> new_lt1(vwx250, vwx260, fb, fc) 22.94/10.36 new_compare21(vwx43, vwx44, False, app(app(ty_@2, bhc), bhd), bha) -> new_ltEs1(vwx43, vwx44, bhc, bhd) 22.94/10.36 new_ltEs2(Left(vwx250), Left(vwx260), app(app(ty_@2, ge), gf), gc) -> new_ltEs1(vwx250, vwx260, ge, gf) 22.94/10.36 new_compare23(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, False, ccg, cbe, app(app(ty_Either, cdd), cde)) -> new_ltEs2(vwx63, vwx66, cdd, cde) 22.94/10.36 new_compare2(Right(vwx250), Right(vwx260), False, app(app(ty_Either, hd), app(app(ty_Either, baa), bab))) -> new_ltEs2(vwx250, vwx260, baa, bab) 22.94/10.36 new_compare2(Right(vwx250), Right(vwx260), False, app(app(ty_Either, hd), app(ty_Maybe, hf))) -> new_ltEs0(vwx250, vwx260, hf) 22.94/10.36 new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, app(app(ty_@2, bde), bdf)), bag), bcb)) -> new_lt1(vwx250, vwx260, bde, bdf) 22.94/10.36 new_lt0(vwx74, vwx76, bed) -> new_compare1(vwx74, vwx76, bed) 22.94/10.36 new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, baf), bag), app(app(ty_@2, bbb), bbc))) -> new_ltEs1(vwx252, vwx262, bbb, bbc) 22.94/10.36 new_ltEs1(@2(vwx250, vwx251), @2(vwx260, vwx261), de, app(ty_[], df)) -> new_ltEs(vwx251, vwx261, df) 22.94/10.36 new_ltEs3(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), app(app(app(ty_@3, bea), beb), bec), bag, bcb) -> new_lt3(vwx250, vwx260, bea, beb, bec) 22.94/10.36 new_compare4(Left(vwx300), Left(vwx400), be, bf) -> new_compare21(vwx300, vwx400, new_esEs7(vwx300, vwx400, be), be, bf) 22.94/10.36 new_lt(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_compare(vwx31, vwx41, h) 22.94/10.36 new_compare2(Just(vwx250), Just(vwx260), False, app(ty_Maybe, app(app(ty_@2, ce), cf))) -> new_ltEs1(vwx250, vwx260, ce, cf) 22.94/10.36 new_compare23(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, False, ccg, app(app(ty_@2, cec), ced), cbf) -> new_lt1(vwx62, vwx65, cec, ced) 22.94/10.36 new_ltEs1(@2(vwx250, vwx251), @2(vwx260, vwx261), de, app(app(ty_Either, eb), ec)) -> new_ltEs2(vwx251, vwx261, eb, ec) 22.94/10.36 new_compare21(vwx43, vwx44, False, app(ty_Maybe, bhb), bha) -> new_ltEs0(vwx43, vwx44, bhb) 22.94/10.36 new_compare21(vwx43, vwx44, False, app(app(app(ty_@3, bhg), bhh), caa), bha) -> new_ltEs3(vwx43, vwx44, bhg, bhh, caa) 22.94/10.36 new_compare20(vwx74, vwx75, vwx76, vwx77, False, beg, app(app(ty_@2, bfb), bfc)) -> new_ltEs1(vwx75, vwx77, bfb, bfc) 22.94/10.36 new_lt2(vwx74, vwx76, bgc, bgd) -> new_compare4(vwx74, vwx76, bgc, bgd) 22.94/10.36 new_ltEs3(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), app(app(ty_Either, bdg), bdh), bag, bcb) -> new_lt2(vwx250, vwx260, bdg, bdh) 22.94/10.36 new_compare22(vwx50, vwx51, False, cab, app(ty_Maybe, cad)) -> new_ltEs0(vwx50, vwx51, cad) 22.94/10.36 new_compare3(@2(vwx300, vwx301), @2(vwx400, vwx401), bc, bd) -> new_compare20(vwx300, vwx301, vwx400, vwx401, new_asAs(new_esEs5(vwx300, vwx400, bc), new_esEs6(vwx301, vwx401, bd)), bc, bd) 22.94/10.36 new_compare23(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, False, ccg, app(app(ty_Either, cee), cef), cbf) -> new_lt2(vwx62, vwx65, cee, cef) 22.94/10.36 new_compare20(vwx74, vwx75, vwx76, vwx77, False, beg, app(app(ty_Either, bfd), bfe)) -> new_ltEs2(vwx75, vwx77, bfd, bfe) 22.94/10.36 new_compare4(Right(vwx300), Right(vwx400), be, bf) -> new_compare22(vwx300, vwx400, new_esEs8(vwx300, vwx400, bf), be, bf) 22.94/10.36 new_ltEs3(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), app(app(ty_@2, bde), bdf), bag, bcb) -> new_lt1(vwx250, vwx260, bde, bdf) 22.94/10.36 new_lt1(vwx74, vwx76, bee, bef) -> new_compare3(vwx74, vwx76, bee, bef) 22.94/10.36 new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, app(ty_[], bdc)), bag), bcb)) -> new_lt(vwx250, vwx260, bdc) 22.94/10.36 new_ltEs1(@2(vwx250, vwx251), @2(vwx260, vwx261), app(app(ty_Either, fd), ff), eh) -> new_lt2(vwx250, vwx260, fd, ff) 22.94/10.36 new_ltEs0(Just(vwx250), Just(vwx260), app(ty_[], cc)) -> new_ltEs(vwx250, vwx260, cc) 22.94/10.36 new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, app(app(app(ty_@3, bea), beb), bec)), bag), bcb)) -> new_lt3(vwx250, vwx260, bea, beb, bec) 22.94/10.36 new_ltEs1(@2(vwx250, vwx251), @2(vwx260, vwx261), app(ty_Maybe, fa), eh) -> new_lt0(vwx250, vwx260, fa) 22.94/10.36 new_ltEs3(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), app(ty_[], bdc), bag, bcb) -> new_lt(vwx250, vwx260, bdc) 22.94/10.36 new_primCompAux(Just(vwx300), Just(vwx400), vwx15, app(ty_Maybe, bb)) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, bb), bb) 22.94/10.36 new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, baf), app(app(ty_Either, bcf), bcg)), bcb)) -> new_lt2(vwx251, vwx261, bcf, bcg) 22.94/10.36 new_compare20(vwx74, vwx75, vwx76, vwx77, False, app(app(app(ty_@3, bge), bgf), bgg), bgb) -> new_compare5(vwx74, vwx76, bge, bgf, bgg) 22.94/10.36 new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, de), app(app(app(ty_@3, ed), ee), ef))) -> new_ltEs3(vwx251, vwx261, ed, ee, ef) 22.94/10.36 new_compare23(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, False, app(app(ty_@2, cbh), cca), cbe, cbf) -> new_lt1(vwx61, vwx64, cbh, cca) 22.94/10.36 new_compare23(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, False, app(ty_Maybe, cbg), cbe, cbf) -> new_lt0(vwx61, vwx64, cbg) 22.94/10.36 new_primCompAux(Right(vwx300), Right(vwx400), vwx15, app(app(ty_Either, be), bf)) -> new_compare22(vwx300, vwx400, new_esEs8(vwx300, vwx400, bf), be, bf) 22.94/10.36 new_ltEs1(@2(vwx250, vwx251), @2(vwx260, vwx261), de, app(ty_Maybe, dg)) -> new_ltEs0(vwx251, vwx261, dg) 22.94/10.36 new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, app(ty_[], eg)), eh)) -> new_lt(vwx250, vwx260, eg) 22.94/10.36 new_ltEs3(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), baf, app(app(ty_Either, bcf), bcg), bcb) -> new_lt2(vwx251, vwx261, bcf, bcg) 22.94/10.36 new_compare2(Left(vwx250), Left(vwx260), False, app(app(ty_Either, app(ty_[], gb)), gc)) -> new_ltEs(vwx250, vwx260, gb) 22.94/10.36 new_ltEs1(@2(vwx250, vwx251), @2(vwx260, vwx261), de, app(app(ty_@2, dh), ea)) -> new_ltEs1(vwx251, vwx261, dh, ea) 22.94/10.36 new_compare22(vwx50, vwx51, False, cab, app(app(app(ty_@3, cba), cbb), cbc)) -> new_ltEs3(vwx50, vwx51, cba, cbb, cbc) 22.94/10.36 new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, de), app(app(ty_Either, eb), ec))) -> new_ltEs2(vwx251, vwx261, eb, ec) 22.94/10.36 new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, baf), bag), app(app(ty_Either, bbd), bbe))) -> new_ltEs2(vwx252, vwx262, bbd, bbe) 22.94/10.36 new_ltEs2(Left(vwx250), Left(vwx260), app(app(app(ty_@3, ha), hb), hc), gc) -> new_ltEs3(vwx250, vwx260, ha, hb, hc) 22.94/10.36 new_compare(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_primCompAux(vwx30, vwx40, new_compare0(vwx31, vwx41, h), h) 22.94/10.36 new_compare20(vwx74, vwx75, vwx76, vwx77, False, beg, app(ty_[], beh)) -> new_ltEs(vwx75, vwx77, beh) 22.94/10.36 new_ltEs2(Right(vwx250), Right(vwx260), hd, app(app(ty_Either, baa), bab)) -> new_ltEs2(vwx250, vwx260, baa, bab) 22.94/10.36 new_compare2(Right(vwx250), Right(vwx260), False, app(app(ty_Either, hd), app(app(app(ty_@3, bac), bad), bae))) -> new_ltEs3(vwx250, vwx260, bac, bad, bae) 22.94/10.36 new_ltEs3(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), baf, bag, app(app(ty_Either, bbd), bbe)) -> new_ltEs2(vwx252, vwx262, bbd, bbe) 22.94/10.36 new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, baf), app(app(app(ty_@3, bch), bda), bdb)), bcb)) -> new_lt3(vwx251, vwx261, bch, bda, bdb) 22.94/10.36 new_compare22(vwx50, vwx51, False, cab, app(app(ty_Either, cag), cah)) -> new_ltEs2(vwx50, vwx51, cag, cah) 22.94/10.36 new_primCompAux(vwx30, vwx40, vwx15, app(ty_[], ba)) -> new_compare(vwx30, vwx40, ba) 22.94/10.36 new_ltEs2(Left(vwx250), Left(vwx260), app(ty_Maybe, gd), gc) -> new_ltEs0(vwx250, vwx260, gd) 22.94/10.36 new_ltEs3(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), baf, bag, app(ty_[], bah)) -> new_ltEs(vwx252, vwx262, bah) 22.94/10.36 new_compare2(Just(vwx250), Just(vwx260), False, app(ty_Maybe, app(ty_Maybe, cd))) -> new_ltEs0(vwx250, vwx260, cd) 22.94/10.36 new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, app(app(ty_Either, fd), ff)), eh)) -> new_lt2(vwx250, vwx260, fd, ff) 22.94/10.36 new_compare2(Left(vwx250), Left(vwx260), False, app(app(ty_Either, app(ty_Maybe, gd)), gc)) -> new_ltEs0(vwx250, vwx260, gd) 22.94/10.36 new_compare23(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, False, ccg, cbe, app(app(ty_@2, cdb), cdc)) -> new_ltEs1(vwx63, vwx66, cdb, cdc) 22.94/10.36 new_compare23(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, False, ccg, app(app(app(ty_@3, ceg), ceh), cfa), cbf) -> new_lt3(vwx62, vwx65, ceg, ceh, cfa) 22.94/10.36 new_compare20(vwx74, vwx75, vwx76, vwx77, False, app(ty_Maybe, bed), bgb) -> new_compare1(vwx74, vwx76, bed) 22.94/10.36 new_primCompAux(Left(vwx300), Left(vwx400), vwx15, app(app(ty_Either, be), bf)) -> new_compare21(vwx300, vwx400, new_esEs7(vwx300, vwx400, be), be, bf) 22.94/10.36 new_compare2(Just(vwx250), Just(vwx260), False, app(ty_Maybe, app(app(ty_Either, cg), da))) -> new_ltEs2(vwx250, vwx260, cg, da) 22.94/10.36 new_compare2(Left(vwx250), Left(vwx260), False, app(app(ty_Either, app(app(ty_@2, ge), gf)), gc)) -> new_ltEs1(vwx250, vwx260, ge, gf) 22.94/10.36 new_compare(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_compare(vwx31, vwx41, h) 22.94/10.36 new_primCompAux(@2(vwx300, vwx301), @2(vwx400, vwx401), vwx15, app(app(ty_@2, bc), bd)) -> new_compare20(vwx300, vwx301, vwx400, vwx401, new_asAs(new_esEs5(vwx300, vwx400, bc), new_esEs6(vwx301, vwx401, bd)), bc, bd) 22.94/10.36 new_compare2(Right(vwx250), Right(vwx260), False, app(app(ty_Either, hd), app(app(ty_@2, hg), hh))) -> new_ltEs1(vwx250, vwx260, hg, hh) 22.94/10.36 new_ltEs2(Left(vwx250), Left(vwx260), app(app(ty_Either, gg), gh), gc) -> new_ltEs2(vwx250, vwx260, gg, gh) 22.94/10.36 new_lt(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_primCompAux(vwx30, vwx40, new_compare0(vwx31, vwx41, h), h) 22.94/10.36 new_compare23(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, False, ccg, cbe, app(ty_Maybe, cda)) -> new_ltEs0(vwx63, vwx66, cda) 22.94/10.36 new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, app(app(ty_@2, fb), fc)), eh)) -> new_lt1(vwx250, vwx260, fb, fc) 22.94/10.36 new_compare2(Left(vwx250), Left(vwx260), False, app(app(ty_Either, app(app(app(ty_@3, ha), hb), hc)), gc)) -> new_ltEs3(vwx250, vwx260, ha, hb, hc) 22.94/10.36 new_compare23(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, False, app(ty_[], cbd), cbe, cbf) -> new_lt(vwx61, vwx64, cbd) 22.94/10.36 new_ltEs3(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), baf, bag, app(app(ty_@2, bbb), bbc)) -> new_ltEs1(vwx252, vwx262, bbb, bbc) 22.94/10.36 new_ltEs1(@2(vwx250, vwx251), @2(vwx260, vwx261), app(ty_[], eg), eh) -> new_lt(vwx250, vwx260, eg) 22.94/10.36 new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, baf), app(ty_[], bca)), bcb)) -> new_lt(vwx251, vwx261, bca) 22.94/10.36 new_ltEs3(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), app(ty_Maybe, bdd), bag, bcb) -> new_lt0(vwx250, vwx260, bdd) 22.94/10.36 new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, baf), bag), app(app(app(ty_@3, bbf), bbg), bbh))) -> new_ltEs3(vwx252, vwx262, bbf, bbg, bbh) 22.94/10.36 new_ltEs2(Right(vwx250), Right(vwx260), hd, app(app(ty_@2, hg), hh)) -> new_ltEs1(vwx250, vwx260, hg, hh) 22.94/10.36 new_ltEs2(Right(vwx250), Right(vwx260), hd, app(ty_[], he)) -> new_ltEs(vwx250, vwx260, he) 22.94/10.36 new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, de), app(app(ty_@2, dh), ea))) -> new_ltEs1(vwx251, vwx261, dh, ea) 22.94/10.36 new_ltEs3(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), baf, app(app(app(ty_@3, bch), bda), bdb), bcb) -> new_lt3(vwx251, vwx261, bch, bda, bdb) 22.94/10.36 22.94/10.36 The TRS R consists of the following rules: 22.94/10.36 22.94/10.36 new_lt23(vwx250, vwx260, app(app(app(ty_@3, fg), fh), ga)) -> new_lt19(vwx250, vwx260, fg, fh, ga) 22.94/10.36 new_primCmpInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> LT 22.94/10.36 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 22.94/10.36 new_compare15(Float(vwx300, Neg(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_compare7(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Neg(vwx3010), vwx400)) 22.94/10.36 new_ltEs16(Right(vwx250), Right(vwx260), hd, ty_Int) -> new_ltEs8(vwx250, vwx260) 22.94/10.36 new_esEs11(vwx302, vwx402, app(app(ty_@2, fbf), fbg)) -> new_esEs24(vwx302, vwx402, fbf, fbg) 22.94/10.36 new_esEs7(vwx300, vwx400, ty_@0) -> new_esEs20(vwx300, vwx400) 22.94/10.36 new_pePe(True, vwx153) -> True 22.94/10.36 new_compare11(vwx97, vwx98, True, eeh) -> LT 22.94/10.36 new_compare34(LT, LT) -> EQ 22.94/10.36 new_compare12(vwx112, vwx113, False, fdc, fdd) -> GT 22.94/10.36 new_ltEs10(False, False) -> True 22.94/10.36 new_ltEs4(vwx63, vwx66, ty_Integer) -> new_ltEs13(vwx63, vwx66) 22.94/10.36 new_ltEs23(vwx43, vwx44, ty_Bool) -> new_ltEs10(vwx43, vwx44) 22.94/10.36 new_esEs38(vwx250, vwx260, ty_Bool) -> new_esEs19(vwx250, vwx260) 22.94/10.36 new_compare33(Char(vwx300), Char(vwx400)) -> new_primCmpNat0(vwx300, vwx400) 22.94/10.36 new_esEs25(Left(vwx3000), Left(vwx4000), ty_Int, egh) -> new_esEs17(vwx3000, vwx4000) 22.94/10.36 new_esEs19(False, True) -> False 22.94/10.36 new_esEs19(True, False) -> False 22.94/10.36 new_esEs34(vwx3002, vwx4002, ty_@0) -> new_esEs20(vwx3002, vwx4002) 22.94/10.36 new_compare9(False, False) -> EQ 22.94/10.36 new_esEs40(vwx3001, vwx4001, ty_@0) -> new_esEs20(vwx3001, vwx4001) 22.94/10.36 new_esEs12(vwx61, vwx64, ty_Char) -> new_esEs16(vwx61, vwx64) 22.94/10.36 new_ltEs4(vwx63, vwx66, ty_Char) -> new_ltEs7(vwx63, vwx66) 22.94/10.36 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 22.94/10.36 new_compare32(vwx30, vwx40, ty_Float) -> new_compare15(vwx30, vwx40) 22.94/10.36 new_lt23(vwx250, vwx260, ty_Char) -> new_lt8(vwx250, vwx260) 22.94/10.36 new_compare32(vwx30, vwx40, ty_Char) -> new_compare33(vwx30, vwx40) 22.94/10.36 new_ltEs19(vwx25, vwx26, ty_Ordering) -> new_ltEs9(vwx25, vwx26) 22.94/10.36 new_primCmpInt(Pos(Zero), Neg(Succ(vwx4000))) -> GT 22.94/10.36 new_esEs5(vwx300, vwx400, app(ty_[], deb)) -> new_esEs15(vwx300, vwx400, deb) 22.94/10.36 new_esEs13(vwx62, vwx65, ty_Bool) -> new_esEs19(vwx62, vwx65) 22.94/10.36 new_compare26(vwx50, vwx51, True, cab, cfh) -> EQ 22.94/10.36 new_lt20(vwx74, vwx76, app(app(ty_Either, bgc), bgd)) -> new_lt17(vwx74, vwx76, bgc, bgd) 22.94/10.36 new_esEs4(vwx300, vwx400, ty_Integer) -> new_esEs22(vwx300, vwx400) 22.94/10.36 new_esEs32(vwx3000, vwx4000, app(ty_Ratio, dgg)) -> new_esEs21(vwx3000, vwx4000, dgg) 22.94/10.36 new_esEs23(Just(vwx3000), Just(vwx4000), ty_Bool) -> new_esEs19(vwx3000, vwx4000) 22.94/10.36 new_esEs25(Right(vwx3000), Right(vwx4000), ehh, app(ty_Ratio, faf)) -> new_esEs21(vwx3000, vwx4000, faf) 22.94/10.36 new_compare27(vwx43, vwx44, False, fce, bha) -> new_compare110(vwx43, vwx44, new_ltEs23(vwx43, vwx44, fce), fce, bha) 22.94/10.36 new_lt5(vwx62, vwx65, ty_Bool) -> new_lt11(vwx62, vwx65) 22.94/10.36 new_esEs36(vwx251, vwx261, ty_Ordering) -> new_esEs18(vwx251, vwx261) 22.94/10.36 new_primCmpInt(Neg(Succ(vwx3000)), Neg(vwx400)) -> new_primCmpNat0(vwx400, Succ(vwx3000)) 22.94/10.36 new_compare0(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_primCompAux1(vwx30, vwx40, new_compare0(vwx31, vwx41, h), h) 22.94/10.36 new_esEs5(vwx300, vwx400, app(ty_Ratio, ddf)) -> new_esEs21(vwx300, vwx400, ddf) 22.94/10.36 new_esEs25(Right(vwx3000), Right(vwx4000), ehh, ty_Integer) -> new_esEs22(vwx3000, vwx4000) 22.94/10.36 new_esEs38(vwx250, vwx260, ty_Double) -> new_esEs26(vwx250, vwx260) 22.94/10.36 new_esEs25(Left(vwx3000), Left(vwx4000), ty_Bool, egh) -> new_esEs19(vwx3000, vwx4000) 22.94/10.36 new_ltEs20(vwx50, vwx51, ty_Ordering) -> new_ltEs9(vwx50, vwx51) 22.94/10.36 new_lt23(vwx250, vwx260, app(ty_Maybe, fa)) -> new_lt15(vwx250, vwx260, fa) 22.94/10.36 new_ltEs19(vwx25, vwx26, ty_@0) -> new_ltEs11(vwx25, vwx26) 22.94/10.36 new_esEs33(vwx3001, vwx4001, app(app(app(ty_@3, dhd), dhe), dhf)) -> new_esEs27(vwx3001, vwx4001, dhd, dhe, dhf) 22.94/10.36 new_esEs38(vwx250, vwx260, app(ty_Maybe, fa)) -> new_esEs23(vwx250, vwx260, fa) 22.94/10.36 new_esEs9(vwx300, vwx400, ty_Ordering) -> new_esEs18(vwx300, vwx400) 22.94/10.36 new_ltEs9(LT, LT) -> True 22.94/10.36 new_esEs8(vwx300, vwx400, ty_Float) -> new_esEs14(vwx300, vwx400) 22.94/10.36 new_esEs35(vwx250, vwx260, ty_Float) -> new_esEs14(vwx250, vwx260) 22.94/10.36 new_esEs6(vwx301, vwx401, app(app(app(ty_@3, dec), ded), dee)) -> new_esEs27(vwx301, vwx401, dec, ded, dee) 22.94/10.36 new_esEs32(vwx3000, vwx4000, app(app(ty_@2, dge), dgf)) -> new_esEs24(vwx3000, vwx4000, dge, dgf) 22.94/10.36 new_lt20(vwx74, vwx76, ty_Ordering) -> new_lt10(vwx74, vwx76) 22.94/10.36 new_esEs38(vwx250, vwx260, ty_Int) -> new_esEs17(vwx250, vwx260) 22.94/10.36 new_esEs9(vwx300, vwx400, app(ty_Ratio, ech)) -> new_esEs21(vwx300, vwx400, ech) 22.94/10.36 new_ltEs14(Just(vwx250), Just(vwx260), ty_@0) -> new_ltEs11(vwx250, vwx260) 22.94/10.36 new_esEs36(vwx251, vwx261, app(ty_Ratio, eca)) -> new_esEs21(vwx251, vwx261, eca) 22.94/10.36 new_esEs33(vwx3001, vwx4001, ty_Int) -> new_esEs17(vwx3001, vwx4001) 22.94/10.36 new_compare28(vwx74, vwx75, vwx76, vwx77, True, beg, bgb) -> EQ 22.94/10.36 new_primCompAux0(vwx19, GT) -> GT 22.94/10.36 new_esEs28(vwx74, vwx76, ty_@0) -> new_esEs20(vwx74, vwx76) 22.94/10.36 new_ltEs14(Nothing, Just(vwx260), cfg) -> True 22.94/10.36 new_esEs6(vwx301, vwx401, ty_Int) -> new_esEs17(vwx301, vwx401) 22.94/10.36 new_compare34(EQ, GT) -> LT 22.94/10.36 new_esEs39(vwx3000, vwx4000, app(app(ty_Either, fef), feg)) -> new_esEs25(vwx3000, vwx4000, fef, feg) 22.94/10.36 new_primEqInt(Pos(Succ(vwx30000)), Pos(Zero)) -> False 22.94/10.36 new_primEqInt(Pos(Zero), Pos(Succ(vwx40000))) -> False 22.94/10.36 new_esEs13(vwx62, vwx65, ty_@0) -> new_esEs20(vwx62, vwx65) 22.94/10.36 new_lt17(vwx74, vwx76, bgc, bgd) -> new_esEs18(new_compare8(vwx74, vwx76, bgc, bgd), LT) 22.94/10.36 new_lt21(vwx251, vwx261, ty_Float) -> new_lt6(vwx251, vwx261) 22.94/10.36 new_compare32(vwx30, vwx40, app(ty_Ratio, efa)) -> new_compare30(vwx30, vwx40, efa) 22.94/10.36 new_lt5(vwx62, vwx65, app(ty_Ratio, cfc)) -> new_lt13(vwx62, vwx65, cfc) 22.94/10.36 new_ltEs15(@2(vwx250, vwx251), @2(vwx260, vwx261), de, eh) -> new_pePe(new_lt23(vwx250, vwx260, de), new_asAs(new_esEs38(vwx250, vwx260, de), new_ltEs24(vwx251, vwx261, eh))) 22.94/10.36 new_ltEs24(vwx251, vwx261, ty_Float) -> new_ltEs5(vwx251, vwx261) 22.94/10.36 new_esEs32(vwx3000, vwx4000, app(ty_[], dhc)) -> new_esEs15(vwx3000, vwx4000, dhc) 22.94/10.36 new_esEs38(vwx250, vwx260, app(app(app(ty_@3, fg), fh), ga)) -> new_esEs27(vwx250, vwx260, fg, fh, ga) 22.94/10.36 new_ltEs19(vwx25, vwx26, app(ty_[], cb)) -> new_ltEs6(vwx25, vwx26, cb) 22.94/10.36 new_esEs25(Left(vwx3000), Left(vwx4000), app(ty_[], ehg), egh) -> new_esEs15(vwx3000, vwx4000, ehg) 22.94/10.36 new_compare10(vwx139, vwx140, vwx141, vwx142, vwx143, vwx144, True, vwx146, dce, dcf, dcg) -> new_compare17(vwx139, vwx140, vwx141, vwx142, vwx143, vwx144, True, dce, dcf, dcg) 22.94/10.36 new_ltEs4(vwx63, vwx66, ty_Int) -> new_ltEs8(vwx63, vwx66) 22.94/10.36 new_ltEs19(vwx25, vwx26, app(app(ty_Either, hd), gc)) -> new_ltEs16(vwx25, vwx26, hd, gc) 22.94/10.36 new_compare26(vwx50, vwx51, False, cab, cfh) -> new_compare12(vwx50, vwx51, new_ltEs20(vwx50, vwx51, cfh), cab, cfh) 22.94/10.36 new_esEs23(Just(vwx3000), Just(vwx4000), ty_Double) -> new_esEs26(vwx3000, vwx4000) 22.94/10.36 new_esEs11(vwx302, vwx402, ty_Ordering) -> new_esEs18(vwx302, vwx402) 22.94/10.36 new_esEs33(vwx3001, vwx4001, ty_Char) -> new_esEs16(vwx3001, vwx4001) 22.94/10.36 new_esEs12(vwx61, vwx64, app(app(app(ty_@3, ccd), cce), ccf)) -> new_esEs27(vwx61, vwx64, ccd, cce, ccf) 22.94/10.36 new_esEs23(Nothing, Just(vwx4000), dah) -> False 22.94/10.36 new_esEs23(Just(vwx3000), Nothing, dah) -> False 22.94/10.36 new_primEqNat0(Succ(vwx30000), Succ(vwx40000)) -> new_primEqNat0(vwx30000, vwx40000) 22.94/10.36 new_esEs23(Just(vwx3000), Just(vwx4000), ty_Int) -> new_esEs17(vwx3000, vwx4000) 22.94/10.36 new_ltEs21(vwx75, vwx77, ty_Char) -> new_ltEs7(vwx75, vwx77) 22.94/10.36 new_lt18(vwx74, vwx76) -> new_esEs18(new_compare19(vwx74, vwx76), LT) 22.94/10.36 new_esEs6(vwx301, vwx401, ty_Char) -> new_esEs16(vwx301, vwx401) 22.94/10.36 new_ltEs14(Just(vwx250), Just(vwx260), ty_Double) -> new_ltEs17(vwx250, vwx260) 22.94/10.36 new_esEs25(Left(vwx3000), Left(vwx4000), app(app(ty_Either, ehe), ehf), egh) -> new_esEs25(vwx3000, vwx4000, ehe, ehf) 22.94/10.36 new_primCompAux0(vwx19, LT) -> LT 22.94/10.36 new_compare10(vwx139, vwx140, vwx141, vwx142, vwx143, vwx144, False, vwx146, dce, dcf, dcg) -> new_compare17(vwx139, vwx140, vwx141, vwx142, vwx143, vwx144, vwx146, dce, dcf, dcg) 22.94/10.36 new_esEs37(vwx3000, vwx4000, app(ty_[], eeg)) -> new_esEs15(vwx3000, vwx4000, eeg) 22.94/10.36 new_esEs10(vwx301, vwx401, ty_Float) -> new_esEs14(vwx301, vwx401) 22.94/10.36 new_ltEs16(Left(vwx250), Left(vwx260), app(app(ty_Either, gg), gh), gc) -> new_ltEs16(vwx250, vwx260, gg, gh) 22.94/10.36 new_esEs5(vwx300, vwx400, app(app(ty_@2, ddd), dde)) -> new_esEs24(vwx300, vwx400, ddd, dde) 22.94/10.36 new_esEs13(vwx62, vwx65, ty_Double) -> new_esEs26(vwx62, vwx65) 22.94/10.36 new_not(True) -> False 22.94/10.36 new_ltEs24(vwx251, vwx261, ty_Double) -> new_ltEs17(vwx251, vwx261) 22.94/10.36 new_lt22(vwx250, vwx260, app(ty_[], bdc)) -> new_lt7(vwx250, vwx260, bdc) 22.94/10.36 new_esEs18(GT, GT) -> True 22.94/10.36 new_lt4(vwx61, vwx64, ty_Integer) -> new_lt14(vwx61, vwx64) 22.94/10.36 new_esEs39(vwx3000, vwx4000, ty_@0) -> new_esEs20(vwx3000, vwx4000) 22.94/10.36 new_esEs4(vwx300, vwx400, ty_Ordering) -> new_esEs18(vwx300, vwx400) 22.94/10.36 new_esEs38(vwx250, vwx260, ty_@0) -> new_esEs20(vwx250, vwx260) 22.94/10.36 new_lt23(vwx250, vwx260, ty_Int) -> new_lt9(vwx250, vwx260) 22.94/10.36 new_esEs37(vwx3000, vwx4000, app(app(app(ty_@3, edf), edg), edh)) -> new_esEs27(vwx3000, vwx4000, edf, edg, edh) 22.94/10.36 new_esEs33(vwx3001, vwx4001, ty_Bool) -> new_esEs19(vwx3001, vwx4001) 22.94/10.36 new_primCmpNat0(Zero, Zero) -> EQ 22.94/10.36 new_lt4(vwx61, vwx64, app(app(ty_@2, cbh), cca)) -> new_lt16(vwx61, vwx64, cbh, cca) 22.94/10.36 new_esEs12(vwx61, vwx64, ty_Int) -> new_esEs17(vwx61, vwx64) 22.94/10.36 new_esEs13(vwx62, vwx65, app(app(app(ty_@3, ceg), ceh), cfa)) -> new_esEs27(vwx62, vwx65, ceg, ceh, cfa) 22.94/10.36 new_compare32(vwx30, vwx40, ty_@0) -> new_compare6(vwx30, vwx40) 22.94/10.36 new_esEs28(vwx74, vwx76, app(ty_Maybe, bed)) -> new_esEs23(vwx74, vwx76, bed) 22.94/10.36 new_compare32(vwx30, vwx40, app(app(ty_Either, be), bf)) -> new_compare8(vwx30, vwx40, be, bf) 22.94/10.36 new_esEs12(vwx61, vwx64, app(ty_[], cbd)) -> new_esEs15(vwx61, vwx64, cbd) 22.94/10.36 new_esEs20(@0, @0) -> True 22.94/10.36 new_esEs33(vwx3001, vwx4001, ty_Double) -> new_esEs26(vwx3001, vwx4001) 22.94/10.36 new_esEs40(vwx3001, vwx4001, ty_Bool) -> new_esEs19(vwx3001, vwx4001) 22.94/10.36 new_esEs9(vwx300, vwx400, ty_Integer) -> new_esEs22(vwx300, vwx400) 22.94/10.36 new_esEs36(vwx251, vwx261, app(ty_[], bca)) -> new_esEs15(vwx251, vwx261, bca) 22.94/10.36 new_esEs25(Left(vwx3000), Left(vwx4000), ty_Char, egh) -> new_esEs16(vwx3000, vwx4000) 22.94/10.36 new_ltEs16(Right(vwx250), Right(vwx260), hd, app(app(ty_Either, baa), bab)) -> new_ltEs16(vwx250, vwx260, baa, bab) 22.94/10.36 new_esEs23(Nothing, Nothing, dah) -> True 22.94/10.36 new_esEs23(Just(vwx3000), Just(vwx4000), ty_Char) -> new_esEs16(vwx3000, vwx4000) 22.94/10.36 new_esEs27(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), dfg, dfh, dga) -> new_asAs(new_esEs32(vwx3000, vwx4000, dfg), new_asAs(new_esEs33(vwx3001, vwx4001, dfh), new_esEs34(vwx3002, vwx4002, dga))) 22.94/10.36 new_ltEs22(vwx252, vwx262, ty_Integer) -> new_ltEs13(vwx252, vwx262) 22.94/10.36 new_ltEs16(Left(vwx250), Left(vwx260), ty_Float, gc) -> new_ltEs5(vwx250, vwx260) 22.94/10.36 new_lt23(vwx250, vwx260, app(ty_[], eg)) -> new_lt7(vwx250, vwx260, eg) 22.94/10.36 new_ltEs19(vwx25, vwx26, ty_Double) -> new_ltEs17(vwx25, vwx26) 22.94/10.36 new_esEs7(vwx300, vwx400, ty_Double) -> new_esEs26(vwx300, vwx400) 22.94/10.36 new_ltEs16(Left(vwx250), Right(vwx260), hd, gc) -> True 22.94/10.36 new_esEs26(Double(vwx3000, vwx3001), Double(vwx4000, vwx4001)) -> new_esEs17(new_sr0(vwx3000, vwx4001), new_sr0(vwx3001, vwx4000)) 22.94/10.36 new_esEs38(vwx250, vwx260, ty_Char) -> new_esEs16(vwx250, vwx260) 22.94/10.36 new_esEs34(vwx3002, vwx4002, app(ty_Maybe, ebd)) -> new_esEs23(vwx3002, vwx4002, ebd) 22.94/10.36 new_compare8(Right(vwx300), Left(vwx400), be, bf) -> GT 22.94/10.36 new_ltEs14(Just(vwx250), Just(vwx260), app(app(app(ty_@3, db), dc), dd)) -> new_ltEs18(vwx250, vwx260, db, dc, dd) 22.94/10.36 new_compare8(Left(vwx300), Left(vwx400), be, bf) -> new_compare27(vwx300, vwx400, new_esEs7(vwx300, vwx400, be), be, bf) 22.94/10.36 new_esEs25(Right(vwx3000), Right(vwx4000), ehh, ty_Ordering) -> new_esEs18(vwx3000, vwx4000) 22.94/10.36 new_primEqNat0(Succ(vwx30000), Zero) -> False 22.94/10.36 new_primEqNat0(Zero, Succ(vwx40000)) -> False 22.94/10.36 new_ltEs20(vwx50, vwx51, app(app(app(ty_@3, cba), cbb), cbc)) -> new_ltEs18(vwx50, vwx51, cba, cbb, cbc) 22.94/10.36 new_esEs8(vwx300, vwx400, ty_Integer) -> new_esEs22(vwx300, vwx400) 22.94/10.36 new_esEs25(Left(vwx3000), Left(vwx4000), ty_@0, egh) -> new_esEs20(vwx3000, vwx4000) 22.94/10.36 new_ltEs21(vwx75, vwx77, ty_@0) -> new_ltEs11(vwx75, vwx77) 22.94/10.36 new_lt23(vwx250, vwx260, ty_Bool) -> new_lt11(vwx250, vwx260) 22.94/10.36 new_esEs31(EQ) -> False 22.94/10.36 new_esEs23(Just(vwx3000), Just(vwx4000), ty_@0) -> new_esEs20(vwx3000, vwx4000) 22.94/10.36 new_esEs4(vwx300, vwx400, ty_Float) -> new_esEs14(vwx300, vwx400) 22.94/10.36 new_esEs39(vwx3000, vwx4000, ty_Float) -> new_esEs14(vwx3000, vwx4000) 22.94/10.36 new_compare25(vwx25, vwx26, False, cfe) -> new_compare11(vwx25, vwx26, new_ltEs19(vwx25, vwx26, cfe), cfe) 22.94/10.36 new_esEs22(Integer(vwx3000), Integer(vwx4000)) -> new_primEqInt(vwx3000, vwx4000) 22.94/10.36 new_lt20(vwx74, vwx76, ty_Integer) -> new_lt14(vwx74, vwx76) 22.94/10.36 new_esEs25(Right(vwx3000), Right(vwx4000), ehh, app(ty_[], fbb)) -> new_esEs15(vwx3000, vwx4000, fbb) 22.94/10.36 new_esEs32(vwx3000, vwx4000, ty_Ordering) -> new_esEs18(vwx3000, vwx4000) 22.94/10.36 new_ltEs23(vwx43, vwx44, ty_Float) -> new_ltEs5(vwx43, vwx44) 22.94/10.36 new_ltEs24(vwx251, vwx261, app(app(app(ty_@3, ed), ee), ef)) -> new_ltEs18(vwx251, vwx261, ed, ee, ef) 22.94/10.36 new_compare32(vwx30, vwx40, ty_Int) -> new_compare7(vwx30, vwx40) 22.94/10.36 new_ltEs14(Just(vwx250), Just(vwx260), app(ty_[], cc)) -> new_ltEs6(vwx250, vwx260, cc) 22.94/10.36 new_esEs37(vwx3000, vwx4000, ty_Char) -> new_esEs16(vwx3000, vwx4000) 22.94/10.36 new_esEs40(vwx3001, vwx4001, ty_Float) -> new_esEs14(vwx3001, vwx4001) 22.94/10.36 new_esEs33(vwx3001, vwx4001, app(ty_Maybe, eab)) -> new_esEs23(vwx3001, vwx4001, eab) 22.94/10.36 new_esEs40(vwx3001, vwx4001, ty_Int) -> new_esEs17(vwx3001, vwx4001) 22.94/10.36 new_lt22(vwx250, vwx260, ty_Bool) -> new_lt11(vwx250, vwx260) 22.94/10.36 new_esEs15(:(vwx3000, vwx3001), :(vwx4000, vwx4001), ede) -> new_asAs(new_esEs37(vwx3000, vwx4000, ede), new_esEs15(vwx3001, vwx4001, ede)) 22.94/10.36 new_esEs32(vwx3000, vwx4000, ty_Char) -> new_esEs16(vwx3000, vwx4000) 22.94/10.36 new_ltEs14(Just(vwx250), Just(vwx260), app(app(ty_Either, cg), da)) -> new_ltEs16(vwx250, vwx260, cg, da) 22.94/10.36 new_esEs25(Left(vwx3000), Left(vwx4000), ty_Double, egh) -> new_esEs26(vwx3000, vwx4000) 22.94/10.36 new_ltEs8(vwx25, vwx26) -> new_fsEs(new_compare7(vwx25, vwx26)) 22.94/10.36 new_primCmpInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> GT 22.94/10.36 new_esEs19(False, False) -> True 22.94/10.36 new_ltEs20(vwx50, vwx51, ty_@0) -> new_ltEs11(vwx50, vwx51) 22.94/10.36 new_ltEs21(vwx75, vwx77, ty_Ordering) -> new_ltEs9(vwx75, vwx77) 22.94/10.36 new_esEs28(vwx74, vwx76, ty_Bool) -> new_esEs19(vwx74, vwx76) 22.94/10.36 new_esEs10(vwx301, vwx401, ty_Ordering) -> new_esEs18(vwx301, vwx401) 22.94/10.36 new_lt21(vwx251, vwx261, ty_Integer) -> new_lt14(vwx251, vwx261) 22.94/10.36 new_esEs7(vwx300, vwx400, app(app(app(ty_@3, cgb), cgc), cgd)) -> new_esEs27(vwx300, vwx400, cgb, cgc, cgd) 22.94/10.36 new_esEs35(vwx250, vwx260, app(app(ty_Either, bdg), bdh)) -> new_esEs25(vwx250, vwx260, bdg, bdh) 22.94/10.36 new_lt21(vwx251, vwx261, ty_Ordering) -> new_lt10(vwx251, vwx261) 22.94/10.36 new_compare110(vwx104, vwx105, True, fcg, fch) -> LT 22.94/10.36 new_esEs39(vwx3000, vwx4000, ty_Bool) -> new_esEs19(vwx3000, vwx4000) 22.94/10.36 new_ltEs4(vwx63, vwx66, app(ty_[], cch)) -> new_ltEs6(vwx63, vwx66, cch) 22.94/10.36 new_esEs37(vwx3000, vwx4000, app(ty_Ratio, eec)) -> new_esEs21(vwx3000, vwx4000, eec) 22.94/10.36 new_lt4(vwx61, vwx64, app(ty_Ratio, cfb)) -> new_lt13(vwx61, vwx64, cfb) 22.94/10.36 new_compare34(LT, GT) -> LT 22.94/10.36 new_esEs23(Just(vwx3000), Just(vwx4000), app(ty_Maybe, dbg)) -> new_esEs23(vwx3000, vwx4000, dbg) 22.94/10.36 new_esEs8(vwx300, vwx400, ty_@0) -> new_esEs20(vwx300, vwx400) 22.94/10.36 new_esEs34(vwx3002, vwx4002, ty_Bool) -> new_esEs19(vwx3002, vwx4002) 22.94/10.36 new_primPlusNat1(Succ(vwx15400), Succ(vwx401000)) -> Succ(Succ(new_primPlusNat1(vwx15400, vwx401000))) 22.94/10.36 new_esEs34(vwx3002, vwx4002, ty_Int) -> new_esEs17(vwx3002, vwx4002) 22.94/10.36 new_esEs36(vwx251, vwx261, app(app(ty_@2, bcd), bce)) -> new_esEs24(vwx251, vwx261, bcd, bce) 22.94/10.36 new_primCmpNat0(Zero, Succ(vwx4000)) -> LT 22.94/10.36 new_esEs10(vwx301, vwx401, ty_Integer) -> new_esEs22(vwx301, vwx401) 22.94/10.36 new_esEs28(vwx74, vwx76, ty_Int) -> new_esEs17(vwx74, vwx76) 22.94/10.36 new_ltEs22(vwx252, vwx262, ty_Int) -> new_ltEs8(vwx252, vwx262) 22.94/10.36 new_compare29(Just(vwx300), Just(vwx400), bb) -> new_compare25(vwx300, vwx400, new_esEs4(vwx300, vwx400, bb), bb) 22.94/10.36 new_esEs6(vwx301, vwx401, app(ty_[], dfd)) -> new_esEs15(vwx301, vwx401, dfd) 22.94/10.36 new_esEs25(Left(vwx3000), Left(vwx4000), app(app(app(ty_@3, ege), egf), egg), egh) -> new_esEs27(vwx3000, vwx4000, ege, egf, egg) 22.94/10.36 new_ltEs20(vwx50, vwx51, ty_Double) -> new_ltEs17(vwx50, vwx51) 22.94/10.36 new_esEs25(Left(vwx3000), Left(vwx4000), app(ty_Ratio, ehc), egh) -> new_esEs21(vwx3000, vwx4000, ehc) 22.94/10.36 new_ltEs4(vwx63, vwx66, app(app(ty_Either, cdd), cde)) -> new_ltEs16(vwx63, vwx66, cdd, cde) 22.94/10.36 new_lt16(vwx74, vwx76, bee, bef) -> new_esEs18(new_compare18(vwx74, vwx76, bee, bef), LT) 22.94/10.36 new_ltEs21(vwx75, vwx77, ty_Integer) -> new_ltEs13(vwx75, vwx77) 22.94/10.36 new_lt20(vwx74, vwx76, ty_@0) -> new_lt12(vwx74, vwx76) 22.94/10.36 new_esEs18(LT, LT) -> True 22.94/10.36 new_compare34(GT, EQ) -> GT 22.94/10.36 new_sr(Integer(vwx3000), Integer(vwx4010)) -> Integer(new_primMulInt(vwx3000, vwx4010)) 22.94/10.36 new_esEs5(vwx300, vwx400, ty_Integer) -> new_esEs22(vwx300, vwx400) 22.94/10.36 new_esEs32(vwx3000, vwx4000, app(app(app(ty_@3, dgb), dgc), dgd)) -> new_esEs27(vwx3000, vwx4000, dgb, dgc, dgd) 22.94/10.36 new_esEs10(vwx301, vwx401, app(ty_Ratio, efg)) -> new_esEs21(vwx301, vwx401, efg) 22.94/10.36 new_primCmpNat0(Succ(vwx3000), Zero) -> GT 22.94/10.36 new_esEs4(vwx300, vwx400, app(ty_[], ede)) -> new_esEs15(vwx300, vwx400, ede) 22.94/10.36 new_ltEs19(vwx25, vwx26, ty_Char) -> new_ltEs7(vwx25, vwx26) 22.94/10.36 new_ltEs22(vwx252, vwx262, app(app(ty_Either, bbd), bbe)) -> new_ltEs16(vwx252, vwx262, bbd, bbe) 22.94/10.36 new_esEs37(vwx3000, vwx4000, ty_Double) -> new_esEs26(vwx3000, vwx4000) 22.94/10.36 new_compare13(vwx124, vwx125, vwx126, vwx127, False, daf, dag) -> GT 22.94/10.36 new_pePe(False, vwx153) -> vwx153 22.94/10.36 new_ltEs23(vwx43, vwx44, ty_Int) -> new_ltEs8(vwx43, vwx44) 22.94/10.36 new_ltEs19(vwx25, vwx26, app(app(app(ty_@3, baf), bag), bcb)) -> new_ltEs18(vwx25, vwx26, baf, bag, bcb) 22.94/10.36 new_esEs33(vwx3001, vwx4001, app(ty_Ratio, eaa)) -> new_esEs21(vwx3001, vwx4001, eaa) 22.94/10.36 new_esEs32(vwx3000, vwx4000, ty_Integer) -> new_esEs22(vwx3000, vwx4000) 22.94/10.36 new_compare31(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bg, bh, ca) -> new_compare24(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs9(vwx300, vwx400, bg), new_asAs(new_esEs10(vwx301, vwx401, bh), new_esEs11(vwx302, vwx402, ca))), bg, bh, ca) 22.94/10.36 new_esEs11(vwx302, vwx402, ty_Float) -> new_esEs14(vwx302, vwx402) 22.94/10.36 new_esEs35(vwx250, vwx260, app(app(ty_@2, bde), bdf)) -> new_esEs24(vwx250, vwx260, bde, bdf) 22.94/10.36 new_esEs9(vwx300, vwx400, ty_Float) -> new_esEs14(vwx300, vwx400) 22.94/10.36 new_esEs8(vwx300, vwx400, ty_Ordering) -> new_esEs18(vwx300, vwx400) 22.94/10.36 new_esEs8(vwx300, vwx400, app(app(ty_@2, chg), chh)) -> new_esEs24(vwx300, vwx400, chg, chh) 22.94/10.36 new_compare17(vwx139, vwx140, vwx141, vwx142, vwx143, vwx144, False, dce, dcf, dcg) -> GT 22.94/10.36 new_ltEs23(vwx43, vwx44, ty_Double) -> new_ltEs17(vwx43, vwx44) 22.94/10.36 new_lt5(vwx62, vwx65, ty_Float) -> new_lt6(vwx62, vwx65) 22.94/10.36 new_lt22(vwx250, vwx260, app(ty_Maybe, bdd)) -> new_lt15(vwx250, vwx260, bdd) 22.94/10.36 new_ltEs16(Left(vwx250), Left(vwx260), app(ty_Maybe, gd), gc) -> new_ltEs14(vwx250, vwx260, gd) 22.94/10.36 new_ltEs21(vwx75, vwx77, ty_Double) -> new_ltEs17(vwx75, vwx77) 22.94/10.36 new_esEs34(vwx3002, vwx4002, ty_Float) -> new_esEs14(vwx3002, vwx4002) 22.94/10.36 new_fsEs(vwx148) -> new_not(new_esEs18(vwx148, GT)) 22.94/10.36 new_esEs39(vwx3000, vwx4000, app(ty_Maybe, fee)) -> new_esEs23(vwx3000, vwx4000, fee) 22.94/10.36 new_esEs39(vwx3000, vwx4000, ty_Int) -> new_esEs17(vwx3000, vwx4000) 22.94/10.36 new_ltEs4(vwx63, vwx66, ty_@0) -> new_ltEs11(vwx63, vwx66) 22.94/10.36 new_ltEs19(vwx25, vwx26, app(ty_Maybe, cfg)) -> new_ltEs14(vwx25, vwx26, cfg) 22.94/10.36 new_esEs33(vwx3001, vwx4001, app(app(ty_@2, dhg), dhh)) -> new_esEs24(vwx3001, vwx4001, dhg, dhh) 22.94/10.36 new_compare34(LT, EQ) -> LT 22.94/10.36 new_esEs8(vwx300, vwx400, app(ty_Ratio, daa)) -> new_esEs21(vwx300, vwx400, daa) 22.94/10.36 new_esEs10(vwx301, vwx401, app(app(ty_@2, efe), eff)) -> new_esEs24(vwx301, vwx401, efe, eff) 22.94/10.36 new_lt4(vwx61, vwx64, ty_Bool) -> new_lt11(vwx61, vwx64) 22.94/10.36 new_esEs7(vwx300, vwx400, ty_Char) -> new_esEs16(vwx300, vwx400) 22.94/10.36 new_esEs35(vwx250, vwx260, app(ty_Ratio, ebh)) -> new_esEs21(vwx250, vwx260, ebh) 22.94/10.36 new_compare24(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, False, ccg, cbe, cbf) -> new_compare10(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, new_lt4(vwx61, vwx64, ccg), new_asAs(new_esEs12(vwx61, vwx64, ccg), new_pePe(new_lt5(vwx62, vwx65, cbe), new_asAs(new_esEs13(vwx62, vwx65, cbe), new_ltEs4(vwx63, vwx66, cbf)))), ccg, cbe, cbf) 22.94/10.36 new_esEs28(vwx74, vwx76, ty_Char) -> new_esEs16(vwx74, vwx76) 22.94/10.36 new_esEs6(vwx301, vwx401, ty_@0) -> new_esEs20(vwx301, vwx401) 22.94/10.36 new_primEqInt(Pos(Zero), Neg(Succ(vwx40000))) -> False 22.94/10.36 new_primEqInt(Neg(Zero), Pos(Succ(vwx40000))) -> False 22.94/10.36 new_esEs9(vwx300, vwx400, app(app(ty_Either, edb), edc)) -> new_esEs25(vwx300, vwx400, edb, edc) 22.94/10.36 new_esEs40(vwx3001, vwx4001, ty_Char) -> new_esEs16(vwx3001, vwx4001) 22.94/10.36 new_ltEs16(Left(vwx250), Left(vwx260), app(app(ty_@2, ge), gf), gc) -> new_ltEs15(vwx250, vwx260, ge, gf) 22.94/10.36 new_compare9(True, False) -> GT 22.94/10.36 new_ltEs21(vwx75, vwx77, app(app(ty_@2, bfb), bfc)) -> new_ltEs15(vwx75, vwx77, bfb, bfc) 22.94/10.36 new_esEs39(vwx3000, vwx4000, ty_Integer) -> new_esEs22(vwx3000, vwx4000) 22.94/10.36 new_esEs25(Right(vwx3000), Right(vwx4000), ehh, app(app(ty_Either, fah), fba)) -> new_esEs25(vwx3000, vwx4000, fah, fba) 22.94/10.36 new_esEs21(:%(vwx3000, vwx3001), :%(vwx4000, vwx4001), dch) -> new_asAs(new_esEs29(vwx3000, vwx4000, dch), new_esEs30(vwx3001, vwx4001, dch)) 22.94/10.36 new_ltEs10(True, False) -> False 22.94/10.36 new_ltEs20(vwx50, vwx51, app(app(ty_Either, cag), cah)) -> new_ltEs16(vwx50, vwx51, cag, cah) 22.94/10.36 new_compare16(vwx124, vwx125, vwx126, vwx127, True, vwx129, daf, dag) -> new_compare13(vwx124, vwx125, vwx126, vwx127, True, daf, dag) 22.94/10.36 new_esEs40(vwx3001, vwx4001, app(ty_Maybe, ffg)) -> new_esEs23(vwx3001, vwx4001, ffg) 22.94/10.36 new_lt20(vwx74, vwx76, ty_Float) -> new_lt6(vwx74, vwx76) 22.94/10.36 new_esEs12(vwx61, vwx64, app(ty_Ratio, cfb)) -> new_esEs21(vwx61, vwx64, cfb) 22.94/10.36 new_lt12(vwx74, vwx76) -> new_esEs18(new_compare6(vwx74, vwx76), LT) 22.94/10.36 new_esEs7(vwx300, vwx400, ty_Integer) -> new_esEs22(vwx300, vwx400) 22.94/10.36 new_primEqInt(Neg(Succ(vwx30000)), Neg(Succ(vwx40000))) -> new_primEqNat0(vwx30000, vwx40000) 22.94/10.36 new_esEs4(vwx300, vwx400, ty_@0) -> new_esEs20(vwx300, vwx400) 22.94/10.36 new_compare34(GT, GT) -> EQ 22.94/10.36 new_primCmpInt(Neg(Zero), Pos(Succ(vwx4000))) -> LT 22.94/10.36 new_compare15(Float(vwx300, Pos(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_compare7(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Pos(vwx3010), vwx400)) 22.94/10.36 new_ltEs16(Right(vwx250), Right(vwx260), hd, app(app(app(ty_@3, bac), bad), bae)) -> new_ltEs18(vwx250, vwx260, bac, bad, bae) 22.94/10.36 new_primMulInt(Pos(vwx3000), Pos(vwx4010)) -> Pos(new_primMulNat0(vwx3000, vwx4010)) 22.94/10.36 new_lt21(vwx251, vwx261, ty_@0) -> new_lt12(vwx251, vwx261) 22.94/10.36 new_compare17(vwx139, vwx140, vwx141, vwx142, vwx143, vwx144, True, dce, dcf, dcg) -> LT 22.94/10.36 new_esEs5(vwx300, vwx400, ty_Bool) -> new_esEs19(vwx300, vwx400) 22.94/10.36 new_ltEs14(Just(vwx250), Just(vwx260), ty_Float) -> new_ltEs5(vwx250, vwx260) 22.94/10.36 new_compare19(Double(vwx300, Pos(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_compare7(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Neg(vwx3010), vwx400)) 22.94/10.36 new_compare19(Double(vwx300, Neg(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_compare7(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Pos(vwx3010), vwx400)) 22.94/10.36 new_esEs12(vwx61, vwx64, app(app(ty_@2, cbh), cca)) -> new_esEs24(vwx61, vwx64, cbh, cca) 22.94/10.36 new_esEs7(vwx300, vwx400, app(app(ty_Either, cha), chb)) -> new_esEs25(vwx300, vwx400, cha, chb) 22.94/10.36 new_esEs32(vwx3000, vwx4000, app(ty_Maybe, dgh)) -> new_esEs23(vwx3000, vwx4000, dgh) 22.94/10.36 new_lt21(vwx251, vwx261, ty_Bool) -> new_lt11(vwx251, vwx261) 22.94/10.36 new_esEs15([], [], ede) -> True 22.94/10.36 new_ltEs14(Just(vwx250), Just(vwx260), ty_Char) -> new_ltEs7(vwx250, vwx260) 22.94/10.36 new_ltEs23(vwx43, vwx44, app(app(app(ty_@3, bhg), bhh), caa)) -> new_ltEs18(vwx43, vwx44, bhg, bhh, caa) 22.94/10.36 new_esEs40(vwx3001, vwx4001, ty_Integer) -> new_esEs22(vwx3001, vwx4001) 22.94/10.36 new_ltEs24(vwx251, vwx261, ty_Bool) -> new_ltEs10(vwx251, vwx261) 22.94/10.36 new_primMulNat0(Succ(vwx30000), Zero) -> Zero 22.94/10.36 new_primMulNat0(Zero, Succ(vwx40100)) -> Zero 22.94/10.36 new_esEs28(vwx74, vwx76, ty_Integer) -> new_esEs22(vwx74, vwx76) 22.94/10.36 new_esEs5(vwx300, vwx400, app(ty_Maybe, ddg)) -> new_esEs23(vwx300, vwx400, ddg) 22.94/10.36 new_primPlusNat0(Zero, vwx40100) -> Succ(vwx40100) 22.94/10.36 new_compare8(Left(vwx300), Right(vwx400), be, bf) -> LT 22.94/10.36 new_esEs11(vwx302, vwx402, app(app(ty_Either, fcb), fcc)) -> new_esEs25(vwx302, vwx402, fcb, fcc) 22.94/10.36 new_lt22(vwx250, vwx260, ty_Integer) -> new_lt14(vwx250, vwx260) 22.94/10.36 new_ltEs9(GT, EQ) -> False 22.94/10.36 new_ltEs21(vwx75, vwx77, app(ty_Ratio, dcd)) -> new_ltEs12(vwx75, vwx77, dcd) 22.94/10.36 new_esEs8(vwx300, vwx400, ty_Bool) -> new_esEs19(vwx300, vwx400) 22.94/10.36 new_ltEs19(vwx25, vwx26, ty_Integer) -> new_ltEs13(vwx25, vwx26) 22.94/10.36 new_ltEs23(vwx43, vwx44, app(app(ty_@2, bhc), bhd)) -> new_ltEs15(vwx43, vwx44, bhc, bhd) 22.94/10.36 new_esEs34(vwx3002, vwx4002, app(app(ty_Either, ebe), ebf)) -> new_esEs25(vwx3002, vwx4002, ebe, ebf) 22.94/10.36 new_lt9(vwx74, vwx76) -> new_esEs18(new_compare7(vwx74, vwx76), LT) 22.94/10.36 new_esEs25(Left(vwx3000), Left(vwx4000), ty_Float, egh) -> new_esEs14(vwx3000, vwx4000) 22.94/10.36 new_ltEs20(vwx50, vwx51, app(ty_Maybe, cad)) -> new_ltEs14(vwx50, vwx51, cad) 22.94/10.36 new_ltEs17(vwx25, vwx26) -> new_fsEs(new_compare19(vwx25, vwx26)) 22.94/10.36 new_compare9(True, True) -> EQ 22.94/10.36 new_ltEs16(Right(vwx250), Right(vwx260), hd, ty_@0) -> new_ltEs11(vwx250, vwx260) 22.94/10.36 new_esEs25(Right(vwx3000), Right(vwx4000), ehh, app(ty_Maybe, fag)) -> new_esEs23(vwx3000, vwx4000, fag) 22.94/10.36 new_ltEs22(vwx252, vwx262, app(app(app(ty_@3, bbf), bbg), bbh)) -> new_ltEs18(vwx252, vwx262, bbf, bbg, bbh) 22.94/10.36 new_ltEs14(Just(vwx250), Just(vwx260), app(ty_Maybe, cd)) -> new_ltEs14(vwx250, vwx260, cd) 22.94/10.36 new_ltEs18(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), baf, bag, bcb) -> new_pePe(new_lt22(vwx250, vwx260, baf), new_asAs(new_esEs35(vwx250, vwx260, baf), new_pePe(new_lt21(vwx251, vwx261, bag), new_asAs(new_esEs36(vwx251, vwx261, bag), new_ltEs22(vwx252, vwx262, bcb))))) 22.94/10.36 new_esEs29(vwx3000, vwx4000, ty_Integer) -> new_esEs22(vwx3000, vwx4000) 22.94/10.36 new_esEs36(vwx251, vwx261, ty_Int) -> new_esEs17(vwx251, vwx261) 22.94/10.36 new_compare34(GT, LT) -> GT 22.94/10.36 new_esEs7(vwx300, vwx400, ty_Bool) -> new_esEs19(vwx300, vwx400) 22.94/10.36 new_ltEs21(vwx75, vwx77, app(app(app(ty_@3, bff), bfg), bfh)) -> new_ltEs18(vwx75, vwx77, bff, bfg, bfh) 22.94/10.36 new_compare7(vwx30, vwx40) -> new_primCmpInt(vwx30, vwx40) 22.94/10.36 new_ltEs14(Just(vwx250), Just(vwx260), ty_Integer) -> new_ltEs13(vwx250, vwx260) 22.94/10.36 new_esEs10(vwx301, vwx401, app(app(ty_Either, ega), egb)) -> new_esEs25(vwx301, vwx401, ega, egb) 22.94/10.36 new_ltEs22(vwx252, vwx262, app(ty_Ratio, ecb)) -> new_ltEs12(vwx252, vwx262, ecb) 22.94/10.36 new_esEs28(vwx74, vwx76, app(ty_[], bga)) -> new_esEs15(vwx74, vwx76, bga) 22.94/10.36 new_esEs31(GT) -> False 22.94/10.36 new_esEs39(vwx3000, vwx4000, ty_Char) -> new_esEs16(vwx3000, vwx4000) 22.94/10.36 new_esEs33(vwx3001, vwx4001, app(app(ty_Either, eac), ead)) -> new_esEs25(vwx3001, vwx4001, eac, ead) 22.94/10.36 new_esEs18(EQ, EQ) -> True 22.94/10.36 new_esEs9(vwx300, vwx400, app(app(app(ty_@3, ecc), ecd), ece)) -> new_esEs27(vwx300, vwx400, ecc, ecd, ece) 22.94/10.36 new_esEs13(vwx62, vwx65, ty_Int) -> new_esEs17(vwx62, vwx65) 22.94/10.36 new_primPlusNat1(Succ(vwx15400), Zero) -> Succ(vwx15400) 22.94/10.36 new_primPlusNat1(Zero, Succ(vwx401000)) -> Succ(vwx401000) 22.94/10.36 new_esEs5(vwx300, vwx400, ty_Ordering) -> new_esEs18(vwx300, vwx400) 22.94/10.36 new_esEs32(vwx3000, vwx4000, ty_Bool) -> new_esEs19(vwx3000, vwx4000) 22.94/10.36 new_esEs7(vwx300, vwx400, app(ty_Maybe, cgh)) -> new_esEs23(vwx300, vwx400, cgh) 22.94/10.36 new_esEs34(vwx3002, vwx4002, ty_Double) -> new_esEs26(vwx3002, vwx4002) 22.94/10.36 new_esEs4(vwx300, vwx400, ty_Char) -> new_esEs16(vwx300, vwx400) 22.94/10.36 new_esEs17(vwx300, vwx400) -> new_primEqInt(vwx300, vwx400) 22.94/10.36 new_ltEs10(False, True) -> True 22.94/10.36 new_lt4(vwx61, vwx64, ty_Ordering) -> new_lt10(vwx61, vwx64) 22.94/10.36 new_ltEs16(Right(vwx250), Right(vwx260), hd, ty_Char) -> new_ltEs7(vwx250, vwx260) 22.94/10.36 new_esEs32(vwx3000, vwx4000, app(app(ty_Either, dha), dhb)) -> new_esEs25(vwx3000, vwx4000, dha, dhb) 22.94/10.36 new_esEs6(vwx301, vwx401, ty_Bool) -> new_esEs19(vwx301, vwx401) 22.94/10.36 new_ltEs9(GT, GT) -> True 22.94/10.36 new_esEs11(vwx302, vwx402, ty_Double) -> new_esEs26(vwx302, vwx402) 22.94/10.36 new_ltEs23(vwx43, vwx44, app(ty_Ratio, fcf)) -> new_ltEs12(vwx43, vwx44, fcf) 22.94/10.36 new_ltEs14(Just(vwx250), Just(vwx260), ty_Ordering) -> new_ltEs9(vwx250, vwx260) 22.94/10.36 new_ltEs20(vwx50, vwx51, ty_Float) -> new_ltEs5(vwx50, vwx51) 22.94/10.36 new_esEs35(vwx250, vwx260, ty_Double) -> new_esEs26(vwx250, vwx260) 22.94/10.36 new_lt14(vwx74, vwx76) -> new_esEs18(new_compare14(vwx74, vwx76), LT) 22.94/10.36 new_esEs38(vwx250, vwx260, app(ty_[], eg)) -> new_esEs15(vwx250, vwx260, eg) 22.94/10.36 new_esEs5(vwx300, vwx400, ty_Char) -> new_esEs16(vwx300, vwx400) 22.94/10.36 new_ltEs16(Right(vwx250), Right(vwx260), hd, ty_Integer) -> new_ltEs13(vwx250, vwx260) 22.94/10.36 new_esEs14(Float(vwx3000, vwx3001), Float(vwx4000, vwx4001)) -> new_esEs17(new_sr0(vwx3000, vwx4001), new_sr0(vwx3001, vwx4000)) 22.94/10.36 new_esEs6(vwx301, vwx401, app(ty_Maybe, dfa)) -> new_esEs23(vwx301, vwx401, dfa) 22.94/10.36 new_esEs11(vwx302, vwx402, app(app(app(ty_@3, fbc), fbd), fbe)) -> new_esEs27(vwx302, vwx402, fbc, fbd, fbe) 22.94/10.36 new_primMulInt(Neg(vwx3000), Neg(vwx4010)) -> Pos(new_primMulNat0(vwx3000, vwx4010)) 22.94/10.36 new_esEs12(vwx61, vwx64, ty_Double) -> new_esEs26(vwx61, vwx64) 22.94/10.36 new_primCmpInt(Pos(Zero), Pos(Succ(vwx4000))) -> new_primCmpNat0(Zero, Succ(vwx4000)) 22.94/10.36 new_compare25(vwx25, vwx26, True, cfe) -> EQ 22.94/10.36 new_esEs34(vwx3002, vwx4002, app(app(app(ty_@3, eaf), eag), eah)) -> new_esEs27(vwx3002, vwx4002, eaf, eag, eah) 22.94/10.36 new_ltEs22(vwx252, vwx262, app(app(ty_@2, bbb), bbc)) -> new_ltEs15(vwx252, vwx262, bbb, bbc) 22.94/10.36 new_esEs6(vwx301, vwx401, ty_Ordering) -> new_esEs18(vwx301, vwx401) 22.94/10.36 new_esEs8(vwx300, vwx400, app(app(ty_Either, dac), dad)) -> new_esEs25(vwx300, vwx400, dac, dad) 22.94/10.36 new_ltEs16(Right(vwx250), Right(vwx260), hd, app(ty_Ratio, dff)) -> new_ltEs12(vwx250, vwx260, dff) 22.94/10.36 new_esEs32(vwx3000, vwx4000, ty_Float) -> new_esEs14(vwx3000, vwx4000) 22.94/10.36 new_compare28(vwx74, vwx75, vwx76, vwx77, False, beg, bgb) -> new_compare16(vwx74, vwx75, vwx76, vwx77, new_lt20(vwx74, vwx76, beg), new_asAs(new_esEs28(vwx74, vwx76, beg), new_ltEs21(vwx75, vwx77, bgb)), beg, bgb) 22.94/10.36 new_esEs25(Left(vwx3000), Right(vwx4000), ehh, egh) -> False 22.94/10.36 new_esEs25(Right(vwx3000), Left(vwx4000), ehh, egh) -> False 22.94/10.36 new_ltEs4(vwx63, vwx66, ty_Ordering) -> new_ltEs9(vwx63, vwx66) 22.94/10.36 new_lt23(vwx250, vwx260, ty_@0) -> new_lt12(vwx250, vwx260) 22.94/10.36 new_ltEs21(vwx75, vwx77, app(app(ty_Either, bfd), bfe)) -> new_ltEs16(vwx75, vwx77, bfd, bfe) 22.94/10.36 new_esEs6(vwx301, vwx401, ty_Integer) -> new_esEs22(vwx301, vwx401) 22.94/10.36 new_compare32(vwx30, vwx40, ty_Integer) -> new_compare14(vwx30, vwx40) 22.94/10.36 new_esEs7(vwx300, vwx400, ty_Float) -> new_esEs14(vwx300, vwx400) 22.94/10.36 new_esEs9(vwx300, vwx400, app(app(ty_@2, ecf), ecg)) -> new_esEs24(vwx300, vwx400, ecf, ecg) 22.94/10.36 new_esEs11(vwx302, vwx402, app(ty_Ratio, fbh)) -> new_esEs21(vwx302, vwx402, fbh) 22.94/10.36 new_esEs37(vwx3000, vwx4000, ty_Int) -> new_esEs17(vwx3000, vwx4000) 22.94/10.36 new_esEs30(vwx3001, vwx4001, ty_Integer) -> new_esEs22(vwx3001, vwx4001) 22.94/10.36 new_esEs5(vwx300, vwx400, ty_@0) -> new_esEs20(vwx300, vwx400) 22.94/10.36 new_lt19(vwx74, vwx76, bge, bgf, bgg) -> new_esEs18(new_compare31(vwx74, vwx76, bge, bgf, bgg), LT) 22.94/10.36 new_lt13(vwx74, vwx76, dcc) -> new_esEs18(new_compare30(vwx74, vwx76, dcc), LT) 22.94/10.36 new_esEs34(vwx3002, vwx4002, app(ty_Ratio, ebc)) -> new_esEs21(vwx3002, vwx4002, ebc) 22.94/10.36 new_lt4(vwx61, vwx64, ty_Float) -> new_lt6(vwx61, vwx64) 22.94/10.36 new_esEs18(LT, EQ) -> False 22.94/10.36 new_esEs18(EQ, LT) -> False 22.94/10.36 new_ltEs16(Right(vwx250), Right(vwx260), hd, ty_Ordering) -> new_ltEs9(vwx250, vwx260) 22.94/10.36 new_lt8(vwx74, vwx76) -> new_esEs18(new_compare33(vwx74, vwx76), LT) 22.94/10.36 new_ltEs19(vwx25, vwx26, ty_Float) -> new_ltEs5(vwx25, vwx26) 22.94/10.36 new_esEs23(Just(vwx3000), Just(vwx4000), app(ty_[], dcb)) -> new_esEs15(vwx3000, vwx4000, dcb) 22.94/10.36 new_ltEs16(Left(vwx250), Left(vwx260), ty_Double, gc) -> new_ltEs17(vwx250, vwx260) 22.94/10.36 new_lt20(vwx74, vwx76, ty_Bool) -> new_lt11(vwx74, vwx76) 22.94/10.36 new_esEs4(vwx300, vwx400, ty_Int) -> new_esEs17(vwx300, vwx400) 22.94/10.36 new_compare11(vwx97, vwx98, False, eeh) -> GT 22.94/10.36 new_esEs8(vwx300, vwx400, ty_Char) -> new_esEs16(vwx300, vwx400) 22.94/10.36 new_esEs34(vwx3002, vwx4002, app(app(ty_@2, eba), ebb)) -> new_esEs24(vwx3002, vwx4002, eba, ebb) 22.94/10.36 new_primMulInt(Pos(vwx3000), Neg(vwx4010)) -> Neg(new_primMulNat0(vwx3000, vwx4010)) 22.94/10.36 new_primMulInt(Neg(vwx3000), Pos(vwx4010)) -> Neg(new_primMulNat0(vwx3000, vwx4010)) 22.94/10.36 new_esEs4(vwx300, vwx400, app(ty_Maybe, dah)) -> new_esEs23(vwx300, vwx400, dah) 22.94/10.36 new_esEs24(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), fda, fdb) -> new_asAs(new_esEs39(vwx3000, vwx4000, fda), new_esEs40(vwx3001, vwx4001, fdb)) 22.94/10.36 new_lt23(vwx250, vwx260, ty_Float) -> new_lt6(vwx250, vwx260) 22.94/10.36 new_esEs40(vwx3001, vwx4001, app(ty_Ratio, fff)) -> new_esEs21(vwx3001, vwx4001, fff) 22.94/10.36 new_esEs37(vwx3000, vwx4000, app(app(ty_Either, eee), eef)) -> new_esEs25(vwx3000, vwx4000, eee, eef) 22.94/10.36 new_esEs35(vwx250, vwx260, ty_Char) -> new_esEs16(vwx250, vwx260) 22.94/10.36 new_lt4(vwx61, vwx64, app(ty_Maybe, cbg)) -> new_lt15(vwx61, vwx64, cbg) 22.94/10.36 new_esEs10(vwx301, vwx401, ty_Char) -> new_esEs16(vwx301, vwx401) 22.94/10.36 new_ltEs4(vwx63, vwx66, app(app(app(ty_@3, cdf), cdg), cdh)) -> new_ltEs18(vwx63, vwx66, cdf, cdg, cdh) 22.94/10.36 new_lt23(vwx250, vwx260, ty_Integer) -> new_lt14(vwx250, vwx260) 22.94/10.36 new_esEs25(Right(vwx3000), Right(vwx4000), ehh, ty_Int) -> new_esEs17(vwx3000, vwx4000) 22.94/10.36 new_esEs13(vwx62, vwx65, ty_Ordering) -> new_esEs18(vwx62, vwx65) 22.94/10.36 new_ltEs24(vwx251, vwx261, ty_Int) -> new_ltEs8(vwx251, vwx261) 22.94/10.36 new_esEs39(vwx3000, vwx4000, app(ty_[], feh)) -> new_esEs15(vwx3000, vwx4000, feh) 22.94/10.36 new_ltEs4(vwx63, vwx66, app(ty_Maybe, cda)) -> new_ltEs14(vwx63, vwx66, cda) 22.94/10.36 new_ltEs16(Left(vwx250), Left(vwx260), ty_Int, gc) -> new_ltEs8(vwx250, vwx260) 22.94/10.36 new_ltEs6(vwx25, vwx26, cb) -> new_fsEs(new_compare0(vwx25, vwx26, cb)) 22.94/10.36 new_ltEs16(Right(vwx250), Right(vwx260), hd, ty_Double) -> new_ltEs17(vwx250, vwx260) 22.94/10.36 new_ltEs23(vwx43, vwx44, app(app(ty_Either, bhe), bhf)) -> new_ltEs16(vwx43, vwx44, bhe, bhf) 22.94/10.36 new_esEs10(vwx301, vwx401, app(app(app(ty_@3, efb), efc), efd)) -> new_esEs27(vwx301, vwx401, efb, efc, efd) 22.94/10.36 new_esEs40(vwx3001, vwx4001, app(app(ty_@2, ffd), ffe)) -> new_esEs24(vwx3001, vwx4001, ffd, ffe) 22.94/10.36 new_esEs7(vwx300, vwx400, app(app(ty_@2, cge), cgf)) -> new_esEs24(vwx300, vwx400, cge, cgf) 22.94/10.36 new_esEs12(vwx61, vwx64, ty_Float) -> new_esEs14(vwx61, vwx64) 22.94/10.36 new_lt20(vwx74, vwx76, app(ty_[], bga)) -> new_lt7(vwx74, vwx76, bga) 22.94/10.36 new_compare18(@2(vwx300, vwx301), @2(vwx400, vwx401), bc, bd) -> new_compare28(vwx300, vwx301, vwx400, vwx401, new_asAs(new_esEs5(vwx300, vwx400, bc), new_esEs6(vwx301, vwx401, bd)), bc, bd) 22.94/10.36 new_lt10(vwx74, vwx76) -> new_esEs18(new_compare34(vwx74, vwx76), LT) 22.94/10.36 new_esEs28(vwx74, vwx76, app(app(ty_@2, bee), bef)) -> new_esEs24(vwx74, vwx76, bee, bef) 22.94/10.36 new_ltEs22(vwx252, vwx262, ty_Double) -> new_ltEs17(vwx252, vwx262) 22.94/10.36 new_ltEs23(vwx43, vwx44, app(ty_[], bgh)) -> new_ltEs6(vwx43, vwx44, bgh) 22.94/10.36 new_esEs6(vwx301, vwx401, ty_Float) -> new_esEs14(vwx301, vwx401) 22.94/10.36 new_ltEs21(vwx75, vwx77, ty_Bool) -> new_ltEs10(vwx75, vwx77) 22.94/10.36 new_lt22(vwx250, vwx260, ty_@0) -> new_lt12(vwx250, vwx260) 22.94/10.36 new_ltEs24(vwx251, vwx261, ty_Char) -> new_ltEs7(vwx251, vwx261) 22.94/10.36 new_esEs40(vwx3001, vwx4001, app(ty_[], fgb)) -> new_esEs15(vwx3001, vwx4001, fgb) 22.94/10.36 new_esEs9(vwx300, vwx400, ty_@0) -> new_esEs20(vwx300, vwx400) 22.94/10.36 new_ltEs19(vwx25, vwx26, app(app(ty_@2, de), eh)) -> new_ltEs15(vwx25, vwx26, de, eh) 22.94/10.36 new_esEs25(Right(vwx3000), Right(vwx4000), ehh, app(app(ty_@2, fad), fae)) -> new_esEs24(vwx3000, vwx4000, fad, fae) 22.94/10.36 new_esEs10(vwx301, vwx401, ty_Int) -> new_esEs17(vwx301, vwx401) 22.94/10.36 new_ltEs16(Left(vwx250), Left(vwx260), app(ty_[], gb), gc) -> new_ltEs6(vwx250, vwx260, gb) 22.94/10.36 new_compare0([], :(vwx40, vwx41), h) -> LT 22.94/10.36 new_asAs(True, vwx92) -> vwx92 22.94/10.36 new_ltEs14(Just(vwx250), Just(vwx260), ty_Int) -> new_ltEs8(vwx250, vwx260) 22.94/10.36 new_lt22(vwx250, vwx260, app(app(ty_Either, bdg), bdh)) -> new_lt17(vwx250, vwx260, bdg, bdh) 22.94/10.36 new_ltEs16(Right(vwx250), Left(vwx260), hd, gc) -> False 22.94/10.36 new_esEs34(vwx3002, vwx4002, app(ty_[], ebg)) -> new_esEs15(vwx3002, vwx4002, ebg) 22.94/10.36 new_esEs13(vwx62, vwx65, app(ty_Ratio, cfc)) -> new_esEs21(vwx62, vwx65, cfc) 22.94/10.36 new_esEs36(vwx251, vwx261, ty_@0) -> new_esEs20(vwx251, vwx261) 22.94/10.36 new_esEs7(vwx300, vwx400, app(ty_[], chc)) -> new_esEs15(vwx300, vwx400, chc) 22.94/10.36 new_ltEs16(Right(vwx250), Right(vwx260), hd, app(ty_[], he)) -> new_ltEs6(vwx250, vwx260, he) 22.94/10.36 new_ltEs14(Just(vwx250), Just(vwx260), app(ty_Ratio, egd)) -> new_ltEs12(vwx250, vwx260, egd) 22.94/10.36 new_esEs16(Char(vwx3000), Char(vwx4000)) -> new_primEqNat0(vwx3000, vwx4000) 22.94/10.36 new_esEs11(vwx302, vwx402, ty_@0) -> new_esEs20(vwx302, vwx402) 22.94/10.36 new_ltEs21(vwx75, vwx77, ty_Float) -> new_ltEs5(vwx75, vwx77) 22.94/10.36 new_ltEs16(Right(vwx250), Right(vwx260), hd, app(app(ty_@2, hg), hh)) -> new_ltEs15(vwx250, vwx260, hg, hh) 22.94/10.36 new_esEs36(vwx251, vwx261, ty_Double) -> new_esEs26(vwx251, vwx261) 22.94/10.36 new_compare16(vwx124, vwx125, vwx126, vwx127, False, vwx129, daf, dag) -> new_compare13(vwx124, vwx125, vwx126, vwx127, vwx129, daf, dag) 22.94/10.36 new_lt21(vwx251, vwx261, ty_Char) -> new_lt8(vwx251, vwx261) 22.94/10.36 new_ltEs20(vwx50, vwx51, app(app(ty_@2, cae), caf)) -> new_ltEs15(vwx50, vwx51, cae, caf) 22.94/10.36 new_ltEs4(vwx63, vwx66, ty_Float) -> new_ltEs5(vwx63, vwx66) 22.94/10.36 new_esEs25(Right(vwx3000), Right(vwx4000), ehh, ty_Bool) -> new_esEs19(vwx3000, vwx4000) 22.94/10.36 new_esEs25(Left(vwx3000), Left(vwx4000), ty_Integer, egh) -> new_esEs22(vwx3000, vwx4000) 22.94/10.36 new_esEs9(vwx300, vwx400, ty_Double) -> new_esEs26(vwx300, vwx400) 22.94/10.36 new_ltEs22(vwx252, vwx262, ty_Ordering) -> new_ltEs9(vwx252, vwx262) 22.94/10.36 new_primCmpInt(Pos(Succ(vwx3000)), Pos(vwx400)) -> new_primCmpNat0(Succ(vwx3000), vwx400) 22.94/10.36 new_esEs7(vwx300, vwx400, ty_Ordering) -> new_esEs18(vwx300, vwx400) 22.94/10.36 new_esEs35(vwx250, vwx260, app(app(app(ty_@3, bea), beb), bec)) -> new_esEs27(vwx250, vwx260, bea, beb, bec) 22.94/10.36 new_esEs8(vwx300, vwx400, app(app(app(ty_@3, chd), che), chf)) -> new_esEs27(vwx300, vwx400, chd, che, chf) 22.94/10.36 new_esEs28(vwx74, vwx76, ty_Ordering) -> new_esEs18(vwx74, vwx76) 22.94/10.36 new_lt21(vwx251, vwx261, ty_Double) -> new_lt18(vwx251, vwx261) 22.94/10.36 new_esEs40(vwx3001, vwx4001, ty_Ordering) -> new_esEs18(vwx3001, vwx4001) 22.94/10.36 new_compare0([], [], h) -> EQ 22.94/10.36 new_esEs33(vwx3001, vwx4001, ty_Float) -> new_esEs14(vwx3001, vwx4001) 22.94/10.36 new_esEs34(vwx3002, vwx4002, ty_Ordering) -> new_esEs18(vwx3002, vwx4002) 22.94/10.36 new_esEs6(vwx301, vwx401, app(app(ty_Either, dfb), dfc)) -> new_esEs25(vwx301, vwx401, dfb, dfc) 22.94/10.36 new_esEs38(vwx250, vwx260, app(ty_Ratio, fde)) -> new_esEs21(vwx250, vwx260, fde) 22.94/10.36 new_esEs9(vwx300, vwx400, ty_Int) -> new_esEs17(vwx300, vwx400) 22.94/10.36 new_primMulNat0(Zero, Zero) -> Zero 22.94/10.36 new_ltEs10(True, True) -> True 22.94/10.36 new_esEs10(vwx301, vwx401, ty_Bool) -> new_esEs19(vwx301, vwx401) 22.94/10.36 new_ltEs7(vwx25, vwx26) -> new_fsEs(new_compare33(vwx25, vwx26)) 22.94/10.36 new_esEs35(vwx250, vwx260, ty_Int) -> new_esEs17(vwx250, vwx260) 22.94/10.36 new_esEs29(vwx3000, vwx4000, ty_Int) -> new_esEs17(vwx3000, vwx4000) 22.94/10.36 new_esEs25(Right(vwx3000), Right(vwx4000), ehh, ty_Double) -> new_esEs26(vwx3000, vwx4000) 22.94/10.36 new_compare34(EQ, LT) -> GT 22.94/10.36 new_lt5(vwx62, vwx65, ty_Ordering) -> new_lt10(vwx62, vwx65) 22.94/10.36 new_esEs8(vwx300, vwx400, app(ty_Maybe, dab)) -> new_esEs23(vwx300, vwx400, dab) 22.94/10.36 new_compare30(:%(vwx300, vwx301), :%(vwx400, vwx401), ty_Integer) -> new_compare14(new_sr(vwx300, vwx401), new_sr(vwx400, vwx301)) 22.94/10.36 new_ltEs16(Right(vwx250), Right(vwx260), hd, ty_Float) -> new_ltEs5(vwx250, vwx260) 22.94/10.36 new_ltEs21(vwx75, vwx77, app(ty_Maybe, bfa)) -> new_ltEs14(vwx75, vwx77, bfa) 22.94/10.36 new_esEs25(Left(vwx3000), Left(vwx4000), ty_Ordering, egh) -> new_esEs18(vwx3000, vwx4000) 22.94/10.36 new_esEs10(vwx301, vwx401, ty_Double) -> new_esEs26(vwx301, vwx401) 22.94/10.36 new_ltEs22(vwx252, vwx262, ty_Float) -> new_ltEs5(vwx252, vwx262) 22.94/10.36 new_ltEs24(vwx251, vwx261, app(app(ty_@2, dh), ea)) -> new_ltEs15(vwx251, vwx261, dh, ea) 22.94/10.36 new_esEs15(:(vwx3000, vwx3001), [], ede) -> False 22.94/10.36 new_esEs15([], :(vwx4000, vwx4001), ede) -> False 22.94/10.36 new_ltEs24(vwx251, vwx261, app(ty_Ratio, fdf)) -> new_ltEs12(vwx251, vwx261, fdf) 22.94/10.36 new_lt4(vwx61, vwx64, ty_@0) -> new_lt12(vwx61, vwx64) 22.94/10.36 new_ltEs20(vwx50, vwx51, ty_Integer) -> new_ltEs13(vwx50, vwx51) 22.94/10.36 new_esEs18(EQ, GT) -> False 22.94/10.36 new_esEs18(GT, EQ) -> False 22.94/10.36 new_esEs5(vwx300, vwx400, app(app(ty_Either, ddh), dea)) -> new_esEs25(vwx300, vwx400, ddh, dea) 22.94/10.36 new_esEs25(Left(vwx3000), Left(vwx4000), app(app(ty_@2, eha), ehb), egh) -> new_esEs24(vwx3000, vwx4000, eha, ehb) 22.94/10.36 new_esEs39(vwx3000, vwx4000, ty_Ordering) -> new_esEs18(vwx3000, vwx4000) 22.94/10.36 new_esEs5(vwx300, vwx400, ty_Float) -> new_esEs14(vwx300, vwx400) 22.94/10.36 new_esEs36(vwx251, vwx261, app(app(app(ty_@3, bch), bda), bdb)) -> new_esEs27(vwx251, vwx261, bch, bda, bdb) 22.94/10.36 new_ltEs4(vwx63, vwx66, ty_Bool) -> new_ltEs10(vwx63, vwx66) 22.94/10.36 new_lt5(vwx62, vwx65, ty_Double) -> new_lt18(vwx62, vwx65) 22.94/10.36 new_ltEs22(vwx252, vwx262, app(ty_Maybe, bba)) -> new_ltEs14(vwx252, vwx262, bba) 22.94/10.36 new_lt20(vwx74, vwx76, app(ty_Ratio, dcc)) -> new_lt13(vwx74, vwx76, dcc) 22.94/10.36 new_lt21(vwx251, vwx261, ty_Int) -> new_lt9(vwx251, vwx261) 22.94/10.36 new_lt22(vwx250, vwx260, ty_Ordering) -> new_lt10(vwx250, vwx260) 22.94/10.36 new_esEs35(vwx250, vwx260, app(ty_[], bdc)) -> new_esEs15(vwx250, vwx260, bdc) 22.94/10.36 new_esEs37(vwx3000, vwx4000, ty_@0) -> new_esEs20(vwx3000, vwx4000) 22.94/10.36 new_esEs11(vwx302, vwx402, app(ty_Maybe, fca)) -> new_esEs23(vwx302, vwx402, fca) 22.94/10.36 new_esEs4(vwx300, vwx400, ty_Bool) -> new_esEs19(vwx300, vwx400) 22.94/10.36 new_esEs23(Just(vwx3000), Just(vwx4000), ty_Integer) -> new_esEs22(vwx3000, vwx4000) 22.94/10.36 new_esEs25(Right(vwx3000), Right(vwx4000), ehh, ty_Char) -> new_esEs16(vwx3000, vwx4000) 22.94/10.36 new_lt4(vwx61, vwx64, app(app(app(ty_@3, ccd), cce), ccf)) -> new_lt19(vwx61, vwx64, ccd, cce, ccf) 22.94/10.36 new_primCompAux0(vwx19, EQ) -> vwx19 22.94/10.36 new_ltEs9(GT, LT) -> False 22.94/10.36 new_esEs13(vwx62, vwx65, app(app(ty_@2, cec), ced)) -> new_esEs24(vwx62, vwx65, cec, ced) 22.94/10.36 new_lt5(vwx62, vwx65, ty_@0) -> new_lt12(vwx62, vwx65) 22.94/10.36 new_esEs8(vwx300, vwx400, ty_Double) -> new_esEs26(vwx300, vwx400) 22.94/10.36 new_lt20(vwx74, vwx76, ty_Char) -> new_lt8(vwx74, vwx76) 22.94/10.36 new_ltEs16(Left(vwx250), Left(vwx260), ty_Bool, gc) -> new_ltEs10(vwx250, vwx260) 22.94/10.36 new_esEs18(LT, GT) -> False 22.94/10.36 new_esEs18(GT, LT) -> False 22.94/10.36 new_esEs10(vwx301, vwx401, app(ty_Maybe, efh)) -> new_esEs23(vwx301, vwx401, efh) 22.94/10.36 new_ltEs20(vwx50, vwx51, ty_Char) -> new_ltEs7(vwx50, vwx51) 22.94/10.36 new_ltEs20(vwx50, vwx51, app(ty_Ratio, cga)) -> new_ltEs12(vwx50, vwx51, cga) 22.94/10.36 new_primEqInt(Neg(Succ(vwx30000)), Neg(Zero)) -> False 22.94/10.36 new_primEqInt(Neg(Zero), Neg(Succ(vwx40000))) -> False 22.94/10.36 new_esEs12(vwx61, vwx64, app(app(ty_Either, ccb), ccc)) -> new_esEs25(vwx61, vwx64, ccb, ccc) 22.94/10.36 new_compare29(Just(vwx300), Nothing, bb) -> GT 22.94/10.36 new_esEs38(vwx250, vwx260, ty_Integer) -> new_esEs22(vwx250, vwx260) 22.94/10.36 new_esEs9(vwx300, vwx400, ty_Bool) -> new_esEs19(vwx300, vwx400) 22.94/10.36 new_compare24(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, True, ccg, cbe, cbf) -> EQ 22.94/10.36 new_primEqInt(Pos(Succ(vwx30000)), Pos(Succ(vwx40000))) -> new_primEqNat0(vwx30000, vwx40000) 22.94/10.36 new_compare34(EQ, EQ) -> EQ 22.94/10.36 new_ltEs9(EQ, GT) -> True 22.94/10.36 new_esEs6(vwx301, vwx401, app(app(ty_@2, def), deg)) -> new_esEs24(vwx301, vwx401, def, deg) 22.94/10.36 new_esEs23(Just(vwx3000), Just(vwx4000), ty_Ordering) -> new_esEs18(vwx3000, vwx4000) 22.94/10.36 new_esEs33(vwx3001, vwx4001, ty_Ordering) -> new_esEs18(vwx3001, vwx4001) 22.94/10.36 new_ltEs24(vwx251, vwx261, app(ty_[], df)) -> new_ltEs6(vwx251, vwx261, df) 22.94/10.36 new_lt4(vwx61, vwx64, ty_Double) -> new_lt18(vwx61, vwx64) 22.94/10.36 new_esEs13(vwx62, vwx65, app(ty_[], cea)) -> new_esEs15(vwx62, vwx65, cea) 22.94/10.36 new_ltEs14(Just(vwx250), Just(vwx260), app(app(ty_@2, ce), cf)) -> new_ltEs15(vwx250, vwx260, ce, cf) 22.94/10.36 new_lt4(vwx61, vwx64, ty_Char) -> new_lt8(vwx61, vwx64) 22.94/10.36 new_esEs11(vwx302, vwx402, ty_Int) -> new_esEs17(vwx302, vwx402) 22.94/10.36 new_esEs32(vwx3000, vwx4000, ty_@0) -> new_esEs20(vwx3000, vwx4000) 22.94/10.36 new_lt22(vwx250, vwx260, ty_Int) -> new_lt9(vwx250, vwx260) 22.94/10.36 new_ltEs14(Just(vwx250), Nothing, cfg) -> False 22.94/10.36 new_esEs11(vwx302, vwx402, ty_Bool) -> new_esEs19(vwx302, vwx402) 22.94/10.36 new_esEs33(vwx3001, vwx4001, ty_Integer) -> new_esEs22(vwx3001, vwx4001) 22.94/10.36 new_ltEs14(Nothing, Nothing, cfg) -> True 22.94/10.36 new_primEqInt(Pos(Succ(vwx30000)), Neg(vwx4000)) -> False 22.94/10.36 new_primEqInt(Neg(Succ(vwx30000)), Pos(vwx4000)) -> False 22.94/10.36 new_esEs32(vwx3000, vwx4000, ty_Double) -> new_esEs26(vwx3000, vwx4000) 22.94/10.36 new_lt21(vwx251, vwx261, app(ty_Maybe, bcc)) -> new_lt15(vwx251, vwx261, bcc) 22.94/10.36 new_primCmpInt(Neg(Zero), Neg(Succ(vwx4000))) -> new_primCmpNat0(Succ(vwx4000), Zero) 22.94/10.36 new_lt22(vwx250, vwx260, ty_Float) -> new_lt6(vwx250, vwx260) 22.94/10.36 new_lt23(vwx250, vwx260, app(app(ty_Either, fd), ff)) -> new_lt17(vwx250, vwx260, fd, ff) 22.94/10.36 new_esEs9(vwx300, vwx400, app(ty_Maybe, eda)) -> new_esEs23(vwx300, vwx400, eda) 22.94/10.36 new_esEs7(vwx300, vwx400, app(ty_Ratio, cgg)) -> new_esEs21(vwx300, vwx400, cgg) 22.94/10.36 new_esEs38(vwx250, vwx260, ty_Ordering) -> new_esEs18(vwx250, vwx260) 22.94/10.36 new_ltEs19(vwx25, vwx26, app(ty_Ratio, cff)) -> new_ltEs12(vwx25, vwx26, cff) 22.94/10.36 new_ltEs5(vwx25, vwx26) -> new_fsEs(new_compare15(vwx25, vwx26)) 22.94/10.36 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 22.94/10.36 new_esEs25(Right(vwx3000), Right(vwx4000), ehh, ty_@0) -> new_esEs20(vwx3000, vwx4000) 22.94/10.36 new_esEs28(vwx74, vwx76, ty_Float) -> new_esEs14(vwx74, vwx76) 22.94/10.36 new_compare32(vwx30, vwx40, ty_Bool) -> new_compare9(vwx30, vwx40) 22.94/10.36 new_esEs11(vwx302, vwx402, ty_Char) -> new_esEs16(vwx302, vwx402) 22.94/10.36 new_lt5(vwx62, vwx65, ty_Char) -> new_lt8(vwx62, vwx65) 22.94/10.36 new_compare8(Right(vwx300), Right(vwx400), be, bf) -> new_compare26(vwx300, vwx400, new_esEs8(vwx300, vwx400, bf), be, bf) 22.94/10.36 new_esEs12(vwx61, vwx64, ty_Ordering) -> new_esEs18(vwx61, vwx64) 22.94/10.36 new_esEs25(Right(vwx3000), Right(vwx4000), ehh, app(app(app(ty_@3, faa), fab), fac)) -> new_esEs27(vwx3000, vwx4000, faa, fab, fac) 22.94/10.36 new_ltEs16(Right(vwx250), Right(vwx260), hd, ty_Bool) -> new_ltEs10(vwx250, vwx260) 22.94/10.36 new_lt5(vwx62, vwx65, app(ty_Maybe, ceb)) -> new_lt15(vwx62, vwx65, ceb) 22.94/10.36 new_lt22(vwx250, vwx260, ty_Char) -> new_lt8(vwx250, vwx260) 22.94/10.36 new_compare32(vwx30, vwx40, app(ty_Maybe, bb)) -> new_compare29(vwx30, vwx40, bb) 22.94/10.36 new_ltEs22(vwx252, vwx262, app(ty_[], bah)) -> new_ltEs6(vwx252, vwx262, bah) 22.94/10.36 new_lt6(vwx74, vwx76) -> new_esEs18(new_compare15(vwx74, vwx76), LT) 22.94/10.36 new_esEs40(vwx3001, vwx4001, app(app(app(ty_@3, ffa), ffb), ffc)) -> new_esEs27(vwx3001, vwx4001, ffa, ffb, ffc) 22.94/10.36 new_esEs6(vwx301, vwx401, app(ty_Ratio, deh)) -> new_esEs21(vwx301, vwx401, deh) 22.94/10.36 new_esEs36(vwx251, vwx261, ty_Float) -> new_esEs14(vwx251, vwx261) 22.94/10.36 new_compare13(vwx124, vwx125, vwx126, vwx127, True, daf, dag) -> LT 22.94/10.36 new_esEs35(vwx250, vwx260, ty_Ordering) -> new_esEs18(vwx250, vwx260) 22.94/10.36 new_lt5(vwx62, vwx65, ty_Integer) -> new_lt14(vwx62, vwx65) 22.94/10.36 new_esEs5(vwx300, vwx400, app(app(app(ty_@3, dda), ddb), ddc)) -> new_esEs27(vwx300, vwx400, dda, ddb, ddc) 22.94/10.36 new_lt20(vwx74, vwx76, ty_Double) -> new_lt18(vwx74, vwx76) 22.94/10.36 new_ltEs16(Right(vwx250), Right(vwx260), hd, app(ty_Maybe, hf)) -> new_ltEs14(vwx250, vwx260, hf) 22.94/10.36 new_esEs32(vwx3000, vwx4000, ty_Int) -> new_esEs17(vwx3000, vwx4000) 22.94/10.36 new_not(False) -> True 22.94/10.36 new_esEs13(vwx62, vwx65, app(app(ty_Either, cee), cef)) -> new_esEs25(vwx62, vwx65, cee, cef) 22.94/10.36 new_ltEs22(vwx252, vwx262, ty_Bool) -> new_ltEs10(vwx252, vwx262) 22.94/10.36 new_lt22(vwx250, vwx260, app(app(app(ty_@3, bea), beb), bec)) -> new_lt19(vwx250, vwx260, bea, beb, bec) 22.94/10.36 new_esEs37(vwx3000, vwx4000, ty_Bool) -> new_esEs19(vwx3000, vwx4000) 22.94/10.36 new_ltEs24(vwx251, vwx261, app(app(ty_Either, eb), ec)) -> new_ltEs16(vwx251, vwx261, eb, ec) 22.94/10.36 new_esEs34(vwx3002, vwx4002, ty_Char) -> new_esEs16(vwx3002, vwx4002) 22.94/10.36 new_lt21(vwx251, vwx261, app(app(ty_Either, bcf), bcg)) -> new_lt17(vwx251, vwx261, bcf, bcg) 22.94/10.36 new_compare0(:(vwx30, vwx31), [], h) -> GT 22.94/10.36 new_lt7(vwx3, vwx4, h) -> new_esEs31(new_compare0(vwx3, vwx4, h)) 22.94/10.36 new_esEs33(vwx3001, vwx4001, ty_@0) -> new_esEs20(vwx3001, vwx4001) 22.94/10.36 new_esEs5(vwx300, vwx400, ty_Int) -> new_esEs17(vwx300, vwx400) 22.94/10.36 new_esEs36(vwx251, vwx261, app(app(ty_Either, bcf), bcg)) -> new_esEs25(vwx251, vwx261, bcf, bcg) 22.94/10.36 new_compare32(vwx30, vwx40, app(ty_[], ba)) -> new_compare0(vwx30, vwx40, ba) 22.94/10.36 new_esEs31(LT) -> True 22.94/10.36 new_esEs10(vwx301, vwx401, ty_@0) -> new_esEs20(vwx301, vwx401) 22.94/10.36 new_esEs12(vwx61, vwx64, ty_Bool) -> new_esEs19(vwx61, vwx64) 22.94/10.36 new_esEs28(vwx74, vwx76, app(app(ty_Either, bgc), bgd)) -> new_esEs25(vwx74, vwx76, bgc, bgd) 22.94/10.36 new_esEs34(vwx3002, vwx4002, ty_Integer) -> new_esEs22(vwx3002, vwx4002) 22.94/10.36 new_compare27(vwx43, vwx44, True, fce, bha) -> EQ 22.94/10.36 new_lt23(vwx250, vwx260, app(app(ty_@2, fb), fc)) -> new_lt16(vwx250, vwx260, fb, fc) 22.94/10.36 new_ltEs4(vwx63, vwx66, app(app(ty_@2, cdb), cdc)) -> new_ltEs15(vwx63, vwx66, cdb, cdc) 22.94/10.36 new_compare19(Double(vwx300, Pos(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_compare7(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Pos(vwx3010), vwx400)) 22.94/10.36 new_esEs4(vwx300, vwx400, app(app(ty_Either, ehh), egh)) -> new_esEs25(vwx300, vwx400, ehh, egh) 22.94/10.36 new_esEs37(vwx3000, vwx4000, app(app(ty_@2, eea), eeb)) -> new_esEs24(vwx3000, vwx4000, eea, eeb) 22.94/10.36 new_esEs11(vwx302, vwx402, ty_Integer) -> new_esEs22(vwx302, vwx402) 22.94/10.36 new_lt20(vwx74, vwx76, ty_Int) -> new_lt9(vwx74, vwx76) 22.94/10.36 new_esEs38(vwx250, vwx260, ty_Float) -> new_esEs14(vwx250, vwx260) 22.94/10.36 new_esEs39(vwx3000, vwx4000, ty_Double) -> new_esEs26(vwx3000, vwx4000) 22.94/10.36 new_esEs37(vwx3000, vwx4000, app(ty_Maybe, eed)) -> new_esEs23(vwx3000, vwx4000, eed) 22.94/10.36 new_lt4(vwx61, vwx64, app(app(ty_Either, ccb), ccc)) -> new_lt17(vwx61, vwx64, ccb, ccc) 22.94/10.36 new_ltEs14(Just(vwx250), Just(vwx260), ty_Bool) -> new_ltEs10(vwx250, vwx260) 22.94/10.36 new_primPlusNat0(Succ(vwx1540), vwx40100) -> Succ(Succ(new_primPlusNat1(vwx1540, vwx40100))) 22.94/10.36 new_ltEs21(vwx75, vwx77, ty_Int) -> new_ltEs8(vwx75, vwx77) 22.94/10.36 new_ltEs23(vwx43, vwx44, app(ty_Maybe, bhb)) -> new_ltEs14(vwx43, vwx44, bhb) 22.94/10.36 new_compare29(Nothing, Nothing, bb) -> EQ 22.94/10.36 new_compare29(Nothing, Just(vwx400), bb) -> LT 22.94/10.36 new_ltEs20(vwx50, vwx51, app(ty_[], cac)) -> new_ltEs6(vwx50, vwx51, cac) 22.94/10.36 new_esEs37(vwx3000, vwx4000, ty_Ordering) -> new_esEs18(vwx3000, vwx4000) 22.94/10.36 new_ltEs9(LT, EQ) -> True 22.94/10.36 new_sr0(vwx300, vwx401) -> new_primMulInt(vwx300, vwx401) 22.94/10.36 new_lt20(vwx74, vwx76, app(ty_Maybe, bed)) -> new_lt15(vwx74, vwx76, bed) 22.94/10.36 new_lt15(vwx74, vwx76, bed) -> new_esEs18(new_compare29(vwx74, vwx76, bed), LT) 22.94/10.36 new_lt5(vwx62, vwx65, ty_Int) -> new_lt9(vwx62, vwx65) 22.94/10.36 new_lt5(vwx62, vwx65, app(app(app(ty_@3, ceg), ceh), cfa)) -> new_lt19(vwx62, vwx65, ceg, ceh, cfa) 22.94/10.36 new_lt23(vwx250, vwx260, app(ty_Ratio, fde)) -> new_lt13(vwx250, vwx260, fde) 22.94/10.36 new_esEs30(vwx3001, vwx4001, ty_Int) -> new_esEs17(vwx3001, vwx4001) 22.94/10.36 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 22.94/10.36 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 22.94/10.36 new_ltEs13(vwx25, vwx26) -> new_fsEs(new_compare14(vwx25, vwx26)) 22.94/10.36 new_ltEs4(vwx63, vwx66, app(ty_Ratio, cfd)) -> new_ltEs12(vwx63, vwx66, cfd) 22.94/10.36 new_esEs13(vwx62, vwx65, ty_Float) -> new_esEs14(vwx62, vwx65) 22.94/10.36 new_primPlusNat1(Zero, Zero) -> Zero 22.94/10.36 new_lt20(vwx74, vwx76, app(app(app(ty_@3, bge), bgf), bgg)) -> new_lt19(vwx74, vwx76, bge, bgf, bgg) 22.94/10.36 new_esEs9(vwx300, vwx400, ty_Char) -> new_esEs16(vwx300, vwx400) 22.94/10.36 new_esEs23(Just(vwx3000), Just(vwx4000), app(ty_Ratio, dbf)) -> new_esEs21(vwx3000, vwx4000, dbf) 22.94/10.36 new_lt20(vwx74, vwx76, app(app(ty_@2, bee), bef)) -> new_lt16(vwx74, vwx76, bee, bef) 22.94/10.36 new_esEs35(vwx250, vwx260, ty_Bool) -> new_esEs19(vwx250, vwx260) 22.94/10.36 new_esEs36(vwx251, vwx261, ty_Char) -> new_esEs16(vwx251, vwx261) 22.94/10.36 new_esEs37(vwx3000, vwx4000, ty_Integer) -> new_esEs22(vwx3000, vwx4000) 22.94/10.36 new_esEs13(vwx62, vwx65, ty_Char) -> new_esEs16(vwx62, vwx65) 22.94/10.36 new_ltEs9(LT, GT) -> True 22.94/10.36 new_esEs23(Just(vwx3000), Just(vwx4000), ty_Float) -> new_esEs14(vwx3000, vwx4000) 22.94/10.36 new_lt4(vwx61, vwx64, app(ty_[], cbd)) -> new_lt7(vwx61, vwx64, cbd) 22.94/10.36 new_compare6(@0, @0) -> EQ 22.94/10.36 new_esEs39(vwx3000, vwx4000, app(app(ty_@2, feb), fec)) -> new_esEs24(vwx3000, vwx4000, feb, fec) 22.94/10.36 new_esEs40(vwx3001, vwx4001, app(app(ty_Either, ffh), fga)) -> new_esEs25(vwx3001, vwx4001, ffh, fga) 22.94/10.36 new_ltEs12(vwx25, vwx26, cff) -> new_fsEs(new_compare30(vwx25, vwx26, cff)) 22.94/10.36 new_compare32(vwx30, vwx40, ty_Ordering) -> new_compare34(vwx30, vwx40) 22.94/10.36 new_ltEs23(vwx43, vwx44, ty_@0) -> new_ltEs11(vwx43, vwx44) 22.94/10.36 new_esEs23(Just(vwx3000), Just(vwx4000), app(app(ty_@2, dbd), dbe)) -> new_esEs24(vwx3000, vwx4000, dbd, dbe) 22.94/10.36 new_ltEs16(Left(vwx250), Left(vwx260), ty_Char, gc) -> new_ltEs7(vwx250, vwx260) 22.94/10.36 new_ltEs22(vwx252, vwx262, ty_Char) -> new_ltEs7(vwx252, vwx262) 22.94/10.36 new_esEs40(vwx3001, vwx4001, ty_Double) -> new_esEs26(vwx3001, vwx4001) 22.94/10.36 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 22.94/10.36 new_esEs36(vwx251, vwx261, ty_Integer) -> new_esEs22(vwx251, vwx261) 22.94/10.36 new_esEs6(vwx301, vwx401, ty_Double) -> new_esEs26(vwx301, vwx401) 22.94/10.36 new_lt21(vwx251, vwx261, app(app(ty_@2, bcd), bce)) -> new_lt16(vwx251, vwx261, bcd, bce) 22.94/10.36 new_primCompAux1(vwx30, vwx40, vwx15, h) -> new_primCompAux0(vwx15, new_compare32(vwx30, vwx40, h)) 22.94/10.36 new_ltEs4(vwx63, vwx66, ty_Double) -> new_ltEs17(vwx63, vwx66) 22.94/10.36 new_primMulNat0(Succ(vwx30000), Succ(vwx40100)) -> new_primPlusNat0(new_primMulNat0(vwx30000, Succ(vwx40100)), vwx40100) 22.94/10.36 new_esEs8(vwx300, vwx400, ty_Int) -> new_esEs17(vwx300, vwx400) 22.94/10.36 new_ltEs16(Left(vwx250), Left(vwx260), ty_Integer, gc) -> new_ltEs13(vwx250, vwx260) 22.94/10.36 new_esEs35(vwx250, vwx260, app(ty_Maybe, bdd)) -> new_esEs23(vwx250, vwx260, bdd) 22.94/10.36 new_ltEs22(vwx252, vwx262, ty_@0) -> new_ltEs11(vwx252, vwx262) 22.94/10.36 new_esEs12(vwx61, vwx64, app(ty_Maybe, cbg)) -> new_esEs23(vwx61, vwx64, cbg) 22.94/10.36 new_ltEs23(vwx43, vwx44, ty_Ordering) -> new_ltEs9(vwx43, vwx44) 22.94/10.36 new_primCmpNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat0(vwx3000, vwx4000) 22.94/10.36 new_lt5(vwx62, vwx65, app(ty_[], cea)) -> new_lt7(vwx62, vwx65, cea) 22.94/10.36 new_lt23(vwx250, vwx260, ty_Ordering) -> new_lt10(vwx250, vwx260) 22.94/10.36 new_esEs13(vwx62, vwx65, ty_Integer) -> new_esEs22(vwx62, vwx65) 22.94/10.36 new_esEs9(vwx300, vwx400, app(ty_[], edd)) -> new_esEs15(vwx300, vwx400, edd) 22.94/10.36 new_lt5(vwx62, vwx65, app(app(ty_@2, cec), ced)) -> new_lt16(vwx62, vwx65, cec, ced) 22.94/10.36 new_ltEs24(vwx251, vwx261, ty_@0) -> new_ltEs11(vwx251, vwx261) 22.94/10.36 new_ltEs16(Left(vwx250), Left(vwx260), ty_Ordering, gc) -> new_ltEs9(vwx250, vwx260) 22.94/10.36 new_esEs25(Left(vwx3000), Left(vwx4000), app(ty_Maybe, ehd), egh) -> new_esEs23(vwx3000, vwx4000, ehd) 22.94/10.36 new_esEs35(vwx250, vwx260, ty_Integer) -> new_esEs22(vwx250, vwx260) 22.94/10.36 new_ltEs16(Left(vwx250), Left(vwx260), ty_@0, gc) -> new_ltEs11(vwx250, vwx260) 22.94/10.36 new_lt21(vwx251, vwx261, app(ty_Ratio, eca)) -> new_lt13(vwx251, vwx261, eca) 22.94/10.36 new_compare15(Float(vwx300, Pos(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_compare7(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Neg(vwx3010), vwx400)) 22.94/10.36 new_compare15(Float(vwx300, Neg(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_compare7(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Pos(vwx3010), vwx400)) 22.94/10.36 new_lt22(vwx250, vwx260, app(app(ty_@2, bde), bdf)) -> new_lt16(vwx250, vwx260, bde, bdf) 22.94/10.36 new_esEs39(vwx3000, vwx4000, app(ty_Ratio, fed)) -> new_esEs21(vwx3000, vwx4000, fed) 22.94/10.36 new_esEs11(vwx302, vwx402, app(ty_[], fcd)) -> new_esEs15(vwx302, vwx402, fcd) 22.94/10.36 new_esEs38(vwx250, vwx260, app(app(ty_@2, fb), fc)) -> new_esEs24(vwx250, vwx260, fb, fc) 22.94/10.36 new_ltEs23(vwx43, vwx44, ty_Char) -> new_ltEs7(vwx43, vwx44) 22.94/10.36 new_compare19(Double(vwx300, Neg(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_compare7(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Neg(vwx3010), vwx400)) 22.94/10.36 new_compare32(vwx30, vwx40, app(app(app(ty_@3, bg), bh), ca)) -> new_compare31(vwx30, vwx40, bg, bh, ca) 22.94/10.36 new_esEs8(vwx300, vwx400, app(ty_[], dae)) -> new_esEs15(vwx300, vwx400, dae) 22.94/10.36 new_ltEs20(vwx50, vwx51, ty_Int) -> new_ltEs8(vwx50, vwx51) 22.94/10.36 new_esEs23(Just(vwx3000), Just(vwx4000), app(app(app(ty_@3, dba), dbb), dbc)) -> new_esEs27(vwx3000, vwx4000, dba, dbb, dbc) 22.94/10.36 new_esEs4(vwx300, vwx400, ty_Double) -> new_esEs26(vwx300, vwx400) 22.94/10.36 new_esEs25(Right(vwx3000), Right(vwx4000), ehh, ty_Float) -> new_esEs14(vwx3000, vwx4000) 22.94/10.36 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 22.94/10.36 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 22.94/10.36 new_esEs12(vwx61, vwx64, ty_Integer) -> new_esEs22(vwx61, vwx64) 22.94/10.36 new_compare30(:%(vwx300, vwx301), :%(vwx400, vwx401), ty_Int) -> new_compare7(new_sr0(vwx300, vwx401), new_sr0(vwx400, vwx301)) 22.94/10.36 new_ltEs9(EQ, LT) -> False 22.94/10.36 new_ltEs23(vwx43, vwx44, ty_Integer) -> new_ltEs13(vwx43, vwx44) 22.94/10.36 new_ltEs24(vwx251, vwx261, ty_Ordering) -> new_ltEs9(vwx251, vwx261) 22.94/10.36 new_lt23(vwx250, vwx260, ty_Double) -> new_lt18(vwx250, vwx260) 22.94/10.36 new_lt22(vwx250, vwx260, app(ty_Ratio, ebh)) -> new_lt13(vwx250, vwx260, ebh) 22.94/10.36 new_compare110(vwx104, vwx105, False, fcg, fch) -> GT 22.94/10.36 new_ltEs16(Left(vwx250), Left(vwx260), app(ty_Ratio, dfe), gc) -> new_ltEs12(vwx250, vwx260, dfe) 22.94/10.36 new_lt4(vwx61, vwx64, ty_Int) -> new_lt9(vwx61, vwx64) 22.94/10.36 new_primEqNat0(Zero, Zero) -> True 22.94/10.36 new_lt11(vwx74, vwx76) -> new_esEs18(new_compare9(vwx74, vwx76), LT) 22.94/10.36 new_esEs28(vwx74, vwx76, ty_Double) -> new_esEs26(vwx74, vwx76) 22.94/10.36 new_lt5(vwx62, vwx65, app(app(ty_Either, cee), cef)) -> new_lt17(vwx62, vwx65, cee, cef) 22.94/10.36 new_ltEs19(vwx25, vwx26, ty_Bool) -> new_ltEs10(vwx25, vwx26) 22.94/10.36 new_esEs39(vwx3000, vwx4000, app(app(app(ty_@3, fdg), fdh), fea)) -> new_esEs27(vwx3000, vwx4000, fdg, fdh, fea) 22.94/10.36 new_lt21(vwx251, vwx261, app(app(app(ty_@3, bch), bda), bdb)) -> new_lt19(vwx251, vwx261, bch, bda, bdb) 22.94/10.36 new_esEs28(vwx74, vwx76, app(app(app(ty_@3, bge), bgf), bgg)) -> new_esEs27(vwx74, vwx76, bge, bgf, bgg) 22.94/10.36 new_esEs36(vwx251, vwx261, ty_Bool) -> new_esEs19(vwx251, vwx261) 22.94/10.36 new_ltEs24(vwx251, vwx261, ty_Integer) -> new_ltEs13(vwx251, vwx261) 22.94/10.36 new_lt21(vwx251, vwx261, app(ty_[], bca)) -> new_lt7(vwx251, vwx261, bca) 22.94/10.36 new_esEs4(vwx300, vwx400, app(ty_Ratio, dch)) -> new_esEs21(vwx300, vwx400, dch) 22.94/10.36 new_lt22(vwx250, vwx260, ty_Double) -> new_lt18(vwx250, vwx260) 22.94/10.36 new_ltEs11(vwx25, vwx26) -> new_fsEs(new_compare6(vwx25, vwx26)) 22.94/10.36 new_asAs(False, vwx92) -> False 22.94/10.36 new_esEs23(Just(vwx3000), Just(vwx4000), app(app(ty_Either, dbh), dca)) -> new_esEs25(vwx3000, vwx4000, dbh, dca) 22.94/10.36 new_esEs4(vwx300, vwx400, app(app(ty_@2, fda), fdb)) -> new_esEs24(vwx300, vwx400, fda, fdb) 22.94/10.36 new_esEs13(vwx62, vwx65, app(ty_Maybe, ceb)) -> new_esEs23(vwx62, vwx65, ceb) 22.94/10.37 new_ltEs19(vwx25, vwx26, ty_Int) -> new_ltEs8(vwx25, vwx26) 22.94/10.37 new_esEs5(vwx300, vwx400, ty_Double) -> new_esEs26(vwx300, vwx400) 22.94/10.37 new_ltEs20(vwx50, vwx51, ty_Bool) -> new_ltEs10(vwx50, vwx51) 22.94/10.37 new_compare32(vwx30, vwx40, app(app(ty_@2, bc), bd)) -> new_compare18(vwx30, vwx40, bc, bd) 22.94/10.37 new_esEs28(vwx74, vwx76, app(ty_Ratio, dcc)) -> new_esEs21(vwx74, vwx76, dcc) 22.94/10.37 new_esEs38(vwx250, vwx260, app(app(ty_Either, fd), ff)) -> new_esEs25(vwx250, vwx260, fd, ff) 22.94/10.37 new_esEs36(vwx251, vwx261, app(ty_Maybe, bcc)) -> new_esEs23(vwx251, vwx261, bcc) 22.94/10.37 new_esEs37(vwx3000, vwx4000, ty_Float) -> new_esEs14(vwx3000, vwx4000) 22.94/10.37 new_esEs35(vwx250, vwx260, ty_@0) -> new_esEs20(vwx250, vwx260) 22.94/10.37 new_esEs10(vwx301, vwx401, app(ty_[], egc)) -> new_esEs15(vwx301, vwx401, egc) 22.94/10.37 new_compare12(vwx112, vwx113, True, fdc, fdd) -> LT 22.94/10.37 new_ltEs16(Left(vwx250), Left(vwx260), app(app(app(ty_@3, ha), hb), hc), gc) -> new_ltEs18(vwx250, vwx260, ha, hb, hc) 22.94/10.37 new_compare32(vwx30, vwx40, ty_Double) -> new_compare19(vwx30, vwx40) 22.94/10.37 new_ltEs9(EQ, EQ) -> True 22.94/10.37 new_ltEs24(vwx251, vwx261, app(ty_Maybe, dg)) -> new_ltEs14(vwx251, vwx261, dg) 22.94/10.37 new_esEs7(vwx300, vwx400, ty_Int) -> new_esEs17(vwx300, vwx400) 22.94/10.37 new_compare14(Integer(vwx300), Integer(vwx400)) -> new_primCmpInt(vwx300, vwx400) 22.94/10.37 new_esEs4(vwx300, vwx400, app(app(app(ty_@3, dfg), dfh), dga)) -> new_esEs27(vwx300, vwx400, dfg, dfh, dga) 22.94/10.37 new_compare9(False, True) -> LT 22.94/10.37 new_esEs19(True, True) -> True 22.94/10.37 new_esEs12(vwx61, vwx64, ty_@0) -> new_esEs20(vwx61, vwx64) 22.94/10.37 new_ltEs21(vwx75, vwx77, app(ty_[], beh)) -> new_ltEs6(vwx75, vwx77, beh) 22.94/10.37 new_esEs33(vwx3001, vwx4001, app(ty_[], eae)) -> new_esEs15(vwx3001, vwx4001, eae) 22.94/10.37 22.94/10.37 The set Q consists of the following terms: 22.94/10.37 22.94/10.37 new_esEs34(x0, x1, ty_Int) 22.94/10.37 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.94/10.37 new_compare25(x0, x1, True, x2) 22.94/10.37 new_esEs6(x0, x1, ty_Float) 22.94/10.37 new_esEs33(x0, x1, ty_Double) 22.94/10.37 new_esEs32(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.94/10.37 new_esEs10(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.94/10.37 new_ltEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.94/10.37 new_esEs35(x0, x1, ty_Char) 22.94/10.37 new_esEs4(x0, x1, app(app(ty_@2, x2), x3)) 22.94/10.37 new_esEs21(:%(x0, x1), :%(x2, x3), x4) 22.94/10.37 new_ltEs23(x0, x1, app(app(ty_@2, x2), x3)) 22.94/10.37 new_esEs32(x0, x1, app(ty_Maybe, x2)) 22.94/10.37 new_esEs15(:(x0, x1), [], x2) 22.94/10.37 new_esEs39(x0, x1, ty_Integer) 22.94/10.37 new_esEs25(Right(x0), Right(x1), x2, app(ty_[], x3)) 22.94/10.37 new_primPlusNat1(Succ(x0), Zero) 22.94/10.37 new_lt5(x0, x1, ty_Double) 22.94/10.37 new_compare29(Just(x0), Nothing, x1) 22.94/10.37 new_compare32(x0, x1, app(app(ty_Either, x2), x3)) 22.94/10.37 new_primPlusNat1(Zero, Zero) 22.94/10.37 new_esEs10(x0, x1, ty_Float) 22.94/10.37 new_esEs28(x0, x1, app(ty_[], x2)) 22.94/10.37 new_esEs34(x0, x1, ty_Char) 22.94/10.37 new_esEs32(x0, x1, app(ty_[], x2)) 22.94/10.37 new_compare16(x0, x1, x2, x3, False, x4, x5, x6) 22.94/10.37 new_compare110(x0, x1, True, x2, x3) 22.94/10.37 new_esEs25(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 22.94/10.37 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 22.94/10.37 new_esEs25(Right(x0), Right(x1), x2, ty_Integer) 22.94/10.37 new_lt23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.94/10.37 new_primPlusNat0(Succ(x0), x1) 22.94/10.37 new_lt21(x0, x1, ty_Ordering) 22.94/10.37 new_compare34(EQ, EQ) 22.94/10.37 new_ltEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.94/10.37 new_esEs9(x0, x1, ty_Integer) 22.94/10.37 new_esEs38(x0, x1, app(app(ty_@2, x2), x3)) 22.94/10.37 new_esEs19(False, False) 22.94/10.37 new_lt4(x0, x1, app(ty_Ratio, x2)) 22.94/10.37 new_ltEs22(x0, x1, ty_@0) 22.94/10.37 new_esEs37(x0, x1, ty_Integer) 22.94/10.37 new_compare18(@2(x0, x1), @2(x2, x3), x4, x5) 22.94/10.37 new_esEs13(x0, x1, app(ty_Ratio, x2)) 22.94/10.37 new_esEs38(x0, x1, ty_Float) 22.94/10.37 new_esEs20(@0, @0) 22.94/10.37 new_compare19(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 22.94/10.37 new_primEqInt(Pos(Zero), Pos(Zero)) 22.94/10.37 new_lt21(x0, x1, app(app(ty_@2, x2), x3)) 22.94/10.37 new_ltEs16(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 22.94/10.37 new_compare29(Just(x0), Just(x1), x2) 22.94/10.37 new_esEs5(x0, x1, ty_Float) 22.94/10.37 new_esEs34(x0, x1, ty_Double) 22.94/10.37 new_esEs25(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 22.94/10.37 new_esEs8(x0, x1, app(app(ty_Either, x2), x3)) 22.94/10.37 new_esEs4(x0, x1, ty_Ordering) 22.94/10.37 new_ltEs14(Just(x0), Just(x1), app(ty_Ratio, x2)) 22.94/10.37 new_compare15(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 22.94/10.37 new_esEs36(x0, x1, ty_Bool) 22.94/10.37 new_esEs4(x0, x1, ty_Double) 22.94/10.37 new_esEs12(x0, x1, ty_Float) 22.94/10.37 new_esEs32(x0, x1, ty_Double) 22.94/10.37 new_esEs11(x0, x1, app(ty_Ratio, x2)) 22.94/10.37 new_ltEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.94/10.37 new_esEs5(x0, x1, ty_Integer) 22.94/10.37 new_ltEs4(x0, x1, ty_@0) 22.94/10.37 new_esEs13(x0, x1, ty_Float) 22.94/10.37 new_compare11(x0, x1, True, x2) 22.94/10.37 new_ltEs19(x0, x1, ty_Float) 22.94/10.37 new_esEs4(x0, x1, app(ty_Ratio, x2)) 22.94/10.37 new_lt21(x0, x1, ty_Double) 22.94/10.37 new_esEs33(x0, x1, ty_Ordering) 22.94/10.37 new_esEs11(x0, x1, app(app(ty_Either, x2), x3)) 22.94/10.37 new_ltEs9(EQ, EQ) 22.94/10.37 new_ltEs24(x0, x1, ty_Float) 22.94/10.37 new_esEs7(x0, x1, app(app(ty_@2, x2), x3)) 22.94/10.37 new_primEqInt(Neg(Zero), Neg(Zero)) 22.94/10.37 new_esEs39(x0, x1, ty_@0) 22.94/10.37 new_esEs8(x0, x1, app(ty_Ratio, x2)) 22.94/10.37 new_esEs34(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.94/10.37 new_esEs8(x0, x1, app(ty_Maybe, x2)) 22.94/10.37 new_ltEs23(x0, x1, ty_Double) 22.94/10.37 new_esEs34(x0, x1, ty_Ordering) 22.94/10.37 new_esEs9(x0, x1, app(app(ty_Either, x2), x3)) 22.94/10.37 new_esEs25(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 22.94/10.37 new_esEs25(Left(x0), Left(x1), app(ty_[], x2), x3) 22.94/10.37 new_lt23(x0, x1, app(ty_Maybe, x2)) 22.94/10.37 new_compare27(x0, x1, False, x2, x3) 22.94/10.37 new_esEs15([], [], x0) 22.94/10.37 new_esEs35(x0, x1, app(ty_Maybe, x2)) 22.94/10.37 new_esEs33(x0, x1, ty_Int) 22.94/10.37 new_lt23(x0, x1, ty_Bool) 22.94/10.37 new_compare6(@0, @0) 22.94/10.37 new_ltEs16(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 22.94/10.37 new_esEs4(x0, x1, ty_Int) 22.94/10.37 new_ltEs14(Just(x0), Just(x1), app(ty_[], x2)) 22.94/10.37 new_esEs25(Right(x0), Right(x1), x2, ty_Bool) 22.94/10.37 new_lt4(x0, x1, ty_Ordering) 22.94/10.37 new_compare32(x0, x1, ty_Float) 22.94/10.37 new_ltEs23(x0, x1, app(ty_Maybe, x2)) 22.94/10.37 new_ltEs22(x0, x1, ty_Int) 22.94/10.37 new_lt22(x0, x1, ty_Double) 22.94/10.37 new_lt20(x0, x1, ty_Float) 22.94/10.37 new_esEs29(x0, x1, ty_Integer) 22.94/10.37 new_compare32(x0, x1, app(ty_[], x2)) 22.94/10.37 new_compare8(Left(x0), Left(x1), x2, x3) 22.94/10.37 new_esEs35(x0, x1, ty_@0) 22.94/10.37 new_esEs39(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.94/10.37 new_ltEs16(Left(x0), Left(x1), app(ty_[], x2), x3) 22.94/10.37 new_lt21(x0, x1, ty_Char) 22.94/10.37 new_ltEs16(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 22.94/10.37 new_ltEs12(x0, x1, x2) 22.94/10.37 new_esEs11(x0, x1, app(ty_[], x2)) 22.94/10.37 new_esEs33(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.94/10.37 new_compare26(x0, x1, True, x2, x3) 22.94/10.37 new_esEs35(x0, x1, ty_Double) 22.94/10.37 new_esEs12(x0, x1, ty_Integer) 22.94/10.37 new_ltEs4(x0, x1, ty_Integer) 22.94/10.37 new_ltEs4(x0, x1, ty_Int) 22.94/10.37 new_esEs33(x0, x1, ty_Char) 22.94/10.37 new_ltEs5(x0, x1) 22.94/10.37 new_ltEs24(x0, x1, app(app(ty_Either, x2), x3)) 22.94/10.37 new_esEs34(x0, x1, app(ty_[], x2)) 22.94/10.37 new_esEs12(x0, x1, app(ty_Maybe, x2)) 22.94/10.37 new_compare12(x0, x1, True, x2, x3) 22.94/10.37 new_esEs28(x0, x1, ty_Bool) 22.94/10.37 new_esEs7(x0, x1, ty_Float) 22.94/10.37 new_esEs8(x0, x1, ty_Double) 22.94/10.37 new_lt21(x0, x1, ty_Int) 22.94/10.37 new_esEs35(x0, x1, ty_Bool) 22.94/10.37 new_esEs40(x0, x1, ty_Float) 22.94/10.37 new_esEs36(x0, x1, ty_Integer) 22.94/10.37 new_esEs32(x0, x1, app(ty_Ratio, x2)) 22.94/10.37 new_esEs8(x0, x1, ty_Int) 22.94/10.37 new_lt5(x0, x1, ty_Char) 22.94/10.37 new_ltEs16(Right(x0), Right(x1), x2, app(ty_[], x3)) 22.94/10.37 new_ltEs14(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 22.94/10.37 new_compare19(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 22.94/10.37 new_compare19(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 22.94/10.37 new_esEs34(x0, x1, app(app(ty_@2, x2), x3)) 22.94/10.37 new_ltEs21(x0, x1, ty_Ordering) 22.94/10.37 new_esEs31(GT) 22.94/10.37 new_ltEs10(False, False) 22.94/10.37 new_esEs6(x0, x1, app(app(ty_Either, x2), x3)) 22.94/10.37 new_ltEs4(x0, x1, ty_Char) 22.94/10.37 new_esEs25(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 22.94/10.37 new_ltEs14(Just(x0), Nothing, x1) 22.94/10.37 new_compare0([], :(x0, x1), x2) 22.94/10.37 new_esEs10(x0, x1, app(ty_[], x2)) 22.94/10.37 new_compare15(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 22.94/10.37 new_compare34(LT, GT) 22.94/10.37 new_compare34(GT, LT) 22.94/10.37 new_primEqInt(Pos(Zero), Neg(Zero)) 22.94/10.37 new_primEqInt(Neg(Zero), Pos(Zero)) 22.94/10.37 new_compare8(Right(x0), Left(x1), x2, x3) 22.94/10.37 new_compare8(Left(x0), Right(x1), x2, x3) 22.94/10.37 new_primMulInt(Pos(x0), Pos(x1)) 22.94/10.37 new_ltEs22(x0, x1, ty_Bool) 22.94/10.37 new_compare15(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 22.94/10.37 new_compare15(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 22.94/10.37 new_esEs5(x0, x1, app(app(ty_Either, x2), x3)) 22.94/10.37 new_esEs12(x0, x1, app(ty_[], x2)) 22.94/10.37 new_esEs35(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.94/10.37 new_ltEs4(x0, x1, ty_Bool) 22.94/10.37 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 22.94/10.37 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 22.94/10.37 new_compare19(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 22.94/10.37 new_esEs39(x0, x1, ty_Bool) 22.94/10.37 new_esEs12(x0, x1, ty_Bool) 22.94/10.37 new_esEs28(x0, x1, ty_Char) 22.94/10.37 new_esEs5(x0, x1, ty_Bool) 22.94/10.37 new_esEs23(Nothing, Nothing, x0) 22.94/10.37 new_esEs23(Just(x0), Just(x1), app(ty_Ratio, x2)) 22.94/10.37 new_lt22(x0, x1, ty_Int) 22.94/10.37 new_esEs28(x0, x1, ty_Double) 22.94/10.37 new_lt9(x0, x1) 22.94/10.37 new_esEs28(x0, x1, ty_@0) 22.94/10.37 new_ltEs20(x0, x1, ty_Ordering) 22.94/10.37 new_esEs23(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 22.94/10.37 new_ltEs13(x0, x1) 22.94/10.37 new_esEs36(x0, x1, ty_Ordering) 22.94/10.37 new_esEs34(x0, x1, app(ty_Maybe, x2)) 22.94/10.37 new_esEs28(x0, x1, ty_Int) 22.94/10.37 new_esEs13(x0, x1, app(ty_[], x2)) 22.94/10.37 new_lt5(x0, x1, ty_Int) 22.94/10.37 new_sr0(x0, x1) 22.94/10.37 new_lt23(x0, x1, ty_Integer) 22.94/10.37 new_esEs15(:(x0, x1), :(x2, x3), x4) 22.94/10.37 new_ltEs14(Just(x0), Just(x1), ty_Float) 22.94/10.37 new_ltEs22(x0, x1, ty_Char) 22.94/10.37 new_ltEs22(x0, x1, app(app(ty_@2, x2), x3)) 22.94/10.37 new_ltEs4(x0, x1, app(ty_Ratio, x2)) 22.94/10.37 new_esEs9(x0, x1, app(ty_Ratio, x2)) 22.94/10.37 new_ltEs22(x0, x1, ty_Double) 22.94/10.37 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 22.94/10.37 new_esEs25(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 22.94/10.37 new_lt22(x0, x1, ty_Char) 22.94/10.37 new_esEs40(x0, x1, app(app(ty_@2, x2), x3)) 22.94/10.37 new_esEs35(x0, x1, ty_Int) 22.94/10.37 new_compare0([], [], x0) 22.94/10.37 new_lt5(x0, x1, app(app(ty_Either, x2), x3)) 22.94/10.37 new_lt23(x0, x1, ty_Char) 22.94/10.37 new_esEs6(x0, x1, ty_Bool) 22.94/10.37 new_esEs39(x0, x1, app(ty_Ratio, x2)) 22.94/10.37 new_esEs12(x0, x1, app(app(ty_@2, x2), x3)) 22.94/10.37 new_primCompAux0(x0, EQ) 22.94/10.37 new_compare8(Right(x0), Right(x1), x2, x3) 22.94/10.37 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 22.94/10.37 new_esEs36(x0, x1, app(ty_[], x2)) 22.94/10.37 new_esEs25(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 22.94/10.37 new_ltEs21(x0, x1, ty_Char) 22.94/10.37 new_esEs26(Double(x0, x1), Double(x2, x3)) 22.94/10.37 new_lt6(x0, x1) 22.94/10.37 new_esEs6(x0, x1, app(ty_Ratio, x2)) 22.94/10.37 new_esEs27(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 22.94/10.37 new_esEs33(x0, x1, ty_Bool) 22.94/10.37 new_primCmpNat0(Zero, Succ(x0)) 22.94/10.37 new_ltEs9(GT, GT) 22.94/10.37 new_compare13(x0, x1, x2, x3, True, x4, x5) 22.94/10.37 new_compare30(:%(x0, x1), :%(x2, x3), ty_Integer) 22.94/10.37 new_ltEs24(x0, x1, app(app(ty_@2, x2), x3)) 22.94/10.37 new_esEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.94/10.37 new_lt22(x0, x1, app(ty_Maybe, x2)) 22.94/10.37 new_esEs38(x0, x1, app(ty_[], x2)) 22.94/10.37 new_lt5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.94/10.37 new_esEs37(x0, x1, ty_Char) 22.94/10.37 new_esEs9(x0, x1, ty_Char) 22.94/10.37 new_ltEs20(x0, x1, app(app(ty_@2, x2), x3)) 22.94/10.37 new_ltEs21(x0, x1, ty_Int) 22.94/10.37 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 22.94/10.37 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 22.94/10.37 new_ltEs14(Just(x0), Just(x1), ty_Ordering) 22.94/10.37 new_ltEs24(x0, x1, app(ty_Ratio, x2)) 22.94/10.37 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 22.94/10.37 new_ltEs16(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 22.94/10.37 new_esEs14(Float(x0, x1), Float(x2, x3)) 22.94/10.37 new_esEs8(x0, x1, ty_Char) 22.94/10.37 new_lt23(x0, x1, ty_Int) 22.94/10.37 new_esEs40(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.94/10.37 new_esEs5(x0, x1, app(ty_Ratio, x2)) 22.94/10.37 new_esEs38(x0, x1, ty_Integer) 22.94/10.37 new_lt7(x0, x1, x2) 22.94/10.37 new_ltEs9(LT, EQ) 22.94/10.37 new_ltEs9(EQ, LT) 22.94/10.37 new_ltEs4(x0, x1, ty_Double) 22.94/10.37 new_compare24(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 22.94/10.37 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 22.94/10.37 new_ltEs20(x0, x1, app(ty_Maybe, x2)) 22.94/10.37 new_compare110(x0, x1, False, x2, x3) 22.94/10.37 new_esEs38(x0, x1, ty_Bool) 22.94/10.37 new_lt14(x0, x1) 22.94/10.37 new_compare28(x0, x1, x2, x3, True, x4, x5) 22.94/10.37 new_ltEs6(x0, x1, x2) 22.94/10.37 new_ltEs16(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 22.94/10.37 new_ltEs23(x0, x1, ty_Int) 22.94/10.37 new_esEs32(x0, x1, ty_Char) 22.94/10.37 new_compare17(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 22.94/10.37 new_esEs25(Left(x0), Left(x1), ty_Float, x2) 22.94/10.37 new_ltEs22(x0, x1, app(ty_Maybe, x2)) 22.94/10.37 new_ltEs4(x0, x1, ty_Ordering) 22.94/10.37 new_esEs7(x0, x1, ty_@0) 22.94/10.37 new_esEs13(x0, x1, ty_@0) 22.94/10.37 new_esEs25(Right(x0), Right(x1), x2, ty_Int) 22.94/10.37 new_esEs28(x0, x1, app(app(ty_@2, x2), x3)) 22.94/10.37 new_esEs5(x0, x1, ty_@0) 22.94/10.37 new_esEs6(x0, x1, ty_Integer) 22.94/10.37 new_esEs4(x0, x1, ty_Char) 22.94/10.37 new_esEs19(False, True) 22.94/10.37 new_esEs19(True, False) 22.94/10.37 new_esEs4(x0, x1, app(app(ty_Either, x2), x3)) 22.94/10.37 new_lt5(x0, x1, app(ty_[], x2)) 22.94/10.37 new_esEs13(x0, x1, app(ty_Maybe, x2)) 22.94/10.37 new_lt21(x0, x1, ty_Bool) 22.94/10.37 new_lt5(x0, x1, ty_Bool) 22.94/10.37 new_esEs10(x0, x1, app(app(ty_Either, x2), x3)) 22.94/10.37 new_esEs30(x0, x1, ty_Integer) 22.94/10.37 new_esEs31(LT) 22.94/10.37 new_primPlusNat0(Zero, x0) 22.94/10.37 new_esEs13(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.94/10.37 new_esEs34(x0, x1, app(app(ty_Either, x2), x3)) 22.94/10.37 new_esEs7(x0, x1, app(ty_[], x2)) 22.94/10.37 new_esEs18(GT, GT) 22.94/10.37 new_esEs11(x0, x1, app(ty_Maybe, x2)) 22.94/10.37 new_esEs25(Right(x0), Right(x1), x2, ty_Char) 22.94/10.37 new_esEs32(x0, x1, ty_Int) 22.94/10.37 new_esEs34(x0, x1, ty_@0) 22.94/10.37 new_ltEs21(x0, x1, app(app(ty_Either, x2), x3)) 22.94/10.37 new_lt8(x0, x1) 22.94/10.37 new_ltEs23(x0, x1, ty_Char) 22.94/10.37 new_ltEs16(Right(x0), Right(x1), x2, ty_Integer) 22.94/10.37 new_ltEs16(Right(x0), Right(x1), x2, ty_Float) 22.94/10.37 new_esEs18(LT, EQ) 22.94/10.37 new_esEs18(EQ, LT) 22.94/10.37 new_compare26(x0, x1, False, x2, x3) 22.94/10.37 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 22.94/10.37 new_compare10(x0, x1, x2, x3, x4, x5, True, x6, x7, x8, x9) 22.94/10.37 new_ltEs7(x0, x1) 22.94/10.37 new_lt23(x0, x1, app(app(ty_@2, x2), x3)) 22.94/10.37 new_esEs25(Left(x0), Right(x1), x2, x3) 22.94/10.37 new_esEs25(Right(x0), Left(x1), x2, x3) 22.94/10.37 new_esEs39(x0, x1, ty_Ordering) 22.94/10.37 new_ltEs24(x0, x1, ty_Integer) 22.94/10.37 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 22.94/10.37 new_esEs39(x0, x1, app(ty_Maybe, x2)) 22.94/10.37 new_ltEs23(x0, x1, ty_Bool) 22.94/10.37 new_primCmpInt(Neg(Zero), Neg(Zero)) 22.94/10.37 new_esEs33(x0, x1, app(ty_Maybe, x2)) 22.94/10.37 new_esEs25(Left(x0), Left(x1), ty_Int, x2) 22.94/10.37 new_esEs25(Right(x0), Right(x1), x2, ty_Float) 22.94/10.37 new_compare34(EQ, GT) 22.94/10.37 new_compare34(GT, EQ) 22.94/10.37 new_esEs8(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.94/10.37 new_lt21(x0, x1, ty_Integer) 22.94/10.37 new_esEs6(x0, x1, app(ty_[], x2)) 22.94/10.37 new_esEs9(x0, x1, ty_Bool) 22.94/10.37 new_esEs39(x0, x1, app(app(ty_@2, x2), x3)) 22.94/10.37 new_esEs28(x0, x1, ty_Ordering) 22.94/10.37 new_lt21(x0, x1, app(ty_Maybe, x2)) 22.94/10.37 new_primMulNat0(Succ(x0), Succ(x1)) 22.94/10.37 new_primCmpInt(Pos(Zero), Neg(Zero)) 22.94/10.37 new_primCmpInt(Neg(Zero), Pos(Zero)) 22.94/10.37 new_lt5(x0, x1, ty_Integer) 22.94/10.37 new_ltEs22(x0, x1, ty_Integer) 22.94/10.37 new_esEs29(x0, x1, ty_Int) 22.94/10.37 new_esEs32(x0, x1, ty_Ordering) 22.94/10.37 new_ltEs16(Right(x0), Right(x1), x2, ty_Int) 22.94/10.37 new_lt22(x0, x1, app(app(ty_@2, x2), x3)) 22.94/10.37 new_esEs13(x0, x1, app(app(ty_@2, x2), x3)) 22.94/10.37 new_esEs23(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 22.94/10.37 new_esEs32(x0, x1, ty_Bool) 22.94/10.37 new_esEs5(x0, x1, app(ty_[], x2)) 22.94/10.37 new_ltEs9(LT, LT) 22.94/10.37 new_esEs5(x0, x1, ty_Ordering) 22.94/10.37 new_ltEs16(Left(x0), Left(x1), ty_Int, x2) 22.94/10.37 new_lt4(x0, x1, ty_Double) 22.94/10.37 new_esEs37(x0, x1, ty_Bool) 22.94/10.37 new_primCmpNat0(Succ(x0), Succ(x1)) 22.94/10.37 new_esEs4(x0, x1, ty_Integer) 22.94/10.37 new_esEs37(x0, x1, ty_Float) 22.94/10.37 new_esEs28(x0, x1, ty_Integer) 22.94/10.37 new_ltEs16(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 22.94/10.37 new_esEs11(x0, x1, ty_Double) 22.94/10.37 new_esEs23(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 22.94/10.37 new_esEs25(Left(x0), Left(x1), ty_Bool, x2) 22.94/10.37 new_esEs32(x0, x1, ty_Integer) 22.94/10.37 new_esEs9(x0, x1, ty_Float) 22.94/10.37 new_esEs12(x0, x1, app(app(ty_Either, x2), x3)) 22.94/10.37 new_compare31(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 22.94/10.37 new_ltEs22(x0, x1, ty_Ordering) 22.94/10.37 new_ltEs23(x0, x1, ty_Ordering) 22.94/10.37 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 22.94/10.37 new_esEs6(x0, x1, ty_Int) 22.94/10.37 new_esEs23(Just(x0), Just(x1), ty_@0) 22.94/10.37 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 22.94/10.37 new_esEs4(x0, x1, ty_Bool) 22.94/10.37 new_esEs23(Just(x0), Nothing, x1) 22.94/10.37 new_esEs36(x0, x1, ty_@0) 22.94/10.37 new_ltEs20(x0, x1, app(ty_[], x2)) 22.94/10.37 new_esEs35(x0, x1, app(app(ty_@2, x2), x3)) 22.94/10.37 new_ltEs24(x0, x1, ty_Bool) 22.94/10.37 new_ltEs16(Right(x0), Right(x1), x2, ty_Char) 22.94/10.37 new_ltEs15(@2(x0, x1), @2(x2, x3), x4, x5) 22.94/10.37 new_esEs36(x0, x1, ty_Double) 22.94/10.37 new_esEs25(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 22.94/10.37 new_esEs18(EQ, EQ) 22.94/10.37 new_esEs23(Just(x0), Just(x1), ty_Double) 22.94/10.37 new_esEs11(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.94/10.37 new_ltEs16(Left(x0), Left(x1), ty_Float, x2) 22.94/10.37 new_esEs9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.94/10.37 new_esEs25(Left(x0), Left(x1), ty_Char, x2) 22.94/10.37 new_ltEs20(x0, x1, ty_Double) 22.94/10.37 new_esEs38(x0, x1, ty_Ordering) 22.94/10.37 new_lt20(x0, x1, app(ty_Maybe, x2)) 22.94/10.37 new_lt15(x0, x1, x2) 22.94/10.37 new_primCompAux0(x0, LT) 22.94/10.37 new_ltEs23(x0, x1, ty_Integer) 22.94/10.37 new_esEs36(x0, x1, app(ty_Ratio, x2)) 22.94/10.37 new_pePe(True, x0) 22.94/10.37 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 22.94/10.37 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 22.94/10.37 new_primPlusNat1(Zero, Succ(x0)) 22.94/10.37 new_lt20(x0, x1, app(ty_Ratio, x2)) 22.94/10.37 new_ltEs20(x0, x1, ty_@0) 22.94/10.37 new_ltEs16(Right(x0), Right(x1), x2, ty_Bool) 22.94/10.37 new_esEs23(Just(x0), Just(x1), app(ty_Maybe, x2)) 22.94/10.37 new_esEs8(x0, x1, app(ty_[], x2)) 22.94/10.37 new_ltEs23(x0, x1, app(app(ty_Either, x2), x3)) 22.94/10.37 new_lt4(x0, x1, ty_@0) 22.94/10.37 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 22.94/10.37 new_esEs6(x0, x1, ty_Char) 22.94/10.37 new_ltEs21(x0, x1, ty_Float) 22.94/10.37 new_esEs25(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 22.94/10.37 new_ltEs14(Just(x0), Just(x1), ty_Integer) 22.94/10.37 new_lt23(x0, x1, ty_Float) 22.94/10.37 new_esEs37(x0, x1, ty_Int) 22.94/10.37 new_primPlusNat1(Succ(x0), Succ(x1)) 22.94/10.37 new_esEs9(x0, x1, app(ty_Maybe, x2)) 22.94/10.37 new_compare25(x0, x1, False, x2) 22.94/10.37 new_esEs11(x0, x1, ty_@0) 22.94/10.37 new_ltEs16(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 22.94/10.37 new_ltEs4(x0, x1, app(app(ty_Either, x2), x3)) 22.94/10.37 new_asAs(True, x0) 22.94/10.37 new_esEs9(x0, x1, ty_Int) 22.94/10.37 new_lt5(x0, x1, ty_Ordering) 22.94/10.37 new_ltEs14(Just(x0), Just(x1), ty_@0) 22.94/10.37 new_esEs31(EQ) 22.94/10.37 new_ltEs19(x0, x1, ty_Ordering) 22.94/10.37 new_esEs33(x0, x1, ty_Float) 22.94/10.37 new_esEs38(x0, x1, ty_Int) 22.94/10.37 new_esEs10(x0, x1, ty_Ordering) 22.94/10.37 new_ltEs14(Just(x0), Just(x1), app(ty_Maybe, x2)) 22.94/10.37 new_compare32(x0, x1, app(ty_Maybe, x2)) 22.94/10.37 new_esEs37(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.94/10.37 new_ltEs21(x0, x1, ty_Integer) 22.94/10.37 new_lt5(x0, x1, app(ty_Ratio, x2)) 22.94/10.37 new_ltEs14(Just(x0), Just(x1), ty_Bool) 22.94/10.37 new_ltEs19(x0, x1, app(ty_[], x2)) 22.94/10.37 new_lt20(x0, x1, ty_Char) 22.94/10.37 new_compare30(:%(x0, x1), :%(x2, x3), ty_Int) 22.94/10.37 new_esEs13(x0, x1, ty_Int) 22.94/10.37 new_esEs12(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.94/10.37 new_ltEs24(x0, x1, ty_Char) 22.94/10.37 new_ltEs19(x0, x1, ty_Double) 22.94/10.37 new_ltEs16(Left(x0), Right(x1), x2, x3) 22.94/10.37 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.94/10.37 new_compare9(True, False) 22.94/10.37 new_compare7(x0, x1) 22.94/10.37 new_ltEs16(Right(x0), Left(x1), x2, x3) 22.94/10.37 new_compare9(False, True) 22.94/10.37 new_primMulNat0(Zero, Succ(x0)) 22.94/10.37 new_esEs23(Just(x0), Just(x1), ty_Bool) 22.94/10.37 new_compare28(x0, x1, x2, x3, False, x4, x5) 22.94/10.37 new_primMulNat0(Zero, Zero) 22.94/10.37 new_lt5(x0, x1, ty_Float) 22.94/10.37 new_compare24(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 22.94/10.37 new_esEs23(Just(x0), Just(x1), ty_Integer) 22.94/10.37 new_ltEs23(x0, x1, app(ty_Ratio, x2)) 22.94/10.37 new_compare14(Integer(x0), Integer(x1)) 22.94/10.37 new_esEs10(x0, x1, ty_Double) 22.94/10.37 new_esEs28(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.94/10.37 new_compare13(x0, x1, x2, x3, False, x4, x5) 22.94/10.37 new_esEs33(x0, x1, app(app(ty_@2, x2), x3)) 22.94/10.37 new_ltEs18(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 22.94/10.37 new_esEs13(x0, x1, ty_Double) 22.94/10.37 new_ltEs20(x0, x1, ty_Integer) 22.94/10.37 new_esEs6(x0, x1, ty_Ordering) 22.94/10.37 new_esEs35(x0, x1, app(app(ty_Either, x2), x3)) 22.94/10.37 new_esEs11(x0, x1, ty_Char) 22.94/10.37 new_compare32(x0, x1, ty_Char) 22.94/10.37 new_ltEs24(x0, x1, ty_Int) 22.94/10.37 new_esEs40(x0, x1, app(ty_Ratio, x2)) 22.94/10.37 new_esEs36(x0, x1, app(app(ty_Either, x2), x3)) 22.94/10.37 new_esEs25(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 22.94/10.37 new_esEs37(x0, x1, app(app(ty_@2, x2), x3)) 22.94/10.37 new_esEs4(x0, x1, ty_Float) 22.94/10.37 new_ltEs21(x0, x1, app(ty_Maybe, x2)) 22.94/10.37 new_esEs12(x0, x1, ty_Double) 22.94/10.37 new_esEs36(x0, x1, app(ty_Maybe, x2)) 22.94/10.37 new_esEs8(x0, x1, ty_Integer) 22.94/10.37 new_ltEs16(Left(x0), Left(x1), ty_Char, x2) 22.94/10.37 new_ltEs16(Right(x0), Right(x1), x2, ty_@0) 22.94/10.37 new_ltEs20(x0, x1, ty_Bool) 22.94/10.37 new_ltEs14(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 22.94/10.37 new_lt21(x0, x1, app(ty_[], x2)) 22.94/10.37 new_ltEs14(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 22.94/10.37 new_esEs34(x0, x1, ty_Float) 22.94/10.37 new_esEs13(x0, x1, app(app(ty_Either, x2), x3)) 22.94/10.37 new_ltEs10(True, False) 22.94/10.37 new_ltEs10(False, True) 22.94/10.37 new_ltEs19(x0, x1, ty_Int) 22.94/10.37 new_ltEs16(Left(x0), Left(x1), ty_Bool, x2) 22.94/10.37 new_lt22(x0, x1, ty_Integer) 22.94/10.37 new_esEs18(EQ, GT) 22.94/10.37 new_esEs18(GT, EQ) 22.94/10.37 new_esEs40(x0, x1, ty_Bool) 22.94/10.37 new_ltEs21(x0, x1, ty_Bool) 22.94/10.37 new_ltEs24(x0, x1, ty_Ordering) 22.94/10.37 new_esEs23(Nothing, Just(x0), x1) 22.94/10.37 new_lt17(x0, x1, x2, x3) 22.94/10.37 new_sr(Integer(x0), Integer(x1)) 22.94/10.37 new_ltEs16(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 22.94/10.37 new_esEs37(x0, x1, app(app(ty_Either, x2), x3)) 22.94/10.37 new_esEs7(x0, x1, ty_Double) 22.94/10.37 new_esEs30(x0, x1, ty_Int) 22.94/10.37 new_esEs22(Integer(x0), Integer(x1)) 22.94/10.37 new_esEs13(x0, x1, ty_Ordering) 22.94/10.37 new_esEs39(x0, x1, app(app(ty_Either, x2), x3)) 22.94/10.37 new_ltEs21(x0, x1, app(ty_[], x2)) 22.94/10.37 new_esEs8(x0, x1, ty_Float) 22.94/10.37 new_ltEs22(x0, x1, app(ty_Ratio, x2)) 22.94/10.37 new_esEs12(x0, x1, ty_Ordering) 22.94/10.37 new_ltEs4(x0, x1, app(ty_Maybe, x2)) 22.94/10.37 new_esEs6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.94/10.37 new_ltEs14(Just(x0), Just(x1), ty_Char) 22.94/10.37 new_esEs10(x0, x1, app(app(ty_@2, x2), x3)) 22.94/10.37 new_lt20(x0, x1, ty_Bool) 22.94/10.37 new_ltEs23(x0, x1, app(ty_[], x2)) 22.94/10.37 new_lt22(x0, x1, ty_Float) 22.94/10.37 new_compare32(x0, x1, ty_Double) 22.94/10.37 new_ltEs23(x0, x1, ty_Float) 22.94/10.37 new_not(True) 22.94/10.37 new_esEs36(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.94/10.37 new_lt22(x0, x1, app(ty_Ratio, x2)) 22.94/10.37 new_esEs9(x0, x1, ty_Ordering) 22.94/10.37 new_primCompAux1(x0, x1, x2, x3) 22.94/10.37 new_lt22(x0, x1, ty_Bool) 22.94/10.37 new_esEs17(x0, x1) 22.94/10.37 new_esEs25(Right(x0), Right(x1), x2, ty_Double) 22.94/10.37 new_ltEs22(x0, x1, app(ty_[], x2)) 22.94/10.37 new_lt23(x0, x1, app(ty_Ratio, x2)) 22.94/10.37 new_compare32(x0, x1, app(app(ty_@2, x2), x3)) 22.94/10.37 new_ltEs16(Right(x0), Right(x1), x2, ty_Ordering) 22.94/10.37 new_lt20(x0, x1, ty_Double) 22.94/10.37 new_esEs12(x0, x1, ty_Int) 22.94/10.37 new_lt22(x0, x1, app(ty_[], x2)) 22.94/10.37 new_esEs25(Right(x0), Right(x1), x2, ty_Ordering) 22.94/10.37 new_esEs28(x0, x1, app(app(ty_Either, x2), x3)) 22.94/10.37 new_esEs28(x0, x1, ty_Float) 22.94/10.37 new_ltEs16(Left(x0), Left(x1), ty_Ordering, x2) 22.94/10.37 new_esEs33(x0, x1, ty_Integer) 22.94/10.37 new_esEs35(x0, x1, ty_Float) 22.94/10.37 new_ltEs8(x0, x1) 22.94/10.37 new_esEs32(x0, x1, app(app(ty_Either, x2), x3)) 22.94/10.37 new_ltEs19(x0, x1, ty_Char) 22.94/10.37 new_esEs25(Left(x0), Left(x1), ty_Integer, x2) 22.94/10.37 new_esEs37(x0, x1, app(ty_[], x2)) 22.94/10.37 new_esEs10(x0, x1, ty_Char) 22.94/10.37 new_ltEs14(Just(x0), Just(x1), ty_Int) 22.94/10.37 new_esEs24(@2(x0, x1), @2(x2, x3), x4, x5) 22.94/10.37 new_esEs6(x0, x1, app(app(ty_@2, x2), x3)) 22.94/10.37 new_lt20(x0, x1, ty_@0) 22.94/10.37 new_lt5(x0, x1, app(app(ty_@2, x2), x3)) 22.94/10.37 new_lt22(x0, x1, ty_@0) 22.94/10.37 new_esEs32(x0, x1, ty_Float) 22.94/10.37 new_ltEs24(x0, x1, app(ty_Maybe, x2)) 22.94/10.37 new_esEs12(x0, x1, ty_Char) 22.94/10.37 new_esEs5(x0, x1, ty_Int) 22.94/10.37 new_esEs40(x0, x1, app(ty_[], x2)) 22.94/10.37 new_ltEs23(x0, x1, ty_@0) 22.94/10.37 new_esEs39(x0, x1, ty_Double) 22.94/10.37 new_esEs35(x0, x1, app(ty_[], x2)) 22.94/10.37 new_esEs40(x0, x1, ty_@0) 22.94/10.37 new_lt20(x0, x1, ty_Int) 22.94/10.37 new_esEs5(x0, x1, ty_Double) 22.94/10.37 new_esEs6(x0, x1, app(ty_Maybe, x2)) 22.94/10.37 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 22.94/10.37 new_esEs38(x0, x1, ty_Double) 22.94/10.37 new_esEs40(x0, x1, ty_Char) 22.94/10.37 new_lt4(x0, x1, ty_Integer) 22.94/10.37 new_esEs40(x0, x1, ty_Double) 22.94/10.37 new_lt4(x0, x1, app(app(ty_Either, x2), x3)) 22.94/10.37 new_esEs39(x0, x1, app(ty_[], x2)) 22.94/10.37 new_fsEs(x0) 22.94/10.37 new_esEs38(x0, x1, ty_@0) 22.94/10.37 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 22.94/10.37 new_ltEs16(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 22.94/10.37 new_ltEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.94/10.37 new_esEs5(x0, x1, ty_Char) 22.94/10.37 new_lt13(x0, x1, x2) 22.94/10.37 new_compare32(x0, x1, ty_Int) 22.94/10.37 new_lt20(x0, x1, app(ty_[], x2)) 22.94/10.37 new_esEs25(Left(x0), Left(x1), ty_Ordering, x2) 22.94/10.37 new_lt23(x0, x1, app(app(ty_Either, x2), x3)) 22.94/10.37 new_lt23(x0, x1, app(ty_[], x2)) 22.94/10.37 new_ltEs14(Nothing, Nothing, x0) 22.94/10.37 new_compare34(LT, LT) 22.94/10.37 new_lt21(x0, x1, ty_Float) 22.94/10.37 new_lt5(x0, x1, app(ty_Maybe, x2)) 22.94/10.37 new_esEs9(x0, x1, app(app(ty_@2, x2), x3)) 22.94/10.37 new_esEs37(x0, x1, ty_Ordering) 22.94/10.37 new_lt23(x0, x1, ty_Ordering) 22.94/10.37 new_esEs40(x0, x1, ty_Int) 22.94/10.37 new_lt22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.94/10.37 new_ltEs16(Left(x0), Left(x1), ty_Integer, x2) 22.94/10.37 new_compare32(x0, x1, app(ty_Ratio, x2)) 22.94/10.37 new_lt18(x0, x1) 22.94/10.37 new_esEs10(x0, x1, ty_@0) 22.94/10.37 new_primCmpNat0(Succ(x0), Zero) 22.94/10.37 new_esEs18(LT, LT) 22.94/10.37 new_esEs19(True, True) 22.94/10.37 new_esEs11(x0, x1, ty_Ordering) 22.94/10.37 new_compare32(x0, x1, ty_@0) 22.94/10.37 new_esEs38(x0, x1, ty_Char) 22.94/10.37 new_ltEs19(x0, x1, ty_Bool) 22.94/10.37 new_esEs8(x0, x1, ty_Bool) 22.94/10.37 new_lt5(x0, x1, ty_@0) 22.94/10.37 new_esEs10(x0, x1, ty_Int) 22.94/10.37 new_esEs7(x0, x1, app(ty_Ratio, x2)) 22.94/10.37 new_esEs7(x0, x1, app(app(ty_Either, x2), x3)) 22.94/10.37 new_ltEs21(x0, x1, app(ty_Ratio, x2)) 22.94/10.37 new_primCmpInt(Pos(Zero), Pos(Zero)) 22.94/10.37 new_esEs5(x0, x1, app(app(ty_@2, x2), x3)) 22.94/10.37 new_esEs18(LT, GT) 22.94/10.37 new_esEs18(GT, LT) 22.94/10.37 new_ltEs20(x0, x1, ty_Int) 22.94/10.37 new_esEs33(x0, x1, app(ty_Ratio, x2)) 22.94/10.37 new_esEs40(x0, x1, app(app(ty_Either, x2), x3)) 22.94/10.37 new_ltEs14(Just(x0), Just(x1), ty_Double) 22.94/10.37 new_primEqNat0(Succ(x0), Zero) 22.94/10.37 new_esEs34(x0, x1, ty_Integer) 22.94/10.37 new_esEs10(x0, x1, ty_Bool) 22.94/10.37 new_lt11(x0, x1) 22.94/10.37 new_esEs33(x0, x1, ty_@0) 22.94/10.37 new_lt16(x0, x1, x2, x3) 22.94/10.37 new_lt22(x0, x1, app(app(ty_Either, x2), x3)) 22.94/10.37 new_esEs39(x0, x1, ty_Int) 22.94/10.37 new_esEs11(x0, x1, ty_Integer) 22.94/10.37 new_compare34(GT, GT) 22.94/10.37 new_compare32(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.94/10.37 new_lt12(x0, x1) 22.94/10.37 new_lt4(x0, x1, ty_Char) 22.94/10.37 new_compare9(True, True) 22.94/10.37 new_ltEs22(x0, x1, app(app(ty_Either, x2), x3)) 22.94/10.37 new_compare33(Char(x0), Char(x1)) 22.94/10.37 new_esEs34(x0, x1, app(ty_Ratio, x2)) 22.94/10.37 new_compare9(False, False) 22.94/10.37 new_primEqNat0(Zero, Succ(x0)) 22.94/10.37 new_compare29(Nothing, Nothing, x0) 22.94/10.37 new_esEs15([], :(x0, x1), x2) 22.94/10.37 new_esEs23(Just(x0), Just(x1), ty_Ordering) 22.94/10.37 new_esEs23(Just(x0), Just(x1), ty_Float) 22.94/10.37 new_esEs10(x0, x1, app(ty_Maybe, x2)) 22.94/10.37 new_lt21(x0, x1, ty_@0) 22.94/10.37 new_ltEs17(x0, x1) 22.94/10.37 new_compare29(Nothing, Just(x0), x1) 22.94/10.37 new_esEs35(x0, x1, ty_Integer) 22.94/10.37 new_ltEs21(x0, x1, app(app(ty_@2, x2), x3)) 22.94/10.37 new_esEs6(x0, x1, ty_@0) 22.94/10.37 new_esEs16(Char(x0), Char(x1)) 22.94/10.37 new_esEs38(x0, x1, app(ty_Maybe, x2)) 22.94/10.37 new_esEs39(x0, x1, ty_Char) 22.94/10.37 new_esEs25(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 22.94/10.37 new_esEs33(x0, x1, app(app(ty_Either, x2), x3)) 22.94/10.37 new_ltEs14(Nothing, Just(x0), x1) 22.94/10.37 new_pePe(False, x0) 22.94/10.37 new_ltEs22(x0, x1, ty_Float) 22.94/10.37 new_esEs9(x0, x1, app(ty_[], x2)) 22.94/10.37 new_esEs7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.94/10.37 new_esEs37(x0, x1, app(ty_Maybe, x2)) 22.94/10.37 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 22.94/10.37 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 22.94/10.37 new_ltEs19(x0, x1, ty_Integer) 22.94/10.37 new_asAs(False, x0) 22.94/10.37 new_ltEs16(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 23.22/10.37 new_primMulInt(Pos(x0), Neg(x1)) 23.22/10.37 new_primMulInt(Neg(x0), Pos(x1)) 23.22/10.37 new_ltEs19(x0, x1, ty_@0) 23.22/10.37 new_esEs13(x0, x1, ty_Integer) 23.22/10.37 new_esEs37(x0, x1, app(ty_Ratio, x2)) 23.22/10.37 new_esEs8(x0, x1, ty_@0) 23.22/10.37 new_compare16(x0, x1, x2, x3, True, x4, x5, x6) 23.22/10.37 new_esEs4(x0, x1, ty_@0) 23.22/10.37 new_lt21(x0, x1, app(ty_Ratio, x2)) 23.22/10.37 new_ltEs4(x0, x1, ty_Float) 23.22/10.37 new_esEs4(x0, x1, app(ty_Maybe, x2)) 23.22/10.37 new_esEs7(x0, x1, ty_Int) 23.22/10.37 new_esEs39(x0, x1, ty_Float) 23.22/10.37 new_esEs32(x0, x1, ty_@0) 23.22/10.37 new_esEs11(x0, x1, ty_Bool) 23.22/10.37 new_compare34(LT, EQ) 23.22/10.37 new_compare34(EQ, LT) 23.22/10.37 new_esEs4(x0, x1, app(ty_[], x2)) 23.22/10.37 new_ltEs21(x0, x1, ty_Double) 23.22/10.37 new_lt20(x0, x1, ty_Integer) 23.22/10.37 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 23.22/10.37 new_esEs35(x0, x1, app(ty_Ratio, x2)) 23.22/10.37 new_esEs12(x0, x1, ty_@0) 23.22/10.37 new_esEs7(x0, x1, ty_Char) 23.22/10.37 new_compare32(x0, x1, ty_Bool) 23.22/10.37 new_ltEs16(Left(x0), Left(x1), ty_Double, x2) 23.22/10.37 new_ltEs24(x0, x1, app(ty_[], x2)) 23.22/10.37 new_lt21(x0, x1, app(app(ty_Either, x2), x3)) 23.22/10.37 new_lt10(x0, x1) 23.22/10.37 new_esEs8(x0, x1, ty_Ordering) 23.22/10.37 new_ltEs9(GT, EQ) 23.22/10.37 new_ltEs9(EQ, GT) 23.22/10.37 new_primEqNat0(Zero, Zero) 23.22/10.37 new_lt23(x0, x1, ty_@0) 23.22/10.37 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 23.22/10.37 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 23.22/10.37 new_esEs37(x0, x1, ty_@0) 23.22/10.37 new_esEs36(x0, x1, app(app(ty_@2, x2), x3)) 23.22/10.37 new_ltEs21(x0, x1, ty_@0) 23.22/10.37 new_lt23(x0, x1, ty_Double) 23.22/10.37 new_not(False) 23.22/10.37 new_ltEs11(x0, x1) 23.22/10.37 new_esEs32(x0, x1, app(app(ty_@2, x2), x3)) 23.22/10.37 new_esEs9(x0, x1, ty_Double) 23.22/10.37 new_lt20(x0, x1, ty_Ordering) 23.22/10.37 new_esEs8(x0, x1, app(app(ty_@2, x2), x3)) 23.22/10.37 new_esEs23(Just(x0), Just(x1), app(ty_[], x2)) 23.22/10.37 new_ltEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 23.22/10.37 new_lt4(x0, x1, ty_Bool) 23.22/10.37 new_esEs37(x0, x1, ty_Double) 23.22/10.37 new_ltEs24(x0, x1, ty_@0) 23.22/10.37 new_esEs38(x0, x1, app(app(ty_Either, x2), x3)) 23.22/10.37 new_lt4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 23.22/10.37 new_esEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 23.22/10.37 new_esEs25(Right(x0), Right(x1), x2, ty_@0) 23.22/10.37 new_esEs11(x0, x1, ty_Float) 23.22/10.37 new_esEs40(x0, x1, app(ty_Maybe, x2)) 23.22/10.37 new_lt22(x0, x1, ty_Ordering) 23.22/10.37 new_compare12(x0, x1, False, x2, x3) 23.22/10.37 new_esEs7(x0, x1, ty_Bool) 23.22/10.37 new_ltEs4(x0, x1, app(ty_[], x2)) 23.22/10.37 new_lt4(x0, x1, ty_Float) 23.22/10.37 new_esEs40(x0, x1, ty_Integer) 23.22/10.37 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 23.22/10.37 new_lt4(x0, x1, app(ty_[], x2)) 23.22/10.37 new_esEs7(x0, x1, ty_Ordering) 23.22/10.37 new_primMulNat0(Succ(x0), Zero) 23.22/10.37 new_lt4(x0, x1, app(app(ty_@2, x2), x3)) 23.22/10.37 new_ltEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 23.22/10.37 new_lt21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 23.22/10.37 new_esEs13(x0, x1, ty_Char) 23.22/10.37 new_ltEs20(x0, x1, ty_Float) 23.22/10.37 new_primEqNat0(Succ(x0), Succ(x1)) 23.22/10.37 new_esEs10(x0, x1, app(ty_Ratio, x2)) 23.22/10.37 new_esEs11(x0, x1, app(app(ty_@2, x2), x3)) 23.22/10.37 new_ltEs4(x0, x1, app(app(ty_@2, x2), x3)) 23.22/10.37 new_esEs36(x0, x1, ty_Char) 23.22/10.37 new_esEs34(x0, x1, ty_Bool) 23.22/10.37 new_esEs10(x0, x1, ty_Integer) 23.22/10.37 new_esEs23(Just(x0), Just(x1), ty_Char) 23.22/10.37 new_esEs25(Left(x0), Left(x1), ty_Double, x2) 23.22/10.37 new_ltEs16(Left(x0), Left(x1), ty_@0, x2) 23.22/10.37 new_compare0(:(x0, x1), :(x2, x3), x4) 23.22/10.37 new_ltEs20(x0, x1, app(ty_Ratio, x2)) 23.22/10.37 new_esEs28(x0, x1, app(ty_Ratio, x2)) 23.22/10.37 new_esEs12(x0, x1, app(ty_Ratio, x2)) 23.22/10.37 new_esEs35(x0, x1, ty_Ordering) 23.22/10.37 new_compare0(:(x0, x1), [], x2) 23.22/10.37 new_esEs36(x0, x1, ty_Float) 23.22/10.37 new_ltEs16(Right(x0), Right(x1), x2, ty_Double) 23.22/10.37 new_esEs25(Left(x0), Left(x1), ty_@0, x2) 23.22/10.37 new_compare27(x0, x1, True, x2, x3) 23.22/10.37 new_ltEs20(x0, x1, ty_Char) 23.22/10.37 new_esEs7(x0, x1, ty_Integer) 23.22/10.37 new_ltEs24(x0, x1, ty_Double) 23.22/10.37 new_lt4(x0, x1, app(ty_Maybe, x2)) 23.22/10.37 new_esEs33(x0, x1, app(ty_[], x2)) 23.22/10.37 new_esEs5(x0, x1, app(ty_Maybe, x2)) 23.22/10.37 new_compare17(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 23.22/10.37 new_esEs13(x0, x1, ty_Bool) 23.22/10.37 new_compare11(x0, x1, False, x2) 23.22/10.37 new_esEs38(x0, x1, app(ty_Ratio, x2)) 23.22/10.37 new_esEs38(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 23.22/10.37 new_esEs23(Just(x0), Just(x1), ty_Int) 23.22/10.37 new_compare32(x0, x1, ty_Integer) 23.22/10.37 new_esEs9(x0, x1, ty_@0) 23.22/10.37 new_compare10(x0, x1, x2, x3, x4, x5, False, x6, x7, x8, x9) 23.22/10.37 new_esEs40(x0, x1, ty_Ordering) 23.22/10.37 new_compare32(x0, x1, ty_Ordering) 23.22/10.37 new_esEs36(x0, x1, ty_Int) 23.22/10.37 new_ltEs10(True, True) 23.22/10.37 new_esEs11(x0, x1, ty_Int) 23.22/10.37 new_esEs28(x0, x1, app(ty_Maybe, x2)) 23.22/10.37 new_primCompAux0(x0, GT) 23.22/10.37 new_lt19(x0, x1, x2, x3, x4) 23.22/10.37 new_esEs6(x0, x1, ty_Double) 23.22/10.37 new_esEs7(x0, x1, app(ty_Maybe, x2)) 23.22/10.37 new_ltEs20(x0, x1, app(app(ty_Either, x2), x3)) 23.22/10.37 new_primCmpNat0(Zero, Zero) 23.22/10.37 new_lt4(x0, x1, ty_Int) 23.22/10.37 new_ltEs9(GT, LT) 23.22/10.37 new_ltEs9(LT, GT) 23.22/10.37 new_primMulInt(Neg(x0), Neg(x1)) 23.22/10.37 23.22/10.37 We have to consider all minimal (P,Q,R)-chains. 23.22/10.37 ---------------------------------------- 23.22/10.37 23.22/10.37 (19) QDPSizeChangeProof (EQUIVALENT) 23.22/10.37 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. 23.22/10.37 23.22/10.37 From the DPs we obtained the following set of size-change graphs: 23.22/10.37 *new_ltEs3(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), baf, bag, app(app(app(ty_@3, bbf), bbg), bbh)) -> new_ltEs3(vwx252, vwx262, bbf, bbg, bbh) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs0(Just(vwx250), Just(vwx260), app(app(app(ty_@3, db), dc), dd)) -> new_ltEs3(vwx250, vwx260, db, dc, dd) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs3(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), baf, bag, app(ty_Maybe, bba)) -> new_ltEs0(vwx252, vwx262, bba) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs0(Just(vwx250), Just(vwx260), app(ty_Maybe, cd)) -> new_ltEs0(vwx250, vwx260, cd) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs3(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), baf, bag, app(ty_[], bah)) -> new_ltEs(vwx252, vwx262, bah) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs0(Just(vwx250), Just(vwx260), app(ty_[], cc)) -> new_ltEs(vwx250, vwx260, cc) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_lt0(vwx74, vwx76, bed) -> new_compare1(vwx74, vwx76, bed) 23.22/10.37 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs3(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), baf, bag, app(app(ty_@2, bbb), bbc)) -> new_ltEs1(vwx252, vwx262, bbb, bbc) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs0(Just(vwx250), Just(vwx260), app(app(ty_@2, ce), cf)) -> new_ltEs1(vwx250, vwx260, ce, cf) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs0(Just(vwx250), Just(vwx260), app(app(ty_Either, cg), da)) -> new_ltEs2(vwx250, vwx260, cg, da) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_lt3(vwx74, vwx76, bge, bgf, bgg) -> new_compare5(vwx74, vwx76, bge, bgf, bgg) 23.22/10.37 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4, 5 >= 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs3(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), baf, bag, app(app(ty_Either, bbd), bbe)) -> new_ltEs2(vwx252, vwx262, bbd, bbe) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs(vwx25, vwx26, cb) -> new_compare(vwx25, vwx26, cb) 23.22/10.37 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare23(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, False, ccg, cbe, app(app(app(ty_@3, cdf), cdg), cdh)) -> new_ltEs3(vwx63, vwx66, cdf, cdg, cdh) 23.22/10.37 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3, 10 > 4, 10 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare23(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, False, ccg, cbe, app(ty_Maybe, cda)) -> new_ltEs0(vwx63, vwx66, cda) 23.22/10.37 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare23(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, False, ccg, cbe, app(ty_[], cch)) -> new_ltEs(vwx63, vwx66, cch) 23.22/10.37 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare23(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, False, ccg, cbe, app(app(ty_@2, cdb), cdc)) -> new_ltEs1(vwx63, vwx66, cdb, cdc) 23.22/10.37 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3, 10 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare23(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, False, ccg, cbe, app(app(ty_Either, cdd), cde)) -> new_ltEs2(vwx63, vwx66, cdd, cde) 23.22/10.37 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3, 10 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare20(vwx74, vwx75, vwx76, vwx77, False, app(app(app(ty_@3, bge), bgf), bgg), bgb) -> new_compare5(vwx74, vwx76, bge, bgf, bgg) 23.22/10.37 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3, 6 > 4, 6 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare4(Left(vwx300), Left(vwx400), be, bf) -> new_compare21(vwx300, vwx400, new_esEs7(vwx300, vwx400, be), be, bf) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4, 4 >= 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_primCompAux(Left(vwx300), Left(vwx400), vwx15, app(app(ty_Either, be), bf)) -> new_compare21(vwx300, vwx400, new_esEs7(vwx300, vwx400, be), be, bf) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4, 4 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare4(Right(vwx300), Right(vwx400), be, bf) -> new_compare22(vwx300, vwx400, new_esEs8(vwx300, vwx400, bf), be, bf) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4, 4 >= 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_primCompAux(Right(vwx300), Right(vwx400), vwx15, app(app(ty_Either, be), bf)) -> new_compare22(vwx300, vwx400, new_esEs8(vwx300, vwx400, bf), be, bf) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4, 4 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_lt1(vwx74, vwx76, bee, bef) -> new_compare3(vwx74, vwx76, bee, bef) 23.22/10.37 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare5(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bg, bh, ca) -> new_compare23(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs9(vwx300, vwx400, bg), new_asAs(new_esEs10(vwx301, vwx401, bh), new_esEs11(vwx302, vwx402, ca))), bg, bh, ca) 23.22/10.37 The graph contains the following edges 1 > 1, 1 > 2, 1 > 3, 2 > 4, 2 > 5, 2 > 6, 3 >= 8, 4 >= 9, 5 >= 10 23.22/10.37 23.22/10.37 23.22/10.37 *new_primCompAux(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), vwx15, app(app(app(ty_@3, bg), bh), ca)) -> new_compare23(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs9(vwx300, vwx400, bg), new_asAs(new_esEs10(vwx301, vwx401, bh), new_esEs11(vwx302, vwx402, ca))), bg, bh, ca) 23.22/10.37 The graph contains the following edges 1 > 1, 1 > 2, 1 > 3, 2 > 4, 2 > 5, 2 > 6, 4 > 8, 4 > 9, 4 > 10 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs1(@2(vwx250, vwx251), @2(vwx260, vwx261), de, app(app(app(ty_@3, ed), ee), ef)) -> new_ltEs3(vwx251, vwx261, ed, ee, ef) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs1(@2(vwx250, vwx251), @2(vwx260, vwx261), de, app(ty_Maybe, dg)) -> new_ltEs0(vwx251, vwx261, dg) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs1(@2(vwx250, vwx251), @2(vwx260, vwx261), de, app(ty_[], df)) -> new_ltEs(vwx251, vwx261, df) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs1(@2(vwx250, vwx251), @2(vwx260, vwx261), de, app(app(ty_@2, dh), ea)) -> new_ltEs1(vwx251, vwx261, dh, ea) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs1(@2(vwx250, vwx251), @2(vwx260, vwx261), de, app(app(ty_Either, eb), ec)) -> new_ltEs2(vwx251, vwx261, eb, ec) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs1(@2(vwx250, vwx251), @2(vwx260, vwx261), app(app(app(ty_@3, fg), fh), ga), eh) -> new_lt3(vwx250, vwx260, fg, fh, ga) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare20(vwx74, vwx75, vwx76, vwx77, False, app(ty_Maybe, bed), bgb) -> new_compare1(vwx74, vwx76, bed) 23.22/10.37 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_primCompAux(vwx30, vwx40, new_compare0(vwx31, vwx41, h), h) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_compare(vwx31, vwx41, h) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_lt(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_primCompAux(vwx30, vwx40, new_compare0(vwx31, vwx41, h), h) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_lt(:(vwx30, vwx31), :(vwx40, vwx41), h) -> new_compare(vwx31, vwx41, h) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_lt2(vwx74, vwx76, bgc, bgd) -> new_compare4(vwx74, vwx76, bgc, bgd) 23.22/10.37 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare3(@2(vwx300, vwx301), @2(vwx400, vwx401), bc, bd) -> new_compare20(vwx300, vwx301, vwx400, vwx401, new_asAs(new_esEs5(vwx300, vwx400, bc), new_esEs6(vwx301, vwx401, bd)), bc, bd) 23.22/10.37 The graph contains the following edges 1 > 1, 1 > 2, 2 > 3, 2 > 4, 3 >= 6, 4 >= 7 23.22/10.37 23.22/10.37 23.22/10.37 *new_primCompAux(@2(vwx300, vwx301), @2(vwx400, vwx401), vwx15, app(app(ty_@2, bc), bd)) -> new_compare20(vwx300, vwx301, vwx400, vwx401, new_asAs(new_esEs5(vwx300, vwx400, bc), new_esEs6(vwx301, vwx401, bd)), bc, bd) 23.22/10.37 The graph contains the following edges 1 > 1, 1 > 2, 2 > 3, 2 > 4, 4 > 6, 4 > 7 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare1(Just(vwx300), Just(vwx400), bb) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, bb), bb) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_primCompAux(Just(vwx300), Just(vwx400), vwx15, app(ty_Maybe, bb)) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, bb), bb) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs1(@2(vwx250, vwx251), @2(vwx260, vwx261), app(ty_Maybe, fa), eh) -> new_lt0(vwx250, vwx260, fa) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare21(vwx43, vwx44, False, app(app(app(ty_@3, bhg), bhh), caa), bha) -> new_ltEs3(vwx43, vwx44, bhg, bhh, caa) 23.22/10.37 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4, 4 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare21(vwx43, vwx44, False, app(ty_Maybe, bhb), bha) -> new_ltEs0(vwx43, vwx44, bhb) 23.22/10.37 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare21(vwx43, vwx44, False, app(ty_[], bgh), bha) -> new_ltEs(vwx43, vwx44, bgh) 23.22/10.37 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare21(vwx43, vwx44, False, app(app(ty_@2, bhc), bhd), bha) -> new_ltEs1(vwx43, vwx44, bhc, bhd) 23.22/10.37 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare21(vwx43, vwx44, False, app(app(ty_Either, bhe), bhf), bha) -> new_ltEs2(vwx43, vwx44, bhe, bhf) 23.22/10.37 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare20(vwx74, vwx75, vwx76, vwx77, False, app(app(ty_Either, bgc), bgd), bgb) -> new_compare4(vwx74, vwx76, bgc, bgd) 23.22/10.37 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3, 6 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs1(@2(vwx250, vwx251), @2(vwx260, vwx261), app(ty_[], eg), eh) -> new_lt(vwx250, vwx260, eg) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare20(vwx74, vwx75, vwx76, vwx77, False, app(ty_[], bga), bgb) -> new_lt(vwx74, vwx76, bga) 23.22/10.37 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs1(@2(vwx250, vwx251), @2(vwx260, vwx261), app(app(ty_Either, fd), ff), eh) -> new_lt2(vwx250, vwx260, fd, ff) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs1(@2(vwx250, vwx251), @2(vwx260, vwx261), app(app(ty_@2, fb), fc), eh) -> new_lt1(vwx250, vwx260, fb, fc) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare20(vwx74, vwx75, vwx76, vwx77, False, beg, app(app(app(ty_@3, bff), bfg), bfh)) -> new_ltEs3(vwx75, vwx77, bff, bfg, bfh) 23.22/10.37 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3, 7 > 4, 7 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare22(vwx50, vwx51, False, cab, app(app(app(ty_@3, cba), cbb), cbc)) -> new_ltEs3(vwx50, vwx51, cba, cbb, cbc) 23.22/10.37 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4, 5 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare20(vwx74, vwx75, vwx76, vwx77, False, beg, app(ty_Maybe, bfa)) -> new_ltEs0(vwx75, vwx77, bfa) 23.22/10.37 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare22(vwx50, vwx51, False, cab, app(ty_Maybe, cad)) -> new_ltEs0(vwx50, vwx51, cad) 23.22/10.37 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare20(vwx74, vwx75, vwx76, vwx77, False, beg, app(ty_[], beh)) -> new_ltEs(vwx75, vwx77, beh) 23.22/10.37 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare22(vwx50, vwx51, False, cab, app(ty_[], cac)) -> new_ltEs(vwx50, vwx51, cac) 23.22/10.37 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare20(vwx74, vwx75, vwx76, vwx77, False, beg, app(app(ty_@2, bfb), bfc)) -> new_ltEs1(vwx75, vwx77, bfb, bfc) 23.22/10.37 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3, 7 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare22(vwx50, vwx51, False, cab, app(app(ty_@2, cae), caf)) -> new_ltEs1(vwx50, vwx51, cae, caf) 23.22/10.37 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare20(vwx74, vwx75, vwx76, vwx77, False, beg, app(app(ty_Either, bfd), bfe)) -> new_ltEs2(vwx75, vwx77, bfd, bfe) 23.22/10.37 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3, 7 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare22(vwx50, vwx51, False, cab, app(app(ty_Either, cag), cah)) -> new_ltEs2(vwx50, vwx51, cag, cah) 23.22/10.37 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare20(vwx74, vwx75, vwx76, vwx77, False, app(app(ty_@2, bee), bef), bgb) -> new_compare3(vwx74, vwx76, bee, bef) 23.22/10.37 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3, 6 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_primCompAux(vwx30, vwx40, vwx15, app(ty_[], ba)) -> new_compare(vwx30, vwx40, ba) 23.22/10.37 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(vwx25, vwx26, False, app(ty_[], cb)) -> new_compare(vwx25, vwx26, cb) 23.22/10.37 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs3(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), app(app(app(ty_@3, bea), beb), bec), bag, bcb) -> new_lt3(vwx250, vwx260, bea, beb, bec) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs3(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), baf, app(app(app(ty_@3, bch), bda), bdb), bcb) -> new_lt3(vwx251, vwx261, bch, bda, bdb) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs3(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), baf, app(ty_Maybe, bcc), bcb) -> new_lt0(vwx251, vwx261, bcc) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs3(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), app(ty_Maybe, bdd), bag, bcb) -> new_lt0(vwx250, vwx260, bdd) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs3(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), baf, app(ty_[], bca), bcb) -> new_lt(vwx251, vwx261, bca) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs3(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), app(ty_[], bdc), bag, bcb) -> new_lt(vwx250, vwx260, bdc) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs3(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), app(app(ty_Either, bdg), bdh), bag, bcb) -> new_lt2(vwx250, vwx260, bdg, bdh) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs3(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), baf, app(app(ty_Either, bcf), bcg), bcb) -> new_lt2(vwx251, vwx261, bcf, bcg) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs3(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), baf, app(app(ty_@2, bcd), bce), bcb) -> new_lt1(vwx251, vwx261, bcd, bce) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs3(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), app(app(ty_@2, bde), bdf), bag, bcb) -> new_lt1(vwx250, vwx260, bde, bdf) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs2(Right(vwx250), Right(vwx260), hd, app(app(app(ty_@3, bac), bad), bae)) -> new_ltEs3(vwx250, vwx260, bac, bad, bae) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs2(Left(vwx250), Left(vwx260), app(app(app(ty_@3, ha), hb), hc), gc) -> new_ltEs3(vwx250, vwx260, ha, hb, hc) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs2(Right(vwx250), Right(vwx260), hd, app(ty_Maybe, hf)) -> new_ltEs0(vwx250, vwx260, hf) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs2(Left(vwx250), Left(vwx260), app(ty_Maybe, gd), gc) -> new_ltEs0(vwx250, vwx260, gd) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs2(Left(vwx250), Left(vwx260), app(ty_[], gb), gc) -> new_ltEs(vwx250, vwx260, gb) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs2(Right(vwx250), Right(vwx260), hd, app(ty_[], he)) -> new_ltEs(vwx250, vwx260, he) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs2(Left(vwx250), Left(vwx260), app(app(ty_@2, ge), gf), gc) -> new_ltEs1(vwx250, vwx260, ge, gf) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs2(Right(vwx250), Right(vwx260), hd, app(app(ty_@2, hg), hh)) -> new_ltEs1(vwx250, vwx260, hg, hh) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs2(Right(vwx250), Right(vwx260), hd, app(app(ty_Either, baa), bab)) -> new_ltEs2(vwx250, vwx260, baa, bab) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_ltEs2(Left(vwx250), Left(vwx260), app(app(ty_Either, gg), gh), gc) -> new_ltEs2(vwx250, vwx260, gg, gh) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(Just(vwx250), Just(vwx260), False, app(ty_Maybe, app(app(app(ty_@3, db), dc), dd))) -> new_ltEs3(vwx250, vwx260, db, dc, dd) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, de), app(app(app(ty_@3, ed), ee), ef))) -> new_ltEs3(vwx251, vwx261, ed, ee, ef) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(Right(vwx250), Right(vwx260), False, app(app(ty_Either, hd), app(app(app(ty_@3, bac), bad), bae))) -> new_ltEs3(vwx250, vwx260, bac, bad, bae) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(Left(vwx250), Left(vwx260), False, app(app(ty_Either, app(app(app(ty_@3, ha), hb), hc)), gc)) -> new_ltEs3(vwx250, vwx260, ha, hb, hc) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, baf), bag), app(app(app(ty_@3, bbf), bbg), bbh))) -> new_ltEs3(vwx252, vwx262, bbf, bbg, bbh) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, de), app(ty_Maybe, dg))) -> new_ltEs0(vwx251, vwx261, dg) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, baf), bag), app(ty_Maybe, bba))) -> new_ltEs0(vwx252, vwx262, bba) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(Right(vwx250), Right(vwx260), False, app(app(ty_Either, hd), app(ty_Maybe, hf))) -> new_ltEs0(vwx250, vwx260, hf) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(Just(vwx250), Just(vwx260), False, app(ty_Maybe, app(ty_Maybe, cd))) -> new_ltEs0(vwx250, vwx260, cd) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(Left(vwx250), Left(vwx260), False, app(app(ty_Either, app(ty_Maybe, gd)), gc)) -> new_ltEs0(vwx250, vwx260, gd) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, de), app(ty_[], df))) -> new_ltEs(vwx251, vwx261, df) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, baf), bag), app(ty_[], bah))) -> new_ltEs(vwx252, vwx262, bah) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(Just(vwx250), Just(vwx260), False, app(ty_Maybe, app(ty_[], cc))) -> new_ltEs(vwx250, vwx260, cc) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(Right(vwx250), Right(vwx260), False, app(app(ty_Either, hd), app(ty_[], he))) -> new_ltEs(vwx250, vwx260, he) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(Left(vwx250), Left(vwx260), False, app(app(ty_Either, app(ty_[], gb)), gc)) -> new_ltEs(vwx250, vwx260, gb) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, baf), bag), app(app(ty_@2, bbb), bbc))) -> new_ltEs1(vwx252, vwx262, bbb, bbc) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(Just(vwx250), Just(vwx260), False, app(ty_Maybe, app(app(ty_@2, ce), cf))) -> new_ltEs1(vwx250, vwx260, ce, cf) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(Left(vwx250), Left(vwx260), False, app(app(ty_Either, app(app(ty_@2, ge), gf)), gc)) -> new_ltEs1(vwx250, vwx260, ge, gf) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(Right(vwx250), Right(vwx260), False, app(app(ty_Either, hd), app(app(ty_@2, hg), hh))) -> new_ltEs1(vwx250, vwx260, hg, hh) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, de), app(app(ty_@2, dh), ea))) -> new_ltEs1(vwx251, vwx261, dh, ea) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(Left(vwx250), Left(vwx260), False, app(app(ty_Either, app(app(ty_Either, gg), gh)), gc)) -> new_ltEs2(vwx250, vwx260, gg, gh) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(Right(vwx250), Right(vwx260), False, app(app(ty_Either, hd), app(app(ty_Either, baa), bab))) -> new_ltEs2(vwx250, vwx260, baa, bab) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, de), app(app(ty_Either, eb), ec))) -> new_ltEs2(vwx251, vwx261, eb, ec) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, baf), bag), app(app(ty_Either, bbd), bbe))) -> new_ltEs2(vwx252, vwx262, bbd, bbe) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(Just(vwx250), Just(vwx260), False, app(ty_Maybe, app(app(ty_Either, cg), da))) -> new_ltEs2(vwx250, vwx260, cg, da) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare23(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, False, app(app(app(ty_@3, ccd), cce), ccf), cbe, cbf) -> new_lt3(vwx61, vwx64, ccd, cce, ccf) 23.22/10.37 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3, 8 > 4, 8 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare23(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, False, ccg, app(app(app(ty_@3, ceg), ceh), cfa), cbf) -> new_lt3(vwx62, vwx65, ceg, ceh, cfa) 23.22/10.37 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3, 9 > 4, 9 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare23(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, False, ccg, app(ty_Maybe, ceb), cbf) -> new_lt0(vwx62, vwx65, ceb) 23.22/10.37 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare23(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, False, app(ty_Maybe, cbg), cbe, cbf) -> new_lt0(vwx61, vwx64, cbg) 23.22/10.37 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare23(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, False, ccg, app(ty_[], cea), cbf) -> new_lt(vwx62, vwx65, cea) 23.22/10.37 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare23(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, False, app(ty_[], cbd), cbe, cbf) -> new_lt(vwx61, vwx64, cbd) 23.22/10.37 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare23(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, False, app(app(ty_Either, ccb), ccc), cbe, cbf) -> new_lt2(vwx61, vwx64, ccb, ccc) 23.22/10.37 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3, 8 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare23(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, False, ccg, app(app(ty_Either, cee), cef), cbf) -> new_lt2(vwx62, vwx65, cee, cef) 23.22/10.37 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3, 9 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare23(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, False, ccg, app(app(ty_@2, cec), ced), cbf) -> new_lt1(vwx62, vwx65, cec, ced) 23.22/10.37 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3, 9 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare23(vwx61, vwx62, vwx63, vwx64, vwx65, vwx66, False, app(app(ty_@2, cbh), cca), cbe, cbf) -> new_lt1(vwx61, vwx64, cbh, cca) 23.22/10.37 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3, 8 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, app(app(app(ty_@3, fg), fh), ga)), eh)) -> new_lt3(vwx250, vwx260, fg, fh, ga) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, app(app(app(ty_@3, bea), beb), bec)), bag), bcb)) -> new_lt3(vwx250, vwx260, bea, beb, bec) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, baf), app(app(app(ty_@3, bch), bda), bdb)), bcb)) -> new_lt3(vwx251, vwx261, bch, bda, bdb) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, app(ty_Maybe, bdd)), bag), bcb)) -> new_lt0(vwx250, vwx260, bdd) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, baf), app(ty_Maybe, bcc)), bcb)) -> new_lt0(vwx251, vwx261, bcc) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, app(ty_Maybe, fa)), eh)) -> new_lt0(vwx250, vwx260, fa) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, app(ty_[], bdc)), bag), bcb)) -> new_lt(vwx250, vwx260, bdc) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, app(ty_[], eg)), eh)) -> new_lt(vwx250, vwx260, eg) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, baf), app(ty_[], bca)), bcb)) -> new_lt(vwx251, vwx261, bca) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, app(app(ty_Either, bdg), bdh)), bag), bcb)) -> new_lt2(vwx250, vwx260, bdg, bdh) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, baf), app(app(ty_Either, bcf), bcg)), bcb)) -> new_lt2(vwx251, vwx261, bcf, bcg) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, app(app(ty_Either, fd), ff)), eh)) -> new_lt2(vwx250, vwx260, fd, ff) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, baf), app(app(ty_@2, bcd), bce)), bcb)) -> new_lt1(vwx251, vwx261, bcd, bce) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, app(app(ty_@2, bde), bdf)), bag), bcb)) -> new_lt1(vwx250, vwx260, bde, bdf) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, app(app(ty_@2, fb), fc)), eh)) -> new_lt1(vwx250, vwx260, fb, fc) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.22/10.37 23.22/10.37 23.22/10.37 ---------------------------------------- 23.22/10.37 23.22/10.37 (20) 23.22/10.37 YES 23.22/10.37 23.22/10.37 ---------------------------------------- 23.22/10.37 23.22/10.37 (21) 23.22/10.37 Obligation: 23.22/10.37 Q DP problem: 23.22/10.37 The TRS P consists of the following rules: 23.22/10.37 23.22/10.37 new_primMulNat(Succ(vwx30000), Succ(vwx40100)) -> new_primMulNat(vwx30000, Succ(vwx40100)) 23.22/10.37 23.22/10.37 R is empty. 23.22/10.37 Q is empty. 23.22/10.37 We have to consider all minimal (P,Q,R)-chains. 23.22/10.37 ---------------------------------------- 23.22/10.37 23.22/10.37 (22) QDPSizeChangeProof (EQUIVALENT) 23.22/10.37 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. 23.22/10.37 23.22/10.37 From the DPs we obtained the following set of size-change graphs: 23.22/10.37 *new_primMulNat(Succ(vwx30000), Succ(vwx40100)) -> new_primMulNat(vwx30000, Succ(vwx40100)) 23.22/10.37 The graph contains the following edges 1 > 1, 2 >= 2 23.22/10.37 23.22/10.37 23.22/10.37 ---------------------------------------- 23.22/10.37 23.22/10.37 (23) 23.22/10.37 YES 23.22/10.37 23.22/10.37 ---------------------------------------- 23.22/10.37 23.22/10.37 (24) 23.22/10.37 Obligation: 23.22/10.37 Q DP problem: 23.22/10.37 The TRS P consists of the following rules: 23.22/10.37 23.22/10.37 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(ty_Maybe, ff), fb) -> new_esEs1(vwx3000, vwx4000, ff) 23.22/10.37 new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(app(ty_Either, bdg), bdh)) -> new_esEs2(vwx3000, vwx4000, bdg, bdh) 23.22/10.37 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, bc, app(app(app(ty_@3, df), dg), dh)) -> new_esEs(vwx3002, vwx4002, df, dg, dh) 23.22/10.37 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), gb, app(ty_Maybe, gh)) -> new_esEs1(vwx3001, vwx4001, gh) 23.22/10.37 new_esEs2(Left(vwx3000), Left(vwx4000), app(ty_Maybe, bbc), bah) -> new_esEs1(vwx3000, vwx4000, bbc) 23.22/10.37 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, bc, app(ty_[], ef)) -> new_esEs3(vwx3002, vwx4002, ef) 23.22/10.37 new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(app(ty_@2, bcc), bcd)) -> new_esEs0(vwx3000, vwx4000, bcc, bcd) 23.22/10.37 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, app(app(ty_@2, cg), da), bd) -> new_esEs0(vwx3001, vwx4001, cg, da) 23.22/10.37 new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(app(ty_Either, bcf), bcg)) -> new_esEs2(vwx3000, vwx4000, bcf, bcg) 23.22/10.37 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(app(app(ty_@3, eg), eh), fa), fb) -> new_esEs(vwx3000, vwx4000, eg, eh, fa) 23.22/10.37 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), gb, app(app(ty_@2, gf), gg)) -> new_esEs0(vwx3001, vwx4001, gf, gg) 23.22/10.37 new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs(vwx3000, vwx4000, bbh, bca, bcb) 23.22/10.37 new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(ty_Maybe, bce)) -> new_esEs1(vwx3000, vwx4000, bce) 23.22/10.37 new_esEs1(Just(vwx3000), Just(vwx4000), app(app(ty_Either, bab), bac)) -> new_esEs2(vwx3000, vwx4000, bab, bac) 23.22/10.37 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), gb, app(app(ty_Either, ha), hb)) -> new_esEs2(vwx3001, vwx4001, ha, hb) 23.22/10.37 new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(ty_Maybe, bdf)) -> new_esEs1(vwx3000, vwx4000, bdf) 23.22/10.37 new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(ty_[], bea)) -> new_esEs3(vwx3000, vwx4000, bea) 23.22/10.37 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(ty_Maybe, bg), bc, bd) -> new_esEs1(vwx3000, vwx4000, bg) 23.22/10.37 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, app(ty_[], de), bd) -> new_esEs3(vwx3001, vwx4001, de) 23.22/10.37 new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(ty_[], bch)) -> new_esEs3(vwx3000, vwx4000, bch) 23.22/10.37 new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(app(ty_@2, bdd), bde)) -> new_esEs0(vwx3000, vwx4000, bdd, bde) 23.22/10.37 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(ty_[], cb), bc, bd) -> new_esEs3(vwx3000, vwx4000, cb) 23.22/10.37 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, app(ty_Maybe, db), bd) -> new_esEs1(vwx3001, vwx4001, db) 23.22/10.37 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, app(app(app(ty_@3, cd), ce), cf), bd) -> new_esEs(vwx3001, vwx4001, cd, ce, cf) 23.22/10.37 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, bc, app(app(ty_Either, ed), ee)) -> new_esEs2(vwx3002, vwx4002, ed, ee) 23.22/10.37 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, bc, app(app(ty_@2, ea), eb)) -> new_esEs0(vwx3002, vwx4002, ea, eb) 23.22/10.37 new_esEs1(Just(vwx3000), Just(vwx4000), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx3000, vwx4000, hd, he, hf) 23.22/10.37 new_esEs2(Left(vwx3000), Left(vwx4000), app(app(ty_Either, bbd), bbe), bah) -> new_esEs2(vwx3000, vwx4000, bbd, bbe) 23.22/10.37 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(ty_[], ga), fb) -> new_esEs3(vwx3000, vwx4000, ga) 23.22/10.37 new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), beb) -> new_esEs3(vwx3001, vwx4001, beb) 23.22/10.37 new_esEs2(Left(vwx3000), Left(vwx4000), app(ty_[], bbf), bah) -> new_esEs3(vwx3000, vwx4000, bbf) 23.22/10.37 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, bc, app(ty_Maybe, ec)) -> new_esEs1(vwx3002, vwx4002, ec) 23.22/10.37 new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(app(app(ty_@3, bda), bdb), bdc)) -> new_esEs(vwx3000, vwx4000, bda, bdb, bdc) 23.22/10.37 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, app(app(ty_Either, dc), dd), bd) -> new_esEs2(vwx3001, vwx4001, dc, dd) 23.22/10.37 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(app(app(ty_@3, h), ba), bb), bc, bd) -> new_esEs(vwx3000, vwx4000, h, ba, bb) 23.22/10.37 new_esEs1(Just(vwx3000), Just(vwx4000), app(app(ty_@2, hg), hh)) -> new_esEs0(vwx3000, vwx4000, hg, hh) 23.22/10.37 new_esEs2(Left(vwx3000), Left(vwx4000), app(app(ty_@2, bba), bbb), bah) -> new_esEs0(vwx3000, vwx4000, bba, bbb) 23.22/10.37 new_esEs2(Left(vwx3000), Left(vwx4000), app(app(app(ty_@3, bae), baf), bag), bah) -> new_esEs(vwx3000, vwx4000, bae, baf, bag) 23.22/10.37 new_esEs1(Just(vwx3000), Just(vwx4000), app(ty_[], bad)) -> new_esEs3(vwx3000, vwx4000, bad) 23.22/10.37 new_esEs1(Just(vwx3000), Just(vwx4000), app(ty_Maybe, baa)) -> new_esEs1(vwx3000, vwx4000, baa) 23.22/10.37 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(app(ty_Either, bh), ca), bc, bd) -> new_esEs2(vwx3000, vwx4000, bh, ca) 23.22/10.37 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(app(ty_@2, fc), fd), fb) -> new_esEs0(vwx3000, vwx4000, fc, fd) 23.22/10.37 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(app(ty_Either, fg), fh), fb) -> new_esEs2(vwx3000, vwx4000, fg, fh) 23.22/10.37 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), gb, app(ty_[], hc)) -> new_esEs3(vwx3001, vwx4001, hc) 23.22/10.37 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(app(ty_@2, be), bf), bc, bd) -> new_esEs0(vwx3000, vwx4000, be, bf) 23.22/10.37 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), gb, app(app(app(ty_@3, gc), gd), ge)) -> new_esEs(vwx3001, vwx4001, gc, gd, ge) 23.22/10.37 23.22/10.37 R is empty. 23.22/10.37 Q is empty. 23.22/10.37 We have to consider all minimal (P,Q,R)-chains. 23.22/10.37 ---------------------------------------- 23.22/10.37 23.22/10.37 (25) QDPSizeChangeProof (EQUIVALENT) 23.22/10.37 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. 23.22/10.37 23.22/10.37 From the DPs we obtained the following set of size-change graphs: 23.22/10.37 *new_esEs1(Just(vwx3000), Just(vwx4000), app(app(ty_@2, hg), hh)) -> new_esEs0(vwx3000, vwx4000, hg, hh) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs1(Just(vwx3000), Just(vwx4000), app(ty_[], bad)) -> new_esEs3(vwx3000, vwx4000, bad) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs1(Just(vwx3000), Just(vwx4000), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx3000, vwx4000, hd, he, hf) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs1(Just(vwx3000), Just(vwx4000), app(app(ty_Either, bab), bac)) -> new_esEs2(vwx3000, vwx4000, bab, bac) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs1(Just(vwx3000), Just(vwx4000), app(ty_Maybe, baa)) -> new_esEs1(vwx3000, vwx4000, baa) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(app(ty_@2, bdd), bde)) -> new_esEs0(vwx3000, vwx4000, bdd, bde) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(app(app(ty_@3, bda), bdb), bdc)) -> new_esEs(vwx3000, vwx4000, bda, bdb, bdc) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(app(ty_Either, bdg), bdh)) -> new_esEs2(vwx3000, vwx4000, bdg, bdh) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(ty_Maybe, bdf)) -> new_esEs1(vwx3000, vwx4000, bdf) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(app(ty_@2, bcc), bcd)) -> new_esEs0(vwx3000, vwx4000, bcc, bcd) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs2(Left(vwx3000), Left(vwx4000), app(app(ty_@2, bba), bbb), bah) -> new_esEs0(vwx3000, vwx4000, bba, bbb) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, app(app(ty_@2, cg), da), bd) -> new_esEs0(vwx3001, vwx4001, cg, da) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, bc, app(app(ty_@2, ea), eb)) -> new_esEs0(vwx3002, vwx4002, ea, eb) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(app(ty_@2, be), bf), bc, bd) -> new_esEs0(vwx3000, vwx4000, be, bf) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), gb, app(app(ty_@2, gf), gg)) -> new_esEs0(vwx3001, vwx4001, gf, gg) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(app(ty_@2, fc), fd), fb) -> new_esEs0(vwx3000, vwx4000, fc, fd) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(ty_[], bch)) -> new_esEs3(vwx3000, vwx4000, bch) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs2(Left(vwx3000), Left(vwx4000), app(ty_[], bbf), bah) -> new_esEs3(vwx3000, vwx4000, bbf) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs(vwx3000, vwx4000, bbh, bca, bcb) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs2(Left(vwx3000), Left(vwx4000), app(app(app(ty_@3, bae), baf), bag), bah) -> new_esEs(vwx3000, vwx4000, bae, baf, bag) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(app(ty_Either, bcf), bcg)) -> new_esEs2(vwx3000, vwx4000, bcf, bcg) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs2(Left(vwx3000), Left(vwx4000), app(app(ty_Either, bbd), bbe), bah) -> new_esEs2(vwx3000, vwx4000, bbd, bbe) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs2(Left(vwx3000), Left(vwx4000), app(ty_Maybe, bbc), bah) -> new_esEs1(vwx3000, vwx4000, bbc) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(ty_Maybe, bce)) -> new_esEs1(vwx3000, vwx4000, bce) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, bc, app(ty_[], ef)) -> new_esEs3(vwx3002, vwx4002, ef) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, app(ty_[], de), bd) -> new_esEs3(vwx3001, vwx4001, de) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(ty_[], cb), bc, bd) -> new_esEs3(vwx3000, vwx4000, cb) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(ty_[], bea)) -> new_esEs3(vwx3000, vwx4000, bea) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), beb) -> new_esEs3(vwx3001, vwx4001, beb) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(ty_[], ga), fb) -> new_esEs3(vwx3000, vwx4000, ga) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), gb, app(ty_[], hc)) -> new_esEs3(vwx3001, vwx4001, hc) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, bc, app(app(app(ty_@3, df), dg), dh)) -> new_esEs(vwx3002, vwx4002, df, dg, dh) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, app(app(app(ty_@3, cd), ce), cf), bd) -> new_esEs(vwx3001, vwx4001, cd, ce, cf) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(app(app(ty_@3, h), ba), bb), bc, bd) -> new_esEs(vwx3000, vwx4000, h, ba, bb) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, bc, app(app(ty_Either, ed), ee)) -> new_esEs2(vwx3002, vwx4002, ed, ee) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, app(app(ty_Either, dc), dd), bd) -> new_esEs2(vwx3001, vwx4001, dc, dd) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(app(ty_Either, bh), ca), bc, bd) -> new_esEs2(vwx3000, vwx4000, bh, ca) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(ty_Maybe, bg), bc, bd) -> new_esEs1(vwx3000, vwx4000, bg) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, app(ty_Maybe, db), bd) -> new_esEs1(vwx3001, vwx4001, db) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, bc, app(ty_Maybe, ec)) -> new_esEs1(vwx3002, vwx4002, ec) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(app(app(ty_@3, eg), eh), fa), fb) -> new_esEs(vwx3000, vwx4000, eg, eh, fa) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), gb, app(app(app(ty_@3, gc), gd), ge)) -> new_esEs(vwx3001, vwx4001, gc, gd, ge) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), gb, app(app(ty_Either, ha), hb)) -> new_esEs2(vwx3001, vwx4001, ha, hb) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(app(ty_Either, fg), fh), fb) -> new_esEs2(vwx3000, vwx4000, fg, fh) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(ty_Maybe, ff), fb) -> new_esEs1(vwx3000, vwx4000, ff) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 23.22/10.37 23.22/10.37 23.22/10.37 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), gb, app(ty_Maybe, gh)) -> new_esEs1(vwx3001, vwx4001, gh) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 23.22/10.37 23.22/10.37 23.22/10.37 ---------------------------------------- 23.22/10.37 23.22/10.37 (26) 23.22/10.37 YES 23.22/10.37 23.22/10.37 ---------------------------------------- 23.22/10.37 23.22/10.37 (27) 23.22/10.37 Obligation: 23.22/10.37 Q DP problem: 23.22/10.37 The TRS P consists of the following rules: 23.22/10.37 23.22/10.37 new_primEqNat(Succ(vwx30000), Succ(vwx40000)) -> new_primEqNat(vwx30000, vwx40000) 23.22/10.37 23.22/10.37 R is empty. 23.22/10.37 Q is empty. 23.22/10.37 We have to consider all minimal (P,Q,R)-chains. 23.22/10.37 ---------------------------------------- 23.22/10.37 23.22/10.37 (28) QDPSizeChangeProof (EQUIVALENT) 23.22/10.37 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. 23.22/10.37 23.22/10.37 From the DPs we obtained the following set of size-change graphs: 23.22/10.37 *new_primEqNat(Succ(vwx30000), Succ(vwx40000)) -> new_primEqNat(vwx30000, vwx40000) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2 23.22/10.37 23.22/10.37 23.22/10.37 ---------------------------------------- 23.22/10.37 23.22/10.37 (29) 23.22/10.37 YES 23.22/10.37 23.22/10.37 ---------------------------------------- 23.22/10.37 23.22/10.37 (30) 23.22/10.37 Obligation: 23.22/10.37 Q DP problem: 23.22/10.37 The TRS P consists of the following rules: 23.22/10.37 23.22/10.37 new_primPlusNat(Succ(vwx15400), Succ(vwx401000)) -> new_primPlusNat(vwx15400, vwx401000) 23.22/10.37 23.22/10.37 R is empty. 23.22/10.37 Q is empty. 23.22/10.37 We have to consider all minimal (P,Q,R)-chains. 23.22/10.37 ---------------------------------------- 23.22/10.37 23.22/10.37 (31) QDPSizeChangeProof (EQUIVALENT) 23.22/10.37 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. 23.22/10.37 23.22/10.37 From the DPs we obtained the following set of size-change graphs: 23.22/10.37 *new_primPlusNat(Succ(vwx15400), Succ(vwx401000)) -> new_primPlusNat(vwx15400, vwx401000) 23.22/10.37 The graph contains the following edges 1 > 1, 2 > 2 23.22/10.37 23.22/10.37 23.22/10.37 ---------------------------------------- 23.22/10.37 23.22/10.37 (32) 23.22/10.37 YES 23.26/11.96 EOF