16.84/7.24 YES 19.59/7.99 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 19.59/7.99 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 19.59/7.99 19.59/7.99 19.59/7.99 H-Termination with start terms of the given HASKELL could be proven: 19.59/7.99 19.59/7.99 (0) HASKELL 19.59/7.99 (1) CR [EQUIVALENT, 0 ms] 19.59/7.99 (2) HASKELL 19.59/7.99 (3) IFR [EQUIVALENT, 0 ms] 19.59/7.99 (4) HASKELL 19.59/7.99 (5) BR [EQUIVALENT, 0 ms] 19.59/7.99 (6) HASKELL 19.59/7.99 (7) COR [EQUIVALENT, 19 ms] 19.59/7.99 (8) HASKELL 19.59/7.99 (9) LetRed [EQUIVALENT, 0 ms] 19.59/7.99 (10) HASKELL 19.59/7.99 (11) NumRed [SOUND, 0 ms] 19.59/7.99 (12) HASKELL 19.59/7.99 (13) Narrow [SOUND, 0 ms] 19.59/7.99 (14) AND 19.59/7.99 (15) QDP 19.59/7.99 (16) QDPSizeChangeProof [EQUIVALENT, 0 ms] 19.59/7.99 (17) YES 19.59/7.99 (18) QDP 19.59/7.99 (19) QDPSizeChangeProof [EQUIVALENT, 114 ms] 19.59/7.99 (20) YES 19.59/7.99 (21) QDP 19.59/7.99 (22) QDPSizeChangeProof [EQUIVALENT, 0 ms] 19.59/7.99 (23) YES 19.59/7.99 (24) QDP 19.59/7.99 (25) QDPSizeChangeProof [EQUIVALENT, 0 ms] 19.59/7.99 (26) YES 19.59/7.99 (27) QDP 19.59/7.99 (28) QDPSizeChangeProof [EQUIVALENT, 0 ms] 19.59/7.99 (29) YES 19.59/7.99 (30) QDP 19.59/7.99 (31) QDPSizeChangeProof [EQUIVALENT, 0 ms] 19.59/7.99 (32) YES 19.59/7.99 19.59/7.99 19.59/7.99 ---------------------------------------- 19.59/7.99 19.59/7.99 (0) 19.59/7.99 Obligation: 19.59/7.99 mainModule Main 19.59/7.99 module Main where { 19.59/7.99 import qualified Prelude; 19.59/7.99 } 19.59/7.99 19.59/7.99 ---------------------------------------- 19.59/7.99 19.59/7.99 (1) CR (EQUIVALENT) 19.59/7.99 Case Reductions: 19.59/7.99 The following Case expression 19.59/7.99 "case compare x y of { 19.59/7.99 EQ -> o; 19.59/7.99 LT -> LT; 19.59/7.99 GT -> GT} 19.59/7.99 " 19.59/7.99 is transformed to 19.59/7.99 "primCompAux0 o EQ = o; 19.59/7.99 primCompAux0 o LT = LT; 19.59/7.99 primCompAux0 o GT = GT; 19.59/7.99 " 19.59/7.99 19.59/7.99 ---------------------------------------- 19.59/7.99 19.59/7.99 (2) 19.59/7.99 Obligation: 19.59/7.99 mainModule Main 19.59/7.99 module Main where { 19.59/7.99 import qualified Prelude; 19.59/7.99 } 19.59/7.99 19.59/7.99 ---------------------------------------- 19.59/7.99 19.59/7.99 (3) IFR (EQUIVALENT) 19.59/7.99 If Reductions: 19.59/7.99 The following If expression 19.59/7.99 "if primGEqNatS x y then Succ (primDivNatS (primMinusNatS x y) (Succ y)) else Zero" 19.59/7.99 is transformed to 19.59/7.99 "primDivNatS0 x y True = Succ (primDivNatS (primMinusNatS x y) (Succ y)); 19.59/7.99 primDivNatS0 x y False = Zero; 19.59/7.99 " 19.59/7.99 The following If expression 19.59/7.99 "if primGEqNatS x y then primModNatS (primMinusNatS x y) (Succ y) else Succ x" 19.59/7.99 is transformed to 19.59/7.99 "primModNatS0 x y True = primModNatS (primMinusNatS x y) (Succ y); 19.59/7.99 primModNatS0 x y False = Succ x; 19.59/7.99 " 19.59/7.99 19.59/7.99 ---------------------------------------- 19.59/7.99 19.59/7.99 (4) 19.59/7.99 Obligation: 19.59/7.99 mainModule Main 19.59/7.99 module Main where { 19.59/7.99 import qualified Prelude; 19.59/7.99 } 19.59/7.99 19.59/7.99 ---------------------------------------- 19.59/7.99 19.59/7.99 (5) BR (EQUIVALENT) 19.59/7.99 Replaced joker patterns by fresh variables and removed binding patterns. 19.59/7.99 ---------------------------------------- 19.59/7.99 19.59/7.99 (6) 19.59/7.99 Obligation: 19.59/7.99 mainModule Main 19.59/7.99 module Main where { 19.59/7.99 import qualified Prelude; 19.59/7.99 } 19.59/7.99 19.59/7.99 ---------------------------------------- 19.59/7.99 19.59/7.99 (7) COR (EQUIVALENT) 19.59/7.99 Cond Reductions: 19.59/7.99 The following Function with conditions 19.59/7.99 "compare x y|x == yEQ|x <= yLT|otherwiseGT; 19.59/7.99 " 19.59/7.99 is transformed to 19.59/7.99 "compare x y = compare3 x y; 19.59/7.99 " 19.59/7.99 "compare0 x y True = GT; 19.59/7.99 " 19.59/7.99 "compare2 x y True = EQ; 19.59/7.99 compare2 x y False = compare1 x y (x <= y); 19.59/7.99 " 19.59/7.99 "compare1 x y True = LT; 19.59/7.99 compare1 x y False = compare0 x y otherwise; 19.59/7.99 " 19.59/7.99 "compare3 x y = compare2 x y (x == y); 19.59/7.99 " 19.59/7.99 The following Function with conditions 19.59/7.99 "absReal x|x >= 0x|otherwise`negate` x; 19.59/7.99 " 19.59/7.99 is transformed to 19.59/7.99 "absReal x = absReal2 x; 19.59/7.99 " 19.59/7.99 "absReal0 x True = `negate` x; 19.59/7.99 " 19.59/7.99 "absReal1 x True = x; 19.59/7.99 absReal1 x False = absReal0 x otherwise; 19.59/7.99 " 19.59/7.99 "absReal2 x = absReal1 x (x >= 0); 19.59/7.99 " 19.59/7.99 The following Function with conditions 19.59/7.99 "gcd' x 0 = x; 19.59/7.99 gcd' x y = gcd' y (x `rem` y); 19.59/7.99 " 19.59/7.99 is transformed to 19.59/7.99 "gcd' x zx = gcd'2 x zx; 19.59/7.99 gcd' x y = gcd'0 x y; 19.59/7.99 " 19.59/7.99 "gcd'0 x y = gcd' y (x `rem` y); 19.59/7.99 " 19.59/7.99 "gcd'1 True x zx = x; 19.59/7.99 gcd'1 zy zz vuu = gcd'0 zz vuu; 19.59/7.99 " 19.59/7.99 "gcd'2 x zx = gcd'1 (zx == 0) x zx; 19.59/7.99 gcd'2 vuv vuw = gcd'0 vuv vuw; 19.59/7.99 " 19.59/7.99 The following Function with conditions 19.59/7.99 "gcd 0 0 = error []; 19.59/7.99 gcd x y = gcd' (abs x) (abs y) where { 19.59/7.99 gcd' x 0 = x; 19.59/7.99 gcd' x y = gcd' y (x `rem` y); 19.59/7.99 } 19.59/7.99 ; 19.59/7.99 " 19.59/7.99 is transformed to 19.59/7.99 "gcd vux vuy = gcd3 vux vuy; 19.59/7.99 gcd x y = gcd0 x y; 19.59/7.99 " 19.59/7.99 "gcd0 x y = gcd' (abs x) (abs y) where { 19.59/7.99 gcd' x zx = gcd'2 x zx; 19.59/7.99 gcd' x y = gcd'0 x y; 19.59/7.99 ; 19.59/7.99 gcd'0 x y = gcd' y (x `rem` y); 19.59/7.99 ; 19.59/7.99 gcd'1 True x zx = x; 19.59/7.99 gcd'1 zy zz vuu = gcd'0 zz vuu; 19.59/7.99 ; 19.59/7.99 gcd'2 x zx = gcd'1 (zx == 0) x zx; 19.59/7.99 gcd'2 vuv vuw = gcd'0 vuv vuw; 19.59/7.99 } 19.59/7.99 ; 19.59/7.99 " 19.59/7.99 "gcd1 True vux vuy = error []; 19.59/7.99 gcd1 vuz vvu vvv = gcd0 vvu vvv; 19.59/7.99 " 19.59/7.99 "gcd2 True vux vuy = gcd1 (vuy == 0) vux vuy; 19.59/7.99 gcd2 vvw vvx vvy = gcd0 vvx vvy; 19.59/7.99 " 19.59/7.99 "gcd3 vux vuy = gcd2 (vux == 0) vux vuy; 19.59/7.99 gcd3 vvz vwu = gcd0 vvz vwu; 19.59/7.99 " 19.59/7.99 The following Function with conditions 19.59/7.99 "undefined |Falseundefined; 19.59/7.99 " 19.59/7.99 is transformed to 19.59/7.99 "undefined = undefined1; 19.59/7.99 " 19.59/7.99 "undefined0 True = undefined; 19.59/7.99 " 19.59/7.99 "undefined1 = undefined0 False; 19.59/7.99 " 19.59/7.99 The following Function with conditions 19.59/7.99 "reduce x y|y == 0error []|otherwisex `quot` d :% (y `quot` d) where { 19.59/7.99 d = gcd x y; 19.59/7.99 } 19.59/7.99 ; 19.59/7.99 " 19.59/7.99 is transformed to 19.59/7.99 "reduce x y = reduce2 x y; 19.59/7.99 " 19.59/7.99 "reduce2 x y = reduce1 x y (y == 0) where { 19.59/7.99 d = gcd x y; 19.59/7.99 ; 19.59/7.99 reduce0 x y True = x `quot` d :% (y `quot` d); 19.59/7.99 ; 19.59/7.99 reduce1 x y True = error []; 19.59/7.99 reduce1 x y False = reduce0 x y otherwise; 19.59/7.99 } 19.59/7.99 ; 19.59/7.99 " 19.59/7.99 19.59/7.99 ---------------------------------------- 19.59/7.99 19.59/7.99 (8) 19.59/7.99 Obligation: 19.59/7.99 mainModule Main 19.59/7.99 module Main where { 19.59/7.99 import qualified Prelude; 19.59/7.99 } 19.59/7.99 19.59/7.99 ---------------------------------------- 19.59/7.99 19.59/7.99 (9) LetRed (EQUIVALENT) 19.59/7.99 Let/Where Reductions: 19.59/7.99 The bindings of the following Let/Where expression 19.59/7.99 "gcd' (abs x) (abs y) where { 19.59/7.99 gcd' x zx = gcd'2 x zx; 19.59/7.99 gcd' x y = gcd'0 x y; 19.59/7.99 ; 19.59/7.99 gcd'0 x y = gcd' y (x `rem` y); 19.59/7.99 ; 19.59/7.99 gcd'1 True x zx = x; 19.59/7.99 gcd'1 zy zz vuu = gcd'0 zz vuu; 19.59/7.99 ; 19.59/7.99 gcd'2 x zx = gcd'1 (zx == 0) x zx; 19.59/7.99 gcd'2 vuv vuw = gcd'0 vuv vuw; 19.59/7.99 } 19.59/7.99 " 19.59/7.99 are unpacked to the following functions on top level 19.59/7.99 "gcd0Gcd'2 x zx = gcd0Gcd'1 (zx == 0) x zx; 19.59/7.99 gcd0Gcd'2 vuv vuw = gcd0Gcd'0 vuv vuw; 19.59/7.99 " 19.59/7.99 "gcd0Gcd'1 True x zx = x; 19.59/7.99 gcd0Gcd'1 zy zz vuu = gcd0Gcd'0 zz vuu; 19.59/7.99 " 19.59/7.99 "gcd0Gcd' x zx = gcd0Gcd'2 x zx; 19.59/7.99 gcd0Gcd' x y = gcd0Gcd'0 x y; 19.59/7.99 " 19.59/7.99 "gcd0Gcd'0 x y = gcd0Gcd' y (x `rem` y); 19.59/7.99 " 19.59/7.99 The bindings of the following Let/Where expression 19.59/7.99 "reduce1 x y (y == 0) where { 19.59/7.99 d = gcd x y; 19.59/7.99 ; 19.59/7.99 reduce0 x y True = x `quot` d :% (y `quot` d); 19.59/7.99 ; 19.59/7.99 reduce1 x y True = error []; 19.59/7.99 reduce1 x y False = reduce0 x y otherwise; 19.59/7.99 } 19.59/7.99 " 19.59/7.99 are unpacked to the following functions on top level 19.59/7.99 "reduce2D vwv vww = gcd vwv vww; 19.59/7.99 " 19.59/7.99 "reduce2Reduce1 vwv vww x y True = error []; 19.59/7.99 reduce2Reduce1 vwv vww x y False = reduce2Reduce0 vwv vww x y otherwise; 19.59/7.99 " 19.59/7.99 "reduce2Reduce0 vwv vww x y True = x `quot` reduce2D vwv vww :% (y `quot` reduce2D vwv vww); 19.59/7.99 " 19.59/7.99 19.59/7.99 ---------------------------------------- 19.59/7.99 19.59/7.99 (10) 19.59/7.99 Obligation: 19.59/7.99 mainModule Main 19.59/7.99 module Main where { 19.59/7.99 import qualified Prelude; 19.59/7.99 } 19.59/7.99 19.59/7.99 ---------------------------------------- 19.59/7.99 19.59/7.99 (11) NumRed (SOUND) 19.59/7.99 Num Reduction:All numbers are transformed to their corresponding representation with Succ, Pred and Zero. 19.59/7.99 ---------------------------------------- 19.59/7.99 19.59/7.99 (12) 19.59/7.99 Obligation: 19.59/7.99 mainModule Main 19.59/7.99 module Main where { 19.59/7.99 import qualified Prelude; 19.59/7.99 } 19.59/7.99 19.59/7.99 ---------------------------------------- 19.59/7.99 19.59/7.99 (13) Narrow (SOUND) 19.59/7.99 Haskell To QDPs 19.59/7.99 19.59/7.99 digraph dp_graph { 19.59/7.99 node [outthreshold=100, inthreshold=100];1[label="(<)",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 19.59/7.99 3[label="(<) vwx3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 19.59/7.99 4[label="(<) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];4 -> 5[label="",style="solid", color="black", weight=3]; 19.59/7.99 5[label="compare vwx3 vwx4 == LT",fontsize=16,color="black",shape="box"];5 -> 6[label="",style="solid", color="black", weight=3]; 19.59/7.99 6[label="compare3 vwx3 vwx4 == LT",fontsize=16,color="black",shape="box"];6 -> 7[label="",style="solid", color="black", weight=3]; 19.59/7.99 7[label="compare2 vwx3 vwx4 (vwx3 == vwx4) == LT",fontsize=16,color="burlywood",shape="box"];2938[label="vwx3/(vwx30,vwx31)",fontsize=10,color="white",style="solid",shape="box"];7 -> 2938[label="",style="solid", color="burlywood", weight=9]; 19.59/7.99 2938 -> 8[label="",style="solid", color="burlywood", weight=3]; 19.59/7.99 8[label="compare2 (vwx30,vwx31) vwx4 ((vwx30,vwx31) == vwx4) == LT",fontsize=16,color="burlywood",shape="box"];2939[label="vwx4/(vwx40,vwx41)",fontsize=10,color="white",style="solid",shape="box"];8 -> 2939[label="",style="solid", color="burlywood", weight=9]; 19.59/7.99 2939 -> 9[label="",style="solid", color="burlywood", weight=3]; 19.59/7.99 9[label="compare2 (vwx30,vwx31) (vwx40,vwx41) ((vwx30,vwx31) == (vwx40,vwx41)) == LT",fontsize=16,color="black",shape="box"];9 -> 10[label="",style="solid", color="black", weight=3]; 19.59/7.99 10 -> 11[label="",style="dashed", color="red", weight=0]; 19.59/7.99 10[label="compare2 (vwx30,vwx31) (vwx40,vwx41) (vwx30 == vwx40 && vwx31 == vwx41) == LT",fontsize=16,color="magenta"];10 -> 12[label="",style="dashed", color="magenta", weight=3]; 19.59/7.99 10 -> 13[label="",style="dashed", color="magenta", weight=3]; 19.59/7.99 10 -> 14[label="",style="dashed", color="magenta", weight=3]; 19.59/7.99 10 -> 15[label="",style="dashed", color="magenta", weight=3]; 19.59/7.99 10 -> 16[label="",style="dashed", color="magenta", weight=3]; 19.59/7.99 12[label="vwx30 == vwx40",fontsize=16,color="blue",shape="box"];2940[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];12 -> 2940[label="",style="solid", color="blue", weight=9]; 19.59/7.99 2940 -> 17[label="",style="solid", color="blue", weight=3]; 19.59/7.99 2941[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];12 -> 2941[label="",style="solid", color="blue", weight=9]; 19.59/7.99 2941 -> 18[label="",style="solid", color="blue", weight=3]; 19.59/7.99 2942[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];12 -> 2942[label="",style="solid", color="blue", weight=9]; 19.59/7.99 2942 -> 19[label="",style="solid", color="blue", weight=3]; 19.59/7.99 2943[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];12 -> 2943[label="",style="solid", color="blue", weight=9]; 19.59/7.99 2943 -> 20[label="",style="solid", color="blue", weight=3]; 19.59/7.99 2944[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];12 -> 2944[label="",style="solid", color="blue", weight=9]; 19.59/7.99 2944 -> 21[label="",style="solid", color="blue", weight=3]; 19.59/7.99 2945[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];12 -> 2945[label="",style="solid", color="blue", weight=9]; 19.59/7.99 2945 -> 22[label="",style="solid", color="blue", weight=3]; 19.59/7.99 2946[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];12 -> 2946[label="",style="solid", color="blue", weight=9]; 19.59/7.99 2946 -> 23[label="",style="solid", color="blue", weight=3]; 19.59/7.99 2947[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];12 -> 2947[label="",style="solid", color="blue", weight=9]; 19.59/7.99 2947 -> 24[label="",style="solid", color="blue", weight=3]; 19.59/7.99 2948[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];12 -> 2948[label="",style="solid", color="blue", weight=9]; 19.59/7.99 2948 -> 25[label="",style="solid", color="blue", weight=3]; 19.59/7.99 2949[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];12 -> 2949[label="",style="solid", color="blue", weight=9]; 19.59/7.99 2949 -> 26[label="",style="solid", color="blue", weight=3]; 19.59/7.99 2950[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];12 -> 2950[label="",style="solid", color="blue", weight=9]; 19.59/7.99 2950 -> 27[label="",style="solid", color="blue", weight=3]; 19.59/7.99 2951[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];12 -> 2951[label="",style="solid", color="blue", weight=9]; 19.59/7.99 2951 -> 28[label="",style="solid", color="blue", weight=3]; 19.59/7.99 2952[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];12 -> 2952[label="",style="solid", color="blue", weight=9]; 19.59/8.00 2952 -> 29[label="",style="solid", color="blue", weight=3]; 19.59/8.00 2953[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];12 -> 2953[label="",style="solid", color="blue", weight=9]; 19.59/8.00 2953 -> 30[label="",style="solid", color="blue", weight=3]; 19.59/8.00 13[label="vwx41",fontsize=16,color="green",shape="box"];14[label="vwx30",fontsize=16,color="green",shape="box"];15[label="vwx31",fontsize=16,color="green",shape="box"];16[label="vwx40",fontsize=16,color="green",shape="box"];11[label="compare2 (vwx11,vwx12) (vwx13,vwx14) (vwx15 && vwx12 == vwx14) == LT",fontsize=16,color="burlywood",shape="triangle"];2954[label="vwx15/False",fontsize=10,color="white",style="solid",shape="box"];11 -> 2954[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2954 -> 31[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 2955[label="vwx15/True",fontsize=10,color="white",style="solid",shape="box"];11 -> 2955[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2955 -> 32[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 17[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2956[label="vwx30/Left vwx300",fontsize=10,color="white",style="solid",shape="box"];17 -> 2956[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2956 -> 33[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 2957[label="vwx30/Right vwx300",fontsize=10,color="white",style="solid",shape="box"];17 -> 2957[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2957 -> 34[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 18[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2958[label="vwx30/vwx300 :% vwx301",fontsize=10,color="white",style="solid",shape="box"];18 -> 2958[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2958 -> 35[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 19[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2959[label="vwx30/vwx300 : vwx301",fontsize=10,color="white",style="solid",shape="box"];19 -> 2959[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2959 -> 36[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 2960[label="vwx30/[]",fontsize=10,color="white",style="solid",shape="box"];19 -> 2960[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2960 -> 37[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 20[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2961[label="vwx30/False",fontsize=10,color="white",style="solid",shape="box"];20 -> 2961[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2961 -> 38[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 2962[label="vwx30/True",fontsize=10,color="white",style="solid",shape="box"];20 -> 2962[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2962 -> 39[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 21[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2963[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];21 -> 2963[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2963 -> 40[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 22[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];22 -> 41[label="",style="solid", color="black", weight=3]; 19.59/8.00 23[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];23 -> 42[label="",style="solid", color="black", weight=3]; 19.59/8.00 24[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2964[label="vwx30/(vwx300,vwx301)",fontsize=10,color="white",style="solid",shape="box"];24 -> 2964[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2964 -> 43[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 25[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2965[label="vwx30/LT",fontsize=10,color="white",style="solid",shape="box"];25 -> 2965[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2965 -> 44[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 2966[label="vwx30/EQ",fontsize=10,color="white",style="solid",shape="box"];25 -> 2966[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2966 -> 45[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 2967[label="vwx30/GT",fontsize=10,color="white",style="solid",shape="box"];25 -> 2967[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2967 -> 46[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 26[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2968[label="vwx30/(vwx300,vwx301,vwx302)",fontsize=10,color="white",style="solid",shape="box"];26 -> 2968[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2968 -> 47[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 27[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2969[label="vwx30/()",fontsize=10,color="white",style="solid",shape="box"];27 -> 2969[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2969 -> 48[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 28[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2970[label="vwx30/Nothing",fontsize=10,color="white",style="solid",shape="box"];28 -> 2970[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2970 -> 49[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 2971[label="vwx30/Just vwx300",fontsize=10,color="white",style="solid",shape="box"];28 -> 2971[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2971 -> 50[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 29[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];29 -> 51[label="",style="solid", color="black", weight=3]; 19.59/8.00 30[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];30 -> 52[label="",style="solid", color="black", weight=3]; 19.59/8.00 31[label="compare2 (vwx11,vwx12) (vwx13,vwx14) (False && vwx12 == vwx14) == LT",fontsize=16,color="black",shape="box"];31 -> 53[label="",style="solid", color="black", weight=3]; 19.59/8.00 32[label="compare2 (vwx11,vwx12) (vwx13,vwx14) (True && vwx12 == vwx14) == LT",fontsize=16,color="black",shape="box"];32 -> 54[label="",style="solid", color="black", weight=3]; 19.59/8.00 33[label="Left vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2972[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];33 -> 2972[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2972 -> 55[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 2973[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];33 -> 2973[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2973 -> 56[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 34[label="Right vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2974[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];34 -> 2974[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2974 -> 57[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 2975[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];34 -> 2975[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2975 -> 58[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 35[label="vwx300 :% vwx301 == vwx40",fontsize=16,color="burlywood",shape="box"];2976[label="vwx40/vwx400 :% vwx401",fontsize=10,color="white",style="solid",shape="box"];35 -> 2976[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2976 -> 59[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 36[label="vwx300 : vwx301 == vwx40",fontsize=16,color="burlywood",shape="box"];2977[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];36 -> 2977[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2977 -> 60[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 2978[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];36 -> 2978[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2978 -> 61[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 37[label="[] == vwx40",fontsize=16,color="burlywood",shape="box"];2979[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];37 -> 2979[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2979 -> 62[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 2980[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];37 -> 2980[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2980 -> 63[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 38[label="False == vwx40",fontsize=16,color="burlywood",shape="box"];2981[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];38 -> 2981[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2981 -> 64[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 2982[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];38 -> 2982[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2982 -> 65[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 39[label="True == vwx40",fontsize=16,color="burlywood",shape="box"];2983[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];39 -> 2983[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2983 -> 66[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 2984[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];39 -> 2984[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2984 -> 67[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 40[label="Integer vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2985[label="vwx40/Integer vwx400",fontsize=10,color="white",style="solid",shape="box"];40 -> 2985[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2985 -> 68[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 41[label="primEqInt vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];2986[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];41 -> 2986[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2986 -> 69[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 2987[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];41 -> 2987[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2987 -> 70[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 42[label="primEqFloat vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2988[label="vwx30/Float vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];42 -> 2988[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2988 -> 71[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 43[label="(vwx300,vwx301) == vwx40",fontsize=16,color="burlywood",shape="box"];2989[label="vwx40/(vwx400,vwx401)",fontsize=10,color="white",style="solid",shape="box"];43 -> 2989[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2989 -> 72[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 44[label="LT == vwx40",fontsize=16,color="burlywood",shape="box"];2990[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];44 -> 2990[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2990 -> 73[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 2991[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];44 -> 2991[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2991 -> 74[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 2992[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];44 -> 2992[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2992 -> 75[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 45[label="EQ == vwx40",fontsize=16,color="burlywood",shape="box"];2993[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];45 -> 2993[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2993 -> 76[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 2994[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];45 -> 2994[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2994 -> 77[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 2995[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];45 -> 2995[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2995 -> 78[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 46[label="GT == vwx40",fontsize=16,color="burlywood",shape="box"];2996[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];46 -> 2996[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2996 -> 79[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 2997[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];46 -> 2997[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2997 -> 80[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 2998[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];46 -> 2998[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2998 -> 81[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 47[label="(vwx300,vwx301,vwx302) == vwx40",fontsize=16,color="burlywood",shape="box"];2999[label="vwx40/(vwx400,vwx401,vwx402)",fontsize=10,color="white",style="solid",shape="box"];47 -> 2999[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 2999 -> 82[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 48[label="() == vwx40",fontsize=16,color="burlywood",shape="box"];3000[label="vwx40/()",fontsize=10,color="white",style="solid",shape="box"];48 -> 3000[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3000 -> 83[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 49[label="Nothing == vwx40",fontsize=16,color="burlywood",shape="box"];3001[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];49 -> 3001[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3001 -> 84[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3002[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];49 -> 3002[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3002 -> 85[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 50[label="Just vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];3003[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];50 -> 3003[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3003 -> 86[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3004[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];50 -> 3004[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3004 -> 87[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 51[label="primEqDouble vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];3005[label="vwx30/Double vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];51 -> 3005[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3005 -> 88[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 52[label="primEqChar vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];3006[label="vwx30/Char vwx300",fontsize=10,color="white",style="solid",shape="box"];52 -> 3006[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3006 -> 89[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 53 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.00 53[label="compare2 (vwx11,vwx12) (vwx13,vwx14) False == LT",fontsize=16,color="magenta"];53 -> 90[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 53 -> 91[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 54 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.00 54[label="compare2 (vwx11,vwx12) (vwx13,vwx14) (vwx12 == vwx14) == LT",fontsize=16,color="magenta"];54 -> 92[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 54 -> 93[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 55[label="Left vwx300 == Left vwx400",fontsize=16,color="black",shape="box"];55 -> 94[label="",style="solid", color="black", weight=3]; 19.59/8.00 56[label="Left vwx300 == Right vwx400",fontsize=16,color="black",shape="box"];56 -> 95[label="",style="solid", color="black", weight=3]; 19.59/8.00 57[label="Right vwx300 == Left vwx400",fontsize=16,color="black",shape="box"];57 -> 96[label="",style="solid", color="black", weight=3]; 19.59/8.00 58[label="Right vwx300 == Right vwx400",fontsize=16,color="black",shape="box"];58 -> 97[label="",style="solid", color="black", weight=3]; 19.59/8.00 59[label="vwx300 :% vwx301 == vwx400 :% vwx401",fontsize=16,color="black",shape="box"];59 -> 98[label="",style="solid", color="black", weight=3]; 19.59/8.00 60[label="vwx300 : vwx301 == vwx400 : vwx401",fontsize=16,color="black",shape="box"];60 -> 99[label="",style="solid", color="black", weight=3]; 19.59/8.00 61[label="vwx300 : vwx301 == []",fontsize=16,color="black",shape="box"];61 -> 100[label="",style="solid", color="black", weight=3]; 19.59/8.00 62[label="[] == vwx400 : vwx401",fontsize=16,color="black",shape="box"];62 -> 101[label="",style="solid", color="black", weight=3]; 19.59/8.00 63[label="[] == []",fontsize=16,color="black",shape="box"];63 -> 102[label="",style="solid", color="black", weight=3]; 19.59/8.00 64[label="False == False",fontsize=16,color="black",shape="box"];64 -> 103[label="",style="solid", color="black", weight=3]; 19.59/8.00 65[label="False == True",fontsize=16,color="black",shape="box"];65 -> 104[label="",style="solid", color="black", weight=3]; 19.59/8.00 66[label="True == False",fontsize=16,color="black",shape="box"];66 -> 105[label="",style="solid", color="black", weight=3]; 19.59/8.00 67[label="True == True",fontsize=16,color="black",shape="box"];67 -> 106[label="",style="solid", color="black", weight=3]; 19.59/8.00 68[label="Integer vwx300 == Integer vwx400",fontsize=16,color="black",shape="box"];68 -> 107[label="",style="solid", color="black", weight=3]; 19.59/8.00 69[label="primEqInt (Pos vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];3007[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];69 -> 3007[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3007 -> 108[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3008[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];69 -> 3008[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3008 -> 109[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 70[label="primEqInt (Neg vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];3009[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];70 -> 3009[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3009 -> 110[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3010[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];70 -> 3010[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3010 -> 111[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 71[label="primEqFloat (Float vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];3011[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];71 -> 3011[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3011 -> 112[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 72[label="(vwx300,vwx301) == (vwx400,vwx401)",fontsize=16,color="black",shape="box"];72 -> 113[label="",style="solid", color="black", weight=3]; 19.59/8.00 73[label="LT == LT",fontsize=16,color="black",shape="box"];73 -> 114[label="",style="solid", color="black", weight=3]; 19.59/8.00 74[label="LT == EQ",fontsize=16,color="black",shape="box"];74 -> 115[label="",style="solid", color="black", weight=3]; 19.59/8.00 75[label="LT == GT",fontsize=16,color="black",shape="box"];75 -> 116[label="",style="solid", color="black", weight=3]; 19.59/8.00 76[label="EQ == LT",fontsize=16,color="black",shape="box"];76 -> 117[label="",style="solid", color="black", weight=3]; 19.59/8.00 77[label="EQ == EQ",fontsize=16,color="black",shape="box"];77 -> 118[label="",style="solid", color="black", weight=3]; 19.59/8.00 78[label="EQ == GT",fontsize=16,color="black",shape="box"];78 -> 119[label="",style="solid", color="black", weight=3]; 19.59/8.00 79[label="GT == LT",fontsize=16,color="black",shape="box"];79 -> 120[label="",style="solid", color="black", weight=3]; 19.59/8.00 80[label="GT == EQ",fontsize=16,color="black",shape="box"];80 -> 121[label="",style="solid", color="black", weight=3]; 19.59/8.00 81[label="GT == GT",fontsize=16,color="black",shape="box"];81 -> 122[label="",style="solid", color="black", weight=3]; 19.59/8.00 82[label="(vwx300,vwx301,vwx302) == (vwx400,vwx401,vwx402)",fontsize=16,color="black",shape="box"];82 -> 123[label="",style="solid", color="black", weight=3]; 19.59/8.00 83[label="() == ()",fontsize=16,color="black",shape="box"];83 -> 124[label="",style="solid", color="black", weight=3]; 19.59/8.00 84[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];84 -> 125[label="",style="solid", color="black", weight=3]; 19.59/8.00 85[label="Nothing == Just vwx400",fontsize=16,color="black",shape="box"];85 -> 126[label="",style="solid", color="black", weight=3]; 19.59/8.00 86[label="Just vwx300 == Nothing",fontsize=16,color="black",shape="box"];86 -> 127[label="",style="solid", color="black", weight=3]; 19.59/8.00 87[label="Just vwx300 == Just vwx400",fontsize=16,color="black",shape="box"];87 -> 128[label="",style="solid", color="black", weight=3]; 19.59/8.00 88[label="primEqDouble (Double vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];3012[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];88 -> 3012[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3012 -> 129[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 89[label="primEqChar (Char vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];3013[label="vwx40/Char vwx400",fontsize=10,color="white",style="solid",shape="box"];89 -> 3013[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3013 -> 130[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 90 -> 1793[label="",style="dashed", color="red", weight=0]; 19.59/8.00 90[label="compare2 (vwx11,vwx12) (vwx13,vwx14) False",fontsize=16,color="magenta"];90 -> 1794[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 90 -> 1795[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 90 -> 1796[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 91[label="LT",fontsize=16,color="green",shape="box"];92 -> 1793[label="",style="dashed", color="red", weight=0]; 19.59/8.00 92[label="compare2 (vwx11,vwx12) (vwx13,vwx14) (vwx12 == vwx14)",fontsize=16,color="magenta"];92 -> 1797[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 92 -> 1798[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 92 -> 1799[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 93[label="LT",fontsize=16,color="green",shape="box"];94[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3014[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];94 -> 3014[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3014 -> 143[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3015[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];94 -> 3015[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3015 -> 144[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3016[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];94 -> 3016[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3016 -> 145[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3017[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];94 -> 3017[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3017 -> 146[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3018[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];94 -> 3018[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3018 -> 147[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3019[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];94 -> 3019[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3019 -> 148[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3020[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];94 -> 3020[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3020 -> 149[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3021[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];94 -> 3021[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3021 -> 150[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3022[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];94 -> 3022[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3022 -> 151[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3023[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];94 -> 3023[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3023 -> 152[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3024[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];94 -> 3024[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3024 -> 153[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3025[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];94 -> 3025[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3025 -> 154[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3026[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];94 -> 3026[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3026 -> 155[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3027[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];94 -> 3027[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3027 -> 156[label="",style="solid", color="blue", weight=3]; 19.59/8.00 95[label="False",fontsize=16,color="green",shape="box"];96[label="False",fontsize=16,color="green",shape="box"];97[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3028[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 3028[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3028 -> 157[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3029[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 3029[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3029 -> 158[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3030[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 3030[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3030 -> 159[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3031[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 3031[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3031 -> 160[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3032[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 3032[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3032 -> 161[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3033[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 3033[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3033 -> 162[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3034[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 3034[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3034 -> 163[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3035[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 3035[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3035 -> 164[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3036[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 3036[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3036 -> 165[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3037[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 3037[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3037 -> 166[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3038[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 3038[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3038 -> 167[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3039[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 3039[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3039 -> 168[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3040[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 3040[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3040 -> 169[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3041[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];97 -> 3041[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3041 -> 170[label="",style="solid", color="blue", weight=3]; 19.59/8.00 98 -> 293[label="",style="dashed", color="red", weight=0]; 19.59/8.00 98[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];98 -> 294[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 98 -> 295[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 99 -> 293[label="",style="dashed", color="red", weight=0]; 19.59/8.00 99[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];99 -> 296[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 99 -> 297[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 100[label="False",fontsize=16,color="green",shape="box"];101[label="False",fontsize=16,color="green",shape="box"];102[label="True",fontsize=16,color="green",shape="box"];103[label="True",fontsize=16,color="green",shape="box"];104[label="False",fontsize=16,color="green",shape="box"];105[label="False",fontsize=16,color="green",shape="box"];106[label="True",fontsize=16,color="green",shape="box"];107 -> 41[label="",style="dashed", color="red", weight=0]; 19.59/8.00 107[label="primEqInt vwx300 vwx400",fontsize=16,color="magenta"];107 -> 181[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 107 -> 182[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 108[label="primEqInt (Pos (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];3042[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];108 -> 3042[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3042 -> 183[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3043[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];108 -> 3043[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3043 -> 184[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 109[label="primEqInt (Pos Zero) vwx40",fontsize=16,color="burlywood",shape="box"];3044[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];109 -> 3044[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3044 -> 185[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3045[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];109 -> 3045[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3045 -> 186[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 110[label="primEqInt (Neg (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];3046[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];110 -> 3046[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3046 -> 187[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3047[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];110 -> 3047[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3047 -> 188[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 111[label="primEqInt (Neg Zero) vwx40",fontsize=16,color="burlywood",shape="box"];3048[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];111 -> 3048[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3048 -> 189[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3049[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];111 -> 3049[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3049 -> 190[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 112[label="primEqFloat (Float vwx300 vwx301) (Float vwx400 vwx401)",fontsize=16,color="black",shape="box"];112 -> 191[label="",style="solid", color="black", weight=3]; 19.59/8.00 113 -> 293[label="",style="dashed", color="red", weight=0]; 19.59/8.00 113[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];113 -> 298[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 113 -> 299[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 114[label="True",fontsize=16,color="green",shape="box"];115[label="False",fontsize=16,color="green",shape="box"];116[label="False",fontsize=16,color="green",shape="box"];117[label="False",fontsize=16,color="green",shape="box"];118[label="True",fontsize=16,color="green",shape="box"];119[label="False",fontsize=16,color="green",shape="box"];120[label="False",fontsize=16,color="green",shape="box"];121[label="False",fontsize=16,color="green",shape="box"];122[label="True",fontsize=16,color="green",shape="box"];123 -> 293[label="",style="dashed", color="red", weight=0]; 19.59/8.00 123[label="vwx300 == vwx400 && vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];123 -> 300[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 123 -> 301[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 124[label="True",fontsize=16,color="green",shape="box"];125[label="True",fontsize=16,color="green",shape="box"];126[label="False",fontsize=16,color="green",shape="box"];127[label="False",fontsize=16,color="green",shape="box"];128[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3050[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];128 -> 3050[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3050 -> 203[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3051[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];128 -> 3051[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3051 -> 204[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3052[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];128 -> 3052[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3052 -> 205[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3053[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];128 -> 3053[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3053 -> 206[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3054[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];128 -> 3054[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3054 -> 207[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3055[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];128 -> 3055[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3055 -> 208[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3056[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];128 -> 3056[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3056 -> 209[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3057[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];128 -> 3057[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3057 -> 210[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3058[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];128 -> 3058[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3058 -> 211[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3059[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];128 -> 3059[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3059 -> 212[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3060[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];128 -> 3060[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3060 -> 213[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3061[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];128 -> 3061[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3061 -> 214[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3062[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];128 -> 3062[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3062 -> 215[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3063[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];128 -> 3063[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3063 -> 216[label="",style="solid", color="blue", weight=3]; 19.59/8.00 129[label="primEqDouble (Double vwx300 vwx301) (Double vwx400 vwx401)",fontsize=16,color="black",shape="box"];129 -> 217[label="",style="solid", color="black", weight=3]; 19.59/8.00 130[label="primEqChar (Char vwx300) (Char vwx400)",fontsize=16,color="black",shape="box"];130 -> 218[label="",style="solid", color="black", weight=3]; 19.59/8.00 1794[label="(vwx13,vwx14)",fontsize=16,color="green",shape="box"];1795[label="(vwx11,vwx12)",fontsize=16,color="green",shape="box"];1796[label="False",fontsize=16,color="green",shape="box"];1793[label="compare2 vwx220 vwx240 vwx79",fontsize=16,color="burlywood",shape="triangle"];3064[label="vwx79/False",fontsize=10,color="white",style="solid",shape="box"];1793 -> 3064[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3064 -> 1804[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3065[label="vwx79/True",fontsize=10,color="white",style="solid",shape="box"];1793 -> 3065[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3065 -> 1805[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 1797[label="(vwx13,vwx14)",fontsize=16,color="green",shape="box"];1798[label="(vwx11,vwx12)",fontsize=16,color="green",shape="box"];1799[label="vwx12 == vwx14",fontsize=16,color="blue",shape="box"];3066[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1799 -> 3066[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3066 -> 1806[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3067[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1799 -> 3067[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3067 -> 1807[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3068[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1799 -> 3068[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3068 -> 1808[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3069[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1799 -> 3069[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3069 -> 1809[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3070[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1799 -> 3070[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3070 -> 1810[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3071[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1799 -> 3071[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3071 -> 1811[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3072[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1799 -> 3072[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3072 -> 1812[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3073[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1799 -> 3073[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3073 -> 1813[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3074[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1799 -> 3074[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3074 -> 1814[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3075[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1799 -> 3075[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3075 -> 1815[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3076[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1799 -> 3076[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3076 -> 1816[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3077[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1799 -> 3077[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3077 -> 1817[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3078[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1799 -> 3078[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3078 -> 1818[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3079[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1799 -> 3079[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3079 -> 1819[label="",style="solid", color="blue", weight=3]; 19.59/8.00 143 -> 17[label="",style="dashed", color="red", weight=0]; 19.59/8.00 143[label="vwx300 == vwx400",fontsize=16,color="magenta"];143 -> 235[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 143 -> 236[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 144 -> 18[label="",style="dashed", color="red", weight=0]; 19.59/8.00 144[label="vwx300 == vwx400",fontsize=16,color="magenta"];144 -> 237[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 144 -> 238[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 145 -> 19[label="",style="dashed", color="red", weight=0]; 19.59/8.00 145[label="vwx300 == vwx400",fontsize=16,color="magenta"];145 -> 239[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 145 -> 240[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 146 -> 20[label="",style="dashed", color="red", weight=0]; 19.59/8.00 146[label="vwx300 == vwx400",fontsize=16,color="magenta"];146 -> 241[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 146 -> 242[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 147 -> 21[label="",style="dashed", color="red", weight=0]; 19.59/8.00 147[label="vwx300 == vwx400",fontsize=16,color="magenta"];147 -> 243[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 147 -> 244[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 148 -> 22[label="",style="dashed", color="red", weight=0]; 19.59/8.00 148[label="vwx300 == vwx400",fontsize=16,color="magenta"];148 -> 245[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 148 -> 246[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 149 -> 23[label="",style="dashed", color="red", weight=0]; 19.59/8.00 149[label="vwx300 == vwx400",fontsize=16,color="magenta"];149 -> 247[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 149 -> 248[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 150 -> 24[label="",style="dashed", color="red", weight=0]; 19.59/8.00 150[label="vwx300 == vwx400",fontsize=16,color="magenta"];150 -> 249[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 150 -> 250[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 151 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.00 151[label="vwx300 == vwx400",fontsize=16,color="magenta"];151 -> 251[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 151 -> 252[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 152 -> 26[label="",style="dashed", color="red", weight=0]; 19.59/8.00 152[label="vwx300 == vwx400",fontsize=16,color="magenta"];152 -> 253[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 152 -> 254[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 153 -> 27[label="",style="dashed", color="red", weight=0]; 19.59/8.00 153[label="vwx300 == vwx400",fontsize=16,color="magenta"];153 -> 255[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 153 -> 256[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 154 -> 28[label="",style="dashed", color="red", weight=0]; 19.59/8.00 154[label="vwx300 == vwx400",fontsize=16,color="magenta"];154 -> 257[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 154 -> 258[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 155 -> 29[label="",style="dashed", color="red", weight=0]; 19.59/8.00 155[label="vwx300 == vwx400",fontsize=16,color="magenta"];155 -> 259[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 155 -> 260[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 156 -> 30[label="",style="dashed", color="red", weight=0]; 19.59/8.00 156[label="vwx300 == vwx400",fontsize=16,color="magenta"];156 -> 261[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 156 -> 262[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 157 -> 17[label="",style="dashed", color="red", weight=0]; 19.59/8.00 157[label="vwx300 == vwx400",fontsize=16,color="magenta"];157 -> 263[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 157 -> 264[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 158 -> 18[label="",style="dashed", color="red", weight=0]; 19.59/8.00 158[label="vwx300 == vwx400",fontsize=16,color="magenta"];158 -> 265[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 158 -> 266[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 159 -> 19[label="",style="dashed", color="red", weight=0]; 19.59/8.00 159[label="vwx300 == vwx400",fontsize=16,color="magenta"];159 -> 267[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 159 -> 268[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 160 -> 20[label="",style="dashed", color="red", weight=0]; 19.59/8.00 160[label="vwx300 == vwx400",fontsize=16,color="magenta"];160 -> 269[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 160 -> 270[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 161 -> 21[label="",style="dashed", color="red", weight=0]; 19.59/8.00 161[label="vwx300 == vwx400",fontsize=16,color="magenta"];161 -> 271[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 161 -> 272[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 162 -> 22[label="",style="dashed", color="red", weight=0]; 19.59/8.00 162[label="vwx300 == vwx400",fontsize=16,color="magenta"];162 -> 273[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 162 -> 274[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 163 -> 23[label="",style="dashed", color="red", weight=0]; 19.59/8.00 163[label="vwx300 == vwx400",fontsize=16,color="magenta"];163 -> 275[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 163 -> 276[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 164 -> 24[label="",style="dashed", color="red", weight=0]; 19.59/8.00 164[label="vwx300 == vwx400",fontsize=16,color="magenta"];164 -> 277[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 164 -> 278[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 165 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.00 165[label="vwx300 == vwx400",fontsize=16,color="magenta"];165 -> 279[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 165 -> 280[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 166 -> 26[label="",style="dashed", color="red", weight=0]; 19.59/8.00 166[label="vwx300 == vwx400",fontsize=16,color="magenta"];166 -> 281[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 166 -> 282[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 167 -> 27[label="",style="dashed", color="red", weight=0]; 19.59/8.00 167[label="vwx300 == vwx400",fontsize=16,color="magenta"];167 -> 283[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 167 -> 284[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 168 -> 28[label="",style="dashed", color="red", weight=0]; 19.59/8.00 168[label="vwx300 == vwx400",fontsize=16,color="magenta"];168 -> 285[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 168 -> 286[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 169 -> 29[label="",style="dashed", color="red", weight=0]; 19.59/8.00 169[label="vwx300 == vwx400",fontsize=16,color="magenta"];169 -> 287[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 169 -> 288[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 170 -> 30[label="",style="dashed", color="red", weight=0]; 19.59/8.00 170[label="vwx300 == vwx400",fontsize=16,color="magenta"];170 -> 289[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 170 -> 290[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 294[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3080[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];294 -> 3080[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3080 -> 306[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3081[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];294 -> 3081[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3081 -> 307[label="",style="solid", color="blue", weight=3]; 19.59/8.00 295[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];3082[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];295 -> 3082[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3082 -> 308[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3083[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];295 -> 3083[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3083 -> 309[label="",style="solid", color="blue", weight=3]; 19.59/8.00 293[label="vwx38 && vwx39",fontsize=16,color="burlywood",shape="triangle"];3084[label="vwx38/False",fontsize=10,color="white",style="solid",shape="box"];293 -> 3084[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3084 -> 310[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3085[label="vwx38/True",fontsize=10,color="white",style="solid",shape="box"];293 -> 3085[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3085 -> 311[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 296[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3086[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];296 -> 3086[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3086 -> 312[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3087[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];296 -> 3087[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3087 -> 313[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3088[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];296 -> 3088[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3088 -> 314[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3089[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];296 -> 3089[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3089 -> 315[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3090[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];296 -> 3090[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3090 -> 316[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3091[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];296 -> 3091[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3091 -> 317[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3092[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];296 -> 3092[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3092 -> 318[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3093[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];296 -> 3093[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3093 -> 319[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3094[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];296 -> 3094[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3094 -> 320[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3095[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];296 -> 3095[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3095 -> 321[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3096[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];296 -> 3096[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3096 -> 322[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3097[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];296 -> 3097[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3097 -> 323[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3098[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];296 -> 3098[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3098 -> 324[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3099[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];296 -> 3099[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3099 -> 325[label="",style="solid", color="blue", weight=3]; 19.59/8.00 297 -> 19[label="",style="dashed", color="red", weight=0]; 19.59/8.00 297[label="vwx301 == vwx401",fontsize=16,color="magenta"];297 -> 326[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 297 -> 327[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 181[label="vwx300",fontsize=16,color="green",shape="box"];182[label="vwx400",fontsize=16,color="green",shape="box"];183[label="primEqInt (Pos (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];3100[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];183 -> 3100[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3100 -> 328[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3101[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];183 -> 3101[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3101 -> 329[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 184[label="primEqInt (Pos (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];184 -> 330[label="",style="solid", color="black", weight=3]; 19.59/8.00 185[label="primEqInt (Pos Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];3102[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];185 -> 3102[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3102 -> 331[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3103[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];185 -> 3103[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3103 -> 332[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 186[label="primEqInt (Pos Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];3104[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];186 -> 3104[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3104 -> 333[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3105[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];186 -> 3105[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3105 -> 334[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 187[label="primEqInt (Neg (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];187 -> 335[label="",style="solid", color="black", weight=3]; 19.59/8.00 188[label="primEqInt (Neg (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];3106[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];188 -> 3106[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3106 -> 336[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3107[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];188 -> 3107[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3107 -> 337[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 189[label="primEqInt (Neg Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];3108[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];189 -> 3108[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3108 -> 338[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3109[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];189 -> 3109[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3109 -> 339[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 190[label="primEqInt (Neg Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];3110[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];190 -> 3110[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3110 -> 340[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3111[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];190 -> 3111[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3111 -> 341[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 191 -> 22[label="",style="dashed", color="red", weight=0]; 19.59/8.00 191[label="vwx300 * vwx401 == vwx301 * vwx400",fontsize=16,color="magenta"];191 -> 342[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 191 -> 343[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 298[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3112[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];298 -> 3112[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3112 -> 344[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3113[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];298 -> 3113[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3113 -> 345[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3114[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];298 -> 3114[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3114 -> 346[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3115[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];298 -> 3115[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3115 -> 347[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3116[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];298 -> 3116[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3116 -> 348[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3117[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];298 -> 3117[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3117 -> 349[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3118[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];298 -> 3118[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3118 -> 350[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3119[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];298 -> 3119[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3119 -> 351[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3120[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];298 -> 3120[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3120 -> 352[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3121[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];298 -> 3121[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3121 -> 353[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3122[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];298 -> 3122[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3122 -> 354[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3123[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];298 -> 3123[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3123 -> 355[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3124[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];298 -> 3124[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3124 -> 356[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3125[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];298 -> 3125[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3125 -> 357[label="",style="solid", color="blue", weight=3]; 19.59/8.00 299[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];3126[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 3126[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3126 -> 358[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3127[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 3127[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3127 -> 359[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3128[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 3128[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3128 -> 360[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3129[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 3129[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3129 -> 361[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3130[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 3130[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3130 -> 362[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3131[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 3131[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3131 -> 363[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3132[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 3132[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3132 -> 364[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3133[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 3133[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3133 -> 365[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3134[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 3134[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3134 -> 366[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3135[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 3135[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3135 -> 367[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3136[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 3136[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3136 -> 368[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3137[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 3137[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3137 -> 369[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3138[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 3138[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3138 -> 370[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3139[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];299 -> 3139[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3139 -> 371[label="",style="solid", color="blue", weight=3]; 19.59/8.00 300[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3140[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];300 -> 3140[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3140 -> 372[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3141[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];300 -> 3141[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3141 -> 373[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3142[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];300 -> 3142[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3142 -> 374[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3143[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];300 -> 3143[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3143 -> 375[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3144[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];300 -> 3144[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3144 -> 376[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3145[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];300 -> 3145[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3145 -> 377[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3146[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];300 -> 3146[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3146 -> 378[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3147[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];300 -> 3147[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3147 -> 379[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3148[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];300 -> 3148[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3148 -> 380[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3149[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];300 -> 3149[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3149 -> 381[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3150[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];300 -> 3150[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3150 -> 382[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3151[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];300 -> 3151[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3151 -> 383[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3152[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];300 -> 3152[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3152 -> 384[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3153[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];300 -> 3153[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3153 -> 385[label="",style="solid", color="blue", weight=3]; 19.59/8.00 301 -> 293[label="",style="dashed", color="red", weight=0]; 19.59/8.00 301[label="vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];301 -> 386[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 301 -> 387[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 203 -> 17[label="",style="dashed", color="red", weight=0]; 19.59/8.00 203[label="vwx300 == vwx400",fontsize=16,color="magenta"];203 -> 388[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 203 -> 389[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 204 -> 18[label="",style="dashed", color="red", weight=0]; 19.59/8.00 204[label="vwx300 == vwx400",fontsize=16,color="magenta"];204 -> 390[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 204 -> 391[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 205 -> 19[label="",style="dashed", color="red", weight=0]; 19.59/8.00 205[label="vwx300 == vwx400",fontsize=16,color="magenta"];205 -> 392[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 205 -> 393[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 206 -> 20[label="",style="dashed", color="red", weight=0]; 19.59/8.00 206[label="vwx300 == vwx400",fontsize=16,color="magenta"];206 -> 394[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 206 -> 395[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 207 -> 21[label="",style="dashed", color="red", weight=0]; 19.59/8.00 207[label="vwx300 == vwx400",fontsize=16,color="magenta"];207 -> 396[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 207 -> 397[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 208 -> 22[label="",style="dashed", color="red", weight=0]; 19.59/8.00 208[label="vwx300 == vwx400",fontsize=16,color="magenta"];208 -> 398[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 208 -> 399[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 209 -> 23[label="",style="dashed", color="red", weight=0]; 19.59/8.00 209[label="vwx300 == vwx400",fontsize=16,color="magenta"];209 -> 400[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 209 -> 401[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 210 -> 24[label="",style="dashed", color="red", weight=0]; 19.59/8.00 210[label="vwx300 == vwx400",fontsize=16,color="magenta"];210 -> 402[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 210 -> 403[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 211 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.00 211[label="vwx300 == vwx400",fontsize=16,color="magenta"];211 -> 404[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 211 -> 405[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 212 -> 26[label="",style="dashed", color="red", weight=0]; 19.59/8.00 212[label="vwx300 == vwx400",fontsize=16,color="magenta"];212 -> 406[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 212 -> 407[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 213 -> 27[label="",style="dashed", color="red", weight=0]; 19.59/8.00 213[label="vwx300 == vwx400",fontsize=16,color="magenta"];213 -> 408[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 213 -> 409[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 214 -> 28[label="",style="dashed", color="red", weight=0]; 19.59/8.00 214[label="vwx300 == vwx400",fontsize=16,color="magenta"];214 -> 410[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 214 -> 411[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 215 -> 29[label="",style="dashed", color="red", weight=0]; 19.59/8.00 215[label="vwx300 == vwx400",fontsize=16,color="magenta"];215 -> 412[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 215 -> 413[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 216 -> 30[label="",style="dashed", color="red", weight=0]; 19.59/8.00 216[label="vwx300 == vwx400",fontsize=16,color="magenta"];216 -> 414[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 216 -> 415[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 217 -> 22[label="",style="dashed", color="red", weight=0]; 19.59/8.00 217[label="vwx300 * vwx401 == vwx301 * vwx400",fontsize=16,color="magenta"];217 -> 416[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 217 -> 417[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 218[label="primEqNat vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];3154[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];218 -> 3154[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3154 -> 418[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3155[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];218 -> 3155[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3155 -> 419[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 1804[label="compare2 vwx220 vwx240 False",fontsize=16,color="black",shape="box"];1804 -> 1821[label="",style="solid", color="black", weight=3]; 19.59/8.00 1805[label="compare2 vwx220 vwx240 True",fontsize=16,color="black",shape="box"];1805 -> 1822[label="",style="solid", color="black", weight=3]; 19.59/8.00 1806 -> 17[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1806[label="vwx12 == vwx14",fontsize=16,color="magenta"];1806 -> 1823[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1806 -> 1824[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1807 -> 18[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1807[label="vwx12 == vwx14",fontsize=16,color="magenta"];1807 -> 1825[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1807 -> 1826[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1808 -> 19[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1808[label="vwx12 == vwx14",fontsize=16,color="magenta"];1808 -> 1827[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1808 -> 1828[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1809 -> 20[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1809[label="vwx12 == vwx14",fontsize=16,color="magenta"];1809 -> 1829[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1809 -> 1830[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1810 -> 21[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1810[label="vwx12 == vwx14",fontsize=16,color="magenta"];1810 -> 1831[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1810 -> 1832[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1811 -> 22[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1811[label="vwx12 == vwx14",fontsize=16,color="magenta"];1811 -> 1833[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1811 -> 1834[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1812 -> 23[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1812[label="vwx12 == vwx14",fontsize=16,color="magenta"];1812 -> 1835[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1812 -> 1836[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1813 -> 24[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1813[label="vwx12 == vwx14",fontsize=16,color="magenta"];1813 -> 1837[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1813 -> 1838[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1814 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1814[label="vwx12 == vwx14",fontsize=16,color="magenta"];1814 -> 1839[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1814 -> 1840[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1815 -> 26[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1815[label="vwx12 == vwx14",fontsize=16,color="magenta"];1815 -> 1841[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1815 -> 1842[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1816 -> 27[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1816[label="vwx12 == vwx14",fontsize=16,color="magenta"];1816 -> 1843[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1816 -> 1844[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1817 -> 28[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1817[label="vwx12 == vwx14",fontsize=16,color="magenta"];1817 -> 1845[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1817 -> 1846[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1818 -> 29[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1818[label="vwx12 == vwx14",fontsize=16,color="magenta"];1818 -> 1847[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1818 -> 1848[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1819 -> 30[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1819[label="vwx12 == vwx14",fontsize=16,color="magenta"];1819 -> 1849[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1819 -> 1850[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 235[label="vwx300",fontsize=16,color="green",shape="box"];236[label="vwx400",fontsize=16,color="green",shape="box"];237[label="vwx300",fontsize=16,color="green",shape="box"];238[label="vwx400",fontsize=16,color="green",shape="box"];239[label="vwx300",fontsize=16,color="green",shape="box"];240[label="vwx400",fontsize=16,color="green",shape="box"];241[label="vwx300",fontsize=16,color="green",shape="box"];242[label="vwx400",fontsize=16,color="green",shape="box"];243[label="vwx300",fontsize=16,color="green",shape="box"];244[label="vwx400",fontsize=16,color="green",shape="box"];245[label="vwx300",fontsize=16,color="green",shape="box"];246[label="vwx400",fontsize=16,color="green",shape="box"];247[label="vwx300",fontsize=16,color="green",shape="box"];248[label="vwx400",fontsize=16,color="green",shape="box"];249[label="vwx300",fontsize=16,color="green",shape="box"];250[label="vwx400",fontsize=16,color="green",shape="box"];251[label="vwx300",fontsize=16,color="green",shape="box"];252[label="vwx400",fontsize=16,color="green",shape="box"];253[label="vwx300",fontsize=16,color="green",shape="box"];254[label="vwx400",fontsize=16,color="green",shape="box"];255[label="vwx300",fontsize=16,color="green",shape="box"];256[label="vwx400",fontsize=16,color="green",shape="box"];257[label="vwx300",fontsize=16,color="green",shape="box"];258[label="vwx400",fontsize=16,color="green",shape="box"];259[label="vwx300",fontsize=16,color="green",shape="box"];260[label="vwx400",fontsize=16,color="green",shape="box"];261[label="vwx300",fontsize=16,color="green",shape="box"];262[label="vwx400",fontsize=16,color="green",shape="box"];263[label="vwx300",fontsize=16,color="green",shape="box"];264[label="vwx400",fontsize=16,color="green",shape="box"];265[label="vwx300",fontsize=16,color="green",shape="box"];266[label="vwx400",fontsize=16,color="green",shape="box"];267[label="vwx300",fontsize=16,color="green",shape="box"];268[label="vwx400",fontsize=16,color="green",shape="box"];269[label="vwx300",fontsize=16,color="green",shape="box"];270[label="vwx400",fontsize=16,color="green",shape="box"];271[label="vwx300",fontsize=16,color="green",shape="box"];272[label="vwx400",fontsize=16,color="green",shape="box"];273[label="vwx300",fontsize=16,color="green",shape="box"];274[label="vwx400",fontsize=16,color="green",shape="box"];275[label="vwx300",fontsize=16,color="green",shape="box"];276[label="vwx400",fontsize=16,color="green",shape="box"];277[label="vwx300",fontsize=16,color="green",shape="box"];278[label="vwx400",fontsize=16,color="green",shape="box"];279[label="vwx300",fontsize=16,color="green",shape="box"];280[label="vwx400",fontsize=16,color="green",shape="box"];281[label="vwx300",fontsize=16,color="green",shape="box"];282[label="vwx400",fontsize=16,color="green",shape="box"];283[label="vwx300",fontsize=16,color="green",shape="box"];284[label="vwx400",fontsize=16,color="green",shape="box"];285[label="vwx300",fontsize=16,color="green",shape="box"];286[label="vwx400",fontsize=16,color="green",shape="box"];287[label="vwx300",fontsize=16,color="green",shape="box"];288[label="vwx400",fontsize=16,color="green",shape="box"];289[label="vwx300",fontsize=16,color="green",shape="box"];290[label="vwx400",fontsize=16,color="green",shape="box"];306 -> 21[label="",style="dashed", color="red", weight=0]; 19.59/8.00 306[label="vwx300 == vwx400",fontsize=16,color="magenta"];306 -> 450[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 306 -> 451[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 307 -> 22[label="",style="dashed", color="red", weight=0]; 19.59/8.00 307[label="vwx300 == vwx400",fontsize=16,color="magenta"];307 -> 452[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 307 -> 453[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 308 -> 21[label="",style="dashed", color="red", weight=0]; 19.59/8.00 308[label="vwx301 == vwx401",fontsize=16,color="magenta"];308 -> 454[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 308 -> 455[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 309 -> 22[label="",style="dashed", color="red", weight=0]; 19.59/8.00 309[label="vwx301 == vwx401",fontsize=16,color="magenta"];309 -> 456[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 309 -> 457[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 310[label="False && vwx39",fontsize=16,color="black",shape="box"];310 -> 458[label="",style="solid", color="black", weight=3]; 19.59/8.00 311[label="True && vwx39",fontsize=16,color="black",shape="box"];311 -> 459[label="",style="solid", color="black", weight=3]; 19.59/8.00 312 -> 17[label="",style="dashed", color="red", weight=0]; 19.59/8.00 312[label="vwx300 == vwx400",fontsize=16,color="magenta"];312 -> 460[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 312 -> 461[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 313 -> 18[label="",style="dashed", color="red", weight=0]; 19.59/8.00 313[label="vwx300 == vwx400",fontsize=16,color="magenta"];313 -> 462[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 313 -> 463[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 314 -> 19[label="",style="dashed", color="red", weight=0]; 19.59/8.00 314[label="vwx300 == vwx400",fontsize=16,color="magenta"];314 -> 464[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 314 -> 465[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 315 -> 20[label="",style="dashed", color="red", weight=0]; 19.59/8.00 315[label="vwx300 == vwx400",fontsize=16,color="magenta"];315 -> 466[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 315 -> 467[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 316 -> 21[label="",style="dashed", color="red", weight=0]; 19.59/8.00 316[label="vwx300 == vwx400",fontsize=16,color="magenta"];316 -> 468[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 316 -> 469[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 317 -> 22[label="",style="dashed", color="red", weight=0]; 19.59/8.00 317[label="vwx300 == vwx400",fontsize=16,color="magenta"];317 -> 470[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 317 -> 471[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 318 -> 23[label="",style="dashed", color="red", weight=0]; 19.59/8.00 318[label="vwx300 == vwx400",fontsize=16,color="magenta"];318 -> 472[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 318 -> 473[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 319 -> 24[label="",style="dashed", color="red", weight=0]; 19.59/8.00 319[label="vwx300 == vwx400",fontsize=16,color="magenta"];319 -> 474[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 319 -> 475[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 320 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.00 320[label="vwx300 == vwx400",fontsize=16,color="magenta"];320 -> 476[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 320 -> 477[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 321 -> 26[label="",style="dashed", color="red", weight=0]; 19.59/8.00 321[label="vwx300 == vwx400",fontsize=16,color="magenta"];321 -> 478[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 321 -> 479[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 322 -> 27[label="",style="dashed", color="red", weight=0]; 19.59/8.00 322[label="vwx300 == vwx400",fontsize=16,color="magenta"];322 -> 480[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 322 -> 481[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 323 -> 28[label="",style="dashed", color="red", weight=0]; 19.59/8.00 323[label="vwx300 == vwx400",fontsize=16,color="magenta"];323 -> 482[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 323 -> 483[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 324 -> 29[label="",style="dashed", color="red", weight=0]; 19.59/8.00 324[label="vwx300 == vwx400",fontsize=16,color="magenta"];324 -> 484[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 324 -> 485[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 325 -> 30[label="",style="dashed", color="red", weight=0]; 19.59/8.00 325[label="vwx300 == vwx400",fontsize=16,color="magenta"];325 -> 486[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 325 -> 487[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 326[label="vwx301",fontsize=16,color="green",shape="box"];327[label="vwx401",fontsize=16,color="green",shape="box"];328[label="primEqInt (Pos (Succ vwx3000)) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];328 -> 488[label="",style="solid", color="black", weight=3]; 19.59/8.00 329[label="primEqInt (Pos (Succ vwx3000)) (Pos Zero)",fontsize=16,color="black",shape="box"];329 -> 489[label="",style="solid", color="black", weight=3]; 19.59/8.00 330[label="False",fontsize=16,color="green",shape="box"];331[label="primEqInt (Pos Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];331 -> 490[label="",style="solid", color="black", weight=3]; 19.59/8.00 332[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];332 -> 491[label="",style="solid", color="black", weight=3]; 19.59/8.00 333[label="primEqInt (Pos Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];333 -> 492[label="",style="solid", color="black", weight=3]; 19.59/8.00 334[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];334 -> 493[label="",style="solid", color="black", weight=3]; 19.59/8.00 335[label="False",fontsize=16,color="green",shape="box"];336[label="primEqInt (Neg (Succ vwx3000)) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];336 -> 494[label="",style="solid", color="black", weight=3]; 19.59/8.00 337[label="primEqInt (Neg (Succ vwx3000)) (Neg Zero)",fontsize=16,color="black",shape="box"];337 -> 495[label="",style="solid", color="black", weight=3]; 19.59/8.00 338[label="primEqInt (Neg Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];338 -> 496[label="",style="solid", color="black", weight=3]; 19.59/8.00 339[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];339 -> 497[label="",style="solid", color="black", weight=3]; 19.59/8.00 340[label="primEqInt (Neg Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];340 -> 498[label="",style="solid", color="black", weight=3]; 19.59/8.00 341[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];341 -> 499[label="",style="solid", color="black", weight=3]; 19.59/8.00 342[label="vwx300 * vwx401",fontsize=16,color="black",shape="triangle"];342 -> 500[label="",style="solid", color="black", weight=3]; 19.59/8.00 343 -> 342[label="",style="dashed", color="red", weight=0]; 19.59/8.00 343[label="vwx301 * vwx400",fontsize=16,color="magenta"];343 -> 501[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 343 -> 502[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 344 -> 17[label="",style="dashed", color="red", weight=0]; 19.59/8.00 344[label="vwx300 == vwx400",fontsize=16,color="magenta"];344 -> 503[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 344 -> 504[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 345 -> 18[label="",style="dashed", color="red", weight=0]; 19.59/8.00 345[label="vwx300 == vwx400",fontsize=16,color="magenta"];345 -> 505[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 345 -> 506[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 346 -> 19[label="",style="dashed", color="red", weight=0]; 19.59/8.00 346[label="vwx300 == vwx400",fontsize=16,color="magenta"];346 -> 507[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 346 -> 508[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 347 -> 20[label="",style="dashed", color="red", weight=0]; 19.59/8.00 347[label="vwx300 == vwx400",fontsize=16,color="magenta"];347 -> 509[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 347 -> 510[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 348 -> 21[label="",style="dashed", color="red", weight=0]; 19.59/8.00 348[label="vwx300 == vwx400",fontsize=16,color="magenta"];348 -> 511[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 348 -> 512[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 349 -> 22[label="",style="dashed", color="red", weight=0]; 19.59/8.00 349[label="vwx300 == vwx400",fontsize=16,color="magenta"];349 -> 513[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 349 -> 514[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 350 -> 23[label="",style="dashed", color="red", weight=0]; 19.59/8.00 350[label="vwx300 == vwx400",fontsize=16,color="magenta"];350 -> 515[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 350 -> 516[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 351 -> 24[label="",style="dashed", color="red", weight=0]; 19.59/8.00 351[label="vwx300 == vwx400",fontsize=16,color="magenta"];351 -> 517[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 351 -> 518[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 352 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.00 352[label="vwx300 == vwx400",fontsize=16,color="magenta"];352 -> 519[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 352 -> 520[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 353 -> 26[label="",style="dashed", color="red", weight=0]; 19.59/8.00 353[label="vwx300 == vwx400",fontsize=16,color="magenta"];353 -> 521[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 353 -> 522[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 354 -> 27[label="",style="dashed", color="red", weight=0]; 19.59/8.00 354[label="vwx300 == vwx400",fontsize=16,color="magenta"];354 -> 523[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 354 -> 524[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 355 -> 28[label="",style="dashed", color="red", weight=0]; 19.59/8.00 355[label="vwx300 == vwx400",fontsize=16,color="magenta"];355 -> 525[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 355 -> 526[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 356 -> 29[label="",style="dashed", color="red", weight=0]; 19.59/8.00 356[label="vwx300 == vwx400",fontsize=16,color="magenta"];356 -> 527[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 356 -> 528[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 357 -> 30[label="",style="dashed", color="red", weight=0]; 19.59/8.00 357[label="vwx300 == vwx400",fontsize=16,color="magenta"];357 -> 529[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 357 -> 530[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 358 -> 17[label="",style="dashed", color="red", weight=0]; 19.59/8.00 358[label="vwx301 == vwx401",fontsize=16,color="magenta"];358 -> 531[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 358 -> 532[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 359 -> 18[label="",style="dashed", color="red", weight=0]; 19.59/8.00 359[label="vwx301 == vwx401",fontsize=16,color="magenta"];359 -> 533[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 359 -> 534[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 360 -> 19[label="",style="dashed", color="red", weight=0]; 19.59/8.00 360[label="vwx301 == vwx401",fontsize=16,color="magenta"];360 -> 535[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 360 -> 536[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 361 -> 20[label="",style="dashed", color="red", weight=0]; 19.59/8.00 361[label="vwx301 == vwx401",fontsize=16,color="magenta"];361 -> 537[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 361 -> 538[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 362 -> 21[label="",style="dashed", color="red", weight=0]; 19.59/8.00 362[label="vwx301 == vwx401",fontsize=16,color="magenta"];362 -> 539[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 362 -> 540[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 363 -> 22[label="",style="dashed", color="red", weight=0]; 19.59/8.00 363[label="vwx301 == vwx401",fontsize=16,color="magenta"];363 -> 541[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 363 -> 542[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 364 -> 23[label="",style="dashed", color="red", weight=0]; 19.59/8.00 364[label="vwx301 == vwx401",fontsize=16,color="magenta"];364 -> 543[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 364 -> 544[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 365 -> 24[label="",style="dashed", color="red", weight=0]; 19.59/8.00 365[label="vwx301 == vwx401",fontsize=16,color="magenta"];365 -> 545[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 365 -> 546[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 366 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.00 366[label="vwx301 == vwx401",fontsize=16,color="magenta"];366 -> 547[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 366 -> 548[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 367 -> 26[label="",style="dashed", color="red", weight=0]; 19.59/8.00 367[label="vwx301 == vwx401",fontsize=16,color="magenta"];367 -> 549[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 367 -> 550[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 368 -> 27[label="",style="dashed", color="red", weight=0]; 19.59/8.00 368[label="vwx301 == vwx401",fontsize=16,color="magenta"];368 -> 551[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 368 -> 552[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 369 -> 28[label="",style="dashed", color="red", weight=0]; 19.59/8.00 369[label="vwx301 == vwx401",fontsize=16,color="magenta"];369 -> 553[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 369 -> 554[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 370 -> 29[label="",style="dashed", color="red", weight=0]; 19.59/8.00 370[label="vwx301 == vwx401",fontsize=16,color="magenta"];370 -> 555[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 370 -> 556[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 371 -> 30[label="",style="dashed", color="red", weight=0]; 19.59/8.00 371[label="vwx301 == vwx401",fontsize=16,color="magenta"];371 -> 557[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 371 -> 558[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 372 -> 17[label="",style="dashed", color="red", weight=0]; 19.59/8.00 372[label="vwx300 == vwx400",fontsize=16,color="magenta"];372 -> 559[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 372 -> 560[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 373 -> 18[label="",style="dashed", color="red", weight=0]; 19.59/8.00 373[label="vwx300 == vwx400",fontsize=16,color="magenta"];373 -> 561[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 373 -> 562[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 374 -> 19[label="",style="dashed", color="red", weight=0]; 19.59/8.00 374[label="vwx300 == vwx400",fontsize=16,color="magenta"];374 -> 563[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 374 -> 564[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 375 -> 20[label="",style="dashed", color="red", weight=0]; 19.59/8.00 375[label="vwx300 == vwx400",fontsize=16,color="magenta"];375 -> 565[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 375 -> 566[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 376 -> 21[label="",style="dashed", color="red", weight=0]; 19.59/8.00 376[label="vwx300 == vwx400",fontsize=16,color="magenta"];376 -> 567[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 376 -> 568[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 377 -> 22[label="",style="dashed", color="red", weight=0]; 19.59/8.00 377[label="vwx300 == vwx400",fontsize=16,color="magenta"];377 -> 569[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 377 -> 570[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 378 -> 23[label="",style="dashed", color="red", weight=0]; 19.59/8.00 378[label="vwx300 == vwx400",fontsize=16,color="magenta"];378 -> 571[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 378 -> 572[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 379 -> 24[label="",style="dashed", color="red", weight=0]; 19.59/8.00 379[label="vwx300 == vwx400",fontsize=16,color="magenta"];379 -> 573[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 379 -> 574[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 380 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.00 380[label="vwx300 == vwx400",fontsize=16,color="magenta"];380 -> 575[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 380 -> 576[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 381 -> 26[label="",style="dashed", color="red", weight=0]; 19.59/8.00 381[label="vwx300 == vwx400",fontsize=16,color="magenta"];381 -> 577[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 381 -> 578[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 382 -> 27[label="",style="dashed", color="red", weight=0]; 19.59/8.00 382[label="vwx300 == vwx400",fontsize=16,color="magenta"];382 -> 579[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 382 -> 580[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 383 -> 28[label="",style="dashed", color="red", weight=0]; 19.59/8.00 383[label="vwx300 == vwx400",fontsize=16,color="magenta"];383 -> 581[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 383 -> 582[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 384 -> 29[label="",style="dashed", color="red", weight=0]; 19.59/8.00 384[label="vwx300 == vwx400",fontsize=16,color="magenta"];384 -> 583[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 384 -> 584[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 385 -> 30[label="",style="dashed", color="red", weight=0]; 19.59/8.00 385[label="vwx300 == vwx400",fontsize=16,color="magenta"];385 -> 585[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 385 -> 586[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 386[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];3156[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];386 -> 3156[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3156 -> 587[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3157[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];386 -> 3157[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3157 -> 588[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3158[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];386 -> 3158[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3158 -> 589[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3159[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];386 -> 3159[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3159 -> 590[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3160[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];386 -> 3160[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3160 -> 591[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3161[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];386 -> 3161[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3161 -> 592[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3162[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];386 -> 3162[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3162 -> 593[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3163[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];386 -> 3163[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3163 -> 594[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3164[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];386 -> 3164[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3164 -> 595[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3165[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];386 -> 3165[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3165 -> 596[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3166[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];386 -> 3166[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3166 -> 597[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3167[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];386 -> 3167[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3167 -> 598[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3168[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];386 -> 3168[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3168 -> 599[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3169[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];386 -> 3169[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3169 -> 600[label="",style="solid", color="blue", weight=3]; 19.59/8.00 387[label="vwx302 == vwx402",fontsize=16,color="blue",shape="box"];3170[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];387 -> 3170[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3170 -> 601[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3171[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];387 -> 3171[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3171 -> 602[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3172[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];387 -> 3172[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3172 -> 603[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3173[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];387 -> 3173[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3173 -> 604[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3174[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];387 -> 3174[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3174 -> 605[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3175[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];387 -> 3175[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3175 -> 606[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3176[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];387 -> 3176[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3176 -> 607[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3177[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];387 -> 3177[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3177 -> 608[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3178[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];387 -> 3178[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3178 -> 609[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3179[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];387 -> 3179[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3179 -> 610[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3180[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];387 -> 3180[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3180 -> 611[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3181[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];387 -> 3181[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3181 -> 612[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3182[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];387 -> 3182[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3182 -> 613[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3183[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];387 -> 3183[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3183 -> 614[label="",style="solid", color="blue", weight=3]; 19.59/8.00 388[label="vwx300",fontsize=16,color="green",shape="box"];389[label="vwx400",fontsize=16,color="green",shape="box"];390[label="vwx300",fontsize=16,color="green",shape="box"];391[label="vwx400",fontsize=16,color="green",shape="box"];392[label="vwx300",fontsize=16,color="green",shape="box"];393[label="vwx400",fontsize=16,color="green",shape="box"];394[label="vwx300",fontsize=16,color="green",shape="box"];395[label="vwx400",fontsize=16,color="green",shape="box"];396[label="vwx300",fontsize=16,color="green",shape="box"];397[label="vwx400",fontsize=16,color="green",shape="box"];398[label="vwx300",fontsize=16,color="green",shape="box"];399[label="vwx400",fontsize=16,color="green",shape="box"];400[label="vwx300",fontsize=16,color="green",shape="box"];401[label="vwx400",fontsize=16,color="green",shape="box"];402[label="vwx300",fontsize=16,color="green",shape="box"];403[label="vwx400",fontsize=16,color="green",shape="box"];404[label="vwx300",fontsize=16,color="green",shape="box"];405[label="vwx400",fontsize=16,color="green",shape="box"];406[label="vwx300",fontsize=16,color="green",shape="box"];407[label="vwx400",fontsize=16,color="green",shape="box"];408[label="vwx300",fontsize=16,color="green",shape="box"];409[label="vwx400",fontsize=16,color="green",shape="box"];410[label="vwx300",fontsize=16,color="green",shape="box"];411[label="vwx400",fontsize=16,color="green",shape="box"];412[label="vwx300",fontsize=16,color="green",shape="box"];413[label="vwx400",fontsize=16,color="green",shape="box"];414[label="vwx300",fontsize=16,color="green",shape="box"];415[label="vwx400",fontsize=16,color="green",shape="box"];416 -> 342[label="",style="dashed", color="red", weight=0]; 19.59/8.00 416[label="vwx300 * vwx401",fontsize=16,color="magenta"];416 -> 615[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 416 -> 616[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 417 -> 342[label="",style="dashed", color="red", weight=0]; 19.59/8.00 417[label="vwx301 * vwx400",fontsize=16,color="magenta"];417 -> 617[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 417 -> 618[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 418[label="primEqNat (Succ vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];3184[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];418 -> 3184[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3184 -> 619[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3185[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];418 -> 3185[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3185 -> 620[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 419[label="primEqNat Zero vwx400",fontsize=16,color="burlywood",shape="box"];3186[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];419 -> 3186[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3186 -> 621[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3187[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];419 -> 3187[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3187 -> 622[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 1821[label="compare1 vwx220 vwx240 (vwx220 <= vwx240)",fontsize=16,color="burlywood",shape="box"];3188[label="vwx220/(vwx2200,vwx2201)",fontsize=10,color="white",style="solid",shape="box"];1821 -> 3188[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3188 -> 1853[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 1822[label="EQ",fontsize=16,color="green",shape="box"];1823[label="vwx12",fontsize=16,color="green",shape="box"];1824[label="vwx14",fontsize=16,color="green",shape="box"];1825[label="vwx12",fontsize=16,color="green",shape="box"];1826[label="vwx14",fontsize=16,color="green",shape="box"];1827[label="vwx12",fontsize=16,color="green",shape="box"];1828[label="vwx14",fontsize=16,color="green",shape="box"];1829[label="vwx12",fontsize=16,color="green",shape="box"];1830[label="vwx14",fontsize=16,color="green",shape="box"];1831[label="vwx12",fontsize=16,color="green",shape="box"];1832[label="vwx14",fontsize=16,color="green",shape="box"];1833[label="vwx12",fontsize=16,color="green",shape="box"];1834[label="vwx14",fontsize=16,color="green",shape="box"];1835[label="vwx12",fontsize=16,color="green",shape="box"];1836[label="vwx14",fontsize=16,color="green",shape="box"];1837[label="vwx12",fontsize=16,color="green",shape="box"];1838[label="vwx14",fontsize=16,color="green",shape="box"];1839[label="vwx12",fontsize=16,color="green",shape="box"];1840[label="vwx14",fontsize=16,color="green",shape="box"];1841[label="vwx12",fontsize=16,color="green",shape="box"];1842[label="vwx14",fontsize=16,color="green",shape="box"];1843[label="vwx12",fontsize=16,color="green",shape="box"];1844[label="vwx14",fontsize=16,color="green",shape="box"];1845[label="vwx12",fontsize=16,color="green",shape="box"];1846[label="vwx14",fontsize=16,color="green",shape="box"];1847[label="vwx12",fontsize=16,color="green",shape="box"];1848[label="vwx14",fontsize=16,color="green",shape="box"];1849[label="vwx12",fontsize=16,color="green",shape="box"];1850[label="vwx14",fontsize=16,color="green",shape="box"];450[label="vwx300",fontsize=16,color="green",shape="box"];451[label="vwx400",fontsize=16,color="green",shape="box"];452[label="vwx300",fontsize=16,color="green",shape="box"];453[label="vwx400",fontsize=16,color="green",shape="box"];454[label="vwx301",fontsize=16,color="green",shape="box"];455[label="vwx401",fontsize=16,color="green",shape="box"];456[label="vwx301",fontsize=16,color="green",shape="box"];457[label="vwx401",fontsize=16,color="green",shape="box"];458[label="False",fontsize=16,color="green",shape="box"];459[label="vwx39",fontsize=16,color="green",shape="box"];460[label="vwx300",fontsize=16,color="green",shape="box"];461[label="vwx400",fontsize=16,color="green",shape="box"];462[label="vwx300",fontsize=16,color="green",shape="box"];463[label="vwx400",fontsize=16,color="green",shape="box"];464[label="vwx300",fontsize=16,color="green",shape="box"];465[label="vwx400",fontsize=16,color="green",shape="box"];466[label="vwx300",fontsize=16,color="green",shape="box"];467[label="vwx400",fontsize=16,color="green",shape="box"];468[label="vwx300",fontsize=16,color="green",shape="box"];469[label="vwx400",fontsize=16,color="green",shape="box"];470[label="vwx300",fontsize=16,color="green",shape="box"];471[label="vwx400",fontsize=16,color="green",shape="box"];472[label="vwx300",fontsize=16,color="green",shape="box"];473[label="vwx400",fontsize=16,color="green",shape="box"];474[label="vwx300",fontsize=16,color="green",shape="box"];475[label="vwx400",fontsize=16,color="green",shape="box"];476[label="vwx300",fontsize=16,color="green",shape="box"];477[label="vwx400",fontsize=16,color="green",shape="box"];478[label="vwx300",fontsize=16,color="green",shape="box"];479[label="vwx400",fontsize=16,color="green",shape="box"];480[label="vwx300",fontsize=16,color="green",shape="box"];481[label="vwx400",fontsize=16,color="green",shape="box"];482[label="vwx300",fontsize=16,color="green",shape="box"];483[label="vwx400",fontsize=16,color="green",shape="box"];484[label="vwx300",fontsize=16,color="green",shape="box"];485[label="vwx400",fontsize=16,color="green",shape="box"];486[label="vwx300",fontsize=16,color="green",shape="box"];487[label="vwx400",fontsize=16,color="green",shape="box"];488 -> 218[label="",style="dashed", color="red", weight=0]; 19.59/8.00 488[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];488 -> 624[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 488 -> 625[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 489[label="False",fontsize=16,color="green",shape="box"];490[label="False",fontsize=16,color="green",shape="box"];491[label="True",fontsize=16,color="green",shape="box"];492[label="False",fontsize=16,color="green",shape="box"];493[label="True",fontsize=16,color="green",shape="box"];494 -> 218[label="",style="dashed", color="red", weight=0]; 19.59/8.00 494[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];494 -> 626[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 494 -> 627[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 495[label="False",fontsize=16,color="green",shape="box"];496[label="False",fontsize=16,color="green",shape="box"];497[label="True",fontsize=16,color="green",shape="box"];498[label="False",fontsize=16,color="green",shape="box"];499[label="True",fontsize=16,color="green",shape="box"];500[label="primMulInt vwx300 vwx401",fontsize=16,color="burlywood",shape="triangle"];3189[label="vwx300/Pos vwx3000",fontsize=10,color="white",style="solid",shape="box"];500 -> 3189[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3189 -> 628[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3190[label="vwx300/Neg vwx3000",fontsize=10,color="white",style="solid",shape="box"];500 -> 3190[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3190 -> 629[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 501[label="vwx400",fontsize=16,color="green",shape="box"];502[label="vwx301",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[label="vwx400",fontsize=16,color="green",shape="box"];521[label="vwx300",fontsize=16,color="green",shape="box"];522[label="vwx400",fontsize=16,color="green",shape="box"];523[label="vwx300",fontsize=16,color="green",shape="box"];524[label="vwx400",fontsize=16,color="green",shape="box"];525[label="vwx300",fontsize=16,color="green",shape="box"];526[label="vwx400",fontsize=16,color="green",shape="box"];527[label="vwx300",fontsize=16,color="green",shape="box"];528[label="vwx400",fontsize=16,color="green",shape="box"];529[label="vwx300",fontsize=16,color="green",shape="box"];530[label="vwx400",fontsize=16,color="green",shape="box"];531[label="vwx301",fontsize=16,color="green",shape="box"];532[label="vwx401",fontsize=16,color="green",shape="box"];533[label="vwx301",fontsize=16,color="green",shape="box"];534[label="vwx401",fontsize=16,color="green",shape="box"];535[label="vwx301",fontsize=16,color="green",shape="box"];536[label="vwx401",fontsize=16,color="green",shape="box"];537[label="vwx301",fontsize=16,color="green",shape="box"];538[label="vwx401",fontsize=16,color="green",shape="box"];539[label="vwx301",fontsize=16,color="green",shape="box"];540[label="vwx401",fontsize=16,color="green",shape="box"];541[label="vwx301",fontsize=16,color="green",shape="box"];542[label="vwx401",fontsize=16,color="green",shape="box"];543[label="vwx301",fontsize=16,color="green",shape="box"];544[label="vwx401",fontsize=16,color="green",shape="box"];545[label="vwx301",fontsize=16,color="green",shape="box"];546[label="vwx401",fontsize=16,color="green",shape="box"];547[label="vwx301",fontsize=16,color="green",shape="box"];548[label="vwx401",fontsize=16,color="green",shape="box"];549[label="vwx301",fontsize=16,color="green",shape="box"];550[label="vwx401",fontsize=16,color="green",shape="box"];551[label="vwx301",fontsize=16,color="green",shape="box"];552[label="vwx401",fontsize=16,color="green",shape="box"];553[label="vwx301",fontsize=16,color="green",shape="box"];554[label="vwx401",fontsize=16,color="green",shape="box"];555[label="vwx301",fontsize=16,color="green",shape="box"];556[label="vwx401",fontsize=16,color="green",shape="box"];557[label="vwx301",fontsize=16,color="green",shape="box"];558[label="vwx401",fontsize=16,color="green",shape="box"];559[label="vwx300",fontsize=16,color="green",shape="box"];560[label="vwx400",fontsize=16,color="green",shape="box"];561[label="vwx300",fontsize=16,color="green",shape="box"];562[label="vwx400",fontsize=16,color="green",shape="box"];563[label="vwx300",fontsize=16,color="green",shape="box"];564[label="vwx400",fontsize=16,color="green",shape="box"];565[label="vwx300",fontsize=16,color="green",shape="box"];566[label="vwx400",fontsize=16,color="green",shape="box"];567[label="vwx300",fontsize=16,color="green",shape="box"];568[label="vwx400",fontsize=16,color="green",shape="box"];569[label="vwx300",fontsize=16,color="green",shape="box"];570[label="vwx400",fontsize=16,color="green",shape="box"];571[label="vwx300",fontsize=16,color="green",shape="box"];572[label="vwx400",fontsize=16,color="green",shape="box"];573[label="vwx300",fontsize=16,color="green",shape="box"];574[label="vwx400",fontsize=16,color="green",shape="box"];575[label="vwx300",fontsize=16,color="green",shape="box"];576[label="vwx400",fontsize=16,color="green",shape="box"];577[label="vwx300",fontsize=16,color="green",shape="box"];578[label="vwx400",fontsize=16,color="green",shape="box"];579[label="vwx300",fontsize=16,color="green",shape="box"];580[label="vwx400",fontsize=16,color="green",shape="box"];581[label="vwx300",fontsize=16,color="green",shape="box"];582[label="vwx400",fontsize=16,color="green",shape="box"];583[label="vwx300",fontsize=16,color="green",shape="box"];584[label="vwx400",fontsize=16,color="green",shape="box"];585[label="vwx300",fontsize=16,color="green",shape="box"];586[label="vwx400",fontsize=16,color="green",shape="box"];587 -> 17[label="",style="dashed", color="red", weight=0]; 19.59/8.00 587[label="vwx301 == vwx401",fontsize=16,color="magenta"];587 -> 630[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 587 -> 631[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 588 -> 18[label="",style="dashed", color="red", weight=0]; 19.59/8.00 588[label="vwx301 == vwx401",fontsize=16,color="magenta"];588 -> 632[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 588 -> 633[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 589 -> 19[label="",style="dashed", color="red", weight=0]; 19.59/8.00 589[label="vwx301 == vwx401",fontsize=16,color="magenta"];589 -> 634[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 589 -> 635[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 590 -> 20[label="",style="dashed", color="red", weight=0]; 19.59/8.00 590[label="vwx301 == vwx401",fontsize=16,color="magenta"];590 -> 636[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 590 -> 637[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 591 -> 21[label="",style="dashed", color="red", weight=0]; 19.59/8.00 591[label="vwx301 == vwx401",fontsize=16,color="magenta"];591 -> 638[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 591 -> 639[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 592 -> 22[label="",style="dashed", color="red", weight=0]; 19.59/8.00 592[label="vwx301 == vwx401",fontsize=16,color="magenta"];592 -> 640[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 592 -> 641[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 593 -> 23[label="",style="dashed", color="red", weight=0]; 19.59/8.00 593[label="vwx301 == vwx401",fontsize=16,color="magenta"];593 -> 642[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 593 -> 643[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 594 -> 24[label="",style="dashed", color="red", weight=0]; 19.59/8.00 594[label="vwx301 == vwx401",fontsize=16,color="magenta"];594 -> 644[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 594 -> 645[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 595 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.00 595[label="vwx301 == vwx401",fontsize=16,color="magenta"];595 -> 646[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 595 -> 647[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 596 -> 26[label="",style="dashed", color="red", weight=0]; 19.59/8.00 596[label="vwx301 == vwx401",fontsize=16,color="magenta"];596 -> 648[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 596 -> 649[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 597 -> 27[label="",style="dashed", color="red", weight=0]; 19.59/8.00 597[label="vwx301 == vwx401",fontsize=16,color="magenta"];597 -> 650[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 597 -> 651[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 598 -> 28[label="",style="dashed", color="red", weight=0]; 19.59/8.00 598[label="vwx301 == vwx401",fontsize=16,color="magenta"];598 -> 652[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 598 -> 653[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 599 -> 29[label="",style="dashed", color="red", weight=0]; 19.59/8.00 599[label="vwx301 == vwx401",fontsize=16,color="magenta"];599 -> 654[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 599 -> 655[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 600 -> 30[label="",style="dashed", color="red", weight=0]; 19.59/8.00 600[label="vwx301 == vwx401",fontsize=16,color="magenta"];600 -> 656[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 600 -> 657[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 601 -> 17[label="",style="dashed", color="red", weight=0]; 19.59/8.00 601[label="vwx302 == vwx402",fontsize=16,color="magenta"];601 -> 658[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 601 -> 659[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 602 -> 18[label="",style="dashed", color="red", weight=0]; 19.59/8.00 602[label="vwx302 == vwx402",fontsize=16,color="magenta"];602 -> 660[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 602 -> 661[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 603 -> 19[label="",style="dashed", color="red", weight=0]; 19.59/8.00 603[label="vwx302 == vwx402",fontsize=16,color="magenta"];603 -> 662[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 603 -> 663[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 604 -> 20[label="",style="dashed", color="red", weight=0]; 19.59/8.00 604[label="vwx302 == vwx402",fontsize=16,color="magenta"];604 -> 664[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 604 -> 665[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 605 -> 21[label="",style="dashed", color="red", weight=0]; 19.59/8.00 605[label="vwx302 == vwx402",fontsize=16,color="magenta"];605 -> 666[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 605 -> 667[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 606 -> 22[label="",style="dashed", color="red", weight=0]; 19.59/8.00 606[label="vwx302 == vwx402",fontsize=16,color="magenta"];606 -> 668[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 606 -> 669[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 607 -> 23[label="",style="dashed", color="red", weight=0]; 19.59/8.00 607[label="vwx302 == vwx402",fontsize=16,color="magenta"];607 -> 670[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 607 -> 671[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 608 -> 24[label="",style="dashed", color="red", weight=0]; 19.59/8.00 608[label="vwx302 == vwx402",fontsize=16,color="magenta"];608 -> 672[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 608 -> 673[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 609 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.00 609[label="vwx302 == vwx402",fontsize=16,color="magenta"];609 -> 674[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 609 -> 675[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 610 -> 26[label="",style="dashed", color="red", weight=0]; 19.59/8.00 610[label="vwx302 == vwx402",fontsize=16,color="magenta"];610 -> 676[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 610 -> 677[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 611 -> 27[label="",style="dashed", color="red", weight=0]; 19.59/8.00 611[label="vwx302 == vwx402",fontsize=16,color="magenta"];611 -> 678[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 611 -> 679[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 612 -> 28[label="",style="dashed", color="red", weight=0]; 19.59/8.00 612[label="vwx302 == vwx402",fontsize=16,color="magenta"];612 -> 680[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 612 -> 681[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 613 -> 29[label="",style="dashed", color="red", weight=0]; 19.59/8.00 613[label="vwx302 == vwx402",fontsize=16,color="magenta"];613 -> 682[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 613 -> 683[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 614 -> 30[label="",style="dashed", color="red", weight=0]; 19.59/8.00 614[label="vwx302 == vwx402",fontsize=16,color="magenta"];614 -> 684[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 614 -> 685[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 615[label="vwx401",fontsize=16,color="green",shape="box"];616[label="vwx300",fontsize=16,color="green",shape="box"];617[label="vwx400",fontsize=16,color="green",shape="box"];618[label="vwx301",fontsize=16,color="green",shape="box"];619[label="primEqNat (Succ vwx3000) (Succ vwx4000)",fontsize=16,color="black",shape="box"];619 -> 686[label="",style="solid", color="black", weight=3]; 19.59/8.00 620[label="primEqNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];620 -> 687[label="",style="solid", color="black", weight=3]; 19.59/8.00 621[label="primEqNat Zero (Succ vwx4000)",fontsize=16,color="black",shape="box"];621 -> 688[label="",style="solid", color="black", weight=3]; 19.59/8.00 622[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];622 -> 689[label="",style="solid", color="black", weight=3]; 19.59/8.00 1853[label="compare1 (vwx2200,vwx2201) vwx240 ((vwx2200,vwx2201) <= vwx240)",fontsize=16,color="burlywood",shape="box"];3191[label="vwx240/(vwx2400,vwx2401)",fontsize=10,color="white",style="solid",shape="box"];1853 -> 3191[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3191 -> 1854[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 624[label="vwx4000",fontsize=16,color="green",shape="box"];625[label="vwx3000",fontsize=16,color="green",shape="box"];626[label="vwx4000",fontsize=16,color="green",shape="box"];627[label="vwx3000",fontsize=16,color="green",shape="box"];628[label="primMulInt (Pos vwx3000) vwx401",fontsize=16,color="burlywood",shape="box"];3192[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];628 -> 3192[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3192 -> 692[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3193[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];628 -> 3193[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3193 -> 693[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 629[label="primMulInt (Neg vwx3000) vwx401",fontsize=16,color="burlywood",shape="box"];3194[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];629 -> 3194[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3194 -> 694[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3195[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];629 -> 3195[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3195 -> 695[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 630[label="vwx301",fontsize=16,color="green",shape="box"];631[label="vwx401",fontsize=16,color="green",shape="box"];632[label="vwx301",fontsize=16,color="green",shape="box"];633[label="vwx401",fontsize=16,color="green",shape="box"];634[label="vwx301",fontsize=16,color="green",shape="box"];635[label="vwx401",fontsize=16,color="green",shape="box"];636[label="vwx301",fontsize=16,color="green",shape="box"];637[label="vwx401",fontsize=16,color="green",shape="box"];638[label="vwx301",fontsize=16,color="green",shape="box"];639[label="vwx401",fontsize=16,color="green",shape="box"];640[label="vwx301",fontsize=16,color="green",shape="box"];641[label="vwx401",fontsize=16,color="green",shape="box"];642[label="vwx301",fontsize=16,color="green",shape="box"];643[label="vwx401",fontsize=16,color="green",shape="box"];644[label="vwx301",fontsize=16,color="green",shape="box"];645[label="vwx401",fontsize=16,color="green",shape="box"];646[label="vwx301",fontsize=16,color="green",shape="box"];647[label="vwx401",fontsize=16,color="green",shape="box"];648[label="vwx301",fontsize=16,color="green",shape="box"];649[label="vwx401",fontsize=16,color="green",shape="box"];650[label="vwx301",fontsize=16,color="green",shape="box"];651[label="vwx401",fontsize=16,color="green",shape="box"];652[label="vwx301",fontsize=16,color="green",shape="box"];653[label="vwx401",fontsize=16,color="green",shape="box"];654[label="vwx301",fontsize=16,color="green",shape="box"];655[label="vwx401",fontsize=16,color="green",shape="box"];656[label="vwx301",fontsize=16,color="green",shape="box"];657[label="vwx401",fontsize=16,color="green",shape="box"];658[label="vwx302",fontsize=16,color="green",shape="box"];659[label="vwx402",fontsize=16,color="green",shape="box"];660[label="vwx302",fontsize=16,color="green",shape="box"];661[label="vwx402",fontsize=16,color="green",shape="box"];662[label="vwx302",fontsize=16,color="green",shape="box"];663[label="vwx402",fontsize=16,color="green",shape="box"];664[label="vwx302",fontsize=16,color="green",shape="box"];665[label="vwx402",fontsize=16,color="green",shape="box"];666[label="vwx302",fontsize=16,color="green",shape="box"];667[label="vwx402",fontsize=16,color="green",shape="box"];668[label="vwx302",fontsize=16,color="green",shape="box"];669[label="vwx402",fontsize=16,color="green",shape="box"];670[label="vwx302",fontsize=16,color="green",shape="box"];671[label="vwx402",fontsize=16,color="green",shape="box"];672[label="vwx302",fontsize=16,color="green",shape="box"];673[label="vwx402",fontsize=16,color="green",shape="box"];674[label="vwx302",fontsize=16,color="green",shape="box"];675[label="vwx402",fontsize=16,color="green",shape="box"];676[label="vwx302",fontsize=16,color="green",shape="box"];677[label="vwx402",fontsize=16,color="green",shape="box"];678[label="vwx302",fontsize=16,color="green",shape="box"];679[label="vwx402",fontsize=16,color="green",shape="box"];680[label="vwx302",fontsize=16,color="green",shape="box"];681[label="vwx402",fontsize=16,color="green",shape="box"];682[label="vwx302",fontsize=16,color="green",shape="box"];683[label="vwx402",fontsize=16,color="green",shape="box"];684[label="vwx302",fontsize=16,color="green",shape="box"];685[label="vwx402",fontsize=16,color="green",shape="box"];686 -> 218[label="",style="dashed", color="red", weight=0]; 19.59/8.00 686[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];686 -> 696[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 686 -> 697[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 687[label="False",fontsize=16,color="green",shape="box"];688[label="False",fontsize=16,color="green",shape="box"];689[label="True",fontsize=16,color="green",shape="box"];1854[label="compare1 (vwx2200,vwx2201) (vwx2400,vwx2401) ((vwx2200,vwx2201) <= (vwx2400,vwx2401))",fontsize=16,color="black",shape="box"];1854 -> 1855[label="",style="solid", color="black", weight=3]; 19.59/8.00 692[label="primMulInt (Pos vwx3000) (Pos vwx4010)",fontsize=16,color="black",shape="box"];692 -> 731[label="",style="solid", color="black", weight=3]; 19.59/8.00 693[label="primMulInt (Pos vwx3000) (Neg vwx4010)",fontsize=16,color="black",shape="box"];693 -> 732[label="",style="solid", color="black", weight=3]; 19.59/8.00 694[label="primMulInt (Neg vwx3000) (Pos vwx4010)",fontsize=16,color="black",shape="box"];694 -> 733[label="",style="solid", color="black", weight=3]; 19.59/8.00 695[label="primMulInt (Neg vwx3000) (Neg vwx4010)",fontsize=16,color="black",shape="box"];695 -> 734[label="",style="solid", color="black", weight=3]; 19.59/8.00 696[label="vwx4000",fontsize=16,color="green",shape="box"];697[label="vwx3000",fontsize=16,color="green",shape="box"];1855 -> 1860[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1855[label="compare1 (vwx2200,vwx2201) (vwx2400,vwx2401) (vwx2200 < vwx2400 || vwx2200 == vwx2400 && vwx2201 <= vwx2401)",fontsize=16,color="magenta"];1855 -> 1861[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1855 -> 1862[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1855 -> 1863[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1855 -> 1864[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1855 -> 1865[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1855 -> 1866[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 731[label="Pos (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];731 -> 780[label="",style="dashed", color="green", weight=3]; 19.59/8.00 732[label="Neg (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];732 -> 781[label="",style="dashed", color="green", weight=3]; 19.59/8.00 733[label="Neg (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];733 -> 782[label="",style="dashed", color="green", weight=3]; 19.59/8.00 734[label="Pos (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];734 -> 783[label="",style="dashed", color="green", weight=3]; 19.59/8.00 1861[label="vwx2200",fontsize=16,color="green",shape="box"];1862 -> 293[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1862[label="vwx2200 == vwx2400 && vwx2201 <= vwx2401",fontsize=16,color="magenta"];1862 -> 1873[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1862 -> 1874[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1863[label="vwx2400",fontsize=16,color="green",shape="box"];1864[label="vwx2200 < vwx2400",fontsize=16,color="blue",shape="box"];3196[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1864 -> 3196[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3196 -> 1875[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3197[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1864 -> 3197[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3197 -> 1876[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3198[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1864 -> 3198[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3198 -> 1877[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3199[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1864 -> 3199[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3199 -> 1878[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3200[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1864 -> 3200[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3200 -> 1879[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3201[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1864 -> 3201[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3201 -> 1880[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3202[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1864 -> 3202[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3202 -> 1881[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3203[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1864 -> 3203[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3203 -> 1882[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3204[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1864 -> 3204[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3204 -> 1883[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3205[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1864 -> 3205[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3205 -> 1884[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3206[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1864 -> 3206[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3206 -> 1885[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3207[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1864 -> 3207[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3207 -> 1886[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3208[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1864 -> 3208[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3208 -> 1887[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3209[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1864 -> 3209[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3209 -> 1888[label="",style="solid", color="blue", weight=3]; 19.59/8.00 1865[label="vwx2201",fontsize=16,color="green",shape="box"];1866[label="vwx2401",fontsize=16,color="green",shape="box"];1860[label="compare1 (vwx88,vwx89) (vwx90,vwx91) (vwx92 || vwx93)",fontsize=16,color="burlywood",shape="triangle"];3210[label="vwx92/False",fontsize=10,color="white",style="solid",shape="box"];1860 -> 3210[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3210 -> 1889[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3211[label="vwx92/True",fontsize=10,color="white",style="solid",shape="box"];1860 -> 3211[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3211 -> 1890[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 780[label="primMulNat vwx3000 vwx4010",fontsize=16,color="burlywood",shape="triangle"];3212[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];780 -> 3212[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3212 -> 860[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3213[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];780 -> 3213[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3213 -> 861[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 781 -> 780[label="",style="dashed", color="red", weight=0]; 19.59/8.00 781[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];781 -> 862[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 782 -> 780[label="",style="dashed", color="red", weight=0]; 19.59/8.00 782[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];782 -> 863[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 783 -> 780[label="",style="dashed", color="red", weight=0]; 19.59/8.00 783[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];783 -> 864[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 783 -> 865[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1873[label="vwx2200 == vwx2400",fontsize=16,color="blue",shape="box"];3214[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1873 -> 3214[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3214 -> 1891[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3215[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1873 -> 3215[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3215 -> 1892[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3216[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1873 -> 3216[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3216 -> 1893[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3217[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1873 -> 3217[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3217 -> 1894[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3218[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1873 -> 3218[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3218 -> 1895[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3219[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1873 -> 3219[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3219 -> 1896[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3220[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1873 -> 3220[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3220 -> 1897[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3221[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1873 -> 3221[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3221 -> 1898[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3222[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1873 -> 3222[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3222 -> 1899[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3223[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1873 -> 3223[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3223 -> 1900[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3224[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1873 -> 3224[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3224 -> 1901[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3225[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1873 -> 3225[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3225 -> 1902[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3226[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1873 -> 3226[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3226 -> 1903[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3227[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1873 -> 3227[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3227 -> 1904[label="",style="solid", color="blue", weight=3]; 19.59/8.00 1874[label="vwx2201 <= vwx2401",fontsize=16,color="blue",shape="box"];3228[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1874 -> 3228[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3228 -> 1905[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3229[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1874 -> 3229[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3229 -> 1906[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3230[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1874 -> 3230[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3230 -> 1907[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3231[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1874 -> 3231[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3231 -> 1908[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3232[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1874 -> 3232[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3232 -> 1909[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3233[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1874 -> 3233[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3233 -> 1910[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3234[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1874 -> 3234[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3234 -> 1911[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3235[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1874 -> 3235[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3235 -> 1912[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3236[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1874 -> 3236[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3236 -> 1913[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3237[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1874 -> 3237[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3237 -> 1914[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3238[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1874 -> 3238[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3238 -> 1915[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3239[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1874 -> 3239[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3239 -> 1916[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3240[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1874 -> 3240[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3240 -> 1917[label="",style="solid", color="blue", weight=3]; 19.59/8.00 3241[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1874 -> 3241[label="",style="solid", color="blue", weight=9]; 19.59/8.00 3241 -> 1918[label="",style="solid", color="blue", weight=3]; 19.59/8.00 1875[label="vwx2200 < vwx2400",fontsize=16,color="black",shape="triangle"];1875 -> 1919[label="",style="solid", color="black", weight=3]; 19.59/8.00 1876[label="vwx2200 < vwx2400",fontsize=16,color="black",shape="triangle"];1876 -> 1920[label="",style="solid", color="black", weight=3]; 19.59/8.00 1877[label="vwx2200 < vwx2400",fontsize=16,color="black",shape="triangle"];1877 -> 1921[label="",style="solid", color="black", weight=3]; 19.59/8.00 1878 -> 4[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1878[label="vwx2200 < vwx2400",fontsize=16,color="magenta"];1878 -> 1922[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1878 -> 1923[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1879[label="vwx2200 < vwx2400",fontsize=16,color="black",shape="triangle"];1879 -> 1924[label="",style="solid", color="black", weight=3]; 19.59/8.00 1880[label="vwx2200 < vwx2400",fontsize=16,color="black",shape="triangle"];1880 -> 1925[label="",style="solid", color="black", weight=3]; 19.59/8.00 1881[label="vwx2200 < vwx2400",fontsize=16,color="black",shape="triangle"];1881 -> 1926[label="",style="solid", color="black", weight=3]; 19.59/8.00 1882[label="vwx2200 < vwx2400",fontsize=16,color="black",shape="triangle"];1882 -> 1927[label="",style="solid", color="black", weight=3]; 19.59/8.00 1883[label="vwx2200 < vwx2400",fontsize=16,color="black",shape="triangle"];1883 -> 1928[label="",style="solid", color="black", weight=3]; 19.59/8.00 1884[label="vwx2200 < vwx2400",fontsize=16,color="black",shape="triangle"];1884 -> 1929[label="",style="solid", color="black", weight=3]; 19.59/8.00 1885[label="vwx2200 < vwx2400",fontsize=16,color="black",shape="triangle"];1885 -> 1930[label="",style="solid", color="black", weight=3]; 19.59/8.00 1886[label="vwx2200 < vwx2400",fontsize=16,color="black",shape="triangle"];1886 -> 1931[label="",style="solid", color="black", weight=3]; 19.59/8.00 1887[label="vwx2200 < vwx2400",fontsize=16,color="black",shape="triangle"];1887 -> 1932[label="",style="solid", color="black", weight=3]; 19.59/8.00 1888[label="vwx2200 < vwx2400",fontsize=16,color="black",shape="triangle"];1888 -> 1933[label="",style="solid", color="black", weight=3]; 19.59/8.00 1889[label="compare1 (vwx88,vwx89) (vwx90,vwx91) (False || vwx93)",fontsize=16,color="black",shape="box"];1889 -> 1934[label="",style="solid", color="black", weight=3]; 19.59/8.00 1890[label="compare1 (vwx88,vwx89) (vwx90,vwx91) (True || vwx93)",fontsize=16,color="black",shape="box"];1890 -> 1935[label="",style="solid", color="black", weight=3]; 19.59/8.00 860[label="primMulNat (Succ vwx30000) vwx4010",fontsize=16,color="burlywood",shape="box"];3242[label="vwx4010/Succ vwx40100",fontsize=10,color="white",style="solid",shape="box"];860 -> 3242[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3242 -> 914[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3243[label="vwx4010/Zero",fontsize=10,color="white",style="solid",shape="box"];860 -> 3243[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3243 -> 915[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 861[label="primMulNat Zero vwx4010",fontsize=16,color="burlywood",shape="box"];3244[label="vwx4010/Succ vwx40100",fontsize=10,color="white",style="solid",shape="box"];861 -> 3244[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3244 -> 916[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3245[label="vwx4010/Zero",fontsize=10,color="white",style="solid",shape="box"];861 -> 3245[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3245 -> 917[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 862[label="vwx4010",fontsize=16,color="green",shape="box"];863[label="vwx3000",fontsize=16,color="green",shape="box"];864[label="vwx4010",fontsize=16,color="green",shape="box"];865[label="vwx3000",fontsize=16,color="green",shape="box"];1891 -> 23[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1891[label="vwx2200 == vwx2400",fontsize=16,color="magenta"];1891 -> 1936[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1891 -> 1937[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1892 -> 20[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1892[label="vwx2200 == vwx2400",fontsize=16,color="magenta"];1892 -> 1938[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1892 -> 1939[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1893 -> 22[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1893[label="vwx2200 == vwx2400",fontsize=16,color="magenta"];1893 -> 1940[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1893 -> 1941[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1894 -> 24[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1894[label="vwx2200 == vwx2400",fontsize=16,color="magenta"];1894 -> 1942[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1894 -> 1943[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1895 -> 27[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1895[label="vwx2200 == vwx2400",fontsize=16,color="magenta"];1895 -> 1944[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1895 -> 1945[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1896 -> 17[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1896[label="vwx2200 == vwx2400",fontsize=16,color="magenta"];1896 -> 1946[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1896 -> 1947[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1897 -> 18[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1897[label="vwx2200 == vwx2400",fontsize=16,color="magenta"];1897 -> 1948[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1897 -> 1949[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1898 -> 21[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1898[label="vwx2200 == vwx2400",fontsize=16,color="magenta"];1898 -> 1950[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1898 -> 1951[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1899 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1899[label="vwx2200 == vwx2400",fontsize=16,color="magenta"];1899 -> 1952[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1899 -> 1953[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1900 -> 19[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1900[label="vwx2200 == vwx2400",fontsize=16,color="magenta"];1900 -> 1954[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1900 -> 1955[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1901 -> 30[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1901[label="vwx2200 == vwx2400",fontsize=16,color="magenta"];1901 -> 1956[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1901 -> 1957[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1902 -> 28[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1902[label="vwx2200 == vwx2400",fontsize=16,color="magenta"];1902 -> 1958[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1902 -> 1959[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1903 -> 26[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1903[label="vwx2200 == vwx2400",fontsize=16,color="magenta"];1903 -> 1960[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1903 -> 1961[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1904 -> 29[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1904[label="vwx2200 == vwx2400",fontsize=16,color="magenta"];1904 -> 1962[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1904 -> 1963[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1905[label="vwx2201 <= vwx2401",fontsize=16,color="black",shape="triangle"];1905 -> 1964[label="",style="solid", color="black", weight=3]; 19.59/8.00 1906[label="vwx2201 <= vwx2401",fontsize=16,color="burlywood",shape="triangle"];3246[label="vwx2201/False",fontsize=10,color="white",style="solid",shape="box"];1906 -> 3246[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3246 -> 1965[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3247[label="vwx2201/True",fontsize=10,color="white",style="solid",shape="box"];1906 -> 3247[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3247 -> 1966[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 1907[label="vwx2201 <= vwx2401",fontsize=16,color="black",shape="triangle"];1907 -> 1967[label="",style="solid", color="black", weight=3]; 19.59/8.00 1908[label="vwx2201 <= vwx2401",fontsize=16,color="burlywood",shape="triangle"];3248[label="vwx2201/(vwx22010,vwx22011)",fontsize=10,color="white",style="solid",shape="box"];1908 -> 3248[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3248 -> 1968[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 1909[label="vwx2201 <= vwx2401",fontsize=16,color="black",shape="triangle"];1909 -> 1969[label="",style="solid", color="black", weight=3]; 19.59/8.00 1910[label="vwx2201 <= vwx2401",fontsize=16,color="burlywood",shape="triangle"];3249[label="vwx2201/Left vwx22010",fontsize=10,color="white",style="solid",shape="box"];1910 -> 3249[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3249 -> 1970[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3250[label="vwx2201/Right vwx22010",fontsize=10,color="white",style="solid",shape="box"];1910 -> 3250[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3250 -> 1971[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 1911[label="vwx2201 <= vwx2401",fontsize=16,color="black",shape="triangle"];1911 -> 1972[label="",style="solid", color="black", weight=3]; 19.59/8.00 1912[label="vwx2201 <= vwx2401",fontsize=16,color="black",shape="triangle"];1912 -> 1973[label="",style="solid", color="black", weight=3]; 19.59/8.00 1913[label="vwx2201 <= vwx2401",fontsize=16,color="burlywood",shape="triangle"];3251[label="vwx2201/LT",fontsize=10,color="white",style="solid",shape="box"];1913 -> 3251[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3251 -> 1974[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3252[label="vwx2201/EQ",fontsize=10,color="white",style="solid",shape="box"];1913 -> 3252[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3252 -> 1975[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3253[label="vwx2201/GT",fontsize=10,color="white",style="solid",shape="box"];1913 -> 3253[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3253 -> 1976[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 1914[label="vwx2201 <= vwx2401",fontsize=16,color="black",shape="triangle"];1914 -> 1977[label="",style="solid", color="black", weight=3]; 19.59/8.00 1915[label="vwx2201 <= vwx2401",fontsize=16,color="black",shape="triangle"];1915 -> 1978[label="",style="solid", color="black", weight=3]; 19.59/8.00 1916[label="vwx2201 <= vwx2401",fontsize=16,color="burlywood",shape="triangle"];3254[label="vwx2201/Nothing",fontsize=10,color="white",style="solid",shape="box"];1916 -> 3254[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3254 -> 1979[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3255[label="vwx2201/Just vwx22010",fontsize=10,color="white",style="solid",shape="box"];1916 -> 3255[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3255 -> 1980[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 1917[label="vwx2201 <= vwx2401",fontsize=16,color="burlywood",shape="triangle"];3256[label="vwx2201/(vwx22010,vwx22011,vwx22012)",fontsize=10,color="white",style="solid",shape="box"];1917 -> 3256[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3256 -> 1981[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 1918[label="vwx2201 <= vwx2401",fontsize=16,color="black",shape="triangle"];1918 -> 1982[label="",style="solid", color="black", weight=3]; 19.59/8.00 1919 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1919[label="compare vwx2200 vwx2400 == LT",fontsize=16,color="magenta"];1919 -> 1983[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1919 -> 1984[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1920 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1920[label="compare vwx2200 vwx2400 == LT",fontsize=16,color="magenta"];1920 -> 1985[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1920 -> 1986[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1921 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1921[label="compare vwx2200 vwx2400 == LT",fontsize=16,color="magenta"];1921 -> 1987[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1921 -> 1988[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1922[label="vwx2200",fontsize=16,color="green",shape="box"];1923[label="vwx2400",fontsize=16,color="green",shape="box"];1924 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1924[label="compare vwx2200 vwx2400 == LT",fontsize=16,color="magenta"];1924 -> 1989[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1924 -> 1990[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1925 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1925[label="compare vwx2200 vwx2400 == LT",fontsize=16,color="magenta"];1925 -> 1991[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1925 -> 1992[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1926 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1926[label="compare vwx2200 vwx2400 == LT",fontsize=16,color="magenta"];1926 -> 1993[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1926 -> 1994[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1927 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1927[label="compare vwx2200 vwx2400 == LT",fontsize=16,color="magenta"];1927 -> 1995[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1927 -> 1996[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1928 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1928[label="compare vwx2200 vwx2400 == LT",fontsize=16,color="magenta"];1928 -> 1997[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1928 -> 1998[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1929 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1929[label="compare vwx2200 vwx2400 == LT",fontsize=16,color="magenta"];1929 -> 1999[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1929 -> 2000[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1930 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1930[label="compare vwx2200 vwx2400 == LT",fontsize=16,color="magenta"];1930 -> 2001[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1930 -> 2002[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1931 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1931[label="compare vwx2200 vwx2400 == LT",fontsize=16,color="magenta"];1931 -> 2003[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1931 -> 2004[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1932 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1932[label="compare vwx2200 vwx2400 == LT",fontsize=16,color="magenta"];1932 -> 2005[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1932 -> 2006[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1933 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1933[label="compare vwx2200 vwx2400 == LT",fontsize=16,color="magenta"];1933 -> 2007[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1933 -> 2008[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 1934[label="compare1 (vwx88,vwx89) (vwx90,vwx91) vwx93",fontsize=16,color="burlywood",shape="triangle"];3257[label="vwx93/False",fontsize=10,color="white",style="solid",shape="box"];1934 -> 3257[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3257 -> 2009[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3258[label="vwx93/True",fontsize=10,color="white",style="solid",shape="box"];1934 -> 3258[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3258 -> 2010[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 1935 -> 1934[label="",style="dashed", color="red", weight=0]; 19.59/8.00 1935[label="compare1 (vwx88,vwx89) (vwx90,vwx91) True",fontsize=16,color="magenta"];1935 -> 2011[label="",style="dashed", color="magenta", weight=3]; 19.59/8.00 914[label="primMulNat (Succ vwx30000) (Succ vwx40100)",fontsize=16,color="black",shape="box"];914 -> 976[label="",style="solid", color="black", weight=3]; 19.59/8.00 915[label="primMulNat (Succ vwx30000) Zero",fontsize=16,color="black",shape="box"];915 -> 977[label="",style="solid", color="black", weight=3]; 19.59/8.00 916[label="primMulNat Zero (Succ vwx40100)",fontsize=16,color="black",shape="box"];916 -> 978[label="",style="solid", color="black", weight=3]; 19.59/8.00 917[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];917 -> 979[label="",style="solid", color="black", weight=3]; 19.59/8.00 1936[label="vwx2200",fontsize=16,color="green",shape="box"];1937[label="vwx2400",fontsize=16,color="green",shape="box"];1938[label="vwx2200",fontsize=16,color="green",shape="box"];1939[label="vwx2400",fontsize=16,color="green",shape="box"];1940[label="vwx2200",fontsize=16,color="green",shape="box"];1941[label="vwx2400",fontsize=16,color="green",shape="box"];1942[label="vwx2200",fontsize=16,color="green",shape="box"];1943[label="vwx2400",fontsize=16,color="green",shape="box"];1944[label="vwx2200",fontsize=16,color="green",shape="box"];1945[label="vwx2400",fontsize=16,color="green",shape="box"];1946[label="vwx2200",fontsize=16,color="green",shape="box"];1947[label="vwx2400",fontsize=16,color="green",shape="box"];1948[label="vwx2200",fontsize=16,color="green",shape="box"];1949[label="vwx2400",fontsize=16,color="green",shape="box"];1950[label="vwx2200",fontsize=16,color="green",shape="box"];1951[label="vwx2400",fontsize=16,color="green",shape="box"];1952[label="vwx2200",fontsize=16,color="green",shape="box"];1953[label="vwx2400",fontsize=16,color="green",shape="box"];1954[label="vwx2200",fontsize=16,color="green",shape="box"];1955[label="vwx2400",fontsize=16,color="green",shape="box"];1956[label="vwx2200",fontsize=16,color="green",shape="box"];1957[label="vwx2400",fontsize=16,color="green",shape="box"];1958[label="vwx2200",fontsize=16,color="green",shape="box"];1959[label="vwx2400",fontsize=16,color="green",shape="box"];1960[label="vwx2200",fontsize=16,color="green",shape="box"];1961[label="vwx2400",fontsize=16,color="green",shape="box"];1962[label="vwx2200",fontsize=16,color="green",shape="box"];1963[label="vwx2400",fontsize=16,color="green",shape="box"];1964[label="compare vwx2201 vwx2401 /= GT",fontsize=16,color="black",shape="box"];1964 -> 2012[label="",style="solid", color="black", weight=3]; 19.59/8.00 1965[label="False <= vwx2401",fontsize=16,color="burlywood",shape="box"];3259[label="vwx2401/False",fontsize=10,color="white",style="solid",shape="box"];1965 -> 3259[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3259 -> 2013[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3260[label="vwx2401/True",fontsize=10,color="white",style="solid",shape="box"];1965 -> 3260[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3260 -> 2014[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 1966[label="True <= vwx2401",fontsize=16,color="burlywood",shape="box"];3261[label="vwx2401/False",fontsize=10,color="white",style="solid",shape="box"];1966 -> 3261[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3261 -> 2015[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3262[label="vwx2401/True",fontsize=10,color="white",style="solid",shape="box"];1966 -> 3262[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3262 -> 2016[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 1967[label="compare vwx2201 vwx2401 /= GT",fontsize=16,color="black",shape="box"];1967 -> 2017[label="",style="solid", color="black", weight=3]; 19.59/8.00 1968[label="(vwx22010,vwx22011) <= vwx2401",fontsize=16,color="burlywood",shape="box"];3263[label="vwx2401/(vwx24010,vwx24011)",fontsize=10,color="white",style="solid",shape="box"];1968 -> 3263[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3263 -> 2018[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 1969[label="compare vwx2201 vwx2401 /= GT",fontsize=16,color="black",shape="box"];1969 -> 2019[label="",style="solid", color="black", weight=3]; 19.59/8.00 1970[label="Left vwx22010 <= vwx2401",fontsize=16,color="burlywood",shape="box"];3264[label="vwx2401/Left vwx24010",fontsize=10,color="white",style="solid",shape="box"];1970 -> 3264[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3264 -> 2020[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3265[label="vwx2401/Right vwx24010",fontsize=10,color="white",style="solid",shape="box"];1970 -> 3265[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3265 -> 2021[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 1971[label="Right vwx22010 <= vwx2401",fontsize=16,color="burlywood",shape="box"];3266[label="vwx2401/Left vwx24010",fontsize=10,color="white",style="solid",shape="box"];1971 -> 3266[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3266 -> 2022[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 3267[label="vwx2401/Right vwx24010",fontsize=10,color="white",style="solid",shape="box"];1971 -> 3267[label="",style="solid", color="burlywood", weight=9]; 19.59/8.00 3267 -> 2023[label="",style="solid", color="burlywood", weight=3]; 19.59/8.00 1972[label="compare vwx2201 vwx2401 /= GT",fontsize=16,color="black",shape="box"];1972 -> 2024[label="",style="solid", color="black", weight=3]; 19.59/8.00 1973[label="compare vwx2201 vwx2401 /= GT",fontsize=16,color="black",shape="box"];1973 -> 2025[label="",style="solid", color="black", weight=3]; 19.59/8.00 1974[label="LT <= vwx2401",fontsize=16,color="burlywood",shape="box"];3268[label="vwx2401/LT",fontsize=10,color="white",style="solid",shape="box"];1974 -> 3268[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3268 -> 2026[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3269[label="vwx2401/EQ",fontsize=10,color="white",style="solid",shape="box"];1974 -> 3269[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3269 -> 2027[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3270[label="vwx2401/GT",fontsize=10,color="white",style="solid",shape="box"];1974 -> 3270[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3270 -> 2028[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 1975[label="EQ <= vwx2401",fontsize=16,color="burlywood",shape="box"];3271[label="vwx2401/LT",fontsize=10,color="white",style="solid",shape="box"];1975 -> 3271[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3271 -> 2029[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3272[label="vwx2401/EQ",fontsize=10,color="white",style="solid",shape="box"];1975 -> 3272[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3272 -> 2030[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3273[label="vwx2401/GT",fontsize=10,color="white",style="solid",shape="box"];1975 -> 3273[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3273 -> 2031[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 1976[label="GT <= vwx2401",fontsize=16,color="burlywood",shape="box"];3274[label="vwx2401/LT",fontsize=10,color="white",style="solid",shape="box"];1976 -> 3274[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3274 -> 2032[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3275[label="vwx2401/EQ",fontsize=10,color="white",style="solid",shape="box"];1976 -> 3275[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3275 -> 2033[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3276[label="vwx2401/GT",fontsize=10,color="white",style="solid",shape="box"];1976 -> 3276[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3276 -> 2034[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 1977[label="compare vwx2201 vwx2401 /= GT",fontsize=16,color="black",shape="box"];1977 -> 2035[label="",style="solid", color="black", weight=3]; 19.59/8.01 1978[label="compare vwx2201 vwx2401 /= GT",fontsize=16,color="black",shape="box"];1978 -> 2036[label="",style="solid", color="black", weight=3]; 19.59/8.01 1979[label="Nothing <= vwx2401",fontsize=16,color="burlywood",shape="box"];3277[label="vwx2401/Nothing",fontsize=10,color="white",style="solid",shape="box"];1979 -> 3277[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3277 -> 2037[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3278[label="vwx2401/Just vwx24010",fontsize=10,color="white",style="solid",shape="box"];1979 -> 3278[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3278 -> 2038[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 1980[label="Just vwx22010 <= vwx2401",fontsize=16,color="burlywood",shape="box"];3279[label="vwx2401/Nothing",fontsize=10,color="white",style="solid",shape="box"];1980 -> 3279[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3279 -> 2039[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3280[label="vwx2401/Just vwx24010",fontsize=10,color="white",style="solid",shape="box"];1980 -> 3280[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3280 -> 2040[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 1981[label="(vwx22010,vwx22011,vwx22012) <= vwx2401",fontsize=16,color="burlywood",shape="box"];3281[label="vwx2401/(vwx24010,vwx24011,vwx24012)",fontsize=10,color="white",style="solid",shape="box"];1981 -> 3281[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3281 -> 2041[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 1982[label="compare vwx2201 vwx2401 /= GT",fontsize=16,color="black",shape="box"];1982 -> 2042[label="",style="solid", color="black", weight=3]; 19.59/8.01 1983[label="compare vwx2200 vwx2400",fontsize=16,color="black",shape="triangle"];1983 -> 2043[label="",style="solid", color="black", weight=3]; 19.59/8.01 1984[label="LT",fontsize=16,color="green",shape="box"];1985[label="compare vwx2200 vwx2400",fontsize=16,color="black",shape="triangle"];1985 -> 2044[label="",style="solid", color="black", weight=3]; 19.59/8.01 1986[label="LT",fontsize=16,color="green",shape="box"];1987[label="compare vwx2200 vwx2400",fontsize=16,color="black",shape="triangle"];1987 -> 2045[label="",style="solid", color="black", weight=3]; 19.59/8.01 1988[label="LT",fontsize=16,color="green",shape="box"];1989[label="compare vwx2200 vwx2400",fontsize=16,color="burlywood",shape="triangle"];3282[label="vwx2200/()",fontsize=10,color="white",style="solid",shape="box"];1989 -> 3282[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3282 -> 2046[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 1990[label="LT",fontsize=16,color="green",shape="box"];1991[label="compare vwx2200 vwx2400",fontsize=16,color="black",shape="triangle"];1991 -> 2047[label="",style="solid", color="black", weight=3]; 19.59/8.01 1992[label="LT",fontsize=16,color="green",shape="box"];1993[label="compare vwx2200 vwx2400",fontsize=16,color="burlywood",shape="triangle"];3283[label="vwx2200/vwx22000 :% vwx22001",fontsize=10,color="white",style="solid",shape="box"];1993 -> 3283[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3283 -> 2048[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 1994[label="LT",fontsize=16,color="green",shape="box"];1995[label="compare vwx2200 vwx2400",fontsize=16,color="burlywood",shape="triangle"];3284[label="vwx2200/Integer vwx22000",fontsize=10,color="white",style="solid",shape="box"];1995 -> 3284[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3284 -> 2049[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 1996[label="LT",fontsize=16,color="green",shape="box"];1997[label="compare vwx2200 vwx2400",fontsize=16,color="black",shape="triangle"];1997 -> 2050[label="",style="solid", color="black", weight=3]; 19.59/8.01 1998[label="LT",fontsize=16,color="green",shape="box"];1999[label="compare vwx2200 vwx2400",fontsize=16,color="burlywood",shape="triangle"];3285[label="vwx2200/vwx22000 : vwx22001",fontsize=10,color="white",style="solid",shape="box"];1999 -> 3285[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3285 -> 2051[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3286[label="vwx2200/[]",fontsize=10,color="white",style="solid",shape="box"];1999 -> 3286[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3286 -> 2052[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2000[label="LT",fontsize=16,color="green",shape="box"];2001[label="compare vwx2200 vwx2400",fontsize=16,color="black",shape="triangle"];2001 -> 2053[label="",style="solid", color="black", weight=3]; 19.59/8.01 2002[label="LT",fontsize=16,color="green",shape="box"];2003[label="compare vwx2200 vwx2400",fontsize=16,color="black",shape="triangle"];2003 -> 2054[label="",style="solid", color="black", weight=3]; 19.59/8.01 2004[label="LT",fontsize=16,color="green",shape="box"];2005[label="compare vwx2200 vwx2400",fontsize=16,color="black",shape="triangle"];2005 -> 2055[label="",style="solid", color="black", weight=3]; 19.59/8.01 2006[label="LT",fontsize=16,color="green",shape="box"];2007[label="compare vwx2200 vwx2400",fontsize=16,color="black",shape="triangle"];2007 -> 2056[label="",style="solid", color="black", weight=3]; 19.59/8.01 2008[label="LT",fontsize=16,color="green",shape="box"];2009[label="compare1 (vwx88,vwx89) (vwx90,vwx91) False",fontsize=16,color="black",shape="box"];2009 -> 2057[label="",style="solid", color="black", weight=3]; 19.59/8.01 2010[label="compare1 (vwx88,vwx89) (vwx90,vwx91) True",fontsize=16,color="black",shape="box"];2010 -> 2058[label="",style="solid", color="black", weight=3]; 19.59/8.01 2011[label="True",fontsize=16,color="green",shape="box"];976 -> 1056[label="",style="dashed", color="red", weight=0]; 19.59/8.01 976[label="primPlusNat (primMulNat vwx30000 (Succ vwx40100)) (Succ vwx40100)",fontsize=16,color="magenta"];976 -> 1057[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 977[label="Zero",fontsize=16,color="green",shape="box"];978[label="Zero",fontsize=16,color="green",shape="box"];979[label="Zero",fontsize=16,color="green",shape="box"];2012 -> 2059[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2012[label="not (compare vwx2201 vwx2401 == GT)",fontsize=16,color="magenta"];2012 -> 2060[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2013[label="False <= False",fontsize=16,color="black",shape="box"];2013 -> 2068[label="",style="solid", color="black", weight=3]; 19.59/8.01 2014[label="False <= True",fontsize=16,color="black",shape="box"];2014 -> 2069[label="",style="solid", color="black", weight=3]; 19.59/8.01 2015[label="True <= False",fontsize=16,color="black",shape="box"];2015 -> 2070[label="",style="solid", color="black", weight=3]; 19.59/8.01 2016[label="True <= True",fontsize=16,color="black",shape="box"];2016 -> 2071[label="",style="solid", color="black", weight=3]; 19.59/8.01 2017 -> 2059[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2017[label="not (compare vwx2201 vwx2401 == GT)",fontsize=16,color="magenta"];2017 -> 2061[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2018[label="(vwx22010,vwx22011) <= (vwx24010,vwx24011)",fontsize=16,color="black",shape="box"];2018 -> 2072[label="",style="solid", color="black", weight=3]; 19.59/8.01 2019 -> 2059[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2019[label="not (compare vwx2201 vwx2401 == GT)",fontsize=16,color="magenta"];2019 -> 2062[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2020[label="Left vwx22010 <= Left vwx24010",fontsize=16,color="black",shape="box"];2020 -> 2073[label="",style="solid", color="black", weight=3]; 19.59/8.01 2021[label="Left vwx22010 <= Right vwx24010",fontsize=16,color="black",shape="box"];2021 -> 2074[label="",style="solid", color="black", weight=3]; 19.59/8.01 2022[label="Right vwx22010 <= Left vwx24010",fontsize=16,color="black",shape="box"];2022 -> 2075[label="",style="solid", color="black", weight=3]; 19.59/8.01 2023[label="Right vwx22010 <= Right vwx24010",fontsize=16,color="black",shape="box"];2023 -> 2076[label="",style="solid", color="black", weight=3]; 19.59/8.01 2024 -> 2059[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2024[label="not (compare vwx2201 vwx2401 == GT)",fontsize=16,color="magenta"];2024 -> 2063[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2025 -> 2059[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2025[label="not (compare vwx2201 vwx2401 == GT)",fontsize=16,color="magenta"];2025 -> 2064[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2026[label="LT <= LT",fontsize=16,color="black",shape="box"];2026 -> 2077[label="",style="solid", color="black", weight=3]; 19.59/8.01 2027[label="LT <= EQ",fontsize=16,color="black",shape="box"];2027 -> 2078[label="",style="solid", color="black", weight=3]; 19.59/8.01 2028[label="LT <= GT",fontsize=16,color="black",shape="box"];2028 -> 2079[label="",style="solid", color="black", weight=3]; 19.59/8.01 2029[label="EQ <= LT",fontsize=16,color="black",shape="box"];2029 -> 2080[label="",style="solid", color="black", weight=3]; 19.59/8.01 2030[label="EQ <= EQ",fontsize=16,color="black",shape="box"];2030 -> 2081[label="",style="solid", color="black", weight=3]; 19.59/8.01 2031[label="EQ <= GT",fontsize=16,color="black",shape="box"];2031 -> 2082[label="",style="solid", color="black", weight=3]; 19.59/8.01 2032[label="GT <= LT",fontsize=16,color="black",shape="box"];2032 -> 2083[label="",style="solid", color="black", weight=3]; 19.59/8.01 2033[label="GT <= EQ",fontsize=16,color="black",shape="box"];2033 -> 2084[label="",style="solid", color="black", weight=3]; 19.59/8.01 2034[label="GT <= GT",fontsize=16,color="black",shape="box"];2034 -> 2085[label="",style="solid", color="black", weight=3]; 19.59/8.01 2035 -> 2059[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2035[label="not (compare vwx2201 vwx2401 == GT)",fontsize=16,color="magenta"];2035 -> 2065[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2036 -> 2059[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2036[label="not (compare vwx2201 vwx2401 == GT)",fontsize=16,color="magenta"];2036 -> 2066[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2037[label="Nothing <= Nothing",fontsize=16,color="black",shape="box"];2037 -> 2086[label="",style="solid", color="black", weight=3]; 19.59/8.01 2038[label="Nothing <= Just vwx24010",fontsize=16,color="black",shape="box"];2038 -> 2087[label="",style="solid", color="black", weight=3]; 19.59/8.01 2039[label="Just vwx22010 <= Nothing",fontsize=16,color="black",shape="box"];2039 -> 2088[label="",style="solid", color="black", weight=3]; 19.59/8.01 2040[label="Just vwx22010 <= Just vwx24010",fontsize=16,color="black",shape="box"];2040 -> 2089[label="",style="solid", color="black", weight=3]; 19.59/8.01 2041[label="(vwx22010,vwx22011,vwx22012) <= (vwx24010,vwx24011,vwx24012)",fontsize=16,color="black",shape="box"];2041 -> 2090[label="",style="solid", color="black", weight=3]; 19.59/8.01 2042 -> 2059[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2042[label="not (compare vwx2201 vwx2401 == GT)",fontsize=16,color="magenta"];2042 -> 2067[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2043[label="primCmpFloat vwx2200 vwx2400",fontsize=16,color="burlywood",shape="box"];3287[label="vwx2200/Float vwx22000 vwx22001",fontsize=10,color="white",style="solid",shape="box"];2043 -> 3287[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3287 -> 2091[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2044[label="compare3 vwx2200 vwx2400",fontsize=16,color="black",shape="box"];2044 -> 2092[label="",style="solid", color="black", weight=3]; 19.59/8.01 2045[label="primCmpInt vwx2200 vwx2400",fontsize=16,color="burlywood",shape="triangle"];3288[label="vwx2200/Pos vwx22000",fontsize=10,color="white",style="solid",shape="box"];2045 -> 3288[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3288 -> 2093[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3289[label="vwx2200/Neg vwx22000",fontsize=10,color="white",style="solid",shape="box"];2045 -> 3289[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3289 -> 2094[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2046[label="compare () vwx2400",fontsize=16,color="burlywood",shape="box"];3290[label="vwx2400/()",fontsize=10,color="white",style="solid",shape="box"];2046 -> 3290[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3290 -> 2095[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2047[label="compare3 vwx2200 vwx2400",fontsize=16,color="black",shape="box"];2047 -> 2096[label="",style="solid", color="black", weight=3]; 19.59/8.01 2048[label="compare (vwx22000 :% vwx22001) vwx2400",fontsize=16,color="burlywood",shape="box"];3291[label="vwx2400/vwx24000 :% vwx24001",fontsize=10,color="white",style="solid",shape="box"];2048 -> 3291[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3291 -> 2097[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2049[label="compare (Integer vwx22000) vwx2400",fontsize=16,color="burlywood",shape="box"];3292[label="vwx2400/Integer vwx24000",fontsize=10,color="white",style="solid",shape="box"];2049 -> 3292[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3292 -> 2098[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2050[label="compare3 vwx2200 vwx2400",fontsize=16,color="black",shape="box"];2050 -> 2099[label="",style="solid", color="black", weight=3]; 19.59/8.01 2051[label="compare (vwx22000 : vwx22001) vwx2400",fontsize=16,color="burlywood",shape="box"];3293[label="vwx2400/vwx24000 : vwx24001",fontsize=10,color="white",style="solid",shape="box"];2051 -> 3293[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3293 -> 2100[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3294[label="vwx2400/[]",fontsize=10,color="white",style="solid",shape="box"];2051 -> 3294[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3294 -> 2101[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2052[label="compare [] vwx2400",fontsize=16,color="burlywood",shape="box"];3295[label="vwx2400/vwx24000 : vwx24001",fontsize=10,color="white",style="solid",shape="box"];2052 -> 3295[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3295 -> 2102[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3296[label="vwx2400/[]",fontsize=10,color="white",style="solid",shape="box"];2052 -> 3296[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3296 -> 2103[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2053[label="primCmpChar vwx2200 vwx2400",fontsize=16,color="burlywood",shape="box"];3297[label="vwx2200/Char vwx22000",fontsize=10,color="white",style="solid",shape="box"];2053 -> 3297[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3297 -> 2104[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2054[label="compare3 vwx2200 vwx2400",fontsize=16,color="black",shape="box"];2054 -> 2105[label="",style="solid", color="black", weight=3]; 19.59/8.01 2055[label="compare3 vwx2200 vwx2400",fontsize=16,color="black",shape="box"];2055 -> 2106[label="",style="solid", color="black", weight=3]; 19.59/8.01 2056[label="primCmpDouble vwx2200 vwx2400",fontsize=16,color="burlywood",shape="box"];3298[label="vwx2200/Double vwx22000 vwx22001",fontsize=10,color="white",style="solid",shape="box"];2056 -> 3298[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3298 -> 2107[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2057[label="compare0 (vwx88,vwx89) (vwx90,vwx91) otherwise",fontsize=16,color="black",shape="box"];2057 -> 2108[label="",style="solid", color="black", weight=3]; 19.59/8.01 2058[label="LT",fontsize=16,color="green",shape="box"];1057 -> 780[label="",style="dashed", color="red", weight=0]; 19.59/8.01 1057[label="primMulNat vwx30000 (Succ vwx40100)",fontsize=16,color="magenta"];1057 -> 1228[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 1057 -> 1229[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 1056[label="primPlusNat vwx62 (Succ vwx40100)",fontsize=16,color="burlywood",shape="triangle"];3299[label="vwx62/Succ vwx620",fontsize=10,color="white",style="solid",shape="box"];1056 -> 3299[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3299 -> 1230[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3300[label="vwx62/Zero",fontsize=10,color="white",style="solid",shape="box"];1056 -> 3300[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3300 -> 1231[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2060 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2060[label="compare vwx2201 vwx2401 == GT",fontsize=16,color="magenta"];2060 -> 2109[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2060 -> 2110[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2059[label="not vwx94",fontsize=16,color="burlywood",shape="triangle"];3301[label="vwx94/False",fontsize=10,color="white",style="solid",shape="box"];2059 -> 3301[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3301 -> 2111[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3302[label="vwx94/True",fontsize=10,color="white",style="solid",shape="box"];2059 -> 3302[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3302 -> 2112[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2068[label="True",fontsize=16,color="green",shape="box"];2069[label="True",fontsize=16,color="green",shape="box"];2070[label="False",fontsize=16,color="green",shape="box"];2071[label="True",fontsize=16,color="green",shape="box"];2061 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2061[label="compare vwx2201 vwx2401 == GT",fontsize=16,color="magenta"];2061 -> 2113[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2061 -> 2114[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2072 -> 2209[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2072[label="vwx22010 < vwx24010 || vwx22010 == vwx24010 && vwx22011 <= vwx24011",fontsize=16,color="magenta"];2072 -> 2210[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2072 -> 2211[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2062 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2062[label="compare vwx2201 vwx2401 == GT",fontsize=16,color="magenta"];2062 -> 2115[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2062 -> 2116[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2073[label="vwx22010 <= vwx24010",fontsize=16,color="blue",shape="box"];3303[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2073 -> 3303[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3303 -> 2132[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3304[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2073 -> 3304[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3304 -> 2133[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3305[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2073 -> 3305[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3305 -> 2134[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3306[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2073 -> 3306[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3306 -> 2135[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3307[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2073 -> 3307[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3307 -> 2136[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3308[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2073 -> 3308[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3308 -> 2137[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3309[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2073 -> 3309[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3309 -> 2138[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3310[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2073 -> 3310[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3310 -> 2139[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3311[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2073 -> 3311[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3311 -> 2140[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3312[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2073 -> 3312[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3312 -> 2141[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3313[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2073 -> 3313[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3313 -> 2142[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3314[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2073 -> 3314[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3314 -> 2143[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3315[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2073 -> 3315[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3315 -> 2144[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3316[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2073 -> 3316[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3316 -> 2145[label="",style="solid", color="blue", weight=3]; 19.59/8.01 2074[label="True",fontsize=16,color="green",shape="box"];2075[label="False",fontsize=16,color="green",shape="box"];2076[label="vwx22010 <= vwx24010",fontsize=16,color="blue",shape="box"];3317[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3317[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3317 -> 2146[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3318[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3318[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3318 -> 2147[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3319[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3319[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3319 -> 2148[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3320[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3320[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3320 -> 2149[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3321[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3321[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3321 -> 2150[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3322[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3322[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3322 -> 2151[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3323[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3323[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3323 -> 2152[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3324[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3324[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3324 -> 2153[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3325[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3325[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3325 -> 2154[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3326[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3326[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3326 -> 2155[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3327[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3327[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3327 -> 2156[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3328[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3328[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3328 -> 2157[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3329[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3329[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3329 -> 2158[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3330[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2076 -> 3330[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3330 -> 2159[label="",style="solid", color="blue", weight=3]; 19.59/8.01 2063 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2063[label="compare vwx2201 vwx2401 == GT",fontsize=16,color="magenta"];2063 -> 2117[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2063 -> 2118[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2064 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2064[label="compare vwx2201 vwx2401 == GT",fontsize=16,color="magenta"];2064 -> 2119[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2064 -> 2120[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2077[label="True",fontsize=16,color="green",shape="box"];2078[label="True",fontsize=16,color="green",shape="box"];2079[label="True",fontsize=16,color="green",shape="box"];2080[label="False",fontsize=16,color="green",shape="box"];2081[label="True",fontsize=16,color="green",shape="box"];2082[label="True",fontsize=16,color="green",shape="box"];2083[label="False",fontsize=16,color="green",shape="box"];2084[label="False",fontsize=16,color="green",shape="box"];2085[label="True",fontsize=16,color="green",shape="box"];2065 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2065[label="compare vwx2201 vwx2401 == GT",fontsize=16,color="magenta"];2065 -> 2121[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2065 -> 2122[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2066 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2066[label="compare vwx2201 vwx2401 == GT",fontsize=16,color="magenta"];2066 -> 2123[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2066 -> 2124[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2086[label="True",fontsize=16,color="green",shape="box"];2087[label="True",fontsize=16,color="green",shape="box"];2088[label="False",fontsize=16,color="green",shape="box"];2089[label="vwx22010 <= vwx24010",fontsize=16,color="blue",shape="box"];3331[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2089 -> 3331[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3331 -> 2160[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3332[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2089 -> 3332[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3332 -> 2161[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3333[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2089 -> 3333[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3333 -> 2162[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3334[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2089 -> 3334[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3334 -> 2163[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3335[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2089 -> 3335[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3335 -> 2164[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3336[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2089 -> 3336[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3336 -> 2165[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3337[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2089 -> 3337[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3337 -> 2166[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3338[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2089 -> 3338[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3338 -> 2167[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3339[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2089 -> 3339[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3339 -> 2168[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3340[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2089 -> 3340[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3340 -> 2169[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3341[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2089 -> 3341[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3341 -> 2170[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3342[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2089 -> 3342[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3342 -> 2171[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3343[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2089 -> 3343[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3343 -> 2172[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3344[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2089 -> 3344[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3344 -> 2173[label="",style="solid", color="blue", weight=3]; 19.59/8.01 2090 -> 2209[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2090[label="vwx22010 < vwx24010 || vwx22010 == vwx24010 && (vwx22011 < vwx24011 || vwx22011 == vwx24011 && vwx22012 <= vwx24012)",fontsize=16,color="magenta"];2090 -> 2212[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2090 -> 2213[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2067 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2067[label="compare vwx2201 vwx2401 == GT",fontsize=16,color="magenta"];2067 -> 2125[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2067 -> 2126[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2091[label="primCmpFloat (Float vwx22000 vwx22001) vwx2400",fontsize=16,color="burlywood",shape="box"];3345[label="vwx22001/Pos vwx220010",fontsize=10,color="white",style="solid",shape="box"];2091 -> 3345[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3345 -> 2174[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3346[label="vwx22001/Neg vwx220010",fontsize=10,color="white",style="solid",shape="box"];2091 -> 3346[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3346 -> 2175[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2092 -> 2176[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2092[label="compare2 vwx2200 vwx2400 (vwx2200 == vwx2400)",fontsize=16,color="magenta"];2092 -> 2177[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2093[label="primCmpInt (Pos vwx22000) vwx2400",fontsize=16,color="burlywood",shape="box"];3347[label="vwx22000/Succ vwx220000",fontsize=10,color="white",style="solid",shape="box"];2093 -> 3347[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3347 -> 2178[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3348[label="vwx22000/Zero",fontsize=10,color="white",style="solid",shape="box"];2093 -> 3348[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3348 -> 2179[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2094[label="primCmpInt (Neg vwx22000) vwx2400",fontsize=16,color="burlywood",shape="box"];3349[label="vwx22000/Succ vwx220000",fontsize=10,color="white",style="solid",shape="box"];2094 -> 3349[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3349 -> 2180[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3350[label="vwx22000/Zero",fontsize=10,color="white",style="solid",shape="box"];2094 -> 3350[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3350 -> 2181[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2095[label="compare () ()",fontsize=16,color="black",shape="box"];2095 -> 2182[label="",style="solid", color="black", weight=3]; 19.59/8.01 2096 -> 2183[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2096[label="compare2 vwx2200 vwx2400 (vwx2200 == vwx2400)",fontsize=16,color="magenta"];2096 -> 2184[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2097[label="compare (vwx22000 :% vwx22001) (vwx24000 :% vwx24001)",fontsize=16,color="black",shape="box"];2097 -> 2185[label="",style="solid", color="black", weight=3]; 19.59/8.01 2098[label="compare (Integer vwx22000) (Integer vwx24000)",fontsize=16,color="black",shape="box"];2098 -> 2186[label="",style="solid", color="black", weight=3]; 19.59/8.01 2099 -> 2187[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2099[label="compare2 vwx2200 vwx2400 (vwx2200 == vwx2400)",fontsize=16,color="magenta"];2099 -> 2188[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2100[label="compare (vwx22000 : vwx22001) (vwx24000 : vwx24001)",fontsize=16,color="black",shape="box"];2100 -> 2189[label="",style="solid", color="black", weight=3]; 19.59/8.01 2101[label="compare (vwx22000 : vwx22001) []",fontsize=16,color="black",shape="box"];2101 -> 2190[label="",style="solid", color="black", weight=3]; 19.59/8.01 2102[label="compare [] (vwx24000 : vwx24001)",fontsize=16,color="black",shape="box"];2102 -> 2191[label="",style="solid", color="black", weight=3]; 19.59/8.01 2103[label="compare [] []",fontsize=16,color="black",shape="box"];2103 -> 2192[label="",style="solid", color="black", weight=3]; 19.59/8.01 2104[label="primCmpChar (Char vwx22000) vwx2400",fontsize=16,color="burlywood",shape="box"];3351[label="vwx2400/Char vwx24000",fontsize=10,color="white",style="solid",shape="box"];2104 -> 3351[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3351 -> 2193[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2105 -> 2194[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2105[label="compare2 vwx2200 vwx2400 (vwx2200 == vwx2400)",fontsize=16,color="magenta"];2105 -> 2195[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2106 -> 2196[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2106[label="compare2 vwx2200 vwx2400 (vwx2200 == vwx2400)",fontsize=16,color="magenta"];2106 -> 2197[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2107[label="primCmpDouble (Double vwx22000 vwx22001) vwx2400",fontsize=16,color="burlywood",shape="box"];3352[label="vwx22001/Pos vwx220010",fontsize=10,color="white",style="solid",shape="box"];2107 -> 3352[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3352 -> 2198[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3353[label="vwx22001/Neg vwx220010",fontsize=10,color="white",style="solid",shape="box"];2107 -> 3353[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3353 -> 2199[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2108[label="compare0 (vwx88,vwx89) (vwx90,vwx91) True",fontsize=16,color="black",shape="box"];2108 -> 2200[label="",style="solid", color="black", weight=3]; 19.59/8.01 1228[label="Succ vwx40100",fontsize=16,color="green",shape="box"];1229[label="vwx30000",fontsize=16,color="green",shape="box"];1230[label="primPlusNat (Succ vwx620) (Succ vwx40100)",fontsize=16,color="black",shape="box"];1230 -> 1375[label="",style="solid", color="black", weight=3]; 19.59/8.01 1231[label="primPlusNat Zero (Succ vwx40100)",fontsize=16,color="black",shape="box"];1231 -> 1376[label="",style="solid", color="black", weight=3]; 19.59/8.01 2109 -> 1983[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2109[label="compare vwx2201 vwx2401",fontsize=16,color="magenta"];2109 -> 2201[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2109 -> 2202[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2110[label="GT",fontsize=16,color="green",shape="box"];2111[label="not False",fontsize=16,color="black",shape="box"];2111 -> 2203[label="",style="solid", color="black", weight=3]; 19.59/8.01 2112[label="not True",fontsize=16,color="black",shape="box"];2112 -> 2204[label="",style="solid", color="black", weight=3]; 19.59/8.01 2113 -> 1987[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2113[label="compare vwx2201 vwx2401",fontsize=16,color="magenta"];2113 -> 2205[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2113 -> 2206[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2114[label="GT",fontsize=16,color="green",shape="box"];2210 -> 293[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2210[label="vwx22010 == vwx24010 && vwx22011 <= vwx24011",fontsize=16,color="magenta"];2210 -> 2216[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2210 -> 2217[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2211[label="vwx22010 < vwx24010",fontsize=16,color="blue",shape="box"];3354[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2211 -> 3354[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3354 -> 2218[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3355[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2211 -> 3355[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3355 -> 2219[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3356[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2211 -> 3356[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3356 -> 2220[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3357[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2211 -> 3357[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3357 -> 2221[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3358[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2211 -> 3358[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3358 -> 2222[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3359[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2211 -> 3359[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3359 -> 2223[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3360[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2211 -> 3360[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3360 -> 2224[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3361[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2211 -> 3361[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3361 -> 2225[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3362[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2211 -> 3362[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3362 -> 2226[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3363[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2211 -> 3363[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3363 -> 2227[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3364[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2211 -> 3364[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3364 -> 2228[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3365[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2211 -> 3365[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3365 -> 2229[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3366[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2211 -> 3366[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3366 -> 2230[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3367[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2211 -> 3367[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3367 -> 2231[label="",style="solid", color="blue", weight=3]; 19.59/8.01 2209[label="vwx105 || vwx106",fontsize=16,color="burlywood",shape="triangle"];3368[label="vwx105/False",fontsize=10,color="white",style="solid",shape="box"];2209 -> 3368[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3368 -> 2232[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3369[label="vwx105/True",fontsize=10,color="white",style="solid",shape="box"];2209 -> 3369[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3369 -> 2233[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2115 -> 1989[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2115[label="compare vwx2201 vwx2401",fontsize=16,color="magenta"];2115 -> 2234[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2115 -> 2235[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2116[label="GT",fontsize=16,color="green",shape="box"];2132 -> 1905[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2132[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2132 -> 2236[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2132 -> 2237[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2133 -> 1906[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2133[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2133 -> 2238[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2133 -> 2239[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2134 -> 1907[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2134[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2134 -> 2240[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2134 -> 2241[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2135 -> 1908[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2135[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2135 -> 2242[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2135 -> 2243[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2136 -> 1909[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2136[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2136 -> 2244[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2136 -> 2245[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2137 -> 1910[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2137[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2137 -> 2246[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2137 -> 2247[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2138 -> 1911[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2138[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2138 -> 2248[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2138 -> 2249[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2139 -> 1912[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2139[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2139 -> 2250[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2139 -> 2251[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2140 -> 1913[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2140[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2140 -> 2252[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2140 -> 2253[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2141 -> 1914[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2141[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2141 -> 2254[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2141 -> 2255[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2142 -> 1915[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2142[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2142 -> 2256[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2142 -> 2257[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2143 -> 1916[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2143[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2143 -> 2258[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2143 -> 2259[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2144 -> 1917[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2144[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2144 -> 2260[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2144 -> 2261[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2145 -> 1918[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2145[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2145 -> 2262[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2145 -> 2263[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2146 -> 1905[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2146[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2146 -> 2264[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2146 -> 2265[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2147 -> 1906[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2147[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2147 -> 2266[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2147 -> 2267[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2148 -> 1907[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2148[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2148 -> 2268[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2148 -> 2269[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2149 -> 1908[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2149[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2149 -> 2270[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2149 -> 2271[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2150 -> 1909[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2150[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2150 -> 2272[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2150 -> 2273[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2151 -> 1910[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2151[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2151 -> 2274[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2151 -> 2275[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2152 -> 1911[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2152[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2152 -> 2276[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2152 -> 2277[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2153 -> 1912[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2153[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2153 -> 2278[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2153 -> 2279[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2154 -> 1913[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2154[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2154 -> 2280[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2154 -> 2281[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2155 -> 1914[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2155[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2155 -> 2282[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2155 -> 2283[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2156 -> 1915[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2156[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2156 -> 2284[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2156 -> 2285[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2157 -> 1916[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2157[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2157 -> 2286[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2157 -> 2287[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2158 -> 1917[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2158[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2158 -> 2288[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2158 -> 2289[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2159 -> 1918[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2159[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2159 -> 2290[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2159 -> 2291[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2117 -> 1993[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2117[label="compare vwx2201 vwx2401",fontsize=16,color="magenta"];2117 -> 2292[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2117 -> 2293[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2118[label="GT",fontsize=16,color="green",shape="box"];2119 -> 1995[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2119[label="compare vwx2201 vwx2401",fontsize=16,color="magenta"];2119 -> 2294[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2119 -> 2295[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2120[label="GT",fontsize=16,color="green",shape="box"];2121 -> 1999[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2121[label="compare vwx2201 vwx2401",fontsize=16,color="magenta"];2121 -> 2296[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2121 -> 2297[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2122[label="GT",fontsize=16,color="green",shape="box"];2123 -> 2001[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2123[label="compare vwx2201 vwx2401",fontsize=16,color="magenta"];2123 -> 2298[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2123 -> 2299[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2124[label="GT",fontsize=16,color="green",shape="box"];2160 -> 1905[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2160[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2160 -> 2300[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2160 -> 2301[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2161 -> 1906[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2161[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2161 -> 2302[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2161 -> 2303[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2162 -> 1907[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2162[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2162 -> 2304[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2162 -> 2305[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2163 -> 1908[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2163[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2163 -> 2306[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2163 -> 2307[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2164 -> 1909[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2164[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2164 -> 2308[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2164 -> 2309[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2165 -> 1910[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2165[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2165 -> 2310[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2165 -> 2311[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2166 -> 1911[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2166[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2166 -> 2312[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2166 -> 2313[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2167 -> 1912[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2167[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2167 -> 2314[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2167 -> 2315[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2168 -> 1913[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2168[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2168 -> 2316[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2168 -> 2317[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2169 -> 1914[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2169[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2169 -> 2318[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2169 -> 2319[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2170 -> 1915[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2170[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2170 -> 2320[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2170 -> 2321[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2171 -> 1916[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2171[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2171 -> 2322[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2171 -> 2323[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2172 -> 1917[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2172[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2172 -> 2324[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2172 -> 2325[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2173 -> 1918[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2173[label="vwx22010 <= vwx24010",fontsize=16,color="magenta"];2173 -> 2326[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2173 -> 2327[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2212 -> 293[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2212[label="vwx22010 == vwx24010 && (vwx22011 < vwx24011 || vwx22011 == vwx24011 && vwx22012 <= vwx24012)",fontsize=16,color="magenta"];2212 -> 2328[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2212 -> 2329[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2213[label="vwx22010 < vwx24010",fontsize=16,color="blue",shape="box"];3370[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2213 -> 3370[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3370 -> 2330[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3371[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2213 -> 3371[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3371 -> 2331[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3372[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2213 -> 3372[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3372 -> 2332[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3373[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2213 -> 3373[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3373 -> 2333[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3374[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2213 -> 3374[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3374 -> 2334[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3375[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2213 -> 3375[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3375 -> 2335[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3376[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2213 -> 3376[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3376 -> 2336[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3377[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2213 -> 3377[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3377 -> 2337[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3378[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2213 -> 3378[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3378 -> 2338[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3379[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2213 -> 3379[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3379 -> 2339[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3380[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2213 -> 3380[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3380 -> 2340[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3381[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2213 -> 3381[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3381 -> 2341[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3382[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2213 -> 3382[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3382 -> 2342[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3383[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2213 -> 3383[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3383 -> 2343[label="",style="solid", color="blue", weight=3]; 19.59/8.01 2125 -> 2007[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2125[label="compare vwx2201 vwx2401",fontsize=16,color="magenta"];2125 -> 2344[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2125 -> 2345[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2126[label="GT",fontsize=16,color="green",shape="box"];2174[label="primCmpFloat (Float vwx22000 (Pos vwx220010)) vwx2400",fontsize=16,color="burlywood",shape="box"];3384[label="vwx2400/Float vwx24000 vwx24001",fontsize=10,color="white",style="solid",shape="box"];2174 -> 3384[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3384 -> 2346[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2175[label="primCmpFloat (Float vwx22000 (Neg vwx220010)) vwx2400",fontsize=16,color="burlywood",shape="box"];3385[label="vwx2400/Float vwx24000 vwx24001",fontsize=10,color="white",style="solid",shape="box"];2175 -> 3385[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3385 -> 2347[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2177 -> 20[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2177[label="vwx2200 == vwx2400",fontsize=16,color="magenta"];2177 -> 2348[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2177 -> 2349[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2176[label="compare2 vwx2200 vwx2400 vwx97",fontsize=16,color="burlywood",shape="triangle"];3386[label="vwx97/False",fontsize=10,color="white",style="solid",shape="box"];2176 -> 3386[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3386 -> 2350[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3387[label="vwx97/True",fontsize=10,color="white",style="solid",shape="box"];2176 -> 3387[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3387 -> 2351[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2178[label="primCmpInt (Pos (Succ vwx220000)) vwx2400",fontsize=16,color="burlywood",shape="box"];3388[label="vwx2400/Pos vwx24000",fontsize=10,color="white",style="solid",shape="box"];2178 -> 3388[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3388 -> 2352[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3389[label="vwx2400/Neg vwx24000",fontsize=10,color="white",style="solid",shape="box"];2178 -> 3389[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3389 -> 2353[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2179[label="primCmpInt (Pos Zero) vwx2400",fontsize=16,color="burlywood",shape="box"];3390[label="vwx2400/Pos vwx24000",fontsize=10,color="white",style="solid",shape="box"];2179 -> 3390[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3390 -> 2354[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3391[label="vwx2400/Neg vwx24000",fontsize=10,color="white",style="solid",shape="box"];2179 -> 3391[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3391 -> 2355[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2180[label="primCmpInt (Neg (Succ vwx220000)) vwx2400",fontsize=16,color="burlywood",shape="box"];3392[label="vwx2400/Pos vwx24000",fontsize=10,color="white",style="solid",shape="box"];2180 -> 3392[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3392 -> 2356[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3393[label="vwx2400/Neg vwx24000",fontsize=10,color="white",style="solid",shape="box"];2180 -> 3393[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3393 -> 2357[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2181[label="primCmpInt (Neg Zero) vwx2400",fontsize=16,color="burlywood",shape="box"];3394[label="vwx2400/Pos vwx24000",fontsize=10,color="white",style="solid",shape="box"];2181 -> 3394[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3394 -> 2358[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3395[label="vwx2400/Neg vwx24000",fontsize=10,color="white",style="solid",shape="box"];2181 -> 3395[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3395 -> 2359[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2182[label="EQ",fontsize=16,color="green",shape="box"];2184 -> 17[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2184[label="vwx2200 == vwx2400",fontsize=16,color="magenta"];2184 -> 2360[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2184 -> 2361[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2183[label="compare2 vwx2200 vwx2400 vwx98",fontsize=16,color="burlywood",shape="triangle"];3396[label="vwx98/False",fontsize=10,color="white",style="solid",shape="box"];2183 -> 3396[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3396 -> 2362[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3397[label="vwx98/True",fontsize=10,color="white",style="solid",shape="box"];2183 -> 3397[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3397 -> 2363[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2185[label="compare (vwx22000 * vwx24001) (vwx24000 * vwx22001)",fontsize=16,color="blue",shape="box"];3398[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2185 -> 3398[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3398 -> 2364[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3399[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2185 -> 3399[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3399 -> 2365[label="",style="solid", color="blue", weight=3]; 19.59/8.01 2186 -> 2045[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2186[label="primCmpInt vwx22000 vwx24000",fontsize=16,color="magenta"];2186 -> 2366[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2186 -> 2367[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2188 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2188[label="vwx2200 == vwx2400",fontsize=16,color="magenta"];2188 -> 2368[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2188 -> 2369[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2187[label="compare2 vwx2200 vwx2400 vwx99",fontsize=16,color="burlywood",shape="triangle"];3400[label="vwx99/False",fontsize=10,color="white",style="solid",shape="box"];2187 -> 3400[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3400 -> 2370[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3401[label="vwx99/True",fontsize=10,color="white",style="solid",shape="box"];2187 -> 3401[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3401 -> 2371[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2189 -> 2372[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2189[label="primCompAux vwx22000 vwx24000 (compare vwx22001 vwx24001)",fontsize=16,color="magenta"];2189 -> 2373[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2190[label="GT",fontsize=16,color="green",shape="box"];2191[label="LT",fontsize=16,color="green",shape="box"];2192[label="EQ",fontsize=16,color="green",shape="box"];2193[label="primCmpChar (Char vwx22000) (Char vwx24000)",fontsize=16,color="black",shape="box"];2193 -> 2374[label="",style="solid", color="black", weight=3]; 19.59/8.01 2195 -> 28[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2195[label="vwx2200 == vwx2400",fontsize=16,color="magenta"];2195 -> 2375[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2195 -> 2376[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2194[label="compare2 vwx2200 vwx2400 vwx100",fontsize=16,color="burlywood",shape="triangle"];3402[label="vwx100/False",fontsize=10,color="white",style="solid",shape="box"];2194 -> 3402[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3402 -> 2377[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3403[label="vwx100/True",fontsize=10,color="white",style="solid",shape="box"];2194 -> 3403[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3403 -> 2378[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2197 -> 26[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2197[label="vwx2200 == vwx2400",fontsize=16,color="magenta"];2197 -> 2379[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2197 -> 2380[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2196[label="compare2 vwx2200 vwx2400 vwx101",fontsize=16,color="burlywood",shape="triangle"];3404[label="vwx101/False",fontsize=10,color="white",style="solid",shape="box"];2196 -> 3404[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3404 -> 2381[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3405[label="vwx101/True",fontsize=10,color="white",style="solid",shape="box"];2196 -> 3405[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3405 -> 2382[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2198[label="primCmpDouble (Double vwx22000 (Pos vwx220010)) vwx2400",fontsize=16,color="burlywood",shape="box"];3406[label="vwx2400/Double vwx24000 vwx24001",fontsize=10,color="white",style="solid",shape="box"];2198 -> 3406[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3406 -> 2383[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2199[label="primCmpDouble (Double vwx22000 (Neg vwx220010)) vwx2400",fontsize=16,color="burlywood",shape="box"];3407[label="vwx2400/Double vwx24000 vwx24001",fontsize=10,color="white",style="solid",shape="box"];2199 -> 3407[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3407 -> 2384[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2200[label="GT",fontsize=16,color="green",shape="box"];1375[label="Succ (Succ (primPlusNat vwx620 vwx40100))",fontsize=16,color="green",shape="box"];1375 -> 1521[label="",style="dashed", color="green", weight=3]; 19.59/8.01 1376[label="Succ vwx40100",fontsize=16,color="green",shape="box"];2201[label="vwx2401",fontsize=16,color="green",shape="box"];2202[label="vwx2201",fontsize=16,color="green",shape="box"];2203[label="True",fontsize=16,color="green",shape="box"];2204[label="False",fontsize=16,color="green",shape="box"];2205[label="vwx2401",fontsize=16,color="green",shape="box"];2206[label="vwx2201",fontsize=16,color="green",shape="box"];2216[label="vwx22010 == vwx24010",fontsize=16,color="blue",shape="box"];3408[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2216 -> 3408[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3408 -> 2385[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3409[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2216 -> 3409[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3409 -> 2386[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3410[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2216 -> 3410[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3410 -> 2387[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3411[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2216 -> 3411[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3411 -> 2388[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3412[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2216 -> 3412[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3412 -> 2389[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3413[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2216 -> 3413[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3413 -> 2390[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3414[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2216 -> 3414[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3414 -> 2391[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3415[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2216 -> 3415[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3415 -> 2392[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3416[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2216 -> 3416[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3416 -> 2393[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3417[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2216 -> 3417[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3417 -> 2394[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3418[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2216 -> 3418[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3418 -> 2395[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3419[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2216 -> 3419[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3419 -> 2396[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3420[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2216 -> 3420[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3420 -> 2397[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3421[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2216 -> 3421[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3421 -> 2398[label="",style="solid", color="blue", weight=3]; 19.59/8.01 2217[label="vwx22011 <= vwx24011",fontsize=16,color="blue",shape="box"];3422[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2217 -> 3422[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3422 -> 2399[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3423[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2217 -> 3423[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3423 -> 2400[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3424[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2217 -> 3424[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3424 -> 2401[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3425[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2217 -> 3425[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3425 -> 2402[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3426[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2217 -> 3426[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3426 -> 2403[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3427[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2217 -> 3427[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3427 -> 2404[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3428[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2217 -> 3428[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3428 -> 2405[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3429[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2217 -> 3429[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3429 -> 2406[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3430[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2217 -> 3430[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3430 -> 2407[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3431[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2217 -> 3431[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3431 -> 2408[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3432[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2217 -> 3432[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3432 -> 2409[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3433[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2217 -> 3433[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3433 -> 2410[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3434[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2217 -> 3434[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3434 -> 2411[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3435[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2217 -> 3435[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3435 -> 2412[label="",style="solid", color="blue", weight=3]; 19.59/8.01 2218 -> 1875[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2218[label="vwx22010 < vwx24010",fontsize=16,color="magenta"];2218 -> 2413[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2218 -> 2414[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2219 -> 1876[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2219[label="vwx22010 < vwx24010",fontsize=16,color="magenta"];2219 -> 2415[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2219 -> 2416[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2220 -> 1877[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2220[label="vwx22010 < vwx24010",fontsize=16,color="magenta"];2220 -> 2417[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2220 -> 2418[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2221 -> 4[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2221[label="vwx22010 < vwx24010",fontsize=16,color="magenta"];2221 -> 2419[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2221 -> 2420[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2222 -> 1879[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2222[label="vwx22010 < vwx24010",fontsize=16,color="magenta"];2222 -> 2421[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2222 -> 2422[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2223 -> 1880[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2223[label="vwx22010 < vwx24010",fontsize=16,color="magenta"];2223 -> 2423[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2223 -> 2424[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2224 -> 1881[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2224[label="vwx22010 < vwx24010",fontsize=16,color="magenta"];2224 -> 2425[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2224 -> 2426[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2225 -> 1882[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2225[label="vwx22010 < vwx24010",fontsize=16,color="magenta"];2225 -> 2427[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2225 -> 2428[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2226 -> 1883[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2226[label="vwx22010 < vwx24010",fontsize=16,color="magenta"];2226 -> 2429[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2226 -> 2430[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2227 -> 1884[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2227[label="vwx22010 < vwx24010",fontsize=16,color="magenta"];2227 -> 2431[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2227 -> 2432[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2228 -> 1885[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2228[label="vwx22010 < vwx24010",fontsize=16,color="magenta"];2228 -> 2433[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2228 -> 2434[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2229 -> 1886[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2229[label="vwx22010 < vwx24010",fontsize=16,color="magenta"];2229 -> 2435[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2229 -> 2436[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2230 -> 1887[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2230[label="vwx22010 < vwx24010",fontsize=16,color="magenta"];2230 -> 2437[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2230 -> 2438[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2231 -> 1888[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2231[label="vwx22010 < vwx24010",fontsize=16,color="magenta"];2231 -> 2439[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2231 -> 2440[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2232[label="False || vwx106",fontsize=16,color="black",shape="box"];2232 -> 2441[label="",style="solid", color="black", weight=3]; 19.59/8.01 2233[label="True || vwx106",fontsize=16,color="black",shape="box"];2233 -> 2442[label="",style="solid", color="black", weight=3]; 19.59/8.01 2234[label="vwx2401",fontsize=16,color="green",shape="box"];2235[label="vwx2201",fontsize=16,color="green",shape="box"];2236[label="vwx22010",fontsize=16,color="green",shape="box"];2237[label="vwx24010",fontsize=16,color="green",shape="box"];2238[label="vwx22010",fontsize=16,color="green",shape="box"];2239[label="vwx24010",fontsize=16,color="green",shape="box"];2240[label="vwx22010",fontsize=16,color="green",shape="box"];2241[label="vwx24010",fontsize=16,color="green",shape="box"];2242[label="vwx22010",fontsize=16,color="green",shape="box"];2243[label="vwx24010",fontsize=16,color="green",shape="box"];2244[label="vwx22010",fontsize=16,color="green",shape="box"];2245[label="vwx24010",fontsize=16,color="green",shape="box"];2246[label="vwx22010",fontsize=16,color="green",shape="box"];2247[label="vwx24010",fontsize=16,color="green",shape="box"];2248[label="vwx22010",fontsize=16,color="green",shape="box"];2249[label="vwx24010",fontsize=16,color="green",shape="box"];2250[label="vwx22010",fontsize=16,color="green",shape="box"];2251[label="vwx24010",fontsize=16,color="green",shape="box"];2252[label="vwx22010",fontsize=16,color="green",shape="box"];2253[label="vwx24010",fontsize=16,color="green",shape="box"];2254[label="vwx22010",fontsize=16,color="green",shape="box"];2255[label="vwx24010",fontsize=16,color="green",shape="box"];2256[label="vwx22010",fontsize=16,color="green",shape="box"];2257[label="vwx24010",fontsize=16,color="green",shape="box"];2258[label="vwx22010",fontsize=16,color="green",shape="box"];2259[label="vwx24010",fontsize=16,color="green",shape="box"];2260[label="vwx22010",fontsize=16,color="green",shape="box"];2261[label="vwx24010",fontsize=16,color="green",shape="box"];2262[label="vwx22010",fontsize=16,color="green",shape="box"];2263[label="vwx24010",fontsize=16,color="green",shape="box"];2264[label="vwx22010",fontsize=16,color="green",shape="box"];2265[label="vwx24010",fontsize=16,color="green",shape="box"];2266[label="vwx22010",fontsize=16,color="green",shape="box"];2267[label="vwx24010",fontsize=16,color="green",shape="box"];2268[label="vwx22010",fontsize=16,color="green",shape="box"];2269[label="vwx24010",fontsize=16,color="green",shape="box"];2270[label="vwx22010",fontsize=16,color="green",shape="box"];2271[label="vwx24010",fontsize=16,color="green",shape="box"];2272[label="vwx22010",fontsize=16,color="green",shape="box"];2273[label="vwx24010",fontsize=16,color="green",shape="box"];2274[label="vwx22010",fontsize=16,color="green",shape="box"];2275[label="vwx24010",fontsize=16,color="green",shape="box"];2276[label="vwx22010",fontsize=16,color="green",shape="box"];2277[label="vwx24010",fontsize=16,color="green",shape="box"];2278[label="vwx22010",fontsize=16,color="green",shape="box"];2279[label="vwx24010",fontsize=16,color="green",shape="box"];2280[label="vwx22010",fontsize=16,color="green",shape="box"];2281[label="vwx24010",fontsize=16,color="green",shape="box"];2282[label="vwx22010",fontsize=16,color="green",shape="box"];2283[label="vwx24010",fontsize=16,color="green",shape="box"];2284[label="vwx22010",fontsize=16,color="green",shape="box"];2285[label="vwx24010",fontsize=16,color="green",shape="box"];2286[label="vwx22010",fontsize=16,color="green",shape="box"];2287[label="vwx24010",fontsize=16,color="green",shape="box"];2288[label="vwx22010",fontsize=16,color="green",shape="box"];2289[label="vwx24010",fontsize=16,color="green",shape="box"];2290[label="vwx22010",fontsize=16,color="green",shape="box"];2291[label="vwx24010",fontsize=16,color="green",shape="box"];2292[label="vwx2401",fontsize=16,color="green",shape="box"];2293[label="vwx2201",fontsize=16,color="green",shape="box"];2294[label="vwx2401",fontsize=16,color="green",shape="box"];2295[label="vwx2201",fontsize=16,color="green",shape="box"];2296[label="vwx2401",fontsize=16,color="green",shape="box"];2297[label="vwx2201",fontsize=16,color="green",shape="box"];2298[label="vwx2401",fontsize=16,color="green",shape="box"];2299[label="vwx2201",fontsize=16,color="green",shape="box"];2300[label="vwx22010",fontsize=16,color="green",shape="box"];2301[label="vwx24010",fontsize=16,color="green",shape="box"];2302[label="vwx22010",fontsize=16,color="green",shape="box"];2303[label="vwx24010",fontsize=16,color="green",shape="box"];2304[label="vwx22010",fontsize=16,color="green",shape="box"];2305[label="vwx24010",fontsize=16,color="green",shape="box"];2306[label="vwx22010",fontsize=16,color="green",shape="box"];2307[label="vwx24010",fontsize=16,color="green",shape="box"];2308[label="vwx22010",fontsize=16,color="green",shape="box"];2309[label="vwx24010",fontsize=16,color="green",shape="box"];2310[label="vwx22010",fontsize=16,color="green",shape="box"];2311[label="vwx24010",fontsize=16,color="green",shape="box"];2312[label="vwx22010",fontsize=16,color="green",shape="box"];2313[label="vwx24010",fontsize=16,color="green",shape="box"];2314[label="vwx22010",fontsize=16,color="green",shape="box"];2315[label="vwx24010",fontsize=16,color="green",shape="box"];2316[label="vwx22010",fontsize=16,color="green",shape="box"];2317[label="vwx24010",fontsize=16,color="green",shape="box"];2318[label="vwx22010",fontsize=16,color="green",shape="box"];2319[label="vwx24010",fontsize=16,color="green",shape="box"];2320[label="vwx22010",fontsize=16,color="green",shape="box"];2321[label="vwx24010",fontsize=16,color="green",shape="box"];2322[label="vwx22010",fontsize=16,color="green",shape="box"];2323[label="vwx24010",fontsize=16,color="green",shape="box"];2324[label="vwx22010",fontsize=16,color="green",shape="box"];2325[label="vwx24010",fontsize=16,color="green",shape="box"];2326[label="vwx22010",fontsize=16,color="green",shape="box"];2327[label="vwx24010",fontsize=16,color="green",shape="box"];2328[label="vwx22010 == vwx24010",fontsize=16,color="blue",shape="box"];3436[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2328 -> 3436[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3436 -> 2443[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3437[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2328 -> 3437[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3437 -> 2444[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3438[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2328 -> 3438[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3438 -> 2445[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3439[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2328 -> 3439[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3439 -> 2446[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3440[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2328 -> 3440[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3440 -> 2447[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3441[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2328 -> 3441[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3441 -> 2448[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3442[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2328 -> 3442[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3442 -> 2449[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3443[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2328 -> 3443[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3443 -> 2450[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3444[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2328 -> 3444[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3444 -> 2451[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3445[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2328 -> 3445[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3445 -> 2452[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3446[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2328 -> 3446[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3446 -> 2453[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3447[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2328 -> 3447[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3447 -> 2454[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3448[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2328 -> 3448[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3448 -> 2455[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3449[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2328 -> 3449[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3449 -> 2456[label="",style="solid", color="blue", weight=3]; 19.59/8.01 2329 -> 2209[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2329[label="vwx22011 < vwx24011 || vwx22011 == vwx24011 && vwx22012 <= vwx24012",fontsize=16,color="magenta"];2329 -> 2457[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2329 -> 2458[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2330 -> 1875[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2330[label="vwx22010 < vwx24010",fontsize=16,color="magenta"];2330 -> 2459[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2330 -> 2460[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2331 -> 1876[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2331[label="vwx22010 < vwx24010",fontsize=16,color="magenta"];2331 -> 2461[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2331 -> 2462[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2332 -> 1877[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2332[label="vwx22010 < vwx24010",fontsize=16,color="magenta"];2332 -> 2463[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2332 -> 2464[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2333 -> 4[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2333[label="vwx22010 < vwx24010",fontsize=16,color="magenta"];2333 -> 2465[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2333 -> 2466[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2334 -> 1879[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2334[label="vwx22010 < vwx24010",fontsize=16,color="magenta"];2334 -> 2467[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2334 -> 2468[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2335 -> 1880[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2335[label="vwx22010 < vwx24010",fontsize=16,color="magenta"];2335 -> 2469[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2335 -> 2470[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2336 -> 1881[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2336[label="vwx22010 < vwx24010",fontsize=16,color="magenta"];2336 -> 2471[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2336 -> 2472[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2337 -> 1882[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2337[label="vwx22010 < vwx24010",fontsize=16,color="magenta"];2337 -> 2473[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2337 -> 2474[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2338 -> 1883[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2338[label="vwx22010 < vwx24010",fontsize=16,color="magenta"];2338 -> 2475[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2338 -> 2476[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2339 -> 1884[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2339[label="vwx22010 < vwx24010",fontsize=16,color="magenta"];2339 -> 2477[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2339 -> 2478[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2340 -> 1885[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2340[label="vwx22010 < vwx24010",fontsize=16,color="magenta"];2340 -> 2479[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2340 -> 2480[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2341 -> 1886[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2341[label="vwx22010 < vwx24010",fontsize=16,color="magenta"];2341 -> 2481[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2341 -> 2482[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2342 -> 1887[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2342[label="vwx22010 < vwx24010",fontsize=16,color="magenta"];2342 -> 2483[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2342 -> 2484[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2343 -> 1888[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2343[label="vwx22010 < vwx24010",fontsize=16,color="magenta"];2343 -> 2485[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2343 -> 2486[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2344[label="vwx2401",fontsize=16,color="green",shape="box"];2345[label="vwx2201",fontsize=16,color="green",shape="box"];2346[label="primCmpFloat (Float vwx22000 (Pos vwx220010)) (Float vwx24000 vwx24001)",fontsize=16,color="burlywood",shape="box"];3450[label="vwx24001/Pos vwx240010",fontsize=10,color="white",style="solid",shape="box"];2346 -> 3450[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3450 -> 2487[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3451[label="vwx24001/Neg vwx240010",fontsize=10,color="white",style="solid",shape="box"];2346 -> 3451[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3451 -> 2488[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2347[label="primCmpFloat (Float vwx22000 (Neg vwx220010)) (Float vwx24000 vwx24001)",fontsize=16,color="burlywood",shape="box"];3452[label="vwx24001/Pos vwx240010",fontsize=10,color="white",style="solid",shape="box"];2347 -> 3452[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3452 -> 2489[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3453[label="vwx24001/Neg vwx240010",fontsize=10,color="white",style="solid",shape="box"];2347 -> 3453[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3453 -> 2490[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2348[label="vwx2200",fontsize=16,color="green",shape="box"];2349[label="vwx2400",fontsize=16,color="green",shape="box"];2350[label="compare2 vwx2200 vwx2400 False",fontsize=16,color="black",shape="box"];2350 -> 2491[label="",style="solid", color="black", weight=3]; 19.59/8.01 2351[label="compare2 vwx2200 vwx2400 True",fontsize=16,color="black",shape="box"];2351 -> 2492[label="",style="solid", color="black", weight=3]; 19.59/8.01 2352[label="primCmpInt (Pos (Succ vwx220000)) (Pos vwx24000)",fontsize=16,color="black",shape="box"];2352 -> 2493[label="",style="solid", color="black", weight=3]; 19.59/8.01 2353[label="primCmpInt (Pos (Succ vwx220000)) (Neg vwx24000)",fontsize=16,color="black",shape="box"];2353 -> 2494[label="",style="solid", color="black", weight=3]; 19.59/8.01 2354[label="primCmpInt (Pos Zero) (Pos vwx24000)",fontsize=16,color="burlywood",shape="box"];3454[label="vwx24000/Succ vwx240000",fontsize=10,color="white",style="solid",shape="box"];2354 -> 3454[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3454 -> 2495[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3455[label="vwx24000/Zero",fontsize=10,color="white",style="solid",shape="box"];2354 -> 3455[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3455 -> 2496[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2355[label="primCmpInt (Pos Zero) (Neg vwx24000)",fontsize=16,color="burlywood",shape="box"];3456[label="vwx24000/Succ vwx240000",fontsize=10,color="white",style="solid",shape="box"];2355 -> 3456[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3456 -> 2497[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3457[label="vwx24000/Zero",fontsize=10,color="white",style="solid",shape="box"];2355 -> 3457[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3457 -> 2498[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2356[label="primCmpInt (Neg (Succ vwx220000)) (Pos vwx24000)",fontsize=16,color="black",shape="box"];2356 -> 2499[label="",style="solid", color="black", weight=3]; 19.59/8.01 2357[label="primCmpInt (Neg (Succ vwx220000)) (Neg vwx24000)",fontsize=16,color="black",shape="box"];2357 -> 2500[label="",style="solid", color="black", weight=3]; 19.59/8.01 2358[label="primCmpInt (Neg Zero) (Pos vwx24000)",fontsize=16,color="burlywood",shape="box"];3458[label="vwx24000/Succ vwx240000",fontsize=10,color="white",style="solid",shape="box"];2358 -> 3458[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3458 -> 2501[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3459[label="vwx24000/Zero",fontsize=10,color="white",style="solid",shape="box"];2358 -> 3459[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3459 -> 2502[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2359[label="primCmpInt (Neg Zero) (Neg vwx24000)",fontsize=16,color="burlywood",shape="box"];3460[label="vwx24000/Succ vwx240000",fontsize=10,color="white",style="solid",shape="box"];2359 -> 3460[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3460 -> 2503[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3461[label="vwx24000/Zero",fontsize=10,color="white",style="solid",shape="box"];2359 -> 3461[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3461 -> 2504[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2360[label="vwx2200",fontsize=16,color="green",shape="box"];2361[label="vwx2400",fontsize=16,color="green",shape="box"];2362[label="compare2 vwx2200 vwx2400 False",fontsize=16,color="black",shape="box"];2362 -> 2505[label="",style="solid", color="black", weight=3]; 19.59/8.01 2363[label="compare2 vwx2200 vwx2400 True",fontsize=16,color="black",shape="box"];2363 -> 2506[label="",style="solid", color="black", weight=3]; 19.59/8.01 2364 -> 1987[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2364[label="compare (vwx22000 * vwx24001) (vwx24000 * vwx22001)",fontsize=16,color="magenta"];2364 -> 2507[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2364 -> 2508[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2365 -> 1995[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2365[label="compare (vwx22000 * vwx24001) (vwx24000 * vwx22001)",fontsize=16,color="magenta"];2365 -> 2509[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2365 -> 2510[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2366[label="vwx24000",fontsize=16,color="green",shape="box"];2367[label="vwx22000",fontsize=16,color="green",shape="box"];2368[label="vwx2200",fontsize=16,color="green",shape="box"];2369[label="vwx2400",fontsize=16,color="green",shape="box"];2370[label="compare2 vwx2200 vwx2400 False",fontsize=16,color="black",shape="box"];2370 -> 2511[label="",style="solid", color="black", weight=3]; 19.59/8.01 2371[label="compare2 vwx2200 vwx2400 True",fontsize=16,color="black",shape="box"];2371 -> 2512[label="",style="solid", color="black", weight=3]; 19.59/8.01 2373 -> 1999[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2373[label="compare vwx22001 vwx24001",fontsize=16,color="magenta"];2373 -> 2513[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2373 -> 2514[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2372[label="primCompAux vwx22000 vwx24000 vwx107",fontsize=16,color="black",shape="triangle"];2372 -> 2515[label="",style="solid", color="black", weight=3]; 19.59/8.01 2374[label="primCmpNat vwx22000 vwx24000",fontsize=16,color="burlywood",shape="triangle"];3462[label="vwx22000/Succ vwx220000",fontsize=10,color="white",style="solid",shape="box"];2374 -> 3462[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3462 -> 2516[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3463[label="vwx22000/Zero",fontsize=10,color="white",style="solid",shape="box"];2374 -> 3463[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3463 -> 2517[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2375[label="vwx2200",fontsize=16,color="green",shape="box"];2376[label="vwx2400",fontsize=16,color="green",shape="box"];2377[label="compare2 vwx2200 vwx2400 False",fontsize=16,color="black",shape="box"];2377 -> 2518[label="",style="solid", color="black", weight=3]; 19.59/8.01 2378[label="compare2 vwx2200 vwx2400 True",fontsize=16,color="black",shape="box"];2378 -> 2519[label="",style="solid", color="black", weight=3]; 19.59/8.01 2379[label="vwx2200",fontsize=16,color="green",shape="box"];2380[label="vwx2400",fontsize=16,color="green",shape="box"];2381[label="compare2 vwx2200 vwx2400 False",fontsize=16,color="black",shape="box"];2381 -> 2520[label="",style="solid", color="black", weight=3]; 19.59/8.01 2382[label="compare2 vwx2200 vwx2400 True",fontsize=16,color="black",shape="box"];2382 -> 2521[label="",style="solid", color="black", weight=3]; 19.59/8.01 2383[label="primCmpDouble (Double vwx22000 (Pos vwx220010)) (Double vwx24000 vwx24001)",fontsize=16,color="burlywood",shape="box"];3464[label="vwx24001/Pos vwx240010",fontsize=10,color="white",style="solid",shape="box"];2383 -> 3464[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3464 -> 2522[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3465[label="vwx24001/Neg vwx240010",fontsize=10,color="white",style="solid",shape="box"];2383 -> 3465[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3465 -> 2523[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2384[label="primCmpDouble (Double vwx22000 (Neg vwx220010)) (Double vwx24000 vwx24001)",fontsize=16,color="burlywood",shape="box"];3466[label="vwx24001/Pos vwx240010",fontsize=10,color="white",style="solid",shape="box"];2384 -> 3466[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3466 -> 2524[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3467[label="vwx24001/Neg vwx240010",fontsize=10,color="white",style="solid",shape="box"];2384 -> 3467[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3467 -> 2525[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 1521[label="primPlusNat vwx620 vwx40100",fontsize=16,color="burlywood",shape="triangle"];3468[label="vwx620/Succ vwx6200",fontsize=10,color="white",style="solid",shape="box"];1521 -> 3468[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3468 -> 1640[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3469[label="vwx620/Zero",fontsize=10,color="white",style="solid",shape="box"];1521 -> 3469[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3469 -> 1641[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2385 -> 23[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2385[label="vwx22010 == vwx24010",fontsize=16,color="magenta"];2385 -> 2526[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2385 -> 2527[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2386 -> 20[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2386[label="vwx22010 == vwx24010",fontsize=16,color="magenta"];2386 -> 2528[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2386 -> 2529[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2387 -> 22[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2387[label="vwx22010 == vwx24010",fontsize=16,color="magenta"];2387 -> 2530[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2387 -> 2531[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2388 -> 24[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2388[label="vwx22010 == vwx24010",fontsize=16,color="magenta"];2388 -> 2532[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2388 -> 2533[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2389 -> 27[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2389[label="vwx22010 == vwx24010",fontsize=16,color="magenta"];2389 -> 2534[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2389 -> 2535[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2390 -> 17[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2390[label="vwx22010 == vwx24010",fontsize=16,color="magenta"];2390 -> 2536[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2390 -> 2537[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2391 -> 18[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2391[label="vwx22010 == vwx24010",fontsize=16,color="magenta"];2391 -> 2538[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2391 -> 2539[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2392 -> 21[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2392[label="vwx22010 == vwx24010",fontsize=16,color="magenta"];2392 -> 2540[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2392 -> 2541[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2393 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2393[label="vwx22010 == vwx24010",fontsize=16,color="magenta"];2393 -> 2542[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2393 -> 2543[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2394 -> 19[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2394[label="vwx22010 == vwx24010",fontsize=16,color="magenta"];2394 -> 2544[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2394 -> 2545[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2395 -> 30[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2395[label="vwx22010 == vwx24010",fontsize=16,color="magenta"];2395 -> 2546[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2395 -> 2547[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2396 -> 28[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2396[label="vwx22010 == vwx24010",fontsize=16,color="magenta"];2396 -> 2548[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2396 -> 2549[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2397 -> 26[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2397[label="vwx22010 == vwx24010",fontsize=16,color="magenta"];2397 -> 2550[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2397 -> 2551[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2398 -> 29[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2398[label="vwx22010 == vwx24010",fontsize=16,color="magenta"];2398 -> 2552[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2398 -> 2553[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2399 -> 1905[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2399[label="vwx22011 <= vwx24011",fontsize=16,color="magenta"];2399 -> 2554[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2399 -> 2555[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2400 -> 1906[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2400[label="vwx22011 <= vwx24011",fontsize=16,color="magenta"];2400 -> 2556[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2400 -> 2557[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2401 -> 1907[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2401[label="vwx22011 <= vwx24011",fontsize=16,color="magenta"];2401 -> 2558[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2401 -> 2559[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2402 -> 1908[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2402[label="vwx22011 <= vwx24011",fontsize=16,color="magenta"];2402 -> 2560[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2402 -> 2561[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2403 -> 1909[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2403[label="vwx22011 <= vwx24011",fontsize=16,color="magenta"];2403 -> 2562[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2403 -> 2563[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2404 -> 1910[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2404[label="vwx22011 <= vwx24011",fontsize=16,color="magenta"];2404 -> 2564[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2404 -> 2565[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2405 -> 1911[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2405[label="vwx22011 <= vwx24011",fontsize=16,color="magenta"];2405 -> 2566[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2405 -> 2567[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2406 -> 1912[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2406[label="vwx22011 <= vwx24011",fontsize=16,color="magenta"];2406 -> 2568[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2406 -> 2569[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2407 -> 1913[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2407[label="vwx22011 <= vwx24011",fontsize=16,color="magenta"];2407 -> 2570[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2407 -> 2571[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2408 -> 1914[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2408[label="vwx22011 <= vwx24011",fontsize=16,color="magenta"];2408 -> 2572[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2408 -> 2573[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2409 -> 1915[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2409[label="vwx22011 <= vwx24011",fontsize=16,color="magenta"];2409 -> 2574[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2409 -> 2575[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2410 -> 1916[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2410[label="vwx22011 <= vwx24011",fontsize=16,color="magenta"];2410 -> 2576[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2410 -> 2577[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2411 -> 1917[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2411[label="vwx22011 <= vwx24011",fontsize=16,color="magenta"];2411 -> 2578[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2411 -> 2579[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2412 -> 1918[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2412[label="vwx22011 <= vwx24011",fontsize=16,color="magenta"];2412 -> 2580[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2412 -> 2581[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2413[label="vwx24010",fontsize=16,color="green",shape="box"];2414[label="vwx22010",fontsize=16,color="green",shape="box"];2415[label="vwx24010",fontsize=16,color="green",shape="box"];2416[label="vwx22010",fontsize=16,color="green",shape="box"];2417[label="vwx24010",fontsize=16,color="green",shape="box"];2418[label="vwx22010",fontsize=16,color="green",shape="box"];2419[label="vwx22010",fontsize=16,color="green",shape="box"];2420[label="vwx24010",fontsize=16,color="green",shape="box"];2421[label="vwx24010",fontsize=16,color="green",shape="box"];2422[label="vwx22010",fontsize=16,color="green",shape="box"];2423[label="vwx24010",fontsize=16,color="green",shape="box"];2424[label="vwx22010",fontsize=16,color="green",shape="box"];2425[label="vwx24010",fontsize=16,color="green",shape="box"];2426[label="vwx22010",fontsize=16,color="green",shape="box"];2427[label="vwx24010",fontsize=16,color="green",shape="box"];2428[label="vwx22010",fontsize=16,color="green",shape="box"];2429[label="vwx24010",fontsize=16,color="green",shape="box"];2430[label="vwx22010",fontsize=16,color="green",shape="box"];2431[label="vwx24010",fontsize=16,color="green",shape="box"];2432[label="vwx22010",fontsize=16,color="green",shape="box"];2433[label="vwx24010",fontsize=16,color="green",shape="box"];2434[label="vwx22010",fontsize=16,color="green",shape="box"];2435[label="vwx24010",fontsize=16,color="green",shape="box"];2436[label="vwx22010",fontsize=16,color="green",shape="box"];2437[label="vwx24010",fontsize=16,color="green",shape="box"];2438[label="vwx22010",fontsize=16,color="green",shape="box"];2439[label="vwx24010",fontsize=16,color="green",shape="box"];2440[label="vwx22010",fontsize=16,color="green",shape="box"];2441[label="vwx106",fontsize=16,color="green",shape="box"];2442[label="True",fontsize=16,color="green",shape="box"];2443 -> 23[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2443[label="vwx22010 == vwx24010",fontsize=16,color="magenta"];2443 -> 2582[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2443 -> 2583[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2444 -> 20[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2444[label="vwx22010 == vwx24010",fontsize=16,color="magenta"];2444 -> 2584[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2444 -> 2585[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2445 -> 22[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2445[label="vwx22010 == vwx24010",fontsize=16,color="magenta"];2445 -> 2586[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2445 -> 2587[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2446 -> 24[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2446[label="vwx22010 == vwx24010",fontsize=16,color="magenta"];2446 -> 2588[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2446 -> 2589[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2447 -> 27[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2447[label="vwx22010 == vwx24010",fontsize=16,color="magenta"];2447 -> 2590[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2447 -> 2591[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2448 -> 17[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2448[label="vwx22010 == vwx24010",fontsize=16,color="magenta"];2448 -> 2592[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2448 -> 2593[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2449 -> 18[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2449[label="vwx22010 == vwx24010",fontsize=16,color="magenta"];2449 -> 2594[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2449 -> 2595[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2450 -> 21[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2450[label="vwx22010 == vwx24010",fontsize=16,color="magenta"];2450 -> 2596[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2450 -> 2597[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2451 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2451[label="vwx22010 == vwx24010",fontsize=16,color="magenta"];2451 -> 2598[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2451 -> 2599[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2452 -> 19[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2452[label="vwx22010 == vwx24010",fontsize=16,color="magenta"];2452 -> 2600[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2452 -> 2601[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2453 -> 30[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2453[label="vwx22010 == vwx24010",fontsize=16,color="magenta"];2453 -> 2602[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2453 -> 2603[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2454 -> 28[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2454[label="vwx22010 == vwx24010",fontsize=16,color="magenta"];2454 -> 2604[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2454 -> 2605[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2455 -> 26[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2455[label="vwx22010 == vwx24010",fontsize=16,color="magenta"];2455 -> 2606[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2455 -> 2607[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2456 -> 29[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2456[label="vwx22010 == vwx24010",fontsize=16,color="magenta"];2456 -> 2608[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2456 -> 2609[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2457 -> 293[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2457[label="vwx22011 == vwx24011 && vwx22012 <= vwx24012",fontsize=16,color="magenta"];2457 -> 2610[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2457 -> 2611[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2458[label="vwx22011 < vwx24011",fontsize=16,color="blue",shape="box"];3470[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2458 -> 3470[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3470 -> 2612[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3471[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2458 -> 3471[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3471 -> 2613[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3472[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2458 -> 3472[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3472 -> 2614[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3473[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2458 -> 3473[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3473 -> 2615[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3474[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2458 -> 3474[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3474 -> 2616[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3475[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2458 -> 3475[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3475 -> 2617[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3476[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2458 -> 3476[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3476 -> 2618[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3477[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2458 -> 3477[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3477 -> 2619[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3478[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2458 -> 3478[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3478 -> 2620[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3479[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2458 -> 3479[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3479 -> 2621[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3480[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2458 -> 3480[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3480 -> 2622[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3481[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2458 -> 3481[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3481 -> 2623[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3482[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2458 -> 3482[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3482 -> 2624[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3483[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2458 -> 3483[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3483 -> 2625[label="",style="solid", color="blue", weight=3]; 19.59/8.01 2459[label="vwx24010",fontsize=16,color="green",shape="box"];2460[label="vwx22010",fontsize=16,color="green",shape="box"];2461[label="vwx24010",fontsize=16,color="green",shape="box"];2462[label="vwx22010",fontsize=16,color="green",shape="box"];2463[label="vwx24010",fontsize=16,color="green",shape="box"];2464[label="vwx22010",fontsize=16,color="green",shape="box"];2465[label="vwx22010",fontsize=16,color="green",shape="box"];2466[label="vwx24010",fontsize=16,color="green",shape="box"];2467[label="vwx24010",fontsize=16,color="green",shape="box"];2468[label="vwx22010",fontsize=16,color="green",shape="box"];2469[label="vwx24010",fontsize=16,color="green",shape="box"];2470[label="vwx22010",fontsize=16,color="green",shape="box"];2471[label="vwx24010",fontsize=16,color="green",shape="box"];2472[label="vwx22010",fontsize=16,color="green",shape="box"];2473[label="vwx24010",fontsize=16,color="green",shape="box"];2474[label="vwx22010",fontsize=16,color="green",shape="box"];2475[label="vwx24010",fontsize=16,color="green",shape="box"];2476[label="vwx22010",fontsize=16,color="green",shape="box"];2477[label="vwx24010",fontsize=16,color="green",shape="box"];2478[label="vwx22010",fontsize=16,color="green",shape="box"];2479[label="vwx24010",fontsize=16,color="green",shape="box"];2480[label="vwx22010",fontsize=16,color="green",shape="box"];2481[label="vwx24010",fontsize=16,color="green",shape="box"];2482[label="vwx22010",fontsize=16,color="green",shape="box"];2483[label="vwx24010",fontsize=16,color="green",shape="box"];2484[label="vwx22010",fontsize=16,color="green",shape="box"];2485[label="vwx24010",fontsize=16,color="green",shape="box"];2486[label="vwx22010",fontsize=16,color="green",shape="box"];2487[label="primCmpFloat (Float vwx22000 (Pos vwx220010)) (Float vwx24000 (Pos vwx240010))",fontsize=16,color="black",shape="box"];2487 -> 2626[label="",style="solid", color="black", weight=3]; 19.59/8.01 2488[label="primCmpFloat (Float vwx22000 (Pos vwx220010)) (Float vwx24000 (Neg vwx240010))",fontsize=16,color="black",shape="box"];2488 -> 2627[label="",style="solid", color="black", weight=3]; 19.59/8.01 2489[label="primCmpFloat (Float vwx22000 (Neg vwx220010)) (Float vwx24000 (Pos vwx240010))",fontsize=16,color="black",shape="box"];2489 -> 2628[label="",style="solid", color="black", weight=3]; 19.59/8.01 2490[label="primCmpFloat (Float vwx22000 (Neg vwx220010)) (Float vwx24000 (Neg vwx240010))",fontsize=16,color="black",shape="box"];2490 -> 2629[label="",style="solid", color="black", weight=3]; 19.59/8.01 2491 -> 2630[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2491[label="compare1 vwx2200 vwx2400 (vwx2200 <= vwx2400)",fontsize=16,color="magenta"];2491 -> 2631[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2492[label="EQ",fontsize=16,color="green",shape="box"];2493 -> 2374[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2493[label="primCmpNat (Succ vwx220000) vwx24000",fontsize=16,color="magenta"];2493 -> 2632[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2493 -> 2633[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2494[label="GT",fontsize=16,color="green",shape="box"];2495[label="primCmpInt (Pos Zero) (Pos (Succ vwx240000))",fontsize=16,color="black",shape="box"];2495 -> 2634[label="",style="solid", color="black", weight=3]; 19.59/8.01 2496[label="primCmpInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];2496 -> 2635[label="",style="solid", color="black", weight=3]; 19.59/8.01 2497[label="primCmpInt (Pos Zero) (Neg (Succ vwx240000))",fontsize=16,color="black",shape="box"];2497 -> 2636[label="",style="solid", color="black", weight=3]; 19.59/8.01 2498[label="primCmpInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];2498 -> 2637[label="",style="solid", color="black", weight=3]; 19.59/8.01 2499[label="LT",fontsize=16,color="green",shape="box"];2500 -> 2374[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2500[label="primCmpNat vwx24000 (Succ vwx220000)",fontsize=16,color="magenta"];2500 -> 2638[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2500 -> 2639[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2501[label="primCmpInt (Neg Zero) (Pos (Succ vwx240000))",fontsize=16,color="black",shape="box"];2501 -> 2640[label="",style="solid", color="black", weight=3]; 19.59/8.01 2502[label="primCmpInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];2502 -> 2641[label="",style="solid", color="black", weight=3]; 19.59/8.01 2503[label="primCmpInt (Neg Zero) (Neg (Succ vwx240000))",fontsize=16,color="black",shape="box"];2503 -> 2642[label="",style="solid", color="black", weight=3]; 19.59/8.01 2504[label="primCmpInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];2504 -> 2643[label="",style="solid", color="black", weight=3]; 19.59/8.01 2505 -> 2644[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2505[label="compare1 vwx2200 vwx2400 (vwx2200 <= vwx2400)",fontsize=16,color="magenta"];2505 -> 2645[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2506[label="EQ",fontsize=16,color="green",shape="box"];2507 -> 342[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2507[label="vwx24000 * vwx22001",fontsize=16,color="magenta"];2507 -> 2646[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2507 -> 2647[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2508 -> 342[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2508[label="vwx22000 * vwx24001",fontsize=16,color="magenta"];2508 -> 2648[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2508 -> 2649[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2509[label="vwx24000 * vwx22001",fontsize=16,color="burlywood",shape="triangle"];3484[label="vwx24000/Integer vwx240000",fontsize=10,color="white",style="solid",shape="box"];2509 -> 3484[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3484 -> 2650[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2510 -> 2509[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2510[label="vwx22000 * vwx24001",fontsize=16,color="magenta"];2510 -> 2651[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2510 -> 2652[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2511 -> 2653[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2511[label="compare1 vwx2200 vwx2400 (vwx2200 <= vwx2400)",fontsize=16,color="magenta"];2511 -> 2654[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2512[label="EQ",fontsize=16,color="green",shape="box"];2513[label="vwx24001",fontsize=16,color="green",shape="box"];2514[label="vwx22001",fontsize=16,color="green",shape="box"];2515 -> 2655[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2515[label="primCompAux0 vwx107 (compare vwx22000 vwx24000)",fontsize=16,color="magenta"];2515 -> 2656[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2515 -> 2657[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2516[label="primCmpNat (Succ vwx220000) vwx24000",fontsize=16,color="burlywood",shape="box"];3485[label="vwx24000/Succ vwx240000",fontsize=10,color="white",style="solid",shape="box"];2516 -> 3485[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3485 -> 2658[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3486[label="vwx24000/Zero",fontsize=10,color="white",style="solid",shape="box"];2516 -> 3486[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3486 -> 2659[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2517[label="primCmpNat Zero vwx24000",fontsize=16,color="burlywood",shape="box"];3487[label="vwx24000/Succ vwx240000",fontsize=10,color="white",style="solid",shape="box"];2517 -> 3487[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3487 -> 2660[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3488[label="vwx24000/Zero",fontsize=10,color="white",style="solid",shape="box"];2517 -> 3488[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3488 -> 2661[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2518 -> 2662[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2518[label="compare1 vwx2200 vwx2400 (vwx2200 <= vwx2400)",fontsize=16,color="magenta"];2518 -> 2663[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2519[label="EQ",fontsize=16,color="green",shape="box"];2520 -> 2664[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2520[label="compare1 vwx2200 vwx2400 (vwx2200 <= vwx2400)",fontsize=16,color="magenta"];2520 -> 2665[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2521[label="EQ",fontsize=16,color="green",shape="box"];2522[label="primCmpDouble (Double vwx22000 (Pos vwx220010)) (Double vwx24000 (Pos vwx240010))",fontsize=16,color="black",shape="box"];2522 -> 2666[label="",style="solid", color="black", weight=3]; 19.59/8.01 2523[label="primCmpDouble (Double vwx22000 (Pos vwx220010)) (Double vwx24000 (Neg vwx240010))",fontsize=16,color="black",shape="box"];2523 -> 2667[label="",style="solid", color="black", weight=3]; 19.59/8.01 2524[label="primCmpDouble (Double vwx22000 (Neg vwx220010)) (Double vwx24000 (Pos vwx240010))",fontsize=16,color="black",shape="box"];2524 -> 2668[label="",style="solid", color="black", weight=3]; 19.59/8.01 2525[label="primCmpDouble (Double vwx22000 (Neg vwx220010)) (Double vwx24000 (Neg vwx240010))",fontsize=16,color="black",shape="box"];2525 -> 2669[label="",style="solid", color="black", weight=3]; 19.59/8.01 1640[label="primPlusNat (Succ vwx6200) vwx40100",fontsize=16,color="burlywood",shape="box"];3489[label="vwx40100/Succ vwx401000",fontsize=10,color="white",style="solid",shape="box"];1640 -> 3489[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3489 -> 1773[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3490[label="vwx40100/Zero",fontsize=10,color="white",style="solid",shape="box"];1640 -> 3490[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3490 -> 1774[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 1641[label="primPlusNat Zero vwx40100",fontsize=16,color="burlywood",shape="box"];3491[label="vwx40100/Succ vwx401000",fontsize=10,color="white",style="solid",shape="box"];1641 -> 3491[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3491 -> 1775[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3492[label="vwx40100/Zero",fontsize=10,color="white",style="solid",shape="box"];1641 -> 3492[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3492 -> 1776[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2526[label="vwx22010",fontsize=16,color="green",shape="box"];2527[label="vwx24010",fontsize=16,color="green",shape="box"];2528[label="vwx22010",fontsize=16,color="green",shape="box"];2529[label="vwx24010",fontsize=16,color="green",shape="box"];2530[label="vwx22010",fontsize=16,color="green",shape="box"];2531[label="vwx24010",fontsize=16,color="green",shape="box"];2532[label="vwx22010",fontsize=16,color="green",shape="box"];2533[label="vwx24010",fontsize=16,color="green",shape="box"];2534[label="vwx22010",fontsize=16,color="green",shape="box"];2535[label="vwx24010",fontsize=16,color="green",shape="box"];2536[label="vwx22010",fontsize=16,color="green",shape="box"];2537[label="vwx24010",fontsize=16,color="green",shape="box"];2538[label="vwx22010",fontsize=16,color="green",shape="box"];2539[label="vwx24010",fontsize=16,color="green",shape="box"];2540[label="vwx22010",fontsize=16,color="green",shape="box"];2541[label="vwx24010",fontsize=16,color="green",shape="box"];2542[label="vwx22010",fontsize=16,color="green",shape="box"];2543[label="vwx24010",fontsize=16,color="green",shape="box"];2544[label="vwx22010",fontsize=16,color="green",shape="box"];2545[label="vwx24010",fontsize=16,color="green",shape="box"];2546[label="vwx22010",fontsize=16,color="green",shape="box"];2547[label="vwx24010",fontsize=16,color="green",shape="box"];2548[label="vwx22010",fontsize=16,color="green",shape="box"];2549[label="vwx24010",fontsize=16,color="green",shape="box"];2550[label="vwx22010",fontsize=16,color="green",shape="box"];2551[label="vwx24010",fontsize=16,color="green",shape="box"];2552[label="vwx22010",fontsize=16,color="green",shape="box"];2553[label="vwx24010",fontsize=16,color="green",shape="box"];2554[label="vwx22011",fontsize=16,color="green",shape="box"];2555[label="vwx24011",fontsize=16,color="green",shape="box"];2556[label="vwx22011",fontsize=16,color="green",shape="box"];2557[label="vwx24011",fontsize=16,color="green",shape="box"];2558[label="vwx22011",fontsize=16,color="green",shape="box"];2559[label="vwx24011",fontsize=16,color="green",shape="box"];2560[label="vwx22011",fontsize=16,color="green",shape="box"];2561[label="vwx24011",fontsize=16,color="green",shape="box"];2562[label="vwx22011",fontsize=16,color="green",shape="box"];2563[label="vwx24011",fontsize=16,color="green",shape="box"];2564[label="vwx22011",fontsize=16,color="green",shape="box"];2565[label="vwx24011",fontsize=16,color="green",shape="box"];2566[label="vwx22011",fontsize=16,color="green",shape="box"];2567[label="vwx24011",fontsize=16,color="green",shape="box"];2568[label="vwx22011",fontsize=16,color="green",shape="box"];2569[label="vwx24011",fontsize=16,color="green",shape="box"];2570[label="vwx22011",fontsize=16,color="green",shape="box"];2571[label="vwx24011",fontsize=16,color="green",shape="box"];2572[label="vwx22011",fontsize=16,color="green",shape="box"];2573[label="vwx24011",fontsize=16,color="green",shape="box"];2574[label="vwx22011",fontsize=16,color="green",shape="box"];2575[label="vwx24011",fontsize=16,color="green",shape="box"];2576[label="vwx22011",fontsize=16,color="green",shape="box"];2577[label="vwx24011",fontsize=16,color="green",shape="box"];2578[label="vwx22011",fontsize=16,color="green",shape="box"];2579[label="vwx24011",fontsize=16,color="green",shape="box"];2580[label="vwx22011",fontsize=16,color="green",shape="box"];2581[label="vwx24011",fontsize=16,color="green",shape="box"];2582[label="vwx22010",fontsize=16,color="green",shape="box"];2583[label="vwx24010",fontsize=16,color="green",shape="box"];2584[label="vwx22010",fontsize=16,color="green",shape="box"];2585[label="vwx24010",fontsize=16,color="green",shape="box"];2586[label="vwx22010",fontsize=16,color="green",shape="box"];2587[label="vwx24010",fontsize=16,color="green",shape="box"];2588[label="vwx22010",fontsize=16,color="green",shape="box"];2589[label="vwx24010",fontsize=16,color="green",shape="box"];2590[label="vwx22010",fontsize=16,color="green",shape="box"];2591[label="vwx24010",fontsize=16,color="green",shape="box"];2592[label="vwx22010",fontsize=16,color="green",shape="box"];2593[label="vwx24010",fontsize=16,color="green",shape="box"];2594[label="vwx22010",fontsize=16,color="green",shape="box"];2595[label="vwx24010",fontsize=16,color="green",shape="box"];2596[label="vwx22010",fontsize=16,color="green",shape="box"];2597[label="vwx24010",fontsize=16,color="green",shape="box"];2598[label="vwx22010",fontsize=16,color="green",shape="box"];2599[label="vwx24010",fontsize=16,color="green",shape="box"];2600[label="vwx22010",fontsize=16,color="green",shape="box"];2601[label="vwx24010",fontsize=16,color="green",shape="box"];2602[label="vwx22010",fontsize=16,color="green",shape="box"];2603[label="vwx24010",fontsize=16,color="green",shape="box"];2604[label="vwx22010",fontsize=16,color="green",shape="box"];2605[label="vwx24010",fontsize=16,color="green",shape="box"];2606[label="vwx22010",fontsize=16,color="green",shape="box"];2607[label="vwx24010",fontsize=16,color="green",shape="box"];2608[label="vwx22010",fontsize=16,color="green",shape="box"];2609[label="vwx24010",fontsize=16,color="green",shape="box"];2610[label="vwx22011 == vwx24011",fontsize=16,color="blue",shape="box"];3493[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2610 -> 3493[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3493 -> 2670[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3494[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2610 -> 3494[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3494 -> 2671[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3495[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2610 -> 3495[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3495 -> 2672[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3496[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2610 -> 3496[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3496 -> 2673[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3497[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2610 -> 3497[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3497 -> 2674[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3498[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2610 -> 3498[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3498 -> 2675[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3499[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2610 -> 3499[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3499 -> 2676[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3500[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2610 -> 3500[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3500 -> 2677[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3501[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2610 -> 3501[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3501 -> 2678[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3502[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2610 -> 3502[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3502 -> 2679[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3503[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2610 -> 3503[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3503 -> 2680[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3504[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2610 -> 3504[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3504 -> 2681[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3505[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2610 -> 3505[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3505 -> 2682[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3506[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2610 -> 3506[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3506 -> 2683[label="",style="solid", color="blue", weight=3]; 19.59/8.01 2611[label="vwx22012 <= vwx24012",fontsize=16,color="blue",shape="box"];3507[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2611 -> 3507[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3507 -> 2684[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3508[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2611 -> 3508[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3508 -> 2685[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3509[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2611 -> 3509[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3509 -> 2686[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3510[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2611 -> 3510[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3510 -> 2687[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3511[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2611 -> 3511[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3511 -> 2688[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3512[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2611 -> 3512[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3512 -> 2689[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3513[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2611 -> 3513[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3513 -> 2690[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3514[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2611 -> 3514[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3514 -> 2691[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3515[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2611 -> 3515[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3515 -> 2692[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3516[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2611 -> 3516[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3516 -> 2693[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3517[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2611 -> 3517[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3517 -> 2694[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3518[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2611 -> 3518[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3518 -> 2695[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3519[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2611 -> 3519[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3519 -> 2696[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3520[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2611 -> 3520[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3520 -> 2697[label="",style="solid", color="blue", weight=3]; 19.59/8.01 2612 -> 1875[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2612[label="vwx22011 < vwx24011",fontsize=16,color="magenta"];2612 -> 2698[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2612 -> 2699[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2613 -> 1876[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2613[label="vwx22011 < vwx24011",fontsize=16,color="magenta"];2613 -> 2700[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2613 -> 2701[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2614 -> 1877[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2614[label="vwx22011 < vwx24011",fontsize=16,color="magenta"];2614 -> 2702[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2614 -> 2703[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2615 -> 4[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2615[label="vwx22011 < vwx24011",fontsize=16,color="magenta"];2615 -> 2704[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2615 -> 2705[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2616 -> 1879[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2616[label="vwx22011 < vwx24011",fontsize=16,color="magenta"];2616 -> 2706[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2616 -> 2707[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2617 -> 1880[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2617[label="vwx22011 < vwx24011",fontsize=16,color="magenta"];2617 -> 2708[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2617 -> 2709[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2618 -> 1881[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2618[label="vwx22011 < vwx24011",fontsize=16,color="magenta"];2618 -> 2710[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2618 -> 2711[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2619 -> 1882[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2619[label="vwx22011 < vwx24011",fontsize=16,color="magenta"];2619 -> 2712[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2619 -> 2713[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2620 -> 1883[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2620[label="vwx22011 < vwx24011",fontsize=16,color="magenta"];2620 -> 2714[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2620 -> 2715[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2621 -> 1884[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2621[label="vwx22011 < vwx24011",fontsize=16,color="magenta"];2621 -> 2716[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2621 -> 2717[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2622 -> 1885[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2622[label="vwx22011 < vwx24011",fontsize=16,color="magenta"];2622 -> 2718[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2622 -> 2719[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2623 -> 1886[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2623[label="vwx22011 < vwx24011",fontsize=16,color="magenta"];2623 -> 2720[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2623 -> 2721[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2624 -> 1887[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2624[label="vwx22011 < vwx24011",fontsize=16,color="magenta"];2624 -> 2722[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2624 -> 2723[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2625 -> 1888[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2625[label="vwx22011 < vwx24011",fontsize=16,color="magenta"];2625 -> 2724[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2625 -> 2725[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2626 -> 1987[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2626[label="compare (vwx22000 * Pos vwx240010) (Pos vwx220010 * vwx24000)",fontsize=16,color="magenta"];2626 -> 2726[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2626 -> 2727[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2627 -> 1987[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2627[label="compare (vwx22000 * Pos vwx240010) (Neg vwx220010 * vwx24000)",fontsize=16,color="magenta"];2627 -> 2728[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2627 -> 2729[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2628 -> 1987[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2628[label="compare (vwx22000 * Neg vwx240010) (Pos vwx220010 * vwx24000)",fontsize=16,color="magenta"];2628 -> 2730[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2628 -> 2731[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2629 -> 1987[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2629[label="compare (vwx22000 * Neg vwx240010) (Neg vwx220010 * vwx24000)",fontsize=16,color="magenta"];2629 -> 2732[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2629 -> 2733[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2631 -> 1906[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2631[label="vwx2200 <= vwx2400",fontsize=16,color="magenta"];2631 -> 2734[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2631 -> 2735[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2630[label="compare1 vwx2200 vwx2400 vwx108",fontsize=16,color="burlywood",shape="triangle"];3521[label="vwx108/False",fontsize=10,color="white",style="solid",shape="box"];2630 -> 3521[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3521 -> 2736[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3522[label="vwx108/True",fontsize=10,color="white",style="solid",shape="box"];2630 -> 3522[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3522 -> 2737[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2632[label="vwx24000",fontsize=16,color="green",shape="box"];2633[label="Succ vwx220000",fontsize=16,color="green",shape="box"];2634 -> 2374[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2634[label="primCmpNat Zero (Succ vwx240000)",fontsize=16,color="magenta"];2634 -> 2738[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2634 -> 2739[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2635[label="EQ",fontsize=16,color="green",shape="box"];2636[label="GT",fontsize=16,color="green",shape="box"];2637[label="EQ",fontsize=16,color="green",shape="box"];2638[label="Succ vwx220000",fontsize=16,color="green",shape="box"];2639[label="vwx24000",fontsize=16,color="green",shape="box"];2640[label="LT",fontsize=16,color="green",shape="box"];2641[label="EQ",fontsize=16,color="green",shape="box"];2642 -> 2374[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2642[label="primCmpNat (Succ vwx240000) Zero",fontsize=16,color="magenta"];2642 -> 2740[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2642 -> 2741[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2643[label="EQ",fontsize=16,color="green",shape="box"];2645 -> 1910[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2645[label="vwx2200 <= vwx2400",fontsize=16,color="magenta"];2645 -> 2742[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2645 -> 2743[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2644[label="compare1 vwx2200 vwx2400 vwx109",fontsize=16,color="burlywood",shape="triangle"];3523[label="vwx109/False",fontsize=10,color="white",style="solid",shape="box"];2644 -> 3523[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3523 -> 2744[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3524[label="vwx109/True",fontsize=10,color="white",style="solid",shape="box"];2644 -> 3524[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3524 -> 2745[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2646[label="vwx22001",fontsize=16,color="green",shape="box"];2647[label="vwx24000",fontsize=16,color="green",shape="box"];2648[label="vwx24001",fontsize=16,color="green",shape="box"];2649[label="vwx22000",fontsize=16,color="green",shape="box"];2650[label="Integer vwx240000 * vwx22001",fontsize=16,color="burlywood",shape="box"];3525[label="vwx22001/Integer vwx220010",fontsize=10,color="white",style="solid",shape="box"];2650 -> 3525[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3525 -> 2746[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2651[label="vwx22000",fontsize=16,color="green",shape="box"];2652[label="vwx24001",fontsize=16,color="green",shape="box"];2654 -> 1913[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2654[label="vwx2200 <= vwx2400",fontsize=16,color="magenta"];2654 -> 2747[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2654 -> 2748[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2653[label="compare1 vwx2200 vwx2400 vwx110",fontsize=16,color="burlywood",shape="triangle"];3526[label="vwx110/False",fontsize=10,color="white",style="solid",shape="box"];2653 -> 3526[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3526 -> 2749[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3527[label="vwx110/True",fontsize=10,color="white",style="solid",shape="box"];2653 -> 3527[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3527 -> 2750[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2656[label="compare vwx22000 vwx24000",fontsize=16,color="blue",shape="box"];3528[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2656 -> 3528[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3528 -> 2751[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3529[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2656 -> 3529[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3529 -> 2752[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3530[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2656 -> 3530[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3530 -> 2753[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3531[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2656 -> 3531[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3531 -> 2754[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3532[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2656 -> 3532[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3532 -> 2755[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3533[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2656 -> 3533[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3533 -> 2756[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3534[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2656 -> 3534[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3534 -> 2757[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3535[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2656 -> 3535[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3535 -> 2758[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3536[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2656 -> 3536[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3536 -> 2759[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3537[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2656 -> 3537[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3537 -> 2760[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3538[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2656 -> 3538[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3538 -> 2761[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3539[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2656 -> 3539[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3539 -> 2762[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3540[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2656 -> 3540[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3540 -> 2763[label="",style="solid", color="blue", weight=3]; 19.59/8.01 3541[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2656 -> 3541[label="",style="solid", color="blue", weight=9]; 19.59/8.01 3541 -> 2764[label="",style="solid", color="blue", weight=3]; 19.59/8.01 2657[label="vwx107",fontsize=16,color="green",shape="box"];2655[label="primCompAux0 vwx114 vwx115",fontsize=16,color="burlywood",shape="triangle"];3542[label="vwx115/LT",fontsize=10,color="white",style="solid",shape="box"];2655 -> 3542[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3542 -> 2765[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3543[label="vwx115/EQ",fontsize=10,color="white",style="solid",shape="box"];2655 -> 3543[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3543 -> 2766[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3544[label="vwx115/GT",fontsize=10,color="white",style="solid",shape="box"];2655 -> 3544[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3544 -> 2767[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2658[label="primCmpNat (Succ vwx220000) (Succ vwx240000)",fontsize=16,color="black",shape="box"];2658 -> 2768[label="",style="solid", color="black", weight=3]; 19.59/8.01 2659[label="primCmpNat (Succ vwx220000) Zero",fontsize=16,color="black",shape="box"];2659 -> 2769[label="",style="solid", color="black", weight=3]; 19.59/8.01 2660[label="primCmpNat Zero (Succ vwx240000)",fontsize=16,color="black",shape="box"];2660 -> 2770[label="",style="solid", color="black", weight=3]; 19.59/8.01 2661[label="primCmpNat Zero Zero",fontsize=16,color="black",shape="box"];2661 -> 2771[label="",style="solid", color="black", weight=3]; 19.59/8.01 2663 -> 1916[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2663[label="vwx2200 <= vwx2400",fontsize=16,color="magenta"];2663 -> 2772[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2663 -> 2773[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2662[label="compare1 vwx2200 vwx2400 vwx116",fontsize=16,color="burlywood",shape="triangle"];3545[label="vwx116/False",fontsize=10,color="white",style="solid",shape="box"];2662 -> 3545[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3545 -> 2774[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3546[label="vwx116/True",fontsize=10,color="white",style="solid",shape="box"];2662 -> 3546[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3546 -> 2775[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2665 -> 1917[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2665[label="vwx2200 <= vwx2400",fontsize=16,color="magenta"];2665 -> 2776[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2665 -> 2777[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2664[label="compare1 vwx2200 vwx2400 vwx117",fontsize=16,color="burlywood",shape="triangle"];3547[label="vwx117/False",fontsize=10,color="white",style="solid",shape="box"];2664 -> 3547[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3547 -> 2778[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 3548[label="vwx117/True",fontsize=10,color="white",style="solid",shape="box"];2664 -> 3548[label="",style="solid", color="burlywood", weight=9]; 19.59/8.01 3548 -> 2779[label="",style="solid", color="burlywood", weight=3]; 19.59/8.01 2666 -> 1987[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2666[label="compare (vwx22000 * Pos vwx240010) (Pos vwx220010 * vwx24000)",fontsize=16,color="magenta"];2666 -> 2780[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2666 -> 2781[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2667 -> 1987[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2667[label="compare (vwx22000 * Pos vwx240010) (Neg vwx220010 * vwx24000)",fontsize=16,color="magenta"];2667 -> 2782[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2667 -> 2783[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2668 -> 1987[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2668[label="compare (vwx22000 * Neg vwx240010) (Pos vwx220010 * vwx24000)",fontsize=16,color="magenta"];2668 -> 2784[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2668 -> 2785[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2669 -> 1987[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2669[label="compare (vwx22000 * Neg vwx240010) (Neg vwx220010 * vwx24000)",fontsize=16,color="magenta"];2669 -> 2786[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2669 -> 2787[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 1773[label="primPlusNat (Succ vwx6200) (Succ vwx401000)",fontsize=16,color="black",shape="box"];1773 -> 1784[label="",style="solid", color="black", weight=3]; 19.59/8.01 1774[label="primPlusNat (Succ vwx6200) Zero",fontsize=16,color="black",shape="box"];1774 -> 1785[label="",style="solid", color="black", weight=3]; 19.59/8.01 1775[label="primPlusNat Zero (Succ vwx401000)",fontsize=16,color="black",shape="box"];1775 -> 1786[label="",style="solid", color="black", weight=3]; 19.59/8.01 1776[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];1776 -> 1787[label="",style="solid", color="black", weight=3]; 19.59/8.01 2670 -> 23[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2670[label="vwx22011 == vwx24011",fontsize=16,color="magenta"];2670 -> 2788[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2670 -> 2789[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2671 -> 20[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2671[label="vwx22011 == vwx24011",fontsize=16,color="magenta"];2671 -> 2790[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2671 -> 2791[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2672 -> 22[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2672[label="vwx22011 == vwx24011",fontsize=16,color="magenta"];2672 -> 2792[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2672 -> 2793[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2673 -> 24[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2673[label="vwx22011 == vwx24011",fontsize=16,color="magenta"];2673 -> 2794[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2673 -> 2795[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2674 -> 27[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2674[label="vwx22011 == vwx24011",fontsize=16,color="magenta"];2674 -> 2796[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2674 -> 2797[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2675 -> 17[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2675[label="vwx22011 == vwx24011",fontsize=16,color="magenta"];2675 -> 2798[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2675 -> 2799[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2676 -> 18[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2676[label="vwx22011 == vwx24011",fontsize=16,color="magenta"];2676 -> 2800[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2676 -> 2801[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2677 -> 21[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2677[label="vwx22011 == vwx24011",fontsize=16,color="magenta"];2677 -> 2802[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2677 -> 2803[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2678 -> 25[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2678[label="vwx22011 == vwx24011",fontsize=16,color="magenta"];2678 -> 2804[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2678 -> 2805[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2679 -> 19[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2679[label="vwx22011 == vwx24011",fontsize=16,color="magenta"];2679 -> 2806[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2679 -> 2807[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2680 -> 30[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2680[label="vwx22011 == vwx24011",fontsize=16,color="magenta"];2680 -> 2808[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2680 -> 2809[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2681 -> 28[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2681[label="vwx22011 == vwx24011",fontsize=16,color="magenta"];2681 -> 2810[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2681 -> 2811[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2682 -> 26[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2682[label="vwx22011 == vwx24011",fontsize=16,color="magenta"];2682 -> 2812[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2682 -> 2813[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2683 -> 29[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2683[label="vwx22011 == vwx24011",fontsize=16,color="magenta"];2683 -> 2814[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2683 -> 2815[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2684 -> 1905[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2684[label="vwx22012 <= vwx24012",fontsize=16,color="magenta"];2684 -> 2816[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2684 -> 2817[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2685 -> 1906[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2685[label="vwx22012 <= vwx24012",fontsize=16,color="magenta"];2685 -> 2818[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2685 -> 2819[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2686 -> 1907[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2686[label="vwx22012 <= vwx24012",fontsize=16,color="magenta"];2686 -> 2820[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2686 -> 2821[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2687 -> 1908[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2687[label="vwx22012 <= vwx24012",fontsize=16,color="magenta"];2687 -> 2822[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2687 -> 2823[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2688 -> 1909[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2688[label="vwx22012 <= vwx24012",fontsize=16,color="magenta"];2688 -> 2824[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2688 -> 2825[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2689 -> 1910[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2689[label="vwx22012 <= vwx24012",fontsize=16,color="magenta"];2689 -> 2826[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2689 -> 2827[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2690 -> 1911[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2690[label="vwx22012 <= vwx24012",fontsize=16,color="magenta"];2690 -> 2828[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2690 -> 2829[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2691 -> 1912[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2691[label="vwx22012 <= vwx24012",fontsize=16,color="magenta"];2691 -> 2830[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2691 -> 2831[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2692 -> 1913[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2692[label="vwx22012 <= vwx24012",fontsize=16,color="magenta"];2692 -> 2832[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2692 -> 2833[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2693 -> 1914[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2693[label="vwx22012 <= vwx24012",fontsize=16,color="magenta"];2693 -> 2834[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2693 -> 2835[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2694 -> 1915[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2694[label="vwx22012 <= vwx24012",fontsize=16,color="magenta"];2694 -> 2836[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2694 -> 2837[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2695 -> 1916[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2695[label="vwx22012 <= vwx24012",fontsize=16,color="magenta"];2695 -> 2838[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2695 -> 2839[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2696 -> 1917[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2696[label="vwx22012 <= vwx24012",fontsize=16,color="magenta"];2696 -> 2840[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2696 -> 2841[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2697 -> 1918[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2697[label="vwx22012 <= vwx24012",fontsize=16,color="magenta"];2697 -> 2842[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2697 -> 2843[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2698[label="vwx24011",fontsize=16,color="green",shape="box"];2699[label="vwx22011",fontsize=16,color="green",shape="box"];2700[label="vwx24011",fontsize=16,color="green",shape="box"];2701[label="vwx22011",fontsize=16,color="green",shape="box"];2702[label="vwx24011",fontsize=16,color="green",shape="box"];2703[label="vwx22011",fontsize=16,color="green",shape="box"];2704[label="vwx22011",fontsize=16,color="green",shape="box"];2705[label="vwx24011",fontsize=16,color="green",shape="box"];2706[label="vwx24011",fontsize=16,color="green",shape="box"];2707[label="vwx22011",fontsize=16,color="green",shape="box"];2708[label="vwx24011",fontsize=16,color="green",shape="box"];2709[label="vwx22011",fontsize=16,color="green",shape="box"];2710[label="vwx24011",fontsize=16,color="green",shape="box"];2711[label="vwx22011",fontsize=16,color="green",shape="box"];2712[label="vwx24011",fontsize=16,color="green",shape="box"];2713[label="vwx22011",fontsize=16,color="green",shape="box"];2714[label="vwx24011",fontsize=16,color="green",shape="box"];2715[label="vwx22011",fontsize=16,color="green",shape="box"];2716[label="vwx24011",fontsize=16,color="green",shape="box"];2717[label="vwx22011",fontsize=16,color="green",shape="box"];2718[label="vwx24011",fontsize=16,color="green",shape="box"];2719[label="vwx22011",fontsize=16,color="green",shape="box"];2720[label="vwx24011",fontsize=16,color="green",shape="box"];2721[label="vwx22011",fontsize=16,color="green",shape="box"];2722[label="vwx24011",fontsize=16,color="green",shape="box"];2723[label="vwx22011",fontsize=16,color="green",shape="box"];2724[label="vwx24011",fontsize=16,color="green",shape="box"];2725[label="vwx22011",fontsize=16,color="green",shape="box"];2726 -> 342[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2726[label="Pos vwx220010 * vwx24000",fontsize=16,color="magenta"];2726 -> 2844[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2726 -> 2845[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2727 -> 342[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2727[label="vwx22000 * Pos vwx240010",fontsize=16,color="magenta"];2727 -> 2846[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2727 -> 2847[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2728 -> 342[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2728[label="Neg vwx220010 * vwx24000",fontsize=16,color="magenta"];2728 -> 2848[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2728 -> 2849[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2729 -> 342[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2729[label="vwx22000 * Pos vwx240010",fontsize=16,color="magenta"];2729 -> 2850[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2729 -> 2851[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2730 -> 342[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2730[label="Pos vwx220010 * vwx24000",fontsize=16,color="magenta"];2730 -> 2852[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2730 -> 2853[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2731 -> 342[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2731[label="vwx22000 * Neg vwx240010",fontsize=16,color="magenta"];2731 -> 2854[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2731 -> 2855[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2732 -> 342[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2732[label="Neg vwx220010 * vwx24000",fontsize=16,color="magenta"];2732 -> 2856[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2732 -> 2857[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2733 -> 342[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2733[label="vwx22000 * Neg vwx240010",fontsize=16,color="magenta"];2733 -> 2858[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2733 -> 2859[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2734[label="vwx2200",fontsize=16,color="green",shape="box"];2735[label="vwx2400",fontsize=16,color="green",shape="box"];2736[label="compare1 vwx2200 vwx2400 False",fontsize=16,color="black",shape="box"];2736 -> 2860[label="",style="solid", color="black", weight=3]; 19.59/8.01 2737[label="compare1 vwx2200 vwx2400 True",fontsize=16,color="black",shape="box"];2737 -> 2861[label="",style="solid", color="black", weight=3]; 19.59/8.01 2738[label="Succ vwx240000",fontsize=16,color="green",shape="box"];2739[label="Zero",fontsize=16,color="green",shape="box"];2740[label="Zero",fontsize=16,color="green",shape="box"];2741[label="Succ vwx240000",fontsize=16,color="green",shape="box"];2742[label="vwx2200",fontsize=16,color="green",shape="box"];2743[label="vwx2400",fontsize=16,color="green",shape="box"];2744[label="compare1 vwx2200 vwx2400 False",fontsize=16,color="black",shape="box"];2744 -> 2862[label="",style="solid", color="black", weight=3]; 19.59/8.01 2745[label="compare1 vwx2200 vwx2400 True",fontsize=16,color="black",shape="box"];2745 -> 2863[label="",style="solid", color="black", weight=3]; 19.59/8.01 2746[label="Integer vwx240000 * Integer vwx220010",fontsize=16,color="black",shape="box"];2746 -> 2864[label="",style="solid", color="black", weight=3]; 19.59/8.01 2747[label="vwx2200",fontsize=16,color="green",shape="box"];2748[label="vwx2400",fontsize=16,color="green",shape="box"];2749[label="compare1 vwx2200 vwx2400 False",fontsize=16,color="black",shape="box"];2749 -> 2865[label="",style="solid", color="black", weight=3]; 19.59/8.01 2750[label="compare1 vwx2200 vwx2400 True",fontsize=16,color="black",shape="box"];2750 -> 2866[label="",style="solid", color="black", weight=3]; 19.59/8.01 2751 -> 1983[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2751[label="compare vwx22000 vwx24000",fontsize=16,color="magenta"];2751 -> 2867[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2751 -> 2868[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2752 -> 1985[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2752[label="compare vwx22000 vwx24000",fontsize=16,color="magenta"];2752 -> 2869[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2752 -> 2870[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2753 -> 1987[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2753[label="compare vwx22000 vwx24000",fontsize=16,color="magenta"];2753 -> 2871[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2753 -> 2872[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2754[label="compare vwx22000 vwx24000",fontsize=16,color="black",shape="box"];2754 -> 2873[label="",style="solid", color="black", weight=3]; 19.59/8.01 2755 -> 1989[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2755[label="compare vwx22000 vwx24000",fontsize=16,color="magenta"];2755 -> 2874[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2755 -> 2875[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2756 -> 1991[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2756[label="compare vwx22000 vwx24000",fontsize=16,color="magenta"];2756 -> 2876[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2756 -> 2877[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2757 -> 1993[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2757[label="compare vwx22000 vwx24000",fontsize=16,color="magenta"];2757 -> 2878[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2757 -> 2879[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2758 -> 1995[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2758[label="compare vwx22000 vwx24000",fontsize=16,color="magenta"];2758 -> 2880[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2758 -> 2881[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2759 -> 1997[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2759[label="compare vwx22000 vwx24000",fontsize=16,color="magenta"];2759 -> 2882[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2759 -> 2883[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2760 -> 1999[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2760[label="compare vwx22000 vwx24000",fontsize=16,color="magenta"];2760 -> 2884[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2760 -> 2885[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2761 -> 2001[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2761[label="compare vwx22000 vwx24000",fontsize=16,color="magenta"];2761 -> 2886[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2761 -> 2887[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2762 -> 2003[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2762[label="compare vwx22000 vwx24000",fontsize=16,color="magenta"];2762 -> 2888[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2762 -> 2889[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2763 -> 2005[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2763[label="compare vwx22000 vwx24000",fontsize=16,color="magenta"];2763 -> 2890[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2763 -> 2891[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2764 -> 2007[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2764[label="compare vwx22000 vwx24000",fontsize=16,color="magenta"];2764 -> 2892[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2764 -> 2893[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2765[label="primCompAux0 vwx114 LT",fontsize=16,color="black",shape="box"];2765 -> 2894[label="",style="solid", color="black", weight=3]; 19.59/8.01 2766[label="primCompAux0 vwx114 EQ",fontsize=16,color="black",shape="box"];2766 -> 2895[label="",style="solid", color="black", weight=3]; 19.59/8.01 2767[label="primCompAux0 vwx114 GT",fontsize=16,color="black",shape="box"];2767 -> 2896[label="",style="solid", color="black", weight=3]; 19.59/8.01 2768 -> 2374[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2768[label="primCmpNat vwx220000 vwx240000",fontsize=16,color="magenta"];2768 -> 2897[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2768 -> 2898[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2769[label="GT",fontsize=16,color="green",shape="box"];2770[label="LT",fontsize=16,color="green",shape="box"];2771[label="EQ",fontsize=16,color="green",shape="box"];2772[label="vwx2200",fontsize=16,color="green",shape="box"];2773[label="vwx2400",fontsize=16,color="green",shape="box"];2774[label="compare1 vwx2200 vwx2400 False",fontsize=16,color="black",shape="box"];2774 -> 2899[label="",style="solid", color="black", weight=3]; 19.59/8.01 2775[label="compare1 vwx2200 vwx2400 True",fontsize=16,color="black",shape="box"];2775 -> 2900[label="",style="solid", color="black", weight=3]; 19.59/8.01 2776[label="vwx2200",fontsize=16,color="green",shape="box"];2777[label="vwx2400",fontsize=16,color="green",shape="box"];2778[label="compare1 vwx2200 vwx2400 False",fontsize=16,color="black",shape="box"];2778 -> 2901[label="",style="solid", color="black", weight=3]; 19.59/8.01 2779[label="compare1 vwx2200 vwx2400 True",fontsize=16,color="black",shape="box"];2779 -> 2902[label="",style="solid", color="black", weight=3]; 19.59/8.01 2780 -> 342[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2780[label="Pos vwx220010 * vwx24000",fontsize=16,color="magenta"];2780 -> 2903[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2780 -> 2904[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2781 -> 342[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2781[label="vwx22000 * Pos vwx240010",fontsize=16,color="magenta"];2781 -> 2905[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2781 -> 2906[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2782 -> 342[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2782[label="Neg vwx220010 * vwx24000",fontsize=16,color="magenta"];2782 -> 2907[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2782 -> 2908[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2783 -> 342[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2783[label="vwx22000 * Pos vwx240010",fontsize=16,color="magenta"];2783 -> 2909[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2783 -> 2910[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2784 -> 342[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2784[label="Pos vwx220010 * vwx24000",fontsize=16,color="magenta"];2784 -> 2911[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2784 -> 2912[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2785 -> 342[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2785[label="vwx22000 * Neg vwx240010",fontsize=16,color="magenta"];2785 -> 2913[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2785 -> 2914[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2786 -> 342[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2786[label="Neg vwx220010 * vwx24000",fontsize=16,color="magenta"];2786 -> 2915[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2786 -> 2916[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2787 -> 342[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2787[label="vwx22000 * Neg vwx240010",fontsize=16,color="magenta"];2787 -> 2917[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2787 -> 2918[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 1784[label="Succ (Succ (primPlusNat vwx6200 vwx401000))",fontsize=16,color="green",shape="box"];1784 -> 1820[label="",style="dashed", color="green", weight=3]; 19.59/8.01 1785[label="Succ vwx6200",fontsize=16,color="green",shape="box"];1786[label="Succ vwx401000",fontsize=16,color="green",shape="box"];1787[label="Zero",fontsize=16,color="green",shape="box"];2788[label="vwx22011",fontsize=16,color="green",shape="box"];2789[label="vwx24011",fontsize=16,color="green",shape="box"];2790[label="vwx22011",fontsize=16,color="green",shape="box"];2791[label="vwx24011",fontsize=16,color="green",shape="box"];2792[label="vwx22011",fontsize=16,color="green",shape="box"];2793[label="vwx24011",fontsize=16,color="green",shape="box"];2794[label="vwx22011",fontsize=16,color="green",shape="box"];2795[label="vwx24011",fontsize=16,color="green",shape="box"];2796[label="vwx22011",fontsize=16,color="green",shape="box"];2797[label="vwx24011",fontsize=16,color="green",shape="box"];2798[label="vwx22011",fontsize=16,color="green",shape="box"];2799[label="vwx24011",fontsize=16,color="green",shape="box"];2800[label="vwx22011",fontsize=16,color="green",shape="box"];2801[label="vwx24011",fontsize=16,color="green",shape="box"];2802[label="vwx22011",fontsize=16,color="green",shape="box"];2803[label="vwx24011",fontsize=16,color="green",shape="box"];2804[label="vwx22011",fontsize=16,color="green",shape="box"];2805[label="vwx24011",fontsize=16,color="green",shape="box"];2806[label="vwx22011",fontsize=16,color="green",shape="box"];2807[label="vwx24011",fontsize=16,color="green",shape="box"];2808[label="vwx22011",fontsize=16,color="green",shape="box"];2809[label="vwx24011",fontsize=16,color="green",shape="box"];2810[label="vwx22011",fontsize=16,color="green",shape="box"];2811[label="vwx24011",fontsize=16,color="green",shape="box"];2812[label="vwx22011",fontsize=16,color="green",shape="box"];2813[label="vwx24011",fontsize=16,color="green",shape="box"];2814[label="vwx22011",fontsize=16,color="green",shape="box"];2815[label="vwx24011",fontsize=16,color="green",shape="box"];2816[label="vwx22012",fontsize=16,color="green",shape="box"];2817[label="vwx24012",fontsize=16,color="green",shape="box"];2818[label="vwx22012",fontsize=16,color="green",shape="box"];2819[label="vwx24012",fontsize=16,color="green",shape="box"];2820[label="vwx22012",fontsize=16,color="green",shape="box"];2821[label="vwx24012",fontsize=16,color="green",shape="box"];2822[label="vwx22012",fontsize=16,color="green",shape="box"];2823[label="vwx24012",fontsize=16,color="green",shape="box"];2824[label="vwx22012",fontsize=16,color="green",shape="box"];2825[label="vwx24012",fontsize=16,color="green",shape="box"];2826[label="vwx22012",fontsize=16,color="green",shape="box"];2827[label="vwx24012",fontsize=16,color="green",shape="box"];2828[label="vwx22012",fontsize=16,color="green",shape="box"];2829[label="vwx24012",fontsize=16,color="green",shape="box"];2830[label="vwx22012",fontsize=16,color="green",shape="box"];2831[label="vwx24012",fontsize=16,color="green",shape="box"];2832[label="vwx22012",fontsize=16,color="green",shape="box"];2833[label="vwx24012",fontsize=16,color="green",shape="box"];2834[label="vwx22012",fontsize=16,color="green",shape="box"];2835[label="vwx24012",fontsize=16,color="green",shape="box"];2836[label="vwx22012",fontsize=16,color="green",shape="box"];2837[label="vwx24012",fontsize=16,color="green",shape="box"];2838[label="vwx22012",fontsize=16,color="green",shape="box"];2839[label="vwx24012",fontsize=16,color="green",shape="box"];2840[label="vwx22012",fontsize=16,color="green",shape="box"];2841[label="vwx24012",fontsize=16,color="green",shape="box"];2842[label="vwx22012",fontsize=16,color="green",shape="box"];2843[label="vwx24012",fontsize=16,color="green",shape="box"];2844[label="vwx24000",fontsize=16,color="green",shape="box"];2845[label="Pos vwx220010",fontsize=16,color="green",shape="box"];2846[label="Pos vwx240010",fontsize=16,color="green",shape="box"];2847[label="vwx22000",fontsize=16,color="green",shape="box"];2848[label="vwx24000",fontsize=16,color="green",shape="box"];2849[label="Neg vwx220010",fontsize=16,color="green",shape="box"];2850[label="Pos vwx240010",fontsize=16,color="green",shape="box"];2851[label="vwx22000",fontsize=16,color="green",shape="box"];2852[label="vwx24000",fontsize=16,color="green",shape="box"];2853[label="Pos vwx220010",fontsize=16,color="green",shape="box"];2854[label="Neg vwx240010",fontsize=16,color="green",shape="box"];2855[label="vwx22000",fontsize=16,color="green",shape="box"];2856[label="vwx24000",fontsize=16,color="green",shape="box"];2857[label="Neg vwx220010",fontsize=16,color="green",shape="box"];2858[label="Neg vwx240010",fontsize=16,color="green",shape="box"];2859[label="vwx22000",fontsize=16,color="green",shape="box"];2860[label="compare0 vwx2200 vwx2400 otherwise",fontsize=16,color="black",shape="box"];2860 -> 2919[label="",style="solid", color="black", weight=3]; 19.59/8.01 2861[label="LT",fontsize=16,color="green",shape="box"];2862[label="compare0 vwx2200 vwx2400 otherwise",fontsize=16,color="black",shape="box"];2862 -> 2920[label="",style="solid", color="black", weight=3]; 19.59/8.01 2863[label="LT",fontsize=16,color="green",shape="box"];2864[label="Integer (primMulInt vwx240000 vwx220010)",fontsize=16,color="green",shape="box"];2864 -> 2921[label="",style="dashed", color="green", weight=3]; 19.59/8.01 2865[label="compare0 vwx2200 vwx2400 otherwise",fontsize=16,color="black",shape="box"];2865 -> 2922[label="",style="solid", color="black", weight=3]; 19.59/8.01 2866[label="LT",fontsize=16,color="green",shape="box"];2867[label="vwx24000",fontsize=16,color="green",shape="box"];2868[label="vwx22000",fontsize=16,color="green",shape="box"];2869[label="vwx24000",fontsize=16,color="green",shape="box"];2870[label="vwx22000",fontsize=16,color="green",shape="box"];2871[label="vwx24000",fontsize=16,color="green",shape="box"];2872[label="vwx22000",fontsize=16,color="green",shape="box"];2873[label="compare3 vwx22000 vwx24000",fontsize=16,color="black",shape="box"];2873 -> 2923[label="",style="solid", color="black", weight=3]; 19.59/8.01 2874[label="vwx24000",fontsize=16,color="green",shape="box"];2875[label="vwx22000",fontsize=16,color="green",shape="box"];2876[label="vwx24000",fontsize=16,color="green",shape="box"];2877[label="vwx22000",fontsize=16,color="green",shape="box"];2878[label="vwx24000",fontsize=16,color="green",shape="box"];2879[label="vwx22000",fontsize=16,color="green",shape="box"];2880[label="vwx24000",fontsize=16,color="green",shape="box"];2881[label="vwx22000",fontsize=16,color="green",shape="box"];2882[label="vwx24000",fontsize=16,color="green",shape="box"];2883[label="vwx22000",fontsize=16,color="green",shape="box"];2884[label="vwx24000",fontsize=16,color="green",shape="box"];2885[label="vwx22000",fontsize=16,color="green",shape="box"];2886[label="vwx24000",fontsize=16,color="green",shape="box"];2887[label="vwx22000",fontsize=16,color="green",shape="box"];2888[label="vwx24000",fontsize=16,color="green",shape="box"];2889[label="vwx22000",fontsize=16,color="green",shape="box"];2890[label="vwx24000",fontsize=16,color="green",shape="box"];2891[label="vwx22000",fontsize=16,color="green",shape="box"];2892[label="vwx24000",fontsize=16,color="green",shape="box"];2893[label="vwx22000",fontsize=16,color="green",shape="box"];2894[label="LT",fontsize=16,color="green",shape="box"];2895[label="vwx114",fontsize=16,color="green",shape="box"];2896[label="GT",fontsize=16,color="green",shape="box"];2897[label="vwx240000",fontsize=16,color="green",shape="box"];2898[label="vwx220000",fontsize=16,color="green",shape="box"];2899[label="compare0 vwx2200 vwx2400 otherwise",fontsize=16,color="black",shape="box"];2899 -> 2924[label="",style="solid", color="black", weight=3]; 19.59/8.01 2900[label="LT",fontsize=16,color="green",shape="box"];2901[label="compare0 vwx2200 vwx2400 otherwise",fontsize=16,color="black",shape="box"];2901 -> 2925[label="",style="solid", color="black", weight=3]; 19.59/8.01 2902[label="LT",fontsize=16,color="green",shape="box"];2903[label="vwx24000",fontsize=16,color="green",shape="box"];2904[label="Pos vwx220010",fontsize=16,color="green",shape="box"];2905[label="Pos vwx240010",fontsize=16,color="green",shape="box"];2906[label="vwx22000",fontsize=16,color="green",shape="box"];2907[label="vwx24000",fontsize=16,color="green",shape="box"];2908[label="Neg vwx220010",fontsize=16,color="green",shape="box"];2909[label="Pos vwx240010",fontsize=16,color="green",shape="box"];2910[label="vwx22000",fontsize=16,color="green",shape="box"];2911[label="vwx24000",fontsize=16,color="green",shape="box"];2912[label="Pos vwx220010",fontsize=16,color="green",shape="box"];2913[label="Neg vwx240010",fontsize=16,color="green",shape="box"];2914[label="vwx22000",fontsize=16,color="green",shape="box"];2915[label="vwx24000",fontsize=16,color="green",shape="box"];2916[label="Neg vwx220010",fontsize=16,color="green",shape="box"];2917[label="Neg vwx240010",fontsize=16,color="green",shape="box"];2918[label="vwx22000",fontsize=16,color="green",shape="box"];1820 -> 1521[label="",style="dashed", color="red", weight=0]; 19.59/8.01 1820[label="primPlusNat vwx6200 vwx401000",fontsize=16,color="magenta"];1820 -> 1851[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 1820 -> 1852[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2919[label="compare0 vwx2200 vwx2400 True",fontsize=16,color="black",shape="box"];2919 -> 2926[label="",style="solid", color="black", weight=3]; 19.59/8.01 2920[label="compare0 vwx2200 vwx2400 True",fontsize=16,color="black",shape="box"];2920 -> 2927[label="",style="solid", color="black", weight=3]; 19.59/8.01 2921 -> 500[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2921[label="primMulInt vwx240000 vwx220010",fontsize=16,color="magenta"];2921 -> 2928[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2921 -> 2929[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2922[label="compare0 vwx2200 vwx2400 True",fontsize=16,color="black",shape="box"];2922 -> 2930[label="",style="solid", color="black", weight=3]; 19.59/8.01 2923 -> 1793[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2923[label="compare2 vwx22000 vwx24000 (vwx22000 == vwx24000)",fontsize=16,color="magenta"];2923 -> 2931[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2923 -> 2932[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2923 -> 2933[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2924[label="compare0 vwx2200 vwx2400 True",fontsize=16,color="black",shape="box"];2924 -> 2934[label="",style="solid", color="black", weight=3]; 19.59/8.01 2925[label="compare0 vwx2200 vwx2400 True",fontsize=16,color="black",shape="box"];2925 -> 2935[label="",style="solid", color="black", weight=3]; 19.59/8.01 1851[label="vwx401000",fontsize=16,color="green",shape="box"];1852[label="vwx6200",fontsize=16,color="green",shape="box"];2926[label="GT",fontsize=16,color="green",shape="box"];2927[label="GT",fontsize=16,color="green",shape="box"];2928[label="vwx220010",fontsize=16,color="green",shape="box"];2929[label="vwx240000",fontsize=16,color="green",shape="box"];2930[label="GT",fontsize=16,color="green",shape="box"];2931[label="vwx24000",fontsize=16,color="green",shape="box"];2932[label="vwx22000",fontsize=16,color="green",shape="box"];2933 -> 24[label="",style="dashed", color="red", weight=0]; 19.59/8.01 2933[label="vwx22000 == vwx24000",fontsize=16,color="magenta"];2933 -> 2936[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2933 -> 2937[label="",style="dashed", color="magenta", weight=3]; 19.59/8.01 2934[label="GT",fontsize=16,color="green",shape="box"];2935[label="GT",fontsize=16,color="green",shape="box"];2936[label="vwx22000",fontsize=16,color="green",shape="box"];2937[label="vwx24000",fontsize=16,color="green",shape="box"];} 19.59/8.01 19.59/8.01 ---------------------------------------- 19.59/8.01 19.59/8.01 (14) 19.59/8.01 Complex Obligation (AND) 19.59/8.01 19.59/8.01 ---------------------------------------- 19.59/8.01 19.59/8.01 (15) 19.59/8.01 Obligation: 19.59/8.01 Q DP problem: 19.59/8.01 The TRS P consists of the following rules: 19.59/8.01 19.59/8.01 new_primCmpNat(Succ(vwx220000), Succ(vwx240000)) -> new_primCmpNat(vwx220000, vwx240000) 19.59/8.01 19.59/8.01 R is empty. 19.59/8.01 Q is empty. 19.59/8.01 We have to consider all minimal (P,Q,R)-chains. 19.59/8.01 ---------------------------------------- 19.59/8.01 19.59/8.01 (16) QDPSizeChangeProof (EQUIVALENT) 19.59/8.01 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. 19.59/8.01 19.59/8.01 From the DPs we obtained the following set of size-change graphs: 19.59/8.01 *new_primCmpNat(Succ(vwx220000), Succ(vwx240000)) -> new_primCmpNat(vwx220000, vwx240000) 19.59/8.01 The graph contains the following edges 1 > 1, 2 > 2 19.59/8.01 19.59/8.01 19.59/8.01 ---------------------------------------- 19.59/8.01 19.59/8.01 (17) 19.59/8.01 YES 19.59/8.01 19.59/8.01 ---------------------------------------- 19.59/8.01 19.59/8.01 (18) 19.59/8.01 Obligation: 19.59/8.01 Q DP problem: 19.59/8.01 The TRS P consists of the following rules: 19.59/8.01 19.59/8.01 new_compare2(@2(vwx2200, Left(vwx22010)), @2(vwx2400, Left(vwx24010)), False, bb, app(app(ty_Either, app(ty_Maybe, ef)), eb)) -> new_ltEs2(vwx22010, vwx24010, ef) 19.59/8.01 new_compare2(@2(vwx2200, @2(vwx22010, vwx22011)), @2(vwx2400, @2(vwx24010, vwx24011)), False, bb, app(app(ty_@2, app(app(app(ty_@3, de), df), dg)), cg)) -> new_lt3(vwx22010, vwx24010, de, df, dg) 19.59/8.01 new_ltEs0(Left(vwx22010), Left(vwx24010), app(ty_Maybe, ef), eb) -> new_ltEs2(vwx22010, vwx24010, ef) 19.59/8.01 new_compare2(@2(:(vwx22000, vwx22001), vwx2201), @2(:(vwx24000, vwx24001), vwx2401), False, app(ty_[], beb), bdg) -> new_primCompAux(vwx22000, vwx24000, new_compare0(vwx22001, vwx24001, beb), beb) 19.59/8.01 new_ltEs3(@3(vwx22010, vwx22011, vwx22012), @3(vwx24010, vwx24011, vwx24012), app(app(ty_@2, bcd), bce), hh, bbd) -> new_lt(vwx22010, vwx24010, bcd, bce) 19.59/8.01 new_esEs4(vwx11, vwx12, vwx13, vwx14, True, h, ba) -> new_compare2(@2(vwx11, vwx12), @2(vwx13, vwx14), new_esEs5(vwx12, vwx14, ba), h, ba) 19.59/8.01 new_compare2(@2(vwx2200, vwx2201), @2(vwx2400, vwx2401), False, app(app(app(ty_@3, bed), bee), bef), bdg) -> new_compare22(vwx2200, vwx2400, new_esEs8(vwx2200, vwx2400, bed, bee, bef), bed, bee, bef) 19.59/8.01 new_ltEs3(@3(vwx22010, vwx22011, vwx22012), @3(vwx24010, vwx24011, vwx24012), hg, hh, app(ty_Maybe, baf)) -> new_ltEs2(vwx22012, vwx24012, baf) 19.59/8.01 new_ltEs3(@3(vwx22010, vwx22011, vwx22012), @3(vwx24010, vwx24011, vwx24012), hg, app(ty_Maybe, bbh), bbd) -> new_lt2(vwx22011, vwx24011, bbh) 19.59/8.01 new_ltEs0(Right(vwx22010), Right(vwx24010), fb, app(app(app(ty_@3, gb), gc), gd)) -> new_ltEs3(vwx22010, vwx24010, gb, gc, gd) 19.59/8.01 new_compare2(@2(vwx2200, @3(vwx22010, vwx22011, vwx22012)), @2(vwx2400, @3(vwx24010, vwx24011, vwx24012)), False, bb, app(app(app(ty_@3, hg), app(ty_[], bbg)), bbd)) -> new_lt1(vwx22011, vwx24011, bbg) 19.59/8.01 new_lt1(:(vwx22000, vwx22001), :(vwx24000, vwx24001), beb) -> new_primCompAux(vwx22000, vwx24000, new_compare0(vwx22001, vwx24001, beb), beb) 19.59/8.01 new_primCompAux(vwx22000, vwx24000, vwx107, app(app(ty_@2, beg), beh)) -> new_compare2(vwx22000, vwx24000, new_esEs9(vwx22000, vwx24000, beg, beh), beg, beh) 19.59/8.01 new_ltEs(@2(vwx22010, vwx22011), @2(vwx24010, vwx24011), bc, app(ty_Maybe, ca)) -> new_ltEs2(vwx22011, vwx24011, ca) 19.59/8.01 new_compare2(@2(vwx2200, @3(vwx22010, vwx22011, vwx22012)), @2(vwx2400, @3(vwx24010, vwx24011, vwx24012)), False, bb, app(app(app(ty_@3, hg), hh), app(app(ty_@2, baa), bab))) -> new_ltEs(vwx22012, vwx24012, baa, bab) 19.59/8.01 new_lt(@2(vwx30, vwx31), @2(vwx40, vwx41), bfh, bga) -> new_esEs4(vwx30, vwx31, vwx40, vwx41, new_esEs10(vwx30, vwx40, bfh), bfh, bga) 19.59/8.01 new_lt1(:(vwx22000, vwx22001), :(vwx24000, vwx24001), beb) -> new_compare(vwx22001, vwx24001, beb) 19.59/8.01 new_compare2(@2(vwx2200, Right(vwx22010)), @2(vwx2400, Right(vwx24010)), False, bb, app(app(ty_Either, fb), app(ty_Maybe, ga))) -> new_ltEs2(vwx22010, vwx24010, ga) 19.59/8.01 new_ltEs0(Right(vwx22010), Right(vwx24010), fb, app(ty_Maybe, ga)) -> new_ltEs2(vwx22010, vwx24010, ga) 19.59/8.01 new_compare2(@2(vwx2200, @3(vwx22010, vwx22011, vwx22012)), @2(vwx2400, @3(vwx24010, vwx24011, vwx24012)), False, bb, app(app(app(ty_@3, hg), hh), app(app(app(ty_@3, bag), bah), bba))) -> new_ltEs3(vwx22012, vwx24012, bag, bah, bba) 19.59/8.01 new_compare2(@2(vwx2200, @2(vwx22010, vwx22011)), @2(vwx2400, @2(vwx24010, vwx24011)), False, bb, app(app(ty_@2, app(ty_[], dc)), cg)) -> new_lt1(vwx22010, vwx24010, dc) 19.59/8.01 new_ltEs0(Left(vwx22010), Left(vwx24010), app(app(ty_@2, dh), ea), eb) -> new_ltEs(vwx22010, vwx24010, dh, ea) 19.59/8.01 new_compare2(@2(vwx2200, Right(vwx22010)), @2(vwx2400, Right(vwx24010)), False, bb, app(app(ty_Either, fb), app(app(ty_Either, ff), fg))) -> new_ltEs0(vwx22010, vwx24010, ff, fg) 19.59/8.01 new_ltEs3(@3(vwx22010, vwx22011, vwx22012), @3(vwx24010, vwx24011, vwx24012), hg, hh, app(app(ty_@2, baa), bab)) -> new_ltEs(vwx22012, vwx24012, baa, bab) 19.59/8.01 new_compare2(@2(vwx2200, Left(vwx22010)), @2(vwx2400, Left(vwx24010)), False, bb, app(app(ty_Either, app(app(app(ty_@3, eg), eh), fa)), eb)) -> new_ltEs3(vwx22010, vwx24010, eg, eh, fa) 19.59/8.01 new_ltEs3(@3(vwx22010, vwx22011, vwx22012), @3(vwx24010, vwx24011, vwx24012), hg, hh, app(app(app(ty_@3, bag), bah), bba)) -> new_ltEs3(vwx22012, vwx24012, bag, bah, bba) 19.59/8.01 new_compare2(@2(vwx2200, Right(vwx22010)), @2(vwx2400, Right(vwx24010)), False, bb, app(app(ty_Either, fb), app(ty_[], fh))) -> new_ltEs1(vwx22010, vwx24010, fh) 19.59/8.01 new_ltEs2(Just(vwx22010), Just(vwx24010), app(app(app(ty_@3, hd), he), hf)) -> new_ltEs3(vwx22010, vwx24010, hd, he, hf) 19.59/8.01 new_compare2(@2(vwx2200, Just(vwx22010)), @2(vwx2400, Just(vwx24010)), False, bb, app(ty_Maybe, app(app(ty_@2, gf), gg))) -> new_ltEs(vwx22010, vwx24010, gf, gg) 19.59/8.01 new_compare22(vwx2200, vwx2400, False, bed, bee, bef) -> new_ltEs3(vwx2200, vwx2400, bed, bee, bef) 19.59/8.01 new_compare2(@2(vwx2200, @3(vwx22010, vwx22011, vwx22012)), @2(vwx2400, @3(vwx24010, vwx24011, vwx24012)), False, bb, app(app(app(ty_@3, app(app(ty_Either, bcf), bcg)), hh), bbd)) -> new_lt0(vwx22010, vwx24010, bcf, bcg) 19.59/8.01 new_compare2(@2(vwx2200, Just(vwx22010)), @2(vwx2400, Just(vwx24010)), False, bb, app(ty_Maybe, app(ty_[], hb))) -> new_ltEs1(vwx22010, vwx24010, hb) 19.59/8.01 new_compare2(@2(vwx2200, @3(vwx22010, vwx22011, vwx22012)), @2(vwx2400, @3(vwx24010, vwx24011, vwx24012)), False, bb, app(app(app(ty_@3, hg), app(app(ty_Either, bbe), bbf)), bbd)) -> new_lt0(vwx22011, vwx24011, bbe, bbf) 19.59/8.01 new_compare2(@2(vwx2200, @2(vwx22010, vwx22011)), @2(vwx2400, @2(vwx24010, vwx24011)), False, bb, app(app(ty_@2, bc), app(ty_[], bh))) -> new_ltEs1(vwx22011, vwx24011, bh) 19.59/8.01 new_ltEs2(Just(vwx22010), Just(vwx24010), app(app(ty_@2, gf), gg)) -> new_ltEs(vwx22010, vwx24010, gf, gg) 19.59/8.01 new_compare2(@2(vwx2200, @2(vwx22010, vwx22011)), @2(vwx2400, @2(vwx24010, vwx24011)), False, bb, app(app(ty_@2, bc), app(app(ty_@2, bd), be))) -> new_ltEs(vwx22011, vwx24011, bd, be) 19.59/8.01 new_ltEs(@2(vwx22010, vwx22011), @2(vwx24010, vwx24011), app(ty_Maybe, dd), cg) -> new_lt2(vwx22010, vwx24010, dd) 19.59/8.01 new_compare2(@2(:(vwx22000, vwx22001), vwx2201), @2(:(vwx24000, vwx24001), vwx2401), False, app(ty_[], beb), bdg) -> new_compare(vwx22001, vwx24001, beb) 19.59/8.01 new_compare2(@2(vwx2200, @3(vwx22010, vwx22011, vwx22012)), @2(vwx2400, @3(vwx24010, vwx24011, vwx24012)), False, bb, app(app(app(ty_@3, hg), hh), app(ty_[], bae))) -> new_ltEs1(vwx22012, vwx24012, bae) 19.59/8.01 new_primCompAux(vwx22000, vwx24000, vwx107, app(app(ty_Either, bfa), bfb)) -> new_compare1(vwx22000, vwx24000, bfa, bfb) 19.59/8.01 new_compare2(@2(vwx2200, @2(vwx22010, vwx22011)), @2(vwx2400, @2(vwx24010, vwx24011)), False, bb, app(app(ty_@2, bc), app(app(ty_Either, bf), bg))) -> new_ltEs0(vwx22011, vwx24011, bf, bg) 19.59/8.01 new_compare2(@2(vwx2200, Left(vwx22010)), @2(vwx2400, Left(vwx24010)), False, bb, app(app(ty_Either, app(ty_[], ee)), eb)) -> new_ltEs1(vwx22010, vwx24010, ee) 19.59/8.01 new_compare2(@2(vwx2200, Left(vwx22010)), @2(vwx2400, Left(vwx24010)), False, bb, app(app(ty_Either, app(app(ty_Either, ec), ed)), eb)) -> new_ltEs0(vwx22010, vwx24010, ec, ed) 19.59/8.01 new_ltEs(@2(vwx22010, vwx22011), @2(vwx24010, vwx24011), bc, app(app(ty_@2, bd), be)) -> new_ltEs(vwx22011, vwx24011, bd, be) 19.59/8.01 new_ltEs3(@3(vwx22010, vwx22011, vwx22012), @3(vwx24010, vwx24011, vwx24012), app(app(app(ty_@3, bdb), bdc), bdd), hh, bbd) -> new_lt3(vwx22010, vwx24010, bdb, bdc, bdd) 19.59/8.01 new_compare2(@2(vwx2200, Right(vwx22010)), @2(vwx2400, Right(vwx24010)), False, bb, app(app(ty_Either, fb), app(app(app(ty_@3, gb), gc), gd))) -> new_ltEs3(vwx22010, vwx24010, gb, gc, gd) 19.59/8.01 new_compare2(@2(vwx2200, @2(vwx22010, vwx22011)), @2(vwx2400, @2(vwx24010, vwx24011)), False, bb, app(app(ty_@2, app(app(ty_Either, da), db)), cg)) -> new_lt0(vwx22010, vwx24010, da, db) 19.59/8.01 new_compare2(@2(vwx2200, @2(vwx22010, vwx22011)), @2(vwx2400, @2(vwx24010, vwx24011)), False, bb, app(app(ty_@2, bc), app(app(app(ty_@3, cb), cc), cd))) -> new_ltEs3(vwx22011, vwx24011, cb, cc, cd) 19.59/8.01 new_compare3(vwx2200, vwx2400, bec) -> new_compare21(vwx2200, vwx2400, new_esEs7(vwx2200, vwx2400, bec), bec) 19.59/8.01 new_compare4(vwx2200, vwx2400, bed, bee, bef) -> new_compare22(vwx2200, vwx2400, new_esEs8(vwx2200, vwx2400, bed, bee, bef), bed, bee, bef) 19.59/8.01 new_ltEs2(Just(vwx22010), Just(vwx24010), app(ty_Maybe, hc)) -> new_ltEs2(vwx22010, vwx24010, hc) 19.59/8.01 new_compare2(@2(vwx2200, Left(vwx22010)), @2(vwx2400, Left(vwx24010)), False, bb, app(app(ty_Either, app(app(ty_@2, dh), ea)), eb)) -> new_ltEs(vwx22010, vwx24010, dh, ea) 19.59/8.01 new_compare20(vwx2200, vwx2400, False, bdh, bea) -> new_ltEs0(vwx2200, vwx2400, bdh, bea) 19.59/8.01 new_ltEs0(Right(vwx22010), Right(vwx24010), fb, app(app(ty_@2, fc), fd)) -> new_ltEs(vwx22010, vwx24010, fc, fd) 19.59/8.01 new_compare2(@2(vwx2200, @3(vwx22010, vwx22011, vwx22012)), @2(vwx2400, @3(vwx24010, vwx24011, vwx24012)), False, bb, app(app(app(ty_@3, app(ty_[], bch)), hh), bbd)) -> new_lt1(vwx22010, vwx24010, bch) 19.59/8.01 new_ltEs2(Just(vwx22010), Just(vwx24010), app(ty_[], hb)) -> new_ltEs1(vwx22010, vwx24010, hb) 19.59/8.01 new_lt2(vwx2200, vwx2400, bec) -> new_compare21(vwx2200, vwx2400, new_esEs7(vwx2200, vwx2400, bec), bec) 19.59/8.01 new_primCompAux(vwx22000, vwx24000, vwx107, app(ty_Maybe, bfd)) -> new_compare3(vwx22000, vwx24000, bfd) 19.59/8.01 new_compare2(@2(vwx2200, @3(vwx22010, vwx22011, vwx22012)), @2(vwx2400, @3(vwx24010, vwx24011, vwx24012)), False, bb, app(app(app(ty_@3, hg), hh), app(app(ty_Either, bac), bad))) -> new_ltEs0(vwx22012, vwx24012, bac, bad) 19.59/8.01 new_lt0(vwx2200, vwx2400, bdh, bea) -> new_compare20(vwx2200, vwx2400, new_esEs6(vwx2200, vwx2400, bdh, bea), bdh, bea) 19.59/8.01 new_ltEs(@2(vwx22010, vwx22011), @2(vwx24010, vwx24011), app(app(ty_@2, ce), cf), cg) -> new_lt(vwx22010, vwx24010, ce, cf) 19.59/8.01 new_compare2(@2(vwx2200, vwx2201), @2(vwx2400, vwx2401), False, app(app(ty_Either, bdh), bea), bdg) -> new_compare20(vwx2200, vwx2400, new_esEs6(vwx2200, vwx2400, bdh, bea), bdh, bea) 19.59/8.01 new_primCompAux(vwx22000, vwx24000, vwx107, app(app(app(ty_@3, bfe), bff), bfg)) -> new_compare4(vwx22000, vwx24000, bfe, bff, bfg) 19.59/8.01 new_compare2(@2(vwx2200, vwx2201), @2(vwx2400, vwx2401), False, app(ty_Maybe, bec), bdg) -> new_compare21(vwx2200, vwx2400, new_esEs7(vwx2200, vwx2400, bec), bec) 19.59/8.01 new_ltEs3(@3(vwx22010, vwx22011, vwx22012), @3(vwx24010, vwx24011, vwx24012), app(ty_Maybe, bda), hh, bbd) -> new_lt2(vwx22010, vwx24010, bda) 19.59/8.01 new_ltEs0(Left(vwx22010), Left(vwx24010), app(ty_[], ee), eb) -> new_ltEs1(vwx22010, vwx24010, ee) 19.59/8.01 new_compare2(@2(vwx2200, vwx2201), @2(vwx2400, vwx2401), False, bb, app(ty_[], ge)) -> new_compare(vwx2201, vwx2401, ge) 19.59/8.01 new_ltEs0(Right(vwx22010), Right(vwx24010), fb, app(app(ty_Either, ff), fg)) -> new_ltEs0(vwx22010, vwx24010, ff, fg) 19.59/8.01 new_compare2(@2(vwx2200, @3(vwx22010, vwx22011, vwx22012)), @2(vwx2400, @3(vwx24010, vwx24011, vwx24012)), False, bb, app(app(app(ty_@3, app(ty_Maybe, bda)), hh), bbd)) -> new_lt2(vwx22010, vwx24010, bda) 19.59/8.01 new_compare2(@2(vwx2200, @3(vwx22010, vwx22011, vwx22012)), @2(vwx2400, @3(vwx24010, vwx24011, vwx24012)), False, bb, app(app(app(ty_@3, app(app(app(ty_@3, bdb), bdc), bdd)), hh), bbd)) -> new_lt3(vwx22010, vwx24010, bdb, bdc, bdd) 19.59/8.01 new_ltEs0(Left(vwx22010), Left(vwx24010), app(app(ty_Either, ec), ed), eb) -> new_ltEs0(vwx22010, vwx24010, ec, ed) 19.59/8.01 new_ltEs3(@3(vwx22010, vwx22011, vwx22012), @3(vwx24010, vwx24011, vwx24012), hg, hh, app(ty_[], bae)) -> new_ltEs1(vwx22012, vwx24012, bae) 19.59/8.01 new_ltEs(@2(vwx22010, vwx22011), @2(vwx24010, vwx24011), bc, app(ty_[], bh)) -> new_ltEs1(vwx22011, vwx24011, bh) 19.59/8.01 new_ltEs3(@3(vwx22010, vwx22011, vwx22012), @3(vwx24010, vwx24011, vwx24012), hg, app(app(ty_Either, bbe), bbf), bbd) -> new_lt0(vwx22011, vwx24011, bbe, bbf) 19.59/8.01 new_ltEs(@2(vwx22010, vwx22011), @2(vwx24010, vwx24011), app(app(ty_Either, da), db), cg) -> new_lt0(vwx22010, vwx24010, da, db) 19.59/8.01 new_compare(:(vwx22000, vwx22001), :(vwx24000, vwx24001), beb) -> new_primCompAux(vwx22000, vwx24000, new_compare0(vwx22001, vwx24001, beb), beb) 19.59/8.01 new_ltEs(@2(vwx22010, vwx22011), @2(vwx24010, vwx24011), app(ty_[], dc), cg) -> new_lt1(vwx22010, vwx24010, dc) 19.59/8.01 new_ltEs1(vwx2201, vwx2401, ge) -> new_compare(vwx2201, vwx2401, ge) 19.59/8.01 new_ltEs(@2(vwx22010, vwx22011), @2(vwx24010, vwx24011), bc, app(app(ty_Either, bf), bg)) -> new_ltEs0(vwx22011, vwx24011, bf, bg) 19.59/8.01 new_ltEs3(@3(vwx22010, vwx22011, vwx22012), @3(vwx24010, vwx24011, vwx24012), hg, app(ty_[], bbg), bbd) -> new_lt1(vwx22011, vwx24011, bbg) 19.59/8.01 new_compare2(@2(vwx2200, Just(vwx22010)), @2(vwx2400, Just(vwx24010)), False, bb, app(ty_Maybe, app(app(ty_Either, gh), ha))) -> new_ltEs0(vwx22010, vwx24010, gh, ha) 19.59/8.01 new_ltEs(@2(vwx22010, vwx22011), @2(vwx24010, vwx24011), app(app(app(ty_@3, de), df), dg), cg) -> new_lt3(vwx22010, vwx24010, de, df, dg) 19.59/8.01 new_ltEs3(@3(vwx22010, vwx22011, vwx22012), @3(vwx24010, vwx24011, vwx24012), hg, app(app(ty_@2, bbb), bbc), bbd) -> new_lt(vwx22011, vwx24011, bbb, bbc) 19.59/8.01 new_primCompAux(vwx22000, vwx24000, vwx107, app(ty_[], bfc)) -> new_compare(vwx22000, vwx24000, bfc) 19.59/8.01 new_compare2(@2(vwx2200, @2(vwx22010, vwx22011)), @2(vwx2400, @2(vwx24010, vwx24011)), False, bb, app(app(ty_@2, app(ty_Maybe, dd)), cg)) -> new_lt2(vwx22010, vwx24010, dd) 19.59/8.01 new_compare2(@2(vwx2200, @3(vwx22010, vwx22011, vwx22012)), @2(vwx2400, @3(vwx24010, vwx24011, vwx24012)), False, bb, app(app(app(ty_@3, hg), hh), app(ty_Maybe, baf))) -> new_ltEs2(vwx22012, vwx24012, baf) 19.59/8.01 new_ltEs(@2(vwx22010, vwx22011), @2(vwx24010, vwx24011), bc, app(app(app(ty_@3, cb), cc), cd)) -> new_ltEs3(vwx22011, vwx24011, cb, cc, cd) 19.59/8.01 new_compare2(@2(vwx2200, Right(vwx22010)), @2(vwx2400, Right(vwx24010)), False, bb, app(app(ty_Either, fb), app(app(ty_@2, fc), fd))) -> new_ltEs(vwx22010, vwx24010, fc, fd) 19.59/8.01 new_compare1(vwx2200, vwx2400, bdh, bea) -> new_compare20(vwx2200, vwx2400, new_esEs6(vwx2200, vwx2400, bdh, bea), bdh, bea) 19.59/8.01 new_compare2(@2(vwx2200, Just(vwx22010)), @2(vwx2400, Just(vwx24010)), False, bb, app(ty_Maybe, app(app(app(ty_@3, hd), he), hf))) -> new_ltEs3(vwx22010, vwx24010, hd, he, hf) 19.59/8.01 new_ltEs3(@3(vwx22010, vwx22011, vwx22012), @3(vwx24010, vwx24011, vwx24012), hg, hh, app(app(ty_Either, bac), bad)) -> new_ltEs0(vwx22012, vwx24012, bac, bad) 19.59/8.01 new_esEs4(vwx11, vwx12, vwx13, vwx14, False, h, ba) -> new_compare2(@2(vwx11, vwx12), @2(vwx13, vwx14), False, h, ba) 19.59/8.01 new_compare(:(vwx22000, vwx22001), :(vwx24000, vwx24001), beb) -> new_compare(vwx22001, vwx24001, beb) 19.59/8.01 new_ltEs3(@3(vwx22010, vwx22011, vwx22012), @3(vwx24010, vwx24011, vwx24012), app(app(ty_Either, bcf), bcg), hh, bbd) -> new_lt0(vwx22010, vwx24010, bcf, bcg) 19.59/8.01 new_compare2(@2(vwx2200, Just(vwx22010)), @2(vwx2400, Just(vwx24010)), False, bb, app(ty_Maybe, app(ty_Maybe, hc))) -> new_ltEs2(vwx22010, vwx24010, hc) 19.59/8.01 new_compare2(@2(vwx2200, @2(vwx22010, vwx22011)), @2(vwx2400, @2(vwx24010, vwx24011)), False, bb, app(app(ty_@2, bc), app(ty_Maybe, ca))) -> new_ltEs2(vwx22011, vwx24011, ca) 19.59/8.01 new_compare2(@2(vwx2200, vwx2201), @2(vwx2400, vwx2401), False, app(app(ty_@2, bde), bdf), bdg) -> new_lt(vwx2200, vwx2400, bde, bdf) 19.59/8.02 new_ltEs2(Just(vwx22010), Just(vwx24010), app(app(ty_Either, gh), ha)) -> new_ltEs0(vwx22010, vwx24010, gh, ha) 19.59/8.02 new_ltEs0(Left(vwx22010), Left(vwx24010), app(app(app(ty_@3, eg), eh), fa), eb) -> new_ltEs3(vwx22010, vwx24010, eg, eh, fa) 19.59/8.02 new_lt3(vwx2200, vwx2400, bed, bee, bef) -> new_compare22(vwx2200, vwx2400, new_esEs8(vwx2200, vwx2400, bed, bee, bef), bed, bee, bef) 19.59/8.02 new_ltEs0(Right(vwx22010), Right(vwx24010), fb, app(ty_[], fh)) -> new_ltEs1(vwx22010, vwx24010, fh) 19.59/8.02 new_compare2(@2(vwx2200, @3(vwx22010, vwx22011, vwx22012)), @2(vwx2400, @3(vwx24010, vwx24011, vwx24012)), False, bb, app(app(app(ty_@3, hg), app(app(app(ty_@3, bca), bcb), bcc)), bbd)) -> new_lt3(vwx22011, vwx24011, bca, bcb, bcc) 19.59/8.02 new_compare2(@2(vwx2200, @2(vwx22010, vwx22011)), @2(vwx2400, @2(vwx24010, vwx24011)), False, bb, app(app(ty_@2, app(app(ty_@2, ce), cf)), cg)) -> new_lt(vwx22010, vwx24010, ce, cf) 19.59/8.02 new_compare2(@2(vwx2200, @3(vwx22010, vwx22011, vwx22012)), @2(vwx2400, @3(vwx24010, vwx24011, vwx24012)), False, bb, app(app(app(ty_@3, app(app(ty_@2, bcd), bce)), hh), bbd)) -> new_lt(vwx22010, vwx24010, bcd, bce) 19.59/8.02 new_compare2(@2(vwx2200, @3(vwx22010, vwx22011, vwx22012)), @2(vwx2400, @3(vwx24010, vwx24011, vwx24012)), False, bb, app(app(app(ty_@3, hg), app(app(ty_@2, bbb), bbc)), bbd)) -> new_lt(vwx22011, vwx24011, bbb, bbc) 19.59/8.02 new_compare2(@2(vwx2200, @3(vwx22010, vwx22011, vwx22012)), @2(vwx2400, @3(vwx24010, vwx24011, vwx24012)), False, bb, app(app(app(ty_@3, hg), app(ty_Maybe, bbh)), bbd)) -> new_lt2(vwx22011, vwx24011, bbh) 19.59/8.02 new_ltEs3(@3(vwx22010, vwx22011, vwx22012), @3(vwx24010, vwx24011, vwx24012), hg, app(app(app(ty_@3, bca), bcb), bcc), bbd) -> new_lt3(vwx22011, vwx24011, bca, bcb, bcc) 19.59/8.02 new_compare21(vwx2200, vwx2400, False, bec) -> new_ltEs2(vwx2200, vwx2400, bec) 19.59/8.02 new_ltEs3(@3(vwx22010, vwx22011, vwx22012), @3(vwx24010, vwx24011, vwx24012), app(ty_[], bch), hh, bbd) -> new_lt1(vwx22010, vwx24010, bch) 19.59/8.02 19.59/8.02 The TRS R consists of the following rules: 19.59/8.02 19.59/8.02 new_esEs7(Just(vwx300), Just(vwx400), ty_@0) -> new_esEs18(vwx300, vwx400) 19.59/8.02 new_compare9(Float(vwx22000, Neg(vwx220010)), Float(vwx24000, Neg(vwx240010))) -> new_compare6(new_sr(vwx22000, Neg(vwx240010)), new_sr(Neg(vwx220010), vwx24000)) 19.59/8.02 new_ltEs12(Left(vwx22010), Left(vwx24010), ty_Double, eb) -> new_ltEs18(vwx22010, vwx24010) 19.59/8.02 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 19.59/8.02 new_primCmpInt(Neg(Succ(vwx220000)), Pos(vwx24000)) -> LT 19.59/8.02 new_esEs29(vwx2200, vwx2400, app(ty_[], beb)) -> new_esEs12(vwx2200, vwx2400, beb) 19.59/8.02 new_esEs10(vwx30, vwx40, ty_Double) -> new_esEs19(vwx30, vwx40) 19.59/8.02 new_pePe(True, vwx106) -> True 19.59/8.02 new_esEs6(Left(vwx300), Left(vwx400), ty_Ordering, bhg) -> new_esEs17(vwx300, vwx400) 19.59/8.02 new_ltEs12(Left(vwx22010), Left(vwx24010), ty_Float, eb) -> new_ltEs7(vwx22010, vwx24010) 19.59/8.02 new_compare29(vwx22000, vwx24000, ty_@0) -> new_compare18(vwx22000, vwx24000) 19.59/8.02 new_ltEs19(vwx2201, vwx2401, ty_Double) -> new_ltEs18(vwx2201, vwx2401) 19.59/8.02 new_esEs31(vwx22010, vwx24010, ty_Ordering) -> new_esEs17(vwx22010, vwx24010) 19.59/8.02 new_esEs32(vwx300, vwx400, ty_Integer) -> new_esEs14(vwx300, vwx400) 19.59/8.02 new_ltEs20(vwx22011, vwx24011, ty_Ordering) -> new_ltEs15(vwx22011, vwx24011) 19.59/8.02 new_esEs5(vwx12, vwx14, ty_Int) -> new_esEs15(vwx12, vwx14) 19.59/8.02 new_ltEs12(Right(vwx22010), Right(vwx24010), fb, app(ty_Ratio, dfa)) -> new_ltEs13(vwx22010, vwx24010, dfa) 19.59/8.02 new_ltEs19(vwx2201, vwx2401, ty_Float) -> new_ltEs7(vwx2201, vwx2401) 19.59/8.02 new_compare23(vwx2200, vwx2400, True, bec) -> EQ 19.59/8.02 new_compare12(Double(vwx22000, Pos(vwx220010)), Double(vwx24000, Pos(vwx240010))) -> new_compare6(new_sr(vwx22000, Pos(vwx240010)), new_sr(Pos(vwx220010), vwx24000)) 19.59/8.02 new_ltEs12(Left(vwx22010), Left(vwx24010), ty_@0, eb) -> new_ltEs11(vwx22010, vwx24010) 19.59/8.02 new_esEs25(vwx301, vwx401, ty_Ordering) -> new_esEs17(vwx301, vwx401) 19.59/8.02 new_ltEs12(Right(vwx22010), Right(vwx24010), fb, ty_Int) -> new_ltEs9(vwx22010, vwx24010) 19.59/8.02 new_ltEs20(vwx22011, vwx24011, app(app(app(ty_@3, cb), cc), cd)) -> new_ltEs5(vwx22011, vwx24011, cb, cc, cd) 19.59/8.02 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 19.59/8.02 new_esEs12(:(vwx300, vwx301), [], ccc) -> False 19.59/8.02 new_esEs12([], :(vwx400, vwx401), ccc) -> False 19.59/8.02 new_esEs7(Just(vwx300), Just(vwx400), ty_Char) -> new_esEs20(vwx300, vwx400) 19.59/8.02 new_primCmpInt(Pos(Zero), Neg(Succ(vwx240000))) -> GT 19.59/8.02 new_esEs6(Right(vwx300), Right(vwx400), cah, app(ty_Maybe, ccb)) -> new_esEs7(vwx300, vwx400, ccb) 19.59/8.02 new_esEs26(vwx302, vwx402, app(app(app(ty_@3, dah), dba), dbb)) -> new_esEs8(vwx302, vwx402, dah, dba, dbb) 19.59/8.02 new_esEs25(vwx301, vwx401, ty_Double) -> new_esEs19(vwx301, vwx401) 19.59/8.02 new_ltEs6(vwx22012, vwx24012, ty_Char) -> new_ltEs17(vwx22012, vwx24012) 19.59/8.02 new_esEs7(Just(vwx300), Just(vwx400), app(ty_Maybe, bhd)) -> new_esEs7(vwx300, vwx400, bhd) 19.59/8.02 new_lt6(vwx22010, vwx24010, app(ty_Maybe, bda)) -> new_lt4(vwx22010, vwx24010, bda) 19.59/8.02 new_esEs32(vwx300, vwx400, ty_Int) -> new_esEs15(vwx300, vwx400) 19.59/8.02 new_esEs18(@0, @0) -> True 19.59/8.02 new_primCmpInt(Neg(Succ(vwx220000)), Neg(vwx24000)) -> new_primCmpNat0(vwx24000, Succ(vwx220000)) 19.59/8.02 new_esEs28(vwx301, vwx401, ty_Char) -> new_esEs20(vwx301, vwx401) 19.59/8.02 new_esEs20(Char(vwx300), Char(vwx400)) -> new_primEqNat0(vwx300, vwx400) 19.59/8.02 new_esEs5(vwx12, vwx14, app(app(app(ty_@3, ceg), ceh), cfa)) -> new_esEs8(vwx12, vwx14, ceg, ceh, cfa) 19.59/8.02 new_ltEs12(Left(vwx22010), Right(vwx24010), fb, eb) -> True 19.59/8.02 new_ltEs4(Nothing, Nothing, ded) -> True 19.59/8.02 new_ltEs19(vwx2201, vwx2401, ty_@0) -> new_ltEs11(vwx2201, vwx2401) 19.59/8.02 new_ltEs4(Just(vwx22010), Nothing, ded) -> False 19.59/8.02 new_esEs8(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cfc, cfd, cfe) -> new_asAs(new_esEs24(vwx300, vwx400, cfc), new_asAs(new_esEs25(vwx301, vwx401, cfd), new_esEs26(vwx302, vwx402, cfe))) 19.59/8.02 new_esEs28(vwx301, vwx401, app(ty_Maybe, dea)) -> new_esEs7(vwx301, vwx401, dea) 19.59/8.02 new_ltEs12(Left(vwx22010), Left(vwx24010), app(ty_Ratio, deh), eb) -> new_ltEs13(vwx22010, vwx24010, deh) 19.59/8.02 new_compare111(vwx88, vwx89, vwx90, vwx91, False, dfc, dfd) -> GT 19.59/8.02 new_ltEs12(Left(vwx22010), Left(vwx24010), app(ty_[], ee), eb) -> new_ltEs16(vwx22010, vwx24010, ee) 19.59/8.02 new_esEs22(vwx22010, vwx24010, ty_Int) -> new_esEs15(vwx22010, vwx24010) 19.59/8.02 new_ltEs15(EQ, LT) -> False 19.59/8.02 new_ltEs20(vwx22011, vwx24011, ty_Float) -> new_ltEs7(vwx22011, vwx24011) 19.59/8.02 new_esEs21(vwx300, vwx400, ty_Float) -> new_esEs16(vwx300, vwx400) 19.59/8.02 new_ltEs19(vwx2201, vwx2401, ty_Ordering) -> new_ltEs15(vwx2201, vwx2401) 19.59/8.02 new_ltEs4(Just(vwx22010), Just(vwx24010), app(ty_Maybe, hc)) -> new_ltEs4(vwx22010, vwx24010, hc) 19.59/8.02 new_esEs5(vwx12, vwx14, app(ty_Ratio, cec)) -> new_esEs11(vwx12, vwx14, cec) 19.59/8.02 new_primEqInt(Pos(Succ(vwx3000)), Pos(Zero)) -> False 19.59/8.02 new_primEqInt(Pos(Zero), Pos(Succ(vwx4000))) -> False 19.59/8.02 new_esEs10(vwx30, vwx40, ty_Ordering) -> new_esEs17(vwx30, vwx40) 19.59/8.02 new_ltEs15(GT, LT) -> False 19.59/8.02 new_lt5(vwx22011, vwx24011, app(ty_Ratio, cdg)) -> new_lt13(vwx22011, vwx24011, cdg) 19.59/8.02 new_esEs17(LT, LT) -> True 19.59/8.02 new_esEs28(vwx301, vwx401, ty_@0) -> new_esEs18(vwx301, vwx401) 19.59/8.02 new_esEs29(vwx2200, vwx2400, ty_Double) -> new_esEs19(vwx2200, vwx2400) 19.59/8.02 new_compare11(vwx2200, vwx2400, bdh, bea) -> new_compare24(vwx2200, vwx2400, new_esEs6(vwx2200, vwx2400, bdh, bea), bdh, bea) 19.59/8.02 new_esEs23(vwx22011, vwx24011, app(app(ty_@2, bbb), bbc)) -> new_esEs9(vwx22011, vwx24011, bbb, bbc) 19.59/8.02 new_compare19(vwx2200, vwx2400) -> new_compare27(vwx2200, vwx2400, new_esEs17(vwx2200, vwx2400)) 19.59/8.02 new_lt6(vwx22010, vwx24010, ty_Ordering) -> new_lt15(vwx22010, vwx24010) 19.59/8.02 new_esEs24(vwx300, vwx400, ty_Bool) -> new_esEs13(vwx300, vwx400) 19.59/8.02 new_esEs15(vwx30, vwx40) -> new_primEqInt(vwx30, vwx40) 19.59/8.02 new_esEs26(vwx302, vwx402, app(ty_Ratio, dad)) -> new_esEs11(vwx302, vwx402, dad) 19.59/8.02 new_primEqNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat0(vwx3000, vwx4000) 19.59/8.02 new_lt5(vwx22011, vwx24011, app(app(ty_Either, bbe), bbf)) -> new_lt12(vwx22011, vwx24011, bbe, bbf) 19.59/8.02 new_esEs5(vwx12, vwx14, ty_Float) -> new_esEs16(vwx12, vwx14) 19.59/8.02 new_esEs26(vwx302, vwx402, ty_Integer) -> new_esEs14(vwx302, vwx402) 19.59/8.02 new_esEs26(vwx302, vwx402, ty_Float) -> new_esEs16(vwx302, vwx402) 19.59/8.02 new_esEs5(vwx12, vwx14, ty_Integer) -> new_esEs14(vwx12, vwx14) 19.59/8.02 new_ltEs12(Right(vwx22010), Right(vwx24010), fb, app(ty_[], fh)) -> new_ltEs16(vwx22010, vwx24010, fh) 19.59/8.02 new_ltEs18(vwx2201, vwx2401) -> new_not(new_esEs17(new_compare12(vwx2201, vwx2401), GT)) 19.59/8.02 new_not(True) -> False 19.59/8.02 new_esEs6(Left(vwx300), Left(vwx400), app(ty_Maybe, cag), bhg) -> new_esEs7(vwx300, vwx400, cag) 19.59/8.02 new_lt5(vwx22011, vwx24011, ty_Bool) -> new_lt8(vwx22011, vwx24011) 19.59/8.02 new_ltEs19(vwx2201, vwx2401, app(app(app(ty_@3, hg), hh), bbd)) -> new_ltEs5(vwx2201, vwx2401, hg, hh, bbd) 19.59/8.02 new_compare13(vwx88, vwx89, vwx90, vwx91, True, vwx93, dfc, dfd) -> new_compare111(vwx88, vwx89, vwx90, vwx91, True, dfc, dfd) 19.59/8.02 new_lt5(vwx22011, vwx24011, app(app(ty_@2, bbb), bbc)) -> new_lt10(vwx22011, vwx24011, bbb, bbc) 19.59/8.02 new_ltEs20(vwx22011, vwx24011, app(app(ty_@2, bd), be)) -> new_ltEs10(vwx22011, vwx24011, bd, be) 19.59/8.02 new_ltEs4(Just(vwx22010), Just(vwx24010), ty_Integer) -> new_ltEs14(vwx22010, vwx24010) 19.59/8.02 new_primCompAux00(vwx114, LT) -> LT 19.59/8.02 new_compare17(vwx2200, vwx2400, False, bdh, bea) -> GT 19.59/8.02 new_primCmpNat0(Zero, Zero) -> EQ 19.59/8.02 new_lt6(vwx22010, vwx24010, ty_Int) -> new_lt9(vwx22010, vwx24010) 19.59/8.02 new_compare29(vwx22000, vwx24000, ty_Char) -> new_compare31(vwx22000, vwx24000) 19.59/8.02 new_esEs21(vwx300, vwx400, app(app(app(ty_@3, cdb), cdc), cdd)) -> new_esEs8(vwx300, vwx400, cdb, cdc, cdd) 19.59/8.02 new_esEs9(@2(vwx300, vwx301), @2(vwx400, vwx401), dbd, dbe) -> new_asAs(new_esEs27(vwx300, vwx400, dbd), new_esEs28(vwx301, vwx401, dbe)) 19.59/8.02 new_ltEs19(vwx2201, vwx2401, ty_Bool) -> new_ltEs8(vwx2201, vwx2401) 19.59/8.02 new_esEs28(vwx301, vwx401, ty_Bool) -> new_esEs13(vwx301, vwx401) 19.59/8.02 new_ltEs6(vwx22012, vwx24012, app(ty_Ratio, cdh)) -> new_ltEs13(vwx22012, vwx24012, cdh) 19.59/8.02 new_lt5(vwx22011, vwx24011, app(ty_[], bbg)) -> new_lt16(vwx22011, vwx24011, bbg) 19.59/8.02 new_esEs7(Just(vwx300), Just(vwx400), ty_Bool) -> new_esEs13(vwx300, vwx400) 19.59/8.02 new_esEs6(Left(vwx300), Left(vwx400), ty_Float, bhg) -> new_esEs16(vwx300, vwx400) 19.59/8.02 new_esEs24(vwx300, vwx400, ty_Char) -> new_esEs20(vwx300, vwx400) 19.59/8.02 new_esEs31(vwx22010, vwx24010, ty_Float) -> new_esEs16(vwx22010, vwx24010) 19.59/8.02 new_lt20(vwx2200, vwx2400, ty_Double) -> new_lt19(vwx2200, vwx2400) 19.59/8.02 new_primEqNat0(Succ(vwx3000), Zero) -> False 19.59/8.02 new_primEqNat0(Zero, Succ(vwx4000)) -> False 19.59/8.02 new_esEs23(vwx22011, vwx24011, ty_@0) -> new_esEs18(vwx22011, vwx24011) 19.59/8.02 new_esEs21(vwx300, vwx400, app(ty_Ratio, ccf)) -> new_esEs11(vwx300, vwx400, ccf) 19.59/8.02 new_ltEs20(vwx22011, vwx24011, ty_Double) -> new_ltEs18(vwx22011, vwx24011) 19.59/8.02 new_esEs21(vwx300, vwx400, ty_Ordering) -> new_esEs17(vwx300, vwx400) 19.59/8.02 new_esEs29(vwx2200, vwx2400, ty_Bool) -> new_esEs13(vwx2200, vwx2400) 19.59/8.02 new_ltEs15(GT, EQ) -> False 19.59/8.02 new_lt20(vwx2200, vwx2400, ty_Integer) -> new_lt14(vwx2200, vwx2400) 19.59/8.02 new_esEs22(vwx22010, vwx24010, app(app(app(ty_@3, bdb), bdc), bdd)) -> new_esEs8(vwx22010, vwx24010, bdb, bdc, bdd) 19.59/8.02 new_primCompAux00(vwx114, GT) -> GT 19.59/8.02 new_lt14(vwx2200, vwx2400) -> new_esEs17(new_compare7(vwx2200, vwx2400), LT) 19.59/8.02 new_esEs19(Double(vwx300, vwx301), Double(vwx400, vwx401)) -> new_esEs15(new_sr(vwx300, vwx401), new_sr(vwx301, vwx400)) 19.59/8.02 new_esEs31(vwx22010, vwx24010, ty_Double) -> new_esEs19(vwx22010, vwx24010) 19.59/8.02 new_esEs17(EQ, GT) -> False 19.59/8.02 new_esEs17(GT, EQ) -> False 19.59/8.02 new_esEs24(vwx300, vwx400, ty_Double) -> new_esEs19(vwx300, vwx400) 19.59/8.02 new_esEs25(vwx301, vwx401, ty_Float) -> new_esEs16(vwx301, vwx401) 19.59/8.02 new_esEs26(vwx302, vwx402, ty_Ordering) -> new_esEs17(vwx302, vwx402) 19.59/8.02 new_esEs27(vwx300, vwx400, ty_Int) -> new_esEs15(vwx300, vwx400) 19.59/8.02 new_esEs33(vwx301, vwx401, ty_Int) -> new_esEs15(vwx301, vwx401) 19.59/8.02 new_primCmpInt(Pos(Succ(vwx220000)), Neg(vwx24000)) -> GT 19.59/8.02 new_esEs26(vwx302, vwx402, ty_Int) -> new_esEs15(vwx302, vwx402) 19.59/8.02 new_ltEs20(vwx22011, vwx24011, ty_@0) -> new_ltEs11(vwx22011, vwx24011) 19.59/8.02 new_esEs27(vwx300, vwx400, app(app(app(ty_@3, dcd), dce), dcf)) -> new_esEs8(vwx300, vwx400, dcd, dce, dcf) 19.59/8.02 new_lt21(vwx22010, vwx24010, ty_Integer) -> new_lt14(vwx22010, vwx24010) 19.59/8.02 new_esEs6(Left(vwx300), Left(vwx400), ty_Double, bhg) -> new_esEs19(vwx300, vwx400) 19.59/8.02 new_esEs10(vwx30, vwx40, app(ty_[], ccc)) -> new_esEs12(vwx30, vwx40, ccc) 19.59/8.02 new_esEs24(vwx300, vwx400, ty_@0) -> new_esEs18(vwx300, vwx400) 19.59/8.02 new_ltEs12(Left(vwx22010), Left(vwx24010), app(app(app(ty_@3, eg), eh), fa), eb) -> new_ltEs5(vwx22010, vwx24010, eg, eh, fa) 19.59/8.02 new_esEs10(vwx30, vwx40, app(ty_Ratio, dee)) -> new_esEs11(vwx30, vwx40, dee) 19.59/8.02 new_compare16(vwx2200, vwx2400, False) -> GT 19.59/8.02 new_ltEs6(vwx22012, vwx24012, app(app(ty_@2, baa), bab)) -> new_ltEs10(vwx22012, vwx24012, baa, bab) 19.59/8.02 new_esEs22(vwx22010, vwx24010, app(ty_Ratio, cdf)) -> new_esEs11(vwx22010, vwx24010, cdf) 19.59/8.02 new_esEs6(Left(vwx300), Left(vwx400), ty_Integer, bhg) -> new_esEs14(vwx300, vwx400) 19.59/8.02 new_primPlusNat1(Succ(vwx6200), Succ(vwx401000)) -> Succ(Succ(new_primPlusNat1(vwx6200, vwx401000))) 19.59/8.02 new_esEs31(vwx22010, vwx24010, ty_Integer) -> new_esEs14(vwx22010, vwx24010) 19.59/8.02 new_primCmpNat0(Zero, Succ(vwx240000)) -> LT 19.59/8.02 new_esEs6(Left(vwx300), Left(vwx400), app(app(ty_@2, cab), cac), bhg) -> new_esEs9(vwx300, vwx400, cab, cac) 19.59/8.02 new_lt21(vwx22010, vwx24010, app(ty_[], dc)) -> new_lt16(vwx22010, vwx24010, dc) 19.59/8.02 new_ltEs6(vwx22012, vwx24012, app(app(ty_Either, bac), bad)) -> new_ltEs12(vwx22012, vwx24012, bac, bad) 19.59/8.02 new_esEs29(vwx2200, vwx2400, ty_@0) -> new_esEs18(vwx2200, vwx2400) 19.59/8.02 new_ltEs20(vwx22011, vwx24011, ty_Bool) -> new_ltEs8(vwx22011, vwx24011) 19.59/8.02 new_esEs21(vwx300, vwx400, ty_Int) -> new_esEs15(vwx300, vwx400) 19.59/8.02 new_compare110(vwx2200, vwx2400, False, bed, bee, bef) -> GT 19.59/8.02 new_primCmpNat0(Succ(vwx220000), Zero) -> GT 19.59/8.02 new_esEs7(Just(vwx300), Just(vwx400), ty_Double) -> new_esEs19(vwx300, vwx400) 19.59/8.02 new_esEs25(vwx301, vwx401, app(app(app(ty_@3, chf), chg), chh)) -> new_esEs8(vwx301, vwx401, chf, chg, chh) 19.59/8.02 new_compare25(@2(vwx2200, vwx2201), @2(vwx2400, vwx2401), False, bb, bdg) -> new_compare13(vwx2200, vwx2201, vwx2400, vwx2401, new_lt20(vwx2200, vwx2400, bb), new_asAs(new_esEs29(vwx2200, vwx2400, bb), new_ltEs19(vwx2201, vwx2401, bdg)), bb, bdg) 19.59/8.02 new_esEs6(Right(vwx300), Right(vwx400), cah, ty_@0) -> new_esEs18(vwx300, vwx400) 19.59/8.02 new_pePe(False, vwx106) -> vwx106 19.59/8.02 new_esEs7(Nothing, Just(vwx400), bgb) -> False 19.59/8.02 new_esEs7(Just(vwx300), Nothing, bgb) -> False 19.59/8.02 new_lt20(vwx2200, vwx2400, ty_@0) -> new_lt11(vwx2200, vwx2400) 19.59/8.02 new_esEs6(Left(vwx300), Left(vwx400), ty_Int, bhg) -> new_esEs15(vwx300, vwx400) 19.59/8.02 new_esEs23(vwx22011, vwx24011, ty_Bool) -> new_esEs13(vwx22011, vwx24011) 19.59/8.02 new_esEs10(vwx30, vwx40, ty_@0) -> new_esEs18(vwx30, vwx40) 19.59/8.02 new_lt9(vwx2200, vwx2400) -> new_esEs17(new_compare6(vwx2200, vwx2400), LT) 19.59/8.02 new_esEs25(vwx301, vwx401, ty_Integer) -> new_esEs14(vwx301, vwx401) 19.59/8.02 new_lt5(vwx22011, vwx24011, ty_Ordering) -> new_lt15(vwx22011, vwx24011) 19.59/8.02 new_compare25(vwx220, vwx240, True, bb, bdg) -> EQ 19.59/8.02 new_ltEs12(Left(vwx22010), Left(vwx24010), ty_Char, eb) -> new_ltEs17(vwx22010, vwx24010) 19.59/8.02 new_ltEs6(vwx22012, vwx24012, ty_@0) -> new_ltEs11(vwx22012, vwx24012) 19.59/8.02 new_esEs6(Right(vwx300), Right(vwx400), cah, app(ty_[], cbd)) -> new_esEs12(vwx300, vwx400, cbd) 19.59/8.02 new_ltEs6(vwx22012, vwx24012, ty_Ordering) -> new_ltEs15(vwx22012, vwx24012) 19.59/8.02 new_esEs27(vwx300, vwx400, ty_Char) -> new_esEs20(vwx300, vwx400) 19.59/8.02 new_esEs22(vwx22010, vwx24010, app(app(ty_Either, bcf), bcg)) -> new_esEs6(vwx22010, vwx24010, bcf, bcg) 19.59/8.02 new_esEs26(vwx302, vwx402, app(app(ty_@2, daf), dag)) -> new_esEs9(vwx302, vwx402, daf, dag) 19.59/8.02 new_esEs10(vwx30, vwx40, ty_Float) -> new_esEs16(vwx30, vwx40) 19.59/8.02 new_esEs10(vwx30, vwx40, app(ty_Maybe, bgb)) -> new_esEs7(vwx30, vwx40, bgb) 19.59/8.02 new_ltEs4(Just(vwx22010), Just(vwx24010), ty_Float) -> new_ltEs7(vwx22010, vwx24010) 19.59/8.02 new_ltEs19(vwx2201, vwx2401, app(app(ty_@2, bc), cg)) -> new_ltEs10(vwx2201, vwx2401, bc, cg) 19.59/8.02 new_esEs23(vwx22011, vwx24011, ty_Int) -> new_esEs15(vwx22011, vwx24011) 19.59/8.02 new_esEs29(vwx2200, vwx2400, app(ty_Ratio, deb)) -> new_esEs11(vwx2200, vwx2400, deb) 19.59/8.02 new_compare7(Integer(vwx22000), Integer(vwx24000)) -> new_primCmpInt(vwx22000, vwx24000) 19.59/8.02 new_compare10(vwx2200, vwx2400, False, bec) -> GT 19.59/8.02 new_esEs27(vwx300, vwx400, ty_Integer) -> new_esEs14(vwx300, vwx400) 19.59/8.02 new_primEqInt(Pos(Zero), Neg(Succ(vwx4000))) -> False 19.59/8.02 new_primEqInt(Neg(Zero), Pos(Succ(vwx4000))) -> False 19.59/8.02 new_esEs7(Nothing, Nothing, bgb) -> True 19.59/8.02 new_esEs6(Left(vwx300), Left(vwx400), ty_Bool, bhg) -> new_esEs13(vwx300, vwx400) 19.59/8.02 new_ltEs12(Left(vwx22010), Left(vwx24010), app(app(ty_Either, ec), ed), eb) -> new_ltEs12(vwx22010, vwx24010, ec, ed) 19.59/8.02 new_esEs17(EQ, EQ) -> True 19.59/8.02 new_ltEs12(Left(vwx22010), Left(vwx24010), app(ty_Maybe, ef), eb) -> new_ltEs4(vwx22010, vwx24010, ef) 19.59/8.02 new_primEqInt(Neg(Succ(vwx3000)), Neg(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 19.59/8.02 new_ltEs12(Right(vwx22010), Right(vwx24010), fb, app(app(app(ty_@3, gb), gc), gd)) -> new_ltEs5(vwx22010, vwx24010, gb, gc, gd) 19.59/8.02 new_esEs17(LT, EQ) -> False 19.59/8.02 new_esEs17(EQ, LT) -> False 19.59/8.02 new_primCmpInt(Neg(Zero), Pos(Succ(vwx240000))) -> LT 19.59/8.02 new_esEs29(vwx2200, vwx2400, ty_Char) -> new_esEs20(vwx2200, vwx2400) 19.59/8.02 new_ltEs4(Just(vwx22010), Just(vwx24010), app(ty_Ratio, dfe)) -> new_ltEs13(vwx22010, vwx24010, dfe) 19.59/8.02 new_ltEs20(vwx22011, vwx24011, ty_Char) -> new_ltEs17(vwx22011, vwx24011) 19.59/8.02 new_primMulInt(Pos(vwx3000), Pos(vwx4010)) -> Pos(new_primMulNat0(vwx3000, vwx4010)) 19.59/8.02 new_ltEs6(vwx22012, vwx24012, ty_Float) -> new_ltEs7(vwx22012, vwx24012) 19.59/8.02 new_esEs23(vwx22011, vwx24011, app(app(app(ty_@3, bca), bcb), bcc)) -> new_esEs8(vwx22011, vwx24011, bca, bcb, bcc) 19.59/8.02 new_esEs25(vwx301, vwx401, app(ty_Maybe, daa)) -> new_esEs7(vwx301, vwx401, daa) 19.59/8.02 new_lt5(vwx22011, vwx24011, ty_@0) -> new_lt11(vwx22011, vwx24011) 19.59/8.02 new_esEs28(vwx301, vwx401, app(app(ty_@2, ddd), dde)) -> new_esEs9(vwx301, vwx401, ddd, dde) 19.59/8.02 new_lt17(vwx2200, vwx2400) -> new_esEs17(new_compare31(vwx2200, vwx2400), LT) 19.59/8.02 new_esEs6(Right(vwx300), Right(vwx400), cah, ty_Float) -> new_esEs16(vwx300, vwx400) 19.59/8.02 new_ltEs8(True, False) -> False 19.59/8.02 new_esEs24(vwx300, vwx400, app(app(ty_Either, cff), cfg)) -> new_esEs6(vwx300, vwx400, cff, cfg) 19.59/8.02 new_ltEs6(vwx22012, vwx24012, ty_Integer) -> new_ltEs14(vwx22012, vwx24012) 19.59/8.02 new_esEs5(vwx12, vwx14, app(app(ty_@2, cee), cef)) -> new_esEs9(vwx12, vwx14, cee, cef) 19.59/8.02 new_esEs6(Left(vwx300), Left(vwx400), app(app(ty_Either, bhe), bhf), bhg) -> new_esEs6(vwx300, vwx400, bhe, bhf) 19.59/8.02 new_ltEs14(vwx2201, vwx2401) -> new_not(new_esEs17(new_compare7(vwx2201, vwx2401), GT)) 19.59/8.02 new_ltEs4(Just(vwx22010), Just(vwx24010), ty_Double) -> new_ltEs18(vwx22010, vwx24010) 19.59/8.02 new_ltEs12(Left(vwx22010), Left(vwx24010), ty_Bool, eb) -> new_ltEs8(vwx22010, vwx24010) 19.59/8.02 new_compare10(vwx2200, vwx2400, True, bec) -> LT 19.59/8.02 new_esEs25(vwx301, vwx401, ty_Int) -> new_esEs15(vwx301, vwx401) 19.59/8.02 new_compare15(vwx2200, vwx2400, True) -> LT 19.59/8.02 new_primMulNat0(Succ(vwx30000), Zero) -> Zero 19.59/8.02 new_primMulNat0(Zero, Succ(vwx40100)) -> Zero 19.59/8.02 new_ltEs12(Right(vwx22010), Right(vwx24010), fb, app(app(ty_@2, fc), fd)) -> new_ltEs10(vwx22010, vwx24010, fc, fd) 19.59/8.02 new_esEs29(vwx2200, vwx2400, ty_Integer) -> new_esEs14(vwx2200, vwx2400) 19.59/8.02 new_esEs23(vwx22011, vwx24011, app(ty_[], bbg)) -> new_esEs12(vwx22011, vwx24011, bbg) 19.59/8.02 new_ltEs8(False, False) -> True 19.59/8.02 new_esEs10(vwx30, vwx40, app(app(ty_Either, cah), bhg)) -> new_esEs6(vwx30, vwx40, cah, bhg) 19.59/8.02 new_primPlusNat0(Zero, vwx40100) -> Succ(vwx40100) 19.59/8.02 new_esEs26(vwx302, vwx402, app(ty_[], dae)) -> new_esEs12(vwx302, vwx402, dae) 19.59/8.02 new_esEs22(vwx22010, vwx24010, app(ty_Maybe, bda)) -> new_esEs7(vwx22010, vwx24010, bda) 19.59/8.02 new_esEs31(vwx22010, vwx24010, ty_@0) -> new_esEs18(vwx22010, vwx24010) 19.59/8.02 new_ltEs19(vwx2201, vwx2401, ty_Char) -> new_ltEs17(vwx2201, vwx2401) 19.59/8.02 new_esEs17(LT, GT) -> False 19.59/8.02 new_esEs17(GT, LT) -> False 19.59/8.02 new_esEs23(vwx22011, vwx24011, app(ty_Maybe, bbh)) -> new_esEs7(vwx22011, vwx24011, bbh) 19.59/8.02 new_ltEs6(vwx22012, vwx24012, app(ty_[], bae)) -> new_ltEs16(vwx22012, vwx24012, bae) 19.59/8.02 new_esEs7(Just(vwx300), Just(vwx400), app(app(ty_Either, bgc), bgd)) -> new_esEs6(vwx300, vwx400, bgc, bgd) 19.59/8.02 new_lt6(vwx22010, vwx24010, ty_Float) -> new_lt7(vwx22010, vwx24010) 19.59/8.02 new_ltEs19(vwx2201, vwx2401, ty_Integer) -> new_ltEs14(vwx2201, vwx2401) 19.59/8.02 new_esEs24(vwx300, vwx400, app(ty_[], cga)) -> new_esEs12(vwx300, vwx400, cga) 19.59/8.02 new_esEs28(vwx301, vwx401, ty_Ordering) -> new_esEs17(vwx301, vwx401) 19.59/8.02 new_esEs23(vwx22011, vwx24011, ty_Float) -> new_esEs16(vwx22011, vwx24011) 19.59/8.02 new_esEs29(vwx2200, vwx2400, ty_Ordering) -> new_esEs17(vwx2200, vwx2400) 19.59/8.02 new_compare17(vwx2200, vwx2400, True, bdh, bea) -> LT 19.59/8.02 new_esEs21(vwx300, vwx400, ty_Double) -> new_esEs19(vwx300, vwx400) 19.59/8.02 new_lt5(vwx22011, vwx24011, ty_Float) -> new_lt7(vwx22011, vwx24011) 19.59/8.02 new_esEs22(vwx22010, vwx24010, ty_@0) -> new_esEs18(vwx22010, vwx24010) 19.59/8.02 new_esEs26(vwx302, vwx402, ty_Bool) -> new_esEs13(vwx302, vwx402) 19.59/8.02 new_esEs30(vwx11, vwx12, vwx13, vwx14, False, h, ba) -> new_esEs17(new_compare25(@2(vwx11, vwx12), @2(vwx13, vwx14), False, h, ba), LT) 19.59/8.02 new_ltEs12(Left(vwx22010), Left(vwx24010), ty_Integer, eb) -> new_ltEs14(vwx22010, vwx24010) 19.59/8.02 new_lt6(vwx22010, vwx24010, app(app(ty_@2, bcd), bce)) -> new_lt10(vwx22010, vwx24010, bcd, bce) 19.59/8.02 new_lt21(vwx22010, vwx24010, app(app(ty_Either, da), db)) -> new_lt12(vwx22010, vwx24010, da, db) 19.59/8.02 new_primPlusNat1(Succ(vwx6200), Zero) -> Succ(vwx6200) 19.59/8.02 new_primPlusNat1(Zero, Succ(vwx401000)) -> Succ(vwx401000) 19.59/8.02 new_ltEs20(vwx22011, vwx24011, app(ty_[], bh)) -> new_ltEs16(vwx22011, vwx24011, bh) 19.59/8.02 new_lt21(vwx22010, vwx24010, ty_Float) -> new_lt7(vwx22010, vwx24010) 19.59/8.02 new_esEs25(vwx301, vwx401, app(ty_[], chc)) -> new_esEs12(vwx301, vwx401, chc) 19.59/8.02 new_esEs31(vwx22010, vwx24010, app(ty_Ratio, def)) -> new_esEs11(vwx22010, vwx24010, def) 19.59/8.02 new_primCompAux0(vwx22000, vwx24000, vwx107, beb) -> new_primCompAux00(vwx107, new_compare29(vwx22000, vwx24000, beb)) 19.59/8.02 new_esEs7(Just(vwx300), Just(vwx400), app(ty_[], bgf)) -> new_esEs12(vwx300, vwx400, bgf) 19.59/8.02 new_lt6(vwx22010, vwx24010, ty_@0) -> new_lt11(vwx22010, vwx24010) 19.59/8.02 new_esEs13(True, True) -> True 19.59/8.02 new_lt21(vwx22010, vwx24010, app(app(ty_@2, ce), cf)) -> new_lt10(vwx22010, vwx24010, ce, cf) 19.59/8.02 new_compare29(vwx22000, vwx24000, ty_Int) -> new_compare6(vwx22000, vwx24000) 19.59/8.02 new_lt4(vwx2200, vwx2400, bec) -> new_esEs17(new_compare8(vwx2200, vwx2400, bec), LT) 19.59/8.02 new_esEs24(vwx300, vwx400, app(ty_Maybe, cgg)) -> new_esEs7(vwx300, vwx400, cgg) 19.59/8.02 new_ltEs12(Left(vwx22010), Left(vwx24010), ty_Ordering, eb) -> new_ltEs15(vwx22010, vwx24010) 19.59/8.02 new_lt20(vwx2200, vwx2400, ty_Float) -> new_lt7(vwx2200, vwx2400) 19.59/8.02 new_ltEs19(vwx2201, vwx2401, app(ty_[], ge)) -> new_ltEs16(vwx2201, vwx2401, ge) 19.59/8.02 new_ltEs16(vwx2201, vwx2401, ge) -> new_not(new_esEs17(new_compare0(vwx2201, vwx2401, ge), GT)) 19.59/8.02 new_compare14(vwx2200, vwx2400, bed, bee, bef) -> new_compare26(vwx2200, vwx2400, new_esEs8(vwx2200, vwx2400, bed, bee, bef), bed, bee, bef) 19.59/8.02 new_lt6(vwx22010, vwx24010, app(app(ty_Either, bcf), bcg)) -> new_lt12(vwx22010, vwx24010, bcf, bcg) 19.59/8.02 new_esEs25(vwx301, vwx401, ty_Bool) -> new_esEs13(vwx301, vwx401) 19.59/8.02 new_esEs28(vwx301, vwx401, ty_Integer) -> new_esEs14(vwx301, vwx401) 19.59/8.02 new_primMulInt(Neg(vwx3000), Neg(vwx4010)) -> Pos(new_primMulNat0(vwx3000, vwx4010)) 19.59/8.02 new_primCmpInt(Pos(Zero), Pos(Succ(vwx240000))) -> new_primCmpNat0(Zero, Succ(vwx240000)) 19.59/8.02 new_compare9(Float(vwx22000, Pos(vwx220010)), Float(vwx24000, Pos(vwx240010))) -> new_compare6(new_sr(vwx22000, Pos(vwx240010)), new_sr(Pos(vwx220010), vwx24000)) 19.59/8.02 new_compare29(vwx22000, vwx24000, app(app(ty_Either, bfa), bfb)) -> new_compare11(vwx22000, vwx24000, bfa, bfb) 19.59/8.02 new_ltEs17(vwx2201, vwx2401) -> new_not(new_esEs17(new_compare31(vwx2201, vwx2401), GT)) 19.59/8.02 new_esEs24(vwx300, vwx400, app(app(app(ty_@3, cgd), cge), cgf)) -> new_esEs8(vwx300, vwx400, cgd, cge, cgf) 19.59/8.02 new_ltEs15(EQ, GT) -> True 19.59/8.02 new_esEs5(vwx12, vwx14, ty_Ordering) -> new_esEs17(vwx12, vwx14) 19.59/8.02 new_esEs7(Just(vwx300), Just(vwx400), app(app(app(ty_@3, bha), bhb), bhc)) -> new_esEs8(vwx300, vwx400, bha, bhb, bhc) 19.59/8.02 new_esEs22(vwx22010, vwx24010, ty_Float) -> new_esEs16(vwx22010, vwx24010) 19.59/8.02 new_compare12(Double(vwx22000, Pos(vwx220010)), Double(vwx24000, Neg(vwx240010))) -> new_compare6(new_sr(vwx22000, Pos(vwx240010)), new_sr(Neg(vwx220010), vwx24000)) 19.59/8.02 new_compare12(Double(vwx22000, Neg(vwx220010)), Double(vwx24000, Pos(vwx240010))) -> new_compare6(new_sr(vwx22000, Neg(vwx240010)), new_sr(Pos(vwx220010), vwx24000)) 19.59/8.02 new_esEs7(Just(vwx300), Just(vwx400), ty_Int) -> new_esEs15(vwx300, vwx400) 19.59/8.02 new_ltEs8(False, True) -> True 19.59/8.02 new_esEs27(vwx300, vwx400, app(app(ty_@2, dcb), dcc)) -> new_esEs9(vwx300, vwx400, dcb, dcc) 19.59/8.02 new_ltEs10(@2(vwx22010, vwx22011), @2(vwx24010, vwx24011), bc, cg) -> new_pePe(new_lt21(vwx22010, vwx24010, bc), new_asAs(new_esEs31(vwx22010, vwx24010, bc), new_ltEs20(vwx22011, vwx24011, cg))) 19.59/8.02 new_esEs22(vwx22010, vwx24010, ty_Double) -> new_esEs19(vwx22010, vwx24010) 19.59/8.02 new_compare26(vwx2200, vwx2400, True, bed, bee, bef) -> EQ 19.59/8.02 new_esEs21(vwx300, vwx400, ty_@0) -> new_esEs18(vwx300, vwx400) 19.59/8.02 new_compare6(vwx2200, vwx2400) -> new_primCmpInt(vwx2200, vwx2400) 19.59/8.02 new_esEs23(vwx22011, vwx24011, app(app(ty_Either, bbe), bbf)) -> new_esEs6(vwx22011, vwx24011, bbe, bbf) 19.59/8.02 new_esEs21(vwx300, vwx400, app(app(ty_Either, ccd), cce)) -> new_esEs6(vwx300, vwx400, ccd, cce) 19.59/8.02 new_esEs10(vwx30, vwx40, app(app(ty_@2, dbd), dbe)) -> new_esEs9(vwx30, vwx40, dbd, dbe) 19.59/8.02 new_esEs11(:%(vwx300, vwx301), :%(vwx400, vwx401), dee) -> new_asAs(new_esEs32(vwx300, vwx400, dee), new_esEs33(vwx301, vwx401, dee)) 19.59/8.02 new_esEs26(vwx302, vwx402, ty_@0) -> new_esEs18(vwx302, vwx402) 19.59/8.02 new_esEs24(vwx300, vwx400, ty_Int) -> new_esEs15(vwx300, vwx400) 19.59/8.02 new_esEs6(Left(vwx300), Left(vwx400), app(ty_Ratio, bhh), bhg) -> new_esEs11(vwx300, vwx400, bhh) 19.59/8.02 new_compare16(vwx2200, vwx2400, True) -> LT 19.59/8.02 new_lt20(vwx2200, vwx2400, ty_Char) -> new_lt17(vwx2200, vwx2400) 19.59/8.02 new_primMulInt(Pos(vwx3000), Neg(vwx4010)) -> Neg(new_primMulNat0(vwx3000, vwx4010)) 19.59/8.02 new_primMulInt(Neg(vwx3000), Pos(vwx4010)) -> Neg(new_primMulNat0(vwx3000, vwx4010)) 19.59/8.02 new_esEs28(vwx301, vwx401, app(ty_Ratio, ddb)) -> new_esEs11(vwx301, vwx401, ddb) 19.59/8.02 new_ltEs12(Right(vwx22010), Right(vwx24010), fb, app(app(ty_Either, ff), fg)) -> new_ltEs12(vwx22010, vwx24010, ff, fg) 19.59/8.02 new_esEs22(vwx22010, vwx24010, ty_Bool) -> new_esEs13(vwx22010, vwx24010) 19.59/8.02 new_esEs7(Just(vwx300), Just(vwx400), ty_Integer) -> new_esEs14(vwx300, vwx400) 19.59/8.02 new_lt11(vwx2200, vwx2400) -> new_esEs17(new_compare18(vwx2200, vwx2400), LT) 19.59/8.02 new_ltEs12(Left(vwx22010), Left(vwx24010), ty_Int, eb) -> new_ltEs9(vwx22010, vwx24010) 19.59/8.02 new_ltEs9(vwx2201, vwx2401) -> new_not(new_esEs17(new_compare6(vwx2201, vwx2401), GT)) 19.59/8.02 new_compare28(vwx2200, vwx2400, True) -> EQ 19.59/8.02 new_ltEs12(Right(vwx22010), Left(vwx24010), fb, eb) -> False 19.59/8.02 new_esEs6(Right(vwx300), Right(vwx400), cah, ty_Double) -> new_esEs19(vwx300, vwx400) 19.59/8.02 new_esEs6(Right(vwx300), Right(vwx400), cah, app(app(ty_Either, cba), cbb)) -> new_esEs6(vwx300, vwx400, cba, cbb) 19.59/8.02 new_esEs6(Right(vwx300), Right(vwx400), cah, app(app(app(ty_@3, cbg), cbh), cca)) -> new_esEs8(vwx300, vwx400, cbg, cbh, cca) 19.59/8.02 new_esEs27(vwx300, vwx400, ty_Double) -> new_esEs19(vwx300, vwx400) 19.59/8.02 new_lt21(vwx22010, vwx24010, ty_Ordering) -> new_lt15(vwx22010, vwx24010) 19.59/8.02 new_ltEs19(vwx2201, vwx2401, ty_Int) -> new_ltEs9(vwx2201, vwx2401) 19.59/8.02 new_lt21(vwx22010, vwx24010, ty_@0) -> new_lt11(vwx22010, vwx24010) 19.59/8.02 new_esEs24(vwx300, vwx400, ty_Integer) -> new_esEs14(vwx300, vwx400) 19.59/8.02 new_sr0(Integer(vwx240000), Integer(vwx220010)) -> Integer(new_primMulInt(vwx240000, vwx220010)) 19.59/8.02 new_ltEs20(vwx22011, vwx24011, ty_Integer) -> new_ltEs14(vwx22011, vwx24011) 19.59/8.02 new_ltEs4(Just(vwx22010), Just(vwx24010), app(app(ty_@2, gf), gg)) -> new_ltEs10(vwx22010, vwx24010, gf, gg) 19.59/8.02 new_ltEs15(LT, GT) -> True 19.59/8.02 new_esEs13(False, False) -> True 19.59/8.02 new_ltEs12(Right(vwx22010), Right(vwx24010), fb, ty_Float) -> new_ltEs7(vwx22010, vwx24010) 19.59/8.02 new_esEs7(Just(vwx300), Just(vwx400), app(ty_Ratio, bge)) -> new_esEs11(vwx300, vwx400, bge) 19.59/8.02 new_esEs28(vwx301, vwx401, ty_Float) -> new_esEs16(vwx301, vwx401) 19.59/8.02 new_ltEs12(Right(vwx22010), Right(vwx24010), fb, ty_Ordering) -> new_ltEs15(vwx22010, vwx24010) 19.59/8.02 new_esEs25(vwx301, vwx401, app(app(ty_@2, chd), che)) -> new_esEs9(vwx301, vwx401, chd, che) 19.59/8.02 new_lt20(vwx2200, vwx2400, app(app(app(ty_@3, bed), bee), bef)) -> new_lt18(vwx2200, vwx2400, bed, bee, bef) 19.59/8.02 new_lt6(vwx22010, vwx24010, ty_Integer) -> new_lt14(vwx22010, vwx24010) 19.59/8.02 new_esEs7(Just(vwx300), Just(vwx400), ty_Float) -> new_esEs16(vwx300, vwx400) 19.59/8.02 new_ltEs12(Left(vwx22010), Left(vwx24010), app(app(ty_@2, dh), ea), eb) -> new_ltEs10(vwx22010, vwx24010, dh, ea) 19.59/8.02 new_esEs29(vwx2200, vwx2400, app(app(ty_@2, bde), bdf)) -> new_esEs9(vwx2200, vwx2400, bde, bdf) 19.59/8.02 new_compare111(vwx88, vwx89, vwx90, vwx91, True, dfc, dfd) -> LT 19.59/8.02 new_esEs5(vwx12, vwx14, ty_Char) -> new_esEs20(vwx12, vwx14) 19.59/8.02 new_compare0([], :(vwx24000, vwx24001), beb) -> LT 19.59/8.02 new_asAs(True, vwx39) -> vwx39 19.59/8.02 new_lt20(vwx2200, vwx2400, app(app(ty_@2, bde), bdf)) -> new_lt10(vwx2200, vwx2400, bde, bdf) 19.59/8.02 new_ltEs12(Right(vwx22010), Right(vwx24010), fb, ty_Double) -> new_ltEs18(vwx22010, vwx24010) 19.59/8.02 new_ltEs4(Just(vwx22010), Just(vwx24010), ty_Char) -> new_ltEs17(vwx22010, vwx24010) 19.59/8.02 new_compare28(vwx2200, vwx2400, False) -> new_compare15(vwx2200, vwx2400, new_ltEs8(vwx2200, vwx2400)) 19.59/8.02 new_compare31(Char(vwx22000), Char(vwx24000)) -> new_primCmpNat0(vwx22000, vwx24000) 19.59/8.02 new_esEs6(Left(vwx300), Right(vwx400), cah, bhg) -> False 19.59/8.02 new_esEs6(Right(vwx300), Left(vwx400), cah, bhg) -> False 19.59/8.02 new_compare29(vwx22000, vwx24000, ty_Float) -> new_compare9(vwx22000, vwx24000) 19.59/8.02 new_ltEs4(Nothing, Just(vwx24010), ded) -> True 19.59/8.02 new_lt10(@2(vwx30, vwx31), @2(vwx40, vwx41), bfh, bga) -> new_esEs30(vwx30, vwx31, vwx40, vwx41, new_esEs10(vwx30, vwx40, bfh), bfh, bga) 19.59/8.02 new_lt20(vwx2200, vwx2400, ty_Bool) -> new_lt8(vwx2200, vwx2400) 19.59/8.02 new_esEs26(vwx302, vwx402, ty_Char) -> new_esEs20(vwx302, vwx402) 19.59/8.02 new_esEs28(vwx301, vwx401, ty_Int) -> new_esEs15(vwx301, vwx401) 19.59/8.02 new_esEs23(vwx22011, vwx24011, ty_Double) -> new_esEs19(vwx22011, vwx24011) 19.59/8.02 new_esEs27(vwx300, vwx400, ty_Ordering) -> new_esEs17(vwx300, vwx400) 19.59/8.02 new_ltEs12(Right(vwx22010), Right(vwx24010), fb, ty_@0) -> new_ltEs11(vwx22010, vwx24010) 19.59/8.02 new_esEs28(vwx301, vwx401, app(app(app(ty_@3, ddf), ddg), ddh)) -> new_esEs8(vwx301, vwx401, ddf, ddg, ddh) 19.59/8.02 new_compare24(vwx2200, vwx2400, True, bdh, bea) -> EQ 19.59/8.02 new_ltEs8(True, True) -> True 19.59/8.02 new_primCmpInt(Pos(Succ(vwx220000)), Pos(vwx24000)) -> new_primCmpNat0(Succ(vwx220000), vwx24000) 19.59/8.02 new_primCompAux00(vwx114, EQ) -> vwx114 19.59/8.02 new_compare0([], [], beb) -> EQ 19.59/8.02 new_sr(vwx300, vwx401) -> new_primMulInt(vwx300, vwx401) 19.59/8.02 new_lt20(vwx2200, vwx2400, app(app(ty_Either, bdh), bea)) -> new_lt12(vwx2200, vwx2400, bdh, bea) 19.59/8.02 new_esEs23(vwx22011, vwx24011, app(ty_Ratio, cdg)) -> new_esEs11(vwx22011, vwx24011, cdg) 19.59/8.02 new_esEs27(vwx300, vwx400, ty_Bool) -> new_esEs13(vwx300, vwx400) 19.59/8.02 new_primMulNat0(Zero, Zero) -> Zero 19.59/8.02 new_ltEs7(vwx2201, vwx2401) -> new_not(new_esEs17(new_compare9(vwx2201, vwx2401), GT)) 19.59/8.02 new_lt20(vwx2200, vwx2400, app(ty_[], beb)) -> new_lt16(vwx2200, vwx2400, beb) 19.59/8.02 new_lt16(vwx2200, vwx2400, beb) -> new_esEs17(new_compare0(vwx2200, vwx2400, beb), LT) 19.59/8.02 new_lt13(vwx2200, vwx2400, deb) -> new_esEs17(new_compare5(vwx2200, vwx2400, deb), LT) 19.59/8.02 new_esEs26(vwx302, vwx402, app(app(ty_Either, dab), dac)) -> new_esEs6(vwx302, vwx402, dab, dac) 19.59/8.02 new_compare29(vwx22000, vwx24000, app(ty_[], bfc)) -> new_compare0(vwx22000, vwx24000, bfc) 19.59/8.02 new_esEs31(vwx22010, vwx24010, app(ty_Maybe, dd)) -> new_esEs7(vwx22010, vwx24010, dd) 19.59/8.02 new_esEs31(vwx22010, vwx24010, ty_Char) -> new_esEs20(vwx22010, vwx24010) 19.59/8.02 new_esEs6(Right(vwx300), Right(vwx400), cah, app(app(ty_@2, cbe), cbf)) -> new_esEs9(vwx300, vwx400, cbe, cbf) 19.59/8.02 new_ltEs19(vwx2201, vwx2401, app(ty_Ratio, dec)) -> new_ltEs13(vwx2201, vwx2401, dec) 19.59/8.02 new_esEs30(vwx11, vwx12, vwx13, vwx14, True, h, ba) -> new_esEs17(new_compare25(@2(vwx11, vwx12), @2(vwx13, vwx14), new_esEs5(vwx12, vwx14, ba), h, ba), LT) 19.59/8.02 new_lt21(vwx22010, vwx24010, app(ty_Maybe, dd)) -> new_lt4(vwx22010, vwx24010, dd) 19.59/8.02 new_compare29(vwx22000, vwx24000, app(app(app(ty_@3, bfe), bff), bfg)) -> new_compare14(vwx22000, vwx24000, bfe, bff, bfg) 19.59/8.02 new_compare29(vwx22000, vwx24000, ty_Double) -> new_compare12(vwx22000, vwx24000) 19.59/8.02 new_ltEs15(EQ, EQ) -> True 19.59/8.02 new_esEs24(vwx300, vwx400, ty_Float) -> new_esEs16(vwx300, vwx400) 19.59/8.02 new_ltEs4(Just(vwx22010), Just(vwx24010), ty_Ordering) -> new_ltEs15(vwx22010, vwx24010) 19.59/8.02 new_esEs31(vwx22010, vwx24010, app(app(ty_Either, da), db)) -> new_esEs6(vwx22010, vwx24010, da, db) 19.59/8.02 new_lt20(vwx2200, vwx2400, app(ty_Ratio, deb)) -> new_lt13(vwx2200, vwx2400, deb) 19.59/8.02 new_ltEs19(vwx2201, vwx2401, app(app(ty_Either, fb), eb)) -> new_ltEs12(vwx2201, vwx2401, fb, eb) 19.59/8.02 new_lt21(vwx22010, vwx24010, ty_Int) -> new_lt9(vwx22010, vwx24010) 19.59/8.02 new_esEs31(vwx22010, vwx24010, app(app(ty_@2, ce), cf)) -> new_esEs9(vwx22010, vwx24010, ce, cf) 19.59/8.02 new_lt19(vwx2200, vwx2400) -> new_esEs17(new_compare12(vwx2200, vwx2400), LT) 19.59/8.02 new_esEs25(vwx301, vwx401, app(app(ty_Either, cgh), cha)) -> new_esEs6(vwx301, vwx401, cgh, cha) 19.59/8.02 new_compare5(:%(vwx22000, vwx22001), :%(vwx24000, vwx24001), ty_Integer) -> new_compare7(new_sr0(vwx22000, vwx24001), new_sr0(vwx24000, vwx22001)) 19.59/8.02 new_lt21(vwx22010, vwx24010, ty_Double) -> new_lt19(vwx22010, vwx24010) 19.59/8.02 new_esEs10(vwx30, vwx40, ty_Int) -> new_esEs15(vwx30, vwx40) 19.59/8.02 new_compare5(:%(vwx22000, vwx22001), :%(vwx24000, vwx24001), ty_Int) -> new_compare6(new_sr(vwx22000, vwx24001), new_sr(vwx24000, vwx22001)) 19.59/8.02 new_compare8(vwx2200, vwx2400, bec) -> new_compare23(vwx2200, vwx2400, new_esEs7(vwx2200, vwx2400, bec), bec) 19.59/8.02 new_esEs25(vwx301, vwx401, ty_Char) -> new_esEs20(vwx301, vwx401) 19.59/8.02 new_esEs22(vwx22010, vwx24010, app(ty_[], bch)) -> new_esEs12(vwx22010, vwx24010, bch) 19.59/8.02 new_esEs5(vwx12, vwx14, ty_Bool) -> new_esEs13(vwx12, vwx14) 19.59/8.02 new_esEs17(GT, GT) -> True 19.59/8.02 new_ltEs12(Right(vwx22010), Right(vwx24010), fb, app(ty_Maybe, ga)) -> new_ltEs4(vwx22010, vwx24010, ga) 19.59/8.02 new_primEqInt(Neg(Succ(vwx3000)), Neg(Zero)) -> False 19.59/8.02 new_primEqInt(Neg(Zero), Neg(Succ(vwx4000))) -> False 19.59/8.02 new_esEs6(Right(vwx300), Right(vwx400), cah, ty_Ordering) -> new_esEs17(vwx300, vwx400) 19.59/8.02 new_esEs27(vwx300, vwx400, app(ty_[], dca)) -> new_esEs12(vwx300, vwx400, dca) 19.59/8.02 new_ltEs20(vwx22011, vwx24011, app(app(ty_Either, bf), bg)) -> new_ltEs12(vwx22011, vwx24011, bf, bg) 19.59/8.02 new_ltEs15(LT, EQ) -> True 19.59/8.02 new_ltEs20(vwx22011, vwx24011, app(ty_Ratio, deg)) -> new_ltEs13(vwx22011, vwx24011, deg) 19.59/8.02 new_esEs13(False, True) -> False 19.59/8.02 new_esEs13(True, False) -> False 19.59/8.02 new_primEqInt(Pos(Succ(vwx3000)), Pos(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 19.59/8.02 new_esEs21(vwx300, vwx400, app(ty_Maybe, cde)) -> new_esEs7(vwx300, vwx400, cde) 19.59/8.02 new_lt6(vwx22010, vwx24010, app(ty_[], bch)) -> new_lt16(vwx22010, vwx24010, bch) 19.59/8.02 new_esEs24(vwx300, vwx400, app(app(ty_@2, cgb), cgc)) -> new_esEs9(vwx300, vwx400, cgb, cgc) 19.59/8.02 new_compare24(vwx2200, vwx2400, False, bdh, bea) -> new_compare17(vwx2200, vwx2400, new_ltEs12(vwx2200, vwx2400, bdh, bea), bdh, bea) 19.59/8.02 new_esEs6(Left(vwx300), Left(vwx400), ty_Char, bhg) -> new_esEs20(vwx300, vwx400) 19.59/8.02 new_esEs5(vwx12, vwx14, ty_@0) -> new_esEs18(vwx12, vwx14) 19.59/8.02 new_compare29(vwx22000, vwx24000, app(ty_Ratio, dfb)) -> new_compare5(vwx22000, vwx24000, dfb) 19.59/8.02 new_esEs10(vwx30, vwx40, app(app(app(ty_@3, cfc), cfd), cfe)) -> new_esEs8(vwx30, vwx40, cfc, cfd, cfe) 19.59/8.02 new_lt5(vwx22011, vwx24011, ty_Double) -> new_lt19(vwx22011, vwx24011) 19.59/8.02 new_primEqInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> False 19.59/8.02 new_primEqInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> False 19.59/8.02 new_esEs27(vwx300, vwx400, app(ty_Ratio, dbh)) -> new_esEs11(vwx300, vwx400, dbh) 19.59/8.02 new_ltEs4(Just(vwx22010), Just(vwx24010), app(ty_[], hb)) -> new_ltEs16(vwx22010, vwx24010, hb) 19.59/8.02 new_primCmpInt(Neg(Zero), Neg(Succ(vwx240000))) -> new_primCmpNat0(Succ(vwx240000), Zero) 19.59/8.02 new_esEs16(Float(vwx300, vwx301), Float(vwx400, vwx401)) -> new_esEs15(new_sr(vwx300, vwx401), new_sr(vwx301, vwx400)) 19.59/8.02 new_compare29(vwx22000, vwx24000, app(app(ty_@2, beg), beh)) -> new_compare25(vwx22000, vwx24000, new_esEs9(vwx22000, vwx24000, beg, beh), beg, beh) 19.59/8.02 new_ltEs6(vwx22012, vwx24012, ty_Bool) -> new_ltEs8(vwx22012, vwx24012) 19.59/8.02 new_esEs26(vwx302, vwx402, app(ty_Maybe, dbc)) -> new_esEs7(vwx302, vwx402, dbc) 19.59/8.02 new_esEs12(:(vwx300, vwx301), :(vwx400, vwx401), ccc) -> new_asAs(new_esEs21(vwx300, vwx400, ccc), new_esEs12(vwx301, vwx401, ccc)) 19.59/8.02 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 19.59/8.02 new_ltEs15(GT, GT) -> True 19.59/8.02 new_lt20(vwx2200, vwx2400, ty_Ordering) -> new_lt15(vwx2200, vwx2400) 19.59/8.02 new_compare30(vwx2200, vwx2400) -> new_compare28(vwx2200, vwx2400, new_esEs13(vwx2200, vwx2400)) 19.59/8.02 new_lt21(vwx22010, vwx24010, ty_Bool) -> new_lt8(vwx22010, vwx24010) 19.59/8.02 new_esEs24(vwx300, vwx400, ty_Ordering) -> new_esEs17(vwx300, vwx400) 19.59/8.02 new_esEs26(vwx302, vwx402, ty_Double) -> new_esEs19(vwx302, vwx402) 19.59/8.02 new_compare15(vwx2200, vwx2400, False) -> GT 19.59/8.02 new_esEs31(vwx22010, vwx24010, ty_Int) -> new_esEs15(vwx22010, vwx24010) 19.59/8.02 new_esEs33(vwx301, vwx401, ty_Integer) -> new_esEs14(vwx301, vwx401) 19.59/8.02 new_esEs7(Just(vwx300), Just(vwx400), app(app(ty_@2, bgg), bgh)) -> new_esEs9(vwx300, vwx400, bgg, bgh) 19.59/8.02 new_compare110(vwx2200, vwx2400, True, bed, bee, bef) -> LT 19.59/8.02 new_lt6(vwx22010, vwx24010, ty_Double) -> new_lt19(vwx22010, vwx24010) 19.59/8.02 new_esEs27(vwx300, vwx400, ty_Float) -> new_esEs16(vwx300, vwx400) 19.59/8.02 new_esEs27(vwx300, vwx400, app(ty_Maybe, dcg)) -> new_esEs7(vwx300, vwx400, dcg) 19.59/8.02 new_esEs10(vwx30, vwx40, ty_Char) -> new_esEs20(vwx30, vwx40) 19.59/8.02 new_ltEs12(Right(vwx22010), Right(vwx24010), fb, ty_Char) -> new_ltEs17(vwx22010, vwx24010) 19.59/8.02 new_lt5(vwx22011, vwx24011, ty_Integer) -> new_lt14(vwx22011, vwx24011) 19.59/8.02 new_esEs31(vwx22010, vwx24010, app(app(app(ty_@3, de), df), dg)) -> new_esEs8(vwx22010, vwx24010, de, df, dg) 19.59/8.02 new_esEs10(vwx30, vwx40, ty_Integer) -> new_esEs14(vwx30, vwx40) 19.59/8.02 new_not(False) -> True 19.59/8.02 new_esEs31(vwx22010, vwx24010, ty_Bool) -> new_esEs13(vwx22010, vwx24010) 19.59/8.02 new_esEs29(vwx2200, vwx2400, ty_Float) -> new_esEs16(vwx2200, vwx2400) 19.59/8.02 new_esEs21(vwx300, vwx400, app(ty_[], ccg)) -> new_esEs12(vwx300, vwx400, ccg) 19.59/8.02 new_esEs28(vwx301, vwx401, app(ty_[], ddc)) -> new_esEs12(vwx301, vwx401, ddc) 19.59/8.02 new_esEs21(vwx300, vwx400, ty_Bool) -> new_esEs13(vwx300, vwx400) 19.59/8.02 new_ltEs12(Right(vwx22010), Right(vwx24010), fb, ty_Bool) -> new_ltEs8(vwx22010, vwx24010) 19.59/8.02 new_esEs28(vwx301, vwx401, ty_Double) -> new_esEs19(vwx301, vwx401) 19.59/8.02 new_compare0(:(vwx22000, vwx22001), [], beb) -> GT 19.59/8.02 new_esEs29(vwx2200, vwx2400, app(app(ty_Either, bdh), bea)) -> new_esEs6(vwx2200, vwx2400, bdh, bea) 19.59/8.02 new_esEs6(Right(vwx300), Right(vwx400), cah, ty_Integer) -> new_esEs14(vwx300, vwx400) 19.59/8.02 new_ltEs6(vwx22012, vwx24012, ty_Double) -> new_ltEs18(vwx22012, vwx24012) 19.59/8.02 new_esEs27(vwx300, vwx400, ty_@0) -> new_esEs18(vwx300, vwx400) 19.59/8.02 new_lt6(vwx22010, vwx24010, app(ty_Ratio, cdf)) -> new_lt13(vwx22010, vwx24010, cdf) 19.59/8.02 new_ltEs5(@3(vwx22010, vwx22011, vwx22012), @3(vwx24010, vwx24011, vwx24012), hg, hh, bbd) -> new_pePe(new_lt6(vwx22010, vwx24010, hg), new_asAs(new_esEs22(vwx22010, vwx24010, hg), new_pePe(new_lt5(vwx22011, vwx24011, hh), new_asAs(new_esEs23(vwx22011, vwx24011, hh), new_ltEs6(vwx22012, vwx24012, bbd))))) 19.59/8.02 new_ltEs6(vwx22012, vwx24012, app(app(app(ty_@3, bag), bah), bba)) -> new_ltEs5(vwx22012, vwx24012, bag, bah, bba) 19.59/8.02 new_ltEs4(Just(vwx22010), Just(vwx24010), app(app(ty_Either, gh), ha)) -> new_ltEs12(vwx22010, vwx24010, gh, ha) 19.59/8.02 new_esEs7(Just(vwx300), Just(vwx400), ty_Ordering) -> new_esEs17(vwx300, vwx400) 19.59/8.02 new_esEs23(vwx22011, vwx24011, ty_Integer) -> new_esEs14(vwx22011, vwx24011) 19.59/8.02 new_lt5(vwx22011, vwx24011, app(ty_Maybe, bbh)) -> new_lt4(vwx22011, vwx24011, bbh) 19.59/8.02 new_lt20(vwx2200, vwx2400, ty_Int) -> new_lt9(vwx2200, vwx2400) 19.59/8.02 new_ltEs4(Just(vwx22010), Just(vwx24010), ty_Int) -> new_ltEs9(vwx22010, vwx24010) 19.59/8.02 new_esEs6(Right(vwx300), Right(vwx400), cah, ty_Char) -> new_esEs20(vwx300, vwx400) 19.59/8.02 new_primPlusNat0(Succ(vwx620), vwx40100) -> Succ(Succ(new_primPlusNat1(vwx620, vwx40100))) 19.59/8.02 new_esEs22(vwx22010, vwx24010, ty_Ordering) -> new_esEs17(vwx22010, vwx24010) 19.59/8.02 new_ltEs4(Just(vwx22010), Just(vwx24010), ty_@0) -> new_ltEs11(vwx22010, vwx24010) 19.59/8.02 new_esEs6(Right(vwx300), Right(vwx400), cah, ty_Int) -> new_esEs15(vwx300, vwx400) 19.59/8.02 new_lt5(vwx22011, vwx24011, ty_Int) -> new_lt9(vwx22011, vwx24011) 19.59/8.02 new_lt21(vwx22010, vwx24010, ty_Char) -> new_lt17(vwx22010, vwx24010) 19.59/8.02 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 19.59/8.02 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 19.59/8.02 new_lt7(vwx2200, vwx2400) -> new_esEs17(new_compare9(vwx2200, vwx2400), LT) 19.59/8.02 new_primPlusNat1(Zero, Zero) -> Zero 19.59/8.02 new_compare0(:(vwx22000, vwx22001), :(vwx24000, vwx24001), beb) -> new_primCompAux0(vwx22000, vwx24000, new_compare0(vwx22001, vwx24001, beb), beb) 19.59/8.02 new_lt6(vwx22010, vwx24010, ty_Char) -> new_lt17(vwx22010, vwx24010) 19.59/8.02 new_esEs6(Left(vwx300), Left(vwx400), ty_@0, bhg) -> new_esEs18(vwx300, vwx400) 19.59/8.02 new_esEs5(vwx12, vwx14, ty_Double) -> new_esEs19(vwx12, vwx14) 19.59/8.02 new_esEs27(vwx300, vwx400, app(app(ty_Either, dbf), dbg)) -> new_esEs6(vwx300, vwx400, dbf, dbg) 19.59/8.02 new_esEs10(vwx30, vwx40, ty_Bool) -> new_esEs13(vwx30, vwx40) 19.59/8.02 new_esEs25(vwx301, vwx401, ty_@0) -> new_esEs18(vwx301, vwx401) 19.59/8.02 new_ltEs15(LT, LT) -> True 19.59/8.02 new_ltEs4(Just(vwx22010), Just(vwx24010), ty_Bool) -> new_ltEs8(vwx22010, vwx24010) 19.59/8.02 new_esEs31(vwx22010, vwx24010, app(ty_[], dc)) -> new_esEs12(vwx22010, vwx24010, dc) 19.59/8.02 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 19.59/8.02 new_esEs23(vwx22011, vwx24011, ty_Char) -> new_esEs20(vwx22011, vwx24011) 19.59/8.02 new_ltEs6(vwx22012, vwx24012, app(ty_Maybe, baf)) -> new_ltEs4(vwx22012, vwx24012, baf) 19.59/8.02 new_esEs5(vwx12, vwx14, app(ty_[], ced)) -> new_esEs12(vwx12, vwx14, ced) 19.59/8.02 new_esEs29(vwx2200, vwx2400, ty_Int) -> new_esEs15(vwx2200, vwx2400) 19.59/8.02 new_primMulNat0(Succ(vwx30000), Succ(vwx40100)) -> new_primPlusNat0(new_primMulNat0(vwx30000, Succ(vwx40100)), vwx40100) 19.59/8.02 new_lt20(vwx2200, vwx2400, app(ty_Maybe, bec)) -> new_lt4(vwx2200, vwx2400, bec) 19.59/8.02 new_esEs21(vwx300, vwx400, ty_Integer) -> new_esEs14(vwx300, vwx400) 19.59/8.02 new_esEs22(vwx22010, vwx24010, app(app(ty_@2, bcd), bce)) -> new_esEs9(vwx22010, vwx24010, bcd, bce) 19.59/8.02 new_ltEs4(Just(vwx22010), Just(vwx24010), app(app(app(ty_@3, hd), he), hf)) -> new_ltEs5(vwx22010, vwx24010, hd, he, hf) 19.59/8.02 new_primCmpNat0(Succ(vwx220000), Succ(vwx240000)) -> new_primCmpNat0(vwx220000, vwx240000) 19.59/8.02 new_esEs5(vwx12, vwx14, app(app(ty_Either, cea), ceb)) -> new_esEs6(vwx12, vwx14, cea, ceb) 19.59/8.02 new_esEs24(vwx300, vwx400, app(ty_Ratio, cfh)) -> new_esEs11(vwx300, vwx400, cfh) 19.59/8.02 new_ltEs11(vwx2201, vwx2401) -> new_not(new_esEs17(new_compare18(vwx2201, vwx2401), GT)) 19.59/8.02 new_lt21(vwx22010, vwx24010, app(ty_Ratio, def)) -> new_lt13(vwx22010, vwx24010, def) 19.59/8.02 new_esEs21(vwx300, vwx400, ty_Char) -> new_esEs20(vwx300, vwx400) 19.59/8.02 new_esEs29(vwx2200, vwx2400, app(app(app(ty_@3, bed), bee), bef)) -> new_esEs8(vwx2200, vwx2400, bed, bee, bef) 19.59/8.02 new_esEs12([], [], ccc) -> True 19.59/8.02 new_compare29(vwx22000, vwx24000, ty_Integer) -> new_compare7(vwx22000, vwx24000) 19.59/8.02 new_lt6(vwx22010, vwx24010, app(app(app(ty_@3, bdb), bdc), bdd)) -> new_lt18(vwx22010, vwx24010, bdb, bdc, bdd) 19.59/8.02 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 19.59/8.02 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 19.59/8.02 new_esEs21(vwx300, vwx400, app(app(ty_@2, cch), cda)) -> new_esEs9(vwx300, vwx400, cch, cda) 19.59/8.02 new_lt15(vwx2200, vwx2400) -> new_esEs17(new_compare19(vwx2200, vwx2400), LT) 19.59/8.02 new_compare12(Double(vwx22000, Neg(vwx220010)), Double(vwx24000, Neg(vwx240010))) -> new_compare6(new_sr(vwx22000, Neg(vwx240010)), new_sr(Neg(vwx220010), vwx24000)) 19.59/8.02 new_ltEs19(vwx2201, vwx2401, app(ty_Maybe, ded)) -> new_ltEs4(vwx2201, vwx2401, ded) 19.59/8.02 new_lt21(vwx22010, vwx24010, app(app(app(ty_@3, de), df), dg)) -> new_lt18(vwx22010, vwx24010, de, df, dg) 19.59/8.02 new_esEs28(vwx301, vwx401, app(app(ty_Either, dch), dda)) -> new_esEs6(vwx301, vwx401, dch, dda) 19.59/8.02 new_compare26(vwx2200, vwx2400, False, bed, bee, bef) -> new_compare110(vwx2200, vwx2400, new_ltEs5(vwx2200, vwx2400, bed, bee, bef), bed, bee, bef) 19.59/8.02 new_primEqNat0(Zero, Zero) -> True 19.59/8.02 new_compare29(vwx22000, vwx24000, ty_Ordering) -> new_compare19(vwx22000, vwx24000) 19.59/8.02 new_esEs25(vwx301, vwx401, app(ty_Ratio, chb)) -> new_esEs11(vwx301, vwx401, chb) 19.59/8.02 new_ltEs20(vwx22011, vwx24011, ty_Int) -> new_ltEs9(vwx22011, vwx24011) 19.59/8.02 new_lt5(vwx22011, vwx24011, ty_Char) -> new_lt17(vwx22011, vwx24011) 19.59/8.02 new_lt6(vwx22010, vwx24010, ty_Bool) -> new_lt8(vwx22010, vwx24010) 19.59/8.02 new_lt5(vwx22011, vwx24011, app(app(app(ty_@3, bca), bcb), bcc)) -> new_lt18(vwx22011, vwx24011, bca, bcb, bcc) 19.59/8.02 new_lt12(vwx2200, vwx2400, bdh, bea) -> new_esEs17(new_compare11(vwx2200, vwx2400, bdh, bea), LT) 19.59/8.02 new_asAs(False, vwx39) -> False 19.59/8.02 new_compare29(vwx22000, vwx24000, app(ty_Maybe, bfd)) -> new_compare8(vwx22000, vwx24000, bfd) 19.59/8.02 new_esEs29(vwx2200, vwx2400, app(ty_Maybe, bec)) -> new_esEs7(vwx2200, vwx2400, bec) 19.59/8.02 new_compare27(vwx2200, vwx2400, False) -> new_compare16(vwx2200, vwx2400, new_ltEs15(vwx2200, vwx2400)) 19.59/8.02 new_esEs22(vwx22010, vwx24010, ty_Integer) -> new_esEs14(vwx22010, vwx24010) 19.59/8.02 new_ltEs6(vwx22012, vwx24012, ty_Int) -> new_ltEs9(vwx22012, vwx24012) 19.59/8.02 new_ltEs20(vwx22011, vwx24011, app(ty_Maybe, ca)) -> new_ltEs4(vwx22011, vwx24011, ca) 19.59/8.02 new_esEs14(Integer(vwx300), Integer(vwx400)) -> new_primEqInt(vwx300, vwx400) 19.59/8.02 new_compare29(vwx22000, vwx24000, ty_Bool) -> new_compare30(vwx22000, vwx24000) 19.59/8.02 new_esEs6(Right(vwx300), Right(vwx400), cah, app(ty_Ratio, cbc)) -> new_esEs11(vwx300, vwx400, cbc) 19.59/8.02 new_esEs6(Left(vwx300), Left(vwx400), app(ty_[], caa), bhg) -> new_esEs12(vwx300, vwx400, caa) 19.59/8.02 new_esEs6(Left(vwx300), Left(vwx400), app(app(app(ty_@3, cad), cae), caf), bhg) -> new_esEs8(vwx300, vwx400, cad, cae, caf) 19.59/8.02 new_compare13(vwx88, vwx89, vwx90, vwx91, False, vwx93, dfc, dfd) -> new_compare111(vwx88, vwx89, vwx90, vwx91, vwx93, dfc, dfd) 19.59/8.02 new_compare23(vwx2200, vwx2400, False, bec) -> new_compare10(vwx2200, vwx2400, new_ltEs4(vwx2200, vwx2400, bec), bec) 19.59/8.02 new_compare27(vwx2200, vwx2400, True) -> EQ 19.59/8.02 new_lt8(vwx2200, vwx2400) -> new_esEs17(new_compare30(vwx2200, vwx2400), LT) 19.59/8.02 new_esEs22(vwx22010, vwx24010, ty_Char) -> new_esEs20(vwx22010, vwx24010) 19.59/8.02 new_ltEs12(Right(vwx22010), Right(vwx24010), fb, ty_Integer) -> new_ltEs14(vwx22010, vwx24010) 19.59/8.02 new_compare18(@0, @0) -> EQ 19.59/8.02 new_esEs23(vwx22011, vwx24011, ty_Ordering) -> new_esEs17(vwx22011, vwx24011) 19.59/8.02 new_lt18(vwx2200, vwx2400, bed, bee, bef) -> new_esEs17(new_compare14(vwx2200, vwx2400, bed, bee, bef), LT) 19.59/8.02 new_ltEs13(vwx2201, vwx2401, dec) -> new_not(new_esEs17(new_compare5(vwx2201, vwx2401, dec), GT)) 19.59/8.02 new_esEs6(Right(vwx300), Right(vwx400), cah, ty_Bool) -> new_esEs13(vwx300, vwx400) 19.59/8.02 new_compare9(Float(vwx22000, Pos(vwx220010)), Float(vwx24000, Neg(vwx240010))) -> new_compare6(new_sr(vwx22000, Pos(vwx240010)), new_sr(Neg(vwx220010), vwx24000)) 19.59/8.02 new_compare9(Float(vwx22000, Neg(vwx220010)), Float(vwx24000, Pos(vwx240010))) -> new_compare6(new_sr(vwx22000, Neg(vwx240010)), new_sr(Pos(vwx220010), vwx24000)) 19.59/8.02 new_esEs5(vwx12, vwx14, app(ty_Maybe, cfb)) -> new_esEs7(vwx12, vwx14, cfb) 19.59/8.02 19.59/8.02 The set Q consists of the following terms: 19.59/8.02 19.59/8.02 new_ltEs13(x0, x1, x2) 19.59/8.02 new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.59/8.02 new_lt5(x0, x1, ty_Int) 19.59/8.02 new_lt9(x0, x1) 19.59/8.02 new_lt21(x0, x1, app(ty_Ratio, x2)) 19.59/8.02 new_ltEs4(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 19.59/8.02 new_esEs27(x0, x1, ty_Float) 19.59/8.02 new_primCmpNat0(Succ(x0), Zero) 19.59/8.02 new_compare29(x0, x1, app(app(ty_@2, x2), x3)) 19.59/8.02 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 19.59/8.02 new_lt13(x0, x1, x2) 19.59/8.02 new_esEs5(x0, x1, ty_Float) 19.59/8.02 new_compare26(x0, x1, True, x2, x3, x4) 19.59/8.02 new_esEs25(x0, x1, ty_Char) 19.59/8.02 new_esEs24(x0, x1, ty_Ordering) 19.59/8.02 new_lt11(x0, x1) 19.59/8.02 new_ltEs12(Left(x0), Left(x1), app(ty_[], x2), x3) 19.59/8.02 new_lt15(x0, x1) 19.59/8.02 new_primPlusNat1(Zero, Zero) 19.59/8.02 new_lt21(x0, x1, app(ty_[], x2)) 19.59/8.02 new_esEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.59/8.02 new_ltEs6(x0, x1, ty_Bool) 19.59/8.02 new_lt5(x0, x1, ty_Ordering) 19.59/8.02 new_compare25(x0, x1, True, x2, x3) 19.59/8.02 new_esEs6(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 19.59/8.02 new_esEs12([], :(x0, x1), x2) 19.59/8.02 new_esEs31(x0, x1, ty_Integer) 19.59/8.02 new_ltEs6(x0, x1, ty_Integer) 19.59/8.02 new_esEs30(x0, x1, x2, x3, False, x4, x5) 19.59/8.02 new_compare16(x0, x1, False) 19.59/8.02 new_lt21(x0, x1, app(app(ty_@2, x2), x3)) 19.59/8.02 new_esEs29(x0, x1, app(ty_Maybe, x2)) 19.59/8.02 new_primEqInt(Pos(Zero), Pos(Zero)) 19.59/8.02 new_ltEs6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.59/8.02 new_esEs28(x0, x1, ty_Float) 19.59/8.02 new_ltEs12(Right(x0), Right(x1), x2, ty_Integer) 19.59/8.02 new_esEs7(Just(x0), Just(x1), app(ty_[], x2)) 19.59/8.02 new_esEs24(x0, x1, app(app(ty_Either, x2), x3)) 19.59/8.02 new_ltEs12(Right(x0), Right(x1), x2, app(ty_[], x3)) 19.59/8.02 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 19.59/8.02 new_lt6(x0, x1, ty_Ordering) 19.59/8.02 new_lt20(x0, x1, ty_Integer) 19.59/8.02 new_esEs27(x0, x1, app(ty_Maybe, x2)) 19.59/8.02 new_compare28(x0, x1, False) 19.59/8.02 new_compare13(x0, x1, x2, x3, False, x4, x5, x6) 19.59/8.02 new_esEs10(x0, x1, app(app(ty_@2, x2), x3)) 19.59/8.02 new_esEs33(x0, x1, ty_Integer) 19.59/8.02 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 19.59/8.02 new_esEs7(Just(x0), Just(x1), ty_Char) 19.59/8.02 new_esEs26(x0, x1, ty_Bool) 19.59/8.02 new_compare23(x0, x1, False, x2) 19.59/8.02 new_compare9(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 19.59/8.02 new_ltEs6(x0, x1, app(app(ty_@2, x2), x3)) 19.59/8.02 new_lt21(x0, x1, ty_Float) 19.59/8.02 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 19.59/8.02 new_lt6(x0, x1, ty_Int) 19.59/8.02 new_compare12(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 19.59/8.02 new_ltEs4(Just(x0), Just(x1), ty_Bool) 19.59/8.02 new_esEs5(x0, x1, app(ty_[], x2)) 19.59/8.02 new_esEs7(Just(x0), Just(x1), ty_Bool) 19.59/8.02 new_lt6(x0, x1, ty_Double) 19.59/8.02 new_primEqInt(Neg(Zero), Neg(Zero)) 19.59/8.02 new_esEs6(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 19.59/8.02 new_lt17(x0, x1) 19.59/8.02 new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) 19.59/8.02 new_esEs20(Char(x0), Char(x1)) 19.59/8.02 new_compare17(x0, x1, True, x2, x3) 19.59/8.02 new_esEs32(x0, x1, ty_Int) 19.59/8.02 new_primEqNat0(Zero, Succ(x0)) 19.59/8.02 new_esEs10(x0, x1, ty_Float) 19.59/8.02 new_ltEs12(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 19.59/8.02 new_ltEs12(Right(x0), Right(x1), x2, ty_Float) 19.59/8.02 new_lt5(x0, x1, app(ty_[], x2)) 19.59/8.02 new_compare17(x0, x1, False, x2, x3) 19.59/8.02 new_lt21(x0, x1, app(app(ty_Either, x2), x3)) 19.59/8.02 new_ltEs19(x0, x1, ty_Bool) 19.59/8.02 new_ltEs8(False, False) 19.59/8.02 new_ltEs19(x0, x1, ty_Float) 19.59/8.02 new_lt4(x0, x1, x2) 19.59/8.02 new_esEs31(x0, x1, ty_@0) 19.59/8.02 new_esEs31(x0, x1, app(app(ty_Either, x2), x3)) 19.59/8.02 new_ltEs4(Just(x0), Just(x1), app(ty_Maybe, x2)) 19.59/8.02 new_esEs31(x0, x1, ty_Bool) 19.59/8.02 new_lt20(x0, x1, ty_Float) 19.59/8.02 new_primPlusNat1(Succ(x0), Zero) 19.59/8.02 new_compare9(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 19.59/8.02 new_ltEs4(Just(x0), Just(x1), ty_Char) 19.59/8.02 new_esEs7(Just(x0), Just(x1), ty_Int) 19.59/8.02 new_esEs31(x0, x1, ty_Float) 19.59/8.02 new_esEs25(x0, x1, app(app(ty_Either, x2), x3)) 19.59/8.02 new_esEs23(x0, x1, app(ty_Ratio, x2)) 19.59/8.02 new_ltEs12(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 19.59/8.02 new_compare0(:(x0, x1), [], x2) 19.59/8.02 new_ltEs12(Left(x0), Left(x1), ty_Float, x2) 19.59/8.02 new_esEs17(EQ, GT) 19.59/8.02 new_esEs17(GT, EQ) 19.59/8.02 new_compare5(:%(x0, x1), :%(x2, x3), ty_Int) 19.59/8.02 new_esEs21(x0, x1, ty_Float) 19.59/8.02 new_esEs30(x0, x1, x2, x3, True, x4, x5) 19.59/8.02 new_compare11(x0, x1, x2, x3) 19.59/8.02 new_primCompAux00(x0, EQ) 19.59/8.02 new_esEs26(x0, x1, ty_Double) 19.59/8.02 new_primEqInt(Pos(Zero), Neg(Zero)) 19.59/8.02 new_primEqInt(Neg(Zero), Pos(Zero)) 19.59/8.02 new_primMulInt(Pos(x0), Pos(x1)) 19.59/8.02 new_esEs31(x0, x1, app(ty_[], x2)) 19.59/8.02 new_esEs21(x0, x1, app(ty_Ratio, x2)) 19.59/8.02 new_lt19(x0, x1) 19.59/8.02 new_esEs26(x0, x1, ty_Char) 19.59/8.02 new_esEs24(x0, x1, ty_Char) 19.59/8.02 new_esEs24(x0, x1, ty_@0) 19.59/8.02 new_esEs7(Just(x0), Just(x1), ty_@0) 19.59/8.02 new_esEs29(x0, x1, ty_Float) 19.59/8.02 new_esEs24(x0, x1, ty_Double) 19.59/8.02 new_ltEs4(Just(x0), Just(x1), ty_Int) 19.59/8.02 new_esEs24(x0, x1, ty_Int) 19.59/8.02 new_lt20(x0, x1, app(ty_Maybe, x2)) 19.59/8.02 new_compare9(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 19.59/8.02 new_compare9(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 19.59/8.02 new_esEs25(x0, x1, ty_Ordering) 19.59/8.02 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 19.59/8.02 new_ltEs20(x0, x1, app(app(ty_@2, x2), x3)) 19.59/8.02 new_esEs6(Left(x0), Left(x1), ty_Ordering, x2) 19.59/8.02 new_lt7(x0, x1) 19.59/8.02 new_compare24(x0, x1, True, x2, x3) 19.59/8.02 new_esEs6(Left(x0), Left(x1), app(ty_[], x2), x3) 19.59/8.02 new_ltEs19(x0, x1, ty_@0) 19.59/8.02 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 19.59/8.02 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 19.59/8.02 new_esEs26(x0, x1, ty_Int) 19.59/8.02 new_esEs26(x0, x1, ty_@0) 19.59/8.02 new_esEs26(x0, x1, app(ty_Maybe, x2)) 19.59/8.02 new_ltEs15(EQ, EQ) 19.59/8.02 new_compare16(x0, x1, True) 19.59/8.02 new_esEs23(x0, x1, ty_Double) 19.59/8.02 new_esEs29(x0, x1, ty_@0) 19.59/8.02 new_ltEs4(Just(x0), Just(x1), ty_@0) 19.59/8.02 new_ltEs11(x0, x1) 19.59/8.02 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 19.59/8.02 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 19.59/8.02 new_esEs31(x0, x1, ty_Char) 19.59/8.02 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 19.59/8.02 new_esEs17(LT, GT) 19.59/8.02 new_esEs17(GT, LT) 19.59/8.02 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 19.59/8.02 new_lt6(x0, x1, ty_@0) 19.59/8.02 new_esEs28(x0, x1, app(ty_Ratio, x2)) 19.59/8.02 new_esEs22(x0, x1, app(ty_[], x2)) 19.59/8.02 new_lt5(x0, x1, ty_Integer) 19.59/8.02 new_esEs6(Right(x0), Right(x1), x2, ty_Double) 19.59/8.02 new_primCompAux00(x0, LT) 19.59/8.02 new_esEs23(x0, x1, ty_Float) 19.59/8.02 new_esEs29(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.59/8.02 new_ltEs6(x0, x1, ty_Double) 19.59/8.02 new_ltEs4(Just(x0), Just(x1), ty_Float) 19.59/8.02 new_esEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.59/8.02 new_esEs24(x0, x1, ty_Bool) 19.59/8.02 new_compare29(x0, x1, ty_Float) 19.59/8.02 new_ltEs12(Right(x0), Right(x1), x2, ty_Char) 19.59/8.02 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 19.59/8.02 new_esEs5(x0, x1, app(app(ty_Either, x2), x3)) 19.59/8.02 new_ltEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.59/8.02 new_ltEs19(x0, x1, ty_Char) 19.59/8.02 new_esEs25(x0, x1, ty_Integer) 19.59/8.02 new_esEs24(x0, x1, ty_Integer) 19.59/8.02 new_ltEs4(Just(x0), Just(x1), ty_Double) 19.59/8.02 new_compare27(x0, x1, True) 19.59/8.02 new_primCompAux0(x0, x1, x2, x3) 19.59/8.02 new_esEs26(x0, x1, app(ty_[], x2)) 19.59/8.02 new_esEs12(:(x0, x1), :(x2, x3), x4) 19.59/8.02 new_compare29(x0, x1, ty_Ordering) 19.59/8.02 new_esEs10(x0, x1, app(ty_Maybe, x2)) 19.59/8.02 new_esEs22(x0, x1, ty_Ordering) 19.59/8.02 new_ltEs15(GT, LT) 19.59/8.02 new_compare7(Integer(x0), Integer(x1)) 19.59/8.02 new_compare15(x0, x1, True) 19.59/8.02 new_ltEs15(LT, GT) 19.59/8.02 new_ltEs12(Right(x0), Right(x1), x2, ty_Int) 19.59/8.02 new_lt20(x0, x1, ty_Char) 19.59/8.02 new_ltEs17(x0, x1) 19.59/8.02 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.59/8.02 new_esEs22(x0, x1, ty_Float) 19.59/8.02 new_compare30(x0, x1) 19.59/8.02 new_ltEs6(x0, x1, app(app(ty_Either, x2), x3)) 19.59/8.02 new_lt6(x0, x1, app(app(ty_Either, x2), x3)) 19.59/8.02 new_primPlusNat0(Zero, x0) 19.59/8.02 new_ltEs4(Nothing, Just(x0), x1) 19.59/8.02 new_ltEs9(x0, x1) 19.59/8.02 new_esEs7(Nothing, Just(x0), x1) 19.59/8.02 new_esEs23(x0, x1, app(ty_Maybe, x2)) 19.59/8.02 new_esEs7(Just(x0), Just(x1), ty_Double) 19.59/8.02 new_lt20(x0, x1, ty_Int) 19.59/8.02 new_compare111(x0, x1, x2, x3, False, x4, x5) 19.59/8.02 new_ltEs6(x0, x1, app(ty_Ratio, x2)) 19.59/8.02 new_compare0(:(x0, x1), :(x2, x3), x4) 19.59/8.02 new_compare29(x0, x1, ty_Int) 19.59/8.02 new_ltEs12(Right(x0), Right(x1), x2, ty_Ordering) 19.59/8.02 new_compare110(x0, x1, False, x2, x3, x4) 19.59/8.02 new_primCmpInt(Neg(Zero), Neg(Zero)) 19.59/8.02 new_ltEs4(Nothing, Nothing, x0) 19.59/8.02 new_sr(x0, x1) 19.59/8.02 new_esEs13(False, True) 19.59/8.02 new_esEs13(True, False) 19.59/8.02 new_compare29(x0, x1, ty_Integer) 19.59/8.02 new_esEs22(x0, x1, ty_Int) 19.59/8.02 new_esEs32(x0, x1, ty_Integer) 19.59/8.02 new_esEs5(x0, x1, ty_Integer) 19.59/8.02 new_ltEs12(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 19.59/8.02 new_ltEs20(x0, x1, ty_@0) 19.59/8.02 new_ltEs12(Left(x0), Left(x1), ty_Integer, x2) 19.59/8.02 new_ltEs10(@2(x0, x1), @2(x2, x3), x4, x5) 19.59/8.02 new_primMulNat0(Succ(x0), Succ(x1)) 19.59/8.02 new_primCmpInt(Pos(Zero), Neg(Zero)) 19.59/8.02 new_primCmpInt(Neg(Zero), Pos(Zero)) 19.59/8.02 new_esEs10(x0, x1, ty_Bool) 19.59/8.02 new_esEs7(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 19.59/8.02 new_ltEs12(Right(x0), Right(x1), x2, ty_Bool) 19.59/8.02 new_esEs21(x0, x1, app(app(ty_Either, x2), x3)) 19.59/8.02 new_esEs29(x0, x1, app(ty_Ratio, x2)) 19.59/8.02 new_compare29(x0, x1, ty_Char) 19.59/8.02 new_ltEs20(x0, x1, ty_Double) 19.59/8.02 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.59/8.02 new_esEs25(x0, x1, ty_Bool) 19.59/8.02 new_esEs28(x0, x1, ty_@0) 19.59/8.02 new_ltEs12(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 19.59/8.02 new_esEs22(x0, x1, app(app(ty_@2, x2), x3)) 19.59/8.02 new_esEs23(x0, x1, app(ty_[], x2)) 19.59/8.02 new_esEs28(x0, x1, app(ty_[], x2)) 19.59/8.02 new_esEs10(x0, x1, ty_Ordering) 19.59/8.02 new_ltEs8(True, False) 19.59/8.02 new_ltEs8(False, True) 19.59/8.02 new_compare29(x0, x1, app(app(ty_Either, x2), x3)) 19.59/8.02 new_lt18(x0, x1, x2, x3, x4) 19.59/8.02 new_compare12(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 19.59/8.02 new_esEs25(x0, x1, ty_Float) 19.59/8.02 new_esEs25(x0, x1, app(ty_Maybe, x2)) 19.59/8.02 new_esEs5(x0, x1, ty_Char) 19.59/8.02 new_ltEs20(x0, x1, app(ty_Ratio, x2)) 19.59/8.02 new_lt6(x0, x1, app(ty_Ratio, x2)) 19.59/8.02 new_ltEs4(Just(x0), Nothing, x1) 19.59/8.02 new_lt5(x0, x1, app(ty_Ratio, x2)) 19.59/8.02 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 19.59/8.02 new_lt5(x0, x1, ty_Bool) 19.59/8.02 new_lt12(x0, x1, x2, x3) 19.59/8.02 new_esEs6(Left(x0), Left(x1), ty_Double, x2) 19.59/8.02 new_compare28(x0, x1, True) 19.59/8.02 new_esEs6(Left(x0), Left(x1), ty_@0, x2) 19.59/8.02 new_esEs28(x0, x1, ty_Double) 19.59/8.02 new_esEs33(x0, x1, ty_Int) 19.59/8.02 new_ltEs6(x0, x1, ty_@0) 19.59/8.02 new_esEs22(x0, x1, ty_Bool) 19.59/8.02 new_esEs31(x0, x1, ty_Ordering) 19.59/8.02 new_ltEs19(x0, x1, ty_Integer) 19.59/8.02 new_compare29(x0, x1, ty_Bool) 19.59/8.02 new_primPlusNat1(Zero, Succ(x0)) 19.59/8.02 new_compare26(x0, x1, False, x2, x3, x4) 19.59/8.02 new_esEs22(x0, x1, ty_Char) 19.59/8.02 new_lt20(x0, x1, ty_Bool) 19.59/8.02 new_pePe(True, x0) 19.59/8.02 new_esEs29(x0, x1, app(app(ty_@2, x2), x3)) 19.59/8.02 new_esEs5(x0, x1, ty_Bool) 19.59/8.02 new_ltEs4(Just(x0), Just(x1), app(ty_[], x2)) 19.59/8.02 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 19.59/8.02 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 19.59/8.02 new_esEs7(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 19.59/8.02 new_esEs10(x0, x1, ty_Integer) 19.59/8.02 new_ltEs4(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 19.59/8.02 new_esEs21(x0, x1, app(app(ty_@2, x2), x3)) 19.59/8.02 new_esEs25(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.59/8.02 new_lt21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.59/8.02 new_primEqNat0(Succ(x0), Succ(x1)) 19.59/8.02 new_esEs31(x0, x1, app(ty_Ratio, x2)) 19.59/8.02 new_ltEs12(Left(x0), Left(x1), ty_Ordering, x2) 19.59/8.02 new_lt5(x0, x1, ty_Char) 19.59/8.02 new_ltEs19(x0, x1, ty_Ordering) 19.59/8.02 new_esEs15(x0, x1) 19.59/8.02 new_primCmpNat0(Succ(x0), Succ(x1)) 19.59/8.02 new_esEs25(x0, x1, ty_Int) 19.59/8.02 new_ltEs18(x0, x1) 19.59/8.02 new_compare10(x0, x1, False, x2) 19.59/8.02 new_esEs27(x0, x1, ty_Double) 19.59/8.02 new_esEs28(x0, x1, ty_Int) 19.59/8.02 new_esEs6(Right(x0), Right(x1), x2, ty_Bool) 19.59/8.02 new_esEs24(x0, x1, app(ty_[], x2)) 19.59/8.02 new_ltEs5(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 19.59/8.02 new_lt6(x0, x1, app(ty_[], x2)) 19.59/8.02 new_esEs21(x0, x1, ty_Int) 19.59/8.02 new_ltEs20(x0, x1, ty_Integer) 19.59/8.02 new_lt5(x0, x1, app(ty_Maybe, x2)) 19.59/8.02 new_lt21(x0, x1, ty_Char) 19.59/8.02 new_asAs(True, x0) 19.59/8.02 new_compare29(x0, x1, app(ty_Ratio, x2)) 19.59/8.02 new_esEs10(x0, x1, ty_Char) 19.59/8.02 new_lt8(x0, x1) 19.59/8.02 new_lt6(x0, x1, ty_Float) 19.59/8.02 new_ltEs12(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 19.59/8.02 new_compare24(x0, x1, False, x2, x3) 19.59/8.02 new_primMulNat0(Zero, Succ(x0)) 19.59/8.02 new_lt20(x0, x1, app(ty_[], x2)) 19.59/8.02 new_esEs9(@2(x0, x1), @2(x2, x3), x4, x5) 19.59/8.02 new_esEs22(x0, x1, ty_@0) 19.59/8.02 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 19.59/8.02 new_esEs25(x0, x1, app(ty_[], x2)) 19.59/8.02 new_primMulNat0(Zero, Zero) 19.59/8.02 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 19.59/8.02 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 19.59/8.02 new_esEs27(x0, x1, ty_Ordering) 19.59/8.02 new_esEs21(x0, x1, app(ty_Maybe, x2)) 19.59/8.02 new_esEs23(x0, x1, ty_Bool) 19.59/8.02 new_esEs21(x0, x1, ty_Char) 19.59/8.02 new_esEs23(x0, x1, ty_@0) 19.59/8.02 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 19.59/8.02 new_esEs5(x0, x1, ty_Double) 19.59/8.02 new_compare15(x0, x1, False) 19.59/8.02 new_esEs10(x0, x1, ty_Int) 19.59/8.02 new_lt10(@2(x0, x1), @2(x2, x3), x4, x5) 19.59/8.02 new_lt21(x0, x1, ty_Int) 19.59/8.02 new_esEs24(x0, x1, ty_Float) 19.59/8.02 new_esEs6(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 19.59/8.02 new_ltEs12(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 19.59/8.02 new_compare0([], [], x0) 19.59/8.02 new_compare27(x0, x1, False) 19.59/8.02 new_compare10(x0, x1, True, x2) 19.59/8.02 new_esEs6(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 19.59/8.02 new_esEs6(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 19.59/8.02 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 19.59/8.02 new_lt21(x0, x1, app(ty_Maybe, x2)) 19.59/8.02 new_compare14(x0, x1, x2, x3, x4) 19.59/8.02 new_lt21(x0, x1, ty_Ordering) 19.59/8.02 new_ltEs12(Left(x0), Left(x1), ty_Bool, x2) 19.59/8.02 new_lt5(x0, x1, ty_Float) 19.59/8.02 new_ltEs12(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 19.59/8.02 new_esEs23(x0, x1, ty_Integer) 19.59/8.02 new_esEs6(Right(x0), Right(x1), x2, ty_@0) 19.59/8.02 new_esEs5(x0, x1, ty_Int) 19.59/8.02 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.59/8.02 new_compare29(x0, x1, ty_@0) 19.59/8.02 new_esEs26(x0, x1, app(ty_Ratio, x2)) 19.59/8.02 new_esEs7(Nothing, Nothing, x0) 19.59/8.02 new_lt6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.59/8.02 new_lt14(x0, x1) 19.59/8.02 new_esEs28(x0, x1, app(ty_Maybe, x2)) 19.59/8.02 new_lt16(x0, x1, x2) 19.59/8.02 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 19.59/8.02 new_lt20(x0, x1, ty_Ordering) 19.59/8.02 new_lt5(x0, x1, app(app(ty_Either, x2), x3)) 19.59/8.02 new_esEs5(x0, x1, ty_Ordering) 19.59/8.02 new_esEs22(x0, x1, ty_Integer) 19.59/8.02 new_not(True) 19.59/8.02 new_compare0([], :(x0, x1), x2) 19.59/8.02 new_esEs29(x0, x1, ty_Int) 19.59/8.02 new_esEs10(x0, x1, ty_Double) 19.59/8.02 new_esEs12(:(x0, x1), [], x2) 19.59/8.02 new_ltEs12(Left(x0), Left(x1), ty_Int, x2) 19.59/8.02 new_esEs28(x0, x1, app(app(ty_@2, x2), x3)) 19.59/8.02 new_lt21(x0, x1, ty_@0) 19.59/8.02 new_lt21(x0, x1, ty_Double) 19.59/8.02 new_esEs31(x0, x1, ty_Double) 19.59/8.02 new_esEs28(x0, x1, app(app(ty_Either, x2), x3)) 19.59/8.02 new_esEs17(LT, EQ) 19.59/8.02 new_esEs17(EQ, LT) 19.59/8.02 new_esEs6(Left(x0), Left(x1), ty_Integer, x2) 19.59/8.02 new_esEs10(x0, x1, ty_@0) 19.59/8.02 new_ltEs12(Left(x0), Left(x1), ty_Char, x2) 19.59/8.02 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 19.59/8.02 new_ltEs15(GT, EQ) 19.59/8.02 new_ltEs15(EQ, GT) 19.59/8.02 new_esEs10(x0, x1, app(ty_Ratio, x2)) 19.59/8.02 new_esEs13(True, True) 19.59/8.02 new_compare29(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.59/8.02 new_esEs17(GT, GT) 19.59/8.02 new_esEs29(x0, x1, ty_Char) 19.59/8.02 new_primPlusNat0(Succ(x0), x1) 19.59/8.02 new_esEs19(Double(x0, x1), Double(x2, x3)) 19.59/8.02 new_esEs6(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 19.59/8.02 new_esEs27(x0, x1, app(ty_Ratio, x2)) 19.59/8.02 new_ltEs20(x0, x1, app(ty_Maybe, x2)) 19.59/8.02 new_ltEs19(x0, x1, ty_Double) 19.59/8.02 new_esEs28(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.59/8.02 new_esEs29(x0, x1, ty_Double) 19.59/8.02 new_compare13(x0, x1, x2, x3, True, x4, x5, x6) 19.59/8.02 new_ltEs20(x0, x1, app(app(ty_Either, x2), x3)) 19.59/8.02 new_ltEs12(Left(x0), Left(x1), ty_Double, x2) 19.59/8.02 new_esEs21(x0, x1, ty_Double) 19.59/8.02 new_lt6(x0, x1, app(ty_Maybe, x2)) 19.59/8.02 new_esEs26(x0, x1, ty_Float) 19.59/8.02 new_compare29(x0, x1, app(ty_Maybe, x2)) 19.59/8.02 new_esEs27(x0, x1, app(ty_[], x2)) 19.59/8.02 new_esEs6(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 19.59/8.02 new_esEs10(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.59/8.02 new_ltEs19(x0, x1, ty_Int) 19.59/8.02 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 19.59/8.02 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 19.59/8.02 new_esEs28(x0, x1, ty_Ordering) 19.59/8.02 new_esEs17(EQ, EQ) 19.59/8.02 new_esEs23(x0, x1, ty_Int) 19.59/8.02 new_esEs31(x0, x1, app(app(ty_@2, x2), x3)) 19.59/8.02 new_esEs27(x0, x1, ty_Int) 19.59/8.02 new_compare18(@0, @0) 19.59/8.02 new_ltEs6(x0, x1, app(ty_[], x2)) 19.59/8.02 new_esEs7(Just(x0), Just(x1), ty_Float) 19.59/8.02 new_esEs5(x0, x1, app(app(ty_@2, x2), x3)) 19.59/8.02 new_esEs31(x0, x1, ty_Int) 19.59/8.02 new_lt21(x0, x1, ty_Bool) 19.59/8.02 new_lt5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.59/8.02 new_ltEs12(Left(x0), Left(x1), ty_@0, x2) 19.59/8.02 new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) 19.59/8.02 new_esEs27(x0, x1, ty_Char) 19.59/8.02 new_esEs21(x0, x1, ty_@0) 19.59/8.02 new_esEs24(x0, x1, app(app(ty_@2, x2), x3)) 19.59/8.02 new_primCmpInt(Pos(Zero), Pos(Zero)) 19.59/8.02 new_ltEs12(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 19.59/8.02 new_esEs23(x0, x1, ty_Char) 19.59/8.02 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.59/8.02 new_ltEs6(x0, x1, ty_Ordering) 19.59/8.02 new_ltEs12(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 19.59/8.02 new_esEs6(Right(x0), Right(x1), x2, ty_Ordering) 19.59/8.02 new_esEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.59/8.02 new_primEqNat0(Succ(x0), Zero) 19.59/8.02 new_esEs7(Just(x0), Just(x1), app(ty_Maybe, x2)) 19.59/8.02 new_esEs21(x0, x1, ty_Integer) 19.59/8.02 new_ltEs20(x0, x1, ty_Int) 19.59/8.02 new_esEs14(Integer(x0), Integer(x1)) 19.59/8.02 new_ltEs7(x0, x1) 19.59/8.02 new_ltEs4(Just(x0), Just(x1), app(ty_Ratio, x2)) 19.59/8.02 new_ltEs14(x0, x1) 19.59/8.02 new_compare19(x0, x1) 19.59/8.02 new_compare29(x0, x1, ty_Double) 19.59/8.02 new_ltEs20(x0, x1, ty_Char) 19.59/8.02 new_pePe(False, x0) 19.59/8.02 new_esEs5(x0, x1, app(ty_Maybe, x2)) 19.59/8.02 new_esEs28(x0, x1, ty_Integer) 19.59/8.02 new_esEs27(x0, x1, ty_@0) 19.59/8.02 new_esEs27(x0, x1, ty_Bool) 19.59/8.02 new_esEs6(Right(x0), Right(x1), x2, ty_Float) 19.59/8.02 new_ltEs16(x0, x1, x2) 19.59/8.02 new_esEs6(Right(x0), Right(x1), x2, app(ty_[], x3)) 19.59/8.02 new_esEs23(x0, x1, ty_Ordering) 19.59/8.02 new_ltEs6(x0, x1, ty_Float) 19.59/8.02 new_lt6(x0, x1, ty_Bool) 19.59/8.02 new_esEs12([], [], x0) 19.59/8.02 new_esEs28(x0, x1, ty_Bool) 19.59/8.02 new_lt20(x0, x1, ty_@0) 19.59/8.02 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 19.59/8.02 new_ltEs20(x0, x1, ty_Ordering) 19.59/8.02 new_esEs25(x0, x1, app(ty_Ratio, x2)) 19.59/8.02 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 19.59/8.02 new_esEs16(Float(x0, x1), Float(x2, x3)) 19.59/8.02 new_ltEs12(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 19.59/8.02 new_sr0(Integer(x0), Integer(x1)) 19.59/8.02 new_ltEs15(EQ, LT) 19.59/8.02 new_esEs6(Left(x0), Left(x1), ty_Bool, x2) 19.59/8.02 new_ltEs15(LT, EQ) 19.59/8.02 new_primMulInt(Pos(x0), Neg(x1)) 19.59/8.02 new_primMulInt(Neg(x0), Pos(x1)) 19.59/8.02 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 19.59/8.02 new_esEs29(x0, x1, ty_Bool) 19.59/8.02 new_esEs22(x0, x1, app(ty_Maybe, x2)) 19.59/8.02 new_esEs21(x0, x1, ty_Bool) 19.59/8.02 new_esEs11(:%(x0, x1), :%(x2, x3), x4) 19.59/8.02 new_esEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.59/8.02 new_esEs24(x0, x1, app(ty_Ratio, x2)) 19.59/8.02 new_ltEs15(GT, GT) 19.59/8.02 new_ltEs12(Right(x0), Right(x1), x2, ty_@0) 19.59/8.02 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 19.59/8.02 new_esEs29(x0, x1, app(app(ty_Either, x2), x3)) 19.59/8.02 new_asAs(False, x0) 19.59/8.02 new_ltEs20(x0, x1, ty_Float) 19.59/8.02 new_compare29(x0, x1, app(ty_[], x2)) 19.59/8.02 new_primCompAux00(x0, GT) 19.59/8.02 new_esEs21(x0, x1, app(ty_[], x2)) 19.59/8.02 new_ltEs20(x0, x1, app(ty_[], x2)) 19.59/8.02 new_lt6(x0, x1, ty_Char) 19.59/8.02 new_esEs18(@0, @0) 19.59/8.02 new_esEs7(Just(x0), Nothing, x1) 19.59/8.02 new_lt21(x0, x1, ty_Integer) 19.59/8.02 new_esEs10(x0, x1, app(ty_[], x2)) 19.59/8.02 new_primPlusNat1(Succ(x0), Succ(x1)) 19.59/8.02 new_compare6(x0, x1) 19.59/8.02 new_esEs5(x0, x1, ty_@0) 19.59/8.02 new_esEs6(Right(x0), Right(x1), x2, ty_Int) 19.59/8.02 new_esEs25(x0, x1, ty_@0) 19.59/8.02 new_primEqNat0(Zero, Zero) 19.59/8.02 new_esEs13(False, False) 19.59/8.02 new_lt6(x0, x1, ty_Integer) 19.59/8.02 new_esEs25(x0, x1, app(app(ty_@2, x2), x3)) 19.59/8.02 new_not(False) 19.59/8.02 new_esEs25(x0, x1, ty_Double) 19.59/8.02 new_compare8(x0, x1, x2) 19.59/8.02 new_esEs7(Just(x0), Just(x1), ty_Ordering) 19.59/8.02 new_esEs22(x0, x1, app(ty_Ratio, x2)) 19.59/8.02 new_esEs17(LT, LT) 19.59/8.02 new_esEs6(Right(x0), Right(x1), x2, ty_Char) 19.59/8.02 new_ltEs4(Just(x0), Just(x1), ty_Integer) 19.59/8.02 new_esEs10(x0, x1, app(app(ty_Either, x2), x3)) 19.59/8.02 new_esEs26(x0, x1, ty_Integer) 19.59/8.02 new_esEs6(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 19.59/8.02 new_esEs29(x0, x1, ty_Integer) 19.59/8.02 new_esEs27(x0, x1, ty_Integer) 19.59/8.02 new_compare12(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 19.59/8.02 new_compare12(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 19.59/8.02 new_esEs7(Just(x0), Just(x1), app(ty_Ratio, x2)) 19.59/8.02 new_lt20(x0, x1, ty_Double) 19.59/8.02 new_ltEs12(Right(x0), Right(x1), x2, ty_Double) 19.59/8.02 new_lt20(x0, x1, app(ty_Ratio, x2)) 19.59/8.02 new_primMulNat0(Succ(x0), Zero) 19.59/8.02 new_ltEs8(True, True) 19.59/8.02 new_esEs6(Right(x0), Right(x1), x2, ty_Integer) 19.59/8.02 new_compare23(x0, x1, True, x2) 19.59/8.02 new_compare25(@2(x0, x1), @2(x2, x3), False, x4, x5) 19.59/8.02 new_lt5(x0, x1, ty_@0) 19.59/8.02 new_lt6(x0, x1, app(app(ty_@2, x2), x3)) 19.59/8.02 new_esEs6(Left(x0), Right(x1), x2, x3) 19.59/8.02 new_esEs6(Right(x0), Left(x1), x2, x3) 19.59/8.02 new_compare110(x0, x1, True, x2, x3, x4) 19.59/8.02 new_ltEs15(LT, LT) 19.59/8.02 new_esEs31(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.59/8.02 new_compare31(Char(x0), Char(x1)) 19.59/8.02 new_esEs6(Left(x0), Left(x1), ty_Char, x2) 19.59/8.02 new_esEs6(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 19.59/8.02 new_esEs5(x0, x1, app(ty_Ratio, x2)) 19.59/8.02 new_esEs6(Left(x0), Left(x1), ty_Float, x2) 19.59/8.02 new_esEs31(x0, x1, app(ty_Maybe, x2)) 19.59/8.02 new_compare5(:%(x0, x1), :%(x2, x3), ty_Integer) 19.59/8.02 new_compare111(x0, x1, x2, x3, True, x4, x5) 19.59/8.02 new_esEs29(x0, x1, app(ty_[], x2)) 19.59/8.02 new_esEs8(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 19.59/8.02 new_esEs6(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 19.59/8.02 new_ltEs6(x0, x1, ty_Char) 19.59/8.02 new_ltEs6(x0, x1, app(ty_Maybe, x2)) 19.59/8.02 new_ltEs4(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 19.59/8.02 new_esEs26(x0, x1, ty_Ordering) 19.59/8.02 new_ltEs19(x0, x1, app(ty_[], x2)) 19.59/8.02 new_esEs28(x0, x1, ty_Char) 19.59/8.02 new_ltEs20(x0, x1, ty_Bool) 19.59/8.02 new_esEs21(x0, x1, ty_Ordering) 19.59/8.02 new_lt5(x0, x1, app(app(ty_@2, x2), x3)) 19.59/8.02 new_esEs6(Left(x0), Left(x1), ty_Int, x2) 19.59/8.02 new_primCmpNat0(Zero, Zero) 19.59/8.02 new_esEs22(x0, x1, ty_Double) 19.59/8.02 new_esEs22(x0, x1, app(app(ty_Either, x2), x3)) 19.59/8.02 new_esEs7(Just(x0), Just(x1), ty_Integer) 19.59/8.02 new_ltEs6(x0, x1, ty_Int) 19.59/8.02 new_primCmpNat0(Zero, Succ(x0)) 19.59/8.02 new_esEs7(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 19.59/8.02 new_ltEs4(Just(x0), Just(x1), ty_Ordering) 19.59/8.02 new_lt5(x0, x1, ty_Double) 19.59/8.02 new_ltEs12(Left(x0), Right(x1), x2, x3) 19.59/8.02 new_esEs29(x0, x1, ty_Ordering) 19.59/8.02 new_esEs24(x0, x1, app(ty_Maybe, x2)) 19.59/8.02 new_primMulInt(Neg(x0), Neg(x1)) 19.59/8.02 new_ltEs12(Right(x0), Left(x1), x2, x3) 19.59/8.02 19.59/8.02 We have to consider all minimal (P,Q,R)-chains. 19.59/8.02 ---------------------------------------- 19.59/8.02 19.59/8.02 (19) QDPSizeChangeProof (EQUIVALENT) 19.59/8.02 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. 19.59/8.02 19.59/8.02 From the DPs we obtained the following set of size-change graphs: 19.59/8.02 *new_lt3(vwx2200, vwx2400, bed, bee, bef) -> new_compare22(vwx2200, vwx2400, new_esEs8(vwx2200, vwx2400, bed, bee, bef), bed, bee, bef) 19.59/8.02 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs2(Just(vwx22010), Just(vwx24010), app(app(ty_Either, gh), ha)) -> new_ltEs0(vwx22010, vwx24010, gh, ha) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_primCompAux(vwx22000, vwx24000, vwx107, app(app(ty_@2, beg), beh)) -> new_compare2(vwx22000, vwx24000, new_esEs9(vwx22000, vwx24000, beg, beh), beg, beh) 19.59/8.02 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 4, 4 > 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs2(Just(vwx22010), Just(vwx24010), app(app(app(ty_@3, hd), he), hf)) -> new_ltEs3(vwx22010, vwx24010, hd, he, hf) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_lt(@2(vwx30, vwx31), @2(vwx40, vwx41), bfh, bga) -> new_esEs4(vwx30, vwx31, vwx40, vwx41, new_esEs10(vwx30, vwx40, bfh), bfh, bga) 19.59/8.02 The graph contains the following edges 1 > 1, 1 > 2, 2 > 3, 2 > 4, 3 >= 6, 4 >= 7 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare22(vwx2200, vwx2400, False, bed, bee, bef) -> new_ltEs3(vwx2200, vwx2400, bed, bee, bef) 19.59/8.02 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4, 6 >= 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_lt2(vwx2200, vwx2400, bec) -> new_compare21(vwx2200, vwx2400, new_esEs7(vwx2200, vwx2400, bec), bec) 19.59/8.02 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs3(@3(vwx22010, vwx22011, vwx22012), @3(vwx24010, vwx24011, vwx24012), hg, hh, app(app(ty_Either, bac), bad)) -> new_ltEs0(vwx22012, vwx24012, bac, bad) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs3(@3(vwx22010, vwx22011, vwx22012), @3(vwx24010, vwx24011, vwx24012), hg, hh, app(app(app(ty_@3, bag), bah), bba)) -> new_ltEs3(vwx22012, vwx24012, bag, bah, bba) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs(@2(vwx22010, vwx22011), @2(vwx24010, vwx24011), app(ty_[], dc), cg) -> new_lt1(vwx22010, vwx24010, dc) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(:(vwx22000, vwx22001), vwx2201), @2(:(vwx24000, vwx24001), vwx2401), False, app(ty_[], beb), bdg) -> new_primCompAux(vwx22000, vwx24000, new_compare0(vwx22001, vwx24001, beb), beb) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_lt1(:(vwx22000, vwx22001), :(vwx24000, vwx24001), beb) -> new_primCompAux(vwx22000, vwx24000, new_compare0(vwx22001, vwx24001, beb), beb) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_lt1(:(vwx22000, vwx22001), :(vwx24000, vwx24001), beb) -> new_compare(vwx22001, vwx24001, beb) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare(:(vwx22000, vwx22001), :(vwx24000, vwx24001), beb) -> new_primCompAux(vwx22000, vwx24000, new_compare0(vwx22001, vwx24001, beb), beb) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs2(Just(vwx22010), Just(vwx24010), app(app(ty_@2, gf), gg)) -> new_ltEs(vwx22010, vwx24010, gf, gg) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs3(@3(vwx22010, vwx22011, vwx22012), @3(vwx24010, vwx24011, vwx24012), hg, hh, app(app(ty_@2, baa), bab)) -> new_ltEs(vwx22012, vwx24012, baa, bab) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs(@2(vwx22010, vwx22011), @2(vwx24010, vwx24011), bc, app(app(ty_Either, bf), bg)) -> new_ltEs0(vwx22011, vwx24011, bf, bg) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs(@2(vwx22010, vwx22011), @2(vwx24010, vwx24011), bc, app(app(app(ty_@3, cb), cc), cd)) -> new_ltEs3(vwx22011, vwx24011, cb, cc, cd) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs(@2(vwx22010, vwx22011), @2(vwx24010, vwx24011), bc, app(app(ty_@2, bd), be)) -> new_ltEs(vwx22011, vwx24011, bd, be) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs(@2(vwx22010, vwx22011), @2(vwx24010, vwx24011), app(app(ty_@2, ce), cf), cg) -> new_lt(vwx22010, vwx24010, ce, cf) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare(:(vwx22000, vwx22001), :(vwx24000, vwx24001), beb) -> new_compare(vwx22001, vwx24001, beb) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare20(vwx2200, vwx2400, False, bdh, bea) -> new_ltEs0(vwx2200, vwx2400, bdh, bea) 19.59/8.02 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs1(vwx2201, vwx2401, ge) -> new_compare(vwx2201, vwx2401, ge) 19.59/8.02 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs2(Just(vwx22010), Just(vwx24010), app(ty_Maybe, hc)) -> new_ltEs2(vwx22010, vwx24010, hc) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs2(Just(vwx22010), Just(vwx24010), app(ty_[], hb)) -> new_ltEs1(vwx22010, vwx24010, hb) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs3(@3(vwx22010, vwx22011, vwx22012), @3(vwx24010, vwx24011, vwx24012), hg, hh, app(ty_Maybe, baf)) -> new_ltEs2(vwx22012, vwx24012, baf) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs(@2(vwx22010, vwx22011), @2(vwx24010, vwx24011), bc, app(ty_Maybe, ca)) -> new_ltEs2(vwx22011, vwx24011, ca) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare21(vwx2200, vwx2400, False, bec) -> new_ltEs2(vwx2200, vwx2400, bec) 19.59/8.02 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, vwx2201), @2(vwx2400, vwx2401), False, app(app(app(ty_@3, bed), bee), bef), bdg) -> new_compare22(vwx2200, vwx2400, new_esEs8(vwx2200, vwx2400, bed, bee, bef), bed, bee, bef) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4, 4 > 5, 4 > 6 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare4(vwx2200, vwx2400, bed, bee, bef) -> new_compare22(vwx2200, vwx2400, new_esEs8(vwx2200, vwx2400, bed, bee, bef), bed, bee, bef) 19.59/8.02 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 19.59/8.02 19.59/8.02 19.59/8.02 *new_lt0(vwx2200, vwx2400, bdh, bea) -> new_compare20(vwx2200, vwx2400, new_esEs6(vwx2200, vwx2400, bdh, bea), bdh, bea) 19.59/8.02 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare1(vwx2200, vwx2400, bdh, bea) -> new_compare20(vwx2200, vwx2400, new_esEs6(vwx2200, vwx2400, bdh, bea), bdh, bea) 19.59/8.02 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare3(vwx2200, vwx2400, bec) -> new_compare21(vwx2200, vwx2400, new_esEs7(vwx2200, vwx2400, bec), bec) 19.59/8.02 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_primCompAux(vwx22000, vwx24000, vwx107, app(ty_Maybe, bfd)) -> new_compare3(vwx22000, vwx24000, bfd) 19.59/8.02 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_primCompAux(vwx22000, vwx24000, vwx107, app(app(app(ty_@3, bfe), bff), bfg)) -> new_compare4(vwx22000, vwx24000, bfe, bff, bfg) 19.59/8.02 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4, 4 > 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, vwx2201), @2(vwx2400, vwx2401), False, app(app(ty_Either, bdh), bea), bdg) -> new_compare20(vwx2200, vwx2400, new_esEs6(vwx2200, vwx2400, bdh, bea), bdh, bea) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4, 4 > 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs(@2(vwx22010, vwx22011), @2(vwx24010, vwx24011), app(ty_Maybe, dd), cg) -> new_lt2(vwx22010, vwx24010, dd) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs(@2(vwx22010, vwx22011), @2(vwx24010, vwx24011), app(app(ty_Either, da), db), cg) -> new_lt0(vwx22010, vwx24010, da, db) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_primCompAux(vwx22000, vwx24000, vwx107, app(ty_[], bfc)) -> new_compare(vwx22000, vwx24000, bfc) 19.59/8.02 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_primCompAux(vwx22000, vwx24000, vwx107, app(app(ty_Either, bfa), bfb)) -> new_compare1(vwx22000, vwx24000, bfa, bfb) 19.59/8.02 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs3(@3(vwx22010, vwx22011, vwx22012), @3(vwx24010, vwx24011, vwx24012), hg, hh, app(ty_[], bae)) -> new_ltEs1(vwx22012, vwx24012, bae) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs(@2(vwx22010, vwx22011), @2(vwx24010, vwx24011), bc, app(ty_[], bh)) -> new_ltEs1(vwx22011, vwx24011, bh) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs(@2(vwx22010, vwx22011), @2(vwx24010, vwx24011), app(app(app(ty_@3, de), df), dg), cg) -> new_lt3(vwx22010, vwx24010, de, df, dg) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, vwx2201), @2(vwx2400, vwx2401), False, app(ty_Maybe, bec), bdg) -> new_compare21(vwx2200, vwx2400, new_esEs7(vwx2200, vwx2400, bec), bec) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs4(vwx11, vwx12, vwx13, vwx14, True, h, ba) -> new_compare2(@2(vwx11, vwx12), @2(vwx13, vwx14), new_esEs5(vwx12, vwx14, ba), h, ba) 19.59/8.02 The graph contains the following edges 6 >= 4, 7 >= 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs4(vwx11, vwx12, vwx13, vwx14, False, h, ba) -> new_compare2(@2(vwx11, vwx12), @2(vwx13, vwx14), False, h, ba) 19.59/8.02 The graph contains the following edges 5 >= 3, 6 >= 4, 7 >= 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, Right(vwx22010)), @2(vwx2400, Right(vwx24010)), False, bb, app(app(ty_Either, fb), app(app(ty_Either, ff), fg))) -> new_ltEs0(vwx22010, vwx24010, ff, fg) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, @2(vwx22010, vwx22011)), @2(vwx2400, @2(vwx24010, vwx24011)), False, bb, app(app(ty_@2, bc), app(app(ty_Either, bf), bg))) -> new_ltEs0(vwx22011, vwx24011, bf, bg) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, Left(vwx22010)), @2(vwx2400, Left(vwx24010)), False, bb, app(app(ty_Either, app(app(ty_Either, ec), ed)), eb)) -> new_ltEs0(vwx22010, vwx24010, ec, ed) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, @3(vwx22010, vwx22011, vwx22012)), @2(vwx2400, @3(vwx24010, vwx24011, vwx24012)), False, bb, app(app(app(ty_@3, hg), hh), app(app(ty_Either, bac), bad))) -> new_ltEs0(vwx22012, vwx24012, bac, bad) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, Just(vwx22010)), @2(vwx2400, Just(vwx24010)), False, bb, app(ty_Maybe, app(app(ty_Either, gh), ha))) -> new_ltEs0(vwx22010, vwx24010, gh, ha) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs0(Right(vwx22010), Right(vwx24010), fb, app(app(ty_Either, ff), fg)) -> new_ltEs0(vwx22010, vwx24010, ff, fg) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs0(Left(vwx22010), Left(vwx24010), app(app(ty_Either, ec), ed), eb) -> new_ltEs0(vwx22010, vwx24010, ec, ed) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, @3(vwx22010, vwx22011, vwx22012)), @2(vwx2400, @3(vwx24010, vwx24011, vwx24012)), False, bb, app(app(app(ty_@3, hg), hh), app(app(app(ty_@3, bag), bah), bba))) -> new_ltEs3(vwx22012, vwx24012, bag, bah, bba) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, Left(vwx22010)), @2(vwx2400, Left(vwx24010)), False, bb, app(app(ty_Either, app(app(app(ty_@3, eg), eh), fa)), eb)) -> new_ltEs3(vwx22010, vwx24010, eg, eh, fa) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, Right(vwx22010)), @2(vwx2400, Right(vwx24010)), False, bb, app(app(ty_Either, fb), app(app(app(ty_@3, gb), gc), gd))) -> new_ltEs3(vwx22010, vwx24010, gb, gc, gd) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, @2(vwx22010, vwx22011)), @2(vwx2400, @2(vwx24010, vwx24011)), False, bb, app(app(ty_@2, bc), app(app(app(ty_@3, cb), cc), cd))) -> new_ltEs3(vwx22011, vwx24011, cb, cc, cd) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, Just(vwx22010)), @2(vwx2400, Just(vwx24010)), False, bb, app(ty_Maybe, app(app(app(ty_@3, hd), he), hf))) -> new_ltEs3(vwx22010, vwx24010, hd, he, hf) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs0(Right(vwx22010), Right(vwx24010), fb, app(app(app(ty_@3, gb), gc), gd)) -> new_ltEs3(vwx22010, vwx24010, gb, gc, gd) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs0(Left(vwx22010), Left(vwx24010), app(app(app(ty_@3, eg), eh), fa), eb) -> new_ltEs3(vwx22010, vwx24010, eg, eh, fa) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, @3(vwx22010, vwx22011, vwx22012)), @2(vwx2400, @3(vwx24010, vwx24011, vwx24012)), False, bb, app(app(app(ty_@3, hg), app(ty_[], bbg)), bbd)) -> new_lt1(vwx22011, vwx24011, bbg) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, @2(vwx22010, vwx22011)), @2(vwx2400, @2(vwx24010, vwx24011)), False, bb, app(app(ty_@2, app(ty_[], dc)), cg)) -> new_lt1(vwx22010, vwx24010, dc) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, @3(vwx22010, vwx22011, vwx22012)), @2(vwx2400, @3(vwx24010, vwx24011, vwx24012)), False, bb, app(app(app(ty_@3, app(ty_[], bch)), hh), bbd)) -> new_lt1(vwx22010, vwx24010, bch) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, @3(vwx22010, vwx22011, vwx22012)), @2(vwx2400, @3(vwx24010, vwx24011, vwx24012)), False, bb, app(app(app(ty_@3, hg), hh), app(app(ty_@2, baa), bab))) -> new_ltEs(vwx22012, vwx24012, baa, bab) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, Just(vwx22010)), @2(vwx2400, Just(vwx24010)), False, bb, app(ty_Maybe, app(app(ty_@2, gf), gg))) -> new_ltEs(vwx22010, vwx24010, gf, gg) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, @2(vwx22010, vwx22011)), @2(vwx2400, @2(vwx24010, vwx24011)), False, bb, app(app(ty_@2, bc), app(app(ty_@2, bd), be))) -> new_ltEs(vwx22011, vwx24011, bd, be) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, Left(vwx22010)), @2(vwx2400, Left(vwx24010)), False, bb, app(app(ty_Either, app(app(ty_@2, dh), ea)), eb)) -> new_ltEs(vwx22010, vwx24010, dh, ea) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, Right(vwx22010)), @2(vwx2400, Right(vwx24010)), False, bb, app(app(ty_Either, fb), app(app(ty_@2, fc), fd))) -> new_ltEs(vwx22010, vwx24010, fc, fd) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, vwx2201), @2(vwx2400, vwx2401), False, app(app(ty_@2, bde), bdf), bdg) -> new_lt(vwx2200, vwx2400, bde, bdf) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, @2(vwx22010, vwx22011)), @2(vwx2400, @2(vwx24010, vwx24011)), False, bb, app(app(ty_@2, app(app(ty_@2, ce), cf)), cg)) -> new_lt(vwx22010, vwx24010, ce, cf) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, @3(vwx22010, vwx22011, vwx22012)), @2(vwx2400, @3(vwx24010, vwx24011, vwx24012)), False, bb, app(app(app(ty_@3, app(app(ty_@2, bcd), bce)), hh), bbd)) -> new_lt(vwx22010, vwx24010, bcd, bce) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, @3(vwx22010, vwx22011, vwx22012)), @2(vwx2400, @3(vwx24010, vwx24011, vwx24012)), False, bb, app(app(app(ty_@3, hg), app(app(ty_@2, bbb), bbc)), bbd)) -> new_lt(vwx22011, vwx24011, bbb, bbc) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, Left(vwx22010)), @2(vwx2400, Left(vwx24010)), False, bb, app(app(ty_Either, app(ty_Maybe, ef)), eb)) -> new_ltEs2(vwx22010, vwx24010, ef) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, Right(vwx22010)), @2(vwx2400, Right(vwx24010)), False, bb, app(app(ty_Either, fb), app(ty_Maybe, ga))) -> new_ltEs2(vwx22010, vwx24010, ga) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, @3(vwx22010, vwx22011, vwx22012)), @2(vwx2400, @3(vwx24010, vwx24011, vwx24012)), False, bb, app(app(app(ty_@3, hg), hh), app(ty_Maybe, baf))) -> new_ltEs2(vwx22012, vwx24012, baf) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, Just(vwx22010)), @2(vwx2400, Just(vwx24010)), False, bb, app(ty_Maybe, app(ty_Maybe, hc))) -> new_ltEs2(vwx22010, vwx24010, hc) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, @2(vwx22010, vwx22011)), @2(vwx2400, @2(vwx24010, vwx24011)), False, bb, app(app(ty_@2, bc), app(ty_Maybe, ca))) -> new_ltEs2(vwx22011, vwx24011, ca) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, @3(vwx22010, vwx22011, vwx22012)), @2(vwx2400, @3(vwx24010, vwx24011, vwx24012)), False, bb, app(app(app(ty_@3, app(ty_Maybe, bda)), hh), bbd)) -> new_lt2(vwx22010, vwx24010, bda) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, @2(vwx22010, vwx22011)), @2(vwx2400, @2(vwx24010, vwx24011)), False, bb, app(app(ty_@2, app(ty_Maybe, dd)), cg)) -> new_lt2(vwx22010, vwx24010, dd) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, @3(vwx22010, vwx22011, vwx22012)), @2(vwx2400, @3(vwx24010, vwx24011, vwx24012)), False, bb, app(app(app(ty_@3, hg), app(ty_Maybe, bbh)), bbd)) -> new_lt2(vwx22011, vwx24011, bbh) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, @3(vwx22010, vwx22011, vwx22012)), @2(vwx2400, @3(vwx24010, vwx24011, vwx24012)), False, bb, app(app(app(ty_@3, app(app(ty_Either, bcf), bcg)), hh), bbd)) -> new_lt0(vwx22010, vwx24010, bcf, bcg) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, @3(vwx22010, vwx22011, vwx22012)), @2(vwx2400, @3(vwx24010, vwx24011, vwx24012)), False, bb, app(app(app(ty_@3, hg), app(app(ty_Either, bbe), bbf)), bbd)) -> new_lt0(vwx22011, vwx24011, bbe, bbf) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, @2(vwx22010, vwx22011)), @2(vwx2400, @2(vwx24010, vwx24011)), False, bb, app(app(ty_@2, app(app(ty_Either, da), db)), cg)) -> new_lt0(vwx22010, vwx24010, da, db) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(:(vwx22000, vwx22001), vwx2201), @2(:(vwx24000, vwx24001), vwx2401), False, app(ty_[], beb), bdg) -> new_compare(vwx22001, vwx24001, beb) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, vwx2201), @2(vwx2400, vwx2401), False, bb, app(ty_[], ge)) -> new_compare(vwx2201, vwx2401, ge) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, Right(vwx22010)), @2(vwx2400, Right(vwx24010)), False, bb, app(app(ty_Either, fb), app(ty_[], fh))) -> new_ltEs1(vwx22010, vwx24010, fh) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, Just(vwx22010)), @2(vwx2400, Just(vwx24010)), False, bb, app(ty_Maybe, app(ty_[], hb))) -> new_ltEs1(vwx22010, vwx24010, hb) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, @2(vwx22010, vwx22011)), @2(vwx2400, @2(vwx24010, vwx24011)), False, bb, app(app(ty_@2, bc), app(ty_[], bh))) -> new_ltEs1(vwx22011, vwx24011, bh) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, @3(vwx22010, vwx22011, vwx22012)), @2(vwx2400, @3(vwx24010, vwx24011, vwx24012)), False, bb, app(app(app(ty_@3, hg), hh), app(ty_[], bae))) -> new_ltEs1(vwx22012, vwx24012, bae) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, Left(vwx22010)), @2(vwx2400, Left(vwx24010)), False, bb, app(app(ty_Either, app(ty_[], ee)), eb)) -> new_ltEs1(vwx22010, vwx24010, ee) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, @2(vwx22010, vwx22011)), @2(vwx2400, @2(vwx24010, vwx24011)), False, bb, app(app(ty_@2, app(app(app(ty_@3, de), df), dg)), cg)) -> new_lt3(vwx22010, vwx24010, de, df, dg) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, @3(vwx22010, vwx22011, vwx22012)), @2(vwx2400, @3(vwx24010, vwx24011, vwx24012)), False, bb, app(app(app(ty_@3, app(app(app(ty_@3, bdb), bdc), bdd)), hh), bbd)) -> new_lt3(vwx22010, vwx24010, bdb, bdc, bdd) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_compare2(@2(vwx2200, @3(vwx22010, vwx22011, vwx22012)), @2(vwx2400, @3(vwx24010, vwx24011, vwx24012)), False, bb, app(app(app(ty_@3, hg), app(app(app(ty_@3, bca), bcb), bcc)), bbd)) -> new_lt3(vwx22011, vwx24011, bca, bcb, bcc) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs3(@3(vwx22010, vwx22011, vwx22012), @3(vwx24010, vwx24011, vwx24012), hg, app(ty_[], bbg), bbd) -> new_lt1(vwx22011, vwx24011, bbg) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs3(@3(vwx22010, vwx22011, vwx22012), @3(vwx24010, vwx24011, vwx24012), app(ty_[], bch), hh, bbd) -> new_lt1(vwx22010, vwx24010, bch) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs3(@3(vwx22010, vwx22011, vwx22012), @3(vwx24010, vwx24011, vwx24012), app(app(ty_@2, bcd), bce), hh, bbd) -> new_lt(vwx22010, vwx24010, bcd, bce) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs3(@3(vwx22010, vwx22011, vwx22012), @3(vwx24010, vwx24011, vwx24012), hg, app(app(ty_@2, bbb), bbc), bbd) -> new_lt(vwx22011, vwx24011, bbb, bbc) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs3(@3(vwx22010, vwx22011, vwx22012), @3(vwx24010, vwx24011, vwx24012), hg, app(ty_Maybe, bbh), bbd) -> new_lt2(vwx22011, vwx24011, bbh) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs3(@3(vwx22010, vwx22011, vwx22012), @3(vwx24010, vwx24011, vwx24012), app(ty_Maybe, bda), hh, bbd) -> new_lt2(vwx22010, vwx24010, bda) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs3(@3(vwx22010, vwx22011, vwx22012), @3(vwx24010, vwx24011, vwx24012), hg, app(app(ty_Either, bbe), bbf), bbd) -> new_lt0(vwx22011, vwx24011, bbe, bbf) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs3(@3(vwx22010, vwx22011, vwx22012), @3(vwx24010, vwx24011, vwx24012), app(app(ty_Either, bcf), bcg), hh, bbd) -> new_lt0(vwx22010, vwx24010, bcf, bcg) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs3(@3(vwx22010, vwx22011, vwx22012), @3(vwx24010, vwx24011, vwx24012), app(app(app(ty_@3, bdb), bdc), bdd), hh, bbd) -> new_lt3(vwx22010, vwx24010, bdb, bdc, bdd) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs3(@3(vwx22010, vwx22011, vwx22012), @3(vwx24010, vwx24011, vwx24012), hg, app(app(app(ty_@3, bca), bcb), bcc), bbd) -> new_lt3(vwx22011, vwx24011, bca, bcb, bcc) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs0(Left(vwx22010), Left(vwx24010), app(app(ty_@2, dh), ea), eb) -> new_ltEs(vwx22010, vwx24010, dh, ea) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs0(Right(vwx22010), Right(vwx24010), fb, app(app(ty_@2, fc), fd)) -> new_ltEs(vwx22010, vwx24010, fc, fd) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs0(Left(vwx22010), Left(vwx24010), app(ty_Maybe, ef), eb) -> new_ltEs2(vwx22010, vwx24010, ef) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs0(Right(vwx22010), Right(vwx24010), fb, app(ty_Maybe, ga)) -> new_ltEs2(vwx22010, vwx24010, ga) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs0(Left(vwx22010), Left(vwx24010), app(ty_[], ee), eb) -> new_ltEs1(vwx22010, vwx24010, ee) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_ltEs0(Right(vwx22010), Right(vwx24010), fb, app(ty_[], fh)) -> new_ltEs1(vwx22010, vwx24010, fh) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.59/8.02 19.59/8.02 19.59/8.02 ---------------------------------------- 19.59/8.02 19.59/8.02 (20) 19.59/8.02 YES 19.59/8.02 19.59/8.02 ---------------------------------------- 19.59/8.02 19.59/8.02 (21) 19.59/8.02 Obligation: 19.59/8.02 Q DP problem: 19.59/8.02 The TRS P consists of the following rules: 19.59/8.02 19.59/8.02 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(app(ty_@3, gh), ha), hb)) -> new_esEs2(vwx301, vwx401, gh, ha, hb) 19.59/8.02 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, app(app(ty_@2, bbc), bbd), hg) -> new_esEs1(vwx301, vwx401, bbc, bbd) 19.59/8.02 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, baf), hf, hg) -> new_esEs3(vwx300, vwx400, baf) 19.59/8.02 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, hf, app(ty_[], bcc)) -> new_esEs0(vwx302, vwx402, bcc) 19.59/8.02 new_esEs(Left(vwx300), Left(vwx400), app(ty_[], bc), bb) -> new_esEs0(vwx300, vwx400, bc) 19.59/8.02 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, hf, app(app(ty_@2, bcd), bce)) -> new_esEs1(vwx302, vwx402, bcd, bce) 19.59/8.02 new_esEs(Left(vwx300), Left(vwx400), app(ty_Maybe, ca), bb) -> new_esEs3(vwx300, vwx400, ca) 19.59/8.02 new_esEs(Right(vwx300), Right(vwx400), cb, app(app(ty_@2, cf), cg)) -> new_esEs1(vwx300, vwx400, cf, cg) 19.59/8.02 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, hf, app(ty_Maybe, bda)) -> new_esEs3(vwx302, vwx402, bda) 19.59/8.02 new_esEs3(Just(vwx300), Just(vwx400), app(app(ty_Either, bdb), bdc)) -> new_esEs(vwx300, vwx400, bdb, bdc) 19.59/8.02 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], hh), hf, hg) -> new_esEs0(vwx300, vwx400, hh) 19.59/8.02 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, app(ty_Maybe, bbh), hg) -> new_esEs3(vwx301, vwx401, bbh) 19.59/8.02 new_esEs(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bf), bg), bh), bb) -> new_esEs2(vwx300, vwx400, bf, bg, bh) 19.59/8.02 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, app(ty_[], bbb), hg) -> new_esEs0(vwx301, vwx401, bbb) 19.59/8.02 new_esEs3(Just(vwx300), Just(vwx400), app(ty_Maybe, beb)) -> new_esEs3(vwx300, vwx400, beb) 19.59/8.02 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(ty_Either, gc), gd)) -> new_esEs(vwx301, vwx401, gc, gd) 19.59/8.02 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, hd), he), hf, hg) -> new_esEs(vwx300, vwx400, hd, he) 19.59/8.02 new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, de), df)) -> new_esEs(vwx300, vwx400, de, df) 19.59/8.02 new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], dg)) -> new_esEs0(vwx300, vwx400, dg) 19.59/8.02 new_esEs3(Just(vwx300), Just(vwx400), app(ty_[], bdd)) -> new_esEs0(vwx300, vwx400, bdd) 19.59/8.02 new_esEs(Left(vwx300), Left(vwx400), app(app(ty_@2, bd), be), bb) -> new_esEs1(vwx300, vwx400, bd, be) 19.59/8.02 new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, eb), ec), ed)) -> new_esEs2(vwx300, vwx400, eb, ec, ed) 19.59/8.02 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, app(app(app(ty_@3, bbe), bbf), bbg), hg) -> new_esEs2(vwx301, vwx401, bbe, bbf, bbg) 19.59/8.02 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, bac), bad), bae), hf, hg) -> new_esEs2(vwx300, vwx400, bac, bad, bae) 19.59/8.02 new_esEs(Right(vwx300), Right(vwx400), cb, app(app(ty_Either, cc), cd)) -> new_esEs(vwx300, vwx400, cc, cd) 19.59/8.02 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, app(app(ty_Either, bah), bba), hg) -> new_esEs(vwx301, vwx401, bah, bba) 19.59/8.02 new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), ef) -> new_esEs0(vwx301, vwx401, ef) 19.59/8.02 new_esEs(Right(vwx300), Right(vwx400), cb, app(app(app(ty_@3, da), db), dc)) -> new_esEs2(vwx300, vwx400, da, db, dc) 19.59/8.02 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(ty_Maybe, hc)) -> new_esEs3(vwx301, vwx401, hc) 19.59/8.02 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(ty_[], ge)) -> new_esEs0(vwx301, vwx401, ge) 19.59/8.02 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], fb), fa) -> new_esEs0(vwx300, vwx400, fb) 19.59/8.02 new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, ee)) -> new_esEs3(vwx300, vwx400, ee) 19.59/8.02 new_esEs(Left(vwx300), Left(vwx400), app(app(ty_Either, h), ba), bb) -> new_esEs(vwx300, vwx400, h, ba) 19.59/8.02 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, ff), fg), fh), fa) -> new_esEs2(vwx300, vwx400, ff, fg, fh) 19.59/8.02 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, ga), fa) -> new_esEs3(vwx300, vwx400, ga) 19.59/8.02 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, fc), fd), fa) -> new_esEs1(vwx300, vwx400, fc, fd) 19.59/8.02 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, hf, app(app(ty_Either, bca), bcb)) -> new_esEs(vwx302, vwx402, bca, bcb) 19.59/8.02 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, eg), eh), fa) -> new_esEs(vwx300, vwx400, eg, eh) 19.59/8.02 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, hf, app(app(app(ty_@3, bcf), bcg), bch)) -> new_esEs2(vwx302, vwx402, bcf, bcg, bch) 19.59/8.02 new_esEs(Right(vwx300), Right(vwx400), cb, app(ty_[], ce)) -> new_esEs0(vwx300, vwx400, ce) 19.59/8.02 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(ty_@2, gf), gg)) -> new_esEs1(vwx301, vwx401, gf, gg) 19.59/8.02 new_esEs3(Just(vwx300), Just(vwx400), app(app(app(ty_@3, bdg), bdh), bea)) -> new_esEs2(vwx300, vwx400, bdg, bdh, bea) 19.59/8.02 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, baa), bab), hf, hg) -> new_esEs1(vwx300, vwx400, baa, bab) 19.59/8.02 new_esEs(Right(vwx300), Right(vwx400), cb, app(ty_Maybe, dd)) -> new_esEs3(vwx300, vwx400, dd) 19.59/8.02 new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, dh), ea)) -> new_esEs1(vwx300, vwx400, dh, ea) 19.59/8.02 new_esEs3(Just(vwx300), Just(vwx400), app(app(ty_@2, bde), bdf)) -> new_esEs1(vwx300, vwx400, bde, bdf) 19.59/8.02 19.59/8.02 R is empty. 19.59/8.02 Q is empty. 19.59/8.02 We have to consider all minimal (P,Q,R)-chains. 19.59/8.02 ---------------------------------------- 19.59/8.02 19.59/8.02 (22) QDPSizeChangeProof (EQUIVALENT) 19.59/8.02 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. 19.59/8.02 19.59/8.02 From the DPs we obtained the following set of size-change graphs: 19.59/8.02 *new_esEs3(Just(vwx300), Just(vwx400), app(app(ty_@2, bde), bdf)) -> new_esEs1(vwx300, vwx400, bde, bdf) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs3(Just(vwx300), Just(vwx400), app(app(app(ty_@3, bdg), bdh), bea)) -> new_esEs2(vwx300, vwx400, bdg, bdh, bea) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, dh), ea)) -> new_esEs1(vwx300, vwx400, dh, ea) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, eb), ec), ed)) -> new_esEs2(vwx300, vwx400, eb, ec, ed) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs3(Just(vwx300), Just(vwx400), app(app(ty_Either, bdb), bdc)) -> new_esEs(vwx300, vwx400, bdb, bdc) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, de), df)) -> new_esEs(vwx300, vwx400, de, df) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs3(Just(vwx300), Just(vwx400), app(ty_Maybe, beb)) -> new_esEs3(vwx300, vwx400, beb) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs3(Just(vwx300), Just(vwx400), app(ty_[], bdd)) -> new_esEs0(vwx300, vwx400, bdd) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, ee)) -> new_esEs3(vwx300, vwx400, ee) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, app(app(ty_@2, bbc), bbd), hg) -> new_esEs1(vwx301, vwx401, bbc, bbd) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, hf, app(app(ty_@2, bcd), bce)) -> new_esEs1(vwx302, vwx402, bcd, bce) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, baa), bab), hf, hg) -> new_esEs1(vwx300, vwx400, baa, bab) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, app(app(app(ty_@3, bbe), bbf), bbg), hg) -> new_esEs2(vwx301, vwx401, bbe, bbf, bbg) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, bac), bad), bae), hf, hg) -> new_esEs2(vwx300, vwx400, bac, bad, bae) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, hf, app(app(app(ty_@3, bcf), bcg), bch)) -> new_esEs2(vwx302, vwx402, bcf, bcg, bch) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, hd), he), hf, hg) -> new_esEs(vwx300, vwx400, hd, he) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, app(app(ty_Either, bah), bba), hg) -> new_esEs(vwx301, vwx401, bah, bba) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, hf, app(app(ty_Either, bca), bcb)) -> new_esEs(vwx302, vwx402, bca, bcb) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, baf), hf, hg) -> new_esEs3(vwx300, vwx400, baf) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, hf, app(ty_Maybe, bda)) -> new_esEs3(vwx302, vwx402, bda) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, app(ty_Maybe, bbh), hg) -> new_esEs3(vwx301, vwx401, bbh) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, hf, app(ty_[], bcc)) -> new_esEs0(vwx302, vwx402, bcc) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], hh), hf, hg) -> new_esEs0(vwx300, vwx400, hh) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bag, app(ty_[], bbb), hg) -> new_esEs0(vwx301, vwx401, bbb) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, fc), fd), fa) -> new_esEs1(vwx300, vwx400, fc, fd) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(ty_@2, gf), gg)) -> new_esEs1(vwx301, vwx401, gf, gg) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs(Right(vwx300), Right(vwx400), cb, app(app(ty_@2, cf), cg)) -> new_esEs1(vwx300, vwx400, cf, cg) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs(Left(vwx300), Left(vwx400), app(app(ty_@2, bd), be), bb) -> new_esEs1(vwx300, vwx400, bd, be) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(app(ty_@3, gh), ha), hb)) -> new_esEs2(vwx301, vwx401, gh, ha, hb) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, ff), fg), fh), fa) -> new_esEs2(vwx300, vwx400, ff, fg, fh) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(ty_Either, gc), gd)) -> new_esEs(vwx301, vwx401, gc, gd) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, eg), eh), fa) -> new_esEs(vwx300, vwx400, eg, eh) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(ty_Maybe, hc)) -> new_esEs3(vwx301, vwx401, hc) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, ga), fa) -> new_esEs3(vwx300, vwx400, ga) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(ty_[], ge)) -> new_esEs0(vwx301, vwx401, ge) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], fb), fa) -> new_esEs0(vwx300, vwx400, fb) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bf), bg), bh), bb) -> new_esEs2(vwx300, vwx400, bf, bg, bh) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs(Right(vwx300), Right(vwx400), cb, app(app(app(ty_@3, da), db), dc)) -> new_esEs2(vwx300, vwx400, da, db, dc) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], dg)) -> new_esEs0(vwx300, vwx400, dg) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs0(:(vwx300, vwx301), :(vwx400, vwx401), ef) -> new_esEs0(vwx301, vwx401, ef) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs(Right(vwx300), Right(vwx400), cb, app(app(ty_Either, cc), cd)) -> new_esEs(vwx300, vwx400, cc, cd) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs(Left(vwx300), Left(vwx400), app(app(ty_Either, h), ba), bb) -> new_esEs(vwx300, vwx400, h, ba) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs(Left(vwx300), Left(vwx400), app(ty_Maybe, ca), bb) -> new_esEs3(vwx300, vwx400, ca) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs(Right(vwx300), Right(vwx400), cb, app(ty_Maybe, dd)) -> new_esEs3(vwx300, vwx400, dd) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs(Left(vwx300), Left(vwx400), app(ty_[], bc), bb) -> new_esEs0(vwx300, vwx400, bc) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.59/8.02 19.59/8.02 19.59/8.02 *new_esEs(Right(vwx300), Right(vwx400), cb, app(ty_[], ce)) -> new_esEs0(vwx300, vwx400, ce) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.59/8.02 19.59/8.02 19.59/8.02 ---------------------------------------- 19.59/8.02 19.59/8.02 (23) 19.59/8.02 YES 19.59/8.02 19.59/8.02 ---------------------------------------- 19.59/8.02 19.59/8.02 (24) 19.59/8.02 Obligation: 19.59/8.02 Q DP problem: 19.59/8.02 The TRS P consists of the following rules: 19.59/8.02 19.59/8.02 new_primMulNat(Succ(vwx30000), Succ(vwx40100)) -> new_primMulNat(vwx30000, Succ(vwx40100)) 19.59/8.02 19.59/8.02 R is empty. 19.59/8.02 Q is empty. 19.59/8.02 We have to consider all minimal (P,Q,R)-chains. 19.59/8.02 ---------------------------------------- 19.59/8.02 19.59/8.02 (25) QDPSizeChangeProof (EQUIVALENT) 19.59/8.02 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. 19.59/8.02 19.59/8.02 From the DPs we obtained the following set of size-change graphs: 19.59/8.02 *new_primMulNat(Succ(vwx30000), Succ(vwx40100)) -> new_primMulNat(vwx30000, Succ(vwx40100)) 19.59/8.02 The graph contains the following edges 1 > 1, 2 >= 2 19.59/8.02 19.59/8.02 19.59/8.02 ---------------------------------------- 19.59/8.02 19.59/8.02 (26) 19.59/8.02 YES 19.59/8.02 19.59/8.02 ---------------------------------------- 19.59/8.02 19.59/8.02 (27) 19.59/8.02 Obligation: 19.59/8.02 Q DP problem: 19.59/8.02 The TRS P consists of the following rules: 19.59/8.02 19.59/8.02 new_primPlusNat(Succ(vwx6200), Succ(vwx401000)) -> new_primPlusNat(vwx6200, vwx401000) 19.59/8.02 19.59/8.02 R is empty. 19.59/8.02 Q is empty. 19.59/8.02 We have to consider all minimal (P,Q,R)-chains. 19.59/8.02 ---------------------------------------- 19.59/8.02 19.59/8.02 (28) QDPSizeChangeProof (EQUIVALENT) 19.59/8.02 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. 19.59/8.02 19.59/8.02 From the DPs we obtained the following set of size-change graphs: 19.59/8.02 *new_primPlusNat(Succ(vwx6200), Succ(vwx401000)) -> new_primPlusNat(vwx6200, vwx401000) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2 19.59/8.02 19.59/8.02 19.59/8.02 ---------------------------------------- 19.59/8.02 19.59/8.02 (29) 19.59/8.02 YES 19.59/8.02 19.59/8.02 ---------------------------------------- 19.59/8.02 19.59/8.02 (30) 19.59/8.02 Obligation: 19.59/8.02 Q DP problem: 19.59/8.02 The TRS P consists of the following rules: 19.59/8.02 19.59/8.02 new_primEqNat(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat(vwx3000, vwx4000) 19.59/8.02 19.59/8.02 R is empty. 19.59/8.02 Q is empty. 19.59/8.02 We have to consider all minimal (P,Q,R)-chains. 19.59/8.02 ---------------------------------------- 19.59/8.02 19.59/8.02 (31) QDPSizeChangeProof (EQUIVALENT) 19.59/8.02 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. 19.59/8.02 19.59/8.02 From the DPs we obtained the following set of size-change graphs: 19.59/8.02 *new_primEqNat(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat(vwx3000, vwx4000) 19.59/8.02 The graph contains the following edges 1 > 1, 2 > 2 19.59/8.02 19.59/8.02 19.59/8.02 ---------------------------------------- 19.59/8.02 19.59/8.02 (32) 19.59/8.02 YES 19.76/8.97 EOF