19.73/9.03 YES 22.13/9.68 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 22.13/9.68 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 22.13/9.68 22.13/9.68 22.13/9.68 H-Termination with start terms of the given HASKELL could be proven: 22.13/9.68 22.13/9.68 (0) HASKELL 22.13/9.68 (1) CR [EQUIVALENT, 0 ms] 22.13/9.68 (2) HASKELL 22.13/9.68 (3) IFR [EQUIVALENT, 0 ms] 22.13/9.68 (4) HASKELL 22.13/9.68 (5) BR [EQUIVALENT, 0 ms] 22.13/9.68 (6) HASKELL 22.13/9.68 (7) COR [EQUIVALENT, 4 ms] 22.13/9.68 (8) HASKELL 22.13/9.68 (9) LetRed [EQUIVALENT, 0 ms] 22.13/9.68 (10) HASKELL 22.13/9.68 (11) NumRed [SOUND, 0 ms] 22.13/9.68 (12) HASKELL 22.13/9.68 (13) Narrow [SOUND, 0 ms] 22.13/9.68 (14) AND 22.13/9.68 (15) QDP 22.13/9.68 (16) QDPSizeChangeProof [EQUIVALENT, 0 ms] 22.13/9.68 (17) YES 22.13/9.68 (18) QDP 22.13/9.68 (19) QDPSizeChangeProof [EQUIVALENT, 0 ms] 22.13/9.68 (20) YES 22.13/9.68 (21) QDP 22.13/9.68 (22) QDPSizeChangeProof [EQUIVALENT, 147 ms] 22.13/9.68 (23) YES 22.13/9.68 (24) QDP 22.13/9.68 (25) QDPSizeChangeProof [EQUIVALENT, 0 ms] 22.13/9.68 (26) YES 22.13/9.68 (27) QDP 22.13/9.68 (28) QDPSizeChangeProof [EQUIVALENT, 0 ms] 22.13/9.68 (29) YES 22.13/9.68 (30) QDP 22.13/9.68 (31) QDPSizeChangeProof [EQUIVALENT, 0 ms] 22.13/9.68 (32) YES 22.13/9.68 22.13/9.68 22.13/9.68 ---------------------------------------- 22.13/9.68 22.13/9.68 (0) 22.13/9.68 Obligation: 22.13/9.68 mainModule Main 22.13/9.68 module Main where { 22.13/9.68 import qualified Prelude; 22.13/9.68 } 22.13/9.68 22.13/9.68 ---------------------------------------- 22.13/9.68 22.13/9.68 (1) CR (EQUIVALENT) 22.13/9.68 Case Reductions: 22.13/9.68 The following Case expression 22.13/9.68 "case compare x y of { 22.13/9.68 EQ -> o; 22.13/9.68 LT -> LT; 22.13/9.68 GT -> GT} 22.13/9.68 " 22.13/9.68 is transformed to 22.13/9.68 "primCompAux0 o EQ = o; 22.13/9.68 primCompAux0 o LT = LT; 22.13/9.68 primCompAux0 o GT = GT; 22.13/9.68 " 22.13/9.68 22.13/9.68 ---------------------------------------- 22.13/9.68 22.13/9.68 (2) 22.13/9.68 Obligation: 22.13/9.68 mainModule Main 22.13/9.68 module Main where { 22.13/9.68 import qualified Prelude; 22.13/9.68 } 22.13/9.68 22.13/9.68 ---------------------------------------- 22.13/9.68 22.13/9.68 (3) IFR (EQUIVALENT) 22.13/9.68 If Reductions: 22.13/9.68 The following If expression 22.13/9.68 "if primGEqNatS x y then Succ (primDivNatS (primMinusNatS x y) (Succ y)) else Zero" 22.13/9.68 is transformed to 22.13/9.68 "primDivNatS0 x y True = Succ (primDivNatS (primMinusNatS x y) (Succ y)); 22.13/9.68 primDivNatS0 x y False = Zero; 22.13/9.68 " 22.13/9.68 The following If expression 22.13/9.68 "if primGEqNatS x y then primModNatS (primMinusNatS x y) (Succ y) else Succ x" 22.13/9.68 is transformed to 22.13/9.68 "primModNatS0 x y True = primModNatS (primMinusNatS x y) (Succ y); 22.13/9.68 primModNatS0 x y False = Succ x; 22.13/9.68 " 22.13/9.68 22.13/9.68 ---------------------------------------- 22.13/9.68 22.13/9.68 (4) 22.13/9.68 Obligation: 22.13/9.68 mainModule Main 22.13/9.68 module Main where { 22.13/9.68 import qualified Prelude; 22.13/9.68 } 22.13/9.68 22.13/9.68 ---------------------------------------- 22.13/9.68 22.13/9.68 (5) BR (EQUIVALENT) 22.13/9.68 Replaced joker patterns by fresh variables and removed binding patterns. 22.13/9.68 ---------------------------------------- 22.13/9.68 22.13/9.68 (6) 22.13/9.68 Obligation: 22.13/9.68 mainModule Main 22.13/9.68 module Main where { 22.13/9.68 import qualified Prelude; 22.13/9.68 } 22.13/9.68 22.13/9.68 ---------------------------------------- 22.13/9.68 22.13/9.68 (7) COR (EQUIVALENT) 22.13/9.68 Cond Reductions: 22.13/9.68 The following Function with conditions 22.13/9.68 "compare x y|x == yEQ|x <= yLT|otherwiseGT; 22.13/9.68 " 22.13/9.68 is transformed to 22.13/9.68 "compare x y = compare3 x y; 22.13/9.68 " 22.13/9.68 "compare0 x y True = GT; 22.13/9.68 " 22.13/9.68 "compare1 x y True = LT; 22.13/9.68 compare1 x y False = compare0 x y otherwise; 22.13/9.68 " 22.13/9.68 "compare2 x y True = EQ; 22.13/9.68 compare2 x y False = compare1 x y (x <= y); 22.13/9.68 " 22.13/9.68 "compare3 x y = compare2 x y (x == y); 22.13/9.68 " 22.13/9.68 The following Function with conditions 22.13/9.68 "absReal x|x >= 0x|otherwise`negate` x; 22.13/9.68 " 22.13/9.68 is transformed to 22.13/9.68 "absReal x = absReal2 x; 22.13/9.68 " 22.13/9.68 "absReal0 x True = `negate` x; 22.13/9.68 " 22.13/9.68 "absReal1 x True = x; 22.13/9.68 absReal1 x False = absReal0 x otherwise; 22.13/9.68 " 22.13/9.68 "absReal2 x = absReal1 x (x >= 0); 22.13/9.68 " 22.13/9.68 The following Function with conditions 22.13/9.68 "gcd' x 0 = x; 22.13/9.68 gcd' x y = gcd' y (x `rem` y); 22.13/9.68 " 22.13/9.68 is transformed to 22.13/9.68 "gcd' x zx = gcd'2 x zx; 22.13/9.68 gcd' x y = gcd'0 x y; 22.13/9.68 " 22.13/9.68 "gcd'0 x y = gcd' y (x `rem` y); 22.13/9.68 " 22.13/9.68 "gcd'1 True x zx = x; 22.13/9.68 gcd'1 zy zz vuu = gcd'0 zz vuu; 22.13/9.68 " 22.13/9.68 "gcd'2 x zx = gcd'1 (zx == 0) x zx; 22.13/9.68 gcd'2 vuv vuw = gcd'0 vuv vuw; 22.13/9.68 " 22.13/9.68 The following Function with conditions 22.13/9.68 "gcd 0 0 = error []; 22.13/9.68 gcd x y = gcd' (abs x) (abs y) where { 22.13/9.68 gcd' x 0 = x; 22.13/9.68 gcd' x y = gcd' y (x `rem` y); 22.13/9.68 } 22.13/9.68 ; 22.13/9.68 " 22.13/9.68 is transformed to 22.13/9.68 "gcd vux vuy = gcd3 vux vuy; 22.13/9.68 gcd x y = gcd0 x y; 22.13/9.68 " 22.13/9.68 "gcd0 x y = gcd' (abs x) (abs y) where { 22.13/9.68 gcd' x zx = gcd'2 x zx; 22.13/9.68 gcd' x y = gcd'0 x y; 22.13/9.68 ; 22.13/9.68 gcd'0 x y = gcd' y (x `rem` y); 22.13/9.68 ; 22.13/9.68 gcd'1 True x zx = x; 22.13/9.68 gcd'1 zy zz vuu = gcd'0 zz vuu; 22.13/9.68 ; 22.13/9.68 gcd'2 x zx = gcd'1 (zx == 0) x zx; 22.13/9.68 gcd'2 vuv vuw = gcd'0 vuv vuw; 22.13/9.68 } 22.13/9.68 ; 22.13/9.68 " 22.13/9.68 "gcd1 True vux vuy = error []; 22.13/9.68 gcd1 vuz vvu vvv = gcd0 vvu vvv; 22.13/9.68 " 22.13/9.68 "gcd2 True vux vuy = gcd1 (vuy == 0) vux vuy; 22.13/9.68 gcd2 vvw vvx vvy = gcd0 vvx vvy; 22.13/9.68 " 22.13/9.68 "gcd3 vux vuy = gcd2 (vux == 0) vux vuy; 22.13/9.68 gcd3 vvz vwu = gcd0 vvz vwu; 22.13/9.68 " 22.13/9.68 The following Function with conditions 22.13/9.68 "undefined |Falseundefined; 22.13/9.68 " 22.13/9.68 is transformed to 22.13/9.68 "undefined = undefined1; 22.13/9.68 " 22.13/9.68 "undefined0 True = undefined; 22.13/9.68 " 22.13/9.68 "undefined1 = undefined0 False; 22.13/9.68 " 22.13/9.68 The following Function with conditions 22.13/9.68 "reduce x y|y == 0error []|otherwisex `quot` d :% (y `quot` d) where { 22.13/9.68 d = gcd x y; 22.13/9.68 } 22.13/9.68 ; 22.13/9.68 " 22.13/9.68 is transformed to 22.13/9.68 "reduce x y = reduce2 x y; 22.13/9.68 " 22.13/9.68 "reduce2 x y = reduce1 x y (y == 0) where { 22.13/9.68 d = gcd x y; 22.13/9.68 ; 22.13/9.68 reduce0 x y True = x `quot` d :% (y `quot` d); 22.13/9.68 ; 22.13/9.68 reduce1 x y True = error []; 22.13/9.68 reduce1 x y False = reduce0 x y otherwise; 22.13/9.68 } 22.13/9.68 ; 22.13/9.68 " 22.13/9.68 22.13/9.68 ---------------------------------------- 22.13/9.68 22.13/9.68 (8) 22.13/9.68 Obligation: 22.13/9.68 mainModule Main 22.13/9.68 module Main where { 22.13/9.68 import qualified Prelude; 22.13/9.68 } 22.13/9.68 22.13/9.68 ---------------------------------------- 22.13/9.68 22.13/9.68 (9) LetRed (EQUIVALENT) 22.13/9.68 Let/Where Reductions: 22.13/9.68 The bindings of the following Let/Where expression 22.13/9.68 "gcd' (abs x) (abs y) where { 22.13/9.68 gcd' x zx = gcd'2 x zx; 22.13/9.68 gcd' x y = gcd'0 x y; 22.13/9.68 ; 22.13/9.68 gcd'0 x y = gcd' y (x `rem` y); 22.13/9.68 ; 22.13/9.68 gcd'1 True x zx = x; 22.13/9.68 gcd'1 zy zz vuu = gcd'0 zz vuu; 22.13/9.68 ; 22.13/9.68 gcd'2 x zx = gcd'1 (zx == 0) x zx; 22.13/9.68 gcd'2 vuv vuw = gcd'0 vuv vuw; 22.13/9.68 } 22.13/9.68 " 22.13/9.68 are unpacked to the following functions on top level 22.13/9.68 "gcd0Gcd' x zx = gcd0Gcd'2 x zx; 22.13/9.68 gcd0Gcd' x y = gcd0Gcd'0 x y; 22.13/9.68 " 22.13/9.68 "gcd0Gcd'0 x y = gcd0Gcd' y (x `rem` y); 22.13/9.68 " 22.13/9.68 "gcd0Gcd'2 x zx = gcd0Gcd'1 (zx == 0) x zx; 22.13/9.68 gcd0Gcd'2 vuv vuw = gcd0Gcd'0 vuv vuw; 22.13/9.68 " 22.13/9.68 "gcd0Gcd'1 True x zx = x; 22.13/9.68 gcd0Gcd'1 zy zz vuu = gcd0Gcd'0 zz vuu; 22.13/9.68 " 22.13/9.68 The bindings of the following Let/Where expression 22.13/9.68 "reduce1 x y (y == 0) where { 22.13/9.68 d = gcd x y; 22.13/9.68 ; 22.13/9.68 reduce0 x y True = x `quot` d :% (y `quot` d); 22.13/9.68 ; 22.13/9.68 reduce1 x y True = error []; 22.13/9.68 reduce1 x y False = reduce0 x y otherwise; 22.13/9.68 } 22.13/9.68 " 22.13/9.68 are unpacked to the following functions on top level 22.13/9.68 "reduce2Reduce0 vwv vww x y True = x `quot` reduce2D vwv vww :% (y `quot` reduce2D vwv vww); 22.13/9.68 " 22.13/9.68 "reduce2Reduce1 vwv vww x y True = error []; 22.13/9.68 reduce2Reduce1 vwv vww x y False = reduce2Reduce0 vwv vww x y otherwise; 22.13/9.68 " 22.13/9.68 "reduce2D vwv vww = gcd vwv vww; 22.13/9.68 " 22.13/9.68 22.13/9.68 ---------------------------------------- 22.13/9.68 22.13/9.68 (10) 22.13/9.68 Obligation: 22.13/9.68 mainModule Main 22.13/9.68 module Main where { 22.13/9.68 import qualified Prelude; 22.13/9.68 } 22.13/9.68 22.13/9.68 ---------------------------------------- 22.13/9.68 22.13/9.68 (11) NumRed (SOUND) 22.13/9.68 Num Reduction:All numbers are transformed to their corresponding representation with Succ, Pred and Zero. 22.13/9.68 ---------------------------------------- 22.13/9.68 22.13/9.68 (12) 22.13/9.68 Obligation: 22.13/9.68 mainModule Main 22.13/9.68 module Main where { 22.13/9.68 import qualified Prelude; 22.13/9.68 } 22.13/9.68 22.13/9.68 ---------------------------------------- 22.13/9.68 22.13/9.68 (13) Narrow (SOUND) 22.13/9.68 Haskell To QDPs 22.13/9.68 22.13/9.68 digraph dp_graph { 22.13/9.68 node [outthreshold=100, inthreshold=100];1[label="(>)",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 22.13/9.68 3[label="(>) vwx3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 22.13/9.68 4[label="(>) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];4 -> 5[label="",style="solid", color="black", weight=3]; 22.13/9.68 5 -> 77[label="",style="dashed", color="red", weight=0]; 22.13/9.68 5[label="compare vwx3 vwx4 == GT",fontsize=16,color="magenta"];5 -> 78[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 78[label="compare vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];2815[label="vwx3/vwx30 : vwx31",fontsize=10,color="white",style="solid",shape="box"];78 -> 2815[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2815 -> 88[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2816[label="vwx3/[]",fontsize=10,color="white",style="solid",shape="box"];78 -> 2816[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2816 -> 89[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 77[label="vwx14 == GT",fontsize=16,color="burlywood",shape="triangle"];2817[label="vwx14/LT",fontsize=10,color="white",style="solid",shape="box"];77 -> 2817[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2817 -> 90[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2818[label="vwx14/EQ",fontsize=10,color="white",style="solid",shape="box"];77 -> 2818[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2818 -> 91[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2819[label="vwx14/GT",fontsize=10,color="white",style="solid",shape="box"];77 -> 2819[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2819 -> 92[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 88[label="compare (vwx30 : vwx31) vwx4",fontsize=16,color="burlywood",shape="box"];2820[label="vwx4/vwx40 : vwx41",fontsize=10,color="white",style="solid",shape="box"];88 -> 2820[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2820 -> 93[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2821[label="vwx4/[]",fontsize=10,color="white",style="solid",shape="box"];88 -> 2821[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2821 -> 94[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 89[label="compare [] vwx4",fontsize=16,color="burlywood",shape="box"];2822[label="vwx4/vwx40 : vwx41",fontsize=10,color="white",style="solid",shape="box"];89 -> 2822[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2822 -> 95[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2823[label="vwx4/[]",fontsize=10,color="white",style="solid",shape="box"];89 -> 2823[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2823 -> 96[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 90[label="LT == GT",fontsize=16,color="black",shape="box"];90 -> 97[label="",style="solid", color="black", weight=3]; 22.13/9.68 91[label="EQ == GT",fontsize=16,color="black",shape="box"];91 -> 98[label="",style="solid", color="black", weight=3]; 22.13/9.68 92[label="GT == GT",fontsize=16,color="black",shape="box"];92 -> 99[label="",style="solid", color="black", weight=3]; 22.13/9.68 93[label="compare (vwx30 : vwx31) (vwx40 : vwx41)",fontsize=16,color="black",shape="box"];93 -> 100[label="",style="solid", color="black", weight=3]; 22.13/9.68 94[label="compare (vwx30 : vwx31) []",fontsize=16,color="black",shape="box"];94 -> 101[label="",style="solid", color="black", weight=3]; 22.13/9.68 95[label="compare [] (vwx40 : vwx41)",fontsize=16,color="black",shape="box"];95 -> 102[label="",style="solid", color="black", weight=3]; 22.13/9.68 96[label="compare [] []",fontsize=16,color="black",shape="box"];96 -> 103[label="",style="solid", color="black", weight=3]; 22.13/9.68 97[label="False",fontsize=16,color="green",shape="box"];98[label="False",fontsize=16,color="green",shape="box"];99[label="True",fontsize=16,color="green",shape="box"];100 -> 104[label="",style="dashed", color="red", weight=0]; 22.13/9.68 100[label="primCompAux vwx30 vwx40 (compare vwx31 vwx41)",fontsize=16,color="magenta"];100 -> 105[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 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.13/9.68 105[label="compare vwx31 vwx41",fontsize=16,color="magenta"];105 -> 106[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 105 -> 107[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 104[label="primCompAux vwx30 vwx40 vwx15",fontsize=16,color="black",shape="triangle"];104 -> 108[label="",style="solid", color="black", weight=3]; 22.13/9.68 106[label="vwx41",fontsize=16,color="green",shape="box"];107[label="vwx31",fontsize=16,color="green",shape="box"];108 -> 109[label="",style="dashed", color="red", weight=0]; 22.13/9.68 108[label="primCompAux0 vwx15 (compare vwx30 vwx40)",fontsize=16,color="magenta"];108 -> 110[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 108 -> 111[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 110[label="compare vwx30 vwx40",fontsize=16,color="blue",shape="box"];2824[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];110 -> 2824[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2824 -> 112[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2825[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];110 -> 2825[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2825 -> 113[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2826[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];110 -> 2826[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2826 -> 114[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2827[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];110 -> 2827[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2827 -> 115[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2828[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];110 -> 2828[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2828 -> 116[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2829[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];110 -> 2829[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2829 -> 117[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2830[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];110 -> 2830[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2830 -> 118[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2831[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];110 -> 2831[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2831 -> 119[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2832[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];110 -> 2832[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2832 -> 120[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2833[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];110 -> 2833[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2833 -> 121[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2834[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];110 -> 2834[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2834 -> 122[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2835[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];110 -> 2835[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2835 -> 123[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2836[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];110 -> 2836[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2836 -> 124[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2837[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];110 -> 2837[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2837 -> 125[label="",style="solid", color="blue", weight=3]; 22.13/9.68 111[label="vwx15",fontsize=16,color="green",shape="box"];109[label="primCompAux0 vwx19 vwx20",fontsize=16,color="burlywood",shape="triangle"];2838[label="vwx20/LT",fontsize=10,color="white",style="solid",shape="box"];109 -> 2838[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2838 -> 126[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2839[label="vwx20/EQ",fontsize=10,color="white",style="solid",shape="box"];109 -> 2839[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2839 -> 127[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2840[label="vwx20/GT",fontsize=10,color="white",style="solid",shape="box"];109 -> 2840[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2840 -> 128[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 112[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];112 -> 129[label="",style="solid", color="black", weight=3]; 22.13/9.68 113[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];2841[label="vwx30/()",fontsize=10,color="white",style="solid",shape="box"];113 -> 2841[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2841 -> 130[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 114[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];114 -> 131[label="",style="solid", color="black", weight=3]; 22.13/9.68 115[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];115 -> 132[label="",style="solid", color="black", weight=3]; 22.13/9.68 116[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];116 -> 133[label="",style="solid", color="black", weight=3]; 22.13/9.68 117[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];117 -> 134[label="",style="solid", color="black", weight=3]; 22.13/9.68 118[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];2842[label="vwx30/vwx300 :% vwx301",fontsize=10,color="white",style="solid",shape="box"];118 -> 2842[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2842 -> 135[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 119 -> 78[label="",style="dashed", color="red", weight=0]; 22.13/9.68 119[label="compare vwx30 vwx40",fontsize=16,color="magenta"];119 -> 136[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 119 -> 137[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 120[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];120 -> 138[label="",style="solid", color="black", weight=3]; 22.13/9.68 121[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];121 -> 139[label="",style="solid", color="black", weight=3]; 22.13/9.68 122[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];122 -> 140[label="",style="solid", color="black", weight=3]; 22.13/9.68 123[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];123 -> 141[label="",style="solid", color="black", weight=3]; 22.13/9.68 124[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];2843[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];124 -> 2843[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2843 -> 142[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 125[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];125 -> 143[label="",style="solid", color="black", weight=3]; 22.13/9.68 126[label="primCompAux0 vwx19 LT",fontsize=16,color="black",shape="box"];126 -> 144[label="",style="solid", color="black", weight=3]; 22.13/9.68 127[label="primCompAux0 vwx19 EQ",fontsize=16,color="black",shape="box"];127 -> 145[label="",style="solid", color="black", weight=3]; 22.13/9.68 128[label="primCompAux0 vwx19 GT",fontsize=16,color="black",shape="box"];128 -> 146[label="",style="solid", color="black", weight=3]; 22.13/9.68 129[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];129 -> 147[label="",style="solid", color="black", weight=3]; 22.13/9.68 130[label="compare () vwx40",fontsize=16,color="burlywood",shape="box"];2844[label="vwx40/()",fontsize=10,color="white",style="solid",shape="box"];130 -> 2844[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2844 -> 148[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 131[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];131 -> 149[label="",style="solid", color="black", weight=3]; 22.13/9.68 132[label="primCmpFloat vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2845[label="vwx30/Float vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];132 -> 2845[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2845 -> 150[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 133[label="primCmpDouble vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2846[label="vwx30/Double vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];133 -> 2846[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2846 -> 151[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 134[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];134 -> 152[label="",style="solid", color="black", weight=3]; 22.13/9.68 135[label="compare (vwx300 :% vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];2847[label="vwx40/vwx400 :% vwx401",fontsize=10,color="white",style="solid",shape="box"];135 -> 2847[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2847 -> 153[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 136[label="vwx40",fontsize=16,color="green",shape="box"];137[label="vwx30",fontsize=16,color="green",shape="box"];138[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];138 -> 154[label="",style="solid", color="black", weight=3]; 22.13/9.68 139[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];139 -> 155[label="",style="solid", color="black", weight=3]; 22.13/9.68 140[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];140 -> 156[label="",style="solid", color="black", weight=3]; 22.13/9.68 141[label="primCmpInt vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];2848[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];141 -> 2848[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2848 -> 157[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2849[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];141 -> 2849[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2849 -> 158[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 142[label="compare (Integer vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2850[label="vwx40/Integer vwx400",fontsize=10,color="white",style="solid",shape="box"];142 -> 2850[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2850 -> 159[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 143[label="primCmpChar vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2851[label="vwx30/Char vwx300",fontsize=10,color="white",style="solid",shape="box"];143 -> 2851[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2851 -> 160[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 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="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="burlywood",shape="box"];2852[label="vwx30/False",fontsize=10,color="white",style="solid",shape="box"];147 -> 2852[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2852 -> 161[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2853[label="vwx30/True",fontsize=10,color="white",style="solid",shape="box"];147 -> 2853[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2853 -> 162[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 148[label="compare () ()",fontsize=16,color="black",shape="box"];148 -> 163[label="",style="solid", color="black", weight=3]; 22.13/9.68 149[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="burlywood",shape="box"];2854[label="vwx30/Left vwx300",fontsize=10,color="white",style="solid",shape="box"];149 -> 2854[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2854 -> 164[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2855[label="vwx30/Right vwx300",fontsize=10,color="white",style="solid",shape="box"];149 -> 2855[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2855 -> 165[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 150[label="primCmpFloat (Float vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];2856[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];150 -> 2856[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2856 -> 166[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2857[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];150 -> 2857[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2857 -> 167[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 151[label="primCmpDouble (Double vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];2858[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];151 -> 2858[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2858 -> 168[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2859[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];151 -> 2859[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2859 -> 169[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 152[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="burlywood",shape="box"];2860[label="vwx30/(vwx300,vwx301,vwx302)",fontsize=10,color="white",style="solid",shape="box"];152 -> 2860[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2860 -> 170[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 153[label="compare (vwx300 :% vwx301) (vwx400 :% vwx401)",fontsize=16,color="black",shape="box"];153 -> 171[label="",style="solid", color="black", weight=3]; 22.13/9.68 154[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="burlywood",shape="box"];2861[label="vwx30/(vwx300,vwx301)",fontsize=10,color="white",style="solid",shape="box"];154 -> 2861[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2861 -> 172[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 155[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="burlywood",shape="box"];2862[label="vwx30/LT",fontsize=10,color="white",style="solid",shape="box"];155 -> 2862[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2862 -> 173[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2863[label="vwx30/EQ",fontsize=10,color="white",style="solid",shape="box"];155 -> 2863[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2863 -> 174[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2864[label="vwx30/GT",fontsize=10,color="white",style="solid",shape="box"];155 -> 2864[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2864 -> 175[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 156[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="burlywood",shape="box"];2865[label="vwx30/Nothing",fontsize=10,color="white",style="solid",shape="box"];156 -> 2865[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2865 -> 176[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2866[label="vwx30/Just vwx300",fontsize=10,color="white",style="solid",shape="box"];156 -> 2866[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2866 -> 177[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 157[label="primCmpInt (Pos vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2867[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];157 -> 2867[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2867 -> 178[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2868[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];157 -> 2868[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2868 -> 179[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 158[label="primCmpInt (Neg vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2869[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];158 -> 2869[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2869 -> 180[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2870[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];158 -> 2870[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2870 -> 181[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 159[label="compare (Integer vwx300) (Integer vwx400)",fontsize=16,color="black",shape="box"];159 -> 182[label="",style="solid", color="black", weight=3]; 22.13/9.68 160[label="primCmpChar (Char vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2871[label="vwx40/Char vwx400",fontsize=10,color="white",style="solid",shape="box"];160 -> 2871[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2871 -> 183[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 161[label="compare2 False vwx40 (False == vwx40)",fontsize=16,color="burlywood",shape="box"];2872[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];161 -> 2872[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2872 -> 184[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2873[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];161 -> 2873[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2873 -> 185[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 162[label="compare2 True vwx40 (True == vwx40)",fontsize=16,color="burlywood",shape="box"];2874[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];162 -> 2874[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2874 -> 186[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2875[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];162 -> 2875[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2875 -> 187[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 163[label="EQ",fontsize=16,color="green",shape="box"];164[label="compare2 (Left vwx300) vwx40 (Left vwx300 == vwx40)",fontsize=16,color="burlywood",shape="box"];2876[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];164 -> 2876[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2876 -> 188[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2877[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];164 -> 2877[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2877 -> 189[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 165[label="compare2 (Right vwx300) vwx40 (Right vwx300 == vwx40)",fontsize=16,color="burlywood",shape="box"];2878[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];165 -> 2878[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2878 -> 190[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2879[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];165 -> 2879[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2879 -> 191[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 166[label="primCmpFloat (Float vwx300 (Pos vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];2880[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];166 -> 2880[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2880 -> 192[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 167[label="primCmpFloat (Float vwx300 (Neg vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];2881[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];167 -> 2881[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2881 -> 193[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 168[label="primCmpDouble (Double vwx300 (Pos vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];2882[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];168 -> 2882[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2882 -> 194[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 169[label="primCmpDouble (Double vwx300 (Neg vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];2883[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];169 -> 2883[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2883 -> 195[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 170[label="compare2 (vwx300,vwx301,vwx302) vwx40 ((vwx300,vwx301,vwx302) == vwx40)",fontsize=16,color="burlywood",shape="box"];2884[label="vwx40/(vwx400,vwx401,vwx402)",fontsize=10,color="white",style="solid",shape="box"];170 -> 2884[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2884 -> 196[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 171[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="blue",shape="box"];2885[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];171 -> 2885[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2885 -> 197[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2886[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];171 -> 2886[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2886 -> 198[label="",style="solid", color="blue", weight=3]; 22.13/9.68 172[label="compare2 (vwx300,vwx301) vwx40 ((vwx300,vwx301) == vwx40)",fontsize=16,color="burlywood",shape="box"];2887[label="vwx40/(vwx400,vwx401)",fontsize=10,color="white",style="solid",shape="box"];172 -> 2887[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2887 -> 199[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 173[label="compare2 LT vwx40 (LT == vwx40)",fontsize=16,color="burlywood",shape="box"];2888[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];173 -> 2888[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2888 -> 200[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2889[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];173 -> 2889[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2889 -> 201[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2890[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];173 -> 2890[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2890 -> 202[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 174[label="compare2 EQ vwx40 (EQ == vwx40)",fontsize=16,color="burlywood",shape="box"];2891[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];174 -> 2891[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2891 -> 203[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2892[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];174 -> 2892[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2892 -> 204[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2893[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];174 -> 2893[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2893 -> 205[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 175[label="compare2 GT vwx40 (GT == vwx40)",fontsize=16,color="burlywood",shape="box"];2894[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];175 -> 2894[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2894 -> 206[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2895[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];175 -> 2895[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2895 -> 207[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2896[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];175 -> 2896[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2896 -> 208[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 176[label="compare2 Nothing vwx40 (Nothing == vwx40)",fontsize=16,color="burlywood",shape="box"];2897[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];176 -> 2897[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2897 -> 209[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2898[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];176 -> 2898[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2898 -> 210[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 177[label="compare2 (Just vwx300) vwx40 (Just vwx300 == vwx40)",fontsize=16,color="burlywood",shape="box"];2899[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];177 -> 2899[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2899 -> 211[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2900[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];177 -> 2900[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2900 -> 212[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 178[label="primCmpInt (Pos (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];2901[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];178 -> 2901[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2901 -> 213[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2902[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];178 -> 2902[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2902 -> 214[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 179[label="primCmpInt (Pos Zero) vwx40",fontsize=16,color="burlywood",shape="box"];2903[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];179 -> 2903[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2903 -> 215[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2904[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];179 -> 2904[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2904 -> 216[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 180[label="primCmpInt (Neg (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];2905[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];180 -> 2905[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2905 -> 217[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2906[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];180 -> 2906[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2906 -> 218[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 181[label="primCmpInt (Neg Zero) vwx40",fontsize=16,color="burlywood",shape="box"];2907[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];181 -> 2907[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2907 -> 219[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2908[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];181 -> 2908[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2908 -> 220[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 182 -> 141[label="",style="dashed", color="red", weight=0]; 22.13/9.68 182[label="primCmpInt vwx300 vwx400",fontsize=16,color="magenta"];182 -> 221[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 182 -> 222[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 183[label="primCmpChar (Char vwx300) (Char vwx400)",fontsize=16,color="black",shape="box"];183 -> 223[label="",style="solid", color="black", weight=3]; 22.13/9.68 184[label="compare2 False False (False == False)",fontsize=16,color="black",shape="box"];184 -> 224[label="",style="solid", color="black", weight=3]; 22.13/9.68 185[label="compare2 False True (False == True)",fontsize=16,color="black",shape="box"];185 -> 225[label="",style="solid", color="black", weight=3]; 22.13/9.68 186[label="compare2 True False (True == False)",fontsize=16,color="black",shape="box"];186 -> 226[label="",style="solid", color="black", weight=3]; 22.13/9.68 187[label="compare2 True True (True == True)",fontsize=16,color="black",shape="box"];187 -> 227[label="",style="solid", color="black", weight=3]; 22.13/9.68 188[label="compare2 (Left vwx300) (Left vwx400) (Left vwx300 == Left vwx400)",fontsize=16,color="black",shape="box"];188 -> 228[label="",style="solid", color="black", weight=3]; 22.13/9.68 189[label="compare2 (Left vwx300) (Right vwx400) (Left vwx300 == Right vwx400)",fontsize=16,color="black",shape="box"];189 -> 229[label="",style="solid", color="black", weight=3]; 22.13/9.68 190[label="compare2 (Right vwx300) (Left vwx400) (Right vwx300 == Left vwx400)",fontsize=16,color="black",shape="box"];190 -> 230[label="",style="solid", color="black", weight=3]; 22.13/9.68 191[label="compare2 (Right vwx300) (Right vwx400) (Right vwx300 == Right vwx400)",fontsize=16,color="black",shape="box"];191 -> 231[label="",style="solid", color="black", weight=3]; 22.13/9.68 192[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];2909[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];192 -> 2909[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2909 -> 232[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2910[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];192 -> 2910[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2910 -> 233[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 193[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];2911[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];193 -> 2911[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2911 -> 234[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2912[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];193 -> 2912[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2912 -> 235[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 194[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];2913[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];194 -> 2913[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2913 -> 236[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2914[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];194 -> 2914[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2914 -> 237[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 195[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];2915[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];195 -> 2915[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2915 -> 238[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2916[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];195 -> 2916[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2916 -> 239[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 196[label="compare2 (vwx300,vwx301,vwx302) (vwx400,vwx401,vwx402) ((vwx300,vwx301,vwx302) == (vwx400,vwx401,vwx402))",fontsize=16,color="black",shape="box"];196 -> 240[label="",style="solid", color="black", weight=3]; 22.13/9.68 197 -> 123[label="",style="dashed", color="red", weight=0]; 22.13/9.68 197[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="magenta"];197 -> 241[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 197 -> 242[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 198 -> 124[label="",style="dashed", color="red", weight=0]; 22.13/9.68 198[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="magenta"];198 -> 243[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 198 -> 244[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 199[label="compare2 (vwx300,vwx301) (vwx400,vwx401) ((vwx300,vwx301) == (vwx400,vwx401))",fontsize=16,color="black",shape="box"];199 -> 245[label="",style="solid", color="black", weight=3]; 22.13/9.68 200[label="compare2 LT LT (LT == LT)",fontsize=16,color="black",shape="box"];200 -> 246[label="",style="solid", color="black", weight=3]; 22.13/9.68 201[label="compare2 LT EQ (LT == EQ)",fontsize=16,color="black",shape="box"];201 -> 247[label="",style="solid", color="black", weight=3]; 22.13/9.68 202[label="compare2 LT GT (LT == GT)",fontsize=16,color="black",shape="box"];202 -> 248[label="",style="solid", color="black", weight=3]; 22.13/9.68 203[label="compare2 EQ LT (EQ == LT)",fontsize=16,color="black",shape="box"];203 -> 249[label="",style="solid", color="black", weight=3]; 22.13/9.68 204[label="compare2 EQ EQ (EQ == EQ)",fontsize=16,color="black",shape="box"];204 -> 250[label="",style="solid", color="black", weight=3]; 22.13/9.68 205[label="compare2 EQ GT (EQ == GT)",fontsize=16,color="black",shape="box"];205 -> 251[label="",style="solid", color="black", weight=3]; 22.13/9.68 206[label="compare2 GT LT (GT == LT)",fontsize=16,color="black",shape="box"];206 -> 252[label="",style="solid", color="black", weight=3]; 22.13/9.68 207[label="compare2 GT EQ (GT == EQ)",fontsize=16,color="black",shape="box"];207 -> 253[label="",style="solid", color="black", weight=3]; 22.13/9.68 208[label="compare2 GT GT (GT == GT)",fontsize=16,color="black",shape="box"];208 -> 254[label="",style="solid", color="black", weight=3]; 22.13/9.68 209[label="compare2 Nothing Nothing (Nothing == Nothing)",fontsize=16,color="black",shape="box"];209 -> 255[label="",style="solid", color="black", weight=3]; 22.13/9.68 210[label="compare2 Nothing (Just vwx400) (Nothing == Just vwx400)",fontsize=16,color="black",shape="box"];210 -> 256[label="",style="solid", color="black", weight=3]; 22.13/9.68 211[label="compare2 (Just vwx300) Nothing (Just vwx300 == Nothing)",fontsize=16,color="black",shape="box"];211 -> 257[label="",style="solid", color="black", weight=3]; 22.13/9.68 212[label="compare2 (Just vwx300) (Just vwx400) (Just vwx300 == Just vwx400)",fontsize=16,color="black",shape="box"];212 -> 258[label="",style="solid", color="black", weight=3]; 22.13/9.68 213[label="primCmpInt (Pos (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];213 -> 259[label="",style="solid", color="black", weight=3]; 22.13/9.68 214[label="primCmpInt (Pos (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];214 -> 260[label="",style="solid", color="black", weight=3]; 22.13/9.68 215[label="primCmpInt (Pos Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];2917[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];215 -> 2917[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2917 -> 261[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2918[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];215 -> 2918[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2918 -> 262[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 216[label="primCmpInt (Pos Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];2919[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];216 -> 2919[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2919 -> 263[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2920[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];216 -> 2920[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2920 -> 264[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 217[label="primCmpInt (Neg (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];217 -> 265[label="",style="solid", color="black", weight=3]; 22.13/9.68 218[label="primCmpInt (Neg (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];218 -> 266[label="",style="solid", color="black", weight=3]; 22.13/9.68 219[label="primCmpInt (Neg Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];2921[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];219 -> 2921[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2921 -> 267[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2922[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];219 -> 2922[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2922 -> 268[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 220[label="primCmpInt (Neg Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];2923[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];220 -> 2923[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2923 -> 269[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2924[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];220 -> 2924[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2924 -> 270[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 221[label="vwx400",fontsize=16,color="green",shape="box"];222[label="vwx300",fontsize=16,color="green",shape="box"];223[label="primCmpNat vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];2925[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];223 -> 2925[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2925 -> 271[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2926[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];223 -> 2926[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2926 -> 272[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 224[label="compare2 False False True",fontsize=16,color="black",shape="box"];224 -> 273[label="",style="solid", color="black", weight=3]; 22.13/9.68 225[label="compare2 False True False",fontsize=16,color="black",shape="box"];225 -> 274[label="",style="solid", color="black", weight=3]; 22.13/9.68 226[label="compare2 True False False",fontsize=16,color="black",shape="box"];226 -> 275[label="",style="solid", color="black", weight=3]; 22.13/9.68 227[label="compare2 True True True",fontsize=16,color="black",shape="box"];227 -> 276[label="",style="solid", color="black", weight=3]; 22.13/9.68 228 -> 277[label="",style="dashed", color="red", weight=0]; 22.13/9.68 228[label="compare2 (Left vwx300) (Left vwx400) (vwx300 == vwx400)",fontsize=16,color="magenta"];228 -> 278[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 228 -> 279[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 228 -> 280[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 229[label="compare2 (Left vwx300) (Right vwx400) False",fontsize=16,color="black",shape="box"];229 -> 281[label="",style="solid", color="black", weight=3]; 22.13/9.68 230[label="compare2 (Right vwx300) (Left vwx400) False",fontsize=16,color="black",shape="box"];230 -> 282[label="",style="solid", color="black", weight=3]; 22.13/9.68 231 -> 283[label="",style="dashed", color="red", weight=0]; 22.13/9.68 231[label="compare2 (Right vwx300) (Right vwx400) (vwx300 == vwx400)",fontsize=16,color="magenta"];231 -> 284[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 231 -> 285[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 231 -> 286[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 232[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];232 -> 287[label="",style="solid", color="black", weight=3]; 22.13/9.68 233[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];233 -> 288[label="",style="solid", color="black", weight=3]; 22.13/9.68 234[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];234 -> 289[label="",style="solid", color="black", weight=3]; 22.13/9.68 235[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];235 -> 290[label="",style="solid", color="black", weight=3]; 22.13/9.68 236[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];236 -> 291[label="",style="solid", color="black", weight=3]; 22.13/9.68 237[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];237 -> 292[label="",style="solid", color="black", weight=3]; 22.13/9.68 238[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];238 -> 293[label="",style="solid", color="black", weight=3]; 22.13/9.68 239[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];239 -> 294[label="",style="solid", color="black", weight=3]; 22.13/9.68 240 -> 868[label="",style="dashed", color="red", weight=0]; 22.13/9.68 240[label="compare2 (vwx300,vwx301,vwx302) (vwx400,vwx401,vwx402) (vwx300 == vwx400 && vwx301 == vwx401 && vwx302 == vwx402)",fontsize=16,color="magenta"];240 -> 869[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 240 -> 870[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 240 -> 871[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 240 -> 872[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 240 -> 873[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 240 -> 874[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 240 -> 875[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 241[label="vwx400 * vwx301",fontsize=16,color="black",shape="triangle"];241 -> 303[label="",style="solid", color="black", weight=3]; 22.13/9.68 242 -> 241[label="",style="dashed", color="red", weight=0]; 22.13/9.68 242[label="vwx300 * vwx401",fontsize=16,color="magenta"];242 -> 304[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 242 -> 305[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 243[label="vwx400 * vwx301",fontsize=16,color="burlywood",shape="triangle"];2927[label="vwx400/Integer vwx4000",fontsize=10,color="white",style="solid",shape="box"];243 -> 2927[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2927 -> 306[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 244 -> 243[label="",style="dashed", color="red", weight=0]; 22.13/9.68 244[label="vwx300 * vwx401",fontsize=16,color="magenta"];244 -> 307[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 244 -> 308[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 245 -> 713[label="",style="dashed", color="red", weight=0]; 22.13/9.68 245[label="compare2 (vwx300,vwx301) (vwx400,vwx401) (vwx300 == vwx400 && vwx301 == vwx401)",fontsize=16,color="magenta"];245 -> 714[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 245 -> 715[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 245 -> 716[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 245 -> 717[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 245 -> 718[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 246[label="compare2 LT LT True",fontsize=16,color="black",shape="box"];246 -> 315[label="",style="solid", color="black", weight=3]; 22.13/9.68 247[label="compare2 LT EQ False",fontsize=16,color="black",shape="box"];247 -> 316[label="",style="solid", color="black", weight=3]; 22.13/9.68 248[label="compare2 LT GT False",fontsize=16,color="black",shape="box"];248 -> 317[label="",style="solid", color="black", weight=3]; 22.13/9.68 249[label="compare2 EQ LT False",fontsize=16,color="black",shape="box"];249 -> 318[label="",style="solid", color="black", weight=3]; 22.13/9.68 250[label="compare2 EQ EQ True",fontsize=16,color="black",shape="box"];250 -> 319[label="",style="solid", color="black", weight=3]; 22.13/9.68 251[label="compare2 EQ GT False",fontsize=16,color="black",shape="box"];251 -> 320[label="",style="solid", color="black", weight=3]; 22.13/9.68 252[label="compare2 GT LT False",fontsize=16,color="black",shape="box"];252 -> 321[label="",style="solid", color="black", weight=3]; 22.13/9.68 253[label="compare2 GT EQ False",fontsize=16,color="black",shape="box"];253 -> 322[label="",style="solid", color="black", weight=3]; 22.13/9.68 254[label="compare2 GT GT True",fontsize=16,color="black",shape="box"];254 -> 323[label="",style="solid", color="black", weight=3]; 22.13/9.68 255[label="compare2 Nothing Nothing True",fontsize=16,color="black",shape="box"];255 -> 324[label="",style="solid", color="black", weight=3]; 22.13/9.68 256[label="compare2 Nothing (Just vwx400) False",fontsize=16,color="black",shape="box"];256 -> 325[label="",style="solid", color="black", weight=3]; 22.13/9.68 257[label="compare2 (Just vwx300) Nothing False",fontsize=16,color="black",shape="box"];257 -> 326[label="",style="solid", color="black", weight=3]; 22.13/9.68 258 -> 327[label="",style="dashed", color="red", weight=0]; 22.13/9.68 258[label="compare2 (Just vwx300) (Just vwx400) (vwx300 == vwx400)",fontsize=16,color="magenta"];258 -> 328[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 258 -> 329[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 258 -> 330[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 259 -> 223[label="",style="dashed", color="red", weight=0]; 22.13/9.68 259[label="primCmpNat (Succ vwx3000) vwx400",fontsize=16,color="magenta"];259 -> 331[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 259 -> 332[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 260[label="GT",fontsize=16,color="green",shape="box"];261[label="primCmpInt (Pos Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];261 -> 333[label="",style="solid", color="black", weight=3]; 22.13/9.68 262[label="primCmpInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];262 -> 334[label="",style="solid", color="black", weight=3]; 22.13/9.68 263[label="primCmpInt (Pos Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];263 -> 335[label="",style="solid", color="black", weight=3]; 22.13/9.68 264[label="primCmpInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];264 -> 336[label="",style="solid", color="black", weight=3]; 22.13/9.68 265[label="LT",fontsize=16,color="green",shape="box"];266 -> 223[label="",style="dashed", color="red", weight=0]; 22.13/9.68 266[label="primCmpNat vwx400 (Succ vwx3000)",fontsize=16,color="magenta"];266 -> 337[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 266 -> 338[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 267[label="primCmpInt (Neg Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];267 -> 339[label="",style="solid", color="black", weight=3]; 22.13/9.68 268[label="primCmpInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];268 -> 340[label="",style="solid", color="black", weight=3]; 22.13/9.68 269[label="primCmpInt (Neg Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];269 -> 341[label="",style="solid", color="black", weight=3]; 22.13/9.68 270[label="primCmpInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];270 -> 342[label="",style="solid", color="black", weight=3]; 22.13/9.68 271[label="primCmpNat (Succ vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];2928[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];271 -> 2928[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2928 -> 343[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2929[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];271 -> 2929[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2929 -> 344[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 272[label="primCmpNat Zero vwx400",fontsize=16,color="burlywood",shape="box"];2930[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];272 -> 2930[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2930 -> 345[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2931[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];272 -> 2931[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2931 -> 346[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 273[label="EQ",fontsize=16,color="green",shape="box"];274[label="compare1 False True (False <= True)",fontsize=16,color="black",shape="box"];274 -> 347[label="",style="solid", color="black", weight=3]; 22.13/9.68 275[label="compare1 True False (True <= False)",fontsize=16,color="black",shape="box"];275 -> 348[label="",style="solid", color="black", weight=3]; 22.13/9.68 276[label="EQ",fontsize=16,color="green",shape="box"];278[label="vwx300",fontsize=16,color="green",shape="box"];279[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2932[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];279 -> 2932[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2932 -> 349[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2933[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];279 -> 2933[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2933 -> 350[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2934[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];279 -> 2934[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2934 -> 351[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2935[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];279 -> 2935[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2935 -> 352[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2936[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];279 -> 2936[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2936 -> 353[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2937[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];279 -> 2937[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2937 -> 354[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2938[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];279 -> 2938[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2938 -> 355[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2939[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];279 -> 2939[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2939 -> 356[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2940[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];279 -> 2940[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2940 -> 357[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2941[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];279 -> 2941[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2941 -> 358[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2942[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];279 -> 2942[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2942 -> 359[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2943[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];279 -> 2943[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2943 -> 360[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2944[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];279 -> 2944[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2944 -> 361[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2945[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];279 -> 2945[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2945 -> 362[label="",style="solid", color="blue", weight=3]; 22.13/9.68 280[label="vwx400",fontsize=16,color="green",shape="box"];277[label="compare2 (Left vwx25) (Left vwx26) vwx27",fontsize=16,color="burlywood",shape="triangle"];2946[label="vwx27/False",fontsize=10,color="white",style="solid",shape="box"];277 -> 2946[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2946 -> 363[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2947[label="vwx27/True",fontsize=10,color="white",style="solid",shape="box"];277 -> 2947[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2947 -> 364[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 281[label="compare1 (Left vwx300) (Right vwx400) (Left vwx300 <= Right vwx400)",fontsize=16,color="black",shape="box"];281 -> 365[label="",style="solid", color="black", weight=3]; 22.13/9.68 282[label="compare1 (Right vwx300) (Left vwx400) (Right vwx300 <= Left vwx400)",fontsize=16,color="black",shape="box"];282 -> 366[label="",style="solid", color="black", weight=3]; 22.13/9.68 284[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2948[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];284 -> 2948[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2948 -> 367[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2949[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];284 -> 2949[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2949 -> 368[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2950[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];284 -> 2950[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2950 -> 369[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2951[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];284 -> 2951[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2951 -> 370[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2952[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];284 -> 2952[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2952 -> 371[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2953[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];284 -> 2953[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2953 -> 372[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2954[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];284 -> 2954[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2954 -> 373[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2955[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];284 -> 2955[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2955 -> 374[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2956[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];284 -> 2956[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2956 -> 375[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2957[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];284 -> 2957[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2957 -> 376[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2958[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];284 -> 2958[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2958 -> 377[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2959[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];284 -> 2959[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2959 -> 378[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2960[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];284 -> 2960[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2960 -> 379[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2961[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];284 -> 2961[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2961 -> 380[label="",style="solid", color="blue", weight=3]; 22.13/9.68 285[label="vwx300",fontsize=16,color="green",shape="box"];286[label="vwx400",fontsize=16,color="green",shape="box"];283[label="compare2 (Right vwx32) (Right vwx33) vwx34",fontsize=16,color="burlywood",shape="triangle"];2962[label="vwx34/False",fontsize=10,color="white",style="solid",shape="box"];283 -> 2962[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2962 -> 381[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2963[label="vwx34/True",fontsize=10,color="white",style="solid",shape="box"];283 -> 2963[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2963 -> 382[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 287 -> 123[label="",style="dashed", color="red", weight=0]; 22.13/9.68 287[label="compare (vwx300 * Pos vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];287 -> 383[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 287 -> 384[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 288 -> 123[label="",style="dashed", color="red", weight=0]; 22.13/9.68 288[label="compare (vwx300 * Pos vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];288 -> 385[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 288 -> 386[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 289 -> 123[label="",style="dashed", color="red", weight=0]; 22.13/9.68 289[label="compare (vwx300 * Neg vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];289 -> 387[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 289 -> 388[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 290 -> 123[label="",style="dashed", color="red", weight=0]; 22.13/9.68 290[label="compare (vwx300 * Neg vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];290 -> 389[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 290 -> 390[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 291 -> 123[label="",style="dashed", color="red", weight=0]; 22.13/9.68 291[label="compare (vwx300 * Pos vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];291 -> 391[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 291 -> 392[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 292 -> 123[label="",style="dashed", color="red", weight=0]; 22.13/9.68 292[label="compare (vwx300 * Pos vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];292 -> 393[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 292 -> 394[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 293 -> 123[label="",style="dashed", color="red", weight=0]; 22.13/9.68 293[label="compare (vwx300 * Neg vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];293 -> 395[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 293 -> 396[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 294 -> 123[label="",style="dashed", color="red", weight=0]; 22.13/9.68 294[label="compare (vwx300 * Neg vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];294 -> 397[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 294 -> 398[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 869[label="vwx401",fontsize=16,color="green",shape="box"];870[label="vwx301",fontsize=16,color="green",shape="box"];871[label="vwx400",fontsize=16,color="green",shape="box"];872[label="vwx402",fontsize=16,color="green",shape="box"];873 -> 920[label="",style="dashed", color="red", weight=0]; 22.13/9.68 873[label="vwx300 == vwx400 && vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];873 -> 921[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 873 -> 922[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 874[label="vwx302",fontsize=16,color="green",shape="box"];875[label="vwx300",fontsize=16,color="green",shape="box"];868[label="compare2 (vwx76,vwx77,vwx78) (vwx79,vwx80,vwx81) vwx115",fontsize=16,color="burlywood",shape="triangle"];2964[label="vwx115/False",fontsize=10,color="white",style="solid",shape="box"];868 -> 2964[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2964 -> 915[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2965[label="vwx115/True",fontsize=10,color="white",style="solid",shape="box"];868 -> 2965[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2965 -> 916[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 303[label="primMulInt vwx400 vwx301",fontsize=16,color="burlywood",shape="triangle"];2966[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];303 -> 2966[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2966 -> 415[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2967[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];303 -> 2967[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2967 -> 416[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 304[label="vwx300",fontsize=16,color="green",shape="box"];305[label="vwx401",fontsize=16,color="green",shape="box"];306[label="Integer vwx4000 * vwx301",fontsize=16,color="burlywood",shape="box"];2968[label="vwx301/Integer vwx3010",fontsize=10,color="white",style="solid",shape="box"];306 -> 2968[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2968 -> 417[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 307[label="vwx300",fontsize=16,color="green",shape="box"];308[label="vwx401",fontsize=16,color="green",shape="box"];714[label="vwx301",fontsize=16,color="green",shape="box"];715[label="vwx400",fontsize=16,color="green",shape="box"];716 -> 920[label="",style="dashed", color="red", weight=0]; 22.13/9.68 716[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];716 -> 923[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 716 -> 924[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 717[label="vwx401",fontsize=16,color="green",shape="box"];718[label="vwx300",fontsize=16,color="green",shape="box"];713[label="compare2 (vwx89,vwx90) (vwx91,vwx92) vwx93",fontsize=16,color="burlywood",shape="triangle"];2969[label="vwx93/False",fontsize=10,color="white",style="solid",shape="box"];713 -> 2969[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2969 -> 738[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2970[label="vwx93/True",fontsize=10,color="white",style="solid",shape="box"];713 -> 2970[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2970 -> 739[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 315[label="EQ",fontsize=16,color="green",shape="box"];316[label="compare1 LT EQ (LT <= EQ)",fontsize=16,color="black",shape="box"];316 -> 434[label="",style="solid", color="black", weight=3]; 22.13/9.68 317[label="compare1 LT GT (LT <= GT)",fontsize=16,color="black",shape="box"];317 -> 435[label="",style="solid", color="black", weight=3]; 22.13/9.68 318[label="compare1 EQ LT (EQ <= LT)",fontsize=16,color="black",shape="box"];318 -> 436[label="",style="solid", color="black", weight=3]; 22.13/9.68 319[label="EQ",fontsize=16,color="green",shape="box"];320[label="compare1 EQ GT (EQ <= GT)",fontsize=16,color="black",shape="box"];320 -> 437[label="",style="solid", color="black", weight=3]; 22.13/9.68 321[label="compare1 GT LT (GT <= LT)",fontsize=16,color="black",shape="box"];321 -> 438[label="",style="solid", color="black", weight=3]; 22.13/9.68 322[label="compare1 GT EQ (GT <= EQ)",fontsize=16,color="black",shape="box"];322 -> 439[label="",style="solid", color="black", weight=3]; 22.13/9.68 323[label="EQ",fontsize=16,color="green",shape="box"];324[label="EQ",fontsize=16,color="green",shape="box"];325[label="compare1 Nothing (Just vwx400) (Nothing <= Just vwx400)",fontsize=16,color="black",shape="box"];325 -> 440[label="",style="solid", color="black", weight=3]; 22.13/9.68 326[label="compare1 (Just vwx300) Nothing (Just vwx300 <= Nothing)",fontsize=16,color="black",shape="box"];326 -> 441[label="",style="solid", color="black", weight=3]; 22.13/9.68 328[label="vwx300",fontsize=16,color="green",shape="box"];329[label="vwx400",fontsize=16,color="green",shape="box"];330[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2971[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];330 -> 2971[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2971 -> 442[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2972[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];330 -> 2972[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2972 -> 443[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2973[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];330 -> 2973[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2973 -> 444[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2974[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];330 -> 2974[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2974 -> 445[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2975[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];330 -> 2975[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2975 -> 446[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2976[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];330 -> 2976[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2976 -> 447[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2977[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];330 -> 2977[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2977 -> 448[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2978[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];330 -> 2978[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2978 -> 449[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2979[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];330 -> 2979[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2979 -> 450[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2980[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];330 -> 2980[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2980 -> 451[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2981[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];330 -> 2981[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2981 -> 452[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2982[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];330 -> 2982[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2982 -> 453[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2983[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];330 -> 2983[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2983 -> 454[label="",style="solid", color="blue", weight=3]; 22.13/9.68 2984[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];330 -> 2984[label="",style="solid", color="blue", weight=9]; 22.13/9.68 2984 -> 455[label="",style="solid", color="blue", weight=3]; 22.13/9.68 327[label="compare2 (Just vwx65) (Just vwx66) vwx67",fontsize=16,color="burlywood",shape="triangle"];2985[label="vwx67/False",fontsize=10,color="white",style="solid",shape="box"];327 -> 2985[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2985 -> 456[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2986[label="vwx67/True",fontsize=10,color="white",style="solid",shape="box"];327 -> 2986[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2986 -> 457[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 331[label="vwx400",fontsize=16,color="green",shape="box"];332[label="Succ vwx3000",fontsize=16,color="green",shape="box"];333 -> 223[label="",style="dashed", color="red", weight=0]; 22.13/9.68 333[label="primCmpNat Zero (Succ vwx4000)",fontsize=16,color="magenta"];333 -> 458[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 333 -> 459[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 334[label="EQ",fontsize=16,color="green",shape="box"];335[label="GT",fontsize=16,color="green",shape="box"];336[label="EQ",fontsize=16,color="green",shape="box"];337[label="Succ vwx3000",fontsize=16,color="green",shape="box"];338[label="vwx400",fontsize=16,color="green",shape="box"];339[label="LT",fontsize=16,color="green",shape="box"];340[label="EQ",fontsize=16,color="green",shape="box"];341 -> 223[label="",style="dashed", color="red", weight=0]; 22.13/9.68 341[label="primCmpNat (Succ vwx4000) Zero",fontsize=16,color="magenta"];341 -> 460[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 341 -> 461[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 342[label="EQ",fontsize=16,color="green",shape="box"];343[label="primCmpNat (Succ vwx3000) (Succ vwx4000)",fontsize=16,color="black",shape="box"];343 -> 462[label="",style="solid", color="black", weight=3]; 22.13/9.68 344[label="primCmpNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];344 -> 463[label="",style="solid", color="black", weight=3]; 22.13/9.68 345[label="primCmpNat Zero (Succ vwx4000)",fontsize=16,color="black",shape="box"];345 -> 464[label="",style="solid", color="black", weight=3]; 22.13/9.68 346[label="primCmpNat Zero Zero",fontsize=16,color="black",shape="box"];346 -> 465[label="",style="solid", color="black", weight=3]; 22.13/9.68 347[label="compare1 False True True",fontsize=16,color="black",shape="box"];347 -> 466[label="",style="solid", color="black", weight=3]; 22.13/9.68 348[label="compare1 True False False",fontsize=16,color="black",shape="box"];348 -> 467[label="",style="solid", color="black", weight=3]; 22.13/9.68 349[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];2987[label="vwx300/(vwx3000,vwx3001)",fontsize=10,color="white",style="solid",shape="box"];349 -> 2987[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2987 -> 468[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 350[label="vwx300 == vwx400",fontsize=16,color="black",shape="triangle"];350 -> 469[label="",style="solid", color="black", weight=3]; 22.13/9.68 351[label="vwx300 == vwx400",fontsize=16,color="black",shape="triangle"];351 -> 470[label="",style="solid", color="black", weight=3]; 22.13/9.68 352[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];2988[label="vwx300/()",fontsize=10,color="white",style="solid",shape="box"];352 -> 2988[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2988 -> 471[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 353[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];2989[label="vwx300/Nothing",fontsize=10,color="white",style="solid",shape="box"];353 -> 2989[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2989 -> 472[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2990[label="vwx300/Just vwx3000",fontsize=10,color="white",style="solid",shape="box"];353 -> 2990[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2990 -> 473[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 354[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];2991[label="vwx300/LT",fontsize=10,color="white",style="solid",shape="box"];354 -> 2991[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2991 -> 474[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2992[label="vwx300/EQ",fontsize=10,color="white",style="solid",shape="box"];354 -> 2992[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2992 -> 475[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2993[label="vwx300/GT",fontsize=10,color="white",style="solid",shape="box"];354 -> 2993[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2993 -> 476[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 355[label="vwx300 == vwx400",fontsize=16,color="black",shape="triangle"];355 -> 477[label="",style="solid", color="black", weight=3]; 22.13/9.68 356[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];2994[label="vwx300/Integer vwx3000",fontsize=10,color="white",style="solid",shape="box"];356 -> 2994[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2994 -> 478[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 357[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];2995[label="vwx300/vwx3000 : vwx3001",fontsize=10,color="white",style="solid",shape="box"];357 -> 2995[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2995 -> 479[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 2996[label="vwx300/[]",fontsize=10,color="white",style="solid",shape="box"];357 -> 2996[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2996 -> 480[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 358[label="vwx300 == vwx400",fontsize=16,color="black",shape="triangle"];358 -> 481[label="",style="solid", color="black", weight=3]; 22.13/9.68 359[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];2997[label="vwx300/(vwx3000,vwx3001,vwx3002)",fontsize=10,color="white",style="solid",shape="box"];359 -> 2997[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2997 -> 482[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 360[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];2998[label="vwx300/vwx3000 :% vwx3001",fontsize=10,color="white",style="solid",shape="box"];360 -> 2998[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2998 -> 483[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 361[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];2999[label="vwx300/Left vwx3000",fontsize=10,color="white",style="solid",shape="box"];361 -> 2999[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 2999 -> 484[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 3000[label="vwx300/Right vwx3000",fontsize=10,color="white",style="solid",shape="box"];361 -> 3000[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 3000 -> 485[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 362[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];3001[label="vwx300/False",fontsize=10,color="white",style="solid",shape="box"];362 -> 3001[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 3001 -> 486[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 3002[label="vwx300/True",fontsize=10,color="white",style="solid",shape="box"];362 -> 3002[label="",style="solid", color="burlywood", weight=9]; 22.13/9.68 3002 -> 487[label="",style="solid", color="burlywood", weight=3]; 22.13/9.68 363[label="compare2 (Left vwx25) (Left vwx26) False",fontsize=16,color="black",shape="box"];363 -> 488[label="",style="solid", color="black", weight=3]; 22.13/9.68 364[label="compare2 (Left vwx25) (Left vwx26) True",fontsize=16,color="black",shape="box"];364 -> 489[label="",style="solid", color="black", weight=3]; 22.13/9.68 365[label="compare1 (Left vwx300) (Right vwx400) True",fontsize=16,color="black",shape="box"];365 -> 490[label="",style="solid", color="black", weight=3]; 22.13/9.68 366[label="compare1 (Right vwx300) (Left vwx400) False",fontsize=16,color="black",shape="box"];366 -> 491[label="",style="solid", color="black", weight=3]; 22.13/9.68 367 -> 349[label="",style="dashed", color="red", weight=0]; 22.13/9.68 367[label="vwx300 == vwx400",fontsize=16,color="magenta"];367 -> 492[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 367 -> 493[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 368 -> 350[label="",style="dashed", color="red", weight=0]; 22.13/9.68 368[label="vwx300 == vwx400",fontsize=16,color="magenta"];368 -> 494[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 368 -> 495[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 369 -> 351[label="",style="dashed", color="red", weight=0]; 22.13/9.68 369[label="vwx300 == vwx400",fontsize=16,color="magenta"];369 -> 496[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 369 -> 497[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 370 -> 352[label="",style="dashed", color="red", weight=0]; 22.13/9.68 370[label="vwx300 == vwx400",fontsize=16,color="magenta"];370 -> 498[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 370 -> 499[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 371 -> 353[label="",style="dashed", color="red", weight=0]; 22.13/9.68 371[label="vwx300 == vwx400",fontsize=16,color="magenta"];371 -> 500[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 371 -> 501[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 372 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.68 372[label="vwx300 == vwx400",fontsize=16,color="magenta"];372 -> 502[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 372 -> 503[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 373 -> 355[label="",style="dashed", color="red", weight=0]; 22.13/9.68 373[label="vwx300 == vwx400",fontsize=16,color="magenta"];373 -> 504[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 373 -> 505[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 374 -> 356[label="",style="dashed", color="red", weight=0]; 22.13/9.68 374[label="vwx300 == vwx400",fontsize=16,color="magenta"];374 -> 506[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 374 -> 507[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 375 -> 357[label="",style="dashed", color="red", weight=0]; 22.13/9.68 375[label="vwx300 == vwx400",fontsize=16,color="magenta"];375 -> 508[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 375 -> 509[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 376 -> 358[label="",style="dashed", color="red", weight=0]; 22.13/9.68 376[label="vwx300 == vwx400",fontsize=16,color="magenta"];376 -> 510[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 376 -> 511[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 377 -> 359[label="",style="dashed", color="red", weight=0]; 22.13/9.68 377[label="vwx300 == vwx400",fontsize=16,color="magenta"];377 -> 512[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 377 -> 513[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 378 -> 360[label="",style="dashed", color="red", weight=0]; 22.13/9.68 378[label="vwx300 == vwx400",fontsize=16,color="magenta"];378 -> 514[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 378 -> 515[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 379 -> 361[label="",style="dashed", color="red", weight=0]; 22.13/9.68 379[label="vwx300 == vwx400",fontsize=16,color="magenta"];379 -> 516[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 379 -> 517[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 380 -> 362[label="",style="dashed", color="red", weight=0]; 22.13/9.68 380[label="vwx300 == vwx400",fontsize=16,color="magenta"];380 -> 518[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 380 -> 519[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 381[label="compare2 (Right vwx32) (Right vwx33) False",fontsize=16,color="black",shape="box"];381 -> 520[label="",style="solid", color="black", weight=3]; 22.13/9.68 382[label="compare2 (Right vwx32) (Right vwx33) True",fontsize=16,color="black",shape="box"];382 -> 521[label="",style="solid", color="black", weight=3]; 22.13/9.68 383 -> 241[label="",style="dashed", color="red", weight=0]; 22.13/9.68 383[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];383 -> 522[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 383 -> 523[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 384 -> 241[label="",style="dashed", color="red", weight=0]; 22.13/9.68 384[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];384 -> 524[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 384 -> 525[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 385 -> 241[label="",style="dashed", color="red", weight=0]; 22.13/9.68 385[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];385 -> 526[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 385 -> 527[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 386 -> 241[label="",style="dashed", color="red", weight=0]; 22.13/9.68 386[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];386 -> 528[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 386 -> 529[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 387 -> 241[label="",style="dashed", color="red", weight=0]; 22.13/9.68 387[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];387 -> 530[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 387 -> 531[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 388 -> 241[label="",style="dashed", color="red", weight=0]; 22.13/9.68 388[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];388 -> 532[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 388 -> 533[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 389 -> 241[label="",style="dashed", color="red", weight=0]; 22.13/9.68 389[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];389 -> 534[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 389 -> 535[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 390 -> 241[label="",style="dashed", color="red", weight=0]; 22.13/9.68 390[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];390 -> 536[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 390 -> 537[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 391 -> 241[label="",style="dashed", color="red", weight=0]; 22.13/9.68 391[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];391 -> 538[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 391 -> 539[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 392 -> 241[label="",style="dashed", color="red", weight=0]; 22.13/9.68 392[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];392 -> 540[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 392 -> 541[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 393 -> 241[label="",style="dashed", color="red", weight=0]; 22.13/9.68 393[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];393 -> 542[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 393 -> 543[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 394 -> 241[label="",style="dashed", color="red", weight=0]; 22.13/9.68 394[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];394 -> 544[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 394 -> 545[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 395 -> 241[label="",style="dashed", color="red", weight=0]; 22.13/9.68 395[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];395 -> 546[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 395 -> 547[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 396 -> 241[label="",style="dashed", color="red", weight=0]; 22.13/9.68 396[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];396 -> 548[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 396 -> 549[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 397 -> 241[label="",style="dashed", color="red", weight=0]; 22.13/9.68 397[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];397 -> 550[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 397 -> 551[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 398 -> 241[label="",style="dashed", color="red", weight=0]; 22.13/9.68 398[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];398 -> 552[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 398 -> 553[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 921[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3003[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];921 -> 3003[label="",style="solid", color="blue", weight=9]; 22.13/9.68 3003 -> 939[label="",style="solid", color="blue", weight=3]; 22.13/9.68 3004[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];921 -> 3004[label="",style="solid", color="blue", weight=9]; 22.13/9.68 3004 -> 940[label="",style="solid", color="blue", weight=3]; 22.13/9.68 3005[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];921 -> 3005[label="",style="solid", color="blue", weight=9]; 22.13/9.68 3005 -> 941[label="",style="solid", color="blue", weight=3]; 22.13/9.68 3006[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];921 -> 3006[label="",style="solid", color="blue", weight=9]; 22.13/9.68 3006 -> 942[label="",style="solid", color="blue", weight=3]; 22.13/9.68 3007[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];921 -> 3007[label="",style="solid", color="blue", weight=9]; 22.13/9.68 3007 -> 943[label="",style="solid", color="blue", weight=3]; 22.13/9.68 3008[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];921 -> 3008[label="",style="solid", color="blue", weight=9]; 22.13/9.68 3008 -> 944[label="",style="solid", color="blue", weight=3]; 22.13/9.68 3009[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];921 -> 3009[label="",style="solid", color="blue", weight=9]; 22.13/9.68 3009 -> 945[label="",style="solid", color="blue", weight=3]; 22.13/9.68 3010[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];921 -> 3010[label="",style="solid", color="blue", weight=9]; 22.13/9.68 3010 -> 946[label="",style="solid", color="blue", weight=3]; 22.13/9.68 3011[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];921 -> 3011[label="",style="solid", color="blue", weight=9]; 22.13/9.68 3011 -> 947[label="",style="solid", color="blue", weight=3]; 22.13/9.68 3012[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];921 -> 3012[label="",style="solid", color="blue", weight=9]; 22.13/9.68 3012 -> 948[label="",style="solid", color="blue", weight=3]; 22.13/9.68 3013[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];921 -> 3013[label="",style="solid", color="blue", weight=9]; 22.13/9.68 3013 -> 949[label="",style="solid", color="blue", weight=3]; 22.13/9.68 3014[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];921 -> 3014[label="",style="solid", color="blue", weight=9]; 22.13/9.68 3014 -> 950[label="",style="solid", color="blue", weight=3]; 22.13/9.68 3015[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];921 -> 3015[label="",style="solid", color="blue", weight=9]; 22.13/9.68 3015 -> 951[label="",style="solid", color="blue", weight=3]; 22.13/9.68 3016[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];921 -> 3016[label="",style="solid", color="blue", weight=9]; 22.13/9.68 3016 -> 952[label="",style="solid", color="blue", weight=3]; 22.13/9.68 922 -> 920[label="",style="dashed", color="red", weight=0]; 22.13/9.68 922[label="vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];922 -> 953[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 922 -> 954[label="",style="dashed", color="magenta", weight=3]; 22.13/9.68 920[label="vwx120 && vwx121",fontsize=16,color="burlywood",shape="triangle"];3017[label="vwx120/False",fontsize=10,color="white",style="solid",shape="box"];920 -> 3017[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3017 -> 955[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3018[label="vwx120/True",fontsize=10,color="white",style="solid",shape="box"];920 -> 3018[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3018 -> 956[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 915[label="compare2 (vwx76,vwx77,vwx78) (vwx79,vwx80,vwx81) False",fontsize=16,color="black",shape="box"];915 -> 957[label="",style="solid", color="black", weight=3]; 22.13/9.69 916[label="compare2 (vwx76,vwx77,vwx78) (vwx79,vwx80,vwx81) True",fontsize=16,color="black",shape="box"];916 -> 958[label="",style="solid", color="black", weight=3]; 22.13/9.69 415[label="primMulInt (Pos vwx4000) vwx301",fontsize=16,color="burlywood",shape="box"];3019[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];415 -> 3019[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3019 -> 584[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3020[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];415 -> 3020[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3020 -> 585[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 416[label="primMulInt (Neg vwx4000) vwx301",fontsize=16,color="burlywood",shape="box"];3021[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];416 -> 3021[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3021 -> 586[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3022[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];416 -> 3022[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3022 -> 587[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 417[label="Integer vwx4000 * Integer vwx3010",fontsize=16,color="black",shape="box"];417 -> 588[label="",style="solid", color="black", weight=3]; 22.13/9.69 923[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3023[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];923 -> 3023[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3023 -> 959[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3024[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];923 -> 3024[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3024 -> 960[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3025[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];923 -> 3025[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3025 -> 961[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3026[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];923 -> 3026[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3026 -> 962[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3027[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];923 -> 3027[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3027 -> 963[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3028[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];923 -> 3028[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3028 -> 964[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3029[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];923 -> 3029[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3029 -> 965[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3030[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];923 -> 3030[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3030 -> 966[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3031[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];923 -> 3031[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3031 -> 967[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3032[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];923 -> 3032[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3032 -> 968[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3033[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];923 -> 3033[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3033 -> 969[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3034[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];923 -> 3034[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3034 -> 970[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3035[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];923 -> 3035[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3035 -> 971[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3036[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];923 -> 3036[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3036 -> 972[label="",style="solid", color="blue", weight=3]; 22.13/9.69 924[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];3037[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];924 -> 3037[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3037 -> 973[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3038[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];924 -> 3038[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3038 -> 974[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3039[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];924 -> 3039[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3039 -> 975[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3040[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];924 -> 3040[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3040 -> 976[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3041[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];924 -> 3041[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3041 -> 977[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3042[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];924 -> 3042[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3042 -> 978[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3043[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];924 -> 3043[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3043 -> 979[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3044[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];924 -> 3044[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3044 -> 980[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3045[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];924 -> 3045[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3045 -> 981[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3046[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];924 -> 3046[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3046 -> 982[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3047[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];924 -> 3047[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3047 -> 983[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3048[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];924 -> 3048[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3048 -> 984[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3049[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];924 -> 3049[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3049 -> 985[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3050[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];924 -> 3050[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3050 -> 986[label="",style="solid", color="blue", weight=3]; 22.13/9.69 738[label="compare2 (vwx89,vwx90) (vwx91,vwx92) False",fontsize=16,color="black",shape="box"];738 -> 806[label="",style="solid", color="black", weight=3]; 22.13/9.69 739[label="compare2 (vwx89,vwx90) (vwx91,vwx92) True",fontsize=16,color="black",shape="box"];739 -> 807[label="",style="solid", color="black", weight=3]; 22.13/9.69 434[label="compare1 LT EQ True",fontsize=16,color="black",shape="box"];434 -> 619[label="",style="solid", color="black", weight=3]; 22.13/9.69 435[label="compare1 LT GT True",fontsize=16,color="black",shape="box"];435 -> 620[label="",style="solid", color="black", weight=3]; 22.13/9.69 436[label="compare1 EQ LT False",fontsize=16,color="black",shape="box"];436 -> 621[label="",style="solid", color="black", weight=3]; 22.13/9.69 437[label="compare1 EQ GT True",fontsize=16,color="black",shape="box"];437 -> 622[label="",style="solid", color="black", weight=3]; 22.13/9.69 438[label="compare1 GT LT False",fontsize=16,color="black",shape="box"];438 -> 623[label="",style="solid", color="black", weight=3]; 22.13/9.69 439[label="compare1 GT EQ False",fontsize=16,color="black",shape="box"];439 -> 624[label="",style="solid", color="black", weight=3]; 22.13/9.69 440[label="compare1 Nothing (Just vwx400) True",fontsize=16,color="black",shape="box"];440 -> 625[label="",style="solid", color="black", weight=3]; 22.13/9.69 441[label="compare1 (Just vwx300) Nothing False",fontsize=16,color="black",shape="box"];441 -> 626[label="",style="solid", color="black", weight=3]; 22.13/9.69 442 -> 349[label="",style="dashed", color="red", weight=0]; 22.13/9.69 442[label="vwx300 == vwx400",fontsize=16,color="magenta"];442 -> 627[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 442 -> 628[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 443 -> 350[label="",style="dashed", color="red", weight=0]; 22.13/9.69 443[label="vwx300 == vwx400",fontsize=16,color="magenta"];443 -> 629[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 443 -> 630[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 444 -> 351[label="",style="dashed", color="red", weight=0]; 22.13/9.69 444[label="vwx300 == vwx400",fontsize=16,color="magenta"];444 -> 631[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 444 -> 632[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 445 -> 352[label="",style="dashed", color="red", weight=0]; 22.13/9.69 445[label="vwx300 == vwx400",fontsize=16,color="magenta"];445 -> 633[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 445 -> 634[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 446 -> 353[label="",style="dashed", color="red", weight=0]; 22.13/9.69 446[label="vwx300 == vwx400",fontsize=16,color="magenta"];446 -> 635[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 446 -> 636[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 447 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.69 447[label="vwx300 == vwx400",fontsize=16,color="magenta"];447 -> 637[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 447 -> 638[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 448 -> 355[label="",style="dashed", color="red", weight=0]; 22.13/9.69 448[label="vwx300 == vwx400",fontsize=16,color="magenta"];448 -> 639[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 448 -> 640[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 449 -> 356[label="",style="dashed", color="red", weight=0]; 22.13/9.69 449[label="vwx300 == vwx400",fontsize=16,color="magenta"];449 -> 641[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 449 -> 642[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 450 -> 357[label="",style="dashed", color="red", weight=0]; 22.13/9.69 450[label="vwx300 == vwx400",fontsize=16,color="magenta"];450 -> 643[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 450 -> 644[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 451 -> 358[label="",style="dashed", color="red", weight=0]; 22.13/9.69 451[label="vwx300 == vwx400",fontsize=16,color="magenta"];451 -> 645[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 451 -> 646[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 452 -> 359[label="",style="dashed", color="red", weight=0]; 22.13/9.69 452[label="vwx300 == vwx400",fontsize=16,color="magenta"];452 -> 647[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 452 -> 648[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 453 -> 360[label="",style="dashed", color="red", weight=0]; 22.13/9.69 453[label="vwx300 == vwx400",fontsize=16,color="magenta"];453 -> 649[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 453 -> 650[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 454 -> 361[label="",style="dashed", color="red", weight=0]; 22.13/9.69 454[label="vwx300 == vwx400",fontsize=16,color="magenta"];454 -> 651[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 454 -> 652[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 455 -> 362[label="",style="dashed", color="red", weight=0]; 22.13/9.69 455[label="vwx300 == vwx400",fontsize=16,color="magenta"];455 -> 653[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 455 -> 654[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 456[label="compare2 (Just vwx65) (Just vwx66) False",fontsize=16,color="black",shape="box"];456 -> 655[label="",style="solid", color="black", weight=3]; 22.13/9.69 457[label="compare2 (Just vwx65) (Just vwx66) True",fontsize=16,color="black",shape="box"];457 -> 656[label="",style="solid", color="black", weight=3]; 22.13/9.69 458[label="Succ vwx4000",fontsize=16,color="green",shape="box"];459[label="Zero",fontsize=16,color="green",shape="box"];460[label="Zero",fontsize=16,color="green",shape="box"];461[label="Succ vwx4000",fontsize=16,color="green",shape="box"];462 -> 223[label="",style="dashed", color="red", weight=0]; 22.13/9.69 462[label="primCmpNat vwx3000 vwx4000",fontsize=16,color="magenta"];462 -> 657[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 462 -> 658[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 463[label="GT",fontsize=16,color="green",shape="box"];464[label="LT",fontsize=16,color="green",shape="box"];465[label="EQ",fontsize=16,color="green",shape="box"];466[label="LT",fontsize=16,color="green",shape="box"];467[label="compare0 True False otherwise",fontsize=16,color="black",shape="box"];467 -> 659[label="",style="solid", color="black", weight=3]; 22.13/9.69 468[label="(vwx3000,vwx3001) == vwx400",fontsize=16,color="burlywood",shape="box"];3051[label="vwx400/(vwx4000,vwx4001)",fontsize=10,color="white",style="solid",shape="box"];468 -> 3051[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3051 -> 660[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 469[label="primEqFloat vwx300 vwx400",fontsize=16,color="burlywood",shape="box"];3052[label="vwx300/Float vwx3000 vwx3001",fontsize=10,color="white",style="solid",shape="box"];469 -> 3052[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3052 -> 661[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 470[label="primEqChar vwx300 vwx400",fontsize=16,color="burlywood",shape="box"];3053[label="vwx300/Char vwx3000",fontsize=10,color="white",style="solid",shape="box"];470 -> 3053[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3053 -> 662[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 471[label="() == vwx400",fontsize=16,color="burlywood",shape="box"];3054[label="vwx400/()",fontsize=10,color="white",style="solid",shape="box"];471 -> 3054[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3054 -> 663[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 472[label="Nothing == vwx400",fontsize=16,color="burlywood",shape="box"];3055[label="vwx400/Nothing",fontsize=10,color="white",style="solid",shape="box"];472 -> 3055[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3055 -> 664[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3056[label="vwx400/Just vwx4000",fontsize=10,color="white",style="solid",shape="box"];472 -> 3056[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3056 -> 665[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 473[label="Just vwx3000 == vwx400",fontsize=16,color="burlywood",shape="box"];3057[label="vwx400/Nothing",fontsize=10,color="white",style="solid",shape="box"];473 -> 3057[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3057 -> 666[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3058[label="vwx400/Just vwx4000",fontsize=10,color="white",style="solid",shape="box"];473 -> 3058[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3058 -> 667[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 474[label="LT == vwx400",fontsize=16,color="burlywood",shape="box"];3059[label="vwx400/LT",fontsize=10,color="white",style="solid",shape="box"];474 -> 3059[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3059 -> 668[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3060[label="vwx400/EQ",fontsize=10,color="white",style="solid",shape="box"];474 -> 3060[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3060 -> 669[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3061[label="vwx400/GT",fontsize=10,color="white",style="solid",shape="box"];474 -> 3061[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3061 -> 670[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 475[label="EQ == vwx400",fontsize=16,color="burlywood",shape="box"];3062[label="vwx400/LT",fontsize=10,color="white",style="solid",shape="box"];475 -> 3062[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3062 -> 671[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3063[label="vwx400/EQ",fontsize=10,color="white",style="solid",shape="box"];475 -> 3063[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3063 -> 672[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3064[label="vwx400/GT",fontsize=10,color="white",style="solid",shape="box"];475 -> 3064[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3064 -> 673[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 476[label="GT == vwx400",fontsize=16,color="burlywood",shape="box"];3065[label="vwx400/LT",fontsize=10,color="white",style="solid",shape="box"];476 -> 3065[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3065 -> 674[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3066[label="vwx400/EQ",fontsize=10,color="white",style="solid",shape="box"];476 -> 3066[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3066 -> 675[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3067[label="vwx400/GT",fontsize=10,color="white",style="solid",shape="box"];476 -> 3067[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3067 -> 676[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 477[label="primEqDouble vwx300 vwx400",fontsize=16,color="burlywood",shape="box"];3068[label="vwx300/Double vwx3000 vwx3001",fontsize=10,color="white",style="solid",shape="box"];477 -> 3068[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3068 -> 677[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 478[label="Integer vwx3000 == vwx400",fontsize=16,color="burlywood",shape="box"];3069[label="vwx400/Integer vwx4000",fontsize=10,color="white",style="solid",shape="box"];478 -> 3069[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3069 -> 678[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 479[label="vwx3000 : vwx3001 == vwx400",fontsize=16,color="burlywood",shape="box"];3070[label="vwx400/vwx4000 : vwx4001",fontsize=10,color="white",style="solid",shape="box"];479 -> 3070[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3070 -> 679[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3071[label="vwx400/[]",fontsize=10,color="white",style="solid",shape="box"];479 -> 3071[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3071 -> 680[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 480[label="[] == vwx400",fontsize=16,color="burlywood",shape="box"];3072[label="vwx400/vwx4000 : vwx4001",fontsize=10,color="white",style="solid",shape="box"];480 -> 3072[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3072 -> 681[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3073[label="vwx400/[]",fontsize=10,color="white",style="solid",shape="box"];480 -> 3073[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3073 -> 682[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 481[label="primEqInt vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];3074[label="vwx300/Pos vwx3000",fontsize=10,color="white",style="solid",shape="box"];481 -> 3074[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3074 -> 683[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3075[label="vwx300/Neg vwx3000",fontsize=10,color="white",style="solid",shape="box"];481 -> 3075[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3075 -> 684[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 482[label="(vwx3000,vwx3001,vwx3002) == vwx400",fontsize=16,color="burlywood",shape="box"];3076[label="vwx400/(vwx4000,vwx4001,vwx4002)",fontsize=10,color="white",style="solid",shape="box"];482 -> 3076[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3076 -> 685[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 483[label="vwx3000 :% vwx3001 == vwx400",fontsize=16,color="burlywood",shape="box"];3077[label="vwx400/vwx4000 :% vwx4001",fontsize=10,color="white",style="solid",shape="box"];483 -> 3077[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3077 -> 686[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 484[label="Left vwx3000 == vwx400",fontsize=16,color="burlywood",shape="box"];3078[label="vwx400/Left vwx4000",fontsize=10,color="white",style="solid",shape="box"];484 -> 3078[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3078 -> 687[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3079[label="vwx400/Right vwx4000",fontsize=10,color="white",style="solid",shape="box"];484 -> 3079[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3079 -> 688[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 485[label="Right vwx3000 == vwx400",fontsize=16,color="burlywood",shape="box"];3080[label="vwx400/Left vwx4000",fontsize=10,color="white",style="solid",shape="box"];485 -> 3080[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3080 -> 689[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3081[label="vwx400/Right vwx4000",fontsize=10,color="white",style="solid",shape="box"];485 -> 3081[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3081 -> 690[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 486[label="False == vwx400",fontsize=16,color="burlywood",shape="box"];3082[label="vwx400/False",fontsize=10,color="white",style="solid",shape="box"];486 -> 3082[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3082 -> 691[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3083[label="vwx400/True",fontsize=10,color="white",style="solid",shape="box"];486 -> 3083[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3083 -> 692[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 487[label="True == vwx400",fontsize=16,color="burlywood",shape="box"];3084[label="vwx400/False",fontsize=10,color="white",style="solid",shape="box"];487 -> 3084[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3084 -> 693[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3085[label="vwx400/True",fontsize=10,color="white",style="solid",shape="box"];487 -> 3085[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3085 -> 694[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 488 -> 799[label="",style="dashed", color="red", weight=0]; 22.13/9.69 488[label="compare1 (Left vwx25) (Left vwx26) (Left vwx25 <= Left vwx26)",fontsize=16,color="magenta"];488 -> 800[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 488 -> 801[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 488 -> 802[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 489[label="EQ",fontsize=16,color="green",shape="box"];490[label="LT",fontsize=16,color="green",shape="box"];491[label="compare0 (Right vwx300) (Left vwx400) otherwise",fontsize=16,color="black",shape="box"];491 -> 696[label="",style="solid", color="black", weight=3]; 22.13/9.69 492[label="vwx400",fontsize=16,color="green",shape="box"];493[label="vwx300",fontsize=16,color="green",shape="box"];494[label="vwx400",fontsize=16,color="green",shape="box"];495[label="vwx300",fontsize=16,color="green",shape="box"];496[label="vwx400",fontsize=16,color="green",shape="box"];497[label="vwx300",fontsize=16,color="green",shape="box"];498[label="vwx400",fontsize=16,color="green",shape="box"];499[label="vwx300",fontsize=16,color="green",shape="box"];500[label="vwx400",fontsize=16,color="green",shape="box"];501[label="vwx300",fontsize=16,color="green",shape="box"];502[label="vwx400",fontsize=16,color="green",shape="box"];503[label="vwx300",fontsize=16,color="green",shape="box"];504[label="vwx400",fontsize=16,color="green",shape="box"];505[label="vwx300",fontsize=16,color="green",shape="box"];506[label="vwx400",fontsize=16,color="green",shape="box"];507[label="vwx300",fontsize=16,color="green",shape="box"];508[label="vwx400",fontsize=16,color="green",shape="box"];509[label="vwx300",fontsize=16,color="green",shape="box"];510[label="vwx400",fontsize=16,color="green",shape="box"];511[label="vwx300",fontsize=16,color="green",shape="box"];512[label="vwx400",fontsize=16,color="green",shape="box"];513[label="vwx300",fontsize=16,color="green",shape="box"];514[label="vwx400",fontsize=16,color="green",shape="box"];515[label="vwx300",fontsize=16,color="green",shape="box"];516[label="vwx400",fontsize=16,color="green",shape="box"];517[label="vwx300",fontsize=16,color="green",shape="box"];518[label="vwx400",fontsize=16,color="green",shape="box"];519[label="vwx300",fontsize=16,color="green",shape="box"];520 -> 842[label="",style="dashed", color="red", weight=0]; 22.13/9.69 520[label="compare1 (Right vwx32) (Right vwx33) (Right vwx32 <= Right vwx33)",fontsize=16,color="magenta"];520 -> 843[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 520 -> 844[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 520 -> 845[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 521[label="EQ",fontsize=16,color="green",shape="box"];522[label="Pos vwx3010",fontsize=16,color="green",shape="box"];523[label="vwx400",fontsize=16,color="green",shape="box"];524[label="vwx300",fontsize=16,color="green",shape="box"];525[label="Pos vwx4010",fontsize=16,color="green",shape="box"];526[label="Neg vwx3010",fontsize=16,color="green",shape="box"];527[label="vwx400",fontsize=16,color="green",shape="box"];528[label="vwx300",fontsize=16,color="green",shape="box"];529[label="Pos vwx4010",fontsize=16,color="green",shape="box"];530[label="Pos vwx3010",fontsize=16,color="green",shape="box"];531[label="vwx400",fontsize=16,color="green",shape="box"];532[label="vwx300",fontsize=16,color="green",shape="box"];533[label="Neg vwx4010",fontsize=16,color="green",shape="box"];534[label="Neg vwx3010",fontsize=16,color="green",shape="box"];535[label="vwx400",fontsize=16,color="green",shape="box"];536[label="vwx300",fontsize=16,color="green",shape="box"];537[label="Neg vwx4010",fontsize=16,color="green",shape="box"];538[label="Pos vwx3010",fontsize=16,color="green",shape="box"];539[label="vwx400",fontsize=16,color="green",shape="box"];540[label="vwx300",fontsize=16,color="green",shape="box"];541[label="Pos vwx4010",fontsize=16,color="green",shape="box"];542[label="Neg vwx3010",fontsize=16,color="green",shape="box"];543[label="vwx400",fontsize=16,color="green",shape="box"];544[label="vwx300",fontsize=16,color="green",shape="box"];545[label="Pos vwx4010",fontsize=16,color="green",shape="box"];546[label="Pos vwx3010",fontsize=16,color="green",shape="box"];547[label="vwx400",fontsize=16,color="green",shape="box"];548[label="vwx300",fontsize=16,color="green",shape="box"];549[label="Neg vwx4010",fontsize=16,color="green",shape="box"];550[label="Neg vwx3010",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="Neg vwx4010",fontsize=16,color="green",shape="box"];939 -> 349[label="",style="dashed", color="red", weight=0]; 22.13/9.69 939[label="vwx300 == vwx400",fontsize=16,color="magenta"];939 -> 995[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 939 -> 996[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 940 -> 350[label="",style="dashed", color="red", weight=0]; 22.13/9.69 940[label="vwx300 == vwx400",fontsize=16,color="magenta"];940 -> 997[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 940 -> 998[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 941 -> 351[label="",style="dashed", color="red", weight=0]; 22.13/9.69 941[label="vwx300 == vwx400",fontsize=16,color="magenta"];941 -> 999[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 941 -> 1000[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 942 -> 352[label="",style="dashed", color="red", weight=0]; 22.13/9.69 942[label="vwx300 == vwx400",fontsize=16,color="magenta"];942 -> 1001[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 942 -> 1002[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 943 -> 353[label="",style="dashed", color="red", weight=0]; 22.13/9.69 943[label="vwx300 == vwx400",fontsize=16,color="magenta"];943 -> 1003[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 943 -> 1004[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 944 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.69 944[label="vwx300 == vwx400",fontsize=16,color="magenta"];944 -> 1005[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 944 -> 1006[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 945 -> 355[label="",style="dashed", color="red", weight=0]; 22.13/9.69 945[label="vwx300 == vwx400",fontsize=16,color="magenta"];945 -> 1007[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 945 -> 1008[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 946 -> 356[label="",style="dashed", color="red", weight=0]; 22.13/9.69 946[label="vwx300 == vwx400",fontsize=16,color="magenta"];946 -> 1009[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 946 -> 1010[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 947 -> 357[label="",style="dashed", color="red", weight=0]; 22.13/9.69 947[label="vwx300 == vwx400",fontsize=16,color="magenta"];947 -> 1011[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 947 -> 1012[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 948 -> 358[label="",style="dashed", color="red", weight=0]; 22.13/9.69 948[label="vwx300 == vwx400",fontsize=16,color="magenta"];948 -> 1013[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 948 -> 1014[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 949 -> 359[label="",style="dashed", color="red", weight=0]; 22.13/9.69 949[label="vwx300 == vwx400",fontsize=16,color="magenta"];949 -> 1015[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 949 -> 1016[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 950 -> 360[label="",style="dashed", color="red", weight=0]; 22.13/9.69 950[label="vwx300 == vwx400",fontsize=16,color="magenta"];950 -> 1017[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 950 -> 1018[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 951 -> 361[label="",style="dashed", color="red", weight=0]; 22.13/9.69 951[label="vwx300 == vwx400",fontsize=16,color="magenta"];951 -> 1019[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 951 -> 1020[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 952 -> 362[label="",style="dashed", color="red", weight=0]; 22.13/9.69 952[label="vwx300 == vwx400",fontsize=16,color="magenta"];952 -> 1021[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 952 -> 1022[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 953[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];3086[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 3086[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3086 -> 1023[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3087[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 3087[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3087 -> 1024[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3088[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 3088[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3088 -> 1025[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3089[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 3089[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3089 -> 1026[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3090[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 3090[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3090 -> 1027[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3091[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 3091[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3091 -> 1028[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3092[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 3092[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3092 -> 1029[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3093[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 3093[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3093 -> 1030[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3094[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 3094[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3094 -> 1031[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3095[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 3095[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3095 -> 1032[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3096[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 3096[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3096 -> 1033[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3097[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 3097[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3097 -> 1034[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3098[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 3098[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3098 -> 1035[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3099[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];953 -> 3099[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3099 -> 1036[label="",style="solid", color="blue", weight=3]; 22.13/9.69 954[label="vwx302 == vwx402",fontsize=16,color="blue",shape="box"];3100[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 3100[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3100 -> 1037[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3101[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 3101[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3101 -> 1038[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3102[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 3102[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3102 -> 1039[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3103[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 3103[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3103 -> 1040[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3104[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 3104[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3104 -> 1041[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3105[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 3105[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3105 -> 1042[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3106[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 3106[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3106 -> 1043[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3107[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 3107[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3107 -> 1044[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3108[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 3108[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3108 -> 1045[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3109[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 3109[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3109 -> 1046[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3110[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 3110[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3110 -> 1047[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3111[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 3111[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3111 -> 1048[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3112[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 3112[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3112 -> 1049[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3113[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];954 -> 3113[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3113 -> 1050[label="",style="solid", color="blue", weight=3]; 22.13/9.69 955[label="False && vwx121",fontsize=16,color="black",shape="box"];955 -> 1051[label="",style="solid", color="black", weight=3]; 22.13/9.69 956[label="True && vwx121",fontsize=16,color="black",shape="box"];956 -> 1052[label="",style="solid", color="black", weight=3]; 22.13/9.69 957[label="compare1 (vwx76,vwx77,vwx78) (vwx79,vwx80,vwx81) ((vwx76,vwx77,vwx78) <= (vwx79,vwx80,vwx81))",fontsize=16,color="black",shape="box"];957 -> 1053[label="",style="solid", color="black", weight=3]; 22.13/9.69 958[label="EQ",fontsize=16,color="green",shape="box"];584[label="primMulInt (Pos vwx4000) (Pos vwx3010)",fontsize=16,color="black",shape="box"];584 -> 707[label="",style="solid", color="black", weight=3]; 22.13/9.69 585[label="primMulInt (Pos vwx4000) (Neg vwx3010)",fontsize=16,color="black",shape="box"];585 -> 708[label="",style="solid", color="black", weight=3]; 22.13/9.69 586[label="primMulInt (Neg vwx4000) (Pos vwx3010)",fontsize=16,color="black",shape="box"];586 -> 709[label="",style="solid", color="black", weight=3]; 22.13/9.69 587[label="primMulInt (Neg vwx4000) (Neg vwx3010)",fontsize=16,color="black",shape="box"];587 -> 710[label="",style="solid", color="black", weight=3]; 22.13/9.69 588[label="Integer (primMulInt vwx4000 vwx3010)",fontsize=16,color="green",shape="box"];588 -> 711[label="",style="dashed", color="green", weight=3]; 22.13/9.69 959 -> 349[label="",style="dashed", color="red", weight=0]; 22.13/9.69 959[label="vwx300 == vwx400",fontsize=16,color="magenta"];959 -> 1054[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 959 -> 1055[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 960 -> 350[label="",style="dashed", color="red", weight=0]; 22.13/9.69 960[label="vwx300 == vwx400",fontsize=16,color="magenta"];960 -> 1056[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 960 -> 1057[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 961 -> 351[label="",style="dashed", color="red", weight=0]; 22.13/9.69 961[label="vwx300 == vwx400",fontsize=16,color="magenta"];961 -> 1058[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 961 -> 1059[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 962 -> 352[label="",style="dashed", color="red", weight=0]; 22.13/9.69 962[label="vwx300 == vwx400",fontsize=16,color="magenta"];962 -> 1060[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 962 -> 1061[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 963 -> 353[label="",style="dashed", color="red", weight=0]; 22.13/9.69 963[label="vwx300 == vwx400",fontsize=16,color="magenta"];963 -> 1062[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 963 -> 1063[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 964 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.69 964[label="vwx300 == vwx400",fontsize=16,color="magenta"];964 -> 1064[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 964 -> 1065[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 965 -> 355[label="",style="dashed", color="red", weight=0]; 22.13/9.69 965[label="vwx300 == vwx400",fontsize=16,color="magenta"];965 -> 1066[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 965 -> 1067[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 966 -> 356[label="",style="dashed", color="red", weight=0]; 22.13/9.69 966[label="vwx300 == vwx400",fontsize=16,color="magenta"];966 -> 1068[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 966 -> 1069[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 967 -> 357[label="",style="dashed", color="red", weight=0]; 22.13/9.69 967[label="vwx300 == vwx400",fontsize=16,color="magenta"];967 -> 1070[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 967 -> 1071[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 968 -> 358[label="",style="dashed", color="red", weight=0]; 22.13/9.69 968[label="vwx300 == vwx400",fontsize=16,color="magenta"];968 -> 1072[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 968 -> 1073[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 969 -> 359[label="",style="dashed", color="red", weight=0]; 22.13/9.69 969[label="vwx300 == vwx400",fontsize=16,color="magenta"];969 -> 1074[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 969 -> 1075[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 970 -> 360[label="",style="dashed", color="red", weight=0]; 22.13/9.69 970[label="vwx300 == vwx400",fontsize=16,color="magenta"];970 -> 1076[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 970 -> 1077[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 971 -> 361[label="",style="dashed", color="red", weight=0]; 22.13/9.69 971[label="vwx300 == vwx400",fontsize=16,color="magenta"];971 -> 1078[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 971 -> 1079[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 972 -> 362[label="",style="dashed", color="red", weight=0]; 22.13/9.69 972[label="vwx300 == vwx400",fontsize=16,color="magenta"];972 -> 1080[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 972 -> 1081[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 973 -> 349[label="",style="dashed", color="red", weight=0]; 22.13/9.69 973[label="vwx301 == vwx401",fontsize=16,color="magenta"];973 -> 1082[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 973 -> 1083[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 974 -> 350[label="",style="dashed", color="red", weight=0]; 22.13/9.69 974[label="vwx301 == vwx401",fontsize=16,color="magenta"];974 -> 1084[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 974 -> 1085[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 975 -> 351[label="",style="dashed", color="red", weight=0]; 22.13/9.69 975[label="vwx301 == vwx401",fontsize=16,color="magenta"];975 -> 1086[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 975 -> 1087[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 976 -> 352[label="",style="dashed", color="red", weight=0]; 22.13/9.69 976[label="vwx301 == vwx401",fontsize=16,color="magenta"];976 -> 1088[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 976 -> 1089[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 977 -> 353[label="",style="dashed", color="red", weight=0]; 22.13/9.69 977[label="vwx301 == vwx401",fontsize=16,color="magenta"];977 -> 1090[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 977 -> 1091[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 978 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.69 978[label="vwx301 == vwx401",fontsize=16,color="magenta"];978 -> 1092[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 978 -> 1093[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 979 -> 355[label="",style="dashed", color="red", weight=0]; 22.13/9.69 979[label="vwx301 == vwx401",fontsize=16,color="magenta"];979 -> 1094[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 979 -> 1095[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 980 -> 356[label="",style="dashed", color="red", weight=0]; 22.13/9.69 980[label="vwx301 == vwx401",fontsize=16,color="magenta"];980 -> 1096[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 980 -> 1097[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 981 -> 357[label="",style="dashed", color="red", weight=0]; 22.13/9.69 981[label="vwx301 == vwx401",fontsize=16,color="magenta"];981 -> 1098[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 981 -> 1099[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 982 -> 358[label="",style="dashed", color="red", weight=0]; 22.13/9.69 982[label="vwx301 == vwx401",fontsize=16,color="magenta"];982 -> 1100[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 982 -> 1101[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 983 -> 359[label="",style="dashed", color="red", weight=0]; 22.13/9.69 983[label="vwx301 == vwx401",fontsize=16,color="magenta"];983 -> 1102[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 983 -> 1103[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 984 -> 360[label="",style="dashed", color="red", weight=0]; 22.13/9.69 984[label="vwx301 == vwx401",fontsize=16,color="magenta"];984 -> 1104[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 984 -> 1105[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 985 -> 361[label="",style="dashed", color="red", weight=0]; 22.13/9.69 985[label="vwx301 == vwx401",fontsize=16,color="magenta"];985 -> 1106[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 985 -> 1107[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 986 -> 362[label="",style="dashed", color="red", weight=0]; 22.13/9.69 986[label="vwx301 == vwx401",fontsize=16,color="magenta"];986 -> 1108[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 986 -> 1109[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 806[label="compare1 (vwx89,vwx90) (vwx91,vwx92) ((vwx89,vwx90) <= (vwx91,vwx92))",fontsize=16,color="black",shape="box"];806 -> 849[label="",style="solid", color="black", weight=3]; 22.13/9.69 807[label="EQ",fontsize=16,color="green",shape="box"];619[label="LT",fontsize=16,color="green",shape="box"];620[label="LT",fontsize=16,color="green",shape="box"];621[label="compare0 EQ LT otherwise",fontsize=16,color="black",shape="box"];621 -> 756[label="",style="solid", color="black", weight=3]; 22.13/9.69 622[label="LT",fontsize=16,color="green",shape="box"];623[label="compare0 GT LT otherwise",fontsize=16,color="black",shape="box"];623 -> 757[label="",style="solid", color="black", weight=3]; 22.13/9.69 624[label="compare0 GT EQ otherwise",fontsize=16,color="black",shape="box"];624 -> 758[label="",style="solid", color="black", weight=3]; 22.13/9.69 625[label="LT",fontsize=16,color="green",shape="box"];626[label="compare0 (Just vwx300) Nothing otherwise",fontsize=16,color="black",shape="box"];626 -> 759[label="",style="solid", color="black", weight=3]; 22.13/9.69 627[label="vwx400",fontsize=16,color="green",shape="box"];628[label="vwx300",fontsize=16,color="green",shape="box"];629[label="vwx400",fontsize=16,color="green",shape="box"];630[label="vwx300",fontsize=16,color="green",shape="box"];631[label="vwx400",fontsize=16,color="green",shape="box"];632[label="vwx300",fontsize=16,color="green",shape="box"];633[label="vwx400",fontsize=16,color="green",shape="box"];634[label="vwx300",fontsize=16,color="green",shape="box"];635[label="vwx400",fontsize=16,color="green",shape="box"];636[label="vwx300",fontsize=16,color="green",shape="box"];637[label="vwx400",fontsize=16,color="green",shape="box"];638[label="vwx300",fontsize=16,color="green",shape="box"];639[label="vwx400",fontsize=16,color="green",shape="box"];640[label="vwx300",fontsize=16,color="green",shape="box"];641[label="vwx400",fontsize=16,color="green",shape="box"];642[label="vwx300",fontsize=16,color="green",shape="box"];643[label="vwx400",fontsize=16,color="green",shape="box"];644[label="vwx300",fontsize=16,color="green",shape="box"];645[label="vwx400",fontsize=16,color="green",shape="box"];646[label="vwx300",fontsize=16,color="green",shape="box"];647[label="vwx400",fontsize=16,color="green",shape="box"];648[label="vwx300",fontsize=16,color="green",shape="box"];649[label="vwx400",fontsize=16,color="green",shape="box"];650[label="vwx300",fontsize=16,color="green",shape="box"];651[label="vwx400",fontsize=16,color="green",shape="box"];652[label="vwx300",fontsize=16,color="green",shape="box"];653[label="vwx400",fontsize=16,color="green",shape="box"];654[label="vwx300",fontsize=16,color="green",shape="box"];655 -> 1114[label="",style="dashed", color="red", weight=0]; 22.13/9.69 655[label="compare1 (Just vwx65) (Just vwx66) (Just vwx65 <= Just vwx66)",fontsize=16,color="magenta"];655 -> 1115[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 655 -> 1116[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 655 -> 1117[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 656[label="EQ",fontsize=16,color="green",shape="box"];657[label="vwx4000",fontsize=16,color="green",shape="box"];658[label="vwx3000",fontsize=16,color="green",shape="box"];659[label="compare0 True False True",fontsize=16,color="black",shape="box"];659 -> 761[label="",style="solid", color="black", weight=3]; 22.13/9.69 660[label="(vwx3000,vwx3001) == (vwx4000,vwx4001)",fontsize=16,color="black",shape="box"];660 -> 762[label="",style="solid", color="black", weight=3]; 22.13/9.69 661[label="primEqFloat (Float vwx3000 vwx3001) vwx400",fontsize=16,color="burlywood",shape="box"];3114[label="vwx400/Float vwx4000 vwx4001",fontsize=10,color="white",style="solid",shape="box"];661 -> 3114[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3114 -> 763[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 662[label="primEqChar (Char vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];3115[label="vwx400/Char vwx4000",fontsize=10,color="white",style="solid",shape="box"];662 -> 3115[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3115 -> 764[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 663[label="() == ()",fontsize=16,color="black",shape="box"];663 -> 765[label="",style="solid", color="black", weight=3]; 22.13/9.69 664[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];664 -> 766[label="",style="solid", color="black", weight=3]; 22.13/9.69 665[label="Nothing == Just vwx4000",fontsize=16,color="black",shape="box"];665 -> 767[label="",style="solid", color="black", weight=3]; 22.13/9.69 666[label="Just vwx3000 == Nothing",fontsize=16,color="black",shape="box"];666 -> 768[label="",style="solid", color="black", weight=3]; 22.13/9.69 667[label="Just vwx3000 == Just vwx4000",fontsize=16,color="black",shape="box"];667 -> 769[label="",style="solid", color="black", weight=3]; 22.13/9.69 668[label="LT == LT",fontsize=16,color="black",shape="box"];668 -> 770[label="",style="solid", color="black", weight=3]; 22.13/9.69 669[label="LT == EQ",fontsize=16,color="black",shape="box"];669 -> 771[label="",style="solid", color="black", weight=3]; 22.13/9.69 670[label="LT == GT",fontsize=16,color="black",shape="box"];670 -> 772[label="",style="solid", color="black", weight=3]; 22.13/9.69 671[label="EQ == LT",fontsize=16,color="black",shape="box"];671 -> 773[label="",style="solid", color="black", weight=3]; 22.13/9.69 672[label="EQ == EQ",fontsize=16,color="black",shape="box"];672 -> 774[label="",style="solid", color="black", weight=3]; 22.13/9.69 673[label="EQ == GT",fontsize=16,color="black",shape="box"];673 -> 775[label="",style="solid", color="black", weight=3]; 22.13/9.69 674[label="GT == LT",fontsize=16,color="black",shape="box"];674 -> 776[label="",style="solid", color="black", weight=3]; 22.13/9.69 675[label="GT == EQ",fontsize=16,color="black",shape="box"];675 -> 777[label="",style="solid", color="black", weight=3]; 22.13/9.69 676[label="GT == GT",fontsize=16,color="black",shape="box"];676 -> 778[label="",style="solid", color="black", weight=3]; 22.13/9.69 677[label="primEqDouble (Double vwx3000 vwx3001) vwx400",fontsize=16,color="burlywood",shape="box"];3116[label="vwx400/Double vwx4000 vwx4001",fontsize=10,color="white",style="solid",shape="box"];677 -> 3116[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3116 -> 779[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 678[label="Integer vwx3000 == Integer vwx4000",fontsize=16,color="black",shape="box"];678 -> 780[label="",style="solid", color="black", weight=3]; 22.13/9.69 679[label="vwx3000 : vwx3001 == vwx4000 : vwx4001",fontsize=16,color="black",shape="box"];679 -> 781[label="",style="solid", color="black", weight=3]; 22.13/9.69 680[label="vwx3000 : vwx3001 == []",fontsize=16,color="black",shape="box"];680 -> 782[label="",style="solid", color="black", weight=3]; 22.13/9.69 681[label="[] == vwx4000 : vwx4001",fontsize=16,color="black",shape="box"];681 -> 783[label="",style="solid", color="black", weight=3]; 22.13/9.69 682[label="[] == []",fontsize=16,color="black",shape="box"];682 -> 784[label="",style="solid", color="black", weight=3]; 22.13/9.69 683[label="primEqInt (Pos vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];3117[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];683 -> 3117[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3117 -> 785[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3118[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];683 -> 3118[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3118 -> 786[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 684[label="primEqInt (Neg vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];3119[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];684 -> 3119[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3119 -> 787[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3120[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];684 -> 3120[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3120 -> 788[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 685[label="(vwx3000,vwx3001,vwx3002) == (vwx4000,vwx4001,vwx4002)",fontsize=16,color="black",shape="box"];685 -> 789[label="",style="solid", color="black", weight=3]; 22.13/9.69 686[label="vwx3000 :% vwx3001 == vwx4000 :% vwx4001",fontsize=16,color="black",shape="box"];686 -> 790[label="",style="solid", color="black", weight=3]; 22.13/9.69 687[label="Left vwx3000 == Left vwx4000",fontsize=16,color="black",shape="box"];687 -> 791[label="",style="solid", color="black", weight=3]; 22.13/9.69 688[label="Left vwx3000 == Right vwx4000",fontsize=16,color="black",shape="box"];688 -> 792[label="",style="solid", color="black", weight=3]; 22.13/9.69 689[label="Right vwx3000 == Left vwx4000",fontsize=16,color="black",shape="box"];689 -> 793[label="",style="solid", color="black", weight=3]; 22.13/9.69 690[label="Right vwx3000 == Right vwx4000",fontsize=16,color="black",shape="box"];690 -> 794[label="",style="solid", color="black", weight=3]; 22.13/9.69 691[label="False == False",fontsize=16,color="black",shape="box"];691 -> 795[label="",style="solid", color="black", weight=3]; 22.13/9.69 692[label="False == True",fontsize=16,color="black",shape="box"];692 -> 796[label="",style="solid", color="black", weight=3]; 22.13/9.69 693[label="True == False",fontsize=16,color="black",shape="box"];693 -> 797[label="",style="solid", color="black", weight=3]; 22.13/9.69 694[label="True == True",fontsize=16,color="black",shape="box"];694 -> 798[label="",style="solid", color="black", weight=3]; 22.13/9.69 800[label="vwx25",fontsize=16,color="green",shape="box"];801[label="Left vwx25 <= Left vwx26",fontsize=16,color="black",shape="box"];801 -> 838[label="",style="solid", color="black", weight=3]; 22.13/9.69 802[label="vwx26",fontsize=16,color="green",shape="box"];799[label="compare1 (Left vwx105) (Left vwx106) vwx107",fontsize=16,color="burlywood",shape="triangle"];3121[label="vwx107/False",fontsize=10,color="white",style="solid",shape="box"];799 -> 3121[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3121 -> 839[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3122[label="vwx107/True",fontsize=10,color="white",style="solid",shape="box"];799 -> 3122[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3122 -> 840[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 696[label="compare0 (Right vwx300) (Left vwx400) True",fontsize=16,color="black",shape="box"];696 -> 841[label="",style="solid", color="black", weight=3]; 22.13/9.69 843[label="vwx32",fontsize=16,color="green",shape="box"];844[label="Right vwx32 <= Right vwx33",fontsize=16,color="black",shape="box"];844 -> 850[label="",style="solid", color="black", weight=3]; 22.13/9.69 845[label="vwx33",fontsize=16,color="green",shape="box"];842[label="compare1 (Right vwx112) (Right vwx113) vwx114",fontsize=16,color="burlywood",shape="triangle"];3123[label="vwx114/False",fontsize=10,color="white",style="solid",shape="box"];842 -> 3123[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3123 -> 851[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3124[label="vwx114/True",fontsize=10,color="white",style="solid",shape="box"];842 -> 3124[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3124 -> 852[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 995[label="vwx400",fontsize=16,color="green",shape="box"];996[label="vwx300",fontsize=16,color="green",shape="box"];997[label="vwx400",fontsize=16,color="green",shape="box"];998[label="vwx300",fontsize=16,color="green",shape="box"];999[label="vwx400",fontsize=16,color="green",shape="box"];1000[label="vwx300",fontsize=16,color="green",shape="box"];1001[label="vwx400",fontsize=16,color="green",shape="box"];1002[label="vwx300",fontsize=16,color="green",shape="box"];1003[label="vwx400",fontsize=16,color="green",shape="box"];1004[label="vwx300",fontsize=16,color="green",shape="box"];1005[label="vwx400",fontsize=16,color="green",shape="box"];1006[label="vwx300",fontsize=16,color="green",shape="box"];1007[label="vwx400",fontsize=16,color="green",shape="box"];1008[label="vwx300",fontsize=16,color="green",shape="box"];1009[label="vwx400",fontsize=16,color="green",shape="box"];1010[label="vwx300",fontsize=16,color="green",shape="box"];1011[label="vwx400",fontsize=16,color="green",shape="box"];1012[label="vwx300",fontsize=16,color="green",shape="box"];1013[label="vwx400",fontsize=16,color="green",shape="box"];1014[label="vwx300",fontsize=16,color="green",shape="box"];1015[label="vwx400",fontsize=16,color="green",shape="box"];1016[label="vwx300",fontsize=16,color="green",shape="box"];1017[label="vwx400",fontsize=16,color="green",shape="box"];1018[label="vwx300",fontsize=16,color="green",shape="box"];1019[label="vwx400",fontsize=16,color="green",shape="box"];1020[label="vwx300",fontsize=16,color="green",shape="box"];1021[label="vwx400",fontsize=16,color="green",shape="box"];1022[label="vwx300",fontsize=16,color="green",shape="box"];1023 -> 349[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1023[label="vwx301 == vwx401",fontsize=16,color="magenta"];1023 -> 1121[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1023 -> 1122[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1024 -> 350[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1024[label="vwx301 == vwx401",fontsize=16,color="magenta"];1024 -> 1123[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1024 -> 1124[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1025 -> 351[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1025[label="vwx301 == vwx401",fontsize=16,color="magenta"];1025 -> 1125[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1025 -> 1126[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1026 -> 352[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1026[label="vwx301 == vwx401",fontsize=16,color="magenta"];1026 -> 1127[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1026 -> 1128[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1027 -> 353[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1027[label="vwx301 == vwx401",fontsize=16,color="magenta"];1027 -> 1129[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1027 -> 1130[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1028 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1028[label="vwx301 == vwx401",fontsize=16,color="magenta"];1028 -> 1131[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1028 -> 1132[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1029 -> 355[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1029[label="vwx301 == vwx401",fontsize=16,color="magenta"];1029 -> 1133[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1029 -> 1134[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1030 -> 356[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1030[label="vwx301 == vwx401",fontsize=16,color="magenta"];1030 -> 1135[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1030 -> 1136[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1031 -> 357[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1031[label="vwx301 == vwx401",fontsize=16,color="magenta"];1031 -> 1137[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1031 -> 1138[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1032 -> 358[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1032[label="vwx301 == vwx401",fontsize=16,color="magenta"];1032 -> 1139[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1032 -> 1140[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1033 -> 359[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1033[label="vwx301 == vwx401",fontsize=16,color="magenta"];1033 -> 1141[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1033 -> 1142[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1034 -> 360[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1034[label="vwx301 == vwx401",fontsize=16,color="magenta"];1034 -> 1143[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1034 -> 1144[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1035 -> 361[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1035[label="vwx301 == vwx401",fontsize=16,color="magenta"];1035 -> 1145[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1035 -> 1146[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1036 -> 362[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1036[label="vwx301 == vwx401",fontsize=16,color="magenta"];1036 -> 1147[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1036 -> 1148[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1037 -> 349[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1037[label="vwx302 == vwx402",fontsize=16,color="magenta"];1037 -> 1149[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1037 -> 1150[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1038 -> 350[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1038[label="vwx302 == vwx402",fontsize=16,color="magenta"];1038 -> 1151[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1038 -> 1152[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1039 -> 351[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1039[label="vwx302 == vwx402",fontsize=16,color="magenta"];1039 -> 1153[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1039 -> 1154[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1040 -> 352[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1040[label="vwx302 == vwx402",fontsize=16,color="magenta"];1040 -> 1155[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1040 -> 1156[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1041 -> 353[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1041[label="vwx302 == vwx402",fontsize=16,color="magenta"];1041 -> 1157[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1041 -> 1158[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1042 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1042[label="vwx302 == vwx402",fontsize=16,color="magenta"];1042 -> 1159[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1042 -> 1160[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1043 -> 355[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1043[label="vwx302 == vwx402",fontsize=16,color="magenta"];1043 -> 1161[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1043 -> 1162[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1044 -> 356[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1044[label="vwx302 == vwx402",fontsize=16,color="magenta"];1044 -> 1163[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1044 -> 1164[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1045 -> 357[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1045[label="vwx302 == vwx402",fontsize=16,color="magenta"];1045 -> 1165[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1045 -> 1166[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1046 -> 358[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1046[label="vwx302 == vwx402",fontsize=16,color="magenta"];1046 -> 1167[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1046 -> 1168[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1047 -> 359[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1047[label="vwx302 == vwx402",fontsize=16,color="magenta"];1047 -> 1169[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1047 -> 1170[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1048 -> 360[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1048[label="vwx302 == vwx402",fontsize=16,color="magenta"];1048 -> 1171[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1048 -> 1172[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1049 -> 361[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1049[label="vwx302 == vwx402",fontsize=16,color="magenta"];1049 -> 1173[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1049 -> 1174[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1050 -> 362[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1050[label="vwx302 == vwx402",fontsize=16,color="magenta"];1050 -> 1175[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1050 -> 1176[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1051[label="False",fontsize=16,color="green",shape="box"];1052[label="vwx121",fontsize=16,color="green",shape="box"];1053 -> 1271[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1053[label="compare1 (vwx76,vwx77,vwx78) (vwx79,vwx80,vwx81) (vwx76 < vwx79 || vwx76 == vwx79 && (vwx77 < vwx80 || vwx77 == vwx80 && vwx78 <= vwx81))",fontsize=16,color="magenta"];1053 -> 1272[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1053 -> 1273[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1053 -> 1274[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1053 -> 1275[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1053 -> 1276[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1053 -> 1277[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1053 -> 1278[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1053 -> 1279[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 707[label="Pos (primMulNat vwx4000 vwx3010)",fontsize=16,color="green",shape="box"];707 -> 987[label="",style="dashed", color="green", weight=3]; 22.13/9.69 708[label="Neg (primMulNat vwx4000 vwx3010)",fontsize=16,color="green",shape="box"];708 -> 988[label="",style="dashed", color="green", weight=3]; 22.13/9.69 709[label="Neg (primMulNat vwx4000 vwx3010)",fontsize=16,color="green",shape="box"];709 -> 989[label="",style="dashed", color="green", weight=3]; 22.13/9.69 710[label="Pos (primMulNat vwx4000 vwx3010)",fontsize=16,color="green",shape="box"];710 -> 990[label="",style="dashed", color="green", weight=3]; 22.13/9.69 711 -> 303[label="",style="dashed", color="red", weight=0]; 22.13/9.69 711[label="primMulInt vwx4000 vwx3010",fontsize=16,color="magenta"];711 -> 991[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 711 -> 992[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1054[label="vwx400",fontsize=16,color="green",shape="box"];1055[label="vwx300",fontsize=16,color="green",shape="box"];1056[label="vwx400",fontsize=16,color="green",shape="box"];1057[label="vwx300",fontsize=16,color="green",shape="box"];1058[label="vwx400",fontsize=16,color="green",shape="box"];1059[label="vwx300",fontsize=16,color="green",shape="box"];1060[label="vwx400",fontsize=16,color="green",shape="box"];1061[label="vwx300",fontsize=16,color="green",shape="box"];1062[label="vwx400",fontsize=16,color="green",shape="box"];1063[label="vwx300",fontsize=16,color="green",shape="box"];1064[label="vwx400",fontsize=16,color="green",shape="box"];1065[label="vwx300",fontsize=16,color="green",shape="box"];1066[label="vwx400",fontsize=16,color="green",shape="box"];1067[label="vwx300",fontsize=16,color="green",shape="box"];1068[label="vwx400",fontsize=16,color="green",shape="box"];1069[label="vwx300",fontsize=16,color="green",shape="box"];1070[label="vwx400",fontsize=16,color="green",shape="box"];1071[label="vwx300",fontsize=16,color="green",shape="box"];1072[label="vwx400",fontsize=16,color="green",shape="box"];1073[label="vwx300",fontsize=16,color="green",shape="box"];1074[label="vwx400",fontsize=16,color="green",shape="box"];1075[label="vwx300",fontsize=16,color="green",shape="box"];1076[label="vwx400",fontsize=16,color="green",shape="box"];1077[label="vwx300",fontsize=16,color="green",shape="box"];1078[label="vwx400",fontsize=16,color="green",shape="box"];1079[label="vwx300",fontsize=16,color="green",shape="box"];1080[label="vwx400",fontsize=16,color="green",shape="box"];1081[label="vwx300",fontsize=16,color="green",shape="box"];1082[label="vwx401",fontsize=16,color="green",shape="box"];1083[label="vwx301",fontsize=16,color="green",shape="box"];1084[label="vwx401",fontsize=16,color="green",shape="box"];1085[label="vwx301",fontsize=16,color="green",shape="box"];1086[label="vwx401",fontsize=16,color="green",shape="box"];1087[label="vwx301",fontsize=16,color="green",shape="box"];1088[label="vwx401",fontsize=16,color="green",shape="box"];1089[label="vwx301",fontsize=16,color="green",shape="box"];1090[label="vwx401",fontsize=16,color="green",shape="box"];1091[label="vwx301",fontsize=16,color="green",shape="box"];1092[label="vwx401",fontsize=16,color="green",shape="box"];1093[label="vwx301",fontsize=16,color="green",shape="box"];1094[label="vwx401",fontsize=16,color="green",shape="box"];1095[label="vwx301",fontsize=16,color="green",shape="box"];1096[label="vwx401",fontsize=16,color="green",shape="box"];1097[label="vwx301",fontsize=16,color="green",shape="box"];1098[label="vwx401",fontsize=16,color="green",shape="box"];1099[label="vwx301",fontsize=16,color="green",shape="box"];1100[label="vwx401",fontsize=16,color="green",shape="box"];1101[label="vwx301",fontsize=16,color="green",shape="box"];1102[label="vwx401",fontsize=16,color="green",shape="box"];1103[label="vwx301",fontsize=16,color="green",shape="box"];1104[label="vwx401",fontsize=16,color="green",shape="box"];1105[label="vwx301",fontsize=16,color="green",shape="box"];1106[label="vwx401",fontsize=16,color="green",shape="box"];1107[label="vwx301",fontsize=16,color="green",shape="box"];1108[label="vwx401",fontsize=16,color="green",shape="box"];1109[label="vwx301",fontsize=16,color="green",shape="box"];849 -> 1314[label="",style="dashed", color="red", weight=0]; 22.13/9.69 849[label="compare1 (vwx89,vwx90) (vwx91,vwx92) (vwx89 < vwx91 || vwx89 == vwx91 && vwx90 <= vwx92)",fontsize=16,color="magenta"];849 -> 1315[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 849 -> 1316[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 849 -> 1317[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 849 -> 1318[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 849 -> 1319[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 849 -> 1320[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 756[label="compare0 EQ LT True",fontsize=16,color="black",shape="box"];756 -> 1110[label="",style="solid", color="black", weight=3]; 22.13/9.69 757[label="compare0 GT LT True",fontsize=16,color="black",shape="box"];757 -> 1111[label="",style="solid", color="black", weight=3]; 22.13/9.69 758[label="compare0 GT EQ True",fontsize=16,color="black",shape="box"];758 -> 1112[label="",style="solid", color="black", weight=3]; 22.13/9.69 759[label="compare0 (Just vwx300) Nothing True",fontsize=16,color="black",shape="box"];759 -> 1113[label="",style="solid", color="black", weight=3]; 22.13/9.69 1115[label="vwx65",fontsize=16,color="green",shape="box"];1116[label="Just vwx65 <= Just vwx66",fontsize=16,color="black",shape="box"];1116 -> 1179[label="",style="solid", color="black", weight=3]; 22.13/9.69 1117[label="vwx66",fontsize=16,color="green",shape="box"];1114[label="compare1 (Just vwx127) (Just vwx128) vwx129",fontsize=16,color="burlywood",shape="triangle"];3125[label="vwx129/False",fontsize=10,color="white",style="solid",shape="box"];1114 -> 3125[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3125 -> 1180[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3126[label="vwx129/True",fontsize=10,color="white",style="solid",shape="box"];1114 -> 3126[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3126 -> 1181[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 761[label="GT",fontsize=16,color="green",shape="box"];762 -> 920[label="",style="dashed", color="red", weight=0]; 22.13/9.69 762[label="vwx3000 == vwx4000 && vwx3001 == vwx4001",fontsize=16,color="magenta"];762 -> 929[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 762 -> 930[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 763[label="primEqFloat (Float vwx3000 vwx3001) (Float vwx4000 vwx4001)",fontsize=16,color="black",shape="box"];763 -> 1182[label="",style="solid", color="black", weight=3]; 22.13/9.69 764[label="primEqChar (Char vwx3000) (Char vwx4000)",fontsize=16,color="black",shape="box"];764 -> 1183[label="",style="solid", color="black", weight=3]; 22.13/9.69 765[label="True",fontsize=16,color="green",shape="box"];766[label="True",fontsize=16,color="green",shape="box"];767[label="False",fontsize=16,color="green",shape="box"];768[label="False",fontsize=16,color="green",shape="box"];769[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];3127[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];769 -> 3127[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3127 -> 1184[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3128[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];769 -> 3128[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3128 -> 1185[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3129[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];769 -> 3129[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3129 -> 1186[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3130[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];769 -> 3130[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3130 -> 1187[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3131[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];769 -> 3131[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3131 -> 1188[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3132[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];769 -> 3132[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3132 -> 1189[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3133[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];769 -> 3133[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3133 -> 1190[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3134[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];769 -> 3134[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3134 -> 1191[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3135[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];769 -> 3135[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3135 -> 1192[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3136[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];769 -> 3136[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3136 -> 1193[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3137[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];769 -> 3137[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3137 -> 1194[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3138[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];769 -> 3138[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3138 -> 1195[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3139[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];769 -> 3139[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3139 -> 1196[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3140[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];769 -> 3140[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3140 -> 1197[label="",style="solid", color="blue", weight=3]; 22.13/9.69 770[label="True",fontsize=16,color="green",shape="box"];771[label="False",fontsize=16,color="green",shape="box"];772[label="False",fontsize=16,color="green",shape="box"];773[label="False",fontsize=16,color="green",shape="box"];774[label="True",fontsize=16,color="green",shape="box"];775[label="False",fontsize=16,color="green",shape="box"];776[label="False",fontsize=16,color="green",shape="box"];777[label="False",fontsize=16,color="green",shape="box"];778[label="True",fontsize=16,color="green",shape="box"];779[label="primEqDouble (Double vwx3000 vwx3001) (Double vwx4000 vwx4001)",fontsize=16,color="black",shape="box"];779 -> 1198[label="",style="solid", color="black", weight=3]; 22.13/9.69 780 -> 481[label="",style="dashed", color="red", weight=0]; 22.13/9.69 780[label="primEqInt vwx3000 vwx4000",fontsize=16,color="magenta"];780 -> 1199[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 780 -> 1200[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 781 -> 920[label="",style="dashed", color="red", weight=0]; 22.13/9.69 781[label="vwx3000 == vwx4000 && vwx3001 == vwx4001",fontsize=16,color="magenta"];781 -> 931[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 781 -> 932[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 782[label="False",fontsize=16,color="green",shape="box"];783[label="False",fontsize=16,color="green",shape="box"];784[label="True",fontsize=16,color="green",shape="box"];785[label="primEqInt (Pos (Succ vwx30000)) vwx400",fontsize=16,color="burlywood",shape="box"];3141[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];785 -> 3141[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3141 -> 1201[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3142[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];785 -> 3142[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3142 -> 1202[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 786[label="primEqInt (Pos Zero) vwx400",fontsize=16,color="burlywood",shape="box"];3143[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];786 -> 3143[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3143 -> 1203[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3144[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];786 -> 3144[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3144 -> 1204[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 787[label="primEqInt (Neg (Succ vwx30000)) vwx400",fontsize=16,color="burlywood",shape="box"];3145[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];787 -> 3145[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3145 -> 1205[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3146[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];787 -> 3146[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3146 -> 1206[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 788[label="primEqInt (Neg Zero) vwx400",fontsize=16,color="burlywood",shape="box"];3147[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];788 -> 3147[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3147 -> 1207[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3148[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];788 -> 3148[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3148 -> 1208[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 789 -> 920[label="",style="dashed", color="red", weight=0]; 22.13/9.69 789[label="vwx3000 == vwx4000 && vwx3001 == vwx4001 && vwx3002 == vwx4002",fontsize=16,color="magenta"];789 -> 933[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 789 -> 934[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 790 -> 920[label="",style="dashed", color="red", weight=0]; 22.13/9.69 790[label="vwx3000 == vwx4000 && vwx3001 == vwx4001",fontsize=16,color="magenta"];790 -> 935[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 790 -> 936[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 791[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];3149[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];791 -> 3149[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3149 -> 1209[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3150[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];791 -> 3150[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3150 -> 1210[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3151[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];791 -> 3151[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3151 -> 1211[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3152[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];791 -> 3152[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3152 -> 1212[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3153[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];791 -> 3153[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3153 -> 1213[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3154[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];791 -> 3154[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3154 -> 1214[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3155[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];791 -> 3155[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3155 -> 1215[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3156[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];791 -> 3156[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3156 -> 1216[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3157[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];791 -> 3157[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3157 -> 1217[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3158[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];791 -> 3158[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3158 -> 1218[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3159[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];791 -> 3159[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3159 -> 1219[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3160[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];791 -> 3160[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3160 -> 1220[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3161[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];791 -> 3161[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3161 -> 1221[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3162[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];791 -> 3162[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3162 -> 1222[label="",style="solid", color="blue", weight=3]; 22.13/9.69 792[label="False",fontsize=16,color="green",shape="box"];793[label="False",fontsize=16,color="green",shape="box"];794[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];3163[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];794 -> 3163[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3163 -> 1223[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3164[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];794 -> 3164[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3164 -> 1224[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3165[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];794 -> 3165[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3165 -> 1225[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3166[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];794 -> 3166[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3166 -> 1226[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3167[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];794 -> 3167[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3167 -> 1227[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3168[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];794 -> 3168[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3168 -> 1228[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3169[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];794 -> 3169[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3169 -> 1229[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3170[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];794 -> 3170[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3170 -> 1230[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3171[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];794 -> 3171[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3171 -> 1231[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3172[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];794 -> 3172[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3172 -> 1232[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3173[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];794 -> 3173[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3173 -> 1233[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3174[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];794 -> 3174[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3174 -> 1234[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3175[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];794 -> 3175[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3175 -> 1235[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3176[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];794 -> 3176[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3176 -> 1236[label="",style="solid", color="blue", weight=3]; 22.13/9.69 795[label="True",fontsize=16,color="green",shape="box"];796[label="False",fontsize=16,color="green",shape="box"];797[label="False",fontsize=16,color="green",shape="box"];798[label="True",fontsize=16,color="green",shape="box"];838[label="vwx25 <= vwx26",fontsize=16,color="blue",shape="box"];3177[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];838 -> 3177[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3177 -> 1237[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3178[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];838 -> 3178[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3178 -> 1238[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3179[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];838 -> 3179[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3179 -> 1239[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3180[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];838 -> 3180[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3180 -> 1240[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3181[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];838 -> 3181[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3181 -> 1241[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3182[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];838 -> 3182[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3182 -> 1242[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3183[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];838 -> 3183[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3183 -> 1243[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3184[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];838 -> 3184[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3184 -> 1244[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3185[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];838 -> 3185[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3185 -> 1245[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3186[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];838 -> 3186[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3186 -> 1246[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3187[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];838 -> 3187[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3187 -> 1247[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3188[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];838 -> 3188[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3188 -> 1248[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3189[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];838 -> 3189[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3189 -> 1249[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3190[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];838 -> 3190[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3190 -> 1250[label="",style="solid", color="blue", weight=3]; 22.13/9.69 839[label="compare1 (Left vwx105) (Left vwx106) False",fontsize=16,color="black",shape="box"];839 -> 1251[label="",style="solid", color="black", weight=3]; 22.13/9.69 840[label="compare1 (Left vwx105) (Left vwx106) True",fontsize=16,color="black",shape="box"];840 -> 1252[label="",style="solid", color="black", weight=3]; 22.13/9.69 841[label="GT",fontsize=16,color="green",shape="box"];850[label="vwx32 <= vwx33",fontsize=16,color="blue",shape="box"];3191[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];850 -> 3191[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3191 -> 1253[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3192[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];850 -> 3192[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3192 -> 1254[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3193[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];850 -> 3193[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3193 -> 1255[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3194[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];850 -> 3194[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3194 -> 1256[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3195[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];850 -> 3195[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3195 -> 1257[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3196[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];850 -> 3196[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3196 -> 1258[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3197[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];850 -> 3197[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3197 -> 1259[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3198[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];850 -> 3198[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3198 -> 1260[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3199[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];850 -> 3199[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3199 -> 1261[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3200[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];850 -> 3200[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3200 -> 1262[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3201[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];850 -> 3201[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3201 -> 1263[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3202[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];850 -> 3202[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3202 -> 1264[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3203[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];850 -> 3203[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3203 -> 1265[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3204[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];850 -> 3204[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3204 -> 1266[label="",style="solid", color="blue", weight=3]; 22.13/9.69 851[label="compare1 (Right vwx112) (Right vwx113) False",fontsize=16,color="black",shape="box"];851 -> 1267[label="",style="solid", color="black", weight=3]; 22.13/9.69 852[label="compare1 (Right vwx112) (Right vwx113) True",fontsize=16,color="black",shape="box"];852 -> 1268[label="",style="solid", color="black", weight=3]; 22.13/9.69 1121[label="vwx401",fontsize=16,color="green",shape="box"];1122[label="vwx301",fontsize=16,color="green",shape="box"];1123[label="vwx401",fontsize=16,color="green",shape="box"];1124[label="vwx301",fontsize=16,color="green",shape="box"];1125[label="vwx401",fontsize=16,color="green",shape="box"];1126[label="vwx301",fontsize=16,color="green",shape="box"];1127[label="vwx401",fontsize=16,color="green",shape="box"];1128[label="vwx301",fontsize=16,color="green",shape="box"];1129[label="vwx401",fontsize=16,color="green",shape="box"];1130[label="vwx301",fontsize=16,color="green",shape="box"];1131[label="vwx401",fontsize=16,color="green",shape="box"];1132[label="vwx301",fontsize=16,color="green",shape="box"];1133[label="vwx401",fontsize=16,color="green",shape="box"];1134[label="vwx301",fontsize=16,color="green",shape="box"];1135[label="vwx401",fontsize=16,color="green",shape="box"];1136[label="vwx301",fontsize=16,color="green",shape="box"];1137[label="vwx401",fontsize=16,color="green",shape="box"];1138[label="vwx301",fontsize=16,color="green",shape="box"];1139[label="vwx401",fontsize=16,color="green",shape="box"];1140[label="vwx301",fontsize=16,color="green",shape="box"];1141[label="vwx401",fontsize=16,color="green",shape="box"];1142[label="vwx301",fontsize=16,color="green",shape="box"];1143[label="vwx401",fontsize=16,color="green",shape="box"];1144[label="vwx301",fontsize=16,color="green",shape="box"];1145[label="vwx401",fontsize=16,color="green",shape="box"];1146[label="vwx301",fontsize=16,color="green",shape="box"];1147[label="vwx401",fontsize=16,color="green",shape="box"];1148[label="vwx301",fontsize=16,color="green",shape="box"];1149[label="vwx402",fontsize=16,color="green",shape="box"];1150[label="vwx302",fontsize=16,color="green",shape="box"];1151[label="vwx402",fontsize=16,color="green",shape="box"];1152[label="vwx302",fontsize=16,color="green",shape="box"];1153[label="vwx402",fontsize=16,color="green",shape="box"];1154[label="vwx302",fontsize=16,color="green",shape="box"];1155[label="vwx402",fontsize=16,color="green",shape="box"];1156[label="vwx302",fontsize=16,color="green",shape="box"];1157[label="vwx402",fontsize=16,color="green",shape="box"];1158[label="vwx302",fontsize=16,color="green",shape="box"];1159[label="vwx402",fontsize=16,color="green",shape="box"];1160[label="vwx302",fontsize=16,color="green",shape="box"];1161[label="vwx402",fontsize=16,color="green",shape="box"];1162[label="vwx302",fontsize=16,color="green",shape="box"];1163[label="vwx402",fontsize=16,color="green",shape="box"];1164[label="vwx302",fontsize=16,color="green",shape="box"];1165[label="vwx402",fontsize=16,color="green",shape="box"];1166[label="vwx302",fontsize=16,color="green",shape="box"];1167[label="vwx402",fontsize=16,color="green",shape="box"];1168[label="vwx302",fontsize=16,color="green",shape="box"];1169[label="vwx402",fontsize=16,color="green",shape="box"];1170[label="vwx302",fontsize=16,color="green",shape="box"];1171[label="vwx402",fontsize=16,color="green",shape="box"];1172[label="vwx302",fontsize=16,color="green",shape="box"];1173[label="vwx402",fontsize=16,color="green",shape="box"];1174[label="vwx302",fontsize=16,color="green",shape="box"];1175[label="vwx402",fontsize=16,color="green",shape="box"];1176[label="vwx302",fontsize=16,color="green",shape="box"];1272 -> 920[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1272[label="vwx76 == vwx79 && (vwx77 < vwx80 || vwx77 == vwx80 && vwx78 <= vwx81)",fontsize=16,color="magenta"];1272 -> 1288[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1272 -> 1289[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1273[label="vwx77",fontsize=16,color="green",shape="box"];1274[label="vwx80",fontsize=16,color="green",shape="box"];1275[label="vwx76",fontsize=16,color="green",shape="box"];1276[label="vwx78",fontsize=16,color="green",shape="box"];1277[label="vwx79",fontsize=16,color="green",shape="box"];1278[label="vwx81",fontsize=16,color="green",shape="box"];1279[label="vwx76 < vwx79",fontsize=16,color="blue",shape="box"];3205[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1279 -> 3205[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3205 -> 1290[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3206[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1279 -> 3206[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3206 -> 1291[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3207[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1279 -> 3207[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3207 -> 1292[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3208[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1279 -> 3208[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3208 -> 1293[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3209[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1279 -> 3209[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3209 -> 1294[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3210[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1279 -> 3210[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3210 -> 1295[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3211[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1279 -> 3211[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3211 -> 1296[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3212[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1279 -> 3212[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3212 -> 1297[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3213[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1279 -> 3213[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3213 -> 1298[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3214[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1279 -> 3214[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3214 -> 1299[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3215[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1279 -> 3215[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3215 -> 1300[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3216[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1279 -> 3216[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3216 -> 1301[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3217[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1279 -> 3217[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3217 -> 1302[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3218[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1279 -> 3218[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3218 -> 1303[label="",style="solid", color="blue", weight=3]; 22.13/9.69 1271[label="compare1 (vwx141,vwx142,vwx143) (vwx144,vwx145,vwx146) (vwx147 || vwx148)",fontsize=16,color="burlywood",shape="triangle"];3219[label="vwx147/False",fontsize=10,color="white",style="solid",shape="box"];1271 -> 3219[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3219 -> 1304[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3220[label="vwx147/True",fontsize=10,color="white",style="solid",shape="box"];1271 -> 3220[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3220 -> 1305[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 987[label="primMulNat vwx4000 vwx3010",fontsize=16,color="burlywood",shape="triangle"];3221[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];987 -> 3221[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3221 -> 1306[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3222[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];987 -> 3222[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3222 -> 1307[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 988 -> 987[label="",style="dashed", color="red", weight=0]; 22.13/9.69 988[label="primMulNat vwx4000 vwx3010",fontsize=16,color="magenta"];988 -> 1308[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 989 -> 987[label="",style="dashed", color="red", weight=0]; 22.13/9.69 989[label="primMulNat vwx4000 vwx3010",fontsize=16,color="magenta"];989 -> 1309[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 990 -> 987[label="",style="dashed", color="red", weight=0]; 22.13/9.69 990[label="primMulNat vwx4000 vwx3010",fontsize=16,color="magenta"];990 -> 1310[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 990 -> 1311[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 991[label="vwx4000",fontsize=16,color="green",shape="box"];992[label="vwx3010",fontsize=16,color="green",shape="box"];1315[label="vwx89",fontsize=16,color="green",shape="box"];1316[label="vwx90",fontsize=16,color="green",shape="box"];1317[label="vwx91",fontsize=16,color="green",shape="box"];1318[label="vwx92",fontsize=16,color="green",shape="box"];1319[label="vwx89 < vwx91",fontsize=16,color="blue",shape="box"];3223[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1319 -> 3223[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3223 -> 1327[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3224[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1319 -> 3224[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3224 -> 1328[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3225[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1319 -> 3225[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3225 -> 1329[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3226[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1319 -> 3226[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3226 -> 1330[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3227[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1319 -> 3227[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3227 -> 1331[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3228[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1319 -> 3228[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3228 -> 1332[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3229[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1319 -> 3229[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3229 -> 1333[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3230[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1319 -> 3230[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3230 -> 1334[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3231[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1319 -> 3231[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3231 -> 1335[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3232[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1319 -> 3232[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3232 -> 1336[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3233[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1319 -> 3233[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3233 -> 1337[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3234[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1319 -> 3234[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3234 -> 1338[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3235[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1319 -> 3235[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3235 -> 1339[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3236[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1319 -> 3236[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3236 -> 1340[label="",style="solid", color="blue", weight=3]; 22.13/9.69 1320 -> 920[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1320[label="vwx89 == vwx91 && vwx90 <= vwx92",fontsize=16,color="magenta"];1320 -> 1341[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1320 -> 1342[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1314[label="compare1 (vwx156,vwx157) (vwx158,vwx159) (vwx160 || vwx161)",fontsize=16,color="burlywood",shape="triangle"];3237[label="vwx160/False",fontsize=10,color="white",style="solid",shape="box"];1314 -> 3237[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3237 -> 1343[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3238[label="vwx160/True",fontsize=10,color="white",style="solid",shape="box"];1314 -> 3238[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3238 -> 1344[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 1110[label="GT",fontsize=16,color="green",shape="box"];1111[label="GT",fontsize=16,color="green",shape="box"];1112[label="GT",fontsize=16,color="green",shape="box"];1113[label="GT",fontsize=16,color="green",shape="box"];1179[label="vwx65 <= vwx66",fontsize=16,color="blue",shape="box"];3239[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1179 -> 3239[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3239 -> 1345[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3240[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1179 -> 3240[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3240 -> 1346[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3241[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1179 -> 3241[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3241 -> 1347[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3242[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1179 -> 3242[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3242 -> 1348[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3243[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1179 -> 3243[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3243 -> 1349[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3244[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1179 -> 3244[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3244 -> 1350[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3245[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1179 -> 3245[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3245 -> 1351[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3246[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1179 -> 3246[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3246 -> 1352[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3247[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1179 -> 3247[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3247 -> 1353[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3248[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1179 -> 3248[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3248 -> 1354[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3249[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1179 -> 3249[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3249 -> 1355[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3250[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1179 -> 3250[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3250 -> 1356[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3251[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1179 -> 3251[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3251 -> 1357[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3252[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1179 -> 3252[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3252 -> 1358[label="",style="solid", color="blue", weight=3]; 22.13/9.69 1180[label="compare1 (Just vwx127) (Just vwx128) False",fontsize=16,color="black",shape="box"];1180 -> 1359[label="",style="solid", color="black", weight=3]; 22.13/9.69 1181[label="compare1 (Just vwx127) (Just vwx128) True",fontsize=16,color="black",shape="box"];1181 -> 1360[label="",style="solid", color="black", weight=3]; 22.13/9.69 929[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];3253[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];929 -> 3253[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3253 -> 1361[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3254[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];929 -> 3254[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3254 -> 1362[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3255[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];929 -> 3255[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3255 -> 1363[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3256[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];929 -> 3256[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3256 -> 1364[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3257[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];929 -> 3257[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3257 -> 1365[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3258[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];929 -> 3258[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3258 -> 1366[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3259[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];929 -> 3259[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3259 -> 1367[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3260[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];929 -> 3260[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3260 -> 1368[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3261[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];929 -> 3261[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3261 -> 1369[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3262[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];929 -> 3262[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3262 -> 1370[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3263[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];929 -> 3263[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3263 -> 1371[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3264[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];929 -> 3264[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3264 -> 1372[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3265[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];929 -> 3265[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3265 -> 1373[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3266[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];929 -> 3266[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3266 -> 1374[label="",style="solid", color="blue", weight=3]; 22.13/9.69 930[label="vwx3001 == vwx4001",fontsize=16,color="blue",shape="box"];3267[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];930 -> 3267[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3267 -> 1375[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3268[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];930 -> 3268[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3268 -> 1376[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3269[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];930 -> 3269[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3269 -> 1377[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3270[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];930 -> 3270[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3270 -> 1378[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3271[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];930 -> 3271[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3271 -> 1379[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3272[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];930 -> 3272[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3272 -> 1380[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3273[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];930 -> 3273[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3273 -> 1381[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3274[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];930 -> 3274[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3274 -> 1382[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3275[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];930 -> 3275[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3275 -> 1383[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3276[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];930 -> 3276[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3276 -> 1384[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3277[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];930 -> 3277[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3277 -> 1385[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3278[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];930 -> 3278[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3278 -> 1386[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3279[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];930 -> 3279[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3279 -> 1387[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3280[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];930 -> 3280[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3280 -> 1388[label="",style="solid", color="blue", weight=3]; 22.13/9.69 1182 -> 358[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1182[label="vwx3000 * vwx4001 == vwx3001 * vwx4000",fontsize=16,color="magenta"];1182 -> 1389[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1182 -> 1390[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1183[label="primEqNat vwx3000 vwx4000",fontsize=16,color="burlywood",shape="triangle"];3281[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];1183 -> 3281[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3281 -> 1391[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3282[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];1183 -> 3282[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3282 -> 1392[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 1184 -> 349[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1184[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1184 -> 1393[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1184 -> 1394[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1185 -> 350[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1185[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1185 -> 1395[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1185 -> 1396[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1186 -> 351[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1186[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1186 -> 1397[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1186 -> 1398[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1187 -> 352[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1187[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1187 -> 1399[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1187 -> 1400[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1188 -> 353[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1188[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1188 -> 1401[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1188 -> 1402[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1189 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1189[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1189 -> 1403[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1189 -> 1404[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1190 -> 355[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1190[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1190 -> 1405[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1190 -> 1406[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1191 -> 356[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1191[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1191 -> 1407[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1191 -> 1408[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1192 -> 357[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1192[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1192 -> 1409[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1192 -> 1410[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1193 -> 358[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1193[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1193 -> 1411[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1193 -> 1412[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1194 -> 359[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1194[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1194 -> 1413[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1194 -> 1414[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1195 -> 360[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1195[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1195 -> 1415[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1195 -> 1416[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1196 -> 361[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1196[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1196 -> 1417[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1196 -> 1418[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1197 -> 362[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1197[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1197 -> 1419[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1197 -> 1420[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1198 -> 358[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1198[label="vwx3000 * vwx4001 == vwx3001 * vwx4000",fontsize=16,color="magenta"];1198 -> 1421[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1198 -> 1422[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1199[label="vwx4000",fontsize=16,color="green",shape="box"];1200[label="vwx3000",fontsize=16,color="green",shape="box"];931[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];3283[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];931 -> 3283[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3283 -> 1423[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3284[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];931 -> 3284[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3284 -> 1424[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3285[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];931 -> 3285[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3285 -> 1425[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3286[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];931 -> 3286[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3286 -> 1426[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3287[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];931 -> 3287[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3287 -> 1427[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3288[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];931 -> 3288[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3288 -> 1428[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3289[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];931 -> 3289[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3289 -> 1429[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3290[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];931 -> 3290[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3290 -> 1430[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3291[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];931 -> 3291[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3291 -> 1431[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3292[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];931 -> 3292[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3292 -> 1432[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3293[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];931 -> 3293[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3293 -> 1433[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3294[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];931 -> 3294[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3294 -> 1434[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3295[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];931 -> 3295[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3295 -> 1435[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3296[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];931 -> 3296[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3296 -> 1436[label="",style="solid", color="blue", weight=3]; 22.13/9.69 932 -> 357[label="",style="dashed", color="red", weight=0]; 22.13/9.69 932[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];932 -> 1437[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 932 -> 1438[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1201[label="primEqInt (Pos (Succ vwx30000)) (Pos vwx4000)",fontsize=16,color="burlywood",shape="box"];3297[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1201 -> 3297[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3297 -> 1439[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3298[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1201 -> 3298[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3298 -> 1440[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 1202[label="primEqInt (Pos (Succ vwx30000)) (Neg vwx4000)",fontsize=16,color="black",shape="box"];1202 -> 1441[label="",style="solid", color="black", weight=3]; 22.13/9.69 1203[label="primEqInt (Pos Zero) (Pos vwx4000)",fontsize=16,color="burlywood",shape="box"];3299[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1203 -> 3299[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3299 -> 1442[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3300[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1203 -> 3300[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3300 -> 1443[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 1204[label="primEqInt (Pos Zero) (Neg vwx4000)",fontsize=16,color="burlywood",shape="box"];3301[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1204 -> 3301[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3301 -> 1444[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3302[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1204 -> 3302[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3302 -> 1445[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 1205[label="primEqInt (Neg (Succ vwx30000)) (Pos vwx4000)",fontsize=16,color="black",shape="box"];1205 -> 1446[label="",style="solid", color="black", weight=3]; 22.13/9.69 1206[label="primEqInt (Neg (Succ vwx30000)) (Neg vwx4000)",fontsize=16,color="burlywood",shape="box"];3303[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1206 -> 3303[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3303 -> 1447[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3304[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1206 -> 3304[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3304 -> 1448[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 1207[label="primEqInt (Neg Zero) (Pos vwx4000)",fontsize=16,color="burlywood",shape="box"];3305[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1207 -> 3305[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3305 -> 1449[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3306[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1207 -> 3306[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3306 -> 1450[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 1208[label="primEqInt (Neg Zero) (Neg vwx4000)",fontsize=16,color="burlywood",shape="box"];3307[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1208 -> 3307[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3307 -> 1451[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3308[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1208 -> 3308[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3308 -> 1452[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 933[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];3309[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];933 -> 3309[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3309 -> 1453[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3310[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];933 -> 3310[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3310 -> 1454[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3311[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];933 -> 3311[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3311 -> 1455[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3312[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];933 -> 3312[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3312 -> 1456[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3313[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];933 -> 3313[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3313 -> 1457[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3314[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];933 -> 3314[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3314 -> 1458[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3315[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];933 -> 3315[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3315 -> 1459[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3316[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];933 -> 3316[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3316 -> 1460[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3317[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];933 -> 3317[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3317 -> 1461[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3318[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];933 -> 3318[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3318 -> 1462[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3319[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];933 -> 3319[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3319 -> 1463[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3320[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];933 -> 3320[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3320 -> 1464[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3321[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];933 -> 3321[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3321 -> 1465[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3322[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];933 -> 3322[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3322 -> 1466[label="",style="solid", color="blue", weight=3]; 22.13/9.69 934 -> 920[label="",style="dashed", color="red", weight=0]; 22.13/9.69 934[label="vwx3001 == vwx4001 && vwx3002 == vwx4002",fontsize=16,color="magenta"];934 -> 1467[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 934 -> 1468[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 935[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];3323[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];935 -> 3323[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3323 -> 1469[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3324[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];935 -> 3324[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3324 -> 1470[label="",style="solid", color="blue", weight=3]; 22.13/9.69 936[label="vwx3001 == vwx4001",fontsize=16,color="blue",shape="box"];3325[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];936 -> 3325[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3325 -> 1471[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3326[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];936 -> 3326[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3326 -> 1472[label="",style="solid", color="blue", weight=3]; 22.13/9.69 1209 -> 349[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1209[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1209 -> 1473[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1209 -> 1474[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1210 -> 350[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1210[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1210 -> 1475[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1210 -> 1476[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1211 -> 351[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1211[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1211 -> 1477[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1211 -> 1478[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1212 -> 352[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1212[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1212 -> 1479[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1212 -> 1480[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1213 -> 353[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1213[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1213 -> 1481[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1213 -> 1482[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1214 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1214[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1214 -> 1483[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1214 -> 1484[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1215 -> 355[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1215[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1215 -> 1485[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1215 -> 1486[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1216 -> 356[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1216[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1216 -> 1487[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1216 -> 1488[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1217 -> 357[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1217[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1217 -> 1489[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1217 -> 1490[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1218 -> 358[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1218[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1218 -> 1491[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1218 -> 1492[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1219 -> 359[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1219[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1219 -> 1493[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1219 -> 1494[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1220 -> 360[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1220[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1220 -> 1495[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1220 -> 1496[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1221 -> 361[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1221[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1221 -> 1497[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1221 -> 1498[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1222 -> 362[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1222[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1222 -> 1499[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1222 -> 1500[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1223 -> 349[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1223[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1223 -> 1501[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1223 -> 1502[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1224 -> 350[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1224[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1224 -> 1503[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1224 -> 1504[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1225 -> 351[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1225[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1225 -> 1505[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1225 -> 1506[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1226 -> 352[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1226[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1226 -> 1507[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1226 -> 1508[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1227 -> 353[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1227[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1227 -> 1509[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1227 -> 1510[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1228 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1228[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1228 -> 1511[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1228 -> 1512[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1229 -> 355[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1229[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1229 -> 1513[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1229 -> 1514[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1230 -> 356[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1230[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1230 -> 1515[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1230 -> 1516[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1231 -> 357[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1231[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1231 -> 1517[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1231 -> 1518[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1232 -> 358[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1232[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1232 -> 1519[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1232 -> 1520[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1233 -> 359[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1233[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1233 -> 1521[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1233 -> 1522[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1234 -> 360[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1234[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1234 -> 1523[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1234 -> 1524[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1235 -> 361[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1235[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1235 -> 1525[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1235 -> 1526[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1236 -> 362[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1236[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1236 -> 1527[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1236 -> 1528[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1237[label="vwx25 <= vwx26",fontsize=16,color="burlywood",shape="triangle"];3327[label="vwx25/False",fontsize=10,color="white",style="solid",shape="box"];1237 -> 3327[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3327 -> 1529[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3328[label="vwx25/True",fontsize=10,color="white",style="solid",shape="box"];1237 -> 3328[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3328 -> 1530[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 1238[label="vwx25 <= vwx26",fontsize=16,color="black",shape="triangle"];1238 -> 1531[label="",style="solid", color="black", weight=3]; 22.13/9.69 1239[label="vwx25 <= vwx26",fontsize=16,color="burlywood",shape="triangle"];3329[label="vwx25/Left vwx250",fontsize=10,color="white",style="solid",shape="box"];1239 -> 3329[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3329 -> 1532[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3330[label="vwx25/Right vwx250",fontsize=10,color="white",style="solid",shape="box"];1239 -> 3330[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3330 -> 1533[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 1240[label="vwx25 <= vwx26",fontsize=16,color="black",shape="triangle"];1240 -> 1534[label="",style="solid", color="black", weight=3]; 22.13/9.69 1241[label="vwx25 <= vwx26",fontsize=16,color="black",shape="triangle"];1241 -> 1535[label="",style="solid", color="black", weight=3]; 22.13/9.69 1242[label="vwx25 <= vwx26",fontsize=16,color="burlywood",shape="triangle"];3331[label="vwx25/(vwx250,vwx251,vwx252)",fontsize=10,color="white",style="solid",shape="box"];1242 -> 3331[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3331 -> 1536[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 1243[label="vwx25 <= vwx26",fontsize=16,color="black",shape="triangle"];1243 -> 1537[label="",style="solid", color="black", weight=3]; 22.13/9.69 1244[label="vwx25 <= vwx26",fontsize=16,color="black",shape="triangle"];1244 -> 1538[label="",style="solid", color="black", weight=3]; 22.13/9.69 1245[label="vwx25 <= vwx26",fontsize=16,color="burlywood",shape="triangle"];3332[label="vwx25/(vwx250,vwx251)",fontsize=10,color="white",style="solid",shape="box"];1245 -> 3332[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3332 -> 1539[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 1246[label="vwx25 <= vwx26",fontsize=16,color="burlywood",shape="triangle"];3333[label="vwx25/LT",fontsize=10,color="white",style="solid",shape="box"];1246 -> 3333[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3333 -> 1540[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3334[label="vwx25/EQ",fontsize=10,color="white",style="solid",shape="box"];1246 -> 3334[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3334 -> 1541[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3335[label="vwx25/GT",fontsize=10,color="white",style="solid",shape="box"];1246 -> 3335[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3335 -> 1542[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 1247[label="vwx25 <= vwx26",fontsize=16,color="burlywood",shape="triangle"];3336[label="vwx25/Nothing",fontsize=10,color="white",style="solid",shape="box"];1247 -> 3336[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3336 -> 1543[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3337[label="vwx25/Just vwx250",fontsize=10,color="white",style="solid",shape="box"];1247 -> 3337[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3337 -> 1544[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 1248[label="vwx25 <= vwx26",fontsize=16,color="black",shape="triangle"];1248 -> 1545[label="",style="solid", color="black", weight=3]; 22.13/9.69 1249[label="vwx25 <= vwx26",fontsize=16,color="black",shape="triangle"];1249 -> 1546[label="",style="solid", color="black", weight=3]; 22.13/9.69 1250[label="vwx25 <= vwx26",fontsize=16,color="black",shape="triangle"];1250 -> 1547[label="",style="solid", color="black", weight=3]; 22.13/9.69 1251[label="compare0 (Left vwx105) (Left vwx106) otherwise",fontsize=16,color="black",shape="box"];1251 -> 1548[label="",style="solid", color="black", weight=3]; 22.13/9.69 1252[label="LT",fontsize=16,color="green",shape="box"];1253 -> 1237[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1253[label="vwx32 <= vwx33",fontsize=16,color="magenta"];1253 -> 1549[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1253 -> 1550[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1254 -> 1238[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1254[label="vwx32 <= vwx33",fontsize=16,color="magenta"];1254 -> 1551[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1254 -> 1552[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1255 -> 1239[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1255[label="vwx32 <= vwx33",fontsize=16,color="magenta"];1255 -> 1553[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1255 -> 1554[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1256 -> 1240[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1256[label="vwx32 <= vwx33",fontsize=16,color="magenta"];1256 -> 1555[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1256 -> 1556[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1257 -> 1241[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1257[label="vwx32 <= vwx33",fontsize=16,color="magenta"];1257 -> 1557[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1257 -> 1558[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1258 -> 1242[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1258[label="vwx32 <= vwx33",fontsize=16,color="magenta"];1258 -> 1559[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1258 -> 1560[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1259 -> 1243[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1259[label="vwx32 <= vwx33",fontsize=16,color="magenta"];1259 -> 1561[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1259 -> 1562[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1260 -> 1244[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1260[label="vwx32 <= vwx33",fontsize=16,color="magenta"];1260 -> 1563[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1260 -> 1564[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1261 -> 1245[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1261[label="vwx32 <= vwx33",fontsize=16,color="magenta"];1261 -> 1565[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1261 -> 1566[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1262 -> 1246[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1262[label="vwx32 <= vwx33",fontsize=16,color="magenta"];1262 -> 1567[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1262 -> 1568[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1263 -> 1247[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1263[label="vwx32 <= vwx33",fontsize=16,color="magenta"];1263 -> 1569[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1263 -> 1570[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1264 -> 1248[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1264[label="vwx32 <= vwx33",fontsize=16,color="magenta"];1264 -> 1571[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1264 -> 1572[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1265 -> 1249[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1265[label="vwx32 <= vwx33",fontsize=16,color="magenta"];1265 -> 1573[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1265 -> 1574[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1266 -> 1250[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1266[label="vwx32 <= vwx33",fontsize=16,color="magenta"];1266 -> 1575[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1266 -> 1576[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1267[label="compare0 (Right vwx112) (Right vwx113) otherwise",fontsize=16,color="black",shape="box"];1267 -> 1577[label="",style="solid", color="black", weight=3]; 22.13/9.69 1268[label="LT",fontsize=16,color="green",shape="box"];1288[label="vwx76 == vwx79",fontsize=16,color="blue",shape="box"];3338[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1288 -> 3338[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3338 -> 1578[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3339[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1288 -> 3339[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3339 -> 1579[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3340[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1288 -> 3340[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3340 -> 1580[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3341[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1288 -> 3341[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3341 -> 1581[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3342[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1288 -> 3342[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3342 -> 1582[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3343[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1288 -> 3343[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3343 -> 1583[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3344[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1288 -> 3344[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3344 -> 1584[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3345[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1288 -> 3345[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3345 -> 1585[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3346[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1288 -> 3346[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3346 -> 1586[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3347[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1288 -> 3347[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3347 -> 1587[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3348[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1288 -> 3348[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3348 -> 1588[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3349[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1288 -> 3349[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3349 -> 1589[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3350[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1288 -> 3350[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3350 -> 1590[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3351[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1288 -> 3351[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3351 -> 1591[label="",style="solid", color="blue", weight=3]; 22.13/9.69 1289 -> 1937[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1289[label="vwx77 < vwx80 || vwx77 == vwx80 && vwx78 <= vwx81",fontsize=16,color="magenta"];1289 -> 1938[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1289 -> 1939[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1290[label="vwx76 < vwx79",fontsize=16,color="black",shape="triangle"];1290 -> 1594[label="",style="solid", color="black", weight=3]; 22.13/9.69 1291[label="vwx76 < vwx79",fontsize=16,color="black",shape="triangle"];1291 -> 1595[label="",style="solid", color="black", weight=3]; 22.13/9.69 1292[label="vwx76 < vwx79",fontsize=16,color="black",shape="triangle"];1292 -> 1596[label="",style="solid", color="black", weight=3]; 22.13/9.69 1293[label="vwx76 < vwx79",fontsize=16,color="black",shape="triangle"];1293 -> 1597[label="",style="solid", color="black", weight=3]; 22.13/9.69 1294[label="vwx76 < vwx79",fontsize=16,color="black",shape="triangle"];1294 -> 1598[label="",style="solid", color="black", weight=3]; 22.13/9.69 1295[label="vwx76 < vwx79",fontsize=16,color="black",shape="triangle"];1295 -> 1599[label="",style="solid", color="black", weight=3]; 22.13/9.69 1296[label="vwx76 < vwx79",fontsize=16,color="black",shape="triangle"];1296 -> 1600[label="",style="solid", color="black", weight=3]; 22.13/9.69 1297[label="vwx76 < vwx79",fontsize=16,color="black",shape="triangle"];1297 -> 1601[label="",style="solid", color="black", weight=3]; 22.13/9.69 1298[label="vwx76 < vwx79",fontsize=16,color="black",shape="triangle"];1298 -> 1602[label="",style="solid", color="black", weight=3]; 22.13/9.69 1299[label="vwx76 < vwx79",fontsize=16,color="black",shape="triangle"];1299 -> 1603[label="",style="solid", color="black", weight=3]; 22.13/9.69 1300[label="vwx76 < vwx79",fontsize=16,color="black",shape="triangle"];1300 -> 1604[label="",style="solid", color="black", weight=3]; 22.13/9.69 1301[label="vwx76 < vwx79",fontsize=16,color="black",shape="triangle"];1301 -> 1605[label="",style="solid", color="black", weight=3]; 22.13/9.69 1302[label="vwx76 < vwx79",fontsize=16,color="black",shape="triangle"];1302 -> 1606[label="",style="solid", color="black", weight=3]; 22.13/9.69 1303[label="vwx76 < vwx79",fontsize=16,color="black",shape="triangle"];1303 -> 1607[label="",style="solid", color="black", weight=3]; 22.13/9.69 1304[label="compare1 (vwx141,vwx142,vwx143) (vwx144,vwx145,vwx146) (False || vwx148)",fontsize=16,color="black",shape="box"];1304 -> 1608[label="",style="solid", color="black", weight=3]; 22.13/9.69 1305[label="compare1 (vwx141,vwx142,vwx143) (vwx144,vwx145,vwx146) (True || vwx148)",fontsize=16,color="black",shape="box"];1305 -> 1609[label="",style="solid", color="black", weight=3]; 22.13/9.69 1306[label="primMulNat (Succ vwx40000) vwx3010",fontsize=16,color="burlywood",shape="box"];3352[label="vwx3010/Succ vwx30100",fontsize=10,color="white",style="solid",shape="box"];1306 -> 3352[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3352 -> 1610[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3353[label="vwx3010/Zero",fontsize=10,color="white",style="solid",shape="box"];1306 -> 3353[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3353 -> 1611[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 1307[label="primMulNat Zero vwx3010",fontsize=16,color="burlywood",shape="box"];3354[label="vwx3010/Succ vwx30100",fontsize=10,color="white",style="solid",shape="box"];1307 -> 3354[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3354 -> 1612[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3355[label="vwx3010/Zero",fontsize=10,color="white",style="solid",shape="box"];1307 -> 3355[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3355 -> 1613[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 1308[label="vwx3010",fontsize=16,color="green",shape="box"];1309[label="vwx4000",fontsize=16,color="green",shape="box"];1310[label="vwx4000",fontsize=16,color="green",shape="box"];1311[label="vwx3010",fontsize=16,color="green",shape="box"];1327 -> 1290[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1327[label="vwx89 < vwx91",fontsize=16,color="magenta"];1327 -> 1614[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1327 -> 1615[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1328 -> 1291[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1328[label="vwx89 < vwx91",fontsize=16,color="magenta"];1328 -> 1616[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1328 -> 1617[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1329 -> 1292[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1329[label="vwx89 < vwx91",fontsize=16,color="magenta"];1329 -> 1618[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1329 -> 1619[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1330 -> 1293[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1330[label="vwx89 < vwx91",fontsize=16,color="magenta"];1330 -> 1620[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1330 -> 1621[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1331 -> 1294[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1331[label="vwx89 < vwx91",fontsize=16,color="magenta"];1331 -> 1622[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1331 -> 1623[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1332 -> 1295[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1332[label="vwx89 < vwx91",fontsize=16,color="magenta"];1332 -> 1624[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1332 -> 1625[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1333 -> 1296[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1333[label="vwx89 < vwx91",fontsize=16,color="magenta"];1333 -> 1626[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1333 -> 1627[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1334 -> 1297[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1334[label="vwx89 < vwx91",fontsize=16,color="magenta"];1334 -> 1628[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1334 -> 1629[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1335 -> 1298[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1335[label="vwx89 < vwx91",fontsize=16,color="magenta"];1335 -> 1630[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1335 -> 1631[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1336 -> 1299[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1336[label="vwx89 < vwx91",fontsize=16,color="magenta"];1336 -> 1632[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1336 -> 1633[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1337 -> 1300[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1337[label="vwx89 < vwx91",fontsize=16,color="magenta"];1337 -> 1634[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1337 -> 1635[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1338 -> 1301[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1338[label="vwx89 < vwx91",fontsize=16,color="magenta"];1338 -> 1636[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1338 -> 1637[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1339 -> 1302[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1339[label="vwx89 < vwx91",fontsize=16,color="magenta"];1339 -> 1638[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1339 -> 1639[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1340 -> 1303[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1340[label="vwx89 < vwx91",fontsize=16,color="magenta"];1340 -> 1640[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1340 -> 1641[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1341[label="vwx89 == vwx91",fontsize=16,color="blue",shape="box"];3356[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1341 -> 3356[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3356 -> 1642[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3357[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1341 -> 3357[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3357 -> 1643[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3358[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1341 -> 3358[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3358 -> 1644[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3359[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1341 -> 3359[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3359 -> 1645[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3360[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1341 -> 3360[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3360 -> 1646[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3361[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1341 -> 3361[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3361 -> 1647[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3362[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1341 -> 3362[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3362 -> 1648[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3363[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1341 -> 3363[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3363 -> 1649[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3364[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1341 -> 3364[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3364 -> 1650[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3365[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1341 -> 3365[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3365 -> 1651[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3366[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1341 -> 3366[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3366 -> 1652[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3367[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1341 -> 3367[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3367 -> 1653[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3368[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1341 -> 3368[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3368 -> 1654[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3369[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1341 -> 3369[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3369 -> 1655[label="",style="solid", color="blue", weight=3]; 22.13/9.69 1342[label="vwx90 <= vwx92",fontsize=16,color="blue",shape="box"];3370[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1342 -> 3370[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3370 -> 1656[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3371[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1342 -> 3371[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3371 -> 1657[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3372[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1342 -> 3372[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3372 -> 1658[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3373[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1342 -> 3373[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3373 -> 1659[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3374[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1342 -> 3374[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3374 -> 1660[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3375[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1342 -> 3375[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3375 -> 1661[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3376[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1342 -> 3376[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3376 -> 1662[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3377[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1342 -> 3377[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3377 -> 1663[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3378[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1342 -> 3378[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3378 -> 1664[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3379[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1342 -> 3379[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3379 -> 1665[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3380[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1342 -> 3380[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3380 -> 1666[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3381[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1342 -> 3381[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3381 -> 1667[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3382[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1342 -> 3382[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3382 -> 1668[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3383[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1342 -> 3383[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3383 -> 1669[label="",style="solid", color="blue", weight=3]; 22.13/9.69 1343[label="compare1 (vwx156,vwx157) (vwx158,vwx159) (False || vwx161)",fontsize=16,color="black",shape="box"];1343 -> 1670[label="",style="solid", color="black", weight=3]; 22.13/9.69 1344[label="compare1 (vwx156,vwx157) (vwx158,vwx159) (True || vwx161)",fontsize=16,color="black",shape="box"];1344 -> 1671[label="",style="solid", color="black", weight=3]; 22.13/9.69 1345 -> 1237[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1345[label="vwx65 <= vwx66",fontsize=16,color="magenta"];1345 -> 1672[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1345 -> 1673[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1346 -> 1238[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1346[label="vwx65 <= vwx66",fontsize=16,color="magenta"];1346 -> 1674[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1346 -> 1675[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1347 -> 1239[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1347[label="vwx65 <= vwx66",fontsize=16,color="magenta"];1347 -> 1676[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1347 -> 1677[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1348 -> 1240[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1348[label="vwx65 <= vwx66",fontsize=16,color="magenta"];1348 -> 1678[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1348 -> 1679[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1349 -> 1241[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1349[label="vwx65 <= vwx66",fontsize=16,color="magenta"];1349 -> 1680[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1349 -> 1681[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1350 -> 1242[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1350[label="vwx65 <= vwx66",fontsize=16,color="magenta"];1350 -> 1682[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1350 -> 1683[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1351 -> 1243[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1351[label="vwx65 <= vwx66",fontsize=16,color="magenta"];1351 -> 1684[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1351 -> 1685[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1352 -> 1244[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1352[label="vwx65 <= vwx66",fontsize=16,color="magenta"];1352 -> 1686[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1352 -> 1687[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1353 -> 1245[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1353[label="vwx65 <= vwx66",fontsize=16,color="magenta"];1353 -> 1688[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1353 -> 1689[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1354 -> 1246[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1354[label="vwx65 <= vwx66",fontsize=16,color="magenta"];1354 -> 1690[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1354 -> 1691[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1355 -> 1247[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1355[label="vwx65 <= vwx66",fontsize=16,color="magenta"];1355 -> 1692[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1355 -> 1693[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1356 -> 1248[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1356[label="vwx65 <= vwx66",fontsize=16,color="magenta"];1356 -> 1694[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1356 -> 1695[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1357 -> 1249[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1357[label="vwx65 <= vwx66",fontsize=16,color="magenta"];1357 -> 1696[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1357 -> 1697[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1358 -> 1250[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1358[label="vwx65 <= vwx66",fontsize=16,color="magenta"];1358 -> 1698[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1358 -> 1699[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1359[label="compare0 (Just vwx127) (Just vwx128) otherwise",fontsize=16,color="black",shape="box"];1359 -> 1700[label="",style="solid", color="black", weight=3]; 22.13/9.69 1360[label="LT",fontsize=16,color="green",shape="box"];1361 -> 349[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1361[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1361 -> 1701[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1361 -> 1702[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1362 -> 350[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1362[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1362 -> 1703[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1362 -> 1704[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1363 -> 351[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1363[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1363 -> 1705[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1363 -> 1706[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1364 -> 352[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1364[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1364 -> 1707[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1364 -> 1708[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1365 -> 353[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1365[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1365 -> 1709[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1365 -> 1710[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1366 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1366[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1366 -> 1711[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1366 -> 1712[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1367 -> 355[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1367[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1367 -> 1713[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1367 -> 1714[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1368 -> 356[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1368[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1368 -> 1715[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1368 -> 1716[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1369 -> 357[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1369[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1369 -> 1717[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1369 -> 1718[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1370 -> 358[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1370[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1370 -> 1719[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1370 -> 1720[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1371 -> 359[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1371[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1371 -> 1721[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1371 -> 1722[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1372 -> 360[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1372[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1372 -> 1723[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1372 -> 1724[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1373 -> 361[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1373[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1373 -> 1725[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1373 -> 1726[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1374 -> 362[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1374[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1374 -> 1727[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1374 -> 1728[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1375 -> 349[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1375[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1375 -> 1729[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1375 -> 1730[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1376 -> 350[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1376[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1376 -> 1731[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1376 -> 1732[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1377 -> 351[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1377[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1377 -> 1733[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1377 -> 1734[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1378 -> 352[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1378[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1378 -> 1735[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1378 -> 1736[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1379 -> 353[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1379[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1379 -> 1737[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1379 -> 1738[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1380 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1380[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1380 -> 1739[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1380 -> 1740[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1381 -> 355[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1381[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1381 -> 1741[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1381 -> 1742[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1382 -> 356[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1382[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1382 -> 1743[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1382 -> 1744[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1383 -> 357[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1383[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1383 -> 1745[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1383 -> 1746[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1384 -> 358[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1384[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1384 -> 1747[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1384 -> 1748[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1385 -> 359[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1385[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1385 -> 1749[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1385 -> 1750[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1386 -> 360[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1386[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1386 -> 1751[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1386 -> 1752[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1387 -> 361[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1387[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1387 -> 1753[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1387 -> 1754[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1388 -> 362[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1388[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1388 -> 1755[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1388 -> 1756[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1389 -> 241[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1389[label="vwx3001 * vwx4000",fontsize=16,color="magenta"];1389 -> 1757[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1389 -> 1758[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1390 -> 241[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1390[label="vwx3000 * vwx4001",fontsize=16,color="magenta"];1390 -> 1759[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1390 -> 1760[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1391[label="primEqNat (Succ vwx30000) vwx4000",fontsize=16,color="burlywood",shape="box"];3384[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1391 -> 3384[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3384 -> 1761[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3385[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1391 -> 3385[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3385 -> 1762[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 1392[label="primEqNat Zero vwx4000",fontsize=16,color="burlywood",shape="box"];3386[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1392 -> 3386[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3386 -> 1763[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3387[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1392 -> 3387[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3387 -> 1764[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 1393[label="vwx4000",fontsize=16,color="green",shape="box"];1394[label="vwx3000",fontsize=16,color="green",shape="box"];1395[label="vwx4000",fontsize=16,color="green",shape="box"];1396[label="vwx3000",fontsize=16,color="green",shape="box"];1397[label="vwx4000",fontsize=16,color="green",shape="box"];1398[label="vwx3000",fontsize=16,color="green",shape="box"];1399[label="vwx4000",fontsize=16,color="green",shape="box"];1400[label="vwx3000",fontsize=16,color="green",shape="box"];1401[label="vwx4000",fontsize=16,color="green",shape="box"];1402[label="vwx3000",fontsize=16,color="green",shape="box"];1403[label="vwx4000",fontsize=16,color="green",shape="box"];1404[label="vwx3000",fontsize=16,color="green",shape="box"];1405[label="vwx4000",fontsize=16,color="green",shape="box"];1406[label="vwx3000",fontsize=16,color="green",shape="box"];1407[label="vwx4000",fontsize=16,color="green",shape="box"];1408[label="vwx3000",fontsize=16,color="green",shape="box"];1409[label="vwx4000",fontsize=16,color="green",shape="box"];1410[label="vwx3000",fontsize=16,color="green",shape="box"];1411[label="vwx4000",fontsize=16,color="green",shape="box"];1412[label="vwx3000",fontsize=16,color="green",shape="box"];1413[label="vwx4000",fontsize=16,color="green",shape="box"];1414[label="vwx3000",fontsize=16,color="green",shape="box"];1415[label="vwx4000",fontsize=16,color="green",shape="box"];1416[label="vwx3000",fontsize=16,color="green",shape="box"];1417[label="vwx4000",fontsize=16,color="green",shape="box"];1418[label="vwx3000",fontsize=16,color="green",shape="box"];1419[label="vwx4000",fontsize=16,color="green",shape="box"];1420[label="vwx3000",fontsize=16,color="green",shape="box"];1421 -> 241[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1421[label="vwx3001 * vwx4000",fontsize=16,color="magenta"];1421 -> 1765[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1421 -> 1766[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1422 -> 241[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1422[label="vwx3000 * vwx4001",fontsize=16,color="magenta"];1422 -> 1767[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1422 -> 1768[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1423 -> 349[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1423[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1423 -> 1769[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1423 -> 1770[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1424 -> 350[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1424[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1424 -> 1771[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1424 -> 1772[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1425 -> 351[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1425[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1425 -> 1773[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1425 -> 1774[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1426 -> 352[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1426[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1426 -> 1775[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1426 -> 1776[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1427 -> 353[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1427[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1427 -> 1777[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1427 -> 1778[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1428 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1428[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1428 -> 1779[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1428 -> 1780[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1429 -> 355[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1429[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1429 -> 1781[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1429 -> 1782[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1430 -> 356[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1430[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1430 -> 1783[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1430 -> 1784[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1431 -> 357[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1431[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1431 -> 1785[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1431 -> 1786[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1432 -> 358[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1432[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1432 -> 1787[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1432 -> 1788[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1433 -> 359[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1433[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1433 -> 1789[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1433 -> 1790[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1434 -> 360[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1434[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1434 -> 1791[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1434 -> 1792[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1435 -> 361[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1435[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1435 -> 1793[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1435 -> 1794[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1436 -> 362[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1436[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1436 -> 1795[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1436 -> 1796[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1437[label="vwx4001",fontsize=16,color="green",shape="box"];1438[label="vwx3001",fontsize=16,color="green",shape="box"];1439[label="primEqInt (Pos (Succ vwx30000)) (Pos (Succ vwx40000))",fontsize=16,color="black",shape="box"];1439 -> 1797[label="",style="solid", color="black", weight=3]; 22.13/9.69 1440[label="primEqInt (Pos (Succ vwx30000)) (Pos Zero)",fontsize=16,color="black",shape="box"];1440 -> 1798[label="",style="solid", color="black", weight=3]; 22.13/9.69 1441[label="False",fontsize=16,color="green",shape="box"];1442[label="primEqInt (Pos Zero) (Pos (Succ vwx40000))",fontsize=16,color="black",shape="box"];1442 -> 1799[label="",style="solid", color="black", weight=3]; 22.13/9.69 1443[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1443 -> 1800[label="",style="solid", color="black", weight=3]; 22.13/9.69 1444[label="primEqInt (Pos Zero) (Neg (Succ vwx40000))",fontsize=16,color="black",shape="box"];1444 -> 1801[label="",style="solid", color="black", weight=3]; 22.13/9.69 1445[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1445 -> 1802[label="",style="solid", color="black", weight=3]; 22.13/9.69 1446[label="False",fontsize=16,color="green",shape="box"];1447[label="primEqInt (Neg (Succ vwx30000)) (Neg (Succ vwx40000))",fontsize=16,color="black",shape="box"];1447 -> 1803[label="",style="solid", color="black", weight=3]; 22.13/9.69 1448[label="primEqInt (Neg (Succ vwx30000)) (Neg Zero)",fontsize=16,color="black",shape="box"];1448 -> 1804[label="",style="solid", color="black", weight=3]; 22.13/9.69 1449[label="primEqInt (Neg Zero) (Pos (Succ vwx40000))",fontsize=16,color="black",shape="box"];1449 -> 1805[label="",style="solid", color="black", weight=3]; 22.13/9.69 1450[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1450 -> 1806[label="",style="solid", color="black", weight=3]; 22.13/9.69 1451[label="primEqInt (Neg Zero) (Neg (Succ vwx40000))",fontsize=16,color="black",shape="box"];1451 -> 1807[label="",style="solid", color="black", weight=3]; 22.13/9.69 1452[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1452 -> 1808[label="",style="solid", color="black", weight=3]; 22.13/9.69 1453 -> 349[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1453[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1453 -> 1809[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1453 -> 1810[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1454 -> 350[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1454[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1454 -> 1811[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1454 -> 1812[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1455 -> 351[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1455[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1455 -> 1813[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1455 -> 1814[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1456 -> 352[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1456[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1456 -> 1815[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1456 -> 1816[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1457 -> 353[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1457[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1457 -> 1817[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1457 -> 1818[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1458 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1458[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1458 -> 1819[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1458 -> 1820[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1459 -> 355[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1459[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1459 -> 1821[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1459 -> 1822[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1460 -> 356[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1460[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1460 -> 1823[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1460 -> 1824[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1461 -> 357[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1461[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1461 -> 1825[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1461 -> 1826[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1462 -> 358[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1462[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1462 -> 1827[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1462 -> 1828[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1463 -> 359[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1463[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1463 -> 1829[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1463 -> 1830[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1464 -> 360[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1464[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1464 -> 1831[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1464 -> 1832[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1465 -> 361[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1465[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1465 -> 1833[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1465 -> 1834[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1466 -> 362[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1466[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1466 -> 1835[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1466 -> 1836[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1467[label="vwx3001 == vwx4001",fontsize=16,color="blue",shape="box"];3388[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1467 -> 3388[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3388 -> 1837[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3389[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1467 -> 3389[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3389 -> 1838[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3390[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1467 -> 3390[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3390 -> 1839[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3391[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1467 -> 3391[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3391 -> 1840[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3392[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1467 -> 3392[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3392 -> 1841[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3393[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1467 -> 3393[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3393 -> 1842[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3394[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1467 -> 3394[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3394 -> 1843[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3395[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1467 -> 3395[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3395 -> 1844[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3396[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1467 -> 3396[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3396 -> 1845[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3397[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1467 -> 3397[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3397 -> 1846[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3398[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1467 -> 3398[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3398 -> 1847[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3399[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1467 -> 3399[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3399 -> 1848[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3400[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1467 -> 3400[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3400 -> 1849[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3401[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1467 -> 3401[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3401 -> 1850[label="",style="solid", color="blue", weight=3]; 22.13/9.69 1468[label="vwx3002 == vwx4002",fontsize=16,color="blue",shape="box"];3402[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1468 -> 3402[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3402 -> 1851[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3403[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1468 -> 3403[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3403 -> 1852[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3404[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1468 -> 3404[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3404 -> 1853[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3405[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1468 -> 3405[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3405 -> 1854[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3406[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1468 -> 3406[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3406 -> 1855[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3407[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1468 -> 3407[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3407 -> 1856[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3408[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1468 -> 3408[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3408 -> 1857[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3409[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1468 -> 3409[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3409 -> 1858[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3410[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1468 -> 3410[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3410 -> 1859[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3411[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1468 -> 3411[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3411 -> 1860[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3412[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1468 -> 3412[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3412 -> 1861[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3413[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1468 -> 3413[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3413 -> 1862[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3414[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1468 -> 3414[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3414 -> 1863[label="",style="solid", color="blue", weight=3]; 22.13/9.69 3415[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1468 -> 3415[label="",style="solid", color="blue", weight=9]; 22.13/9.69 3415 -> 1864[label="",style="solid", color="blue", weight=3]; 22.13/9.69 1469 -> 356[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1469[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1469 -> 1865[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1469 -> 1866[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1470 -> 358[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1470[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1470 -> 1867[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1470 -> 1868[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1471 -> 356[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1471[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1471 -> 1869[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1471 -> 1870[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1472 -> 358[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1472[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1472 -> 1871[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1472 -> 1872[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1473[label="vwx4000",fontsize=16,color="green",shape="box"];1474[label="vwx3000",fontsize=16,color="green",shape="box"];1475[label="vwx4000",fontsize=16,color="green",shape="box"];1476[label="vwx3000",fontsize=16,color="green",shape="box"];1477[label="vwx4000",fontsize=16,color="green",shape="box"];1478[label="vwx3000",fontsize=16,color="green",shape="box"];1479[label="vwx4000",fontsize=16,color="green",shape="box"];1480[label="vwx3000",fontsize=16,color="green",shape="box"];1481[label="vwx4000",fontsize=16,color="green",shape="box"];1482[label="vwx3000",fontsize=16,color="green",shape="box"];1483[label="vwx4000",fontsize=16,color="green",shape="box"];1484[label="vwx3000",fontsize=16,color="green",shape="box"];1485[label="vwx4000",fontsize=16,color="green",shape="box"];1486[label="vwx3000",fontsize=16,color="green",shape="box"];1487[label="vwx4000",fontsize=16,color="green",shape="box"];1488[label="vwx3000",fontsize=16,color="green",shape="box"];1489[label="vwx4000",fontsize=16,color="green",shape="box"];1490[label="vwx3000",fontsize=16,color="green",shape="box"];1491[label="vwx4000",fontsize=16,color="green",shape="box"];1492[label="vwx3000",fontsize=16,color="green",shape="box"];1493[label="vwx4000",fontsize=16,color="green",shape="box"];1494[label="vwx3000",fontsize=16,color="green",shape="box"];1495[label="vwx4000",fontsize=16,color="green",shape="box"];1496[label="vwx3000",fontsize=16,color="green",shape="box"];1497[label="vwx4000",fontsize=16,color="green",shape="box"];1498[label="vwx3000",fontsize=16,color="green",shape="box"];1499[label="vwx4000",fontsize=16,color="green",shape="box"];1500[label="vwx3000",fontsize=16,color="green",shape="box"];1501[label="vwx4000",fontsize=16,color="green",shape="box"];1502[label="vwx3000",fontsize=16,color="green",shape="box"];1503[label="vwx4000",fontsize=16,color="green",shape="box"];1504[label="vwx3000",fontsize=16,color="green",shape="box"];1505[label="vwx4000",fontsize=16,color="green",shape="box"];1506[label="vwx3000",fontsize=16,color="green",shape="box"];1507[label="vwx4000",fontsize=16,color="green",shape="box"];1508[label="vwx3000",fontsize=16,color="green",shape="box"];1509[label="vwx4000",fontsize=16,color="green",shape="box"];1510[label="vwx3000",fontsize=16,color="green",shape="box"];1511[label="vwx4000",fontsize=16,color="green",shape="box"];1512[label="vwx3000",fontsize=16,color="green",shape="box"];1513[label="vwx4000",fontsize=16,color="green",shape="box"];1514[label="vwx3000",fontsize=16,color="green",shape="box"];1515[label="vwx4000",fontsize=16,color="green",shape="box"];1516[label="vwx3000",fontsize=16,color="green",shape="box"];1517[label="vwx4000",fontsize=16,color="green",shape="box"];1518[label="vwx3000",fontsize=16,color="green",shape="box"];1519[label="vwx4000",fontsize=16,color="green",shape="box"];1520[label="vwx3000",fontsize=16,color="green",shape="box"];1521[label="vwx4000",fontsize=16,color="green",shape="box"];1522[label="vwx3000",fontsize=16,color="green",shape="box"];1523[label="vwx4000",fontsize=16,color="green",shape="box"];1524[label="vwx3000",fontsize=16,color="green",shape="box"];1525[label="vwx4000",fontsize=16,color="green",shape="box"];1526[label="vwx3000",fontsize=16,color="green",shape="box"];1527[label="vwx4000",fontsize=16,color="green",shape="box"];1528[label="vwx3000",fontsize=16,color="green",shape="box"];1529[label="False <= vwx26",fontsize=16,color="burlywood",shape="box"];3416[label="vwx26/False",fontsize=10,color="white",style="solid",shape="box"];1529 -> 3416[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3416 -> 1873[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3417[label="vwx26/True",fontsize=10,color="white",style="solid",shape="box"];1529 -> 3417[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3417 -> 1874[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 1530[label="True <= vwx26",fontsize=16,color="burlywood",shape="box"];3418[label="vwx26/False",fontsize=10,color="white",style="solid",shape="box"];1530 -> 3418[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3418 -> 1875[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 3419[label="vwx26/True",fontsize=10,color="white",style="solid",shape="box"];1530 -> 3419[label="",style="solid", color="burlywood", weight=9]; 22.13/9.69 3419 -> 1876[label="",style="solid", color="burlywood", weight=3]; 22.13/9.69 1531 -> 1877[label="",style="dashed", color="red", weight=0]; 22.13/9.69 1531[label="compare vwx25 vwx26 /= GT",fontsize=16,color="magenta"];1531 -> 1878[label="",style="dashed", color="magenta", weight=3]; 22.13/9.69 1532[label="Left vwx250 <= vwx26",fontsize=16,color="burlywood",shape="box"];3420[label="vwx26/Left vwx260",fontsize=10,color="white",style="solid",shape="box"];1532 -> 3420[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3420 -> 1886[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 3421[label="vwx26/Right vwx260",fontsize=10,color="white",style="solid",shape="box"];1532 -> 3421[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3421 -> 1887[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 1533[label="Right vwx250 <= vwx26",fontsize=16,color="burlywood",shape="box"];3422[label="vwx26/Left vwx260",fontsize=10,color="white",style="solid",shape="box"];1533 -> 3422[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3422 -> 1888[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 3423[label="vwx26/Right vwx260",fontsize=10,color="white",style="solid",shape="box"];1533 -> 3423[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3423 -> 1889[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 1534 -> 1877[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1534[label="compare vwx25 vwx26 /= GT",fontsize=16,color="magenta"];1534 -> 1879[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1535 -> 1877[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1535[label="compare vwx25 vwx26 /= GT",fontsize=16,color="magenta"];1535 -> 1880[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1536[label="(vwx250,vwx251,vwx252) <= vwx26",fontsize=16,color="burlywood",shape="box"];3424[label="vwx26/(vwx260,vwx261,vwx262)",fontsize=10,color="white",style="solid",shape="box"];1536 -> 3424[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3424 -> 1890[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 1537 -> 1877[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1537[label="compare vwx25 vwx26 /= GT",fontsize=16,color="magenta"];1537 -> 1881[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1538 -> 1877[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1538[label="compare vwx25 vwx26 /= GT",fontsize=16,color="magenta"];1538 -> 1882[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1539[label="(vwx250,vwx251) <= vwx26",fontsize=16,color="burlywood",shape="box"];3425[label="vwx26/(vwx260,vwx261)",fontsize=10,color="white",style="solid",shape="box"];1539 -> 3425[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3425 -> 1891[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 1540[label="LT <= vwx26",fontsize=16,color="burlywood",shape="box"];3426[label="vwx26/LT",fontsize=10,color="white",style="solid",shape="box"];1540 -> 3426[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3426 -> 1892[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 3427[label="vwx26/EQ",fontsize=10,color="white",style="solid",shape="box"];1540 -> 3427[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3427 -> 1893[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 3428[label="vwx26/GT",fontsize=10,color="white",style="solid",shape="box"];1540 -> 3428[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3428 -> 1894[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 1541[label="EQ <= vwx26",fontsize=16,color="burlywood",shape="box"];3429[label="vwx26/LT",fontsize=10,color="white",style="solid",shape="box"];1541 -> 3429[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3429 -> 1895[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 3430[label="vwx26/EQ",fontsize=10,color="white",style="solid",shape="box"];1541 -> 3430[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3430 -> 1896[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 3431[label="vwx26/GT",fontsize=10,color="white",style="solid",shape="box"];1541 -> 3431[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3431 -> 1897[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 1542[label="GT <= vwx26",fontsize=16,color="burlywood",shape="box"];3432[label="vwx26/LT",fontsize=10,color="white",style="solid",shape="box"];1542 -> 3432[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3432 -> 1898[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 3433[label="vwx26/EQ",fontsize=10,color="white",style="solid",shape="box"];1542 -> 3433[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3433 -> 1899[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 3434[label="vwx26/GT",fontsize=10,color="white",style="solid",shape="box"];1542 -> 3434[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3434 -> 1900[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 1543[label="Nothing <= vwx26",fontsize=16,color="burlywood",shape="box"];3435[label="vwx26/Nothing",fontsize=10,color="white",style="solid",shape="box"];1543 -> 3435[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3435 -> 1901[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 3436[label="vwx26/Just vwx260",fontsize=10,color="white",style="solid",shape="box"];1543 -> 3436[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3436 -> 1902[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 1544[label="Just vwx250 <= vwx26",fontsize=16,color="burlywood",shape="box"];3437[label="vwx26/Nothing",fontsize=10,color="white",style="solid",shape="box"];1544 -> 3437[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3437 -> 1903[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 3438[label="vwx26/Just vwx260",fontsize=10,color="white",style="solid",shape="box"];1544 -> 3438[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3438 -> 1904[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 1545 -> 1877[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1545[label="compare vwx25 vwx26 /= GT",fontsize=16,color="magenta"];1545 -> 1883[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1546 -> 1877[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1546[label="compare vwx25 vwx26 /= GT",fontsize=16,color="magenta"];1546 -> 1884[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1547 -> 1877[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1547[label="compare vwx25 vwx26 /= GT",fontsize=16,color="magenta"];1547 -> 1885[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1548[label="compare0 (Left vwx105) (Left vwx106) True",fontsize=16,color="black",shape="box"];1548 -> 1905[label="",style="solid", color="black", weight=3]; 22.13/9.70 1549[label="vwx32",fontsize=16,color="green",shape="box"];1550[label="vwx33",fontsize=16,color="green",shape="box"];1551[label="vwx32",fontsize=16,color="green",shape="box"];1552[label="vwx33",fontsize=16,color="green",shape="box"];1553[label="vwx32",fontsize=16,color="green",shape="box"];1554[label="vwx33",fontsize=16,color="green",shape="box"];1555[label="vwx32",fontsize=16,color="green",shape="box"];1556[label="vwx33",fontsize=16,color="green",shape="box"];1557[label="vwx32",fontsize=16,color="green",shape="box"];1558[label="vwx33",fontsize=16,color="green",shape="box"];1559[label="vwx32",fontsize=16,color="green",shape="box"];1560[label="vwx33",fontsize=16,color="green",shape="box"];1561[label="vwx32",fontsize=16,color="green",shape="box"];1562[label="vwx33",fontsize=16,color="green",shape="box"];1563[label="vwx32",fontsize=16,color="green",shape="box"];1564[label="vwx33",fontsize=16,color="green",shape="box"];1565[label="vwx32",fontsize=16,color="green",shape="box"];1566[label="vwx33",fontsize=16,color="green",shape="box"];1567[label="vwx32",fontsize=16,color="green",shape="box"];1568[label="vwx33",fontsize=16,color="green",shape="box"];1569[label="vwx32",fontsize=16,color="green",shape="box"];1570[label="vwx33",fontsize=16,color="green",shape="box"];1571[label="vwx32",fontsize=16,color="green",shape="box"];1572[label="vwx33",fontsize=16,color="green",shape="box"];1573[label="vwx32",fontsize=16,color="green",shape="box"];1574[label="vwx33",fontsize=16,color="green",shape="box"];1575[label="vwx32",fontsize=16,color="green",shape="box"];1576[label="vwx33",fontsize=16,color="green",shape="box"];1577[label="compare0 (Right vwx112) (Right vwx113) True",fontsize=16,color="black",shape="box"];1577 -> 1906[label="",style="solid", color="black", weight=3]; 22.13/9.70 1578 -> 362[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1578[label="vwx76 == vwx79",fontsize=16,color="magenta"];1578 -> 1907[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1578 -> 1908[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1579 -> 352[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1579[label="vwx76 == vwx79",fontsize=16,color="magenta"];1579 -> 1909[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1579 -> 1910[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1580 -> 361[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1580[label="vwx76 == vwx79",fontsize=16,color="magenta"];1580 -> 1911[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1580 -> 1912[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1581 -> 350[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1581[label="vwx76 == vwx79",fontsize=16,color="magenta"];1581 -> 1913[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1581 -> 1914[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1582 -> 355[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1582[label="vwx76 == vwx79",fontsize=16,color="magenta"];1582 -> 1915[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1582 -> 1916[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1583 -> 359[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1583[label="vwx76 == vwx79",fontsize=16,color="magenta"];1583 -> 1917[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1583 -> 1918[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1584 -> 360[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1584[label="vwx76 == vwx79",fontsize=16,color="magenta"];1584 -> 1919[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1584 -> 1920[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1585 -> 357[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1585[label="vwx76 == vwx79",fontsize=16,color="magenta"];1585 -> 1921[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1585 -> 1922[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1586 -> 349[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1586[label="vwx76 == vwx79",fontsize=16,color="magenta"];1586 -> 1923[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1586 -> 1924[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1587 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1587[label="vwx76 == vwx79",fontsize=16,color="magenta"];1587 -> 1925[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1587 -> 1926[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1588 -> 353[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1588[label="vwx76 == vwx79",fontsize=16,color="magenta"];1588 -> 1927[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1588 -> 1928[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1589 -> 358[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1589[label="vwx76 == vwx79",fontsize=16,color="magenta"];1589 -> 1929[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1589 -> 1930[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1590 -> 356[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1590[label="vwx76 == vwx79",fontsize=16,color="magenta"];1590 -> 1931[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1590 -> 1932[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1591 -> 351[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1591[label="vwx76 == vwx79",fontsize=16,color="magenta"];1591 -> 1933[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1591 -> 1934[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1938[label="vwx77 < vwx80",fontsize=16,color="blue",shape="box"];3439[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1938 -> 3439[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3439 -> 1942[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3440[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1938 -> 3440[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3440 -> 1943[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3441[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1938 -> 3441[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3441 -> 1944[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3442[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1938 -> 3442[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3442 -> 1945[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3443[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1938 -> 3443[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3443 -> 1946[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3444[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1938 -> 3444[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3444 -> 1947[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3445[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1938 -> 3445[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3445 -> 1948[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3446[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1938 -> 3446[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3446 -> 1949[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3447[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1938 -> 3447[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3447 -> 1950[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3448[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1938 -> 3448[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3448 -> 1951[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3449[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1938 -> 3449[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3449 -> 1952[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3450[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1938 -> 3450[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3450 -> 1953[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3451[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1938 -> 3451[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3451 -> 1954[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3452[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1938 -> 3452[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3452 -> 1955[label="",style="solid", color="blue", weight=3]; 22.13/9.70 1939 -> 920[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1939[label="vwx77 == vwx80 && vwx78 <= vwx81",fontsize=16,color="magenta"];1939 -> 1956[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1939 -> 1957[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1937[label="vwx167 || vwx168",fontsize=16,color="burlywood",shape="triangle"];3453[label="vwx167/False",fontsize=10,color="white",style="solid",shape="box"];1937 -> 3453[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3453 -> 1958[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 3454[label="vwx167/True",fontsize=10,color="white",style="solid",shape="box"];1937 -> 3454[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3454 -> 1959[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 1594 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1594[label="compare vwx76 vwx79 == LT",fontsize=16,color="magenta"];1594 -> 1960[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1594 -> 1961[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1595 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1595[label="compare vwx76 vwx79 == LT",fontsize=16,color="magenta"];1595 -> 1962[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1595 -> 1963[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1596 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1596[label="compare vwx76 vwx79 == LT",fontsize=16,color="magenta"];1596 -> 1964[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1596 -> 1965[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1597 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1597[label="compare vwx76 vwx79 == LT",fontsize=16,color="magenta"];1597 -> 1966[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1597 -> 1967[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1598 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1598[label="compare vwx76 vwx79 == LT",fontsize=16,color="magenta"];1598 -> 1968[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1598 -> 1969[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1599 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1599[label="compare vwx76 vwx79 == LT",fontsize=16,color="magenta"];1599 -> 1970[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1599 -> 1971[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1600 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1600[label="compare vwx76 vwx79 == LT",fontsize=16,color="magenta"];1600 -> 1972[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1600 -> 1973[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1601 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1601[label="compare vwx76 vwx79 == LT",fontsize=16,color="magenta"];1601 -> 1974[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1601 -> 1975[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1602 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1602[label="compare vwx76 vwx79 == LT",fontsize=16,color="magenta"];1602 -> 1976[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1602 -> 1977[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1603 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1603[label="compare vwx76 vwx79 == LT",fontsize=16,color="magenta"];1603 -> 1978[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1603 -> 1979[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1604 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1604[label="compare vwx76 vwx79 == LT",fontsize=16,color="magenta"];1604 -> 1980[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1604 -> 1981[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1605 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1605[label="compare vwx76 vwx79 == LT",fontsize=16,color="magenta"];1605 -> 1982[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1605 -> 1983[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1606 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1606[label="compare vwx76 vwx79 == LT",fontsize=16,color="magenta"];1606 -> 1984[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1606 -> 1985[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1607 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1607[label="compare vwx76 vwx79 == LT",fontsize=16,color="magenta"];1607 -> 1986[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1607 -> 1987[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1608[label="compare1 (vwx141,vwx142,vwx143) (vwx144,vwx145,vwx146) vwx148",fontsize=16,color="burlywood",shape="triangle"];3455[label="vwx148/False",fontsize=10,color="white",style="solid",shape="box"];1608 -> 3455[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3455 -> 1988[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 3456[label="vwx148/True",fontsize=10,color="white",style="solid",shape="box"];1608 -> 3456[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3456 -> 1989[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 1609 -> 1608[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1609[label="compare1 (vwx141,vwx142,vwx143) (vwx144,vwx145,vwx146) True",fontsize=16,color="magenta"];1609 -> 1990[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1610[label="primMulNat (Succ vwx40000) (Succ vwx30100)",fontsize=16,color="black",shape="box"];1610 -> 1991[label="",style="solid", color="black", weight=3]; 22.13/9.70 1611[label="primMulNat (Succ vwx40000) Zero",fontsize=16,color="black",shape="box"];1611 -> 1992[label="",style="solid", color="black", weight=3]; 22.13/9.70 1612[label="primMulNat Zero (Succ vwx30100)",fontsize=16,color="black",shape="box"];1612 -> 1993[label="",style="solid", color="black", weight=3]; 22.13/9.70 1613[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];1613 -> 1994[label="",style="solid", color="black", weight=3]; 22.13/9.70 1614[label="vwx91",fontsize=16,color="green",shape="box"];1615[label="vwx89",fontsize=16,color="green",shape="box"];1616[label="vwx91",fontsize=16,color="green",shape="box"];1617[label="vwx89",fontsize=16,color="green",shape="box"];1618[label="vwx91",fontsize=16,color="green",shape="box"];1619[label="vwx89",fontsize=16,color="green",shape="box"];1620[label="vwx91",fontsize=16,color="green",shape="box"];1621[label="vwx89",fontsize=16,color="green",shape="box"];1622[label="vwx91",fontsize=16,color="green",shape="box"];1623[label="vwx89",fontsize=16,color="green",shape="box"];1624[label="vwx91",fontsize=16,color="green",shape="box"];1625[label="vwx89",fontsize=16,color="green",shape="box"];1626[label="vwx91",fontsize=16,color="green",shape="box"];1627[label="vwx89",fontsize=16,color="green",shape="box"];1628[label="vwx91",fontsize=16,color="green",shape="box"];1629[label="vwx89",fontsize=16,color="green",shape="box"];1630[label="vwx91",fontsize=16,color="green",shape="box"];1631[label="vwx89",fontsize=16,color="green",shape="box"];1632[label="vwx91",fontsize=16,color="green",shape="box"];1633[label="vwx89",fontsize=16,color="green",shape="box"];1634[label="vwx91",fontsize=16,color="green",shape="box"];1635[label="vwx89",fontsize=16,color="green",shape="box"];1636[label="vwx91",fontsize=16,color="green",shape="box"];1637[label="vwx89",fontsize=16,color="green",shape="box"];1638[label="vwx91",fontsize=16,color="green",shape="box"];1639[label="vwx89",fontsize=16,color="green",shape="box"];1640[label="vwx91",fontsize=16,color="green",shape="box"];1641[label="vwx89",fontsize=16,color="green",shape="box"];1642 -> 362[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1642[label="vwx89 == vwx91",fontsize=16,color="magenta"];1642 -> 1995[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1642 -> 1996[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1643 -> 352[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1643[label="vwx89 == vwx91",fontsize=16,color="magenta"];1643 -> 1997[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1643 -> 1998[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1644 -> 361[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1644[label="vwx89 == vwx91",fontsize=16,color="magenta"];1644 -> 1999[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1644 -> 2000[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1645 -> 350[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1645[label="vwx89 == vwx91",fontsize=16,color="magenta"];1645 -> 2001[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1645 -> 2002[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1646 -> 355[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1646[label="vwx89 == vwx91",fontsize=16,color="magenta"];1646 -> 2003[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1646 -> 2004[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1647 -> 359[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1647[label="vwx89 == vwx91",fontsize=16,color="magenta"];1647 -> 2005[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1647 -> 2006[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1648 -> 360[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1648[label="vwx89 == vwx91",fontsize=16,color="magenta"];1648 -> 2007[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1648 -> 2008[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1649 -> 357[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1649[label="vwx89 == vwx91",fontsize=16,color="magenta"];1649 -> 2009[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1649 -> 2010[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1650 -> 349[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1650[label="vwx89 == vwx91",fontsize=16,color="magenta"];1650 -> 2011[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1650 -> 2012[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1651 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1651[label="vwx89 == vwx91",fontsize=16,color="magenta"];1651 -> 2013[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1651 -> 2014[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1652 -> 353[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1652[label="vwx89 == vwx91",fontsize=16,color="magenta"];1652 -> 2015[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1652 -> 2016[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1653 -> 358[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1653[label="vwx89 == vwx91",fontsize=16,color="magenta"];1653 -> 2017[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1653 -> 2018[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1654 -> 356[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1654[label="vwx89 == vwx91",fontsize=16,color="magenta"];1654 -> 2019[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1654 -> 2020[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1655 -> 351[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1655[label="vwx89 == vwx91",fontsize=16,color="magenta"];1655 -> 2021[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1655 -> 2022[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1656 -> 1237[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1656[label="vwx90 <= vwx92",fontsize=16,color="magenta"];1656 -> 2023[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1656 -> 2024[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1657 -> 1238[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1657[label="vwx90 <= vwx92",fontsize=16,color="magenta"];1657 -> 2025[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1657 -> 2026[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1658 -> 1239[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1658[label="vwx90 <= vwx92",fontsize=16,color="magenta"];1658 -> 2027[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1658 -> 2028[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1659 -> 1240[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1659[label="vwx90 <= vwx92",fontsize=16,color="magenta"];1659 -> 2029[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1659 -> 2030[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1660 -> 1241[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1660[label="vwx90 <= vwx92",fontsize=16,color="magenta"];1660 -> 2031[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1660 -> 2032[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1661 -> 1242[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1661[label="vwx90 <= vwx92",fontsize=16,color="magenta"];1661 -> 2033[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1661 -> 2034[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1662 -> 1243[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1662[label="vwx90 <= vwx92",fontsize=16,color="magenta"];1662 -> 2035[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1662 -> 2036[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1663 -> 1244[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1663[label="vwx90 <= vwx92",fontsize=16,color="magenta"];1663 -> 2037[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1663 -> 2038[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1664 -> 1245[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1664[label="vwx90 <= vwx92",fontsize=16,color="magenta"];1664 -> 2039[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1664 -> 2040[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1665 -> 1246[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1665[label="vwx90 <= vwx92",fontsize=16,color="magenta"];1665 -> 2041[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1665 -> 2042[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1666 -> 1247[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1666[label="vwx90 <= vwx92",fontsize=16,color="magenta"];1666 -> 2043[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1666 -> 2044[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1667 -> 1248[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1667[label="vwx90 <= vwx92",fontsize=16,color="magenta"];1667 -> 2045[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1667 -> 2046[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1668 -> 1249[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1668[label="vwx90 <= vwx92",fontsize=16,color="magenta"];1668 -> 2047[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1668 -> 2048[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1669 -> 1250[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1669[label="vwx90 <= vwx92",fontsize=16,color="magenta"];1669 -> 2049[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1669 -> 2050[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1670[label="compare1 (vwx156,vwx157) (vwx158,vwx159) vwx161",fontsize=16,color="burlywood",shape="triangle"];3457[label="vwx161/False",fontsize=10,color="white",style="solid",shape="box"];1670 -> 3457[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3457 -> 2051[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 3458[label="vwx161/True",fontsize=10,color="white",style="solid",shape="box"];1670 -> 3458[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3458 -> 2052[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 1671 -> 1670[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1671[label="compare1 (vwx156,vwx157) (vwx158,vwx159) True",fontsize=16,color="magenta"];1671 -> 2053[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1672[label="vwx65",fontsize=16,color="green",shape="box"];1673[label="vwx66",fontsize=16,color="green",shape="box"];1674[label="vwx65",fontsize=16,color="green",shape="box"];1675[label="vwx66",fontsize=16,color="green",shape="box"];1676[label="vwx65",fontsize=16,color="green",shape="box"];1677[label="vwx66",fontsize=16,color="green",shape="box"];1678[label="vwx65",fontsize=16,color="green",shape="box"];1679[label="vwx66",fontsize=16,color="green",shape="box"];1680[label="vwx65",fontsize=16,color="green",shape="box"];1681[label="vwx66",fontsize=16,color="green",shape="box"];1682[label="vwx65",fontsize=16,color="green",shape="box"];1683[label="vwx66",fontsize=16,color="green",shape="box"];1684[label="vwx65",fontsize=16,color="green",shape="box"];1685[label="vwx66",fontsize=16,color="green",shape="box"];1686[label="vwx65",fontsize=16,color="green",shape="box"];1687[label="vwx66",fontsize=16,color="green",shape="box"];1688[label="vwx65",fontsize=16,color="green",shape="box"];1689[label="vwx66",fontsize=16,color="green",shape="box"];1690[label="vwx65",fontsize=16,color="green",shape="box"];1691[label="vwx66",fontsize=16,color="green",shape="box"];1692[label="vwx65",fontsize=16,color="green",shape="box"];1693[label="vwx66",fontsize=16,color="green",shape="box"];1694[label="vwx65",fontsize=16,color="green",shape="box"];1695[label="vwx66",fontsize=16,color="green",shape="box"];1696[label="vwx65",fontsize=16,color="green",shape="box"];1697[label="vwx66",fontsize=16,color="green",shape="box"];1698[label="vwx65",fontsize=16,color="green",shape="box"];1699[label="vwx66",fontsize=16,color="green",shape="box"];1700[label="compare0 (Just vwx127) (Just vwx128) True",fontsize=16,color="black",shape="box"];1700 -> 2054[label="",style="solid", color="black", weight=3]; 22.13/9.70 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="vwx4000",fontsize=16,color="green",shape="box"];1720[label="vwx3000",fontsize=16,color="green",shape="box"];1721[label="vwx4000",fontsize=16,color="green",shape="box"];1722[label="vwx3000",fontsize=16,color="green",shape="box"];1723[label="vwx4000",fontsize=16,color="green",shape="box"];1724[label="vwx3000",fontsize=16,color="green",shape="box"];1725[label="vwx4000",fontsize=16,color="green",shape="box"];1726[label="vwx3000",fontsize=16,color="green",shape="box"];1727[label="vwx4000",fontsize=16,color="green",shape="box"];1728[label="vwx3000",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="vwx4001",fontsize=16,color="green",shape="box"];1748[label="vwx3001",fontsize=16,color="green",shape="box"];1749[label="vwx4001",fontsize=16,color="green",shape="box"];1750[label="vwx3001",fontsize=16,color="green",shape="box"];1751[label="vwx4001",fontsize=16,color="green",shape="box"];1752[label="vwx3001",fontsize=16,color="green",shape="box"];1753[label="vwx4001",fontsize=16,color="green",shape="box"];1754[label="vwx3001",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="vwx3001",fontsize=16,color="green",shape="box"];1758[label="vwx4000",fontsize=16,color="green",shape="box"];1759[label="vwx3000",fontsize=16,color="green",shape="box"];1760[label="vwx4001",fontsize=16,color="green",shape="box"];1761[label="primEqNat (Succ vwx30000) (Succ vwx40000)",fontsize=16,color="black",shape="box"];1761 -> 2055[label="",style="solid", color="black", weight=3]; 22.13/9.70 1762[label="primEqNat (Succ vwx30000) Zero",fontsize=16,color="black",shape="box"];1762 -> 2056[label="",style="solid", color="black", weight=3]; 22.13/9.70 1763[label="primEqNat Zero (Succ vwx40000)",fontsize=16,color="black",shape="box"];1763 -> 2057[label="",style="solid", color="black", weight=3]; 22.13/9.70 1764[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];1764 -> 2058[label="",style="solid", color="black", weight=3]; 22.13/9.70 1765[label="vwx3001",fontsize=16,color="green",shape="box"];1766[label="vwx4000",fontsize=16,color="green",shape="box"];1767[label="vwx3000",fontsize=16,color="green",shape="box"];1768[label="vwx4001",fontsize=16,color="green",shape="box"];1769[label="vwx4000",fontsize=16,color="green",shape="box"];1770[label="vwx3000",fontsize=16,color="green",shape="box"];1771[label="vwx4000",fontsize=16,color="green",shape="box"];1772[label="vwx3000",fontsize=16,color="green",shape="box"];1773[label="vwx4000",fontsize=16,color="green",shape="box"];1774[label="vwx3000",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 -> 1183[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1797[label="primEqNat vwx30000 vwx40000",fontsize=16,color="magenta"];1797 -> 2059[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1797 -> 2060[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1798[label="False",fontsize=16,color="green",shape="box"];1799[label="False",fontsize=16,color="green",shape="box"];1800[label="True",fontsize=16,color="green",shape="box"];1801[label="False",fontsize=16,color="green",shape="box"];1802[label="True",fontsize=16,color="green",shape="box"];1803 -> 1183[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1803[label="primEqNat vwx30000 vwx40000",fontsize=16,color="magenta"];1803 -> 2061[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1803 -> 2062[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1804[label="False",fontsize=16,color="green",shape="box"];1805[label="False",fontsize=16,color="green",shape="box"];1806[label="True",fontsize=16,color="green",shape="box"];1807[label="False",fontsize=16,color="green",shape="box"];1808[label="True",fontsize=16,color="green",shape="box"];1809[label="vwx4000",fontsize=16,color="green",shape="box"];1810[label="vwx3000",fontsize=16,color="green",shape="box"];1811[label="vwx4000",fontsize=16,color="green",shape="box"];1812[label="vwx3000",fontsize=16,color="green",shape="box"];1813[label="vwx4000",fontsize=16,color="green",shape="box"];1814[label="vwx3000",fontsize=16,color="green",shape="box"];1815[label="vwx4000",fontsize=16,color="green",shape="box"];1816[label="vwx3000",fontsize=16,color="green",shape="box"];1817[label="vwx4000",fontsize=16,color="green",shape="box"];1818[label="vwx3000",fontsize=16,color="green",shape="box"];1819[label="vwx4000",fontsize=16,color="green",shape="box"];1820[label="vwx3000",fontsize=16,color="green",shape="box"];1821[label="vwx4000",fontsize=16,color="green",shape="box"];1822[label="vwx3000",fontsize=16,color="green",shape="box"];1823[label="vwx4000",fontsize=16,color="green",shape="box"];1824[label="vwx3000",fontsize=16,color="green",shape="box"];1825[label="vwx4000",fontsize=16,color="green",shape="box"];1826[label="vwx3000",fontsize=16,color="green",shape="box"];1827[label="vwx4000",fontsize=16,color="green",shape="box"];1828[label="vwx3000",fontsize=16,color="green",shape="box"];1829[label="vwx4000",fontsize=16,color="green",shape="box"];1830[label="vwx3000",fontsize=16,color="green",shape="box"];1831[label="vwx4000",fontsize=16,color="green",shape="box"];1832[label="vwx3000",fontsize=16,color="green",shape="box"];1833[label="vwx4000",fontsize=16,color="green",shape="box"];1834[label="vwx3000",fontsize=16,color="green",shape="box"];1835[label="vwx4000",fontsize=16,color="green",shape="box"];1836[label="vwx3000",fontsize=16,color="green",shape="box"];1837 -> 349[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1837[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1837 -> 2063[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1837 -> 2064[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1838 -> 350[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1838[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1838 -> 2065[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1838 -> 2066[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1839 -> 351[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1839[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1839 -> 2067[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1839 -> 2068[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1840 -> 352[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1840[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1840 -> 2069[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1840 -> 2070[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1841 -> 353[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1841[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1841 -> 2071[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1841 -> 2072[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1842 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1842[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1842 -> 2073[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1842 -> 2074[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1843 -> 355[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1843[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1843 -> 2075[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1843 -> 2076[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1844 -> 356[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1844[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1844 -> 2077[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1844 -> 2078[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1845 -> 357[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1845[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1845 -> 2079[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1845 -> 2080[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1846 -> 358[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1846[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1846 -> 2081[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1846 -> 2082[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1847 -> 359[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1847[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1847 -> 2083[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1847 -> 2084[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1848 -> 360[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1848[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1848 -> 2085[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1848 -> 2086[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1849 -> 361[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1849[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1849 -> 2087[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1849 -> 2088[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1850 -> 362[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1850[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1850 -> 2089[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1850 -> 2090[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1851 -> 349[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1851[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1851 -> 2091[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1851 -> 2092[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1852 -> 350[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1852[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1852 -> 2093[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1852 -> 2094[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1853 -> 351[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1853[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1853 -> 2095[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1853 -> 2096[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1854 -> 352[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1854[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1854 -> 2097[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1854 -> 2098[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1855 -> 353[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1855[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1855 -> 2099[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1855 -> 2100[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1856 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1856[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1856 -> 2101[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1856 -> 2102[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1857 -> 355[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1857[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1857 -> 2103[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1857 -> 2104[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1858 -> 356[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1858[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1858 -> 2105[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1858 -> 2106[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1859 -> 357[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1859[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1859 -> 2107[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1859 -> 2108[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1860 -> 358[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1860[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1860 -> 2109[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1860 -> 2110[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1861 -> 359[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1861[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1861 -> 2111[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1861 -> 2112[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1862 -> 360[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1862[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1862 -> 2113[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1862 -> 2114[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1863 -> 361[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1863[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1863 -> 2115[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1863 -> 2116[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1864 -> 362[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1864[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1864 -> 2117[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1864 -> 2118[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1865[label="vwx4000",fontsize=16,color="green",shape="box"];1866[label="vwx3000",fontsize=16,color="green",shape="box"];1867[label="vwx4000",fontsize=16,color="green",shape="box"];1868[label="vwx3000",fontsize=16,color="green",shape="box"];1869[label="vwx4001",fontsize=16,color="green",shape="box"];1870[label="vwx3001",fontsize=16,color="green",shape="box"];1871[label="vwx4001",fontsize=16,color="green",shape="box"];1872[label="vwx3001",fontsize=16,color="green",shape="box"];1873[label="False <= False",fontsize=16,color="black",shape="box"];1873 -> 2119[label="",style="solid", color="black", weight=3]; 22.13/9.70 1874[label="False <= True",fontsize=16,color="black",shape="box"];1874 -> 2120[label="",style="solid", color="black", weight=3]; 22.13/9.70 1875[label="True <= False",fontsize=16,color="black",shape="box"];1875 -> 2121[label="",style="solid", color="black", weight=3]; 22.13/9.70 1876[label="True <= True",fontsize=16,color="black",shape="box"];1876 -> 2122[label="",style="solid", color="black", weight=3]; 22.13/9.70 1878 -> 113[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1878[label="compare vwx25 vwx26",fontsize=16,color="magenta"];1878 -> 2123[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1878 -> 2124[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1877[label="vwx163 /= GT",fontsize=16,color="black",shape="triangle"];1877 -> 2125[label="",style="solid", color="black", weight=3]; 22.13/9.70 1886[label="Left vwx250 <= Left vwx260",fontsize=16,color="black",shape="box"];1886 -> 2126[label="",style="solid", color="black", weight=3]; 22.13/9.70 1887[label="Left vwx250 <= Right vwx260",fontsize=16,color="black",shape="box"];1887 -> 2127[label="",style="solid", color="black", weight=3]; 22.13/9.70 1888[label="Right vwx250 <= Left vwx260",fontsize=16,color="black",shape="box"];1888 -> 2128[label="",style="solid", color="black", weight=3]; 22.13/9.70 1889[label="Right vwx250 <= Right vwx260",fontsize=16,color="black",shape="box"];1889 -> 2129[label="",style="solid", color="black", weight=3]; 22.13/9.70 1879 -> 115[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1879[label="compare vwx25 vwx26",fontsize=16,color="magenta"];1879 -> 2130[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1879 -> 2131[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1880 -> 116[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1880[label="compare vwx25 vwx26",fontsize=16,color="magenta"];1880 -> 2132[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1880 -> 2133[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1890[label="(vwx250,vwx251,vwx252) <= (vwx260,vwx261,vwx262)",fontsize=16,color="black",shape="box"];1890 -> 2134[label="",style="solid", color="black", weight=3]; 22.13/9.70 1881 -> 118[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1881[label="compare vwx25 vwx26",fontsize=16,color="magenta"];1881 -> 2135[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1881 -> 2136[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1882 -> 78[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1882[label="compare vwx25 vwx26",fontsize=16,color="magenta"];1882 -> 2137[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1882 -> 2138[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1891[label="(vwx250,vwx251) <= (vwx260,vwx261)",fontsize=16,color="black",shape="box"];1891 -> 2139[label="",style="solid", color="black", weight=3]; 22.13/9.70 1892[label="LT <= LT",fontsize=16,color="black",shape="box"];1892 -> 2140[label="",style="solid", color="black", weight=3]; 22.13/9.70 1893[label="LT <= EQ",fontsize=16,color="black",shape="box"];1893 -> 2141[label="",style="solid", color="black", weight=3]; 22.13/9.70 1894[label="LT <= GT",fontsize=16,color="black",shape="box"];1894 -> 2142[label="",style="solid", color="black", weight=3]; 22.13/9.70 1895[label="EQ <= LT",fontsize=16,color="black",shape="box"];1895 -> 2143[label="",style="solid", color="black", weight=3]; 22.13/9.70 1896[label="EQ <= EQ",fontsize=16,color="black",shape="box"];1896 -> 2144[label="",style="solid", color="black", weight=3]; 22.13/9.70 1897[label="EQ <= GT",fontsize=16,color="black",shape="box"];1897 -> 2145[label="",style="solid", color="black", weight=3]; 22.13/9.70 1898[label="GT <= LT",fontsize=16,color="black",shape="box"];1898 -> 2146[label="",style="solid", color="black", weight=3]; 22.13/9.70 1899[label="GT <= EQ",fontsize=16,color="black",shape="box"];1899 -> 2147[label="",style="solid", color="black", weight=3]; 22.13/9.70 1900[label="GT <= GT",fontsize=16,color="black",shape="box"];1900 -> 2148[label="",style="solid", color="black", weight=3]; 22.13/9.70 1901[label="Nothing <= Nothing",fontsize=16,color="black",shape="box"];1901 -> 2149[label="",style="solid", color="black", weight=3]; 22.13/9.70 1902[label="Nothing <= Just vwx260",fontsize=16,color="black",shape="box"];1902 -> 2150[label="",style="solid", color="black", weight=3]; 22.13/9.70 1903[label="Just vwx250 <= Nothing",fontsize=16,color="black",shape="box"];1903 -> 2151[label="",style="solid", color="black", weight=3]; 22.13/9.70 1904[label="Just vwx250 <= Just vwx260",fontsize=16,color="black",shape="box"];1904 -> 2152[label="",style="solid", color="black", weight=3]; 22.13/9.70 1883 -> 123[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1883[label="compare vwx25 vwx26",fontsize=16,color="magenta"];1883 -> 2153[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1883 -> 2154[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1884 -> 124[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1884[label="compare vwx25 vwx26",fontsize=16,color="magenta"];1884 -> 2155[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1884 -> 2156[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1885 -> 125[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1885[label="compare vwx25 vwx26",fontsize=16,color="magenta"];1885 -> 2157[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1885 -> 2158[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1905[label="GT",fontsize=16,color="green",shape="box"];1906[label="GT",fontsize=16,color="green",shape="box"];1907[label="vwx79",fontsize=16,color="green",shape="box"];1908[label="vwx76",fontsize=16,color="green",shape="box"];1909[label="vwx79",fontsize=16,color="green",shape="box"];1910[label="vwx76",fontsize=16,color="green",shape="box"];1911[label="vwx79",fontsize=16,color="green",shape="box"];1912[label="vwx76",fontsize=16,color="green",shape="box"];1913[label="vwx79",fontsize=16,color="green",shape="box"];1914[label="vwx76",fontsize=16,color="green",shape="box"];1915[label="vwx79",fontsize=16,color="green",shape="box"];1916[label="vwx76",fontsize=16,color="green",shape="box"];1917[label="vwx79",fontsize=16,color="green",shape="box"];1918[label="vwx76",fontsize=16,color="green",shape="box"];1919[label="vwx79",fontsize=16,color="green",shape="box"];1920[label="vwx76",fontsize=16,color="green",shape="box"];1921[label="vwx79",fontsize=16,color="green",shape="box"];1922[label="vwx76",fontsize=16,color="green",shape="box"];1923[label="vwx79",fontsize=16,color="green",shape="box"];1924[label="vwx76",fontsize=16,color="green",shape="box"];1925[label="vwx79",fontsize=16,color="green",shape="box"];1926[label="vwx76",fontsize=16,color="green",shape="box"];1927[label="vwx79",fontsize=16,color="green",shape="box"];1928[label="vwx76",fontsize=16,color="green",shape="box"];1929[label="vwx79",fontsize=16,color="green",shape="box"];1930[label="vwx76",fontsize=16,color="green",shape="box"];1931[label="vwx79",fontsize=16,color="green",shape="box"];1932[label="vwx76",fontsize=16,color="green",shape="box"];1933[label="vwx79",fontsize=16,color="green",shape="box"];1934[label="vwx76",fontsize=16,color="green",shape="box"];1942 -> 1290[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1942[label="vwx77 < vwx80",fontsize=16,color="magenta"];1942 -> 2159[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1942 -> 2160[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1943 -> 1291[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1943[label="vwx77 < vwx80",fontsize=16,color="magenta"];1943 -> 2161[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1943 -> 2162[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1944 -> 1292[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1944[label="vwx77 < vwx80",fontsize=16,color="magenta"];1944 -> 2163[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1944 -> 2164[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1945 -> 1293[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1945[label="vwx77 < vwx80",fontsize=16,color="magenta"];1945 -> 2165[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1945 -> 2166[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1946 -> 1294[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1946[label="vwx77 < vwx80",fontsize=16,color="magenta"];1946 -> 2167[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1946 -> 2168[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1947 -> 1295[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1947[label="vwx77 < vwx80",fontsize=16,color="magenta"];1947 -> 2169[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1947 -> 2170[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1948 -> 1296[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1948[label="vwx77 < vwx80",fontsize=16,color="magenta"];1948 -> 2171[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1948 -> 2172[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1949 -> 1297[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1949[label="vwx77 < vwx80",fontsize=16,color="magenta"];1949 -> 2173[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1949 -> 2174[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1950 -> 1298[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1950[label="vwx77 < vwx80",fontsize=16,color="magenta"];1950 -> 2175[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1950 -> 2176[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1951 -> 1299[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1951[label="vwx77 < vwx80",fontsize=16,color="magenta"];1951 -> 2177[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1951 -> 2178[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1952 -> 1300[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1952[label="vwx77 < vwx80",fontsize=16,color="magenta"];1952 -> 2179[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1952 -> 2180[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1953 -> 1301[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1953[label="vwx77 < vwx80",fontsize=16,color="magenta"];1953 -> 2181[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1953 -> 2182[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1954 -> 1302[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1954[label="vwx77 < vwx80",fontsize=16,color="magenta"];1954 -> 2183[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1954 -> 2184[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1955 -> 1303[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1955[label="vwx77 < vwx80",fontsize=16,color="magenta"];1955 -> 2185[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1955 -> 2186[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1956[label="vwx77 == vwx80",fontsize=16,color="blue",shape="box"];3459[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1956 -> 3459[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3459 -> 2187[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3460[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1956 -> 3460[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3460 -> 2188[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3461[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1956 -> 3461[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3461 -> 2189[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3462[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1956 -> 3462[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3462 -> 2190[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3463[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1956 -> 3463[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3463 -> 2191[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3464[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1956 -> 3464[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3464 -> 2192[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3465[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1956 -> 3465[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3465 -> 2193[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3466[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1956 -> 3466[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3466 -> 2194[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3467[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1956 -> 3467[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3467 -> 2195[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3468[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1956 -> 3468[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3468 -> 2196[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3469[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1956 -> 3469[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3469 -> 2197[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3470[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1956 -> 3470[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3470 -> 2198[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3471[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1956 -> 3471[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3471 -> 2199[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3472[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1956 -> 3472[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3472 -> 2200[label="",style="solid", color="blue", weight=3]; 22.13/9.70 1957[label="vwx78 <= vwx81",fontsize=16,color="blue",shape="box"];3473[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1957 -> 3473[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3473 -> 2201[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3474[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1957 -> 3474[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3474 -> 2202[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3475[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1957 -> 3475[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3475 -> 2203[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3476[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1957 -> 3476[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3476 -> 2204[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3477[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1957 -> 3477[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3477 -> 2205[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3478[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1957 -> 3478[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3478 -> 2206[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3479[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1957 -> 3479[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3479 -> 2207[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3480[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1957 -> 3480[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3480 -> 2208[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3481[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1957 -> 3481[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3481 -> 2209[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3482[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1957 -> 3482[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3482 -> 2210[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3483[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1957 -> 3483[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3483 -> 2211[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3484[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1957 -> 3484[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3484 -> 2212[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3485[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1957 -> 3485[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3485 -> 2213[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3486[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1957 -> 3486[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3486 -> 2214[label="",style="solid", color="blue", weight=3]; 22.13/9.70 1958[label="False || vwx168",fontsize=16,color="black",shape="box"];1958 -> 2215[label="",style="solid", color="black", weight=3]; 22.13/9.70 1959[label="True || vwx168",fontsize=16,color="black",shape="box"];1959 -> 2216[label="",style="solid", color="black", weight=3]; 22.13/9.70 1960[label="LT",fontsize=16,color="green",shape="box"];1961 -> 112[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1961[label="compare vwx76 vwx79",fontsize=16,color="magenta"];1961 -> 2217[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1961 -> 2218[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1962[label="LT",fontsize=16,color="green",shape="box"];1963 -> 113[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1963[label="compare vwx76 vwx79",fontsize=16,color="magenta"];1963 -> 2219[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1963 -> 2220[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1964[label="LT",fontsize=16,color="green",shape="box"];1965 -> 114[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1965[label="compare vwx76 vwx79",fontsize=16,color="magenta"];1965 -> 2221[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1965 -> 2222[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1966[label="LT",fontsize=16,color="green",shape="box"];1967 -> 115[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1967[label="compare vwx76 vwx79",fontsize=16,color="magenta"];1967 -> 2223[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1967 -> 2224[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1968[label="LT",fontsize=16,color="green",shape="box"];1969 -> 116[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1969[label="compare vwx76 vwx79",fontsize=16,color="magenta"];1969 -> 2225[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1969 -> 2226[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1970[label="LT",fontsize=16,color="green",shape="box"];1971 -> 117[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1971[label="compare vwx76 vwx79",fontsize=16,color="magenta"];1971 -> 2227[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1971 -> 2228[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1972[label="LT",fontsize=16,color="green",shape="box"];1973 -> 118[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1973[label="compare vwx76 vwx79",fontsize=16,color="magenta"];1973 -> 2229[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1973 -> 2230[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1974[label="LT",fontsize=16,color="green",shape="box"];1975 -> 78[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1975[label="compare vwx76 vwx79",fontsize=16,color="magenta"];1975 -> 2231[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1975 -> 2232[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1976[label="LT",fontsize=16,color="green",shape="box"];1977 -> 120[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1977[label="compare vwx76 vwx79",fontsize=16,color="magenta"];1977 -> 2233[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1977 -> 2234[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1978[label="LT",fontsize=16,color="green",shape="box"];1979 -> 121[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1979[label="compare vwx76 vwx79",fontsize=16,color="magenta"];1979 -> 2235[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1979 -> 2236[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1980[label="LT",fontsize=16,color="green",shape="box"];1981 -> 122[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1981[label="compare vwx76 vwx79",fontsize=16,color="magenta"];1981 -> 2237[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1981 -> 2238[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1982[label="LT",fontsize=16,color="green",shape="box"];1983 -> 123[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1983[label="compare vwx76 vwx79",fontsize=16,color="magenta"];1983 -> 2239[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1983 -> 2240[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1984[label="LT",fontsize=16,color="green",shape="box"];1985 -> 124[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1985[label="compare vwx76 vwx79",fontsize=16,color="magenta"];1985 -> 2241[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1985 -> 2242[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1986[label="LT",fontsize=16,color="green",shape="box"];1987 -> 125[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1987[label="compare vwx76 vwx79",fontsize=16,color="magenta"];1987 -> 2243[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1987 -> 2244[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1988[label="compare1 (vwx141,vwx142,vwx143) (vwx144,vwx145,vwx146) False",fontsize=16,color="black",shape="box"];1988 -> 2245[label="",style="solid", color="black", weight=3]; 22.13/9.70 1989[label="compare1 (vwx141,vwx142,vwx143) (vwx144,vwx145,vwx146) True",fontsize=16,color="black",shape="box"];1989 -> 2246[label="",style="solid", color="black", weight=3]; 22.13/9.70 1990[label="True",fontsize=16,color="green",shape="box"];1991 -> 2247[label="",style="dashed", color="red", weight=0]; 22.13/9.70 1991[label="primPlusNat (primMulNat vwx40000 (Succ vwx30100)) (Succ vwx30100)",fontsize=16,color="magenta"];1991 -> 2248[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 1992[label="Zero",fontsize=16,color="green",shape="box"];1993[label="Zero",fontsize=16,color="green",shape="box"];1994[label="Zero",fontsize=16,color="green",shape="box"];1995[label="vwx91",fontsize=16,color="green",shape="box"];1996[label="vwx89",fontsize=16,color="green",shape="box"];1997[label="vwx91",fontsize=16,color="green",shape="box"];1998[label="vwx89",fontsize=16,color="green",shape="box"];1999[label="vwx91",fontsize=16,color="green",shape="box"];2000[label="vwx89",fontsize=16,color="green",shape="box"];2001[label="vwx91",fontsize=16,color="green",shape="box"];2002[label="vwx89",fontsize=16,color="green",shape="box"];2003[label="vwx91",fontsize=16,color="green",shape="box"];2004[label="vwx89",fontsize=16,color="green",shape="box"];2005[label="vwx91",fontsize=16,color="green",shape="box"];2006[label="vwx89",fontsize=16,color="green",shape="box"];2007[label="vwx91",fontsize=16,color="green",shape="box"];2008[label="vwx89",fontsize=16,color="green",shape="box"];2009[label="vwx91",fontsize=16,color="green",shape="box"];2010[label="vwx89",fontsize=16,color="green",shape="box"];2011[label="vwx91",fontsize=16,color="green",shape="box"];2012[label="vwx89",fontsize=16,color="green",shape="box"];2013[label="vwx91",fontsize=16,color="green",shape="box"];2014[label="vwx89",fontsize=16,color="green",shape="box"];2015[label="vwx91",fontsize=16,color="green",shape="box"];2016[label="vwx89",fontsize=16,color="green",shape="box"];2017[label="vwx91",fontsize=16,color="green",shape="box"];2018[label="vwx89",fontsize=16,color="green",shape="box"];2019[label="vwx91",fontsize=16,color="green",shape="box"];2020[label="vwx89",fontsize=16,color="green",shape="box"];2021[label="vwx91",fontsize=16,color="green",shape="box"];2022[label="vwx89",fontsize=16,color="green",shape="box"];2023[label="vwx90",fontsize=16,color="green",shape="box"];2024[label="vwx92",fontsize=16,color="green",shape="box"];2025[label="vwx90",fontsize=16,color="green",shape="box"];2026[label="vwx92",fontsize=16,color="green",shape="box"];2027[label="vwx90",fontsize=16,color="green",shape="box"];2028[label="vwx92",fontsize=16,color="green",shape="box"];2029[label="vwx90",fontsize=16,color="green",shape="box"];2030[label="vwx92",fontsize=16,color="green",shape="box"];2031[label="vwx90",fontsize=16,color="green",shape="box"];2032[label="vwx92",fontsize=16,color="green",shape="box"];2033[label="vwx90",fontsize=16,color="green",shape="box"];2034[label="vwx92",fontsize=16,color="green",shape="box"];2035[label="vwx90",fontsize=16,color="green",shape="box"];2036[label="vwx92",fontsize=16,color="green",shape="box"];2037[label="vwx90",fontsize=16,color="green",shape="box"];2038[label="vwx92",fontsize=16,color="green",shape="box"];2039[label="vwx90",fontsize=16,color="green",shape="box"];2040[label="vwx92",fontsize=16,color="green",shape="box"];2041[label="vwx90",fontsize=16,color="green",shape="box"];2042[label="vwx92",fontsize=16,color="green",shape="box"];2043[label="vwx90",fontsize=16,color="green",shape="box"];2044[label="vwx92",fontsize=16,color="green",shape="box"];2045[label="vwx90",fontsize=16,color="green",shape="box"];2046[label="vwx92",fontsize=16,color="green",shape="box"];2047[label="vwx90",fontsize=16,color="green",shape="box"];2048[label="vwx92",fontsize=16,color="green",shape="box"];2049[label="vwx90",fontsize=16,color="green",shape="box"];2050[label="vwx92",fontsize=16,color="green",shape="box"];2051[label="compare1 (vwx156,vwx157) (vwx158,vwx159) False",fontsize=16,color="black",shape="box"];2051 -> 2249[label="",style="solid", color="black", weight=3]; 22.13/9.70 2052[label="compare1 (vwx156,vwx157) (vwx158,vwx159) True",fontsize=16,color="black",shape="box"];2052 -> 2250[label="",style="solid", color="black", weight=3]; 22.13/9.70 2053[label="True",fontsize=16,color="green",shape="box"];2054[label="GT",fontsize=16,color="green",shape="box"];2055 -> 1183[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2055[label="primEqNat vwx30000 vwx40000",fontsize=16,color="magenta"];2055 -> 2251[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2055 -> 2252[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2056[label="False",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="vwx30000",fontsize=16,color="green",shape="box"];2060[label="vwx40000",fontsize=16,color="green",shape="box"];2061[label="vwx30000",fontsize=16,color="green",shape="box"];2062[label="vwx40000",fontsize=16,color="green",shape="box"];2063[label="vwx4001",fontsize=16,color="green",shape="box"];2064[label="vwx3001",fontsize=16,color="green",shape="box"];2065[label="vwx4001",fontsize=16,color="green",shape="box"];2066[label="vwx3001",fontsize=16,color="green",shape="box"];2067[label="vwx4001",fontsize=16,color="green",shape="box"];2068[label="vwx3001",fontsize=16,color="green",shape="box"];2069[label="vwx4001",fontsize=16,color="green",shape="box"];2070[label="vwx3001",fontsize=16,color="green",shape="box"];2071[label="vwx4001",fontsize=16,color="green",shape="box"];2072[label="vwx3001",fontsize=16,color="green",shape="box"];2073[label="vwx4001",fontsize=16,color="green",shape="box"];2074[label="vwx3001",fontsize=16,color="green",shape="box"];2075[label="vwx4001",fontsize=16,color="green",shape="box"];2076[label="vwx3001",fontsize=16,color="green",shape="box"];2077[label="vwx4001",fontsize=16,color="green",shape="box"];2078[label="vwx3001",fontsize=16,color="green",shape="box"];2079[label="vwx4001",fontsize=16,color="green",shape="box"];2080[label="vwx3001",fontsize=16,color="green",shape="box"];2081[label="vwx4001",fontsize=16,color="green",shape="box"];2082[label="vwx3001",fontsize=16,color="green",shape="box"];2083[label="vwx4001",fontsize=16,color="green",shape="box"];2084[label="vwx3001",fontsize=16,color="green",shape="box"];2085[label="vwx4001",fontsize=16,color="green",shape="box"];2086[label="vwx3001",fontsize=16,color="green",shape="box"];2087[label="vwx4001",fontsize=16,color="green",shape="box"];2088[label="vwx3001",fontsize=16,color="green",shape="box"];2089[label="vwx4001",fontsize=16,color="green",shape="box"];2090[label="vwx3001",fontsize=16,color="green",shape="box"];2091[label="vwx4002",fontsize=16,color="green",shape="box"];2092[label="vwx3002",fontsize=16,color="green",shape="box"];2093[label="vwx4002",fontsize=16,color="green",shape="box"];2094[label="vwx3002",fontsize=16,color="green",shape="box"];2095[label="vwx4002",fontsize=16,color="green",shape="box"];2096[label="vwx3002",fontsize=16,color="green",shape="box"];2097[label="vwx4002",fontsize=16,color="green",shape="box"];2098[label="vwx3002",fontsize=16,color="green",shape="box"];2099[label="vwx4002",fontsize=16,color="green",shape="box"];2100[label="vwx3002",fontsize=16,color="green",shape="box"];2101[label="vwx4002",fontsize=16,color="green",shape="box"];2102[label="vwx3002",fontsize=16,color="green",shape="box"];2103[label="vwx4002",fontsize=16,color="green",shape="box"];2104[label="vwx3002",fontsize=16,color="green",shape="box"];2105[label="vwx4002",fontsize=16,color="green",shape="box"];2106[label="vwx3002",fontsize=16,color="green",shape="box"];2107[label="vwx4002",fontsize=16,color="green",shape="box"];2108[label="vwx3002",fontsize=16,color="green",shape="box"];2109[label="vwx4002",fontsize=16,color="green",shape="box"];2110[label="vwx3002",fontsize=16,color="green",shape="box"];2111[label="vwx4002",fontsize=16,color="green",shape="box"];2112[label="vwx3002",fontsize=16,color="green",shape="box"];2113[label="vwx4002",fontsize=16,color="green",shape="box"];2114[label="vwx3002",fontsize=16,color="green",shape="box"];2115[label="vwx4002",fontsize=16,color="green",shape="box"];2116[label="vwx3002",fontsize=16,color="green",shape="box"];2117[label="vwx4002",fontsize=16,color="green",shape="box"];2118[label="vwx3002",fontsize=16,color="green",shape="box"];2119[label="True",fontsize=16,color="green",shape="box"];2120[label="True",fontsize=16,color="green",shape="box"];2121[label="False",fontsize=16,color="green",shape="box"];2122[label="True",fontsize=16,color="green",shape="box"];2123[label="vwx26",fontsize=16,color="green",shape="box"];2124[label="vwx25",fontsize=16,color="green",shape="box"];2125 -> 2253[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2125[label="not (vwx163 == GT)",fontsize=16,color="magenta"];2125 -> 2254[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2126[label="vwx250 <= vwx260",fontsize=16,color="blue",shape="box"];3487[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2126 -> 3487[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3487 -> 2255[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3488[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2126 -> 3488[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3488 -> 2256[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3489[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2126 -> 3489[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3489 -> 2257[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3490[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2126 -> 3490[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3490 -> 2258[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3491[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2126 -> 3491[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3491 -> 2259[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3492[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2126 -> 3492[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3492 -> 2260[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3493[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2126 -> 3493[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3493 -> 2261[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3494[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2126 -> 3494[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3494 -> 2262[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3495[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2126 -> 3495[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3495 -> 2263[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3496[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2126 -> 3496[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3496 -> 2264[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3497[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2126 -> 3497[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3497 -> 2265[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3498[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2126 -> 3498[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3498 -> 2266[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3499[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2126 -> 3499[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3499 -> 2267[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3500[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2126 -> 3500[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3500 -> 2268[label="",style="solid", color="blue", weight=3]; 22.13/9.70 2127[label="True",fontsize=16,color="green",shape="box"];2128[label="False",fontsize=16,color="green",shape="box"];2129[label="vwx250 <= vwx260",fontsize=16,color="blue",shape="box"];3501[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2129 -> 3501[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3501 -> 2269[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3502[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2129 -> 3502[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3502 -> 2270[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3503[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2129 -> 3503[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3503 -> 2271[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3504[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2129 -> 3504[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3504 -> 2272[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3505[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2129 -> 3505[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3505 -> 2273[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3506[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2129 -> 3506[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3506 -> 2274[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3507[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2129 -> 3507[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3507 -> 2275[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3508[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2129 -> 3508[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3508 -> 2276[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3509[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2129 -> 3509[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3509 -> 2277[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3510[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2129 -> 3510[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3510 -> 2278[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3511[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2129 -> 3511[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3511 -> 2279[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3512[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2129 -> 3512[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3512 -> 2280[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3513[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2129 -> 3513[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3513 -> 2281[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3514[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2129 -> 3514[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3514 -> 2282[label="",style="solid", color="blue", weight=3]; 22.13/9.70 2130[label="vwx26",fontsize=16,color="green",shape="box"];2131[label="vwx25",fontsize=16,color="green",shape="box"];2132[label="vwx26",fontsize=16,color="green",shape="box"];2133[label="vwx25",fontsize=16,color="green",shape="box"];2134 -> 1937[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2134[label="vwx250 < vwx260 || vwx250 == vwx260 && (vwx251 < vwx261 || vwx251 == vwx261 && vwx252 <= vwx262)",fontsize=16,color="magenta"];2134 -> 2283[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2134 -> 2284[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2135[label="vwx26",fontsize=16,color="green",shape="box"];2136[label="vwx25",fontsize=16,color="green",shape="box"];2137[label="vwx26",fontsize=16,color="green",shape="box"];2138[label="vwx25",fontsize=16,color="green",shape="box"];2139 -> 1937[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2139[label="vwx250 < vwx260 || vwx250 == vwx260 && vwx251 <= vwx261",fontsize=16,color="magenta"];2139 -> 2285[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2139 -> 2286[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2140[label="True",fontsize=16,color="green",shape="box"];2141[label="True",fontsize=16,color="green",shape="box"];2142[label="True",fontsize=16,color="green",shape="box"];2143[label="False",fontsize=16,color="green",shape="box"];2144[label="True",fontsize=16,color="green",shape="box"];2145[label="True",fontsize=16,color="green",shape="box"];2146[label="False",fontsize=16,color="green",shape="box"];2147[label="False",fontsize=16,color="green",shape="box"];2148[label="True",fontsize=16,color="green",shape="box"];2149[label="True",fontsize=16,color="green",shape="box"];2150[label="True",fontsize=16,color="green",shape="box"];2151[label="False",fontsize=16,color="green",shape="box"];2152[label="vwx250 <= vwx260",fontsize=16,color="blue",shape="box"];3515[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2152 -> 3515[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3515 -> 2287[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3516[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2152 -> 3516[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3516 -> 2288[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3517[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2152 -> 3517[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3517 -> 2289[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3518[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2152 -> 3518[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3518 -> 2290[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3519[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2152 -> 3519[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3519 -> 2291[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3520[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2152 -> 3520[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3520 -> 2292[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3521[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2152 -> 3521[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3521 -> 2293[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3522[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2152 -> 3522[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3522 -> 2294[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3523[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2152 -> 3523[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3523 -> 2295[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3524[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2152 -> 3524[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3524 -> 2296[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3525[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2152 -> 3525[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3525 -> 2297[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3526[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2152 -> 3526[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3526 -> 2298[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3527[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2152 -> 3527[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3527 -> 2299[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3528[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2152 -> 3528[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3528 -> 2300[label="",style="solid", color="blue", weight=3]; 22.13/9.70 2153[label="vwx26",fontsize=16,color="green",shape="box"];2154[label="vwx25",fontsize=16,color="green",shape="box"];2155[label="vwx26",fontsize=16,color="green",shape="box"];2156[label="vwx25",fontsize=16,color="green",shape="box"];2157[label="vwx26",fontsize=16,color="green",shape="box"];2158[label="vwx25",fontsize=16,color="green",shape="box"];2159[label="vwx80",fontsize=16,color="green",shape="box"];2160[label="vwx77",fontsize=16,color="green",shape="box"];2161[label="vwx80",fontsize=16,color="green",shape="box"];2162[label="vwx77",fontsize=16,color="green",shape="box"];2163[label="vwx80",fontsize=16,color="green",shape="box"];2164[label="vwx77",fontsize=16,color="green",shape="box"];2165[label="vwx80",fontsize=16,color="green",shape="box"];2166[label="vwx77",fontsize=16,color="green",shape="box"];2167[label="vwx80",fontsize=16,color="green",shape="box"];2168[label="vwx77",fontsize=16,color="green",shape="box"];2169[label="vwx80",fontsize=16,color="green",shape="box"];2170[label="vwx77",fontsize=16,color="green",shape="box"];2171[label="vwx80",fontsize=16,color="green",shape="box"];2172[label="vwx77",fontsize=16,color="green",shape="box"];2173[label="vwx80",fontsize=16,color="green",shape="box"];2174[label="vwx77",fontsize=16,color="green",shape="box"];2175[label="vwx80",fontsize=16,color="green",shape="box"];2176[label="vwx77",fontsize=16,color="green",shape="box"];2177[label="vwx80",fontsize=16,color="green",shape="box"];2178[label="vwx77",fontsize=16,color="green",shape="box"];2179[label="vwx80",fontsize=16,color="green",shape="box"];2180[label="vwx77",fontsize=16,color="green",shape="box"];2181[label="vwx80",fontsize=16,color="green",shape="box"];2182[label="vwx77",fontsize=16,color="green",shape="box"];2183[label="vwx80",fontsize=16,color="green",shape="box"];2184[label="vwx77",fontsize=16,color="green",shape="box"];2185[label="vwx80",fontsize=16,color="green",shape="box"];2186[label="vwx77",fontsize=16,color="green",shape="box"];2187 -> 362[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2187[label="vwx77 == vwx80",fontsize=16,color="magenta"];2187 -> 2301[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2187 -> 2302[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2188 -> 352[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2188[label="vwx77 == vwx80",fontsize=16,color="magenta"];2188 -> 2303[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2188 -> 2304[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2189 -> 361[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2189[label="vwx77 == vwx80",fontsize=16,color="magenta"];2189 -> 2305[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2189 -> 2306[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2190 -> 350[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2190[label="vwx77 == vwx80",fontsize=16,color="magenta"];2190 -> 2307[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2190 -> 2308[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2191 -> 355[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2191[label="vwx77 == vwx80",fontsize=16,color="magenta"];2191 -> 2309[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2191 -> 2310[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2192 -> 359[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2192[label="vwx77 == vwx80",fontsize=16,color="magenta"];2192 -> 2311[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2192 -> 2312[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2193 -> 360[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2193[label="vwx77 == vwx80",fontsize=16,color="magenta"];2193 -> 2313[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2193 -> 2314[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2194 -> 357[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2194[label="vwx77 == vwx80",fontsize=16,color="magenta"];2194 -> 2315[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2194 -> 2316[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2195 -> 349[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2195[label="vwx77 == vwx80",fontsize=16,color="magenta"];2195 -> 2317[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2195 -> 2318[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2196 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2196[label="vwx77 == vwx80",fontsize=16,color="magenta"];2196 -> 2319[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2196 -> 2320[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2197 -> 353[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2197[label="vwx77 == vwx80",fontsize=16,color="magenta"];2197 -> 2321[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2197 -> 2322[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2198 -> 358[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2198[label="vwx77 == vwx80",fontsize=16,color="magenta"];2198 -> 2323[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2198 -> 2324[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2199 -> 356[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2199[label="vwx77 == vwx80",fontsize=16,color="magenta"];2199 -> 2325[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2199 -> 2326[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2200 -> 351[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2200[label="vwx77 == vwx80",fontsize=16,color="magenta"];2200 -> 2327[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2200 -> 2328[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2201 -> 1237[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2201[label="vwx78 <= vwx81",fontsize=16,color="magenta"];2201 -> 2329[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2201 -> 2330[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2202 -> 1238[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2202[label="vwx78 <= vwx81",fontsize=16,color="magenta"];2202 -> 2331[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2202 -> 2332[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2203 -> 1239[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2203[label="vwx78 <= vwx81",fontsize=16,color="magenta"];2203 -> 2333[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2203 -> 2334[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2204 -> 1240[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2204[label="vwx78 <= vwx81",fontsize=16,color="magenta"];2204 -> 2335[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2204 -> 2336[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2205 -> 1241[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2205[label="vwx78 <= vwx81",fontsize=16,color="magenta"];2205 -> 2337[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2205 -> 2338[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2206 -> 1242[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2206[label="vwx78 <= vwx81",fontsize=16,color="magenta"];2206 -> 2339[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2206 -> 2340[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2207 -> 1243[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2207[label="vwx78 <= vwx81",fontsize=16,color="magenta"];2207 -> 2341[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2207 -> 2342[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2208 -> 1244[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2208[label="vwx78 <= vwx81",fontsize=16,color="magenta"];2208 -> 2343[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2208 -> 2344[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2209 -> 1245[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2209[label="vwx78 <= vwx81",fontsize=16,color="magenta"];2209 -> 2345[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2209 -> 2346[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2210 -> 1246[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2210[label="vwx78 <= vwx81",fontsize=16,color="magenta"];2210 -> 2347[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2210 -> 2348[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2211 -> 1247[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2211[label="vwx78 <= vwx81",fontsize=16,color="magenta"];2211 -> 2349[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2211 -> 2350[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2212 -> 1248[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2212[label="vwx78 <= vwx81",fontsize=16,color="magenta"];2212 -> 2351[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2212 -> 2352[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2213 -> 1249[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2213[label="vwx78 <= vwx81",fontsize=16,color="magenta"];2213 -> 2353[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2213 -> 2354[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2214 -> 1250[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2214[label="vwx78 <= vwx81",fontsize=16,color="magenta"];2214 -> 2355[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2214 -> 2356[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2215[label="vwx168",fontsize=16,color="green",shape="box"];2216[label="True",fontsize=16,color="green",shape="box"];2217[label="vwx79",fontsize=16,color="green",shape="box"];2218[label="vwx76",fontsize=16,color="green",shape="box"];2219[label="vwx79",fontsize=16,color="green",shape="box"];2220[label="vwx76",fontsize=16,color="green",shape="box"];2221[label="vwx79",fontsize=16,color="green",shape="box"];2222[label="vwx76",fontsize=16,color="green",shape="box"];2223[label="vwx79",fontsize=16,color="green",shape="box"];2224[label="vwx76",fontsize=16,color="green",shape="box"];2225[label="vwx79",fontsize=16,color="green",shape="box"];2226[label="vwx76",fontsize=16,color="green",shape="box"];2227[label="vwx79",fontsize=16,color="green",shape="box"];2228[label="vwx76",fontsize=16,color="green",shape="box"];2229[label="vwx79",fontsize=16,color="green",shape="box"];2230[label="vwx76",fontsize=16,color="green",shape="box"];2231[label="vwx79",fontsize=16,color="green",shape="box"];2232[label="vwx76",fontsize=16,color="green",shape="box"];2233[label="vwx79",fontsize=16,color="green",shape="box"];2234[label="vwx76",fontsize=16,color="green",shape="box"];2235[label="vwx79",fontsize=16,color="green",shape="box"];2236[label="vwx76",fontsize=16,color="green",shape="box"];2237[label="vwx79",fontsize=16,color="green",shape="box"];2238[label="vwx76",fontsize=16,color="green",shape="box"];2239[label="vwx79",fontsize=16,color="green",shape="box"];2240[label="vwx76",fontsize=16,color="green",shape="box"];2241[label="vwx79",fontsize=16,color="green",shape="box"];2242[label="vwx76",fontsize=16,color="green",shape="box"];2243[label="vwx79",fontsize=16,color="green",shape="box"];2244[label="vwx76",fontsize=16,color="green",shape="box"];2245[label="compare0 (vwx141,vwx142,vwx143) (vwx144,vwx145,vwx146) otherwise",fontsize=16,color="black",shape="box"];2245 -> 2357[label="",style="solid", color="black", weight=3]; 22.13/9.70 2246[label="LT",fontsize=16,color="green",shape="box"];2248 -> 987[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2248[label="primMulNat vwx40000 (Succ vwx30100)",fontsize=16,color="magenta"];2248 -> 2358[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2248 -> 2359[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2247[label="primPlusNat vwx169 (Succ vwx30100)",fontsize=16,color="burlywood",shape="triangle"];3529[label="vwx169/Succ vwx1690",fontsize=10,color="white",style="solid",shape="box"];2247 -> 3529[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3529 -> 2360[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 3530[label="vwx169/Zero",fontsize=10,color="white",style="solid",shape="box"];2247 -> 3530[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3530 -> 2361[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 2249[label="compare0 (vwx156,vwx157) (vwx158,vwx159) otherwise",fontsize=16,color="black",shape="box"];2249 -> 2362[label="",style="solid", color="black", weight=3]; 22.13/9.70 2250[label="LT",fontsize=16,color="green",shape="box"];2251[label="vwx30000",fontsize=16,color="green",shape="box"];2252[label="vwx40000",fontsize=16,color="green",shape="box"];2254 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2254[label="vwx163 == GT",fontsize=16,color="magenta"];2254 -> 2363[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2254 -> 2364[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2253[label="not vwx170",fontsize=16,color="burlywood",shape="triangle"];3531[label="vwx170/False",fontsize=10,color="white",style="solid",shape="box"];2253 -> 3531[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3531 -> 2365[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 3532[label="vwx170/True",fontsize=10,color="white",style="solid",shape="box"];2253 -> 3532[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3532 -> 2366[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 2255 -> 1237[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2255[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2255 -> 2367[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2255 -> 2368[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2256 -> 1238[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2256[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2256 -> 2369[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2256 -> 2370[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2257 -> 1239[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2257[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2257 -> 2371[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2257 -> 2372[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2258 -> 1240[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2258[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2258 -> 2373[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2258 -> 2374[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2259 -> 1241[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2259[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2259 -> 2375[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2259 -> 2376[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2260 -> 1242[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2260[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2260 -> 2377[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2260 -> 2378[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2261 -> 1243[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2261[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2261 -> 2379[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2261 -> 2380[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2262 -> 1244[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2262[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2262 -> 2381[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2262 -> 2382[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2263 -> 1245[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2263[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2263 -> 2383[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2263 -> 2384[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2264 -> 1246[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2264[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2264 -> 2385[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2264 -> 2386[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2265 -> 1247[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2265[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2265 -> 2387[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2265 -> 2388[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2266 -> 1248[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2266[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2266 -> 2389[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2266 -> 2390[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2267 -> 1249[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2267[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2267 -> 2391[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2267 -> 2392[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2268 -> 1250[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2268[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2268 -> 2393[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2268 -> 2394[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2269 -> 1237[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2269[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2269 -> 2395[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2269 -> 2396[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2270 -> 1238[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2270[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2270 -> 2397[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2270 -> 2398[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2271 -> 1239[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2271[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2271 -> 2399[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2271 -> 2400[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2272 -> 1240[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2272[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2272 -> 2401[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2272 -> 2402[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2273 -> 1241[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2273[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2273 -> 2403[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2273 -> 2404[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2274 -> 1242[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2274[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2274 -> 2405[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2274 -> 2406[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2275 -> 1243[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2275[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2275 -> 2407[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2275 -> 2408[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2276 -> 1244[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2276[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2276 -> 2409[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2276 -> 2410[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2277 -> 1245[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2277[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2277 -> 2411[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2277 -> 2412[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2278 -> 1246[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2278[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2278 -> 2413[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2278 -> 2414[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2279 -> 1247[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2279[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2279 -> 2415[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2279 -> 2416[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2280 -> 1248[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2280[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2280 -> 2417[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2280 -> 2418[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2281 -> 1249[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2281[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2281 -> 2419[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2281 -> 2420[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2282 -> 1250[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2282[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2282 -> 2421[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2282 -> 2422[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2283[label="vwx250 < vwx260",fontsize=16,color="blue",shape="box"];3533[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2283 -> 3533[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3533 -> 2423[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3534[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2283 -> 3534[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3534 -> 2424[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3535[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2283 -> 3535[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3535 -> 2425[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3536[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2283 -> 3536[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3536 -> 2426[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3537[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2283 -> 3537[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3537 -> 2427[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3538[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2283 -> 3538[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3538 -> 2428[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3539[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2283 -> 3539[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3539 -> 2429[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3540[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2283 -> 3540[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3540 -> 2430[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3541[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2283 -> 3541[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3541 -> 2431[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3542[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2283 -> 3542[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3542 -> 2432[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3543[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2283 -> 3543[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3543 -> 2433[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3544[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2283 -> 3544[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3544 -> 2434[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3545[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2283 -> 3545[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3545 -> 2435[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3546[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2283 -> 3546[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3546 -> 2436[label="",style="solid", color="blue", weight=3]; 22.13/9.70 2284 -> 920[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2284[label="vwx250 == vwx260 && (vwx251 < vwx261 || vwx251 == vwx261 && vwx252 <= vwx262)",fontsize=16,color="magenta"];2284 -> 2437[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2284 -> 2438[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2285[label="vwx250 < vwx260",fontsize=16,color="blue",shape="box"];3547[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2285 -> 3547[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3547 -> 2439[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3548[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2285 -> 3548[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3548 -> 2440[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3549[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2285 -> 3549[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3549 -> 2441[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3550[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2285 -> 3550[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3550 -> 2442[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3551[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2285 -> 3551[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3551 -> 2443[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3552[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2285 -> 3552[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3552 -> 2444[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3553[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2285 -> 3553[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3553 -> 2445[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3554[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2285 -> 3554[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3554 -> 2446[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3555[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2285 -> 3555[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3555 -> 2447[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3556[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2285 -> 3556[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3556 -> 2448[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3557[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2285 -> 3557[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3557 -> 2449[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3558[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2285 -> 3558[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3558 -> 2450[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3559[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2285 -> 3559[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3559 -> 2451[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3560[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2285 -> 3560[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3560 -> 2452[label="",style="solid", color="blue", weight=3]; 22.13/9.70 2286 -> 920[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2286[label="vwx250 == vwx260 && vwx251 <= vwx261",fontsize=16,color="magenta"];2286 -> 2453[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2286 -> 2454[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2287 -> 1237[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2287[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2287 -> 2455[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2287 -> 2456[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2288 -> 1238[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2288[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2288 -> 2457[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2288 -> 2458[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2289 -> 1239[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2289[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2289 -> 2459[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2289 -> 2460[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2290 -> 1240[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2290[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2290 -> 2461[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2290 -> 2462[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2291 -> 1241[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2291[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2291 -> 2463[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2291 -> 2464[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2292 -> 1242[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2292[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2292 -> 2465[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2292 -> 2466[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2293 -> 1243[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2293[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2293 -> 2467[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2293 -> 2468[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2294 -> 1244[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2294[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2294 -> 2469[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2294 -> 2470[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2295 -> 1245[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2295[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2295 -> 2471[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2295 -> 2472[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2296 -> 1246[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2296[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2296 -> 2473[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2296 -> 2474[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2297 -> 1247[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2297[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2297 -> 2475[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2297 -> 2476[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2298 -> 1248[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2298[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2298 -> 2477[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2298 -> 2478[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2299 -> 1249[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2299[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2299 -> 2479[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2299 -> 2480[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2300 -> 1250[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2300[label="vwx250 <= vwx260",fontsize=16,color="magenta"];2300 -> 2481[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2300 -> 2482[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2301[label="vwx80",fontsize=16,color="green",shape="box"];2302[label="vwx77",fontsize=16,color="green",shape="box"];2303[label="vwx80",fontsize=16,color="green",shape="box"];2304[label="vwx77",fontsize=16,color="green",shape="box"];2305[label="vwx80",fontsize=16,color="green",shape="box"];2306[label="vwx77",fontsize=16,color="green",shape="box"];2307[label="vwx80",fontsize=16,color="green",shape="box"];2308[label="vwx77",fontsize=16,color="green",shape="box"];2309[label="vwx80",fontsize=16,color="green",shape="box"];2310[label="vwx77",fontsize=16,color="green",shape="box"];2311[label="vwx80",fontsize=16,color="green",shape="box"];2312[label="vwx77",fontsize=16,color="green",shape="box"];2313[label="vwx80",fontsize=16,color="green",shape="box"];2314[label="vwx77",fontsize=16,color="green",shape="box"];2315[label="vwx80",fontsize=16,color="green",shape="box"];2316[label="vwx77",fontsize=16,color="green",shape="box"];2317[label="vwx80",fontsize=16,color="green",shape="box"];2318[label="vwx77",fontsize=16,color="green",shape="box"];2319[label="vwx80",fontsize=16,color="green",shape="box"];2320[label="vwx77",fontsize=16,color="green",shape="box"];2321[label="vwx80",fontsize=16,color="green",shape="box"];2322[label="vwx77",fontsize=16,color="green",shape="box"];2323[label="vwx80",fontsize=16,color="green",shape="box"];2324[label="vwx77",fontsize=16,color="green",shape="box"];2325[label="vwx80",fontsize=16,color="green",shape="box"];2326[label="vwx77",fontsize=16,color="green",shape="box"];2327[label="vwx80",fontsize=16,color="green",shape="box"];2328[label="vwx77",fontsize=16,color="green",shape="box"];2329[label="vwx78",fontsize=16,color="green",shape="box"];2330[label="vwx81",fontsize=16,color="green",shape="box"];2331[label="vwx78",fontsize=16,color="green",shape="box"];2332[label="vwx81",fontsize=16,color="green",shape="box"];2333[label="vwx78",fontsize=16,color="green",shape="box"];2334[label="vwx81",fontsize=16,color="green",shape="box"];2335[label="vwx78",fontsize=16,color="green",shape="box"];2336[label="vwx81",fontsize=16,color="green",shape="box"];2337[label="vwx78",fontsize=16,color="green",shape="box"];2338[label="vwx81",fontsize=16,color="green",shape="box"];2339[label="vwx78",fontsize=16,color="green",shape="box"];2340[label="vwx81",fontsize=16,color="green",shape="box"];2341[label="vwx78",fontsize=16,color="green",shape="box"];2342[label="vwx81",fontsize=16,color="green",shape="box"];2343[label="vwx78",fontsize=16,color="green",shape="box"];2344[label="vwx81",fontsize=16,color="green",shape="box"];2345[label="vwx78",fontsize=16,color="green",shape="box"];2346[label="vwx81",fontsize=16,color="green",shape="box"];2347[label="vwx78",fontsize=16,color="green",shape="box"];2348[label="vwx81",fontsize=16,color="green",shape="box"];2349[label="vwx78",fontsize=16,color="green",shape="box"];2350[label="vwx81",fontsize=16,color="green",shape="box"];2351[label="vwx78",fontsize=16,color="green",shape="box"];2352[label="vwx81",fontsize=16,color="green",shape="box"];2353[label="vwx78",fontsize=16,color="green",shape="box"];2354[label="vwx81",fontsize=16,color="green",shape="box"];2355[label="vwx78",fontsize=16,color="green",shape="box"];2356[label="vwx81",fontsize=16,color="green",shape="box"];2357[label="compare0 (vwx141,vwx142,vwx143) (vwx144,vwx145,vwx146) True",fontsize=16,color="black",shape="box"];2357 -> 2483[label="",style="solid", color="black", weight=3]; 22.13/9.70 2358[label="vwx40000",fontsize=16,color="green",shape="box"];2359[label="Succ vwx30100",fontsize=16,color="green",shape="box"];2360[label="primPlusNat (Succ vwx1690) (Succ vwx30100)",fontsize=16,color="black",shape="box"];2360 -> 2484[label="",style="solid", color="black", weight=3]; 22.13/9.70 2361[label="primPlusNat Zero (Succ vwx30100)",fontsize=16,color="black",shape="box"];2361 -> 2485[label="",style="solid", color="black", weight=3]; 22.13/9.70 2362[label="compare0 (vwx156,vwx157) (vwx158,vwx159) True",fontsize=16,color="black",shape="box"];2362 -> 2486[label="",style="solid", color="black", weight=3]; 22.13/9.70 2363[label="GT",fontsize=16,color="green",shape="box"];2364[label="vwx163",fontsize=16,color="green",shape="box"];2365[label="not False",fontsize=16,color="black",shape="box"];2365 -> 2487[label="",style="solid", color="black", weight=3]; 22.13/9.70 2366[label="not True",fontsize=16,color="black",shape="box"];2366 -> 2488[label="",style="solid", color="black", weight=3]; 22.13/9.70 2367[label="vwx250",fontsize=16,color="green",shape="box"];2368[label="vwx260",fontsize=16,color="green",shape="box"];2369[label="vwx250",fontsize=16,color="green",shape="box"];2370[label="vwx260",fontsize=16,color="green",shape="box"];2371[label="vwx250",fontsize=16,color="green",shape="box"];2372[label="vwx260",fontsize=16,color="green",shape="box"];2373[label="vwx250",fontsize=16,color="green",shape="box"];2374[label="vwx260",fontsize=16,color="green",shape="box"];2375[label="vwx250",fontsize=16,color="green",shape="box"];2376[label="vwx260",fontsize=16,color="green",shape="box"];2377[label="vwx250",fontsize=16,color="green",shape="box"];2378[label="vwx260",fontsize=16,color="green",shape="box"];2379[label="vwx250",fontsize=16,color="green",shape="box"];2380[label="vwx260",fontsize=16,color="green",shape="box"];2381[label="vwx250",fontsize=16,color="green",shape="box"];2382[label="vwx260",fontsize=16,color="green",shape="box"];2383[label="vwx250",fontsize=16,color="green",shape="box"];2384[label="vwx260",fontsize=16,color="green",shape="box"];2385[label="vwx250",fontsize=16,color="green",shape="box"];2386[label="vwx260",fontsize=16,color="green",shape="box"];2387[label="vwx250",fontsize=16,color="green",shape="box"];2388[label="vwx260",fontsize=16,color="green",shape="box"];2389[label="vwx250",fontsize=16,color="green",shape="box"];2390[label="vwx260",fontsize=16,color="green",shape="box"];2391[label="vwx250",fontsize=16,color="green",shape="box"];2392[label="vwx260",fontsize=16,color="green",shape="box"];2393[label="vwx250",fontsize=16,color="green",shape="box"];2394[label="vwx260",fontsize=16,color="green",shape="box"];2395[label="vwx250",fontsize=16,color="green",shape="box"];2396[label="vwx260",fontsize=16,color="green",shape="box"];2397[label="vwx250",fontsize=16,color="green",shape="box"];2398[label="vwx260",fontsize=16,color="green",shape="box"];2399[label="vwx250",fontsize=16,color="green",shape="box"];2400[label="vwx260",fontsize=16,color="green",shape="box"];2401[label="vwx250",fontsize=16,color="green",shape="box"];2402[label="vwx260",fontsize=16,color="green",shape="box"];2403[label="vwx250",fontsize=16,color="green",shape="box"];2404[label="vwx260",fontsize=16,color="green",shape="box"];2405[label="vwx250",fontsize=16,color="green",shape="box"];2406[label="vwx260",fontsize=16,color="green",shape="box"];2407[label="vwx250",fontsize=16,color="green",shape="box"];2408[label="vwx260",fontsize=16,color="green",shape="box"];2409[label="vwx250",fontsize=16,color="green",shape="box"];2410[label="vwx260",fontsize=16,color="green",shape="box"];2411[label="vwx250",fontsize=16,color="green",shape="box"];2412[label="vwx260",fontsize=16,color="green",shape="box"];2413[label="vwx250",fontsize=16,color="green",shape="box"];2414[label="vwx260",fontsize=16,color="green",shape="box"];2415[label="vwx250",fontsize=16,color="green",shape="box"];2416[label="vwx260",fontsize=16,color="green",shape="box"];2417[label="vwx250",fontsize=16,color="green",shape="box"];2418[label="vwx260",fontsize=16,color="green",shape="box"];2419[label="vwx250",fontsize=16,color="green",shape="box"];2420[label="vwx260",fontsize=16,color="green",shape="box"];2421[label="vwx250",fontsize=16,color="green",shape="box"];2422[label="vwx260",fontsize=16,color="green",shape="box"];2423 -> 1290[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2423[label="vwx250 < vwx260",fontsize=16,color="magenta"];2423 -> 2489[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2423 -> 2490[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2424 -> 1291[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2424[label="vwx250 < vwx260",fontsize=16,color="magenta"];2424 -> 2491[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2424 -> 2492[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2425 -> 1292[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2425[label="vwx250 < vwx260",fontsize=16,color="magenta"];2425 -> 2493[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2425 -> 2494[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2426 -> 1293[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2426[label="vwx250 < vwx260",fontsize=16,color="magenta"];2426 -> 2495[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2426 -> 2496[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2427 -> 1294[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2427[label="vwx250 < vwx260",fontsize=16,color="magenta"];2427 -> 2497[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2427 -> 2498[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2428 -> 1295[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2428[label="vwx250 < vwx260",fontsize=16,color="magenta"];2428 -> 2499[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2428 -> 2500[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2429 -> 1296[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2429[label="vwx250 < vwx260",fontsize=16,color="magenta"];2429 -> 2501[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2429 -> 2502[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2430 -> 1297[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2430[label="vwx250 < vwx260",fontsize=16,color="magenta"];2430 -> 2503[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2430 -> 2504[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2431 -> 1298[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2431[label="vwx250 < vwx260",fontsize=16,color="magenta"];2431 -> 2505[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2431 -> 2506[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2432 -> 1299[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2432[label="vwx250 < vwx260",fontsize=16,color="magenta"];2432 -> 2507[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2432 -> 2508[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2433 -> 1300[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2433[label="vwx250 < vwx260",fontsize=16,color="magenta"];2433 -> 2509[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2433 -> 2510[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2434 -> 1301[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2434[label="vwx250 < vwx260",fontsize=16,color="magenta"];2434 -> 2511[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2434 -> 2512[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2435 -> 1302[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2435[label="vwx250 < vwx260",fontsize=16,color="magenta"];2435 -> 2513[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2435 -> 2514[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2436 -> 1303[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2436[label="vwx250 < vwx260",fontsize=16,color="magenta"];2436 -> 2515[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2436 -> 2516[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2437[label="vwx250 == vwx260",fontsize=16,color="blue",shape="box"];3561[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2437 -> 3561[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3561 -> 2517[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3562[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2437 -> 3562[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3562 -> 2518[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3563[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2437 -> 3563[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3563 -> 2519[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3564[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2437 -> 3564[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3564 -> 2520[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3565[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2437 -> 3565[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3565 -> 2521[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3566[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2437 -> 3566[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3566 -> 2522[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3567[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2437 -> 3567[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3567 -> 2523[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3568[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2437 -> 3568[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3568 -> 2524[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3569[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2437 -> 3569[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3569 -> 2525[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3570[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2437 -> 3570[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3570 -> 2526[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3571[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2437 -> 3571[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3571 -> 2527[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3572[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2437 -> 3572[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3572 -> 2528[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3573[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2437 -> 3573[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3573 -> 2529[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3574[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2437 -> 3574[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3574 -> 2530[label="",style="solid", color="blue", weight=3]; 22.13/9.70 2438 -> 1937[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2438[label="vwx251 < vwx261 || vwx251 == vwx261 && vwx252 <= vwx262",fontsize=16,color="magenta"];2438 -> 2531[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2438 -> 2532[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2439 -> 1290[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2439[label="vwx250 < vwx260",fontsize=16,color="magenta"];2439 -> 2533[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2439 -> 2534[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2440 -> 1291[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2440[label="vwx250 < vwx260",fontsize=16,color="magenta"];2440 -> 2535[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2440 -> 2536[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2441 -> 1292[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2441[label="vwx250 < vwx260",fontsize=16,color="magenta"];2441 -> 2537[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2441 -> 2538[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2442 -> 1293[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2442[label="vwx250 < vwx260",fontsize=16,color="magenta"];2442 -> 2539[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2442 -> 2540[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2443 -> 1294[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2443[label="vwx250 < vwx260",fontsize=16,color="magenta"];2443 -> 2541[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2443 -> 2542[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2444 -> 1295[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2444[label="vwx250 < vwx260",fontsize=16,color="magenta"];2444 -> 2543[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2444 -> 2544[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2445 -> 1296[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2445[label="vwx250 < vwx260",fontsize=16,color="magenta"];2445 -> 2545[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2445 -> 2546[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2446 -> 1297[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2446[label="vwx250 < vwx260",fontsize=16,color="magenta"];2446 -> 2547[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2446 -> 2548[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2447 -> 1298[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2447[label="vwx250 < vwx260",fontsize=16,color="magenta"];2447 -> 2549[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2447 -> 2550[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2448 -> 1299[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2448[label="vwx250 < vwx260",fontsize=16,color="magenta"];2448 -> 2551[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2448 -> 2552[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2449 -> 1300[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2449[label="vwx250 < vwx260",fontsize=16,color="magenta"];2449 -> 2553[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2449 -> 2554[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2450 -> 1301[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2450[label="vwx250 < vwx260",fontsize=16,color="magenta"];2450 -> 2555[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2450 -> 2556[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2451 -> 1302[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2451[label="vwx250 < vwx260",fontsize=16,color="magenta"];2451 -> 2557[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2451 -> 2558[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2452 -> 1303[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2452[label="vwx250 < vwx260",fontsize=16,color="magenta"];2452 -> 2559[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2452 -> 2560[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2453[label="vwx250 == vwx260",fontsize=16,color="blue",shape="box"];3575[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2453 -> 3575[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3575 -> 2561[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3576[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2453 -> 3576[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3576 -> 2562[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3577[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2453 -> 3577[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3577 -> 2563[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3578[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2453 -> 3578[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3578 -> 2564[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3579[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2453 -> 3579[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3579 -> 2565[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3580[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2453 -> 3580[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3580 -> 2566[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3581[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2453 -> 3581[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3581 -> 2567[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3582[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2453 -> 3582[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3582 -> 2568[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3583[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2453 -> 3583[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3583 -> 2569[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3584[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2453 -> 3584[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3584 -> 2570[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3585[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2453 -> 3585[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3585 -> 2571[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3586[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2453 -> 3586[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3586 -> 2572[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3587[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2453 -> 3587[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3587 -> 2573[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3588[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2453 -> 3588[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3588 -> 2574[label="",style="solid", color="blue", weight=3]; 22.13/9.70 2454[label="vwx251 <= vwx261",fontsize=16,color="blue",shape="box"];3589[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2454 -> 3589[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3589 -> 2575[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3590[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2454 -> 3590[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3590 -> 2576[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3591[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2454 -> 3591[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3591 -> 2577[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3592[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2454 -> 3592[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3592 -> 2578[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3593[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2454 -> 3593[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3593 -> 2579[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3594[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2454 -> 3594[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3594 -> 2580[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3595[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2454 -> 3595[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3595 -> 2581[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3596[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2454 -> 3596[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3596 -> 2582[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3597[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2454 -> 3597[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3597 -> 2583[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3598[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2454 -> 3598[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3598 -> 2584[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3599[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2454 -> 3599[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3599 -> 2585[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3600[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2454 -> 3600[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3600 -> 2586[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3601[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2454 -> 3601[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3601 -> 2587[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3602[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2454 -> 3602[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3602 -> 2588[label="",style="solid", color="blue", weight=3]; 22.13/9.70 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[label="vwx260",fontsize=16,color="green",shape="box"];2469[label="vwx250",fontsize=16,color="green",shape="box"];2470[label="vwx260",fontsize=16,color="green",shape="box"];2471[label="vwx250",fontsize=16,color="green",shape="box"];2472[label="vwx260",fontsize=16,color="green",shape="box"];2473[label="vwx250",fontsize=16,color="green",shape="box"];2474[label="vwx260",fontsize=16,color="green",shape="box"];2475[label="vwx250",fontsize=16,color="green",shape="box"];2476[label="vwx260",fontsize=16,color="green",shape="box"];2477[label="vwx250",fontsize=16,color="green",shape="box"];2478[label="vwx260",fontsize=16,color="green",shape="box"];2479[label="vwx250",fontsize=16,color="green",shape="box"];2480[label="vwx260",fontsize=16,color="green",shape="box"];2481[label="vwx250",fontsize=16,color="green",shape="box"];2482[label="vwx260",fontsize=16,color="green",shape="box"];2483[label="GT",fontsize=16,color="green",shape="box"];2484[label="Succ (Succ (primPlusNat vwx1690 vwx30100))",fontsize=16,color="green",shape="box"];2484 -> 2589[label="",style="dashed", color="green", weight=3]; 22.13/9.70 2485[label="Succ vwx30100",fontsize=16,color="green",shape="box"];2486[label="GT",fontsize=16,color="green",shape="box"];2487[label="True",fontsize=16,color="green",shape="box"];2488[label="False",fontsize=16,color="green",shape="box"];2489[label="vwx260",fontsize=16,color="green",shape="box"];2490[label="vwx250",fontsize=16,color="green",shape="box"];2491[label="vwx260",fontsize=16,color="green",shape="box"];2492[label="vwx250",fontsize=16,color="green",shape="box"];2493[label="vwx260",fontsize=16,color="green",shape="box"];2494[label="vwx250",fontsize=16,color="green",shape="box"];2495[label="vwx260",fontsize=16,color="green",shape="box"];2496[label="vwx250",fontsize=16,color="green",shape="box"];2497[label="vwx260",fontsize=16,color="green",shape="box"];2498[label="vwx250",fontsize=16,color="green",shape="box"];2499[label="vwx260",fontsize=16,color="green",shape="box"];2500[label="vwx250",fontsize=16,color="green",shape="box"];2501[label="vwx260",fontsize=16,color="green",shape="box"];2502[label="vwx250",fontsize=16,color="green",shape="box"];2503[label="vwx260",fontsize=16,color="green",shape="box"];2504[label="vwx250",fontsize=16,color="green",shape="box"];2505[label="vwx260",fontsize=16,color="green",shape="box"];2506[label="vwx250",fontsize=16,color="green",shape="box"];2507[label="vwx260",fontsize=16,color="green",shape="box"];2508[label="vwx250",fontsize=16,color="green",shape="box"];2509[label="vwx260",fontsize=16,color="green",shape="box"];2510[label="vwx250",fontsize=16,color="green",shape="box"];2511[label="vwx260",fontsize=16,color="green",shape="box"];2512[label="vwx250",fontsize=16,color="green",shape="box"];2513[label="vwx260",fontsize=16,color="green",shape="box"];2514[label="vwx250",fontsize=16,color="green",shape="box"];2515[label="vwx260",fontsize=16,color="green",shape="box"];2516[label="vwx250",fontsize=16,color="green",shape="box"];2517 -> 362[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2517[label="vwx250 == vwx260",fontsize=16,color="magenta"];2517 -> 2590[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2517 -> 2591[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2518 -> 352[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2518[label="vwx250 == vwx260",fontsize=16,color="magenta"];2518 -> 2592[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2518 -> 2593[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2519 -> 361[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2519[label="vwx250 == vwx260",fontsize=16,color="magenta"];2519 -> 2594[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2519 -> 2595[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2520 -> 350[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2520[label="vwx250 == vwx260",fontsize=16,color="magenta"];2520 -> 2596[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2520 -> 2597[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2521 -> 355[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2521[label="vwx250 == vwx260",fontsize=16,color="magenta"];2521 -> 2598[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2521 -> 2599[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2522 -> 359[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2522[label="vwx250 == vwx260",fontsize=16,color="magenta"];2522 -> 2600[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2522 -> 2601[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2523 -> 360[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2523[label="vwx250 == vwx260",fontsize=16,color="magenta"];2523 -> 2602[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2523 -> 2603[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2524 -> 357[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2524[label="vwx250 == vwx260",fontsize=16,color="magenta"];2524 -> 2604[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2524 -> 2605[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2525 -> 349[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2525[label="vwx250 == vwx260",fontsize=16,color="magenta"];2525 -> 2606[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2525 -> 2607[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2526 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2526[label="vwx250 == vwx260",fontsize=16,color="magenta"];2526 -> 2608[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2526 -> 2609[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2527 -> 353[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2527[label="vwx250 == vwx260",fontsize=16,color="magenta"];2527 -> 2610[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2527 -> 2611[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2528 -> 358[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2528[label="vwx250 == vwx260",fontsize=16,color="magenta"];2528 -> 2612[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2528 -> 2613[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2529 -> 356[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2529[label="vwx250 == vwx260",fontsize=16,color="magenta"];2529 -> 2614[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2529 -> 2615[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2530 -> 351[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2530[label="vwx250 == vwx260",fontsize=16,color="magenta"];2530 -> 2616[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2530 -> 2617[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2531[label="vwx251 < vwx261",fontsize=16,color="blue",shape="box"];3603[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2531 -> 3603[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3603 -> 2618[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3604[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2531 -> 3604[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3604 -> 2619[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3605[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2531 -> 3605[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3605 -> 2620[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3606[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2531 -> 3606[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3606 -> 2621[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3607[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2531 -> 3607[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3607 -> 2622[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3608[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2531 -> 3608[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3608 -> 2623[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3609[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2531 -> 3609[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3609 -> 2624[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3610[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2531 -> 3610[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3610 -> 2625[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3611[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2531 -> 3611[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3611 -> 2626[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3612[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2531 -> 3612[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3612 -> 2627[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3613[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2531 -> 3613[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3613 -> 2628[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3614[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2531 -> 3614[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3614 -> 2629[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3615[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2531 -> 3615[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3615 -> 2630[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3616[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2531 -> 3616[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3616 -> 2631[label="",style="solid", color="blue", weight=3]; 22.13/9.70 2532 -> 920[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2532[label="vwx251 == vwx261 && vwx252 <= vwx262",fontsize=16,color="magenta"];2532 -> 2632[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2532 -> 2633[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2533[label="vwx260",fontsize=16,color="green",shape="box"];2534[label="vwx250",fontsize=16,color="green",shape="box"];2535[label="vwx260",fontsize=16,color="green",shape="box"];2536[label="vwx250",fontsize=16,color="green",shape="box"];2537[label="vwx260",fontsize=16,color="green",shape="box"];2538[label="vwx250",fontsize=16,color="green",shape="box"];2539[label="vwx260",fontsize=16,color="green",shape="box"];2540[label="vwx250",fontsize=16,color="green",shape="box"];2541[label="vwx260",fontsize=16,color="green",shape="box"];2542[label="vwx250",fontsize=16,color="green",shape="box"];2543[label="vwx260",fontsize=16,color="green",shape="box"];2544[label="vwx250",fontsize=16,color="green",shape="box"];2545[label="vwx260",fontsize=16,color="green",shape="box"];2546[label="vwx250",fontsize=16,color="green",shape="box"];2547[label="vwx260",fontsize=16,color="green",shape="box"];2548[label="vwx250",fontsize=16,color="green",shape="box"];2549[label="vwx260",fontsize=16,color="green",shape="box"];2550[label="vwx250",fontsize=16,color="green",shape="box"];2551[label="vwx260",fontsize=16,color="green",shape="box"];2552[label="vwx250",fontsize=16,color="green",shape="box"];2553[label="vwx260",fontsize=16,color="green",shape="box"];2554[label="vwx250",fontsize=16,color="green",shape="box"];2555[label="vwx260",fontsize=16,color="green",shape="box"];2556[label="vwx250",fontsize=16,color="green",shape="box"];2557[label="vwx260",fontsize=16,color="green",shape="box"];2558[label="vwx250",fontsize=16,color="green",shape="box"];2559[label="vwx260",fontsize=16,color="green",shape="box"];2560[label="vwx250",fontsize=16,color="green",shape="box"];2561 -> 362[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2561[label="vwx250 == vwx260",fontsize=16,color="magenta"];2561 -> 2634[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2561 -> 2635[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2562 -> 352[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2562[label="vwx250 == vwx260",fontsize=16,color="magenta"];2562 -> 2636[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2562 -> 2637[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2563 -> 361[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2563[label="vwx250 == vwx260",fontsize=16,color="magenta"];2563 -> 2638[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2563 -> 2639[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2564 -> 350[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2564[label="vwx250 == vwx260",fontsize=16,color="magenta"];2564 -> 2640[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2564 -> 2641[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2565 -> 355[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2565[label="vwx250 == vwx260",fontsize=16,color="magenta"];2565 -> 2642[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2565 -> 2643[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2566 -> 359[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2566[label="vwx250 == vwx260",fontsize=16,color="magenta"];2566 -> 2644[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2566 -> 2645[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2567 -> 360[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2567[label="vwx250 == vwx260",fontsize=16,color="magenta"];2567 -> 2646[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2567 -> 2647[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2568 -> 357[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2568[label="vwx250 == vwx260",fontsize=16,color="magenta"];2568 -> 2648[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2568 -> 2649[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2569 -> 349[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2569[label="vwx250 == vwx260",fontsize=16,color="magenta"];2569 -> 2650[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2569 -> 2651[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2570 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2570[label="vwx250 == vwx260",fontsize=16,color="magenta"];2570 -> 2652[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2570 -> 2653[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2571 -> 353[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2571[label="vwx250 == vwx260",fontsize=16,color="magenta"];2571 -> 2654[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2571 -> 2655[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2572 -> 358[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2572[label="vwx250 == vwx260",fontsize=16,color="magenta"];2572 -> 2656[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2572 -> 2657[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2573 -> 356[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2573[label="vwx250 == vwx260",fontsize=16,color="magenta"];2573 -> 2658[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2573 -> 2659[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2574 -> 351[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2574[label="vwx250 == vwx260",fontsize=16,color="magenta"];2574 -> 2660[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2574 -> 2661[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2575 -> 1237[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2575[label="vwx251 <= vwx261",fontsize=16,color="magenta"];2575 -> 2662[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2575 -> 2663[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2576 -> 1238[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2576[label="vwx251 <= vwx261",fontsize=16,color="magenta"];2576 -> 2664[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2576 -> 2665[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2577 -> 1239[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2577[label="vwx251 <= vwx261",fontsize=16,color="magenta"];2577 -> 2666[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2577 -> 2667[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2578 -> 1240[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2578[label="vwx251 <= vwx261",fontsize=16,color="magenta"];2578 -> 2668[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2578 -> 2669[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2579 -> 1241[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2579[label="vwx251 <= vwx261",fontsize=16,color="magenta"];2579 -> 2670[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2579 -> 2671[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2580 -> 1242[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2580[label="vwx251 <= vwx261",fontsize=16,color="magenta"];2580 -> 2672[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2580 -> 2673[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2581 -> 1243[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2581[label="vwx251 <= vwx261",fontsize=16,color="magenta"];2581 -> 2674[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2581 -> 2675[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2582 -> 1244[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2582[label="vwx251 <= vwx261",fontsize=16,color="magenta"];2582 -> 2676[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2582 -> 2677[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2583 -> 1245[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2583[label="vwx251 <= vwx261",fontsize=16,color="magenta"];2583 -> 2678[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2583 -> 2679[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2584 -> 1246[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2584[label="vwx251 <= vwx261",fontsize=16,color="magenta"];2584 -> 2680[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2584 -> 2681[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2585 -> 1247[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2585[label="vwx251 <= vwx261",fontsize=16,color="magenta"];2585 -> 2682[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2585 -> 2683[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2586 -> 1248[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2586[label="vwx251 <= vwx261",fontsize=16,color="magenta"];2586 -> 2684[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2586 -> 2685[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2587 -> 1249[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2587[label="vwx251 <= vwx261",fontsize=16,color="magenta"];2587 -> 2686[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2587 -> 2687[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2588 -> 1250[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2588[label="vwx251 <= vwx261",fontsize=16,color="magenta"];2588 -> 2688[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2588 -> 2689[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2589[label="primPlusNat vwx1690 vwx30100",fontsize=16,color="burlywood",shape="triangle"];3617[label="vwx1690/Succ vwx16900",fontsize=10,color="white",style="solid",shape="box"];2589 -> 3617[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3617 -> 2690[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 3618[label="vwx1690/Zero",fontsize=10,color="white",style="solid",shape="box"];2589 -> 3618[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3618 -> 2691[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 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="vwx260",fontsize=16,color="green",shape="box"];2599[label="vwx250",fontsize=16,color="green",shape="box"];2600[label="vwx260",fontsize=16,color="green",shape="box"];2601[label="vwx250",fontsize=16,color="green",shape="box"];2602[label="vwx260",fontsize=16,color="green",shape="box"];2603[label="vwx250",fontsize=16,color="green",shape="box"];2604[label="vwx260",fontsize=16,color="green",shape="box"];2605[label="vwx250",fontsize=16,color="green",shape="box"];2606[label="vwx260",fontsize=16,color="green",shape="box"];2607[label="vwx250",fontsize=16,color="green",shape="box"];2608[label="vwx260",fontsize=16,color="green",shape="box"];2609[label="vwx250",fontsize=16,color="green",shape="box"];2610[label="vwx260",fontsize=16,color="green",shape="box"];2611[label="vwx250",fontsize=16,color="green",shape="box"];2612[label="vwx260",fontsize=16,color="green",shape="box"];2613[label="vwx250",fontsize=16,color="green",shape="box"];2614[label="vwx260",fontsize=16,color="green",shape="box"];2615[label="vwx250",fontsize=16,color="green",shape="box"];2616[label="vwx260",fontsize=16,color="green",shape="box"];2617[label="vwx250",fontsize=16,color="green",shape="box"];2618 -> 1290[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2618[label="vwx251 < vwx261",fontsize=16,color="magenta"];2618 -> 2692[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2618 -> 2693[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2619 -> 1291[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2619[label="vwx251 < vwx261",fontsize=16,color="magenta"];2619 -> 2694[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2619 -> 2695[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2620 -> 1292[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2620[label="vwx251 < vwx261",fontsize=16,color="magenta"];2620 -> 2696[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2620 -> 2697[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2621 -> 1293[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2621[label="vwx251 < vwx261",fontsize=16,color="magenta"];2621 -> 2698[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2621 -> 2699[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2622 -> 1294[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2622[label="vwx251 < vwx261",fontsize=16,color="magenta"];2622 -> 2700[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2622 -> 2701[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2623 -> 1295[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2623[label="vwx251 < vwx261",fontsize=16,color="magenta"];2623 -> 2702[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2623 -> 2703[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2624 -> 1296[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2624[label="vwx251 < vwx261",fontsize=16,color="magenta"];2624 -> 2704[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2624 -> 2705[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2625 -> 1297[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2625[label="vwx251 < vwx261",fontsize=16,color="magenta"];2625 -> 2706[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2625 -> 2707[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2626 -> 1298[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2626[label="vwx251 < vwx261",fontsize=16,color="magenta"];2626 -> 2708[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2626 -> 2709[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2627 -> 1299[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2627[label="vwx251 < vwx261",fontsize=16,color="magenta"];2627 -> 2710[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2627 -> 2711[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2628 -> 1300[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2628[label="vwx251 < vwx261",fontsize=16,color="magenta"];2628 -> 2712[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2628 -> 2713[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2629 -> 1301[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2629[label="vwx251 < vwx261",fontsize=16,color="magenta"];2629 -> 2714[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2629 -> 2715[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2630 -> 1302[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2630[label="vwx251 < vwx261",fontsize=16,color="magenta"];2630 -> 2716[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2630 -> 2717[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2631 -> 1303[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2631[label="vwx251 < vwx261",fontsize=16,color="magenta"];2631 -> 2718[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2631 -> 2719[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2632[label="vwx251 == vwx261",fontsize=16,color="blue",shape="box"];3619[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2632 -> 3619[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3619 -> 2720[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3620[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2632 -> 3620[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3620 -> 2721[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3621[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2632 -> 3621[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3621 -> 2722[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3622[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2632 -> 3622[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3622 -> 2723[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3623[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2632 -> 3623[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3623 -> 2724[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3624[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2632 -> 3624[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3624 -> 2725[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3625[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2632 -> 3625[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3625 -> 2726[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3626[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2632 -> 3626[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3626 -> 2727[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3627[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2632 -> 3627[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3627 -> 2728[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3628[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2632 -> 3628[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3628 -> 2729[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3629[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2632 -> 3629[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3629 -> 2730[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3630[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2632 -> 3630[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3630 -> 2731[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3631[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2632 -> 3631[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3631 -> 2732[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3632[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2632 -> 3632[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3632 -> 2733[label="",style="solid", color="blue", weight=3]; 22.13/9.70 2633[label="vwx252 <= vwx262",fontsize=16,color="blue",shape="box"];3633[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2633 -> 3633[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3633 -> 2734[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3634[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2633 -> 3634[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3634 -> 2735[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3635[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2633 -> 3635[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3635 -> 2736[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3636[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2633 -> 3636[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3636 -> 2737[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3637[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2633 -> 3637[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3637 -> 2738[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3638[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2633 -> 3638[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3638 -> 2739[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3639[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2633 -> 3639[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3639 -> 2740[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3640[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2633 -> 3640[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3640 -> 2741[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3641[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2633 -> 3641[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3641 -> 2742[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3642[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2633 -> 3642[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3642 -> 2743[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3643[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2633 -> 3643[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3643 -> 2744[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3644[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2633 -> 3644[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3644 -> 2745[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3645[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2633 -> 3645[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3645 -> 2746[label="",style="solid", color="blue", weight=3]; 22.13/9.70 3646[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2633 -> 3646[label="",style="solid", color="blue", weight=9]; 22.13/9.70 3646 -> 2747[label="",style="solid", color="blue", weight=3]; 22.13/9.70 2634[label="vwx260",fontsize=16,color="green",shape="box"];2635[label="vwx250",fontsize=16,color="green",shape="box"];2636[label="vwx260",fontsize=16,color="green",shape="box"];2637[label="vwx250",fontsize=16,color="green",shape="box"];2638[label="vwx260",fontsize=16,color="green",shape="box"];2639[label="vwx250",fontsize=16,color="green",shape="box"];2640[label="vwx260",fontsize=16,color="green",shape="box"];2641[label="vwx250",fontsize=16,color="green",shape="box"];2642[label="vwx260",fontsize=16,color="green",shape="box"];2643[label="vwx250",fontsize=16,color="green",shape="box"];2644[label="vwx260",fontsize=16,color="green",shape="box"];2645[label="vwx250",fontsize=16,color="green",shape="box"];2646[label="vwx260",fontsize=16,color="green",shape="box"];2647[label="vwx250",fontsize=16,color="green",shape="box"];2648[label="vwx260",fontsize=16,color="green",shape="box"];2649[label="vwx250",fontsize=16,color="green",shape="box"];2650[label="vwx260",fontsize=16,color="green",shape="box"];2651[label="vwx250",fontsize=16,color="green",shape="box"];2652[label="vwx260",fontsize=16,color="green",shape="box"];2653[label="vwx250",fontsize=16,color="green",shape="box"];2654[label="vwx260",fontsize=16,color="green",shape="box"];2655[label="vwx250",fontsize=16,color="green",shape="box"];2656[label="vwx260",fontsize=16,color="green",shape="box"];2657[label="vwx250",fontsize=16,color="green",shape="box"];2658[label="vwx260",fontsize=16,color="green",shape="box"];2659[label="vwx250",fontsize=16,color="green",shape="box"];2660[label="vwx260",fontsize=16,color="green",shape="box"];2661[label="vwx250",fontsize=16,color="green",shape="box"];2662[label="vwx251",fontsize=16,color="green",shape="box"];2663[label="vwx261",fontsize=16,color="green",shape="box"];2664[label="vwx251",fontsize=16,color="green",shape="box"];2665[label="vwx261",fontsize=16,color="green",shape="box"];2666[label="vwx251",fontsize=16,color="green",shape="box"];2667[label="vwx261",fontsize=16,color="green",shape="box"];2668[label="vwx251",fontsize=16,color="green",shape="box"];2669[label="vwx261",fontsize=16,color="green",shape="box"];2670[label="vwx251",fontsize=16,color="green",shape="box"];2671[label="vwx261",fontsize=16,color="green",shape="box"];2672[label="vwx251",fontsize=16,color="green",shape="box"];2673[label="vwx261",fontsize=16,color="green",shape="box"];2674[label="vwx251",fontsize=16,color="green",shape="box"];2675[label="vwx261",fontsize=16,color="green",shape="box"];2676[label="vwx251",fontsize=16,color="green",shape="box"];2677[label="vwx261",fontsize=16,color="green",shape="box"];2678[label="vwx251",fontsize=16,color="green",shape="box"];2679[label="vwx261",fontsize=16,color="green",shape="box"];2680[label="vwx251",fontsize=16,color="green",shape="box"];2681[label="vwx261",fontsize=16,color="green",shape="box"];2682[label="vwx251",fontsize=16,color="green",shape="box"];2683[label="vwx261",fontsize=16,color="green",shape="box"];2684[label="vwx251",fontsize=16,color="green",shape="box"];2685[label="vwx261",fontsize=16,color="green",shape="box"];2686[label="vwx251",fontsize=16,color="green",shape="box"];2687[label="vwx261",fontsize=16,color="green",shape="box"];2688[label="vwx251",fontsize=16,color="green",shape="box"];2689[label="vwx261",fontsize=16,color="green",shape="box"];2690[label="primPlusNat (Succ vwx16900) vwx30100",fontsize=16,color="burlywood",shape="box"];3647[label="vwx30100/Succ vwx301000",fontsize=10,color="white",style="solid",shape="box"];2690 -> 3647[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3647 -> 2748[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 3648[label="vwx30100/Zero",fontsize=10,color="white",style="solid",shape="box"];2690 -> 3648[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3648 -> 2749[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 2691[label="primPlusNat Zero vwx30100",fontsize=16,color="burlywood",shape="box"];3649[label="vwx30100/Succ vwx301000",fontsize=10,color="white",style="solid",shape="box"];2691 -> 3649[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3649 -> 2750[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 3650[label="vwx30100/Zero",fontsize=10,color="white",style="solid",shape="box"];2691 -> 3650[label="",style="solid", color="burlywood", weight=9]; 22.13/9.70 3650 -> 2751[label="",style="solid", color="burlywood", weight=3]; 22.13/9.70 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="vwx261",fontsize=16,color="green",shape="box"];2707[label="vwx251",fontsize=16,color="green",shape="box"];2708[label="vwx261",fontsize=16,color="green",shape="box"];2709[label="vwx251",fontsize=16,color="green",shape="box"];2710[label="vwx261",fontsize=16,color="green",shape="box"];2711[label="vwx251",fontsize=16,color="green",shape="box"];2712[label="vwx261",fontsize=16,color="green",shape="box"];2713[label="vwx251",fontsize=16,color="green",shape="box"];2714[label="vwx261",fontsize=16,color="green",shape="box"];2715[label="vwx251",fontsize=16,color="green",shape="box"];2716[label="vwx261",fontsize=16,color="green",shape="box"];2717[label="vwx251",fontsize=16,color="green",shape="box"];2718[label="vwx261",fontsize=16,color="green",shape="box"];2719[label="vwx251",fontsize=16,color="green",shape="box"];2720 -> 362[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2720[label="vwx251 == vwx261",fontsize=16,color="magenta"];2720 -> 2752[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2720 -> 2753[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2721 -> 352[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2721[label="vwx251 == vwx261",fontsize=16,color="magenta"];2721 -> 2754[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2721 -> 2755[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2722 -> 361[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2722[label="vwx251 == vwx261",fontsize=16,color="magenta"];2722 -> 2756[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2722 -> 2757[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2723 -> 350[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2723[label="vwx251 == vwx261",fontsize=16,color="magenta"];2723 -> 2758[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2723 -> 2759[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2724 -> 355[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2724[label="vwx251 == vwx261",fontsize=16,color="magenta"];2724 -> 2760[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2724 -> 2761[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2725 -> 359[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2725[label="vwx251 == vwx261",fontsize=16,color="magenta"];2725 -> 2762[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2725 -> 2763[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2726 -> 360[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2726[label="vwx251 == vwx261",fontsize=16,color="magenta"];2726 -> 2764[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2726 -> 2765[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2727 -> 357[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2727[label="vwx251 == vwx261",fontsize=16,color="magenta"];2727 -> 2766[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2727 -> 2767[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2728 -> 349[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2728[label="vwx251 == vwx261",fontsize=16,color="magenta"];2728 -> 2768[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2728 -> 2769[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2729 -> 354[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2729[label="vwx251 == vwx261",fontsize=16,color="magenta"];2729 -> 2770[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2729 -> 2771[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2730 -> 353[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2730[label="vwx251 == vwx261",fontsize=16,color="magenta"];2730 -> 2772[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2730 -> 2773[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2731 -> 358[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2731[label="vwx251 == vwx261",fontsize=16,color="magenta"];2731 -> 2774[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2731 -> 2775[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2732 -> 356[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2732[label="vwx251 == vwx261",fontsize=16,color="magenta"];2732 -> 2776[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2732 -> 2777[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2733 -> 351[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2733[label="vwx251 == vwx261",fontsize=16,color="magenta"];2733 -> 2778[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2733 -> 2779[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2734 -> 1237[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2734[label="vwx252 <= vwx262",fontsize=16,color="magenta"];2734 -> 2780[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2734 -> 2781[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2735 -> 1238[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2735[label="vwx252 <= vwx262",fontsize=16,color="magenta"];2735 -> 2782[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2735 -> 2783[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2736 -> 1239[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2736[label="vwx252 <= vwx262",fontsize=16,color="magenta"];2736 -> 2784[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2736 -> 2785[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2737 -> 1240[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2737[label="vwx252 <= vwx262",fontsize=16,color="magenta"];2737 -> 2786[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2737 -> 2787[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2738 -> 1241[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2738[label="vwx252 <= vwx262",fontsize=16,color="magenta"];2738 -> 2788[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2738 -> 2789[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2739 -> 1242[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2739[label="vwx252 <= vwx262",fontsize=16,color="magenta"];2739 -> 2790[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2739 -> 2791[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2740 -> 1243[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2740[label="vwx252 <= vwx262",fontsize=16,color="magenta"];2740 -> 2792[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2740 -> 2793[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2741 -> 1244[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2741[label="vwx252 <= vwx262",fontsize=16,color="magenta"];2741 -> 2794[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2741 -> 2795[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2742 -> 1245[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2742[label="vwx252 <= vwx262",fontsize=16,color="magenta"];2742 -> 2796[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2742 -> 2797[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2743 -> 1246[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2743[label="vwx252 <= vwx262",fontsize=16,color="magenta"];2743 -> 2798[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2743 -> 2799[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2744 -> 1247[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2744[label="vwx252 <= vwx262",fontsize=16,color="magenta"];2744 -> 2800[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2744 -> 2801[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2745 -> 1248[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2745[label="vwx252 <= vwx262",fontsize=16,color="magenta"];2745 -> 2802[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2745 -> 2803[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2746 -> 1249[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2746[label="vwx252 <= vwx262",fontsize=16,color="magenta"];2746 -> 2804[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2746 -> 2805[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2747 -> 1250[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2747[label="vwx252 <= vwx262",fontsize=16,color="magenta"];2747 -> 2806[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2747 -> 2807[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2748[label="primPlusNat (Succ vwx16900) (Succ vwx301000)",fontsize=16,color="black",shape="box"];2748 -> 2808[label="",style="solid", color="black", weight=3]; 22.13/9.70 2749[label="primPlusNat (Succ vwx16900) Zero",fontsize=16,color="black",shape="box"];2749 -> 2809[label="",style="solid", color="black", weight=3]; 22.13/9.70 2750[label="primPlusNat Zero (Succ vwx301000)",fontsize=16,color="black",shape="box"];2750 -> 2810[label="",style="solid", color="black", weight=3]; 22.13/9.70 2751[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];2751 -> 2811[label="",style="solid", color="black", weight=3]; 22.13/9.70 2752[label="vwx261",fontsize=16,color="green",shape="box"];2753[label="vwx251",fontsize=16,color="green",shape="box"];2754[label="vwx261",fontsize=16,color="green",shape="box"];2755[label="vwx251",fontsize=16,color="green",shape="box"];2756[label="vwx261",fontsize=16,color="green",shape="box"];2757[label="vwx251",fontsize=16,color="green",shape="box"];2758[label="vwx261",fontsize=16,color="green",shape="box"];2759[label="vwx251",fontsize=16,color="green",shape="box"];2760[label="vwx261",fontsize=16,color="green",shape="box"];2761[label="vwx251",fontsize=16,color="green",shape="box"];2762[label="vwx261",fontsize=16,color="green",shape="box"];2763[label="vwx251",fontsize=16,color="green",shape="box"];2764[label="vwx261",fontsize=16,color="green",shape="box"];2765[label="vwx251",fontsize=16,color="green",shape="box"];2766[label="vwx261",fontsize=16,color="green",shape="box"];2767[label="vwx251",fontsize=16,color="green",shape="box"];2768[label="vwx261",fontsize=16,color="green",shape="box"];2769[label="vwx251",fontsize=16,color="green",shape="box"];2770[label="vwx261",fontsize=16,color="green",shape="box"];2771[label="vwx251",fontsize=16,color="green",shape="box"];2772[label="vwx261",fontsize=16,color="green",shape="box"];2773[label="vwx251",fontsize=16,color="green",shape="box"];2774[label="vwx261",fontsize=16,color="green",shape="box"];2775[label="vwx251",fontsize=16,color="green",shape="box"];2776[label="vwx261",fontsize=16,color="green",shape="box"];2777[label="vwx251",fontsize=16,color="green",shape="box"];2778[label="vwx261",fontsize=16,color="green",shape="box"];2779[label="vwx251",fontsize=16,color="green",shape="box"];2780[label="vwx252",fontsize=16,color="green",shape="box"];2781[label="vwx262",fontsize=16,color="green",shape="box"];2782[label="vwx252",fontsize=16,color="green",shape="box"];2783[label="vwx262",fontsize=16,color="green",shape="box"];2784[label="vwx252",fontsize=16,color="green",shape="box"];2785[label="vwx262",fontsize=16,color="green",shape="box"];2786[label="vwx252",fontsize=16,color="green",shape="box"];2787[label="vwx262",fontsize=16,color="green",shape="box"];2788[label="vwx252",fontsize=16,color="green",shape="box"];2789[label="vwx262",fontsize=16,color="green",shape="box"];2790[label="vwx252",fontsize=16,color="green",shape="box"];2791[label="vwx262",fontsize=16,color="green",shape="box"];2792[label="vwx252",fontsize=16,color="green",shape="box"];2793[label="vwx262",fontsize=16,color="green",shape="box"];2794[label="vwx252",fontsize=16,color="green",shape="box"];2795[label="vwx262",fontsize=16,color="green",shape="box"];2796[label="vwx252",fontsize=16,color="green",shape="box"];2797[label="vwx262",fontsize=16,color="green",shape="box"];2798[label="vwx252",fontsize=16,color="green",shape="box"];2799[label="vwx262",fontsize=16,color="green",shape="box"];2800[label="vwx252",fontsize=16,color="green",shape="box"];2801[label="vwx262",fontsize=16,color="green",shape="box"];2802[label="vwx252",fontsize=16,color="green",shape="box"];2803[label="vwx262",fontsize=16,color="green",shape="box"];2804[label="vwx252",fontsize=16,color="green",shape="box"];2805[label="vwx262",fontsize=16,color="green",shape="box"];2806[label="vwx252",fontsize=16,color="green",shape="box"];2807[label="vwx262",fontsize=16,color="green",shape="box"];2808[label="Succ (Succ (primPlusNat vwx16900 vwx301000))",fontsize=16,color="green",shape="box"];2808 -> 2812[label="",style="dashed", color="green", weight=3]; 22.13/9.70 2809[label="Succ vwx16900",fontsize=16,color="green",shape="box"];2810[label="Succ vwx301000",fontsize=16,color="green",shape="box"];2811[label="Zero",fontsize=16,color="green",shape="box"];2812 -> 2589[label="",style="dashed", color="red", weight=0]; 22.13/9.70 2812[label="primPlusNat vwx16900 vwx301000",fontsize=16,color="magenta"];2812 -> 2813[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2812 -> 2814[label="",style="dashed", color="magenta", weight=3]; 22.13/9.70 2813[label="vwx16900",fontsize=16,color="green",shape="box"];2814[label="vwx301000",fontsize=16,color="green",shape="box"];} 22.13/9.70 22.13/9.70 ---------------------------------------- 22.13/9.70 22.13/9.70 (14) 22.13/9.70 Complex Obligation (AND) 22.13/9.70 22.13/9.70 ---------------------------------------- 22.13/9.70 22.13/9.70 (15) 22.13/9.70 Obligation: 22.13/9.70 Q DP problem: 22.13/9.70 The TRS P consists of the following rules: 22.13/9.70 22.13/9.70 new_primCmpNat(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat(vwx3000, vwx4000) 22.13/9.70 22.13/9.70 R is empty. 22.13/9.70 Q is empty. 22.13/9.70 We have to consider all minimal (P,Q,R)-chains. 22.13/9.70 ---------------------------------------- 22.13/9.70 22.13/9.70 (16) QDPSizeChangeProof (EQUIVALENT) 22.13/9.70 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.13/9.70 22.13/9.70 From the DPs we obtained the following set of size-change graphs: 22.13/9.70 *new_primCmpNat(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat(vwx3000, vwx4000) 22.13/9.70 The graph contains the following edges 1 > 1, 2 > 2 22.13/9.70 22.13/9.70 22.13/9.70 ---------------------------------------- 22.13/9.70 22.13/9.70 (17) 22.13/9.70 YES 22.13/9.70 22.13/9.70 ---------------------------------------- 22.13/9.70 22.13/9.70 (18) 22.13/9.70 Obligation: 22.13/9.70 Q DP problem: 22.13/9.70 The TRS P consists of the following rules: 22.13/9.70 22.13/9.70 new_primMulNat(Succ(vwx40000), Succ(vwx30100)) -> new_primMulNat(vwx40000, Succ(vwx30100)) 22.13/9.70 22.13/9.70 R is empty. 22.13/9.70 Q is empty. 22.13/9.70 We have to consider all minimal (P,Q,R)-chains. 22.13/9.70 ---------------------------------------- 22.13/9.70 22.13/9.70 (19) QDPSizeChangeProof (EQUIVALENT) 22.13/9.70 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.13/9.70 22.13/9.70 From the DPs we obtained the following set of size-change graphs: 22.13/9.70 *new_primMulNat(Succ(vwx40000), Succ(vwx30100)) -> new_primMulNat(vwx40000, Succ(vwx30100)) 22.13/9.70 The graph contains the following edges 1 > 1, 2 >= 2 22.13/9.70 22.13/9.70 22.13/9.70 ---------------------------------------- 22.13/9.70 22.13/9.70 (20) 22.13/9.70 YES 22.13/9.70 22.13/9.70 ---------------------------------------- 22.13/9.70 22.13/9.70 (21) 22.13/9.70 Obligation: 22.13/9.70 Q DP problem: 22.13/9.70 The TRS P consists of the following rules: 22.13/9.70 22.13/9.70 new_compare2(Just(vwx250), Just(vwx260), False, app(ty_Maybe, app(app(app(ty_@3, bde), bdf), bdg)), cd) -> new_ltEs0(vwx250, vwx260, bde, bdf, bdg) 22.13/9.70 new_ltEs(Right(vwx250), Right(vwx260), de, app(ty_Maybe, ef)) -> new_ltEs3(vwx250, vwx260, ef) 22.13/9.70 new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, bca), app(ty_[], bcg)), cd) -> new_ltEs1(vwx251, vwx261, bcg) 22.13/9.70 new_ltEs0(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), gc, fa, app(app(app(ty_@3, hg), hh), baa)) -> new_ltEs0(vwx252, vwx262, hg, hh, baa) 22.13/9.70 new_compare21(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, False, bfa, bgd, app(app(ty_@2, bhc), bhd)) -> new_ltEs2(vwx78, vwx81, bhc, bhd) 22.13/9.70 new_compare2(Just(vwx250), Just(vwx260), False, app(ty_Maybe, app(app(ty_@2, bea), beb)), cd) -> new_ltEs2(vwx250, vwx260, bea, beb) 22.13/9.70 new_compare2(Left(vwx250), Left(vwx260), False, app(app(ty_Either, app(app(ty_@2, db), dc)), cc), cd) -> new_ltEs2(vwx250, vwx260, db, dc) 22.13/9.70 new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, gc), app(app(ty_@2, hb), hc)), fb), cd) -> new_lt2(vwx251, vwx261, hb, hc) 22.13/9.70 new_compare1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bb, bc, bd) -> new_compare21(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs6(vwx300, vwx400, bb), new_asAs(new_esEs7(vwx301, vwx401, bc), new_esEs8(vwx302, vwx402, bd))), bb, bc, bd) 22.13/9.70 new_ltEs0(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), app(app(app(ty_@3, fc), fd), ff), fa, fb) -> new_lt0(vwx250, vwx260, fc, fd, ff) 22.13/9.70 new_ltEs(Left(vwx250), Left(vwx260), app(app(ty_@2, db), dc), cc) -> new_ltEs2(vwx250, vwx260, db, dc) 22.13/9.70 new_ltEs(Left(vwx250), Left(vwx260), app(ty_[], da), cc) -> new_ltEs1(vwx250, vwx260, da) 22.13/9.70 new_ltEs3(Just(vwx250), Just(vwx260), app(app(ty_@2, bea), beb)) -> new_ltEs2(vwx250, vwx260, bea, beb) 22.13/9.70 new_compare2(Left(vwx250), Left(vwx260), False, app(app(ty_Either, app(ty_Maybe, dd)), cc), cd) -> new_ltEs3(vwx250, vwx260, dd) 22.13/9.70 new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, bca), app(app(ty_@2, bch), bda)), cd) -> new_ltEs2(vwx251, vwx261, bch, bda) 22.13/9.70 new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, app(app(ty_@2, bbf), bbg)), bba), cd) -> new_lt2(vwx250, vwx260, bbf, bbg) 22.13/9.70 new_compare22(vwx89, vwx90, vwx91, vwx92, False, app(app(ty_Either, cac), cad), cae) -> new_lt(vwx89, vwx91, cac, cad) 22.13/9.70 new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, gc), app(app(app(ty_@3, gf), gg), gh)), fb), cd) -> new_lt0(vwx251, vwx261, gf, gg, gh) 22.13/9.70 new_ltEs0(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), gc, app(ty_Maybe, hd), fb) -> new_lt3(vwx251, vwx261, hd) 22.13/9.70 new_compare2(Right(vwx250), Right(vwx260), False, app(app(ty_Either, de), app(app(app(ty_@3, dh), ea), eb)), cd) -> new_ltEs0(vwx250, vwx260, dh, ea, eb) 22.13/9.70 new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, bca), app(app(ty_Either, bcb), bcc)), cd) -> new_ltEs(vwx251, vwx261, bcb, bcc) 22.13/9.70 new_compare0(Right(vwx300), Right(vwx400), h, ba) -> new_compare20(vwx300, vwx400, new_esEs5(vwx300, vwx400, ba), h, ba) 22.13/9.70 new_ltEs(Left(vwx250), Left(vwx260), app(ty_Maybe, dd), cc) -> new_ltEs3(vwx250, vwx260, dd) 22.13/9.70 new_ltEs3(Just(vwx250), Just(vwx260), app(app(ty_Either, bdc), bdd)) -> new_ltEs(vwx250, vwx260, bdc, bdd) 22.13/9.70 new_compare2(Right(vwx250), Right(vwx260), False, app(app(ty_Either, de), app(app(ty_Either, df), dg)), cd) -> new_ltEs(vwx250, vwx260, df, dg) 22.13/9.70 new_compare2(Right(vwx250), Right(vwx260), False, app(app(ty_Either, de), app(ty_Maybe, ef)), cd) -> new_ltEs3(vwx250, vwx260, ef) 22.13/9.70 new_compare21(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, False, bfa, bgd, app(app(ty_Either, bge), bgf)) -> new_ltEs(vwx78, vwx81, bge, bgf) 22.13/9.70 new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, app(ty_Maybe, gb)), fa), fb), cd) -> new_lt3(vwx250, vwx260, gb) 22.13/9.70 new_ltEs0(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), gc, app(app(ty_Either, gd), ge), fb) -> new_lt(vwx251, vwx261, gd, ge) 22.13/9.70 new_ltEs0(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), gc, fa, app(ty_Maybe, bae)) -> new_ltEs3(vwx252, vwx262, bae) 22.13/9.70 new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, gc), app(app(ty_Either, gd), ge)), fb), cd) -> new_lt(vwx251, vwx261, gd, ge) 22.13/9.70 new_ltEs2(@2(vwx250, vwx251), @2(vwx260, vwx261), bca, app(ty_[], bcg)) -> new_ltEs1(vwx251, vwx261, bcg) 22.13/9.70 new_lt3(vwx76, vwx79, caa) -> new_compare4(vwx76, vwx79, caa) 22.13/9.70 new_compare(:(vwx30, vwx31), :(vwx40, vwx41), cab) -> new_primCompAux(vwx30, vwx40, new_compare5(vwx31, vwx41, cab), cab) 22.13/9.70 new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, app(app(app(ty_@3, bbb), bbc), bbd)), bba), cd) -> new_lt0(vwx250, vwx260, bbb, bbc, bbd) 22.13/9.70 new_ltEs3(Just(vwx250), Just(vwx260), app(app(app(ty_@3, bde), bdf), bdg)) -> new_ltEs0(vwx250, vwx260, bde, bdf, bdg) 22.13/9.70 new_ltEs0(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), gc, fa, app(app(ty_@2, bac), bad)) -> new_ltEs2(vwx252, vwx262, bac, bad) 22.13/9.70 new_ltEs(Left(vwx250), Left(vwx260), app(app(ty_Either, ca), cb), cc) -> new_ltEs(vwx250, vwx260, ca, cb) 22.13/9.70 new_compare21(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, False, bfa, bgd, app(app(app(ty_@3, bgg), bgh), bha)) -> new_ltEs0(vwx78, vwx81, bgg, bgh, bha) 22.13/9.70 new_compare23(vwx65, vwx66, False, app(ty_Maybe, cdg)) -> new_ltEs3(vwx65, vwx66, cdg) 22.13/9.70 new_ltEs(Right(vwx250), Right(vwx260), de, app(app(ty_@2, ed), ee)) -> new_ltEs2(vwx250, vwx260, ed, ee) 22.13/9.70 new_ltEs0(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), gc, fa, app(ty_[], bab)) -> new_ltEs1(vwx252, vwx262, bab) 22.13/9.70 new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, gc), app(ty_Maybe, hd)), fb), cd) -> new_lt3(vwx251, vwx261, hd) 22.13/9.70 new_compare22(vwx89, vwx90, vwx91, vwx92, False, app(app(ty_@2, cbb), cbc), cae) -> new_lt2(vwx89, vwx91, cbb, cbc) 22.13/9.70 new_compare2(Just(vwx250), Just(vwx260), False, app(ty_Maybe, app(app(ty_Either, bdc), bdd)), cd) -> new_ltEs(vwx250, vwx260, bdc, bdd) 22.13/9.70 new_compare21(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, False, app(ty_[], bhf), bgd, bfd) -> new_compare(vwx76, vwx79, bhf) 22.13/9.70 new_ltEs2(@2(vwx250, vwx251), @2(vwx260, vwx261), bca, app(ty_Maybe, bdb)) -> new_ltEs3(vwx251, vwx261, bdb) 22.13/9.70 new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, app(app(ty_Either, bag), bah)), bba), cd) -> new_lt(vwx250, vwx260, bag, bah) 22.13/9.70 new_ltEs0(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), gc, app(ty_[], ha), fb) -> new_lt1(vwx251, vwx261, ha) 22.13/9.70 new_compare2(Left(vwx250), Left(vwx260), False, app(app(ty_Either, app(app(app(ty_@3, ce), cf), cg)), cc), cd) -> new_ltEs0(vwx250, vwx260, ce, cf, cg) 22.13/9.70 new_compare21(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, False, bfa, app(app(ty_@2, bga), bgb), bfd) -> new_lt2(vwx77, vwx80, bga, bgb) 22.13/9.70 new_compare21(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, False, app(app(app(ty_@3, bef), beg), beh), bgd, bfd) -> new_compare1(vwx76, vwx79, bef, beg, beh) 22.13/9.70 new_ltEs0(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), app(app(ty_Either, eg), eh), fa, fb) -> new_lt(vwx250, vwx260, eg, eh) 22.13/9.70 new_ltEs2(@2(vwx250, vwx251), @2(vwx260, vwx261), app(ty_Maybe, bbh), bba) -> new_lt3(vwx250, vwx260, bbh) 22.13/9.70 new_ltEs2(@2(vwx250, vwx251), @2(vwx260, vwx261), bca, app(app(ty_Either, bcb), bcc)) -> new_ltEs(vwx251, vwx261, bcb, bcc) 22.13/9.70 new_ltEs3(Just(vwx250), Just(vwx260), app(ty_[], bdh)) -> new_ltEs1(vwx250, vwx260, bdh) 22.13/9.70 new_compare2(vwx25, vwx26, False, app(ty_[], baf), cd) -> new_compare(vwx25, vwx26, baf) 22.13/9.70 new_ltEs(Left(vwx250), Left(vwx260), app(app(app(ty_@3, ce), cf), cg), cc) -> new_ltEs0(vwx250, vwx260, ce, cf, cg) 22.13/9.70 new_compare21(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, False, app(app(ty_Either, bed), bee), bgd, bfd) -> new_compare0(vwx76, vwx79, bed, bee) 22.13/9.70 new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, gc), fa), app(ty_Maybe, bae)), cd) -> new_ltEs3(vwx252, vwx262, bae) 22.13/9.70 new_ltEs2(@2(vwx250, vwx251), @2(vwx260, vwx261), app(app(ty_Either, bag), bah), bba) -> new_lt(vwx250, vwx260, bag, bah) 22.13/9.70 new_primCompAux(Right(vwx300), Right(vwx400), vwx15, app(app(ty_Either, h), ba)) -> new_compare20(vwx300, vwx400, new_esEs5(vwx300, vwx400, ba), h, ba) 22.13/9.70 new_ltEs2(@2(vwx250, vwx251), @2(vwx260, vwx261), app(ty_[], bbe), bba) -> new_lt1(vwx250, vwx260, bbe) 22.13/9.70 new_compare3(@2(vwx300, vwx301), @2(vwx400, vwx401), bf, bg) -> new_compare22(vwx300, vwx301, vwx400, vwx401, new_asAs(new_esEs9(vwx300, vwx400, bf), new_esEs10(vwx301, vwx401, bg)), bf, bg) 22.13/9.70 new_ltEs(Right(vwx250), Right(vwx260), de, app(ty_[], ec)) -> new_ltEs1(vwx250, vwx260, ec) 22.13/9.70 new_compare23(vwx65, vwx66, False, app(ty_[], cdd)) -> new_ltEs1(vwx65, vwx66, cdd) 22.13/9.70 new_compare23(vwx65, vwx66, False, app(app(app(ty_@3, cda), cdb), cdc)) -> new_ltEs0(vwx65, vwx66, cda, cdb, cdc) 22.13/9.70 new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, gc), app(ty_[], ha)), fb), cd) -> new_lt1(vwx251, vwx261, ha) 22.13/9.70 new_compare21(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, False, bfa, bgd, app(ty_[], bhb)) -> new_ltEs1(vwx78, vwx81, bhb) 22.13/9.70 new_compare2(Left(vwx250), Left(vwx260), False, app(app(ty_Either, app(app(ty_Either, ca), cb)), cc), cd) -> new_ltEs(vwx250, vwx260, ca, cb) 22.13/9.70 new_lt0(vwx76, vwx79, bef, beg, beh) -> new_compare1(vwx76, vwx79, bef, beg, beh) 22.13/9.70 new_compare21(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, False, bfa, app(app(app(ty_@3, bfe), bff), bfg), bfd) -> new_lt0(vwx77, vwx80, bfe, bff, bfg) 22.13/9.70 new_compare22(vwx89, vwx90, vwx91, vwx92, False, app(ty_[], cba), cae) -> new_lt1(vwx89, vwx91, cba) 22.13/9.70 new_compare22(vwx89, vwx90, vwx91, vwx92, False, cbe, app(ty_Maybe, ccf)) -> new_ltEs3(vwx90, vwx92, ccf) 22.13/9.70 new_ltEs2(@2(vwx250, vwx251), @2(vwx260, vwx261), bca, app(app(app(ty_@3, bcd), bce), bcf)) -> new_ltEs0(vwx251, vwx261, bcd, bce, bcf) 22.13/9.70 new_ltEs2(@2(vwx250, vwx251), @2(vwx260, vwx261), app(app(app(ty_@3, bbb), bbc), bbd), bba) -> new_lt0(vwx250, vwx260, bbb, bbc, bbd) 22.13/9.70 new_ltEs(Right(vwx250), Right(vwx260), de, app(app(ty_Either, df), dg)) -> new_ltEs(vwx250, vwx260, df, dg) 22.13/9.70 new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, gc), fa), app(app(ty_Either, he), hf)), cd) -> new_ltEs(vwx252, vwx262, he, hf) 22.13/9.70 new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, app(app(ty_Either, eg), eh)), fa), fb), cd) -> new_lt(vwx250, vwx260, eg, eh) 22.13/9.70 new_ltEs3(Just(vwx250), Just(vwx260), app(ty_Maybe, bec)) -> new_ltEs3(vwx250, vwx260, bec) 22.13/9.70 new_compare20(vwx32, vwx33, False, cdh, app(app(app(ty_@3, cec), ced), cee)) -> new_ltEs0(vwx32, vwx33, cec, ced, cee) 22.13/9.70 new_primCompAux(Just(vwx300), Just(vwx400), vwx15, app(ty_Maybe, bh)) -> new_compare23(vwx300, vwx400, new_esEs11(vwx300, vwx400, bh), bh) 22.13/9.70 new_compare21(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, False, bfa, app(ty_[], bfh), bfd) -> new_lt1(vwx77, vwx80, bfh) 22.13/9.70 new_compare2(Left(vwx250), Left(vwx260), False, app(app(ty_Either, app(ty_[], da)), cc), cd) -> new_ltEs1(vwx250, vwx260, da) 22.13/9.70 new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, gc), fa), app(app(app(ty_@3, hg), hh), baa)), cd) -> new_ltEs0(vwx252, vwx262, hg, hh, baa) 22.13/9.70 new_compare22(vwx89, vwx90, vwx91, vwx92, False, cbe, app(app(ty_Either, cbf), cbg)) -> new_ltEs(vwx90, vwx92, cbf, cbg) 22.13/9.70 new_ltEs0(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), gc, fa, app(app(ty_Either, he), hf)) -> new_ltEs(vwx252, vwx262, he, hf) 22.13/9.70 new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, bca), app(ty_Maybe, bdb)), cd) -> new_ltEs3(vwx251, vwx261, bdb) 22.13/9.70 new_compare23(vwx65, vwx66, False, app(app(ty_Either, ccg), cch)) -> new_ltEs(vwx65, vwx66, ccg, cch) 22.13/9.70 new_primCompAux(Left(vwx300), Left(vwx400), vwx15, app(app(ty_Either, h), ba)) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, h), h, ba) 22.13/9.70 new_compare21(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, False, bfa, app(ty_Maybe, bgc), bfd) -> new_lt3(vwx77, vwx80, bgc) 22.13/9.70 new_lt2(vwx76, vwx79, bhg, bhh) -> new_compare3(vwx76, vwx79, bhg, bhh) 22.13/9.70 new_ltEs0(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), gc, app(app(app(ty_@3, gf), gg), gh), fb) -> new_lt0(vwx251, vwx261, gf, gg, gh) 22.13/9.70 new_lt(vwx76, vwx79, bed, bee) -> new_compare0(vwx76, vwx79, bed, bee) 22.13/9.70 new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, app(ty_[], fg)), fa), fb), cd) -> new_lt1(vwx250, vwx260, fg) 22.13/9.70 new_compare21(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, False, bfa, bgd, app(ty_Maybe, bhe)) -> new_ltEs3(vwx78, vwx81, bhe) 22.13/9.70 new_compare21(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, False, app(ty_Maybe, caa), bgd, bfd) -> new_compare4(vwx76, vwx79, caa) 22.13/9.70 new_compare2(Right(vwx250), Right(vwx260), False, app(app(ty_Either, de), app(app(ty_@2, ed), ee)), cd) -> new_ltEs2(vwx250, vwx260, ed, ee) 22.13/9.70 new_ltEs2(@2(vwx250, vwx251), @2(vwx260, vwx261), app(app(ty_@2, bbf), bbg), bba) -> new_lt2(vwx250, vwx260, bbf, bbg) 22.13/9.70 new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, gc), fa), app(ty_[], bab)), cd) -> new_ltEs1(vwx252, vwx262, bab) 22.13/9.70 new_compare4(Just(vwx300), Just(vwx400), bh) -> new_compare23(vwx300, vwx400, new_esEs11(vwx300, vwx400, bh), bh) 22.13/9.70 new_compare2(Just(vwx250), Just(vwx260), False, app(ty_Maybe, app(ty_[], bdh)), cd) -> new_ltEs1(vwx250, vwx260, bdh) 22.13/9.70 new_ltEs1(vwx25, vwx26, baf) -> new_compare(vwx25, vwx26, baf) 22.13/9.70 new_compare20(vwx32, vwx33, False, cdh, app(app(ty_@2, ceg), ceh)) -> new_ltEs2(vwx32, vwx33, ceg, ceh) 22.13/9.70 new_compare21(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, False, bfa, app(app(ty_Either, bfb), bfc), bfd) -> new_lt(vwx77, vwx80, bfb, bfc) 22.13/9.70 new_ltEs2(@2(vwx250, vwx251), @2(vwx260, vwx261), bca, app(app(ty_@2, bch), bda)) -> new_ltEs2(vwx251, vwx261, bch, bda) 22.13/9.70 new_compare22(vwx89, vwx90, vwx91, vwx92, False, app(ty_Maybe, cbd), cae) -> new_lt3(vwx89, vwx91, cbd) 22.13/9.70 new_compare22(vwx89, vwx90, vwx91, vwx92, False, cbe, app(ty_[], ccc)) -> new_ltEs1(vwx90, vwx92, ccc) 22.13/9.70 new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, bca), app(app(app(ty_@3, bcd), bce), bcf)), cd) -> new_ltEs0(vwx251, vwx261, bcd, bce, bcf) 22.13/9.70 new_primCompAux(vwx30, vwx40, vwx15, app(ty_[], be)) -> new_compare(vwx30, vwx40, be) 22.13/9.70 new_compare20(vwx32, vwx33, False, cdh, app(ty_[], cef)) -> new_ltEs1(vwx32, vwx33, cef) 22.13/9.70 new_compare20(vwx32, vwx33, False, cdh, app(app(ty_Either, cea), ceb)) -> new_ltEs(vwx32, vwx33, cea, ceb) 22.13/9.70 new_ltEs0(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), app(app(ty_@2, fh), ga), fa, fb) -> new_lt2(vwx250, vwx260, fh, ga) 22.13/9.70 new_compare23(vwx65, vwx66, False, app(app(ty_@2, cde), cdf)) -> new_ltEs2(vwx65, vwx66, cde, cdf) 22.13/9.70 new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, app(app(app(ty_@3, fc), fd), ff)), fa), fb), cd) -> new_lt0(vwx250, vwx260, fc, fd, ff) 22.13/9.70 new_ltEs0(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), app(ty_[], fg), fa, fb) -> new_lt1(vwx250, vwx260, fg) 22.13/9.70 new_compare22(vwx89, vwx90, vwx91, vwx92, False, cbe, app(app(app(ty_@3, cbh), cca), ccb)) -> new_ltEs0(vwx90, vwx92, cbh, cca, ccb) 22.13/9.70 new_compare20(vwx32, vwx33, False, cdh, app(ty_Maybe, cfa)) -> new_ltEs3(vwx32, vwx33, cfa) 22.13/9.70 new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, app(ty_[], bbe)), bba), cd) -> new_lt1(vwx250, vwx260, bbe) 22.13/9.70 new_compare(:(vwx30, vwx31), :(vwx40, vwx41), cab) -> new_compare(vwx31, vwx41, cab) 22.13/9.70 new_compare2(Just(vwx250), Just(vwx260), False, app(ty_Maybe, app(ty_Maybe, bec)), cd) -> new_ltEs3(vwx250, vwx260, bec) 22.13/9.70 new_primCompAux(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), vwx15, app(app(app(ty_@3, bb), bc), bd)) -> new_compare21(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs6(vwx300, vwx400, bb), new_asAs(new_esEs7(vwx301, vwx401, bc), new_esEs8(vwx302, vwx402, bd))), bb, bc, bd) 22.13/9.70 new_compare22(vwx89, vwx90, vwx91, vwx92, False, app(app(app(ty_@3, caf), cag), cah), cae) -> new_lt0(vwx89, vwx91, caf, cag, cah) 22.13/9.70 new_ltEs0(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), app(ty_Maybe, gb), fa, fb) -> new_lt3(vwx250, vwx260, gb) 22.13/9.70 new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, app(ty_Maybe, bbh)), bba), cd) -> new_lt3(vwx250, vwx260, bbh) 22.13/9.70 new_primCompAux(@2(vwx300, vwx301), @2(vwx400, vwx401), vwx15, app(app(ty_@2, bf), bg)) -> new_compare22(vwx300, vwx301, vwx400, vwx401, new_asAs(new_esEs9(vwx300, vwx400, bf), new_esEs10(vwx301, vwx401, bg)), bf, bg) 22.13/9.70 new_compare21(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, False, app(app(ty_@2, bhg), bhh), bgd, bfd) -> new_compare3(vwx76, vwx79, bhg, bhh) 22.13/9.70 new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, gc), fa), app(app(ty_@2, bac), bad)), cd) -> new_ltEs2(vwx252, vwx262, bac, bad) 22.13/9.70 new_ltEs0(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), gc, app(app(ty_@2, hb), hc), fb) -> new_lt2(vwx251, vwx261, hb, hc) 22.13/9.70 new_compare2(Right(vwx250), Right(vwx260), False, app(app(ty_Either, de), app(ty_[], ec)), cd) -> new_ltEs1(vwx250, vwx260, ec) 22.13/9.70 new_lt1(vwx76, vwx79, bhf) -> new_compare(vwx76, vwx79, bhf) 22.13/9.70 new_compare22(vwx89, vwx90, vwx91, vwx92, False, cbe, app(app(ty_@2, ccd), cce)) -> new_ltEs2(vwx90, vwx92, ccd, cce) 22.13/9.70 new_ltEs(Right(vwx250), Right(vwx260), de, app(app(app(ty_@3, dh), ea), eb)) -> new_ltEs0(vwx250, vwx260, dh, ea, eb) 22.13/9.70 new_compare0(Left(vwx300), Left(vwx400), h, ba) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, h), h, ba) 22.13/9.70 new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, app(app(ty_@2, fh), ga)), fa), fb), cd) -> new_lt2(vwx250, vwx260, fh, ga) 22.13/9.70 22.13/9.70 The TRS R consists of the following rules: 22.13/9.70 22.13/9.70 new_esEs39(vwx77, vwx80, ty_Bool) -> new_esEs13(vwx77, vwx80) 22.13/9.70 new_esEs15(vwx3000, vwx4000, app(app(app(ty_@3, cgb), cgc), cgd)) -> new_esEs14(vwx3000, vwx4000, cgb, cgc, cgd) 22.13/9.70 new_ltEs13(Left(vwx250), Left(vwx260), ty_Int, cc) -> new_ltEs7(vwx250, vwx260) 22.13/9.70 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 22.13/9.70 new_lt12(vwx76, vwx79, bhg, bhh) -> new_esEs12(new_compare18(vwx76, vwx79, bhg, bhh), LT) 22.13/9.70 new_ltEs22(vwx65, vwx66, app(ty_[], cdd)) -> new_ltEs8(vwx65, vwx66, cdd) 22.13/9.70 new_primCmpInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> LT 22.13/9.70 new_esEs28(Left(vwx3000), Left(vwx4000), ty_Double, dcc) -> new_esEs23(vwx3000, vwx4000) 22.13/9.70 new_lt23(vwx76, vwx79, app(ty_[], bhf)) -> new_lt8(vwx76, vwx79, bhf) 22.13/9.70 new_pePe(True, vwx168) -> True 22.13/9.70 new_esEs5(vwx300, vwx400, ty_Integer) -> new_esEs24(vwx300, vwx400) 22.13/9.70 new_esEs32(vwx250, vwx260, ty_Integer) -> new_esEs24(vwx250, vwx260) 22.13/9.70 new_esEs37(vwx250, vwx260, ty_Ordering) -> new_esEs12(vwx250, vwx260) 22.13/9.70 new_esEs30(vwx3000, vwx4000, ty_Bool) -> new_esEs13(vwx3000, vwx4000) 22.13/9.70 new_esEs38(vwx76, vwx79, ty_Float) -> new_esEs19(vwx76, vwx79) 22.13/9.70 new_esEs32(vwx250, vwx260, app(app(ty_Either, eg), eh)) -> new_esEs28(vwx250, vwx260, eg, eh) 22.13/9.70 new_esEs5(vwx300, vwx400, app(app(ty_Either, def), deg)) -> new_esEs28(vwx300, vwx400, def, deg) 22.13/9.70 new_esEs16(vwx3001, vwx4001, ty_Integer) -> new_esEs24(vwx3001, vwx4001) 22.13/9.70 new_esEs7(vwx301, vwx401, app(app(ty_@2, ecg), ech)) -> new_esEs18(vwx301, vwx401, ecg, ech) 22.13/9.70 new_esEs39(vwx77, vwx80, ty_@0) -> new_esEs21(vwx77, vwx80) 22.13/9.70 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 22.13/9.70 new_esEs22(Just(vwx3000), Just(vwx4000), app(ty_[], fbb)) -> new_esEs25(vwx3000, vwx4000, fbb) 22.13/9.70 new_lt23(vwx76, vwx79, ty_Integer) -> new_lt18(vwx76, vwx79) 22.13/9.70 new_esEs10(vwx301, vwx401, app(ty_Ratio, egd)) -> new_esEs27(vwx301, vwx401, egd) 22.13/9.70 new_primCmpInt(Pos(Zero), Neg(Succ(vwx4000))) -> GT 22.13/9.70 new_lt22(vwx77, vwx80, app(app(app(ty_@3, bfe), bff), bfg)) -> new_lt17(vwx77, vwx80, bfe, bff, bfg) 22.13/9.70 new_ltEs24(vwx25, vwx26, ty_Char) -> new_ltEs18(vwx25, vwx26) 22.13/9.70 new_esEs11(vwx300, vwx400, ty_Double) -> new_esEs23(vwx300, vwx400) 22.13/9.70 new_esEs16(vwx3001, vwx4001, app(ty_[], chc)) -> new_esEs25(vwx3001, vwx4001, chc) 22.13/9.70 new_esEs37(vwx250, vwx260, app(ty_Maybe, bbh)) -> new_esEs22(vwx250, vwx260, bbh) 22.13/9.70 new_compare113(vwx156, vwx157, vwx158, vwx159, True, ffd, ffe) -> LT 22.13/9.70 new_compare10(Double(vwx300, Pos(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_compare13(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Pos(vwx3010), vwx400)) 22.13/9.70 new_esEs7(vwx301, vwx401, ty_Char) -> new_esEs20(vwx301, vwx401) 22.13/9.70 new_esEs26(vwx300, vwx400) -> new_primEqInt(vwx300, vwx400) 22.13/9.70 new_primCmpInt(Neg(Succ(vwx3000)), Neg(vwx400)) -> new_primCmpNat0(vwx400, Succ(vwx3000)) 22.13/9.70 new_lt10(vwx76, vwx79) -> new_esEs12(new_compare14(vwx76, vwx79), LT) 22.13/9.70 new_ltEs13(Right(vwx250), Right(vwx260), de, ty_Bool) -> new_ltEs11(vwx250, vwx260) 22.13/9.70 new_esEs29(vwx3000, vwx4000, ty_@0) -> new_esEs21(vwx3000, vwx4000) 22.13/9.70 new_lt14(vwx250, vwx260, ty_Int) -> new_lt13(vwx250, vwx260) 22.13/9.70 new_esEs28(Right(vwx3000), Right(vwx4000), dcb, ty_Char) -> new_esEs20(vwx3000, vwx4000) 22.13/9.70 new_compare6(:%(vwx300, vwx301), :%(vwx400, vwx401), ty_Int) -> new_compare13(new_sr0(vwx300, vwx401), new_sr0(vwx400, vwx301)) 22.13/9.70 new_esEs20(Char(vwx3000), Char(vwx4000)) -> new_primEqNat0(vwx3000, vwx4000) 22.13/9.70 new_lt23(vwx76, vwx79, ty_@0) -> new_lt10(vwx76, vwx79) 22.13/9.70 new_esEs4(vwx300, vwx400, app(app(app(ty_@3, cfc), cfd), cfe)) -> new_esEs14(vwx300, vwx400, cfc, cfd, cfe) 22.13/9.70 new_compare111(vwx112, vwx113, True, ffh, fga) -> LT 22.13/9.70 new_esEs31(vwx3001, vwx4001, app(app(app(ty_@3, dgf), dgg), dgh)) -> new_esEs14(vwx3001, vwx4001, dgf, dgg, dgh) 22.13/9.70 new_ltEs20(vwx32, vwx33, ty_Integer) -> new_ltEs4(vwx32, vwx33) 22.13/9.70 new_lt20(vwx89, vwx91, ty_Int) -> new_lt13(vwx89, vwx91) 22.13/9.70 new_esEs11(vwx300, vwx400, app(app(ty_Either, fae), faf)) -> new_esEs28(vwx300, vwx400, fae, faf) 22.13/9.70 new_esEs5(vwx300, vwx400, app(ty_[], dea)) -> new_esEs25(vwx300, vwx400, dea) 22.13/9.70 new_esEs32(vwx250, vwx260, app(ty_[], fg)) -> new_esEs25(vwx250, vwx260, fg) 22.13/9.70 new_esEs8(vwx302, vwx402, app(ty_Ratio, eeh)) -> new_esEs27(vwx302, vwx402, eeh) 22.13/9.70 new_esEs9(vwx300, vwx400, ty_Double) -> new_esEs23(vwx300, vwx400) 22.13/9.70 new_ltEs20(vwx32, vwx33, ty_Char) -> new_ltEs18(vwx32, vwx33) 22.13/9.70 new_esEs16(vwx3001, vwx4001, app(app(ty_Either, chh), daa)) -> new_esEs28(vwx3001, vwx4001, chh, daa) 22.13/9.70 new_lt21(vwx250, vwx260, ty_Ordering) -> new_lt9(vwx250, vwx260) 22.13/9.70 new_lt14(vwx250, vwx260, app(ty_Maybe, gb)) -> new_lt7(vwx250, vwx260, gb) 22.13/9.70 new_esEs36(vwx89, vwx91, ty_Double) -> new_esEs23(vwx89, vwx91) 22.13/9.70 new_primCompAux0(vwx19, GT) -> GT 22.13/9.70 new_compare14(@0, @0) -> EQ 22.13/9.70 new_compare30(vwx30, vwx40, app(app(ty_@2, bf), bg)) -> new_compare18(vwx30, vwx40, bf, bg) 22.13/9.70 new_primEqInt(Pos(Succ(vwx30000)), Pos(Zero)) -> False 22.13/9.70 new_primEqInt(Pos(Zero), Pos(Succ(vwx40000))) -> False 22.13/9.70 new_ltEs21(vwx251, vwx261, ty_Ordering) -> new_ltEs16(vwx251, vwx261) 22.13/9.70 new_compare12(LT, GT) -> LT 22.13/9.70 new_ltEs19(vwx90, vwx92, ty_Integer) -> new_ltEs4(vwx90, vwx92) 22.13/9.70 new_ltEs24(vwx25, vwx26, ty_Float) -> new_ltEs5(vwx25, vwx26) 22.13/9.70 new_esEs22(Just(vwx3000), Just(vwx4000), ty_Ordering) -> new_esEs12(vwx3000, vwx4000) 22.13/9.70 new_lt23(vwx76, vwx79, app(ty_Ratio, cfb)) -> new_lt4(vwx76, vwx79, cfb) 22.13/9.70 new_lt20(vwx89, vwx91, app(ty_Maybe, cbd)) -> new_lt7(vwx89, vwx91, cbd) 22.13/9.70 new_ltEs19(vwx90, vwx92, ty_@0) -> new_ltEs12(vwx90, vwx92) 22.13/9.70 new_lt23(vwx76, vwx79, ty_Char) -> new_lt19(vwx76, vwx79) 22.13/9.70 new_lt15(vwx251, vwx261, ty_Ordering) -> new_lt9(vwx251, vwx261) 22.13/9.70 new_esEs15(vwx3000, vwx4000, app(ty_Ratio, cge)) -> new_esEs27(vwx3000, vwx4000, cge) 22.13/9.70 new_primEqNat0(Succ(vwx30000), Succ(vwx40000)) -> new_primEqNat0(vwx30000, vwx40000) 22.13/9.70 new_esEs16(vwx3001, vwx4001, ty_Double) -> new_esEs23(vwx3001, vwx4001) 22.13/9.70 new_esEs17(vwx3002, vwx4002, ty_Float) -> new_esEs19(vwx3002, vwx4002) 22.13/9.70 new_esEs6(vwx300, vwx400, ty_Int) -> new_esEs26(vwx300, vwx400) 22.13/9.70 new_primCompAux0(vwx19, LT) -> LT 22.13/9.70 new_ltEs23(vwx78, vwx81, app(ty_Ratio, ffg)) -> new_ltEs6(vwx78, vwx81, ffg) 22.13/9.70 new_compare25(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, True, bfa, bgd, bfd) -> EQ 22.13/9.70 new_esEs33(vwx251, vwx261, ty_Int) -> new_esEs26(vwx251, vwx261) 22.13/9.70 new_esEs29(vwx3000, vwx4000, app(ty_Ratio, ddc)) -> new_esEs27(vwx3000, vwx4000, ddc) 22.13/9.70 new_compare12(LT, EQ) -> LT 22.13/9.70 new_not(True) -> False 22.13/9.70 new_ltEs17(Just(vwx250), Just(vwx260), ty_Double) -> new_ltEs14(vwx250, vwx260) 22.13/9.70 new_compare12(GT, EQ) -> GT 22.13/9.70 new_lt20(vwx89, vwx91, ty_Float) -> new_lt16(vwx89, vwx91) 22.13/9.70 new_ltEs23(vwx78, vwx81, ty_Bool) -> new_ltEs11(vwx78, vwx81) 22.13/9.70 new_esEs37(vwx250, vwx260, app(app(ty_Either, bag), bah)) -> new_esEs28(vwx250, vwx260, bag, bah) 22.13/9.70 new_esEs9(vwx300, vwx400, ty_Integer) -> new_esEs24(vwx300, vwx400) 22.13/9.70 new_compare16(vwx127, vwx128, True, eba) -> LT 22.13/9.70 new_primCmpNat0(Zero, Zero) -> EQ 22.13/9.70 new_esEs22(Nothing, Just(vwx4000), dbg) -> False 22.13/9.70 new_esEs22(Just(vwx3000), Nothing, dbg) -> False 22.13/9.70 new_esEs22(Nothing, Nothing, dbg) -> True 22.13/9.70 new_esEs32(vwx250, vwx260, ty_Ordering) -> new_esEs12(vwx250, vwx260) 22.13/9.70 new_esEs10(vwx301, vwx401, ty_@0) -> new_esEs21(vwx301, vwx401) 22.13/9.70 new_ltEs17(Just(vwx250), Just(vwx260), app(app(ty_Either, bdc), bdd)) -> new_ltEs13(vwx250, vwx260, bdc, bdd) 22.13/9.70 new_ltEs13(Right(vwx250), Right(vwx260), de, app(app(ty_@2, ed), ee)) -> new_ltEs15(vwx250, vwx260, ed, ee) 22.13/9.70 new_esEs16(vwx3001, vwx4001, app(ty_Maybe, chb)) -> new_esEs22(vwx3001, vwx4001, chb) 22.13/9.70 new_ltEs16(GT, EQ) -> False 22.13/9.70 new_compare11(Just(vwx300), Just(vwx400), bh) -> new_compare29(vwx300, vwx400, new_esEs11(vwx300, vwx400, bh), bh) 22.13/9.70 new_esEs28(Right(vwx3000), Right(vwx4000), dcb, ty_Bool) -> new_esEs13(vwx3000, vwx4000) 22.13/9.70 new_ltEs22(vwx65, vwx66, ty_Double) -> new_ltEs14(vwx65, vwx66) 22.13/9.70 new_esEs22(Just(vwx3000), Just(vwx4000), app(app(ty_Either, fbg), fbh)) -> new_esEs28(vwx3000, vwx4000, fbg, fbh) 22.13/9.70 new_ltEs10(vwx252, vwx262, ty_@0) -> new_ltEs12(vwx252, vwx262) 22.13/9.70 new_ltEs24(vwx25, vwx26, ty_Bool) -> new_ltEs11(vwx25, vwx26) 22.13/9.70 new_esEs30(vwx3000, vwx4000, app(app(ty_@2, deh), dfa)) -> new_esEs18(vwx3000, vwx4000, deh, dfa) 22.13/9.70 new_lt14(vwx250, vwx260, ty_Float) -> new_lt16(vwx250, vwx260) 22.13/9.70 new_lt22(vwx77, vwx80, app(ty_Ratio, fff)) -> new_lt4(vwx77, vwx80, fff) 22.13/9.70 new_esEs36(vwx89, vwx91, app(ty_Ratio, egg)) -> new_esEs27(vwx89, vwx91, egg) 22.13/9.70 new_esEs32(vwx250, vwx260, app(ty_Maybe, gb)) -> new_esEs22(vwx250, vwx260, gb) 22.13/9.70 new_ltEs19(vwx90, vwx92, ty_Char) -> new_ltEs18(vwx90, vwx92) 22.13/9.70 new_esEs12(LT, LT) -> True 22.13/9.70 new_esEs9(vwx300, vwx400, app(app(ty_Either, eag), eah)) -> new_esEs28(vwx300, vwx400, eag, eah) 22.13/9.70 new_esEs33(vwx251, vwx261, app(ty_[], ha)) -> new_esEs25(vwx251, vwx261, ha) 22.13/9.70 new_ltEs17(Just(vwx250), Just(vwx260), ty_Float) -> new_ltEs5(vwx250, vwx260) 22.13/9.70 new_esEs11(vwx300, vwx400, ty_Integer) -> new_esEs24(vwx300, vwx400) 22.13/9.70 new_primEqNat0(Succ(vwx30000), Zero) -> False 22.13/9.70 new_primEqNat0(Zero, Succ(vwx40000)) -> False 22.13/9.70 new_ltEs24(vwx25, vwx26, ty_Integer) -> new_ltEs4(vwx25, vwx26) 22.13/9.70 new_lt23(vwx76, vwx79, ty_Bool) -> new_lt11(vwx76, vwx79) 22.13/9.71 new_esEs9(vwx300, vwx400, app(ty_[], eab)) -> new_esEs25(vwx300, vwx400, eab) 22.13/9.71 new_esEs29(vwx3000, vwx4000, ty_Bool) -> new_esEs13(vwx3000, vwx4000) 22.13/9.71 new_compare114(vwx141, vwx142, vwx143, vwx144, vwx145, vwx146, False, vwx148, dhd, dhe, dhf) -> new_compare15(vwx141, vwx142, vwx143, vwx144, vwx145, vwx146, vwx148, dhd, dhe, dhf) 22.13/9.71 new_esEs30(vwx3000, vwx4000, ty_Char) -> new_esEs20(vwx3000, vwx4000) 22.13/9.71 new_compare12(EQ, LT) -> GT 22.13/9.71 new_esEs29(vwx3000, vwx4000, app(app(app(ty_@3, dch), dda), ddb)) -> new_esEs14(vwx3000, vwx4000, dch, dda, ddb) 22.13/9.71 new_lt14(vwx250, vwx260, app(app(ty_@2, fh), ga)) -> new_lt12(vwx250, vwx260, fh, ga) 22.13/9.71 new_lt21(vwx250, vwx260, ty_Float) -> new_lt16(vwx250, vwx260) 22.13/9.71 new_ltEs22(vwx65, vwx66, ty_Int) -> new_ltEs7(vwx65, vwx66) 22.13/9.71 new_esEs8(vwx302, vwx402, ty_@0) -> new_esEs21(vwx302, vwx402) 22.13/9.71 new_lt20(vwx89, vwx91, app(app(ty_@2, cbb), cbc)) -> new_lt12(vwx89, vwx91, cbb, cbc) 22.13/9.71 new_ltEs23(vwx78, vwx81, ty_Float) -> new_ltEs5(vwx78, vwx81) 22.13/9.71 new_lt15(vwx251, vwx261, ty_Float) -> new_lt16(vwx251, vwx261) 22.13/9.71 new_ltEs10(vwx252, vwx262, ty_Ordering) -> new_ltEs16(vwx252, vwx262) 22.13/9.71 new_esEs22(Just(vwx3000), Just(vwx4000), app(ty_Maybe, fba)) -> new_esEs22(vwx3000, vwx4000, fba) 22.13/9.71 new_esEs33(vwx251, vwx261, app(ty_Maybe, hd)) -> new_esEs22(vwx251, vwx261, hd) 22.13/9.71 new_esEs32(vwx250, vwx260, ty_Int) -> new_esEs26(vwx250, vwx260) 22.13/9.71 new_compare30(vwx30, vwx40, app(ty_Ratio, fcc)) -> new_compare6(vwx30, vwx40, fcc) 22.13/9.71 new_lt22(vwx77, vwx80, ty_Bool) -> new_lt11(vwx77, vwx80) 22.13/9.71 new_esEs38(vwx76, vwx79, app(ty_Maybe, caa)) -> new_esEs22(vwx76, vwx79, caa) 22.13/9.71 new_esEs28(Left(vwx3000), Left(vwx4000), ty_Integer, dcc) -> new_esEs24(vwx3000, vwx4000) 22.13/9.71 new_compare110(vwx156, vwx157, vwx158, vwx159, True, vwx161, ffd, ffe) -> new_compare113(vwx156, vwx157, vwx158, vwx159, True, ffd, ffe) 22.13/9.71 new_compare29(vwx65, vwx66, False, ffb) -> new_compare16(vwx65, vwx66, new_ltEs22(vwx65, vwx66, ffb), ffb) 22.13/9.71 new_primCmpInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> GT 22.13/9.71 new_ltEs4(vwx25, vwx26) -> new_fsEs(new_compare8(vwx25, vwx26)) 22.13/9.71 new_esEs6(vwx300, vwx400, ty_Char) -> new_esEs20(vwx300, vwx400) 22.13/9.71 new_ltEs22(vwx65, vwx66, app(app(app(ty_@3, cda), cdb), cdc)) -> new_ltEs9(vwx65, vwx66, cda, cdb, cdc) 22.13/9.71 new_esEs36(vwx89, vwx91, app(app(app(ty_@3, caf), cag), cah)) -> new_esEs14(vwx89, vwx91, caf, cag, cah) 22.13/9.71 new_compare6(:%(vwx300, vwx301), :%(vwx400, vwx401), ty_Integer) -> new_compare8(new_sr(vwx300, vwx401), new_sr(vwx400, vwx301)) 22.13/9.71 new_esEs22(Just(vwx3000), Just(vwx4000), ty_Int) -> new_esEs26(vwx3000, vwx4000) 22.13/9.71 new_compare15(vwx141, vwx142, vwx143, vwx144, vwx145, vwx146, False, dhd, dhe, dhf) -> GT 22.13/9.71 new_ltEs16(LT, LT) -> True 22.13/9.71 new_ltEs7(vwx25, vwx26) -> new_fsEs(new_compare13(vwx25, vwx26)) 22.13/9.71 new_ltEs21(vwx251, vwx261, ty_Int) -> new_ltEs7(vwx251, vwx261) 22.13/9.71 new_ltEs13(Left(vwx250), Left(vwx260), app(app(ty_@2, db), dc), cc) -> new_ltEs15(vwx250, vwx260, db, dc) 22.13/9.71 new_compare9(Float(vwx300, Pos(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_compare13(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Neg(vwx3010), vwx400)) 22.13/9.71 new_compare9(Float(vwx300, Neg(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_compare13(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Pos(vwx3010), vwx400)) 22.13/9.71 new_esEs16(vwx3001, vwx4001, ty_Ordering) -> new_esEs12(vwx3001, vwx4001) 22.13/9.71 new_esEs33(vwx251, vwx261, ty_Float) -> new_esEs19(vwx251, vwx261) 22.13/9.71 new_esEs31(vwx3001, vwx4001, app(ty_Ratio, dha)) -> new_esEs27(vwx3001, vwx4001, dha) 22.13/9.71 new_lt23(vwx76, vwx79, app(app(ty_Either, bed), bee)) -> new_lt5(vwx76, vwx79, bed, bee) 22.13/9.71 new_primPlusNat1(Succ(vwx16900), Succ(vwx301000)) -> Succ(Succ(new_primPlusNat1(vwx16900, vwx301000))) 22.13/9.71 new_lt11(vwx76, vwx79) -> new_esEs12(new_compare17(vwx76, vwx79), LT) 22.13/9.71 new_compare27(vwx32, vwx33, False, cdh, ehc) -> new_compare111(vwx32, vwx33, new_ltEs20(vwx32, vwx33, ehc), cdh, ehc) 22.13/9.71 new_esEs9(vwx300, vwx400, ty_Ordering) -> new_esEs12(vwx300, vwx400) 22.13/9.71 new_ltEs21(vwx251, vwx261, ty_@0) -> new_ltEs12(vwx251, vwx261) 22.13/9.71 new_esEs33(vwx251, vwx261, ty_Ordering) -> new_esEs12(vwx251, vwx261) 22.13/9.71 new_ltEs10(vwx252, vwx262, ty_Int) -> new_ltEs7(vwx252, vwx262) 22.13/9.71 new_compare5(:(vwx30, vwx31), [], cab) -> GT 22.13/9.71 new_ltEs17(Just(vwx250), Just(vwx260), app(app(app(ty_@3, bde), bdf), bdg)) -> new_ltEs9(vwx250, vwx260, bde, bdf, bdg) 22.13/9.71 new_primCmpNat0(Zero, Succ(vwx4000)) -> LT 22.13/9.71 new_esEs15(vwx3000, vwx4000, app(app(ty_Either, cgf), cgg)) -> new_esEs28(vwx3000, vwx4000, cgf, cgg) 22.13/9.71 new_esEs11(vwx300, vwx400, app(ty_[], ehh)) -> new_esEs25(vwx300, vwx400, ehh) 22.13/9.71 new_esEs6(vwx300, vwx400, app(app(ty_@2, ebe), ebf)) -> new_esEs18(vwx300, vwx400, ebe, ebf) 22.13/9.71 new_ltEs23(vwx78, vwx81, ty_Double) -> new_ltEs14(vwx78, vwx81) 22.13/9.71 new_esEs5(vwx300, vwx400, ty_Double) -> new_esEs23(vwx300, vwx400) 22.13/9.71 new_esEs12(EQ, GT) -> False 22.13/9.71 new_esEs12(GT, EQ) -> False 22.13/9.71 new_esEs37(vwx250, vwx260, ty_Int) -> new_esEs26(vwx250, vwx260) 22.13/9.71 new_esEs8(vwx302, vwx402, app(app(ty_@2, eea), eeb)) -> new_esEs18(vwx302, vwx402, eea, eeb) 22.13/9.71 new_sr(Integer(vwx4000), Integer(vwx3010)) -> Integer(new_primMulInt(vwx4000, vwx3010)) 22.13/9.71 new_primCmpNat0(Succ(vwx3000), Zero) -> GT 22.13/9.71 new_esEs33(vwx251, vwx261, ty_Double) -> new_esEs23(vwx251, vwx261) 22.13/9.71 new_ltEs13(Right(vwx250), Right(vwx260), de, ty_Integer) -> new_ltEs4(vwx250, vwx260) 22.13/9.71 new_compare30(vwx30, vwx40, ty_Ordering) -> new_compare12(vwx30, vwx40) 22.13/9.71 new_pePe(False, vwx168) -> vwx168 22.13/9.71 new_esEs31(vwx3001, vwx4001, ty_Integer) -> new_esEs24(vwx3001, vwx4001) 22.13/9.71 new_ltEs17(Nothing, Nothing, eha) -> True 22.13/9.71 new_esEs10(vwx301, vwx401, ty_Double) -> new_esEs23(vwx301, vwx401) 22.13/9.71 new_esEs39(vwx77, vwx80, app(app(app(ty_@3, bfe), bff), bfg)) -> new_esEs14(vwx77, vwx80, bfe, bff, bfg) 22.13/9.71 new_ltEs17(Nothing, Just(vwx260), eha) -> True 22.13/9.71 new_ltEs10(vwx252, vwx262, ty_Float) -> new_ltEs5(vwx252, vwx262) 22.13/9.71 new_ltEs17(Just(vwx250), Nothing, eha) -> False 22.13/9.71 new_compare17(False, False) -> EQ 22.13/9.71 new_esEs28(Left(vwx3000), Left(vwx4000), app(app(ty_Either, fdf), fdg), dcc) -> new_esEs28(vwx3000, vwx4000, fdf, fdg) 22.13/9.71 new_esEs28(Right(vwx3000), Right(vwx4000), dcb, ty_Int) -> new_esEs26(vwx3000, vwx4000) 22.13/9.71 new_ltEs13(Left(vwx250), Right(vwx260), de, cc) -> True 22.13/9.71 new_lt14(vwx250, vwx260, ty_Integer) -> new_lt18(vwx250, vwx260) 22.13/9.71 new_esEs7(vwx301, vwx401, ty_Int) -> new_esEs26(vwx301, vwx401) 22.13/9.71 new_ltEs20(vwx32, vwx33, app(ty_Maybe, cfa)) -> new_ltEs17(vwx32, vwx33, cfa) 22.13/9.71 new_esEs15(vwx3000, vwx4000, ty_Bool) -> new_esEs13(vwx3000, vwx4000) 22.13/9.71 new_esEs5(vwx300, vwx400, app(ty_Ratio, dee)) -> new_esEs27(vwx300, vwx400, dee) 22.13/9.71 new_lt23(vwx76, vwx79, app(app(app(ty_@3, bef), beg), beh)) -> new_lt17(vwx76, vwx79, bef, beg, beh) 22.13/9.71 new_lt15(vwx251, vwx261, ty_Int) -> new_lt13(vwx251, vwx261) 22.13/9.71 new_esEs22(Just(vwx3000), Just(vwx4000), app(app(app(ty_@3, fbc), fbd), fbe)) -> new_esEs14(vwx3000, vwx4000, fbc, fbd, fbe) 22.13/9.71 new_esEs6(vwx300, vwx400, ty_Double) -> new_esEs23(vwx300, vwx400) 22.13/9.71 new_esEs25(:(vwx3000, vwx3001), :(vwx4000, vwx4001), dbh) -> new_asAs(new_esEs29(vwx3000, vwx4000, dbh), new_esEs25(vwx3001, vwx4001, dbh)) 22.13/9.71 new_compare112(vwx105, vwx106, True, fcd, fce) -> LT 22.13/9.71 new_ltEs16(LT, GT) -> True 22.13/9.71 new_esEs38(vwx76, vwx79, ty_Bool) -> new_esEs13(vwx76, vwx79) 22.13/9.71 new_esEs30(vwx3000, vwx4000, app(app(app(ty_@3, dfd), dfe), dff)) -> new_esEs14(vwx3000, vwx4000, dfd, dfe, dff) 22.13/9.71 new_esEs4(vwx300, vwx400, ty_Bool) -> new_esEs13(vwx300, vwx400) 22.13/9.71 new_ltEs16(LT, EQ) -> True 22.13/9.71 new_ltEs16(EQ, LT) -> False 22.13/9.71 new_esEs16(vwx3001, vwx4001, app(app(app(ty_@3, chd), che), chf)) -> new_esEs14(vwx3001, vwx4001, chd, che, chf) 22.13/9.71 new_esEs38(vwx76, vwx79, ty_Ordering) -> new_esEs12(vwx76, vwx79) 22.13/9.71 new_esEs10(vwx301, vwx401, app(app(ty_Either, ege), egf)) -> new_esEs28(vwx301, vwx401, ege, egf) 22.13/9.71 new_ltEs13(Left(vwx250), Left(vwx260), app(app(ty_Either, ca), cb), cc) -> new_ltEs13(vwx250, vwx260, ca, cb) 22.13/9.71 new_ltEs21(vwx251, vwx261, app(app(app(ty_@3, bcd), bce), bcf)) -> new_ltEs9(vwx251, vwx261, bcd, bce, bcf) 22.13/9.71 new_esEs17(vwx3002, vwx4002, app(ty_[], dae)) -> new_esEs25(vwx3002, vwx4002, dae) 22.13/9.71 new_primEqInt(Pos(Zero), Neg(Succ(vwx40000))) -> False 22.13/9.71 new_primEqInt(Neg(Zero), Pos(Succ(vwx40000))) -> False 22.13/9.71 new_lt7(vwx76, vwx79, caa) -> new_esEs12(new_compare11(vwx76, vwx79, caa), LT) 22.13/9.71 new_esEs33(vwx251, vwx261, app(app(ty_Either, gd), ge)) -> new_esEs28(vwx251, vwx261, gd, ge) 22.13/9.71 new_ltEs13(Left(vwx250), Left(vwx260), ty_Double, cc) -> new_ltEs14(vwx250, vwx260) 22.13/9.71 new_ltEs21(vwx251, vwx261, ty_Char) -> new_ltEs18(vwx251, vwx261) 22.13/9.71 new_ltEs21(vwx251, vwx261, app(app(ty_@2, bch), bda)) -> new_ltEs15(vwx251, vwx261, bch, bda) 22.13/9.71 new_esEs11(vwx300, vwx400, ty_Ordering) -> new_esEs12(vwx300, vwx400) 22.13/9.71 new_ltEs13(Right(vwx250), Left(vwx260), de, cc) -> False 22.13/9.71 new_ltEs16(GT, LT) -> False 22.13/9.71 new_esEs15(vwx3000, vwx4000, ty_Ordering) -> new_esEs12(vwx3000, vwx4000) 22.13/9.71 new_esEs10(vwx301, vwx401, ty_Integer) -> new_esEs24(vwx301, vwx401) 22.13/9.71 new_esEs4(vwx300, vwx400, ty_@0) -> new_esEs21(vwx300, vwx400) 22.13/9.71 new_compare5([], :(vwx40, vwx41), cab) -> LT 22.13/9.71 new_esEs31(vwx3001, vwx4001, ty_Double) -> new_esEs23(vwx3001, vwx4001) 22.13/9.71 new_compare26(vwx89, vwx90, vwx91, vwx92, False, cbe, cae) -> new_compare110(vwx89, vwx90, vwx91, vwx92, new_lt20(vwx89, vwx91, cbe), new_asAs(new_esEs36(vwx89, vwx91, cbe), new_ltEs19(vwx90, vwx92, cae)), cbe, cae) 22.13/9.71 new_esEs30(vwx3000, vwx4000, app(ty_Ratio, dfg)) -> new_esEs27(vwx3000, vwx4000, dfg) 22.13/9.71 new_ltEs20(vwx32, vwx33, ty_@0) -> new_ltEs12(vwx32, vwx33) 22.13/9.71 new_lt22(vwx77, vwx80, ty_@0) -> new_lt10(vwx77, vwx80) 22.13/9.71 new_primEqInt(Neg(Succ(vwx30000)), Neg(Succ(vwx40000))) -> new_primEqNat0(vwx30000, vwx40000) 22.13/9.71 new_ltEs19(vwx90, vwx92, app(ty_Maybe, ccf)) -> new_ltEs17(vwx90, vwx92, ccf) 22.13/9.71 new_ltEs22(vwx65, vwx66, app(ty_Maybe, cdg)) -> new_ltEs17(vwx65, vwx66, cdg) 22.13/9.71 new_esEs7(vwx301, vwx401, app(ty_Maybe, eda)) -> new_esEs22(vwx301, vwx401, eda) 22.13/9.71 new_esEs36(vwx89, vwx91, ty_Bool) -> new_esEs13(vwx89, vwx91) 22.13/9.71 new_primCmpInt(Neg(Zero), Pos(Succ(vwx4000))) -> LT 22.13/9.71 new_esEs29(vwx3000, vwx4000, ty_Char) -> new_esEs20(vwx3000, vwx4000) 22.13/9.71 new_ltEs20(vwx32, vwx33, app(app(ty_Either, cea), ceb)) -> new_ltEs13(vwx32, vwx33, cea, ceb) 22.13/9.71 new_primMulInt(Pos(vwx4000), Pos(vwx3010)) -> Pos(new_primMulNat0(vwx4000, vwx3010)) 22.13/9.71 new_esEs19(Float(vwx3000, vwx3001), Float(vwx4000, vwx4001)) -> new_esEs26(new_sr0(vwx3000, vwx4001), new_sr0(vwx3001, vwx4000)) 22.13/9.71 new_esEs37(vwx250, vwx260, ty_Char) -> new_esEs20(vwx250, vwx260) 22.13/9.71 new_esEs5(vwx300, vwx400, app(app(app(ty_@3, deb), dec), ded)) -> new_esEs14(vwx300, vwx400, deb, dec, ded) 22.13/9.71 new_compare15(vwx141, vwx142, vwx143, vwx144, vwx145, vwx146, True, dhd, dhe, dhf) -> LT 22.13/9.71 new_esEs38(vwx76, vwx79, ty_Int) -> new_esEs26(vwx76, vwx79) 22.13/9.71 new_esEs27(:%(vwx3000, vwx3001), :%(vwx4000, vwx4001), dca) -> new_asAs(new_esEs34(vwx3000, vwx4000, dca), new_esEs35(vwx3001, vwx4001, dca)) 22.13/9.71 new_esEs22(Just(vwx3000), Just(vwx4000), ty_Float) -> new_esEs19(vwx3000, vwx4000) 22.13/9.71 new_primCompAux1(vwx30, vwx40, vwx15, cab) -> new_primCompAux0(vwx15, new_compare30(vwx30, vwx40, cab)) 22.13/9.71 new_lt8(vwx76, vwx79, bhf) -> new_esEs12(new_compare5(vwx76, vwx79, bhf), LT) 22.13/9.71 new_lt21(vwx250, vwx260, ty_Bool) -> new_lt11(vwx250, vwx260) 22.13/9.71 new_esEs17(vwx3002, vwx4002, ty_Char) -> new_esEs20(vwx3002, vwx4002) 22.13/9.71 new_esEs28(Left(vwx3000), Left(vwx4000), ty_Ordering, dcc) -> new_esEs12(vwx3000, vwx4000) 22.13/9.71 new_esEs28(Left(vwx3000), Left(vwx4000), app(app(ty_@2, fcf), fcg), dcc) -> new_esEs18(vwx3000, vwx4000, fcf, fcg) 22.13/9.71 new_primMulNat0(Succ(vwx40000), Zero) -> Zero 22.13/9.71 new_primMulNat0(Zero, Succ(vwx30100)) -> Zero 22.13/9.71 new_lt15(vwx251, vwx261, app(app(app(ty_@3, gf), gg), gh)) -> new_lt17(vwx251, vwx261, gf, gg, gh) 22.13/9.71 new_ltEs11(False, False) -> True 22.13/9.71 new_primPlusNat0(Zero, vwx30100) -> Succ(vwx30100) 22.13/9.71 new_esEs33(vwx251, vwx261, ty_Integer) -> new_esEs24(vwx251, vwx261) 22.13/9.71 new_ltEs23(vwx78, vwx81, ty_Char) -> new_ltEs18(vwx78, vwx81) 22.13/9.71 new_esEs17(vwx3002, vwx4002, ty_@0) -> new_esEs21(vwx3002, vwx4002) 22.13/9.71 new_esEs6(vwx300, vwx400, ty_Integer) -> new_esEs24(vwx300, vwx400) 22.13/9.71 new_esEs37(vwx250, vwx260, ty_Float) -> new_esEs19(vwx250, vwx260) 22.13/9.71 new_esEs37(vwx250, vwx260, app(app(app(ty_@3, bbb), bbc), bbd)) -> new_esEs14(vwx250, vwx260, bbb, bbc, bbd) 22.13/9.71 new_ltEs19(vwx90, vwx92, app(app(ty_Either, cbf), cbg)) -> new_ltEs13(vwx90, vwx92, cbf, cbg) 22.13/9.71 new_ltEs23(vwx78, vwx81, app(app(ty_@2, bhc), bhd)) -> new_ltEs15(vwx78, vwx81, bhc, bhd) 22.13/9.71 new_lt14(vwx250, vwx260, app(ty_[], fg)) -> new_lt8(vwx250, vwx260, fg) 22.13/9.71 new_compare30(vwx30, vwx40, ty_Float) -> new_compare9(vwx30, vwx40) 22.13/9.71 new_lt14(vwx250, vwx260, ty_Char) -> new_lt19(vwx250, vwx260) 22.13/9.71 new_esEs22(Just(vwx3000), Just(vwx4000), ty_Char) -> new_esEs20(vwx3000, vwx4000) 22.13/9.71 new_ltEs23(vwx78, vwx81, ty_Int) -> new_ltEs7(vwx78, vwx81) 22.13/9.71 new_lt20(vwx89, vwx91, ty_@0) -> new_lt10(vwx89, vwx91) 22.13/9.71 new_ltEs21(vwx251, vwx261, app(ty_Ratio, fcb)) -> new_ltEs6(vwx251, vwx261, fcb) 22.13/9.71 new_esEs30(vwx3000, vwx4000, ty_Int) -> new_esEs26(vwx3000, vwx4000) 22.13/9.71 new_esEs39(vwx77, vwx80, ty_Char) -> new_esEs20(vwx77, vwx80) 22.13/9.71 new_esEs31(vwx3001, vwx4001, app(ty_Maybe, dgd)) -> new_esEs22(vwx3001, vwx4001, dgd) 22.13/9.71 new_ltEs16(EQ, GT) -> True 22.13/9.71 new_esEs28(Left(vwx3000), Left(vwx4000), app(ty_Ratio, fde), dcc) -> new_esEs27(vwx3000, vwx4000, fde) 22.13/9.71 new_esEs16(vwx3001, vwx4001, ty_Int) -> new_esEs26(vwx3001, vwx4001) 22.13/9.71 new_ltEs13(Left(vwx250), Left(vwx260), ty_@0, cc) -> new_ltEs12(vwx250, vwx260) 22.13/9.71 new_ltEs16(EQ, EQ) -> True 22.13/9.71 new_esEs15(vwx3000, vwx4000, ty_Char) -> new_esEs20(vwx3000, vwx4000) 22.13/9.71 new_esEs16(vwx3001, vwx4001, ty_Char) -> new_esEs20(vwx3001, vwx4001) 22.13/9.71 new_esEs8(vwx302, vwx402, app(ty_[], eed)) -> new_esEs25(vwx302, vwx402, eed) 22.13/9.71 new_esEs30(vwx3000, vwx4000, app(ty_Maybe, dfb)) -> new_esEs22(vwx3000, vwx4000, dfb) 22.13/9.71 new_ltEs22(vwx65, vwx66, app(ty_Ratio, ffc)) -> new_ltEs6(vwx65, vwx66, ffc) 22.13/9.71 new_esEs5(vwx300, vwx400, app(ty_Maybe, ddh)) -> new_esEs22(vwx300, vwx400, ddh) 22.13/9.71 new_esEs28(Left(vwx3000), Left(vwx4000), ty_Float, dcc) -> new_esEs19(vwx3000, vwx4000) 22.13/9.71 new_lt14(vwx250, vwx260, app(app(ty_Either, eg), eh)) -> new_lt5(vwx250, vwx260, eg, eh) 22.13/9.71 new_ltEs10(vwx252, vwx262, ty_Char) -> new_ltEs18(vwx252, vwx262) 22.13/9.71 new_esEs7(vwx301, vwx401, ty_@0) -> new_esEs21(vwx301, vwx401) 22.13/9.71 new_esEs8(vwx302, vwx402, ty_Integer) -> new_esEs24(vwx302, vwx402) 22.13/9.71 new_ltEs13(Left(vwx250), Left(vwx260), ty_Ordering, cc) -> new_ltEs16(vwx250, vwx260) 22.13/9.71 new_ltEs11(True, True) -> True 22.13/9.71 new_esEs4(vwx300, vwx400, ty_Char) -> new_esEs20(vwx300, vwx400) 22.13/9.71 new_compare12(GT, LT) -> GT 22.13/9.71 new_esEs6(vwx300, vwx400, app(ty_[], ebh)) -> new_esEs25(vwx300, vwx400, ebh) 22.13/9.71 new_ltEs19(vwx90, vwx92, app(app(app(ty_@3, cbh), cca), ccb)) -> new_ltEs9(vwx90, vwx92, cbh, cca, ccb) 22.13/9.71 new_esEs38(vwx76, vwx79, ty_Char) -> new_esEs20(vwx76, vwx79) 22.13/9.71 new_primPlusNat1(Succ(vwx16900), Zero) -> Succ(vwx16900) 22.13/9.71 new_primPlusNat1(Zero, Succ(vwx301000)) -> Succ(vwx301000) 22.13/9.71 new_lt15(vwx251, vwx261, app(ty_Maybe, hd)) -> new_lt7(vwx251, vwx261, hd) 22.13/9.71 new_ltEs17(Just(vwx250), Just(vwx260), app(ty_Maybe, bec)) -> new_ltEs17(vwx250, vwx260, bec) 22.13/9.71 new_esEs28(Left(vwx3000), Left(vwx4000), app(app(app(ty_@3, fdb), fdc), fdd), dcc) -> new_esEs14(vwx3000, vwx4000, fdb, fdc, fdd) 22.13/9.71 new_esEs36(vwx89, vwx91, app(app(ty_Either, cac), cad)) -> new_esEs28(vwx89, vwx91, cac, cad) 22.13/9.71 new_esEs4(vwx300, vwx400, ty_Int) -> new_esEs26(vwx300, vwx400) 22.13/9.71 new_esEs13(True, True) -> True 22.13/9.71 new_compare30(vwx30, vwx40, app(ty_Maybe, bh)) -> new_compare11(vwx30, vwx40, bh) 22.13/9.71 new_ltEs21(vwx251, vwx261, ty_Double) -> new_ltEs14(vwx251, vwx261) 22.13/9.71 new_lt15(vwx251, vwx261, app(app(ty_Either, gd), ge)) -> new_lt5(vwx251, vwx261, gd, ge) 22.13/9.71 new_esEs17(vwx3002, vwx4002, app(ty_Maybe, dad)) -> new_esEs22(vwx3002, vwx4002, dad) 22.13/9.71 new_esEs6(vwx300, vwx400, app(ty_Maybe, ebg)) -> new_esEs22(vwx300, vwx400, ebg) 22.13/9.71 new_esEs31(vwx3001, vwx4001, ty_@0) -> new_esEs21(vwx3001, vwx4001) 22.13/9.71 new_ltEs20(vwx32, vwx33, ty_Ordering) -> new_ltEs16(vwx32, vwx33) 22.13/9.71 new_compare24(Char(vwx300), Char(vwx400)) -> new_primCmpNat0(vwx300, vwx400) 22.13/9.71 new_compare5(:(vwx30, vwx31), :(vwx40, vwx41), cab) -> new_primCompAux1(vwx30, vwx40, new_compare5(vwx31, vwx41, cab), cab) 22.13/9.71 new_esEs39(vwx77, vwx80, ty_Int) -> new_esEs26(vwx77, vwx80) 22.13/9.71 new_ltEs20(vwx32, vwx33, ty_Float) -> new_ltEs5(vwx32, vwx33) 22.13/9.71 new_ltEs14(vwx25, vwx26) -> new_fsEs(new_compare10(vwx25, vwx26)) 22.13/9.71 new_esEs7(vwx301, vwx401, ty_Integer) -> new_esEs24(vwx301, vwx401) 22.13/9.71 new_esEs28(Right(vwx3000), Right(vwx4000), dcb, app(app(ty_Either, feh), ffa)) -> new_esEs28(vwx3000, vwx4000, feh, ffa) 22.13/9.71 new_esEs16(vwx3001, vwx4001, app(ty_Ratio, chg)) -> new_esEs27(vwx3001, vwx4001, chg) 22.13/9.71 new_ltEs10(vwx252, vwx262, app(app(ty_@2, bac), bad)) -> new_ltEs15(vwx252, vwx262, bac, bad) 22.13/9.71 new_ltEs20(vwx32, vwx33, ty_Double) -> new_ltEs14(vwx32, vwx33) 22.13/9.71 new_fsEs(vwx163) -> new_not(new_esEs12(vwx163, GT)) 22.13/9.71 new_esEs5(vwx300, vwx400, ty_Int) -> new_esEs26(vwx300, vwx400) 22.13/9.71 new_esEs28(Right(vwx3000), Right(vwx4000), dcb, ty_@0) -> new_esEs21(vwx3000, vwx4000) 22.13/9.71 new_ltEs8(vwx25, vwx26, baf) -> new_fsEs(new_compare5(vwx25, vwx26, baf)) 22.13/9.71 new_ltEs17(Just(vwx250), Just(vwx260), app(ty_Ratio, ehb)) -> new_ltEs6(vwx250, vwx260, ehb) 22.13/9.71 new_lt14(vwx250, vwx260, app(app(app(ty_@3, fc), fd), ff)) -> new_lt17(vwx250, vwx260, fc, fd, ff) 22.13/9.71 new_primMulInt(Neg(vwx4000), Neg(vwx3010)) -> Pos(new_primMulNat0(vwx4000, vwx3010)) 22.13/9.71 new_primCmpInt(Pos(Zero), Pos(Succ(vwx4000))) -> new_primCmpNat0(Zero, Succ(vwx4000)) 22.13/9.71 new_esEs36(vwx89, vwx91, ty_Float) -> new_esEs19(vwx89, vwx91) 22.13/9.71 new_esEs8(vwx302, vwx402, ty_Double) -> new_esEs23(vwx302, vwx402) 22.13/9.71 new_esEs31(vwx3001, vwx4001, app(ty_[], dge)) -> new_esEs25(vwx3001, vwx4001, dge) 22.13/9.71 new_ltEs22(vwx65, vwx66, app(app(ty_@2, cde), cdf)) -> new_ltEs15(vwx65, vwx66, cde, cdf) 22.13/9.71 new_lt15(vwx251, vwx261, ty_Char) -> new_lt19(vwx251, vwx261) 22.13/9.71 new_ltEs10(vwx252, vwx262, app(ty_Maybe, bae)) -> new_ltEs17(vwx252, vwx262, bae) 22.13/9.71 new_lt23(vwx76, vwx79, app(app(ty_@2, bhg), bhh)) -> new_lt12(vwx76, vwx79, bhg, bhh) 22.13/9.71 new_esEs30(vwx3000, vwx4000, ty_@0) -> new_esEs21(vwx3000, vwx4000) 22.13/9.71 new_compare28(vwx25, vwx26, False, fgb, cd) -> new_compare112(vwx25, vwx26, new_ltEs24(vwx25, vwx26, fgb), fgb, cd) 22.13/9.71 new_ltEs19(vwx90, vwx92, ty_Ordering) -> new_ltEs16(vwx90, vwx92) 22.13/9.71 new_esEs32(vwx250, vwx260, ty_Double) -> new_esEs23(vwx250, vwx260) 22.13/9.71 new_ltEs11(False, True) -> True 22.13/9.71 new_lt21(vwx250, vwx260, ty_@0) -> new_lt10(vwx250, vwx260) 22.13/9.71 new_compare18(@2(vwx300, vwx301), @2(vwx400, vwx401), bf, bg) -> new_compare26(vwx300, vwx301, vwx400, vwx401, new_asAs(new_esEs9(vwx300, vwx400, bf), new_esEs10(vwx301, vwx401, bg)), bf, bg) 22.13/9.71 new_compare10(Double(vwx300, Neg(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_compare13(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Neg(vwx3010), vwx400)) 22.13/9.71 new_esEs4(vwx300, vwx400, app(ty_Ratio, dca)) -> new_esEs27(vwx300, vwx400, dca) 22.13/9.71 new_ltEs21(vwx251, vwx261, app(ty_Maybe, bdb)) -> new_ltEs17(vwx251, vwx261, bdb) 22.13/9.71 new_compare30(vwx30, vwx40, ty_Double) -> new_compare10(vwx30, vwx40) 22.13/9.71 new_esEs17(vwx3002, vwx4002, ty_Int) -> new_esEs26(vwx3002, vwx4002) 22.13/9.71 new_ltEs17(Just(vwx250), Just(vwx260), ty_Char) -> new_ltEs18(vwx250, vwx260) 22.13/9.71 new_esEs10(vwx301, vwx401, app(app(ty_@2, efe), eff)) -> new_esEs18(vwx301, vwx401, efe, eff) 22.13/9.71 new_compare25(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, False, bfa, bgd, bfd) -> new_compare114(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, new_lt23(vwx76, vwx79, bfa), new_asAs(new_esEs38(vwx76, vwx79, bfa), new_pePe(new_lt22(vwx77, vwx80, bgd), new_asAs(new_esEs39(vwx77, vwx80, bgd), new_ltEs23(vwx78, vwx81, bfd)))), bfa, bgd, bfd) 22.13/9.71 new_esEs29(vwx3000, vwx4000, app(ty_Maybe, dcf)) -> new_esEs22(vwx3000, vwx4000, dcf) 22.13/9.71 new_ltEs15(@2(vwx250, vwx251), @2(vwx260, vwx261), bca, bba) -> new_pePe(new_lt21(vwx250, vwx260, bca), new_asAs(new_esEs37(vwx250, vwx260, bca), new_ltEs21(vwx251, vwx261, bba))) 22.13/9.71 new_esEs33(vwx251, vwx261, app(app(ty_@2, hb), hc)) -> new_esEs18(vwx251, vwx261, hb, hc) 22.13/9.71 new_esEs36(vwx89, vwx91, ty_Ordering) -> new_esEs12(vwx89, vwx91) 22.13/9.71 new_compare11(Nothing, Just(vwx400), bh) -> LT 22.13/9.71 new_ltEs13(Left(vwx250), Left(vwx260), ty_Float, cc) -> new_ltEs5(vwx250, vwx260) 22.13/9.71 new_esEs7(vwx301, vwx401, app(ty_[], edb)) -> new_esEs25(vwx301, vwx401, edb) 22.13/9.71 new_esEs39(vwx77, vwx80, app(ty_Ratio, fff)) -> new_esEs27(vwx77, vwx80, fff) 22.13/9.71 new_ltEs19(vwx90, vwx92, ty_Float) -> new_ltEs5(vwx90, vwx92) 22.13/9.71 new_ltEs24(vwx25, vwx26, ty_Int) -> new_ltEs7(vwx25, vwx26) 22.13/9.71 new_ltEs17(Just(vwx250), Just(vwx260), app(app(ty_@2, bea), beb)) -> new_ltEs15(vwx250, vwx260, bea, beb) 22.13/9.71 new_esEs6(vwx300, vwx400, ty_@0) -> new_esEs21(vwx300, vwx400) 22.13/9.71 new_esEs37(vwx250, vwx260, ty_Bool) -> new_esEs13(vwx250, vwx260) 22.13/9.71 new_ltEs13(Left(vwx250), Left(vwx260), ty_Bool, cc) -> new_ltEs11(vwx250, vwx260) 22.13/9.71 new_lt20(vwx89, vwx91, ty_Bool) -> new_lt11(vwx89, vwx91) 22.13/9.71 new_ltEs13(Left(vwx250), Left(vwx260), app(ty_[], da), cc) -> new_ltEs8(vwx250, vwx260, da) 22.13/9.71 new_esEs11(vwx300, vwx400, ty_Char) -> new_esEs20(vwx300, vwx400) 22.13/9.71 new_ltEs13(Right(vwx250), Right(vwx260), de, app(app(app(ty_@3, dh), ea), eb)) -> new_ltEs9(vwx250, vwx260, dh, ea, eb) 22.13/9.71 new_esEs22(Just(vwx3000), Just(vwx4000), ty_@0) -> new_esEs21(vwx3000, vwx4000) 22.13/9.71 new_esEs15(vwx3000, vwx4000, ty_Float) -> new_esEs19(vwx3000, vwx4000) 22.13/9.71 new_lt15(vwx251, vwx261, ty_Integer) -> new_lt18(vwx251, vwx261) 22.13/9.71 new_esEs11(vwx300, vwx400, app(app(ty_@2, ehe), ehf)) -> new_esEs18(vwx300, vwx400, ehe, ehf) 22.13/9.71 new_esEs8(vwx302, vwx402, ty_Int) -> new_esEs26(vwx302, vwx402) 22.13/9.71 new_ltEs23(vwx78, vwx81, ty_@0) -> new_ltEs12(vwx78, vwx81) 22.13/9.71 new_compare8(Integer(vwx300), Integer(vwx400)) -> new_primCmpInt(vwx300, vwx400) 22.13/9.71 new_ltEs20(vwx32, vwx33, app(app(app(ty_@3, cec), ced), cee)) -> new_ltEs9(vwx32, vwx33, cec, ced, cee) 22.13/9.71 new_primMulInt(Pos(vwx4000), Neg(vwx3010)) -> Neg(new_primMulNat0(vwx4000, vwx3010)) 22.13/9.71 new_primMulInt(Neg(vwx4000), Pos(vwx3010)) -> Neg(new_primMulNat0(vwx4000, vwx3010)) 22.13/9.71 new_esEs29(vwx3000, vwx4000, ty_Ordering) -> new_esEs12(vwx3000, vwx4000) 22.13/9.71 new_compare7(Left(vwx300), Right(vwx400), h, ba) -> LT 22.13/9.71 new_ltEs22(vwx65, vwx66, ty_Char) -> new_ltEs18(vwx65, vwx66) 22.13/9.71 new_lt15(vwx251, vwx261, app(ty_[], ha)) -> new_lt8(vwx251, vwx261, ha) 22.13/9.71 new_ltEs13(Right(vwx250), Right(vwx260), de, app(ty_[], ec)) -> new_ltEs8(vwx250, vwx260, ec) 22.13/9.71 new_esEs38(vwx76, vwx79, app(app(app(ty_@3, bef), beg), beh)) -> new_esEs14(vwx76, vwx79, bef, beg, beh) 22.13/9.71 new_ltEs10(vwx252, vwx262, app(ty_Ratio, ebd)) -> new_ltEs6(vwx252, vwx262, ebd) 22.13/9.71 new_esEs9(vwx300, vwx400, app(app(ty_@2, dhg), dhh)) -> new_esEs18(vwx300, vwx400, dhg, dhh) 22.13/9.71 new_esEs39(vwx77, vwx80, app(ty_[], bfh)) -> new_esEs25(vwx77, vwx80, bfh) 22.13/9.71 new_ltEs17(Just(vwx250), Just(vwx260), ty_@0) -> new_ltEs12(vwx250, vwx260) 22.13/9.71 new_ltEs6(vwx25, vwx26, dbd) -> new_fsEs(new_compare6(vwx25, vwx26, dbd)) 22.13/9.71 new_ltEs23(vwx78, vwx81, ty_Ordering) -> new_ltEs16(vwx78, vwx81) 22.13/9.71 new_esEs22(Just(vwx3000), Just(vwx4000), ty_Bool) -> new_esEs13(vwx3000, vwx4000) 22.13/9.71 new_esEs4(vwx300, vwx400, ty_Float) -> new_esEs19(vwx300, vwx400) 22.13/9.71 new_lt17(vwx76, vwx79, bef, beg, beh) -> new_esEs12(new_compare19(vwx76, vwx79, bef, beg, beh), LT) 22.13/9.71 new_esEs30(vwx3000, vwx4000, ty_Integer) -> new_esEs24(vwx3000, vwx4000) 22.13/9.71 new_compare17(True, False) -> GT 22.13/9.71 new_ltEs19(vwx90, vwx92, ty_Double) -> new_ltEs14(vwx90, vwx92) 22.13/9.71 new_compare5([], [], cab) -> EQ 22.13/9.71 new_ltEs17(Just(vwx250), Just(vwx260), ty_Ordering) -> new_ltEs16(vwx250, vwx260) 22.13/9.71 new_compare9(Float(vwx300, Neg(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_compare13(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Neg(vwx3010), vwx400)) 22.13/9.71 new_esEs17(vwx3002, vwx4002, app(ty_Ratio, dba)) -> new_esEs27(vwx3002, vwx4002, dba) 22.13/9.71 new_esEs16(vwx3001, vwx4001, ty_Bool) -> new_esEs13(vwx3001, vwx4001) 22.13/9.71 new_esEs7(vwx301, vwx401, ty_Double) -> new_esEs23(vwx301, vwx401) 22.13/9.71 new_esEs13(False, False) -> True 22.13/9.71 new_esEs28(Left(vwx3000), Left(vwx4000), app(ty_Maybe, fch), dcc) -> new_esEs22(vwx3000, vwx4000, fch) 22.13/9.71 new_esEs35(vwx3001, vwx4001, ty_Int) -> new_esEs26(vwx3001, vwx4001) 22.13/9.71 new_esEs8(vwx302, vwx402, ty_Ordering) -> new_esEs12(vwx302, vwx402) 22.13/9.71 new_esEs29(vwx3000, vwx4000, ty_Int) -> new_esEs26(vwx3000, vwx4000) 22.13/9.71 new_esEs6(vwx300, vwx400, app(ty_Ratio, ecd)) -> new_esEs27(vwx300, vwx400, ecd) 22.13/9.71 new_ltEs19(vwx90, vwx92, app(ty_Ratio, egh)) -> new_ltEs6(vwx90, vwx92, egh) 22.13/9.71 new_esEs33(vwx251, vwx261, app(ty_Ratio, ebc)) -> new_esEs27(vwx251, vwx261, ebc) 22.13/9.71 new_esEs31(vwx3001, vwx4001, ty_Float) -> new_esEs19(vwx3001, vwx4001) 22.13/9.71 new_esEs32(vwx250, vwx260, ty_Char) -> new_esEs20(vwx250, vwx260) 22.13/9.71 new_ltEs18(vwx25, vwx26) -> new_fsEs(new_compare24(vwx25, vwx26)) 22.13/9.71 new_ltEs19(vwx90, vwx92, app(app(ty_@2, ccd), cce)) -> new_ltEs15(vwx90, vwx92, ccd, cce) 22.13/9.71 new_esEs12(GT, GT) -> True 22.13/9.71 new_esEs5(vwx300, vwx400, ty_Char) -> new_esEs20(vwx300, vwx400) 22.13/9.71 new_esEs39(vwx77, vwx80, app(app(ty_Either, bfb), bfc)) -> new_esEs28(vwx77, vwx80, bfb, bfc) 22.13/9.71 new_asAs(True, vwx121) -> vwx121 22.13/9.71 new_esEs28(Right(vwx3000), Right(vwx4000), dcb, app(ty_Maybe, feb)) -> new_esEs22(vwx3000, vwx4000, feb) 22.13/9.71 new_esEs32(vwx250, vwx260, app(app(ty_@2, fh), ga)) -> new_esEs18(vwx250, vwx260, fh, ga) 22.13/9.71 new_lt20(vwx89, vwx91, app(ty_Ratio, egg)) -> new_lt4(vwx89, vwx91, egg) 22.13/9.71 new_ltEs13(Right(vwx250), Right(vwx260), de, ty_Int) -> new_ltEs7(vwx250, vwx260) 22.13/9.71 new_esEs39(vwx77, vwx80, ty_Integer) -> new_esEs24(vwx77, vwx80) 22.13/9.71 new_esEs29(vwx3000, vwx4000, app(ty_[], dcg)) -> new_esEs25(vwx3000, vwx4000, dcg) 22.13/9.71 new_esEs23(Double(vwx3000, vwx3001), Double(vwx4000, vwx4001)) -> new_esEs26(new_sr0(vwx3000, vwx4001), new_sr0(vwx3001, vwx4000)) 22.13/9.71 new_ltEs13(Right(vwx250), Right(vwx260), de, ty_@0) -> new_ltEs12(vwx250, vwx260) 22.13/9.71 new_esEs5(vwx300, vwx400, app(app(ty_@2, ddf), ddg)) -> new_esEs18(vwx300, vwx400, ddf, ddg) 22.13/9.71 new_esEs5(vwx300, vwx400, ty_@0) -> new_esEs21(vwx300, vwx400) 22.13/9.71 new_esEs7(vwx301, vwx401, app(app(ty_Either, edg), edh)) -> new_esEs28(vwx301, vwx401, edg, edh) 22.13/9.71 new_ltEs13(Right(vwx250), Right(vwx260), de, app(app(ty_Either, df), dg)) -> new_ltEs13(vwx250, vwx260, df, dg) 22.13/9.71 new_esEs39(vwx77, vwx80, ty_Double) -> new_esEs23(vwx77, vwx80) 22.13/9.71 new_esEs39(vwx77, vwx80, app(ty_Maybe, bgc)) -> new_esEs22(vwx77, vwx80, bgc) 22.13/9.71 new_esEs32(vwx250, vwx260, ty_@0) -> new_esEs21(vwx250, vwx260) 22.13/9.71 new_esEs38(vwx76, vwx79, app(ty_Ratio, cfb)) -> new_esEs27(vwx76, vwx79, cfb) 22.13/9.71 new_ltEs21(vwx251, vwx261, ty_Float) -> new_ltEs5(vwx251, vwx261) 22.13/9.71 new_lt6(vwx76, vwx79) -> new_esEs12(new_compare10(vwx76, vwx79), LT) 22.13/9.71 new_compare111(vwx112, vwx113, False, ffh, fga) -> GT 22.13/9.71 new_ltEs10(vwx252, vwx262, ty_Double) -> new_ltEs14(vwx252, vwx262) 22.13/9.71 new_compare26(vwx89, vwx90, vwx91, vwx92, True, cbe, cae) -> EQ 22.13/9.71 new_ltEs20(vwx32, vwx33, app(app(ty_@2, ceg), ceh)) -> new_ltEs15(vwx32, vwx33, ceg, ceh) 22.13/9.71 new_esEs37(vwx250, vwx260, ty_@0) -> new_esEs21(vwx250, vwx260) 22.13/9.71 new_ltEs24(vwx25, vwx26, app(ty_[], baf)) -> new_ltEs8(vwx25, vwx26, baf) 22.13/9.71 new_lt15(vwx251, vwx261, ty_Double) -> new_lt6(vwx251, vwx261) 22.13/9.71 new_primCmpInt(Pos(Succ(vwx3000)), Pos(vwx400)) -> new_primCmpNat0(Succ(vwx3000), vwx400) 22.13/9.71 new_esEs17(vwx3002, vwx4002, app(app(app(ty_@3, daf), dag), dah)) -> new_esEs14(vwx3002, vwx4002, daf, dag, dah) 22.13/9.71 new_esEs30(vwx3000, vwx4000, app(ty_[], dfc)) -> new_esEs25(vwx3000, vwx4000, dfc) 22.13/9.71 new_lt22(vwx77, vwx80, ty_Int) -> new_lt13(vwx77, vwx80) 22.13/9.71 new_ltEs22(vwx65, vwx66, ty_Integer) -> new_ltEs4(vwx65, vwx66) 22.13/9.71 new_esEs10(vwx301, vwx401, ty_Int) -> new_esEs26(vwx301, vwx401) 22.13/9.71 new_compare30(vwx30, vwx40, app(ty_[], be)) -> new_compare5(vwx30, vwx40, be) 22.13/9.71 new_esEs12(EQ, EQ) -> True 22.13/9.71 new_esEs28(Left(vwx3000), Left(vwx4000), ty_Char, dcc) -> new_esEs20(vwx3000, vwx4000) 22.13/9.71 new_compare113(vwx156, vwx157, vwx158, vwx159, False, ffd, ffe) -> GT 22.13/9.71 new_lt22(vwx77, vwx80, app(app(ty_@2, bga), bgb)) -> new_lt12(vwx77, vwx80, bga, bgb) 22.13/9.71 new_compare11(Just(vwx300), Nothing, bh) -> GT 22.13/9.71 new_esEs28(Right(vwx3000), Right(vwx4000), dcb, app(app(ty_@2, fdh), fea)) -> new_esEs18(vwx3000, vwx4000, fdh, fea) 22.13/9.71 new_esEs4(vwx300, vwx400, app(ty_Maybe, dbg)) -> new_esEs22(vwx300, vwx400, dbg) 22.13/9.71 new_ltEs16(GT, GT) -> True 22.13/9.71 new_esEs37(vwx250, vwx260, app(ty_Ratio, fca)) -> new_esEs27(vwx250, vwx260, fca) 22.13/9.71 new_esEs29(vwx3000, vwx4000, ty_Integer) -> new_esEs24(vwx3000, vwx4000) 22.13/9.71 new_esEs33(vwx251, vwx261, ty_@0) -> new_esEs21(vwx251, vwx261) 22.13/9.71 new_lt22(vwx77, vwx80, app(app(ty_Either, bfb), bfc)) -> new_lt5(vwx77, vwx80, bfb, bfc) 22.13/9.71 new_lt15(vwx251, vwx261, app(ty_Ratio, ebc)) -> new_lt4(vwx251, vwx261, ebc) 22.13/9.71 new_primMulNat0(Zero, Zero) -> Zero 22.13/9.71 new_compare13(vwx30, vwx40) -> new_primCmpInt(vwx30, vwx40) 22.13/9.71 new_esEs11(vwx300, vwx400, ty_Float) -> new_esEs19(vwx300, vwx400) 22.13/9.71 new_ltEs24(vwx25, vwx26, app(ty_Maybe, eha)) -> new_ltEs17(vwx25, vwx26, eha) 22.13/9.71 new_esEs10(vwx301, vwx401, app(ty_[], efh)) -> new_esEs25(vwx301, vwx401, efh) 22.13/9.71 new_lt14(vwx250, vwx260, ty_Double) -> new_lt6(vwx250, vwx260) 22.13/9.71 new_lt15(vwx251, vwx261, app(app(ty_@2, hb), hc)) -> new_lt12(vwx251, vwx261, hb, hc) 22.13/9.71 new_esEs15(vwx3000, vwx4000, ty_Int) -> new_esEs26(vwx3000, vwx4000) 22.13/9.71 new_ltEs19(vwx90, vwx92, app(ty_[], ccc)) -> new_ltEs8(vwx90, vwx92, ccc) 22.13/9.71 new_esEs11(vwx300, vwx400, ty_Bool) -> new_esEs13(vwx300, vwx400) 22.13/9.71 new_esEs28(Left(vwx3000), Left(vwx4000), ty_Bool, dcc) -> new_esEs13(vwx3000, vwx4000) 22.13/9.71 new_ltEs22(vwx65, vwx66, app(app(ty_Either, ccg), cch)) -> new_ltEs13(vwx65, vwx66, ccg, cch) 22.13/9.71 new_ltEs17(Just(vwx250), Just(vwx260), ty_Int) -> new_ltEs7(vwx250, vwx260) 22.13/9.71 new_ltEs22(vwx65, vwx66, ty_Float) -> new_ltEs5(vwx65, vwx66) 22.13/9.71 new_ltEs24(vwx25, vwx26, app(app(ty_@2, bca), bba)) -> new_ltEs15(vwx25, vwx26, bca, bba) 22.13/9.71 new_compare30(vwx30, vwx40, ty_Int) -> new_compare13(vwx30, vwx40) 22.13/9.71 new_esEs7(vwx301, vwx401, app(app(app(ty_@3, edc), edd), ede)) -> new_esEs14(vwx301, vwx401, edc, edd, ede) 22.13/9.71 new_esEs22(Just(vwx3000), Just(vwx4000), app(ty_Ratio, fbf)) -> new_esEs27(vwx3000, vwx4000, fbf) 22.13/9.71 new_lt21(vwx250, vwx260, app(app(ty_@2, bbf), bbg)) -> new_lt12(vwx250, vwx260, bbf, bbg) 22.13/9.71 new_esEs31(vwx3001, vwx4001, ty_Int) -> new_esEs26(vwx3001, vwx4001) 22.13/9.71 new_ltEs13(Right(vwx250), Right(vwx260), de, app(ty_Maybe, ef)) -> new_ltEs17(vwx250, vwx260, ef) 22.13/9.71 new_ltEs20(vwx32, vwx33, app(ty_Ratio, ehd)) -> new_ltEs6(vwx32, vwx33, ehd) 22.13/9.71 new_esEs31(vwx3001, vwx4001, ty_Char) -> new_esEs20(vwx3001, vwx4001) 22.13/9.71 new_ltEs9(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), gc, fa, fb) -> new_pePe(new_lt14(vwx250, vwx260, gc), new_asAs(new_esEs32(vwx250, vwx260, gc), new_pePe(new_lt15(vwx251, vwx261, fa), new_asAs(new_esEs33(vwx251, vwx261, fa), new_ltEs10(vwx252, vwx262, fb))))) 22.13/9.71 new_ltEs11(True, False) -> False 22.13/9.71 new_esEs4(vwx300, vwx400, ty_Ordering) -> new_esEs12(vwx300, vwx400) 22.13/9.71 new_ltEs13(Left(vwx250), Left(vwx260), app(ty_Ratio, efc), cc) -> new_ltEs6(vwx250, vwx260, efc) 22.13/9.71 new_lt18(vwx76, vwx79) -> new_esEs12(new_compare8(vwx76, vwx79), LT) 22.13/9.71 new_esEs35(vwx3001, vwx4001, ty_Integer) -> new_esEs24(vwx3001, vwx4001) 22.13/9.71 new_esEs11(vwx300, vwx400, ty_@0) -> new_esEs21(vwx300, vwx400) 22.13/9.71 new_ltEs23(vwx78, vwx81, app(ty_Maybe, bhe)) -> new_ltEs17(vwx78, vwx81, bhe) 22.13/9.71 new_esEs21(@0, @0) -> True 22.13/9.71 new_esEs8(vwx302, vwx402, ty_Float) -> new_esEs19(vwx302, vwx402) 22.13/9.71 new_compare12(EQ, EQ) -> EQ 22.13/9.71 new_lt14(vwx250, vwx260, ty_Ordering) -> new_lt9(vwx250, vwx260) 22.13/9.71 new_ltEs13(Left(vwx250), Left(vwx260), ty_Char, cc) -> new_ltEs18(vwx250, vwx260) 22.13/9.71 new_compare30(vwx30, vwx40, ty_@0) -> new_compare14(vwx30, vwx40) 22.13/9.71 new_esEs30(vwx3000, vwx4000, ty_Double) -> new_esEs23(vwx3000, vwx4000) 22.13/9.71 new_esEs31(vwx3001, vwx4001, app(app(ty_@2, dgb), dgc)) -> new_esEs18(vwx3001, vwx4001, dgb, dgc) 22.13/9.71 new_esEs28(Right(vwx3000), Right(vwx4000), dcb, ty_Integer) -> new_esEs24(vwx3000, vwx4000) 22.13/9.71 new_lt21(vwx250, vwx260, app(ty_Ratio, fca)) -> new_lt4(vwx250, vwx260, fca) 22.13/9.71 new_primCompAux0(vwx19, EQ) -> vwx19 22.13/9.71 new_ltEs12(vwx25, vwx26) -> new_fsEs(new_compare14(vwx25, vwx26)) 22.13/9.71 new_esEs25(:(vwx3000, vwx3001), [], dbh) -> False 22.13/9.71 new_esEs25([], :(vwx4000, vwx4001), dbh) -> False 22.13/9.71 new_ltEs20(vwx32, vwx33, app(ty_[], cef)) -> new_ltEs8(vwx32, vwx33, cef) 22.13/9.71 new_esEs39(vwx77, vwx80, ty_Ordering) -> new_esEs12(vwx77, vwx80) 22.13/9.71 new_compare7(Right(vwx300), Left(vwx400), h, ba) -> GT 22.13/9.71 new_compare7(Right(vwx300), Right(vwx400), h, ba) -> new_compare27(vwx300, vwx400, new_esEs5(vwx300, vwx400, ba), h, ba) 22.13/9.71 new_esEs10(vwx301, vwx401, app(ty_Maybe, efg)) -> new_esEs22(vwx301, vwx401, efg) 22.13/9.71 new_esEs5(vwx300, vwx400, ty_Bool) -> new_esEs13(vwx300, vwx400) 22.13/9.71 new_compare9(Float(vwx300, Pos(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_compare13(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Pos(vwx3010), vwx400)) 22.13/9.71 new_esEs34(vwx3000, vwx4000, ty_Integer) -> new_esEs24(vwx3000, vwx4000) 22.13/9.71 new_esEs29(vwx3000, vwx4000, ty_Double) -> new_esEs23(vwx3000, vwx4000) 22.13/9.71 new_esEs16(vwx3001, vwx4001, ty_@0) -> new_esEs21(vwx3001, vwx4001) 22.13/9.71 new_primEqInt(Neg(Succ(vwx30000)), Neg(Zero)) -> False 22.13/9.71 new_primEqInt(Neg(Zero), Neg(Succ(vwx40000))) -> False 22.13/9.71 new_lt20(vwx89, vwx91, ty_Double) -> new_lt6(vwx89, vwx91) 22.13/9.71 new_esEs28(Left(vwx3000), Left(vwx4000), app(ty_[], fda), dcc) -> new_esEs25(vwx3000, vwx4000, fda) 22.13/9.71 new_esEs28(Right(vwx3000), Right(vwx4000), dcb, ty_Double) -> new_esEs23(vwx3000, vwx4000) 22.13/9.71 new_esEs7(vwx301, vwx401, app(ty_Ratio, edf)) -> new_esEs27(vwx301, vwx401, edf) 22.13/9.71 new_esEs10(vwx301, vwx401, ty_Ordering) -> new_esEs12(vwx301, vwx401) 22.13/9.71 new_ltEs24(vwx25, vwx26, app(ty_Ratio, dbd)) -> new_ltEs6(vwx25, vwx26, dbd) 22.13/9.71 new_esEs13(False, True) -> False 22.13/9.71 new_esEs13(True, False) -> False 22.13/9.71 new_primEqInt(Pos(Succ(vwx30000)), Pos(Succ(vwx40000))) -> new_primEqNat0(vwx30000, vwx40000) 22.13/9.71 new_esEs9(vwx300, vwx400, ty_@0) -> new_esEs21(vwx300, vwx400) 22.13/9.71 new_esEs17(vwx3002, vwx4002, ty_Double) -> new_esEs23(vwx3002, vwx4002) 22.13/9.71 new_ltEs23(vwx78, vwx81, ty_Integer) -> new_ltEs4(vwx78, vwx81) 22.13/9.71 new_esEs9(vwx300, vwx400, ty_Float) -> new_esEs19(vwx300, vwx400) 22.13/9.71 new_esEs36(vwx89, vwx91, app(app(ty_@2, cbb), cbc)) -> new_esEs18(vwx89, vwx91, cbb, cbc) 22.13/9.71 new_esEs6(vwx300, vwx400, app(app(app(ty_@3, eca), ecb), ecc)) -> new_esEs14(vwx300, vwx400, eca, ecb, ecc) 22.13/9.71 new_lt5(vwx76, vwx79, bed, bee) -> new_esEs12(new_compare7(vwx76, vwx79, bed, bee), LT) 22.13/9.71 new_esEs38(vwx76, vwx79, app(app(ty_Either, bed), bee)) -> new_esEs28(vwx76, vwx79, bed, bee) 22.13/9.71 new_ltEs10(vwx252, vwx262, app(app(app(ty_@3, hg), hh), baa)) -> new_ltEs9(vwx252, vwx262, hg, hh, baa) 22.13/9.71 new_esEs17(vwx3002, vwx4002, ty_Bool) -> new_esEs13(vwx3002, vwx4002) 22.13/9.71 new_esEs4(vwx300, vwx400, app(ty_[], dbh)) -> new_esEs25(vwx300, vwx400, dbh) 22.13/9.71 new_compare17(False, True) -> LT 22.13/9.71 new_primEqInt(Pos(Succ(vwx30000)), Neg(vwx4000)) -> False 22.13/9.71 new_primEqInt(Neg(Succ(vwx30000)), Pos(vwx4000)) -> False 22.13/9.71 new_compare11(Nothing, Nothing, bh) -> EQ 22.13/9.71 new_esEs10(vwx301, vwx401, ty_Float) -> new_esEs19(vwx301, vwx401) 22.13/9.71 new_ltEs21(vwx251, vwx261, app(app(ty_Either, bcb), bcc)) -> new_ltEs13(vwx251, vwx261, bcb, bcc) 22.13/9.71 new_primCmpInt(Neg(Zero), Neg(Succ(vwx4000))) -> new_primCmpNat0(Succ(vwx4000), Zero) 22.13/9.71 new_esEs8(vwx302, vwx402, app(ty_Maybe, eec)) -> new_esEs22(vwx302, vwx402, eec) 22.13/9.71 new_esEs28(Left(vwx3000), Right(vwx4000), dcb, dcc) -> False 22.13/9.71 new_esEs28(Right(vwx3000), Left(vwx4000), dcb, dcc) -> False 22.13/9.71 new_esEs15(vwx3000, vwx4000, app(ty_Maybe, cfh)) -> new_esEs22(vwx3000, vwx4000, cfh) 22.13/9.71 new_esEs28(Right(vwx3000), Right(vwx4000), dcb, app(ty_[], fec)) -> new_esEs25(vwx3000, vwx4000, fec) 22.13/9.71 new_esEs8(vwx302, vwx402, app(app(ty_Either, efa), efb)) -> new_esEs28(vwx302, vwx402, efa, efb) 22.13/9.71 new_esEs36(vwx89, vwx91, ty_Char) -> new_esEs20(vwx89, vwx91) 22.13/9.71 new_compare12(GT, GT) -> EQ 22.13/9.71 new_ltEs13(Right(vwx250), Right(vwx260), de, app(ty_Ratio, efd)) -> new_ltEs6(vwx250, vwx260, efd) 22.13/9.71 new_esEs17(vwx3002, vwx4002, ty_Integer) -> new_esEs24(vwx3002, vwx4002) 22.13/9.71 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 22.13/9.71 new_compare17(True, True) -> EQ 22.13/9.71 new_ltEs22(vwx65, vwx66, ty_Ordering) -> new_ltEs16(vwx65, vwx66) 22.13/9.71 new_ltEs13(Left(vwx250), Left(vwx260), app(app(app(ty_@3, ce), cf), cg), cc) -> new_ltEs9(vwx250, vwx260, ce, cf, cg) 22.13/9.71 new_esEs11(vwx300, vwx400, ty_Int) -> new_esEs26(vwx300, vwx400) 22.13/9.71 new_esEs39(vwx77, vwx80, ty_Float) -> new_esEs19(vwx77, vwx80) 22.13/9.71 new_esEs15(vwx3000, vwx4000, app(ty_[], cga)) -> new_esEs25(vwx3000, vwx4000, cga) 22.13/9.71 new_esEs9(vwx300, vwx400, app(ty_Maybe, eaa)) -> new_esEs22(vwx300, vwx400, eaa) 22.13/9.71 new_lt22(vwx77, vwx80, ty_Integer) -> new_lt18(vwx77, vwx80) 22.13/9.71 new_lt4(vwx76, vwx79, cfb) -> new_esEs12(new_compare6(vwx76, vwx79, cfb), LT) 22.13/9.71 new_esEs38(vwx76, vwx79, ty_@0) -> new_esEs21(vwx76, vwx79) 22.13/9.71 new_esEs36(vwx89, vwx91, app(ty_Maybe, cbd)) -> new_esEs22(vwx89, vwx91, cbd) 22.13/9.71 new_esEs30(vwx3000, vwx4000, ty_Float) -> new_esEs19(vwx3000, vwx4000) 22.13/9.71 new_esEs34(vwx3000, vwx4000, ty_Int) -> new_esEs26(vwx3000, vwx4000) 22.13/9.71 new_ltEs23(vwx78, vwx81, app(ty_[], bhb)) -> new_ltEs8(vwx78, vwx81, bhb) 22.13/9.71 new_ltEs5(vwx25, vwx26) -> new_fsEs(new_compare9(vwx25, vwx26)) 22.13/9.71 new_compare112(vwx105, vwx106, False, fcd, fce) -> GT 22.13/9.71 new_esEs10(vwx301, vwx401, ty_Char) -> new_esEs20(vwx301, vwx401) 22.13/9.71 new_esEs32(vwx250, vwx260, app(ty_Ratio, ebb)) -> new_esEs27(vwx250, vwx260, ebb) 22.13/9.71 new_esEs8(vwx302, vwx402, ty_Char) -> new_esEs20(vwx302, vwx402) 22.13/9.71 new_lt21(vwx250, vwx260, ty_Int) -> new_lt13(vwx250, vwx260) 22.13/9.71 new_esEs25([], [], dbh) -> True 22.13/9.71 new_ltEs21(vwx251, vwx261, ty_Integer) -> new_ltEs4(vwx251, vwx261) 22.13/9.71 new_esEs29(vwx3000, vwx4000, app(app(ty_@2, dcd), dce)) -> new_esEs18(vwx3000, vwx4000, dcd, dce) 22.13/9.71 new_esEs28(Left(vwx3000), Left(vwx4000), ty_Int, dcc) -> new_esEs26(vwx3000, vwx4000) 22.13/9.71 new_lt23(vwx76, vwx79, ty_Int) -> new_lt13(vwx76, vwx79) 22.13/9.71 new_esEs17(vwx3002, vwx4002, app(app(ty_Either, dbb), dbc)) -> new_esEs28(vwx3002, vwx4002, dbb, dbc) 22.13/9.71 new_esEs31(vwx3001, vwx4001, ty_Bool) -> new_esEs13(vwx3001, vwx4001) 22.13/9.71 new_ltEs10(vwx252, vwx262, app(app(ty_Either, he), hf)) -> new_ltEs13(vwx252, vwx262, he, hf) 22.13/9.71 new_not(False) -> True 22.13/9.71 new_esEs9(vwx300, vwx400, ty_Int) -> new_esEs26(vwx300, vwx400) 22.13/9.71 new_esEs16(vwx3001, vwx4001, ty_Float) -> new_esEs19(vwx3001, vwx4001) 22.13/9.71 new_ltEs10(vwx252, vwx262, ty_Bool) -> new_ltEs11(vwx252, vwx262) 22.13/9.71 new_lt22(vwx77, vwx80, app(ty_[], bfh)) -> new_lt8(vwx77, vwx80, bfh) 22.13/9.71 new_esEs4(vwx300, vwx400, ty_Integer) -> new_esEs24(vwx300, vwx400) 22.13/9.71 new_lt20(vwx89, vwx91, ty_Ordering) -> new_lt9(vwx89, vwx91) 22.13/9.71 new_ltEs22(vwx65, vwx66, ty_@0) -> new_ltEs12(vwx65, vwx66) 22.13/9.71 new_esEs15(vwx3000, vwx4000, ty_@0) -> new_esEs21(vwx3000, vwx4000) 22.13/9.71 new_compare7(Left(vwx300), Left(vwx400), h, ba) -> new_compare28(vwx300, vwx400, new_esEs4(vwx300, vwx400, h), h, ba) 22.13/9.71 new_esEs12(LT, EQ) -> False 22.13/9.71 new_esEs12(EQ, LT) -> False 22.13/9.71 new_ltEs24(vwx25, vwx26, ty_Ordering) -> new_ltEs16(vwx25, vwx26) 22.13/9.71 new_esEs15(vwx3000, vwx4000, ty_Integer) -> new_esEs24(vwx3000, vwx4000) 22.13/9.71 new_compare12(EQ, GT) -> LT 22.13/9.71 new_esEs28(Right(vwx3000), Right(vwx4000), dcb, ty_Ordering) -> new_esEs12(vwx3000, vwx4000) 22.13/9.71 new_esEs6(vwx300, vwx400, app(app(ty_Either, ece), ecf)) -> new_esEs28(vwx300, vwx400, ece, ecf) 22.13/9.71 new_esEs4(vwx300, vwx400, ty_Double) -> new_esEs23(vwx300, vwx400) 22.13/9.71 new_esEs5(vwx300, vwx400, ty_Float) -> new_esEs19(vwx300, vwx400) 22.13/9.71 new_lt21(vwx250, vwx260, app(app(app(ty_@3, bbb), bbc), bbd)) -> new_lt17(vwx250, vwx260, bbb, bbc, bbd) 22.13/9.71 new_esEs37(vwx250, vwx260, app(app(ty_@2, bbf), bbg)) -> new_esEs18(vwx250, vwx260, bbf, bbg) 22.13/9.71 new_compare27(vwx32, vwx33, True, cdh, ehc) -> EQ 22.13/9.71 new_ltEs23(vwx78, vwx81, app(app(app(ty_@3, bgg), bgh), bha)) -> new_ltEs9(vwx78, vwx81, bgg, bgh, bha) 22.13/9.71 new_lt20(vwx89, vwx91, app(ty_[], cba)) -> new_lt8(vwx89, vwx91, cba) 22.13/9.71 new_esEs38(vwx76, vwx79, ty_Integer) -> new_esEs24(vwx76, vwx79) 22.13/9.71 new_compare19(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bb, bc, bd) -> new_compare25(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs6(vwx300, vwx400, bb), new_asAs(new_esEs7(vwx301, vwx401, bc), new_esEs8(vwx302, vwx402, bd))), bb, bc, bd) 22.13/9.71 new_ltEs13(Right(vwx250), Right(vwx260), de, ty_Char) -> new_ltEs18(vwx250, vwx260) 22.13/9.71 new_lt20(vwx89, vwx91, ty_Integer) -> new_lt18(vwx89, vwx91) 22.13/9.71 new_esEs22(Just(vwx3000), Just(vwx4000), app(app(ty_@2, fag), fah)) -> new_esEs18(vwx3000, vwx4000, fag, fah) 22.13/9.71 new_compare30(vwx30, vwx40, ty_Bool) -> new_compare17(vwx30, vwx40) 22.13/9.71 new_esEs7(vwx301, vwx401, ty_Ordering) -> new_esEs12(vwx301, vwx401) 22.13/9.71 new_ltEs20(vwx32, vwx33, ty_Bool) -> new_ltEs11(vwx32, vwx33) 22.13/9.71 new_esEs12(LT, GT) -> False 22.13/9.71 new_esEs12(GT, LT) -> False 22.13/9.71 new_lt22(vwx77, vwx80, ty_Float) -> new_lt16(vwx77, vwx80) 22.13/9.71 new_primPlusNat0(Succ(vwx1690), vwx30100) -> Succ(Succ(new_primPlusNat1(vwx1690, vwx30100))) 22.13/9.71 new_esEs9(vwx300, vwx400, ty_Bool) -> new_esEs13(vwx300, vwx400) 22.13/9.71 new_esEs36(vwx89, vwx91, ty_Int) -> new_esEs26(vwx89, vwx91) 22.13/9.71 new_esEs32(vwx250, vwx260, app(app(app(ty_@3, fc), fd), ff)) -> new_esEs14(vwx250, vwx260, fc, fd, ff) 22.13/9.71 new_ltEs13(Left(vwx250), Left(vwx260), app(ty_Maybe, dd), cc) -> new_ltEs17(vwx250, vwx260, dd) 22.13/9.71 new_ltEs19(vwx90, vwx92, ty_Int) -> new_ltEs7(vwx90, vwx92) 22.13/9.71 new_compare30(vwx30, vwx40, app(app(ty_Either, h), ba)) -> new_compare7(vwx30, vwx40, h, ba) 22.13/9.71 new_sr0(vwx400, vwx301) -> new_primMulInt(vwx400, vwx301) 22.13/9.71 new_esEs32(vwx250, vwx260, ty_Float) -> new_esEs19(vwx250, vwx260) 22.13/9.71 new_ltEs13(Left(vwx250), Left(vwx260), ty_Integer, cc) -> new_ltEs4(vwx250, vwx260) 22.13/9.71 new_lt14(vwx250, vwx260, ty_@0) -> new_lt10(vwx250, vwx260) 22.13/9.71 new_ltEs17(Just(vwx250), Just(vwx260), app(ty_[], bdh)) -> new_ltEs8(vwx250, vwx260, bdh) 22.13/9.71 new_esEs14(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cfc, cfd, cfe) -> new_asAs(new_esEs15(vwx3000, vwx4000, cfc), new_asAs(new_esEs16(vwx3001, vwx4001, cfd), new_esEs17(vwx3002, vwx4002, cfe))) 22.13/9.71 new_esEs31(vwx3001, vwx4001, app(app(ty_Either, dhb), dhc)) -> new_esEs28(vwx3001, vwx4001, dhb, dhc) 22.13/9.71 new_ltEs22(vwx65, vwx66, ty_Bool) -> new_ltEs11(vwx65, vwx66) 22.13/9.71 new_esEs17(vwx3002, vwx4002, app(app(ty_@2, dab), dac)) -> new_esEs18(vwx3002, vwx4002, dab, dac) 22.13/9.71 new_ltEs24(vwx25, vwx26, ty_Double) -> new_ltEs14(vwx25, vwx26) 22.13/9.71 new_esEs33(vwx251, vwx261, ty_Bool) -> new_esEs13(vwx251, vwx261) 22.13/9.71 new_ltEs21(vwx251, vwx261, app(ty_[], bcg)) -> new_ltEs8(vwx251, vwx261, bcg) 22.13/9.71 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 22.13/9.71 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 22.13/9.71 new_esEs11(vwx300, vwx400, app(ty_Maybe, ehg)) -> new_esEs22(vwx300, vwx400, ehg) 22.13/9.71 new_esEs6(vwx300, vwx400, ty_Bool) -> new_esEs13(vwx300, vwx400) 22.13/9.71 new_primPlusNat1(Zero, Zero) -> Zero 22.13/9.71 new_esEs24(Integer(vwx3000), Integer(vwx4000)) -> new_primEqInt(vwx3000, vwx4000) 22.13/9.71 new_lt23(vwx76, vwx79, app(ty_Maybe, caa)) -> new_lt7(vwx76, vwx79, caa) 22.13/9.71 new_ltEs19(vwx90, vwx92, ty_Bool) -> new_ltEs11(vwx90, vwx92) 22.13/9.71 new_lt20(vwx89, vwx91, ty_Char) -> new_lt19(vwx89, vwx91) 22.13/9.71 new_ltEs20(vwx32, vwx33, ty_Int) -> new_ltEs7(vwx32, vwx33) 22.13/9.71 new_lt21(vwx250, vwx260, ty_Double) -> new_lt6(vwx250, vwx260) 22.13/9.71 new_esEs4(vwx300, vwx400, app(app(ty_Either, dcb), dcc)) -> new_esEs28(vwx300, vwx400, dcb, dcc) 22.13/9.71 new_lt15(vwx251, vwx261, ty_Bool) -> new_lt11(vwx251, vwx261) 22.13/9.71 new_esEs38(vwx76, vwx79, app(ty_[], bhf)) -> new_esEs25(vwx76, vwx79, bhf) 22.13/9.71 new_compare12(LT, LT) -> EQ 22.13/9.71 new_lt9(vwx76, vwx79) -> new_esEs12(new_compare12(vwx76, vwx79), LT) 22.13/9.71 new_esEs10(vwx301, vwx401, ty_Bool) -> new_esEs13(vwx301, vwx401) 22.13/9.71 new_esEs17(vwx3002, vwx4002, ty_Ordering) -> new_esEs12(vwx3002, vwx4002) 22.13/9.71 new_esEs16(vwx3001, vwx4001, app(app(ty_@2, cgh), cha)) -> new_esEs18(vwx3001, vwx4001, cgh, cha) 22.13/9.71 new_esEs22(Just(vwx3000), Just(vwx4000), ty_Double) -> new_esEs23(vwx3000, vwx4000) 22.13/9.71 new_ltEs23(vwx78, vwx81, app(app(ty_Either, bge), bgf)) -> new_ltEs13(vwx78, vwx81, bge, bgf) 22.13/9.71 new_esEs5(vwx300, vwx400, ty_Ordering) -> new_esEs12(vwx300, vwx400) 22.13/9.71 new_esEs28(Left(vwx3000), Left(vwx4000), ty_@0, dcc) -> new_esEs21(vwx3000, vwx4000) 22.13/9.71 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 22.13/9.71 new_ltEs10(vwx252, vwx262, app(ty_[], bab)) -> new_ltEs8(vwx252, vwx262, bab) 22.13/9.71 new_esEs10(vwx301, vwx401, app(app(app(ty_@3, ega), egb), egc)) -> new_esEs14(vwx301, vwx401, ega, egb, egc) 22.13/9.71 new_esEs38(vwx76, vwx79, ty_Double) -> new_esEs23(vwx76, vwx79) 22.13/9.71 new_esEs36(vwx89, vwx91, ty_Integer) -> new_esEs24(vwx89, vwx91) 22.13/9.71 new_lt23(vwx76, vwx79, ty_Ordering) -> new_lt9(vwx76, vwx79) 22.13/9.71 new_primMulNat0(Succ(vwx40000), Succ(vwx30100)) -> new_primPlusNat0(new_primMulNat0(vwx40000, Succ(vwx30100)), vwx30100) 22.13/9.71 new_compare30(vwx30, vwx40, ty_Integer) -> new_compare8(vwx30, vwx40) 22.13/9.71 new_esEs11(vwx300, vwx400, app(app(app(ty_@3, faa), fab), fac)) -> new_esEs14(vwx300, vwx400, faa, fab, fac) 22.13/9.71 new_compare16(vwx127, vwx128, False, eba) -> GT 22.13/9.71 new_lt14(vwx250, vwx260, app(ty_Ratio, ebb)) -> new_lt4(vwx250, vwx260, ebb) 22.13/9.71 new_esEs15(vwx3000, vwx4000, ty_Double) -> new_esEs23(vwx3000, vwx4000) 22.13/9.71 new_esEs7(vwx301, vwx401, ty_Bool) -> new_esEs13(vwx301, vwx401) 22.13/9.71 new_lt22(vwx77, vwx80, ty_Double) -> new_lt6(vwx77, vwx80) 22.13/9.71 new_ltEs13(Right(vwx250), Right(vwx260), de, ty_Ordering) -> new_ltEs16(vwx250, vwx260) 22.13/9.71 new_esEs7(vwx301, vwx401, ty_Float) -> new_esEs19(vwx301, vwx401) 22.13/9.71 new_primCmpNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat0(vwx3000, vwx4000) 22.13/9.71 new_compare29(vwx65, vwx66, True, ffb) -> EQ 22.13/9.71 new_esEs28(Right(vwx3000), Right(vwx4000), dcb, app(ty_Ratio, feg)) -> new_esEs27(vwx3000, vwx4000, feg) 22.13/9.71 new_ltEs17(Just(vwx250), Just(vwx260), ty_Integer) -> new_ltEs4(vwx250, vwx260) 22.13/9.71 new_compare30(vwx30, vwx40, app(app(app(ty_@3, bb), bc), bd)) -> new_compare19(vwx30, vwx40, bb, bc, bd) 22.13/9.71 new_esEs31(vwx3001, vwx4001, ty_Ordering) -> new_esEs12(vwx3001, vwx4001) 22.13/9.71 new_esEs37(vwx250, vwx260, ty_Double) -> new_esEs23(vwx250, vwx260) 22.13/9.71 new_esEs28(Right(vwx3000), Right(vwx4000), dcb, ty_Float) -> new_esEs19(vwx3000, vwx4000) 22.13/9.71 new_esEs15(vwx3000, vwx4000, app(app(ty_@2, cff), cfg)) -> new_esEs18(vwx3000, vwx4000, cff, cfg) 22.13/9.71 new_esEs38(vwx76, vwx79, app(app(ty_@2, bhg), bhh)) -> new_esEs18(vwx76, vwx79, bhg, bhh) 22.13/9.71 new_lt22(vwx77, vwx80, app(ty_Maybe, bgc)) -> new_lt7(vwx77, vwx80, bgc) 22.13/9.71 new_esEs39(vwx77, vwx80, app(app(ty_@2, bga), bgb)) -> new_esEs18(vwx77, vwx80, bga, bgb) 22.13/9.71 new_esEs4(vwx300, vwx400, app(app(ty_@2, dbe), dbf)) -> new_esEs18(vwx300, vwx400, dbe, dbf) 22.13/9.71 new_ltEs10(vwx252, vwx262, ty_Integer) -> new_ltEs4(vwx252, vwx262) 22.13/9.71 new_esEs8(vwx302, vwx402, ty_Bool) -> new_esEs13(vwx302, vwx402) 22.13/9.71 new_lt22(vwx77, vwx80, ty_Char) -> new_lt19(vwx77, vwx80) 22.13/9.71 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 22.13/9.71 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 22.13/9.71 new_ltEs17(Just(vwx250), Just(vwx260), ty_Bool) -> new_ltEs11(vwx250, vwx260) 22.13/9.71 new_lt19(vwx76, vwx79) -> new_esEs12(new_compare24(vwx76, vwx79), LT) 22.13/9.71 new_lt21(vwx250, vwx260, app(app(ty_Either, bag), bah)) -> new_lt5(vwx250, vwx260, bag, bah) 22.13/9.71 new_lt23(vwx76, vwx79, ty_Double) -> new_lt6(vwx76, vwx79) 22.13/9.71 new_esEs8(vwx302, vwx402, app(app(app(ty_@3, eee), eef), eeg)) -> new_esEs14(vwx302, vwx402, eee, eef, eeg) 22.13/9.71 new_esEs29(vwx3000, vwx4000, ty_Float) -> new_esEs19(vwx3000, vwx4000) 22.13/9.71 new_esEs36(vwx89, vwx91, app(ty_[], cba)) -> new_esEs25(vwx89, vwx91, cba) 22.13/9.71 new_ltEs13(Right(vwx250), Right(vwx260), de, ty_Float) -> new_ltEs5(vwx250, vwx260) 22.13/9.71 new_compare114(vwx141, vwx142, vwx143, vwx144, vwx145, vwx146, True, vwx148, dhd, dhe, dhf) -> new_compare15(vwx141, vwx142, vwx143, vwx144, vwx145, vwx146, True, dhd, dhe, dhf) 22.13/9.71 new_primEqNat0(Zero, Zero) -> True 22.13/9.71 new_esEs32(vwx250, vwx260, ty_Bool) -> new_esEs13(vwx250, vwx260) 22.13/9.71 new_esEs11(vwx300, vwx400, app(ty_Ratio, fad)) -> new_esEs27(vwx300, vwx400, fad) 22.13/9.71 new_lt21(vwx250, vwx260, app(ty_Maybe, bbh)) -> new_lt7(vwx250, vwx260, bbh) 22.13/9.71 new_esEs9(vwx300, vwx400, app(app(app(ty_@3, eac), ead), eae)) -> new_esEs14(vwx300, vwx400, eac, ead, eae) 22.13/9.71 new_esEs22(Just(vwx3000), Just(vwx4000), ty_Integer) -> new_esEs24(vwx3000, vwx4000) 22.13/9.71 new_lt21(vwx250, vwx260, ty_Char) -> new_lt19(vwx250, vwx260) 22.13/9.71 new_lt20(vwx89, vwx91, app(app(ty_Either, cac), cad)) -> new_lt5(vwx89, vwx91, cac, cad) 22.13/9.71 new_esEs30(vwx3000, vwx4000, ty_Ordering) -> new_esEs12(vwx3000, vwx4000) 22.13/9.71 new_lt21(vwx250, vwx260, app(ty_[], bbe)) -> new_lt8(vwx250, vwx260, bbe) 22.13/9.71 new_compare10(Double(vwx300, Pos(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_compare13(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Neg(vwx3010), vwx400)) 22.13/9.71 new_compare10(Double(vwx300, Neg(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_compare13(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Pos(vwx3010), vwx400)) 22.13/9.71 new_esEs36(vwx89, vwx91, ty_@0) -> new_esEs21(vwx89, vwx91) 22.13/9.71 new_lt16(vwx76, vwx79) -> new_esEs12(new_compare9(vwx76, vwx79), LT) 22.13/9.71 new_asAs(False, vwx121) -> False 22.13/9.71 new_esEs30(vwx3000, vwx4000, app(app(ty_Either, dfh), dga)) -> new_esEs28(vwx3000, vwx4000, dfh, dga) 22.13/9.71 new_esEs33(vwx251, vwx261, ty_Char) -> new_esEs20(vwx251, vwx261) 22.13/9.71 new_esEs37(vwx250, vwx260, app(ty_[], bbe)) -> new_esEs25(vwx250, vwx260, bbe) 22.13/9.71 new_esEs9(vwx300, vwx400, app(ty_Ratio, eaf)) -> new_esEs27(vwx300, vwx400, eaf) 22.13/9.71 new_lt14(vwx250, vwx260, ty_Bool) -> new_lt11(vwx250, vwx260) 22.13/9.71 new_lt20(vwx89, vwx91, app(app(app(ty_@3, caf), cag), cah)) -> new_lt17(vwx89, vwx91, caf, cag, cah) 22.13/9.71 new_esEs28(Right(vwx3000), Right(vwx4000), dcb, app(app(app(ty_@3, fed), fee), fef)) -> new_esEs14(vwx3000, vwx4000, fed, fee, fef) 22.13/9.71 new_compare28(vwx25, vwx26, True, fgb, cd) -> EQ 22.13/9.71 new_ltEs24(vwx25, vwx26, ty_@0) -> new_ltEs12(vwx25, vwx26) 22.13/9.71 new_ltEs24(vwx25, vwx26, app(app(app(ty_@3, gc), fa), fb)) -> new_ltEs9(vwx25, vwx26, gc, fa, fb) 22.13/9.71 new_ltEs24(vwx25, vwx26, app(app(ty_Either, de), cc)) -> new_ltEs13(vwx25, vwx26, de, cc) 22.13/9.71 new_esEs6(vwx300, vwx400, ty_Ordering) -> new_esEs12(vwx300, vwx400) 22.13/9.71 new_esEs37(vwx250, vwx260, ty_Integer) -> new_esEs24(vwx250, vwx260) 22.13/9.71 new_lt22(vwx77, vwx80, ty_Ordering) -> new_lt9(vwx77, vwx80) 22.13/9.71 new_lt21(vwx250, vwx260, ty_Integer) -> new_lt18(vwx250, vwx260) 22.13/9.71 new_lt23(vwx76, vwx79, ty_Float) -> new_lt16(vwx76, vwx79) 22.13/9.71 new_compare110(vwx156, vwx157, vwx158, vwx159, False, vwx161, ffd, ffe) -> new_compare113(vwx156, vwx157, vwx158, vwx159, vwx161, ffd, ffe) 22.13/9.71 new_esEs18(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), dbe, dbf) -> new_asAs(new_esEs30(vwx3000, vwx4000, dbe), new_esEs31(vwx3001, vwx4001, dbf)) 22.13/9.71 new_compare30(vwx30, vwx40, ty_Char) -> new_compare24(vwx30, vwx40) 22.13/9.71 new_lt13(vwx76, vwx79) -> new_esEs12(new_compare13(vwx76, vwx79), LT) 22.13/9.71 new_ltEs21(vwx251, vwx261, ty_Bool) -> new_ltEs11(vwx251, vwx261) 22.13/9.71 new_esEs29(vwx3000, vwx4000, app(app(ty_Either, ddd), dde)) -> new_esEs28(vwx3000, vwx4000, ddd, dde) 22.13/9.71 new_esEs9(vwx300, vwx400, ty_Char) -> new_esEs20(vwx300, vwx400) 22.13/9.71 new_lt15(vwx251, vwx261, ty_@0) -> new_lt10(vwx251, vwx261) 22.13/9.71 new_esEs33(vwx251, vwx261, app(app(app(ty_@3, gf), gg), gh)) -> new_esEs14(vwx251, vwx261, gf, gg, gh) 22.13/9.71 new_esEs6(vwx300, vwx400, ty_Float) -> new_esEs19(vwx300, vwx400) 22.13/9.71 new_ltEs13(Right(vwx250), Right(vwx260), de, ty_Double) -> new_ltEs14(vwx250, vwx260) 22.13/9.71 22.13/9.71 The set Q consists of the following terms: 22.13/9.71 22.13/9.71 new_esEs7(x0, x1, ty_Double) 22.13/9.71 new_ltEs10(x0, x1, ty_Int) 22.13/9.71 new_esEs15(x0, x1, ty_Char) 22.13/9.71 new_esEs39(x0, x1, ty_Double) 22.13/9.71 new_primMulNat0(Zero, Succ(x0)) 22.13/9.71 new_esEs8(x0, x1, ty_Int) 22.13/9.71 new_esEs36(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_ltEs21(x0, x1, ty_Char) 22.13/9.71 new_esEs17(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_esEs31(x0, x1, ty_Ordering) 22.13/9.71 new_esEs28(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 22.13/9.71 new_esEs12(EQ, EQ) 22.13/9.71 new_esEs22(Just(x0), Nothing, x1) 22.13/9.71 new_ltEs23(x0, x1, ty_Ordering) 22.13/9.71 new_esEs37(x0, x1, ty_Int) 22.13/9.71 new_esEs7(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_esEs8(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_esEs17(x0, x1, ty_Bool) 22.13/9.71 new_esEs22(Just(x0), Just(x1), ty_Integer) 22.13/9.71 new_ltEs10(x0, x1, app(ty_[], x2)) 22.13/9.71 new_ltEs23(x0, x1, ty_Double) 22.13/9.71 new_esEs6(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_primPlusNat1(Zero, Zero) 22.13/9.71 new_esEs10(x0, x1, ty_Float) 22.13/9.71 new_ltEs23(x0, x1, ty_Int) 22.13/9.71 new_compare30(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_compare111(x0, x1, False, x2, x3) 22.13/9.71 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 22.13/9.71 new_ltEs21(x0, x1, ty_Int) 22.13/9.71 new_ltEs19(x0, x1, ty_Double) 22.13/9.71 new_esEs8(x0, x1, ty_Char) 22.13/9.71 new_esEs8(x0, x1, app(ty_[], x2)) 22.13/9.71 new_primPlusNat0(Zero, x0) 22.13/9.71 new_esEs9(x0, x1, ty_Integer) 22.13/9.71 new_esEs37(x0, x1, ty_Char) 22.13/9.71 new_compare17(True, False) 22.13/9.71 new_compare17(False, True) 22.13/9.71 new_ltEs13(Right(x0), Right(x1), x2, ty_Char) 22.13/9.71 new_lt23(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_esEs29(x0, x1, ty_Bool) 22.13/9.71 new_ltEs17(Just(x0), Just(x1), ty_Bool) 22.13/9.71 new_esEs37(x0, x1, ty_Ordering) 22.13/9.71 new_primEqInt(Pos(Zero), Pos(Zero)) 22.13/9.71 new_esEs5(x0, x1, ty_Float) 22.13/9.71 new_esEs8(x0, x1, ty_Double) 22.13/9.71 new_lt14(x0, x1, app(ty_[], x2)) 22.13/9.71 new_ltEs10(x0, x1, ty_Ordering) 22.13/9.71 new_esEs17(x0, x1, ty_Integer) 22.13/9.71 new_esEs4(x0, x1, ty_Ordering) 22.13/9.71 new_esEs16(x0, x1, ty_@0) 22.13/9.71 new_lt21(x0, x1, ty_Integer) 22.13/9.71 new_esEs28(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 22.13/9.71 new_esEs28(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 22.13/9.71 new_esEs22(Nothing, Nothing, x0) 22.13/9.71 new_esEs15(x0, x1, ty_Ordering) 22.13/9.71 new_esEs16(x0, x1, ty_Char) 22.13/9.71 new_ltEs20(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_compare5([], [], x0) 22.13/9.71 new_esEs4(x0, x1, ty_Double) 22.13/9.71 new_primPlusNat1(Succ(x0), Succ(x1)) 22.13/9.71 new_esEs11(x0, x1, ty_Integer) 22.13/9.71 new_esEs11(x0, x1, ty_Float) 22.13/9.71 new_esEs5(x0, x1, ty_Integer) 22.13/9.71 new_esEs27(:%(x0, x1), :%(x2, x3), x4) 22.13/9.71 new_esEs37(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_esEs15(x0, x1, ty_Int) 22.13/9.71 new_ltEs13(Right(x0), Right(x1), x2, ty_Bool) 22.13/9.71 new_ltEs17(Just(x0), Nothing, x1) 22.13/9.71 new_esEs17(x0, x1, ty_@0) 22.13/9.71 new_esEs28(Right(x0), Right(x1), x2, ty_@0) 22.13/9.71 new_esEs37(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_esEs15(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_primEqInt(Neg(Zero), Neg(Zero)) 22.13/9.71 new_ltEs21(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_ltEs13(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 22.13/9.71 new_esEs7(x0, x1, app(ty_[], x2)) 22.13/9.71 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_compare30(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_compare113(x0, x1, x2, x3, False, x4, x5) 22.13/9.71 new_ltEs24(x0, x1, ty_@0) 22.13/9.71 new_ltEs16(GT, EQ) 22.13/9.71 new_ltEs16(EQ, GT) 22.13/9.71 new_esEs22(Just(x0), Just(x1), ty_@0) 22.13/9.71 new_esEs16(x0, x1, ty_Int) 22.13/9.71 new_lt22(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_esEs4(x0, x1, ty_Int) 22.13/9.71 new_esEs30(x0, x1, ty_Int) 22.13/9.71 new_esEs5(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_esEs22(Nothing, Just(x0), x1) 22.13/9.71 new_ltEs22(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_lt21(x0, x1, ty_Float) 22.13/9.71 new_esEs29(x0, x1, ty_Integer) 22.13/9.71 new_lt18(x0, x1) 22.13/9.71 new_ltEs17(Just(x0), Just(x1), ty_Int) 22.13/9.71 new_esEs28(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 22.13/9.71 new_ltEs16(LT, LT) 22.13/9.71 new_ltEs22(x0, x1, ty_Double) 22.13/9.71 new_lt16(x0, x1) 22.13/9.71 new_esEs38(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_ltEs21(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_esEs32(x0, x1, ty_Float) 22.13/9.71 new_esEs32(x0, x1, app(ty_[], x2)) 22.13/9.71 new_esEs15(x0, x1, ty_Double) 22.13/9.71 new_ltEs24(x0, x1, ty_Integer) 22.13/9.71 new_esEs39(x0, x1, ty_Char) 22.13/9.71 new_ltEs5(x0, x1) 22.13/9.71 new_ltEs13(Right(x0), Right(x1), x2, ty_Int) 22.13/9.71 new_ltEs11(True, True) 22.13/9.71 new_esEs7(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_esEs36(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_primPlusNat1(Zero, Succ(x0)) 22.13/9.71 new_ltEs21(x0, x1, ty_Ordering) 22.13/9.71 new_esEs16(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_ltEs17(Just(x0), Just(x1), ty_Char) 22.13/9.71 new_ltEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_primCompAux1(x0, x1, x2, x3) 22.13/9.71 new_esEs15(x0, x1, ty_Bool) 22.13/9.71 new_esEs31(x0, x1, app(ty_[], x2)) 22.13/9.71 new_esEs17(x0, x1, ty_Char) 22.13/9.71 new_ltEs23(x0, x1, ty_Char) 22.13/9.71 new_esEs36(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_ltEs24(x0, x1, ty_Char) 22.13/9.71 new_esEs16(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_ltEs13(Right(x0), Right(x1), x2, ty_Double) 22.13/9.71 new_primMulNat0(Succ(x0), Zero) 22.13/9.71 new_ltEs19(x0, x1, ty_Char) 22.13/9.71 new_lt15(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_esEs7(x0, x1, ty_Char) 22.13/9.71 new_ltEs24(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_esEs36(x0, x1, ty_Float) 22.13/9.71 new_ltEs19(x0, x1, ty_Int) 22.13/9.71 new_ltEs22(x0, x1, ty_Int) 22.13/9.71 new_ltEs13(Right(x0), Right(x1), x2, ty_@0) 22.13/9.71 new_primEqInt(Pos(Zero), Neg(Zero)) 22.13/9.71 new_primEqInt(Neg(Zero), Pos(Zero)) 22.13/9.71 new_esEs28(Left(x0), Left(x1), ty_Int, x2) 22.13/9.71 new_primMulInt(Pos(x0), Pos(x1)) 22.13/9.71 new_lt23(x0, x1, ty_Float) 22.13/9.71 new_ltEs20(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_esEs9(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_esEs29(x0, x1, ty_Ordering) 22.13/9.71 new_esEs12(LT, GT) 22.13/9.71 new_esEs12(GT, LT) 22.13/9.71 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 22.13/9.71 new_esEs22(Just(x0), Just(x1), ty_Bool) 22.13/9.71 new_esEs8(x0, x1, ty_Ordering) 22.13/9.71 new_esEs6(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_lt20(x0, x1, app(ty_[], x2)) 22.13/9.71 new_lt21(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_lt10(x0, x1) 22.13/9.71 new_esEs5(x0, x1, ty_Bool) 22.13/9.71 new_ltEs23(x0, x1, ty_@0) 22.13/9.71 new_ltEs13(Left(x0), Left(x1), ty_Int, x2) 22.13/9.71 new_asAs(False, x0) 22.13/9.71 new_esEs7(x0, x1, ty_Int) 22.13/9.71 new_esEs39(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_ltEs17(Just(x0), Just(x1), ty_@0) 22.13/9.71 new_lt17(x0, x1, x2, x3, x4) 22.13/9.71 new_compare12(GT, GT) 22.13/9.71 new_esEs35(x0, x1, ty_Int) 22.13/9.71 new_ltEs19(x0, x1, ty_@0) 22.13/9.71 new_ltEs13(Left(x0), Left(x1), ty_Char, x2) 22.13/9.71 new_lt23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_ltEs24(x0, x1, ty_Bool) 22.13/9.71 new_esEs28(Left(x0), Left(x1), ty_Char, x2) 22.13/9.71 new_compare12(LT, EQ) 22.13/9.71 new_compare12(EQ, LT) 22.13/9.71 new_esEs11(x0, x1, ty_Bool) 22.13/9.71 new_sr0(x0, x1) 22.13/9.71 new_esEs28(Left(x0), Left(x1), ty_Double, x2) 22.13/9.71 new_lt5(x0, x1, x2, x3) 22.13/9.71 new_ltEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_ltEs13(Left(x0), Left(x1), ty_Double, x2) 22.13/9.71 new_lt15(x0, x1, ty_Ordering) 22.13/9.71 new_esEs36(x0, x1, app(ty_[], x2)) 22.13/9.71 new_ltEs21(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_esEs7(x0, x1, ty_@0) 22.13/9.71 new_ltEs20(x0, x1, app(ty_[], x2)) 22.13/9.71 new_compare29(x0, x1, False, x2) 22.13/9.71 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 22.13/9.71 new_esEs30(x0, x1, ty_Char) 22.13/9.71 new_esEs38(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_esEs31(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_compare15(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 22.13/9.71 new_esEs30(x0, x1, ty_Double) 22.13/9.71 new_ltEs23(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_esEs39(x0, x1, ty_Int) 22.13/9.71 new_esEs6(x0, x1, ty_Ordering) 22.13/9.71 new_lt12(x0, x1, x2, x3) 22.13/9.71 new_ltEs19(x0, x1, ty_Bool) 22.13/9.71 new_esEs9(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_esEs31(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_primCompAux0(x0, EQ) 22.13/9.71 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 22.13/9.71 new_compare111(x0, x1, True, x2, x3) 22.13/9.71 new_esEs38(x0, x1, ty_Ordering) 22.13/9.71 new_esEs17(x0, x1, ty_Double) 22.13/9.71 new_ltEs13(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 22.13/9.71 new_esEs7(x0, x1, ty_Bool) 22.13/9.71 new_ltEs15(@2(x0, x1), @2(x2, x3), x4, x5) 22.13/9.71 new_esEs8(x0, x1, ty_Integer) 22.13/9.71 new_primCmpNat0(Zero, Succ(x0)) 22.13/9.71 new_ltEs22(x0, x1, ty_Char) 22.13/9.71 new_esEs37(x0, x1, ty_Integer) 22.13/9.71 new_lt22(x0, x1, ty_Int) 22.13/9.71 new_esEs9(x0, x1, ty_Char) 22.13/9.71 new_esEs28(Left(x0), Left(x1), app(ty_[], x2), x3) 22.13/9.71 new_esEs36(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_esEs10(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 22.13/9.71 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 22.13/9.71 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 22.13/9.71 new_lt14(x0, x1, ty_Float) 22.13/9.71 new_compare110(x0, x1, x2, x3, True, x4, x5, x6) 22.13/9.71 new_esEs37(x0, x1, app(ty_[], x2)) 22.13/9.71 new_compare5([], :(x0, x1), x2) 22.13/9.71 new_lt14(x0, x1, ty_Double) 22.13/9.71 new_esEs31(x0, x1, ty_@0) 22.13/9.71 new_ltEs13(Left(x0), Right(x1), x2, x3) 22.13/9.71 new_ltEs13(Right(x0), Left(x1), x2, x3) 22.13/9.71 new_esEs28(Right(x0), Right(x1), x2, ty_Double) 22.13/9.71 new_esEs28(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 22.13/9.71 new_lt22(x0, x1, ty_Char) 22.13/9.71 new_esEs28(Left(x0), Right(x1), x2, x3) 22.13/9.71 new_esEs28(Right(x0), Left(x1), x2, x3) 22.13/9.71 new_ltEs16(GT, GT) 22.13/9.71 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 22.13/9.71 new_lt15(x0, x1, ty_Double) 22.13/9.71 new_ltEs17(Just(x0), Just(x1), app(ty_Ratio, x2)) 22.13/9.71 new_lt6(x0, x1) 22.13/9.71 new_esEs12(GT, GT) 22.13/9.71 new_esEs12(LT, EQ) 22.13/9.71 new_esEs12(EQ, LT) 22.13/9.71 new_esEs11(x0, x1, app(ty_[], x2)) 22.13/9.71 new_esEs38(x0, x1, ty_Int) 22.13/9.71 new_ltEs24(x0, x1, ty_Double) 22.13/9.71 new_esEs16(x0, x1, ty_Double) 22.13/9.71 new_ltEs22(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_esEs32(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_esEs8(x0, x1, ty_Bool) 22.13/9.71 new_ltEs13(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 22.13/9.71 new_compare30(x0, x1, ty_Integer) 22.13/9.71 new_lt22(x0, x1, ty_Float) 22.13/9.71 new_esEs8(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_compare19(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 22.13/9.71 new_compare18(@2(x0, x1), @2(x2, x3), x4, x5) 22.13/9.71 new_esEs17(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_ltEs24(x0, x1, app(ty_[], x2)) 22.13/9.71 new_ltEs16(LT, EQ) 22.13/9.71 new_ltEs16(EQ, LT) 22.13/9.71 new_esEs5(x0, x1, ty_@0) 22.13/9.71 new_ltEs17(Just(x0), Just(x1), ty_Double) 22.13/9.71 new_esEs4(x0, x1, ty_Char) 22.13/9.71 new_esEs36(x0, x1, ty_@0) 22.13/9.71 new_esEs9(x0, x1, app(ty_[], x2)) 22.13/9.71 new_ltEs14(x0, x1) 22.13/9.71 new_esEs25([], :(x0, x1), x2) 22.13/9.71 new_lt20(x0, x1, ty_Int) 22.13/9.71 new_lt21(x0, x1, ty_@0) 22.13/9.71 new_esEs22(Just(x0), Just(x1), ty_Ordering) 22.13/9.71 new_esEs38(x0, x1, app(ty_[], x2)) 22.13/9.71 new_lt22(x0, x1, ty_Ordering) 22.13/9.71 new_primPlusNat1(Succ(x0), Zero) 22.13/9.71 new_esEs32(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_compare12(LT, LT) 22.13/9.71 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 22.13/9.71 new_compare11(Just(x0), Nothing, x1) 22.13/9.71 new_ltEs24(x0, x1, ty_Ordering) 22.13/9.71 new_esEs38(x0, x1, ty_Float) 22.13/9.71 new_esEs4(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_ltEs7(x0, x1) 22.13/9.71 new_esEs22(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 22.13/9.71 new_esEs17(x0, x1, ty_Ordering) 22.13/9.71 new_esEs32(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_esEs11(x0, x1, ty_@0) 22.13/9.71 new_lt20(x0, x1, ty_Char) 22.13/9.71 new_ltEs23(x0, x1, ty_Bool) 22.13/9.71 new_esEs15(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 22.13/9.71 new_ltEs24(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_primCmpInt(Neg(Zero), Neg(Zero)) 22.13/9.71 new_lt14(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_esEs30(x0, x1, app(ty_[], x2)) 22.13/9.71 new_ltEs21(x0, x1, ty_@0) 22.13/9.71 new_ltEs13(Left(x0), Left(x1), ty_Ordering, x2) 22.13/9.71 new_fsEs(x0) 22.13/9.71 new_esEs13(False, True) 22.13/9.71 new_esEs13(True, False) 22.13/9.71 new_ltEs21(x0, x1, ty_Double) 22.13/9.71 new_esEs38(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_esEs39(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_esEs9(x0, x1, ty_Bool) 22.13/9.71 new_compare30(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_primMulNat0(Succ(x0), Succ(x1)) 22.13/9.71 new_ltEs22(x0, x1, ty_Ordering) 22.13/9.71 new_primCmpInt(Pos(Zero), Neg(Zero)) 22.13/9.71 new_primCmpInt(Neg(Zero), Pos(Zero)) 22.13/9.71 new_esEs30(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_esEs29(x0, x1, ty_Int) 22.13/9.71 new_esEs38(x0, x1, ty_Char) 22.13/9.71 new_ltEs17(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 22.13/9.71 new_esEs35(x0, x1, ty_Integer) 22.13/9.71 new_esEs33(x0, x1, ty_Int) 22.13/9.71 new_esEs28(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 22.13/9.71 new_esEs37(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_esEs39(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_esEs29(x0, x1, app(ty_[], x2)) 22.13/9.71 new_esEs33(x0, x1, ty_Char) 22.13/9.71 new_esEs29(x0, x1, ty_Char) 22.13/9.71 new_ltEs10(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_lt20(x0, x1, ty_Ordering) 22.13/9.71 new_compare26(x0, x1, x2, x3, True, x4, x5) 22.13/9.71 new_asAs(True, x0) 22.13/9.71 new_esEs5(x0, x1, ty_Ordering) 22.13/9.71 new_ltEs10(x0, x1, ty_@0) 22.13/9.71 new_ltEs13(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 22.13/9.71 new_primCmpNat0(Succ(x0), Succ(x1)) 22.13/9.71 new_ltEs13(Right(x0), Right(x1), x2, app(ty_[], x3)) 22.13/9.71 new_esEs4(x0, x1, ty_Integer) 22.13/9.71 new_esEs5(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_ltEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_lt20(x0, x1, ty_Bool) 22.13/9.71 new_lt15(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_lt22(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_lt21(x0, x1, ty_Double) 22.13/9.71 new_compare27(x0, x1, False, x2, x3) 22.13/9.71 new_esEs39(x0, x1, app(ty_[], x2)) 22.13/9.71 new_compare13(x0, x1) 22.13/9.71 new_esEs37(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_esEs6(x0, x1, ty_Double) 22.13/9.71 new_esEs9(x0, x1, ty_Float) 22.13/9.71 new_esEs15(x0, x1, ty_Float) 22.13/9.71 new_esEs4(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_esEs6(x0, x1, ty_@0) 22.13/9.71 new_esEs4(x0, x1, ty_Bool) 22.13/9.71 new_ltEs20(x0, x1, ty_@0) 22.13/9.71 new_lt4(x0, x1, x2) 22.13/9.71 new_esEs38(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_esEs16(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_ltEs23(x0, x1, ty_Integer) 22.13/9.71 new_ltEs20(x0, x1, ty_Double) 22.13/9.71 new_lt14(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_esEs37(x0, x1, ty_Bool) 22.13/9.71 new_esEs8(x0, x1, ty_Float) 22.13/9.71 new_esEs29(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_primPlusNat0(Succ(x0), x1) 22.13/9.71 new_compare8(Integer(x0), Integer(x1)) 22.13/9.71 new_ltEs10(x0, x1, ty_Double) 22.13/9.71 new_esEs32(x0, x1, ty_Integer) 22.13/9.71 new_esEs29(x0, x1, ty_Float) 22.13/9.71 new_esEs6(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_lt11(x0, x1) 22.13/9.71 new_esEs28(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 22.13/9.71 new_ltEs10(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_primCompAux0(x0, LT) 22.13/9.71 new_esEs33(x0, x1, ty_Float) 22.13/9.71 new_esEs11(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_esEs29(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 22.13/9.71 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 22.13/9.71 new_esEs8(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_esEs7(x0, x1, ty_Integer) 22.13/9.71 new_ltEs19(x0, x1, ty_Integer) 22.13/9.71 new_esEs33(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_esEs8(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_esEs7(x0, x1, ty_Ordering) 22.13/9.71 new_ltEs10(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_ltEs11(False, True) 22.13/9.71 new_ltEs11(True, False) 22.13/9.71 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 22.13/9.71 new_esEs31(x0, x1, ty_Double) 22.13/9.71 new_esEs28(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 22.13/9.71 new_compare112(x0, x1, False, x2, x3) 22.13/9.71 new_lt22(x0, x1, ty_Bool) 22.13/9.71 new_ltEs19(x0, x1, ty_Ordering) 22.13/9.71 new_esEs4(x0, x1, app(ty_[], x2)) 22.13/9.71 new_esEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_lt15(x0, x1, ty_@0) 22.13/9.71 new_ltEs22(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_esEs32(x0, x1, ty_Ordering) 22.13/9.71 new_ltEs13(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 22.13/9.71 new_esEs9(x0, x1, ty_Int) 22.13/9.71 new_esEs30(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_compare9(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 22.13/9.71 new_esEs16(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_lt22(x0, x1, app(ty_[], x2)) 22.13/9.71 new_compare14(@0, @0) 22.13/9.71 new_compare9(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 22.13/9.71 new_compare9(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 22.13/9.71 new_esEs36(x0, x1, ty_Int) 22.13/9.71 new_esEs22(Just(x0), Just(x1), app(ty_Maybe, x2)) 22.13/9.71 new_esEs38(x0, x1, ty_Bool) 22.13/9.71 new_esEs10(x0, x1, ty_Ordering) 22.13/9.71 new_ltEs16(EQ, EQ) 22.13/9.71 new_esEs31(x0, x1, ty_Float) 22.13/9.71 new_esEs18(@2(x0, x1), @2(x2, x3), x4, x5) 22.13/9.71 new_ltEs19(x0, x1, ty_Float) 22.13/9.71 new_lt15(x0, x1, ty_Bool) 22.13/9.71 new_compare10(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 22.13/9.71 new_ltEs13(Left(x0), Left(x1), app(ty_[], x2), x3) 22.13/9.71 new_esEs7(x0, x1, ty_Float) 22.13/9.71 new_esEs22(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_esEs5(x0, x1, app(ty_[], x2)) 22.13/9.71 new_ltEs13(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 22.13/9.71 new_esEs38(x0, x1, ty_@0) 22.13/9.71 new_compare110(x0, x1, x2, x3, False, x4, x5, x6) 22.13/9.71 new_compare30(x0, x1, ty_Char) 22.13/9.71 new_primMulNat0(Zero, Zero) 22.13/9.71 new_lt20(x0, x1, ty_Integer) 22.13/9.71 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_lt20(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_esEs10(x0, x1, ty_Double) 22.13/9.71 new_esEs39(x0, x1, ty_Float) 22.13/9.71 new_esEs31(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_lt23(x0, x1, app(ty_[], x2)) 22.13/9.71 new_compare114(x0, x1, x2, x3, x4, x5, True, x6, x7, x8, x9) 22.13/9.71 new_esEs37(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_compare9(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 22.13/9.71 new_esEs32(x0, x1, ty_Char) 22.13/9.71 new_ltEs22(x0, x1, ty_Integer) 22.13/9.71 new_esEs4(x0, x1, ty_Float) 22.13/9.71 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_compare15(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 22.13/9.71 new_esEs15(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_esEs36(x0, x1, ty_Double) 22.13/9.71 new_compare12(LT, GT) 22.13/9.71 new_compare12(GT, LT) 22.13/9.71 new_ltEs22(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_ltEs13(Left(x0), Left(x1), ty_Integer, x2) 22.13/9.71 new_ltEs10(x0, x1, ty_Float) 22.13/9.71 new_esEs33(x0, x1, ty_Bool) 22.13/9.71 new_esEs28(Right(x0), Right(x1), x2, app(ty_[], x3)) 22.13/9.71 new_esEs28(Left(x0), Left(x1), ty_Integer, x2) 22.13/9.71 new_lt15(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_esEs36(x0, x1, ty_Char) 22.13/9.71 new_esEs16(x0, x1, app(ty_[], x2)) 22.13/9.71 new_esEs36(x0, x1, ty_Ordering) 22.13/9.71 new_lt14(x0, x1, ty_Bool) 22.13/9.71 new_compare10(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 22.13/9.71 new_esEs37(x0, x1, ty_Float) 22.13/9.71 new_ltEs13(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 22.13/9.71 new_ltEs22(x0, x1, app(ty_[], x2)) 22.13/9.71 new_esEs30(x0, x1, ty_Float) 22.13/9.71 new_esEs11(x0, x1, ty_Ordering) 22.13/9.71 new_sr(Integer(x0), Integer(x1)) 22.13/9.71 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_ltEs23(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_compare11(Nothing, Just(x0), x1) 22.13/9.71 new_lt22(x0, x1, ty_Integer) 22.13/9.71 new_esEs9(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_compare30(x0, x1, ty_@0) 22.13/9.71 new_lt21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_esEs33(x0, x1, app(ty_[], x2)) 22.13/9.71 new_esEs7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_compare16(x0, x1, True, x2) 22.13/9.71 new_ltEs4(x0, x1) 22.13/9.71 new_compare5(:(x0, x1), :(x2, x3), x4) 22.13/9.71 new_lt22(x0, x1, ty_@0) 22.13/9.71 new_esEs30(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_compare30(x0, x1, ty_Int) 22.13/9.71 new_esEs25(:(x0, x1), [], x2) 22.13/9.71 new_compare11(Nothing, Nothing, x0) 22.13/9.71 new_esEs11(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_esEs38(x0, x1, ty_Integer) 22.13/9.71 new_esEs6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_esEs24(Integer(x0), Integer(x1)) 22.13/9.71 new_compare30(x0, x1, ty_Ordering) 22.13/9.71 new_esEs32(x0, x1, ty_Bool) 22.13/9.71 new_lt8(x0, x1, x2) 22.13/9.71 new_esEs10(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_esEs28(Left(x0), Left(x1), ty_Bool, x2) 22.13/9.71 new_ltEs24(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_esEs33(x0, x1, ty_Integer) 22.13/9.71 new_not(True) 22.13/9.71 new_lt20(x0, x1, ty_Float) 22.13/9.71 new_ltEs13(Left(x0), Left(x1), ty_Bool, x2) 22.13/9.71 new_esEs9(x0, x1, ty_Ordering) 22.13/9.71 new_ltEs13(Left(x0), Left(x1), ty_Float, x2) 22.13/9.71 new_esEs28(Left(x0), Left(x1), ty_Float, x2) 22.13/9.71 new_ltEs22(x0, x1, ty_Bool) 22.13/9.71 new_esEs12(EQ, GT) 22.13/9.71 new_esEs12(GT, EQ) 22.13/9.71 new_esEs11(x0, x1, ty_Int) 22.13/9.71 new_esEs17(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_compare30(x0, x1, ty_Bool) 22.13/9.71 new_compare12(GT, EQ) 22.13/9.71 new_compare12(EQ, GT) 22.13/9.71 new_lt19(x0, x1) 22.13/9.71 new_lt22(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_esEs7(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_lt15(x0, x1, app(ty_[], x2)) 22.13/9.71 new_esEs22(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 22.13/9.71 new_ltEs9(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 22.13/9.71 new_esEs28(Left(x0), Left(x1), ty_@0, x2) 22.13/9.71 new_compare6(:%(x0, x1), :%(x2, x3), ty_Int) 22.13/9.71 new_lt7(x0, x1, x2) 22.13/9.71 new_lt21(x0, x1, app(ty_[], x2)) 22.13/9.71 new_lt14(x0, x1, ty_Char) 22.13/9.71 new_ltEs20(x0, x1, ty_Ordering) 22.13/9.71 new_ltEs20(x0, x1, ty_Integer) 22.13/9.71 new_esEs10(x0, x1, ty_Char) 22.13/9.71 new_compare30(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_esEs30(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_compare30(x0, x1, ty_Double) 22.13/9.71 new_ltEs13(Left(x0), Left(x1), ty_@0, x2) 22.13/9.71 new_ltEs10(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_lt13(x0, x1) 22.13/9.71 new_lt20(x0, x1, ty_@0) 22.13/9.71 new_esEs13(True, True) 22.13/9.71 new_esEs6(x0, x1, app(ty_[], x2)) 22.13/9.71 new_esEs5(x0, x1, ty_Int) 22.13/9.71 new_esEs19(Float(x0, x1), Float(x2, x3)) 22.13/9.71 new_esEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_ltEs22(x0, x1, ty_Float) 22.13/9.71 new_esEs11(x0, x1, ty_Char) 22.13/9.71 new_esEs11(x0, x1, ty_Double) 22.13/9.71 new_esEs32(x0, x1, ty_Double) 22.13/9.71 new_esEs33(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_esEs33(x0, x1, ty_Ordering) 22.13/9.71 new_esEs5(x0, x1, ty_Double) 22.13/9.71 new_esEs14(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 22.13/9.71 new_esEs22(Just(x0), Just(x1), ty_Double) 22.13/9.71 new_esEs30(x0, x1, ty_Bool) 22.13/9.71 new_esEs20(Char(x0), Char(x1)) 22.13/9.71 new_lt23(x0, x1, ty_Double) 22.13/9.71 new_lt22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_esEs32(x0, x1, ty_Int) 22.13/9.71 new_esEs34(x0, x1, ty_Integer) 22.13/9.71 new_ltEs20(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_compare17(True, True) 22.13/9.71 new_lt9(x0, x1) 22.13/9.71 new_ltEs13(Right(x0), Right(x1), x2, ty_Float) 22.13/9.71 new_lt23(x0, x1, ty_@0) 22.13/9.71 new_lt23(x0, x1, ty_Char) 22.13/9.71 new_ltEs6(x0, x1, x2) 22.13/9.71 new_ltEs20(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_lt15(x0, x1, ty_Integer) 22.13/9.71 new_esEs5(x0, x1, ty_Char) 22.13/9.71 new_esEs15(x0, x1, app(ty_[], x2)) 22.13/9.71 new_esEs6(x0, x1, ty_Integer) 22.13/9.71 new_ltEs17(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 22.13/9.71 new_ltEs16(LT, GT) 22.13/9.71 new_ltEs16(GT, LT) 22.13/9.71 new_esEs9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_lt23(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_compare10(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 22.13/9.71 new_compare10(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 22.13/9.71 new_ltEs13(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 22.13/9.71 new_esEs12(LT, LT) 22.13/9.71 new_esEs15(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_esEs33(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_compare26(x0, x1, x2, x3, False, x4, x5) 22.13/9.71 new_ltEs22(x0, x1, ty_@0) 22.13/9.71 new_pePe(True, x0) 22.13/9.71 new_compare25(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 22.13/9.71 new_ltEs23(x0, x1, ty_Float) 22.13/9.71 new_esEs10(x0, x1, ty_@0) 22.13/9.71 new_primCmpNat0(Succ(x0), Zero) 22.13/9.71 new_lt14(x0, x1, ty_@0) 22.13/9.71 new_lt14(x0, x1, ty_Int) 22.13/9.71 new_lt15(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_esEs10(x0, x1, ty_Int) 22.13/9.71 new_lt23(x0, x1, ty_Int) 22.13/9.71 new_ltEs17(Just(x0), Just(x1), ty_Float) 22.13/9.71 new_primCmpInt(Pos(Zero), Pos(Zero)) 22.13/9.71 new_compare28(x0, x1, True, x2, x3) 22.13/9.71 new_esEs32(x0, x1, ty_@0) 22.13/9.71 new_ltEs10(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_esEs39(x0, x1, ty_@0) 22.13/9.71 new_esEs26(x0, x1) 22.13/9.71 new_esEs28(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 22.13/9.71 new_compare12(EQ, EQ) 22.13/9.71 new_esEs25([], [], x0) 22.13/9.71 new_esEs17(x0, x1, ty_Float) 22.13/9.71 new_primEqNat0(Succ(x0), Zero) 22.13/9.71 new_esEs33(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_esEs10(x0, x1, ty_Bool) 22.13/9.71 new_esEs17(x0, x1, app(ty_[], x2)) 22.13/9.71 new_lt14(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_compare28(x0, x1, False, x2, x3) 22.13/9.71 new_esEs22(Just(x0), Just(x1), ty_Int) 22.13/9.71 new_esEs38(x0, x1, ty_Double) 22.13/9.71 new_esEs8(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_ltEs13(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 22.13/9.71 new_esEs6(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_ltEs24(x0, x1, ty_Float) 22.13/9.71 new_ltEs8(x0, x1, x2) 22.13/9.71 new_esEs29(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_ltEs13(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 22.13/9.71 new_lt15(x0, x1, ty_Float) 22.13/9.71 new_esEs10(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_compare112(x0, x1, True, x2, x3) 22.13/9.71 new_ltEs17(Just(x0), Just(x1), app(ty_[], x2)) 22.13/9.71 new_ltEs21(x0, x1, app(ty_[], x2)) 22.13/9.71 new_compare16(x0, x1, False, x2) 22.13/9.71 new_esEs33(x0, x1, ty_Double) 22.13/9.71 new_compare7(Left(x0), Left(x1), x2, x3) 22.13/9.71 new_lt21(x0, x1, ty_Char) 22.13/9.71 new_primEqNat0(Zero, Succ(x0)) 22.13/9.71 new_ltEs21(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_esEs36(x0, x1, ty_Integer) 22.13/9.71 new_esEs39(x0, x1, ty_Bool) 22.13/9.71 new_compare114(x0, x1, x2, x3, x4, x5, False, x6, x7, x8, x9) 22.13/9.71 new_ltEs24(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_esEs29(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_esEs39(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_esEs32(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_esEs29(x0, x1, ty_Double) 22.13/9.71 new_lt20(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_esEs31(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_ltEs17(Just(x0), Just(x1), app(ty_Maybe, x2)) 22.13/9.71 new_esEs31(x0, x1, ty_Bool) 22.13/9.71 new_lt23(x0, x1, ty_Integer) 22.13/9.71 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_esEs22(Just(x0), Just(x1), ty_Char) 22.13/9.71 new_esEs15(x0, x1, ty_Integer) 22.13/9.71 new_esEs30(x0, x1, ty_@0) 22.13/9.71 new_esEs25(:(x0, x1), :(x2, x3), x4) 22.13/9.71 new_esEs36(x0, x1, ty_Bool) 22.13/9.71 new_esEs17(x0, x1, ty_Int) 22.13/9.71 new_esEs31(x0, x1, ty_Integer) 22.13/9.71 new_esEs33(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_esEs4(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_esEs16(x0, x1, ty_Float) 22.13/9.71 new_compare30(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 22.13/9.71 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 22.13/9.71 new_lt23(x0, x1, ty_Bool) 22.13/9.71 new_lt23(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_esEs28(Right(x0), Right(x1), x2, ty_Ordering) 22.13/9.71 new_ltEs23(x0, x1, app(ty_[], x2)) 22.13/9.71 new_lt21(x0, x1, ty_Int) 22.13/9.71 new_ltEs17(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_esEs4(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_esEs39(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_primMulInt(Pos(x0), Neg(x1)) 22.13/9.71 new_primMulInt(Neg(x0), Pos(x1)) 22.13/9.71 new_compare30(x0, x1, app(ty_[], x2)) 22.13/9.71 new_esEs29(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_esEs17(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_esEs4(x0, x1, ty_@0) 22.13/9.71 new_compare11(Just(x0), Just(x1), x2) 22.13/9.71 new_esEs11(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_esEs28(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 22.13/9.71 new_esEs22(Just(x0), Just(x1), ty_Float) 22.13/9.71 new_esEs36(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_ltEs21(x0, x1, ty_Integer) 22.13/9.71 new_compare29(x0, x1, True, x2) 22.13/9.71 new_esEs6(x0, x1, ty_Bool) 22.13/9.71 new_ltEs24(x0, x1, ty_Int) 22.13/9.71 new_esEs37(x0, x1, ty_@0) 22.13/9.71 new_ltEs18(x0, x1) 22.13/9.71 new_esEs28(Right(x0), Right(x1), x2, ty_Float) 22.13/9.71 new_esEs16(x0, x1, ty_Ordering) 22.13/9.71 new_esEs30(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_lt14(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_lt14(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_ltEs10(x0, x1, ty_Integer) 22.13/9.71 new_ltEs11(False, False) 22.13/9.71 new_lt21(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_ltEs23(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_lt21(x0, x1, ty_Ordering) 22.13/9.71 new_compare5(:(x0, x1), [], x2) 22.13/9.71 new_esEs16(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_lt21(x0, x1, ty_Bool) 22.13/9.71 new_compare24(Char(x0), Char(x1)) 22.13/9.71 new_esEs15(x0, x1, ty_@0) 22.13/9.71 new_lt14(x0, x1, ty_Integer) 22.13/9.71 new_ltEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_primEqNat0(Zero, Zero) 22.13/9.71 new_esEs13(False, False) 22.13/9.71 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 22.13/9.71 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 22.13/9.71 new_lt20(x0, x1, ty_Double) 22.13/9.71 new_esEs11(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_ltEs17(Nothing, Nothing, x0) 22.13/9.71 new_esEs28(Left(x0), Left(x1), ty_Ordering, x2) 22.13/9.71 new_esEs7(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_ltEs21(x0, x1, ty_Float) 22.13/9.71 new_esEs28(Right(x0), Right(x1), x2, ty_Integer) 22.13/9.71 new_not(False) 22.13/9.71 new_esEs9(x0, x1, ty_Double) 22.13/9.71 new_pePe(False, x0) 22.13/9.71 new_ltEs19(x0, x1, app(ty_[], x2)) 22.13/9.71 new_esEs28(Right(x0), Right(x1), x2, ty_Int) 22.13/9.71 new_esEs32(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_compare25(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 22.13/9.71 new_ltEs21(x0, x1, ty_Bool) 22.13/9.71 new_esEs10(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_esEs38(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_esEs30(x0, x1, ty_Integer) 22.13/9.71 new_esEs39(x0, x1, ty_Integer) 22.13/9.71 new_lt21(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_esEs16(x0, x1, ty_Integer) 22.13/9.71 new_esEs9(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_compare27(x0, x1, True, x2, x3) 22.13/9.71 new_esEs5(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_esEs28(Right(x0), Right(x1), x2, ty_Char) 22.13/9.71 new_lt22(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_esEs10(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_esEs5(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 22.13/9.71 new_ltEs12(x0, x1) 22.13/9.71 new_ltEs20(x0, x1, ty_Float) 22.13/9.71 new_lt15(x0, x1, ty_Char) 22.13/9.71 new_esEs37(x0, x1, ty_Double) 22.13/9.71 new_compare30(x0, x1, ty_Float) 22.13/9.71 new_esEs31(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_lt21(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_esEs30(x0, x1, ty_Ordering) 22.13/9.71 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 22.13/9.71 new_esEs15(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_lt23(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_primEqNat0(Succ(x0), Succ(x1)) 22.13/9.71 new_ltEs20(x0, x1, ty_Bool) 22.13/9.71 new_esEs10(x0, x1, ty_Integer) 22.13/9.71 new_lt22(x0, x1, ty_Double) 22.13/9.71 new_compare17(False, False) 22.13/9.71 new_esEs6(x0, x1, ty_Char) 22.13/9.71 new_ltEs10(x0, x1, ty_Bool) 22.13/9.71 new_lt14(x0, x1, ty_Ordering) 22.13/9.71 new_ltEs20(x0, x1, ty_Char) 22.13/9.71 new_esEs34(x0, x1, ty_Int) 22.13/9.71 new_esEs22(Just(x0), Just(x1), app(ty_[], x2)) 22.13/9.71 new_esEs16(x0, x1, ty_Bool) 22.13/9.71 new_esEs31(x0, x1, ty_Int) 22.13/9.71 new_esEs6(x0, x1, ty_Float) 22.13/9.71 new_esEs23(Double(x0, x1), Double(x2, x3)) 22.13/9.71 new_esEs11(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_ltEs13(Right(x0), Right(x1), x2, ty_Integer) 22.13/9.71 new_esEs21(@0, @0) 22.13/9.71 new_ltEs17(Just(x0), Just(x1), ty_Ordering) 22.13/9.71 new_esEs29(x0, x1, ty_@0) 22.13/9.71 new_ltEs23(x0, x1, app(app(ty_@2, x2), x3)) 22.13/9.71 new_esEs39(x0, x1, ty_Ordering) 22.13/9.71 new_ltEs13(Right(x0), Right(x1), x2, ty_Ordering) 22.13/9.71 new_compare7(Right(x0), Right(x1), x2, x3) 22.13/9.71 new_compare7(Left(x0), Right(x1), x2, x3) 22.13/9.71 new_esEs31(x0, x1, ty_Char) 22.13/9.71 new_compare7(Right(x0), Left(x1), x2, x3) 22.13/9.71 new_ltEs10(x0, x1, ty_Char) 22.13/9.71 new_esEs9(x0, x1, ty_@0) 22.13/9.71 new_esEs8(x0, x1, ty_@0) 22.13/9.71 new_lt23(x0, x1, ty_Ordering) 22.13/9.71 new_esEs6(x0, x1, ty_Int) 22.13/9.71 new_esEs17(x0, x1, app(ty_Ratio, x2)) 22.13/9.71 new_esEs33(x0, x1, ty_@0) 22.13/9.71 new_ltEs20(x0, x1, ty_Int) 22.13/9.71 new_compare113(x0, x1, x2, x3, True, x4, x5) 22.13/9.71 new_lt15(x0, x1, ty_Int) 22.13/9.71 new_ltEs17(Nothing, Just(x0), x1) 22.13/9.71 new_lt15(x0, x1, app(app(ty_Either, x2), x3)) 22.13/9.71 new_primCompAux0(x0, GT) 22.13/9.71 new_esEs28(Right(x0), Right(x1), x2, ty_Bool) 22.13/9.71 new_compare6(:%(x0, x1), :%(x2, x3), ty_Integer) 22.13/9.71 new_ltEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.13/9.71 new_ltEs17(Just(x0), Just(x1), ty_Integer) 22.13/9.71 new_primCmpNat0(Zero, Zero) 22.13/9.71 new_esEs10(x0, x1, app(ty_[], x2)) 22.13/9.71 new_primMulInt(Neg(x0), Neg(x1)) 22.13/9.71 new_esEs22(Just(x0), Just(x1), app(ty_Ratio, x2)) 22.13/9.71 22.13/9.71 We have to consider all minimal (P,Q,R)-chains. 22.13/9.71 ---------------------------------------- 22.13/9.71 22.13/9.71 (22) QDPSizeChangeProof (EQUIVALENT) 22.13/9.71 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.13/9.71 22.13/9.71 From the DPs we obtained the following set of size-change graphs: 22.13/9.71 *new_ltEs0(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), gc, fa, app(app(ty_Either, he), hf)) -> new_ltEs(vwx252, vwx262, he, hf) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs3(Just(vwx250), Just(vwx260), app(app(ty_Either, bdc), bdd)) -> new_ltEs(vwx250, vwx260, bdc, bdd) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs1(vwx25, vwx26, baf) -> new_compare(vwx25, vwx26, baf) 22.13/9.71 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs0(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), gc, fa, app(app(app(ty_@3, hg), hh), baa)) -> new_ltEs0(vwx252, vwx262, hg, hh, baa) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs3(Just(vwx250), Just(vwx260), app(app(app(ty_@3, bde), bdf), bdg)) -> new_ltEs0(vwx250, vwx260, bde, bdf, bdg) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs2(@2(vwx250, vwx251), @2(vwx260, vwx261), bca, app(app(ty_Either, bcb), bcc)) -> new_ltEs(vwx251, vwx261, bcb, bcc) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs2(@2(vwx250, vwx251), @2(vwx260, vwx261), bca, app(app(app(ty_@3, bcd), bce), bcf)) -> new_ltEs0(vwx251, vwx261, bcd, bce, bcf) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 22.13/9.71 22.13/9.71 22.13/9.71 *new_lt2(vwx76, vwx79, bhg, bhh) -> new_compare3(vwx76, vwx79, bhg, bhh) 22.13/9.71 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare21(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, False, bfa, bgd, app(app(ty_Either, bge), bgf)) -> new_ltEs(vwx78, vwx81, bge, bgf) 22.13/9.71 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3, 10 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare21(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, False, bfa, bgd, app(app(app(ty_@3, bgg), bgh), bha)) -> new_ltEs0(vwx78, vwx81, bgg, bgh, bha) 22.13/9.71 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3, 10 > 4, 10 > 5 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare21(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, False, app(app(app(ty_@3, bef), beg), beh), bgd, bfd) -> new_compare1(vwx76, vwx79, bef, beg, beh) 22.13/9.71 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3, 8 > 4, 8 > 5 22.13/9.71 22.13/9.71 22.13/9.71 *new_lt0(vwx76, vwx79, bef, beg, beh) -> new_compare1(vwx76, vwx79, bef, beg, beh) 22.13/9.71 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4, 5 >= 5 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs0(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), gc, fa, app(ty_Maybe, bae)) -> new_ltEs3(vwx252, vwx262, bae) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs3(Just(vwx250), Just(vwx260), app(ty_Maybe, bec)) -> new_ltEs3(vwx250, vwx260, bec) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs2(@2(vwx250, vwx251), @2(vwx260, vwx261), bca, app(ty_Maybe, bdb)) -> new_ltEs3(vwx251, vwx261, bdb) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare21(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, False, bfa, bgd, app(ty_Maybe, bhe)) -> new_ltEs3(vwx78, vwx81, bhe) 22.13/9.71 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_lt(vwx76, vwx79, bed, bee) -> new_compare0(vwx76, vwx79, bed, bee) 22.13/9.71 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_lt3(vwx76, vwx79, caa) -> new_compare4(vwx76, vwx79, caa) 22.13/9.71 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare20(vwx32, vwx33, False, cdh, app(app(ty_Either, cea), ceb)) -> new_ltEs(vwx32, vwx33, cea, ceb) 22.13/9.71 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare20(vwx32, vwx33, False, cdh, app(app(app(ty_@3, cec), ced), cee)) -> new_ltEs0(vwx32, vwx33, cec, ced, cee) 22.13/9.71 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4, 5 > 5 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare21(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, False, app(app(ty_Either, bed), bee), bgd, bfd) -> new_compare0(vwx76, vwx79, bed, bee) 22.13/9.71 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3, 8 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare20(vwx32, vwx33, False, cdh, app(ty_Maybe, cfa)) -> new_ltEs3(vwx32, vwx33, cfa) 22.13/9.71 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs0(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), gc, fa, app(app(ty_@2, bac), bad)) -> new_ltEs2(vwx252, vwx262, bac, bad) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs3(Just(vwx250), Just(vwx260), app(app(ty_@2, bea), beb)) -> new_ltEs2(vwx250, vwx260, bea, beb) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs3(Just(vwx250), Just(vwx260), app(ty_[], bdh)) -> new_ltEs1(vwx250, vwx260, bdh) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs2(@2(vwx250, vwx251), @2(vwx260, vwx261), bca, app(app(ty_@2, bch), bda)) -> new_ltEs2(vwx251, vwx261, bch, bda) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare21(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, False, bfa, bgd, app(app(ty_@2, bhc), bhd)) -> new_ltEs2(vwx78, vwx81, bhc, bhd) 22.13/9.71 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3, 10 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare20(vwx32, vwx33, False, cdh, app(app(ty_@2, ceg), ceh)) -> new_ltEs2(vwx32, vwx33, ceg, ceh) 22.13/9.71 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare20(vwx32, vwx33, False, cdh, app(ty_[], cef)) -> new_ltEs1(vwx32, vwx33, cef) 22.13/9.71 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs2(@2(vwx250, vwx251), @2(vwx260, vwx261), app(ty_Maybe, bbh), bba) -> new_lt3(vwx250, vwx260, bbh) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare21(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, False, bfa, app(ty_Maybe, bgc), bfd) -> new_lt3(vwx77, vwx80, bgc) 22.13/9.71 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare4(Just(vwx300), Just(vwx400), bh) -> new_compare23(vwx300, vwx400, new_esEs11(vwx300, vwx400, bh), bh) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_primCompAux(Left(vwx300), Left(vwx400), vwx15, app(app(ty_Either, h), ba)) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, h), h, ba) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4, 4 > 5 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare0(Left(vwx300), Left(vwx400), h, ba) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, h), h, ba) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4, 4 >= 5 22.13/9.71 22.13/9.71 22.13/9.71 *new_primCompAux(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), vwx15, app(app(app(ty_@3, bb), bc), bd)) -> new_compare21(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs6(vwx300, vwx400, bb), new_asAs(new_esEs7(vwx301, vwx401, bc), new_esEs8(vwx302, vwx402, bd))), bb, bc, bd) 22.13/9.71 The graph contains the following edges 1 > 1, 1 > 2, 1 > 3, 2 > 4, 2 > 5, 2 > 6, 4 > 8, 4 > 9, 4 > 10 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare1(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bb, bc, bd) -> new_compare21(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs6(vwx300, vwx400, bb), new_asAs(new_esEs7(vwx301, vwx401, bc), new_esEs8(vwx302, vwx402, bd))), bb, bc, bd) 22.13/9.71 The graph contains the following edges 1 > 1, 1 > 2, 1 > 3, 2 > 4, 2 > 5, 2 > 6, 3 >= 8, 4 >= 9, 5 >= 10 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare21(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, False, app(ty_[], bhf), bgd, bfd) -> new_compare(vwx76, vwx79, bhf) 22.13/9.71 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_primCompAux(@2(vwx300, vwx301), @2(vwx400, vwx401), vwx15, app(app(ty_@2, bf), bg)) -> new_compare22(vwx300, vwx301, vwx400, vwx401, new_asAs(new_esEs9(vwx300, vwx400, bf), new_esEs10(vwx301, vwx401, bg)), bf, bg) 22.13/9.71 The graph contains the following edges 1 > 1, 1 > 2, 2 > 3, 2 > 4, 4 > 6, 4 > 7 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare3(@2(vwx300, vwx301), @2(vwx400, vwx401), bf, bg) -> new_compare22(vwx300, vwx301, vwx400, vwx401, new_asAs(new_esEs9(vwx300, vwx400, bf), new_esEs10(vwx301, vwx401, bg)), bf, bg) 22.13/9.71 The graph contains the following edges 1 > 1, 1 > 2, 2 > 3, 2 > 4, 3 >= 6, 4 >= 7 22.13/9.71 22.13/9.71 22.13/9.71 *new_primCompAux(vwx30, vwx40, vwx15, app(ty_[], be)) -> new_compare(vwx30, vwx40, be) 22.13/9.71 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_primCompAux(Just(vwx300), Just(vwx400), vwx15, app(ty_Maybe, bh)) -> new_compare23(vwx300, vwx400, new_esEs11(vwx300, vwx400, bh), bh) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_primCompAux(Right(vwx300), Right(vwx400), vwx15, app(app(ty_Either, h), ba)) -> new_compare20(vwx300, vwx400, new_esEs5(vwx300, vwx400, ba), h, ba) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4, 4 > 5 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare(:(vwx30, vwx31), :(vwx40, vwx41), cab) -> new_compare(vwx31, vwx41, cab) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare(:(vwx30, vwx31), :(vwx40, vwx41), cab) -> new_primCompAux(vwx30, vwx40, new_compare5(vwx31, vwx41, cab), cab) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_lt1(vwx76, vwx79, bhf) -> new_compare(vwx76, vwx79, bhf) 22.13/9.71 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(vwx25, vwx26, False, app(ty_[], baf), cd) -> new_compare(vwx25, vwx26, baf) 22.13/9.71 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare0(Right(vwx300), Right(vwx400), h, ba) -> new_compare20(vwx300, vwx400, new_esEs5(vwx300, vwx400, ba), h, ba) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4, 4 >= 5 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare22(vwx89, vwx90, vwx91, vwx92, False, cbe, app(app(ty_Either, cbf), cbg)) -> new_ltEs(vwx90, vwx92, cbf, cbg) 22.13/9.71 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3, 7 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare22(vwx89, vwx90, vwx91, vwx92, False, cbe, app(app(app(ty_@3, cbh), cca), ccb)) -> new_ltEs0(vwx90, vwx92, cbh, cca, ccb) 22.13/9.71 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3, 7 > 4, 7 > 5 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare21(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, False, app(app(ty_@2, bhg), bhh), bgd, bfd) -> new_compare3(vwx76, vwx79, bhg, bhh) 22.13/9.71 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3, 8 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare22(vwx89, vwx90, vwx91, vwx92, False, cbe, app(ty_Maybe, ccf)) -> new_ltEs3(vwx90, vwx92, ccf) 22.13/9.71 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare22(vwx89, vwx90, vwx91, vwx92, False, cbe, app(app(ty_@2, ccd), cce)) -> new_ltEs2(vwx90, vwx92, ccd, cce) 22.13/9.71 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3, 7 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare22(vwx89, vwx90, vwx91, vwx92, False, app(ty_Maybe, cbd), cae) -> new_lt3(vwx89, vwx91, cbd) 22.13/9.71 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs2(@2(vwx250, vwx251), @2(vwx260, vwx261), app(app(app(ty_@3, bbb), bbc), bbd), bba) -> new_lt0(vwx250, vwx260, bbb, bbc, bbd) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare21(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, False, bfa, app(app(app(ty_@3, bfe), bff), bfg), bfd) -> new_lt0(vwx77, vwx80, bfe, bff, bfg) 22.13/9.71 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3, 9 > 4, 9 > 5 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare22(vwx89, vwx90, vwx91, vwx92, False, app(app(app(ty_@3, caf), cag), cah), cae) -> new_lt0(vwx89, vwx91, caf, cag, cah) 22.13/9.71 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3, 6 > 4, 6 > 5 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare23(vwx65, vwx66, False, app(app(ty_Either, ccg), cch)) -> new_ltEs(vwx65, vwx66, ccg, cch) 22.13/9.71 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare23(vwx65, vwx66, False, app(app(app(ty_@3, cda), cdb), cdc)) -> new_ltEs0(vwx65, vwx66, cda, cdb, cdc) 22.13/9.71 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4, 4 > 5 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare23(vwx65, vwx66, False, app(ty_Maybe, cdg)) -> new_ltEs3(vwx65, vwx66, cdg) 22.13/9.71 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare23(vwx65, vwx66, False, app(app(ty_@2, cde), cdf)) -> new_ltEs2(vwx65, vwx66, cde, cdf) 22.13/9.71 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare23(vwx65, vwx66, False, app(ty_[], cdd)) -> new_ltEs1(vwx65, vwx66, cdd) 22.13/9.71 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs2(@2(vwx250, vwx251), @2(vwx260, vwx261), app(app(ty_@2, bbf), bbg), bba) -> new_lt2(vwx250, vwx260, bbf, bbg) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare21(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, False, bfa, app(app(ty_@2, bga), bgb), bfd) -> new_lt2(vwx77, vwx80, bga, bgb) 22.13/9.71 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3, 9 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare22(vwx89, vwx90, vwx91, vwx92, False, app(app(ty_@2, cbb), cbc), cae) -> new_lt2(vwx89, vwx91, cbb, cbc) 22.13/9.71 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3, 6 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs2(@2(vwx250, vwx251), @2(vwx260, vwx261), app(app(ty_Either, bag), bah), bba) -> new_lt(vwx250, vwx260, bag, bah) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare21(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, False, bfa, app(app(ty_Either, bfb), bfc), bfd) -> new_lt(vwx77, vwx80, bfb, bfc) 22.13/9.71 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3, 9 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare22(vwx89, vwx90, vwx91, vwx92, False, app(app(ty_Either, cac), cad), cae) -> new_lt(vwx89, vwx91, cac, cad) 22.13/9.71 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3, 6 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare21(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, False, app(ty_Maybe, caa), bgd, bfd) -> new_compare4(vwx76, vwx79, caa) 22.13/9.71 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs0(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), gc, fa, app(ty_[], bab)) -> new_ltEs1(vwx252, vwx262, bab) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs2(@2(vwx250, vwx251), @2(vwx260, vwx261), bca, app(ty_[], bcg)) -> new_ltEs1(vwx251, vwx261, bcg) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs2(@2(vwx250, vwx251), @2(vwx260, vwx261), app(ty_[], bbe), bba) -> new_lt1(vwx250, vwx260, bbe) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare21(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, False, bfa, bgd, app(ty_[], bhb)) -> new_ltEs1(vwx78, vwx81, bhb) 22.13/9.71 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare21(vwx76, vwx77, vwx78, vwx79, vwx80, vwx81, False, bfa, app(ty_[], bfh), bfd) -> new_lt1(vwx77, vwx80, bfh) 22.13/9.71 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare22(vwx89, vwx90, vwx91, vwx92, False, cbe, app(ty_[], ccc)) -> new_ltEs1(vwx90, vwx92, ccc) 22.13/9.71 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare22(vwx89, vwx90, vwx91, vwx92, False, app(ty_[], cba), cae) -> new_lt1(vwx89, vwx91, cba) 22.13/9.71 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs0(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), gc, app(ty_Maybe, hd), fb) -> new_lt3(vwx251, vwx261, hd) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs0(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), app(ty_Maybe, gb), fa, fb) -> new_lt3(vwx250, vwx260, gb) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs0(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), app(app(app(ty_@3, fc), fd), ff), fa, fb) -> new_lt0(vwx250, vwx260, fc, fd, ff) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs0(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), gc, app(app(app(ty_@3, gf), gg), gh), fb) -> new_lt0(vwx251, vwx261, gf, gg, gh) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs0(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), app(app(ty_@2, fh), ga), fa, fb) -> new_lt2(vwx250, vwx260, fh, ga) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs0(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), gc, app(app(ty_@2, hb), hc), fb) -> new_lt2(vwx251, vwx261, hb, hc) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs0(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), gc, app(app(ty_Either, gd), ge), fb) -> new_lt(vwx251, vwx261, gd, ge) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs0(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), app(app(ty_Either, eg), eh), fa, fb) -> new_lt(vwx250, vwx260, eg, eh) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs0(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), gc, app(ty_[], ha), fb) -> new_lt1(vwx251, vwx261, ha) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs0(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), app(ty_[], fg), fa, fb) -> new_lt1(vwx250, vwx260, fg) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs(Left(vwx250), Left(vwx260), app(app(ty_Either, ca), cb), cc) -> new_ltEs(vwx250, vwx260, ca, cb) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs(Right(vwx250), Right(vwx260), de, app(app(ty_Either, df), dg)) -> new_ltEs(vwx250, vwx260, df, dg) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, bca), app(app(ty_Either, bcb), bcc)), cd) -> new_ltEs(vwx251, vwx261, bcb, bcc) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(Right(vwx250), Right(vwx260), False, app(app(ty_Either, de), app(app(ty_Either, df), dg)), cd) -> new_ltEs(vwx250, vwx260, df, dg) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(Just(vwx250), Just(vwx260), False, app(ty_Maybe, app(app(ty_Either, bdc), bdd)), cd) -> new_ltEs(vwx250, vwx260, bdc, bdd) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(Left(vwx250), Left(vwx260), False, app(app(ty_Either, app(app(ty_Either, ca), cb)), cc), cd) -> new_ltEs(vwx250, vwx260, ca, cb) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, gc), fa), app(app(ty_Either, he), hf)), cd) -> new_ltEs(vwx252, vwx262, he, hf) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs(Left(vwx250), Left(vwx260), app(app(app(ty_@3, ce), cf), cg), cc) -> new_ltEs0(vwx250, vwx260, ce, cf, cg) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs(Right(vwx250), Right(vwx260), de, app(app(app(ty_@3, dh), ea), eb)) -> new_ltEs0(vwx250, vwx260, dh, ea, eb) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(Just(vwx250), Just(vwx260), False, app(ty_Maybe, app(app(app(ty_@3, bde), bdf), bdg)), cd) -> new_ltEs0(vwx250, vwx260, bde, bdf, bdg) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(Right(vwx250), Right(vwx260), False, app(app(ty_Either, de), app(app(app(ty_@3, dh), ea), eb)), cd) -> new_ltEs0(vwx250, vwx260, dh, ea, eb) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(Left(vwx250), Left(vwx260), False, app(app(ty_Either, app(app(app(ty_@3, ce), cf), cg)), cc), cd) -> new_ltEs0(vwx250, vwx260, ce, cf, cg) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, gc), fa), app(app(app(ty_@3, hg), hh), baa)), cd) -> new_ltEs0(vwx252, vwx262, hg, hh, baa) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, bca), app(app(app(ty_@3, bcd), bce), bcf)), cd) -> new_ltEs0(vwx251, vwx261, bcd, bce, bcf) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs(Right(vwx250), Right(vwx260), de, app(ty_Maybe, ef)) -> new_ltEs3(vwx250, vwx260, ef) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs(Left(vwx250), Left(vwx260), app(ty_Maybe, dd), cc) -> new_ltEs3(vwx250, vwx260, dd) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(Left(vwx250), Left(vwx260), False, app(app(ty_Either, app(ty_Maybe, dd)), cc), cd) -> new_ltEs3(vwx250, vwx260, dd) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(Right(vwx250), Right(vwx260), False, app(app(ty_Either, de), app(ty_Maybe, ef)), cd) -> new_ltEs3(vwx250, vwx260, ef) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, gc), fa), app(ty_Maybe, bae)), cd) -> new_ltEs3(vwx252, vwx262, bae) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, bca), app(ty_Maybe, bdb)), cd) -> new_ltEs3(vwx251, vwx261, bdb) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(Just(vwx250), Just(vwx260), False, app(ty_Maybe, app(ty_Maybe, bec)), cd) -> new_ltEs3(vwx250, vwx260, bec) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs(Left(vwx250), Left(vwx260), app(app(ty_@2, db), dc), cc) -> new_ltEs2(vwx250, vwx260, db, dc) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs(Right(vwx250), Right(vwx260), de, app(app(ty_@2, ed), ee)) -> new_ltEs2(vwx250, vwx260, ed, ee) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs(Left(vwx250), Left(vwx260), app(ty_[], da), cc) -> new_ltEs1(vwx250, vwx260, da) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_ltEs(Right(vwx250), Right(vwx260), de, app(ty_[], ec)) -> new_ltEs1(vwx250, vwx260, ec) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(Just(vwx250), Just(vwx260), False, app(ty_Maybe, app(app(ty_@2, bea), beb)), cd) -> new_ltEs2(vwx250, vwx260, bea, beb) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(Left(vwx250), Left(vwx260), False, app(app(ty_Either, app(app(ty_@2, db), dc)), cc), cd) -> new_ltEs2(vwx250, vwx260, db, dc) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, bca), app(app(ty_@2, bch), bda)), cd) -> new_ltEs2(vwx251, vwx261, bch, bda) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(Right(vwx250), Right(vwx260), False, app(app(ty_Either, de), app(app(ty_@2, ed), ee)), cd) -> new_ltEs2(vwx250, vwx260, ed, ee) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, gc), fa), app(app(ty_@2, bac), bad)), cd) -> new_ltEs2(vwx252, vwx262, bac, bad) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, app(ty_Maybe, gb)), fa), fb), cd) -> new_lt3(vwx250, vwx260, gb) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, gc), app(ty_Maybe, hd)), fb), cd) -> new_lt3(vwx251, vwx261, hd) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, app(ty_Maybe, bbh)), bba), cd) -> new_lt3(vwx250, vwx260, bbh) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, gc), app(app(app(ty_@3, gf), gg), gh)), fb), cd) -> new_lt0(vwx251, vwx261, gf, gg, gh) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, app(app(app(ty_@3, bbb), bbc), bbd)), bba), cd) -> new_lt0(vwx250, vwx260, bbb, bbc, bbd) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, app(app(app(ty_@3, fc), fd), ff)), fa), fb), cd) -> new_lt0(vwx250, vwx260, fc, fd, ff) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, gc), app(app(ty_@2, hb), hc)), fb), cd) -> new_lt2(vwx251, vwx261, hb, hc) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, app(app(ty_@2, bbf), bbg)), bba), cd) -> new_lt2(vwx250, vwx260, bbf, bbg) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, app(app(ty_@2, fh), ga)), fa), fb), cd) -> new_lt2(vwx250, vwx260, fh, ga) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, gc), app(app(ty_Either, gd), ge)), fb), cd) -> new_lt(vwx251, vwx261, gd, ge) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, app(app(ty_Either, bag), bah)), bba), cd) -> new_lt(vwx250, vwx260, bag, bah) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, app(app(ty_Either, eg), eh)), fa), fb), cd) -> new_lt(vwx250, vwx260, eg, eh) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, bca), app(ty_[], bcg)), cd) -> new_ltEs1(vwx251, vwx261, bcg) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(Left(vwx250), Left(vwx260), False, app(app(ty_Either, app(ty_[], da)), cc), cd) -> new_ltEs1(vwx250, vwx260, da) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, gc), fa), app(ty_[], bab)), cd) -> new_ltEs1(vwx252, vwx262, bab) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(Just(vwx250), Just(vwx260), False, app(ty_Maybe, app(ty_[], bdh)), cd) -> new_ltEs1(vwx250, vwx260, bdh) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(Right(vwx250), Right(vwx260), False, app(app(ty_Either, de), app(ty_[], ec)), cd) -> new_ltEs1(vwx250, vwx260, ec) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, gc), app(ty_[], ha)), fb), cd) -> new_lt1(vwx251, vwx261, ha) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(@3(vwx250, vwx251, vwx252), @3(vwx260, vwx261, vwx262), False, app(app(app(ty_@3, app(ty_[], fg)), fa), fb), cd) -> new_lt1(vwx250, vwx260, fg) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.13/9.71 22.13/9.71 22.13/9.71 *new_compare2(@2(vwx250, vwx251), @2(vwx260, vwx261), False, app(app(ty_@2, app(ty_[], bbe)), bba), cd) -> new_lt1(vwx250, vwx260, bbe) 22.13/9.71 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.13/9.71 22.13/9.71 22.13/9.71 ---------------------------------------- 22.13/9.71 22.13/9.71 (23) 22.13/9.71 YES 22.13/9.71 22.13/9.71 ---------------------------------------- 22.13/9.71 22.13/9.71 (24) 22.13/9.71 Obligation: 22.13/9.71 Q DP problem: 22.13/9.71 The TRS P consists of the following rules: 22.13/9.71 22.13/9.71 new_esEs(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), cb, app(ty_[], cf)) -> new_esEs1(vwx3001, vwx4001, cf) 22.13/9.71 new_esEs3(Left(vwx3000), Left(vwx4000), app(app(ty_Either, bcg), bch), bca) -> new_esEs3(vwx3000, vwx4000, bcg, bch) 22.13/9.71 new_esEs3(Right(vwx3000), Right(vwx4000), bda, app(ty_[], bde)) -> new_esEs1(vwx3000, vwx4000, bde) 22.13/9.71 new_esEs2(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), hd, gc, app(app(ty_@2, baf), bag)) -> new_esEs(vwx3002, vwx4002, baf, bag) 22.13/9.71 new_esEs2(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(app(ty_@2, ga), gb), gc, gd) -> new_esEs(vwx3000, vwx4000, ga, gb) 22.13/9.71 new_esEs(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(app(ty_@2, h), ba), bb) -> new_esEs(vwx3000, vwx4000, h, ba) 22.13/9.71 new_esEs(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(ty_[], bd), bb) -> new_esEs1(vwx3000, vwx4000, bd) 22.13/9.71 new_esEs1(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(ty_Maybe, eh)) -> new_esEs0(vwx3000, vwx4000, eh) 22.13/9.71 new_esEs(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(app(ty_Either, bh), ca), bb) -> new_esEs3(vwx3000, vwx4000, bh, ca) 22.13/9.71 new_esEs1(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(app(ty_Either, ff), fg)) -> new_esEs3(vwx3000, vwx4000, ff, fg) 22.13/9.71 new_esEs2(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), hd, gc, app(app(ty_Either, bbe), bbf)) -> new_esEs3(vwx3002, vwx4002, bbe, bbf) 22.13/9.71 new_esEs0(Just(vwx3000), Just(vwx4000), app(app(ty_Either, ed), ee)) -> new_esEs3(vwx3000, vwx4000, ed, ee) 22.13/9.71 new_esEs2(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), hd, app(app(app(ty_@3, baa), bab), bac), gd) -> new_esEs2(vwx3001, vwx4001, baa, bab, bac) 22.13/9.71 new_esEs3(Right(vwx3000), Right(vwx4000), bda, app(app(ty_Either, bea), beb)) -> new_esEs3(vwx3000, vwx4000, bea, beb) 22.13/9.71 new_esEs0(Just(vwx3000), Just(vwx4000), app(app(app(ty_@3, ea), eb), ec)) -> new_esEs2(vwx3000, vwx4000, ea, eb, ec) 22.13/9.71 new_esEs2(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(app(app(ty_@3, gg), gh), ha), gc, gd) -> new_esEs2(vwx3000, vwx4000, gg, gh, ha) 22.13/9.71 new_esEs(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(app(app(ty_@3, be), bf), bg), bb) -> new_esEs2(vwx3000, vwx4000, be, bf, bg) 22.13/9.71 new_esEs(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), cb, app(app(ty_@2, cc), cd)) -> new_esEs(vwx3001, vwx4001, cc, cd) 22.13/9.71 new_esEs3(Right(vwx3000), Right(vwx4000), bda, app(ty_Maybe, bdd)) -> new_esEs0(vwx3000, vwx4000, bdd) 22.13/9.71 new_esEs3(Left(vwx3000), Left(vwx4000), app(app(ty_@2, bbg), bbh), bca) -> new_esEs(vwx3000, vwx4000, bbg, bbh) 22.13/9.71 new_esEs(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), cb, app(app(app(ty_@3, cg), da), db)) -> new_esEs2(vwx3001, vwx4001, cg, da, db) 22.13/9.71 new_esEs2(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), hd, gc, app(ty_Maybe, bah)) -> new_esEs0(vwx3002, vwx4002, bah) 22.13/9.71 new_esEs3(Right(vwx3000), Right(vwx4000), bda, app(app(app(ty_@3, bdf), bdg), bdh)) -> new_esEs2(vwx3000, vwx4000, bdf, bdg, bdh) 22.13/9.71 new_esEs3(Left(vwx3000), Left(vwx4000), app(ty_[], bcc), bca) -> new_esEs1(vwx3000, vwx4000, bcc) 22.13/9.71 new_esEs(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), cb, app(app(ty_Either, dc), dd)) -> new_esEs3(vwx3001, vwx4001, dc, dd) 22.13/9.71 new_esEs1(:(vwx3000, vwx3001), :(vwx4000, vwx4001), fh) -> new_esEs1(vwx3001, vwx4001, fh) 22.13/9.71 new_esEs1(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(app(ty_@2, ef), eg)) -> new_esEs(vwx3000, vwx4000, ef, eg) 22.13/9.71 new_esEs0(Just(vwx3000), Just(vwx4000), app(app(ty_@2, de), df)) -> new_esEs(vwx3000, vwx4000, de, df) 22.13/9.71 new_esEs1(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(ty_[], fa)) -> new_esEs1(vwx3000, vwx4000, fa) 22.13/9.71 new_esEs2(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(ty_Maybe, ge), gc, gd) -> new_esEs0(vwx3000, vwx4000, ge) 22.13/9.71 new_esEs2(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), hd, app(app(ty_Either, bad), bae), gd) -> new_esEs3(vwx3001, vwx4001, bad, bae) 22.13/9.71 new_esEs3(Left(vwx3000), Left(vwx4000), app(ty_Maybe, bcb), bca) -> new_esEs0(vwx3000, vwx4000, bcb) 22.13/9.71 new_esEs2(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(ty_[], gf), gc, gd) -> new_esEs1(vwx3000, vwx4000, gf) 22.13/9.71 new_esEs2(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), hd, app(ty_Maybe, hg), gd) -> new_esEs0(vwx3001, vwx4001, hg) 22.13/9.71 new_esEs0(Just(vwx3000), Just(vwx4000), app(ty_Maybe, dg)) -> new_esEs0(vwx3000, vwx4000, dg) 22.13/9.71 new_esEs1(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(app(app(ty_@3, fb), fc), fd)) -> new_esEs2(vwx3000, vwx4000, fb, fc, fd) 22.13/9.71 new_esEs2(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), hd, gc, app(app(app(ty_@3, bbb), bbc), bbd)) -> new_esEs2(vwx3002, vwx4002, bbb, bbc, bbd) 22.13/9.71 new_esEs3(Right(vwx3000), Right(vwx4000), bda, app(app(ty_@2, bdb), bdc)) -> new_esEs(vwx3000, vwx4000, bdb, bdc) 22.13/9.71 new_esEs(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(ty_Maybe, bc), bb) -> new_esEs0(vwx3000, vwx4000, bc) 22.13/9.71 new_esEs3(Left(vwx3000), Left(vwx4000), app(app(app(ty_@3, bcd), bce), bcf), bca) -> new_esEs2(vwx3000, vwx4000, bcd, bce, bcf) 22.13/9.71 new_esEs2(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), hd, app(app(ty_@2, he), hf), gd) -> new_esEs(vwx3001, vwx4001, he, hf) 22.13/9.71 new_esEs2(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), hd, app(ty_[], hh), gd) -> new_esEs1(vwx3001, vwx4001, hh) 22.13/9.71 new_esEs2(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(app(ty_Either, hb), hc), gc, gd) -> new_esEs3(vwx3000, vwx4000, hb, hc) 22.13/9.71 new_esEs(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), cb, app(ty_Maybe, ce)) -> new_esEs0(vwx3001, vwx4001, ce) 22.13/9.71 new_esEs0(Just(vwx3000), Just(vwx4000), app(ty_[], dh)) -> new_esEs1(vwx3000, vwx4000, dh) 22.13/9.72 new_esEs2(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), hd, gc, app(ty_[], bba)) -> new_esEs1(vwx3002, vwx4002, bba) 22.13/9.72 22.13/9.72 R is empty. 22.13/9.72 Q is empty. 22.13/9.72 We have to consider all minimal (P,Q,R)-chains. 22.13/9.72 ---------------------------------------- 22.13/9.72 22.13/9.72 (25) QDPSizeChangeProof (EQUIVALENT) 22.13/9.72 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.13/9.72 22.13/9.72 From the DPs we obtained the following set of size-change graphs: 22.13/9.72 *new_esEs1(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(app(ty_@2, ef), eg)) -> new_esEs(vwx3000, vwx4000, ef, eg) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs1(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(app(ty_Either, ff), fg)) -> new_esEs3(vwx3000, vwx4000, ff, fg) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs1(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(app(app(ty_@3, fb), fc), fd)) -> new_esEs2(vwx3000, vwx4000, fb, fc, fd) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs1(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(ty_Maybe, eh)) -> new_esEs0(vwx3000, vwx4000, eh) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs0(Just(vwx3000), Just(vwx4000), app(app(ty_@2, de), df)) -> new_esEs(vwx3000, vwx4000, de, df) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs0(Just(vwx3000), Just(vwx4000), app(app(ty_Either, ed), ee)) -> new_esEs3(vwx3000, vwx4000, ed, ee) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs0(Just(vwx3000), Just(vwx4000), app(app(app(ty_@3, ea), eb), ec)) -> new_esEs2(vwx3000, vwx4000, ea, eb, ec) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs0(Just(vwx3000), Just(vwx4000), app(ty_[], dh)) -> new_esEs1(vwx3000, vwx4000, dh) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs0(Just(vwx3000), Just(vwx4000), app(ty_Maybe, dg)) -> new_esEs0(vwx3000, vwx4000, dg) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs1(:(vwx3000, vwx3001), :(vwx4000, vwx4001), fh) -> new_esEs1(vwx3001, vwx4001, fh) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs1(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(ty_[], fa)) -> new_esEs1(vwx3000, vwx4000, fa) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs3(Left(vwx3000), Left(vwx4000), app(app(ty_@2, bbg), bbh), bca) -> new_esEs(vwx3000, vwx4000, bbg, bbh) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs3(Right(vwx3000), Right(vwx4000), bda, app(app(ty_@2, bdb), bdc)) -> new_esEs(vwx3000, vwx4000, bdb, bdc) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(app(ty_@2, h), ba), bb) -> new_esEs(vwx3000, vwx4000, h, ba) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), cb, app(app(ty_@2, cc), cd)) -> new_esEs(vwx3001, vwx4001, cc, cd) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs2(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), hd, gc, app(app(ty_@2, baf), bag)) -> new_esEs(vwx3002, vwx4002, baf, bag) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs2(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(app(ty_@2, ga), gb), gc, gd) -> new_esEs(vwx3000, vwx4000, ga, gb) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs2(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), hd, app(app(ty_@2, he), hf), gd) -> new_esEs(vwx3001, vwx4001, he, hf) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs3(Left(vwx3000), Left(vwx4000), app(app(ty_Either, bcg), bch), bca) -> new_esEs3(vwx3000, vwx4000, bcg, bch) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs3(Right(vwx3000), Right(vwx4000), bda, app(app(ty_Either, bea), beb)) -> new_esEs3(vwx3000, vwx4000, bea, beb) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs3(Right(vwx3000), Right(vwx4000), bda, app(app(app(ty_@3, bdf), bdg), bdh)) -> new_esEs2(vwx3000, vwx4000, bdf, bdg, bdh) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs3(Left(vwx3000), Left(vwx4000), app(app(app(ty_@3, bcd), bce), bcf), bca) -> new_esEs2(vwx3000, vwx4000, bcd, bce, bcf) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs3(Right(vwx3000), Right(vwx4000), bda, app(ty_[], bde)) -> new_esEs1(vwx3000, vwx4000, bde) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs3(Left(vwx3000), Left(vwx4000), app(ty_[], bcc), bca) -> new_esEs1(vwx3000, vwx4000, bcc) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs3(Right(vwx3000), Right(vwx4000), bda, app(ty_Maybe, bdd)) -> new_esEs0(vwx3000, vwx4000, bdd) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs3(Left(vwx3000), Left(vwx4000), app(ty_Maybe, bcb), bca) -> new_esEs0(vwx3000, vwx4000, bcb) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(app(ty_Either, bh), ca), bb) -> new_esEs3(vwx3000, vwx4000, bh, ca) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), cb, app(app(ty_Either, dc), dd)) -> new_esEs3(vwx3001, vwx4001, dc, dd) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs2(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), hd, gc, app(app(ty_Either, bbe), bbf)) -> new_esEs3(vwx3002, vwx4002, bbe, bbf) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs2(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), hd, app(app(ty_Either, bad), bae), gd) -> new_esEs3(vwx3001, vwx4001, bad, bae) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs2(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(app(ty_Either, hb), hc), gc, gd) -> new_esEs3(vwx3000, vwx4000, hb, hc) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(app(app(ty_@3, be), bf), bg), bb) -> new_esEs2(vwx3000, vwx4000, be, bf, bg) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), cb, app(app(app(ty_@3, cg), da), db)) -> new_esEs2(vwx3001, vwx4001, cg, da, db) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), cb, app(ty_[], cf)) -> new_esEs1(vwx3001, vwx4001, cf) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(ty_[], bd), bb) -> new_esEs1(vwx3000, vwx4000, bd) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(ty_Maybe, bc), bb) -> new_esEs0(vwx3000, vwx4000, bc) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), cb, app(ty_Maybe, ce)) -> new_esEs0(vwx3001, vwx4001, ce) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs2(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), hd, app(app(app(ty_@3, baa), bab), bac), gd) -> new_esEs2(vwx3001, vwx4001, baa, bab, bac) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs2(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(app(app(ty_@3, gg), gh), ha), gc, gd) -> new_esEs2(vwx3000, vwx4000, gg, gh, ha) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs2(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), hd, gc, app(app(app(ty_@3, bbb), bbc), bbd)) -> new_esEs2(vwx3002, vwx4002, bbb, bbc, bbd) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs2(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(ty_[], gf), gc, gd) -> new_esEs1(vwx3000, vwx4000, gf) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs2(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), hd, app(ty_[], hh), gd) -> new_esEs1(vwx3001, vwx4001, hh) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs2(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), hd, gc, app(ty_[], bba)) -> new_esEs1(vwx3002, vwx4002, bba) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs2(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), hd, gc, app(ty_Maybe, bah)) -> new_esEs0(vwx3002, vwx4002, bah) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs2(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(ty_Maybe, ge), gc, gd) -> new_esEs0(vwx3000, vwx4000, ge) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.13/9.72 22.13/9.72 22.13/9.72 *new_esEs2(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), hd, app(ty_Maybe, hg), gd) -> new_esEs0(vwx3001, vwx4001, hg) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.13/9.72 22.13/9.72 22.13/9.72 ---------------------------------------- 22.13/9.72 22.13/9.72 (26) 22.13/9.72 YES 22.13/9.72 22.13/9.72 ---------------------------------------- 22.13/9.72 22.13/9.72 (27) 22.13/9.72 Obligation: 22.13/9.72 Q DP problem: 22.13/9.72 The TRS P consists of the following rules: 22.13/9.72 22.13/9.72 new_primEqNat(Succ(vwx30000), Succ(vwx40000)) -> new_primEqNat(vwx30000, vwx40000) 22.13/9.72 22.13/9.72 R is empty. 22.13/9.72 Q is empty. 22.13/9.72 We have to consider all minimal (P,Q,R)-chains. 22.13/9.72 ---------------------------------------- 22.13/9.72 22.13/9.72 (28) QDPSizeChangeProof (EQUIVALENT) 22.13/9.72 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.13/9.72 22.13/9.72 From the DPs we obtained the following set of size-change graphs: 22.13/9.72 *new_primEqNat(Succ(vwx30000), Succ(vwx40000)) -> new_primEqNat(vwx30000, vwx40000) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2 22.13/9.72 22.13/9.72 22.13/9.72 ---------------------------------------- 22.13/9.72 22.13/9.72 (29) 22.13/9.72 YES 22.13/9.72 22.13/9.72 ---------------------------------------- 22.13/9.72 22.13/9.72 (30) 22.13/9.72 Obligation: 22.13/9.72 Q DP problem: 22.13/9.72 The TRS P consists of the following rules: 22.13/9.72 22.13/9.72 new_primPlusNat(Succ(vwx16900), Succ(vwx301000)) -> new_primPlusNat(vwx16900, vwx301000) 22.13/9.72 22.13/9.72 R is empty. 22.13/9.72 Q is empty. 22.13/9.72 We have to consider all minimal (P,Q,R)-chains. 22.13/9.72 ---------------------------------------- 22.13/9.72 22.13/9.72 (31) QDPSizeChangeProof (EQUIVALENT) 22.13/9.72 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.13/9.72 22.13/9.72 From the DPs we obtained the following set of size-change graphs: 22.13/9.72 *new_primPlusNat(Succ(vwx16900), Succ(vwx301000)) -> new_primPlusNat(vwx16900, vwx301000) 22.13/9.72 The graph contains the following edges 1 > 1, 2 > 2 22.13/9.72 22.13/9.72 22.13/9.72 ---------------------------------------- 22.13/9.72 22.13/9.72 (32) 22.13/9.72 YES 22.26/9.75 EOF