19.28/9.00 YES 21.79/9.70 proof of /export/starexec/sandbox2/benchmark/theBenchmark.hs 21.79/9.70 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 21.79/9.70 21.79/9.70 21.79/9.70 H-Termination with start terms of the given HASKELL could be proven: 21.79/9.70 21.79/9.70 (0) HASKELL 21.79/9.70 (1) CR [EQUIVALENT, 0 ms] 21.79/9.70 (2) HASKELL 21.79/9.70 (3) IFR [EQUIVALENT, 0 ms] 21.79/9.70 (4) HASKELL 21.79/9.70 (5) BR [EQUIVALENT, 0 ms] 21.79/9.70 (6) HASKELL 21.79/9.70 (7) COR [EQUIVALENT, 16 ms] 21.79/9.70 (8) HASKELL 21.79/9.70 (9) LetRed [EQUIVALENT, 0 ms] 21.79/9.70 (10) HASKELL 21.79/9.70 (11) NumRed [SOUND, 0 ms] 21.79/9.70 (12) HASKELL 21.79/9.70 (13) Narrow [SOUND, 0 ms] 21.79/9.70 (14) AND 21.79/9.70 (15) QDP 21.79/9.70 (16) QDPSizeChangeProof [EQUIVALENT, 0 ms] 21.79/9.70 (17) YES 21.79/9.70 (18) QDP 21.79/9.70 (19) QDPSizeChangeProof [EQUIVALENT, 131 ms] 21.79/9.70 (20) YES 21.79/9.70 (21) QDP 21.79/9.70 (22) QDPSizeChangeProof [EQUIVALENT, 0 ms] 21.79/9.70 (23) YES 21.79/9.70 (24) QDP 21.79/9.70 (25) QDPSizeChangeProof [EQUIVALENT, 0 ms] 21.79/9.70 (26) YES 21.79/9.70 (27) QDP 21.79/9.70 (28) QDPSizeChangeProof [EQUIVALENT, 0 ms] 21.79/9.70 (29) YES 21.79/9.70 (30) QDP 21.79/9.70 (31) QDPSizeChangeProof [EQUIVALENT, 0 ms] 21.79/9.70 (32) YES 21.79/9.70 21.79/9.70 21.79/9.70 ---------------------------------------- 21.79/9.70 21.79/9.70 (0) 21.79/9.70 Obligation: 21.79/9.70 mainModule Main 21.79/9.70 module Main where { 21.79/9.70 import qualified Prelude; 21.79/9.70 } 21.79/9.70 21.79/9.70 ---------------------------------------- 21.79/9.70 21.79/9.70 (1) CR (EQUIVALENT) 21.79/9.70 Case Reductions: 21.79/9.70 The following Case expression 21.79/9.70 "case compare x y of { 21.79/9.70 EQ -> o; 21.79/9.70 LT -> LT; 21.79/9.70 GT -> GT} 21.79/9.70 " 21.79/9.70 is transformed to 21.79/9.70 "primCompAux0 o EQ = o; 21.79/9.70 primCompAux0 o LT = LT; 21.79/9.70 primCompAux0 o GT = GT; 21.79/9.70 " 21.79/9.70 21.79/9.70 ---------------------------------------- 21.79/9.70 21.79/9.70 (2) 21.79/9.70 Obligation: 21.79/9.70 mainModule Main 21.79/9.70 module Main where { 21.79/9.70 import qualified Prelude; 21.79/9.70 } 21.79/9.70 21.79/9.70 ---------------------------------------- 21.79/9.70 21.79/9.70 (3) IFR (EQUIVALENT) 21.79/9.70 If Reductions: 21.79/9.70 The following If expression 21.79/9.70 "if primGEqNatS x y then Succ (primDivNatS (primMinusNatS x y) (Succ y)) else Zero" 21.79/9.70 is transformed to 21.79/9.70 "primDivNatS0 x y True = Succ (primDivNatS (primMinusNatS x y) (Succ y)); 21.79/9.70 primDivNatS0 x y False = Zero; 21.79/9.70 " 21.79/9.70 The following If expression 21.79/9.70 "if primGEqNatS x y then primModNatS (primMinusNatS x y) (Succ y) else Succ x" 21.79/9.70 is transformed to 21.79/9.70 "primModNatS0 x y True = primModNatS (primMinusNatS x y) (Succ y); 21.79/9.70 primModNatS0 x y False = Succ x; 21.79/9.70 " 21.79/9.70 21.79/9.70 ---------------------------------------- 21.79/9.70 21.79/9.70 (4) 21.79/9.70 Obligation: 21.79/9.70 mainModule Main 21.79/9.70 module Main where { 21.79/9.70 import qualified Prelude; 21.79/9.70 } 21.79/9.70 21.79/9.70 ---------------------------------------- 21.79/9.70 21.79/9.70 (5) BR (EQUIVALENT) 21.79/9.70 Replaced joker patterns by fresh variables and removed binding patterns. 21.79/9.70 ---------------------------------------- 21.79/9.70 21.79/9.70 (6) 21.79/9.70 Obligation: 21.79/9.70 mainModule Main 21.79/9.70 module Main where { 21.79/9.70 import qualified Prelude; 21.79/9.70 } 21.79/9.70 21.79/9.70 ---------------------------------------- 21.79/9.70 21.79/9.70 (7) COR (EQUIVALENT) 21.79/9.70 Cond Reductions: 21.79/9.70 The following Function with conditions 21.79/9.70 "compare x y|x == yEQ|x <= yLT|otherwiseGT; 21.79/9.70 " 21.79/9.70 is transformed to 21.79/9.70 "compare x y = compare3 x y; 21.79/9.70 " 21.79/9.70 "compare0 x y True = GT; 21.79/9.70 " 21.79/9.70 "compare2 x y True = EQ; 21.79/9.70 compare2 x y False = compare1 x y (x <= y); 21.79/9.70 " 21.79/9.70 "compare1 x y True = LT; 21.79/9.70 compare1 x y False = compare0 x y otherwise; 21.79/9.70 " 21.79/9.70 "compare3 x y = compare2 x y (x == y); 21.79/9.70 " 21.79/9.70 The following Function with conditions 21.79/9.70 "absReal x|x >= 0x|otherwise`negate` x; 21.79/9.70 " 21.79/9.70 is transformed to 21.79/9.70 "absReal x = absReal2 x; 21.79/9.70 " 21.79/9.70 "absReal0 x True = `negate` x; 21.79/9.70 " 21.79/9.70 "absReal1 x True = x; 21.79/9.70 absReal1 x False = absReal0 x otherwise; 21.79/9.70 " 21.79/9.70 "absReal2 x = absReal1 x (x >= 0); 21.79/9.70 " 21.79/9.70 The following Function with conditions 21.79/9.70 "gcd' x 0 = x; 21.79/9.70 gcd' x y = gcd' y (x `rem` y); 21.79/9.70 " 21.79/9.70 is transformed to 21.79/9.70 "gcd' x zx = gcd'2 x zx; 21.79/9.70 gcd' x y = gcd'0 x y; 21.79/9.70 " 21.79/9.70 "gcd'0 x y = gcd' y (x `rem` y); 21.79/9.70 " 21.79/9.70 "gcd'1 True x zx = x; 21.79/9.70 gcd'1 zy zz vuu = gcd'0 zz vuu; 21.79/9.70 " 21.79/9.70 "gcd'2 x zx = gcd'1 (zx == 0) x zx; 21.79/9.70 gcd'2 vuv vuw = gcd'0 vuv vuw; 21.79/9.70 " 21.79/9.70 The following Function with conditions 21.79/9.70 "gcd 0 0 = error []; 21.79/9.70 gcd x y = gcd' (abs x) (abs y) where { 21.79/9.70 gcd' x 0 = x; 21.79/9.70 gcd' x y = gcd' y (x `rem` y); 21.79/9.70 } 21.79/9.70 ; 21.79/9.70 " 21.79/9.70 is transformed to 21.79/9.70 "gcd vux vuy = gcd3 vux vuy; 21.79/9.70 gcd x y = gcd0 x y; 21.79/9.70 " 21.79/9.70 "gcd0 x y = gcd' (abs x) (abs y) where { 21.79/9.70 gcd' x zx = gcd'2 x zx; 21.79/9.70 gcd' x y = gcd'0 x y; 21.79/9.70 ; 21.79/9.70 gcd'0 x y = gcd' y (x `rem` y); 21.79/9.70 ; 21.79/9.70 gcd'1 True x zx = x; 21.79/9.70 gcd'1 zy zz vuu = gcd'0 zz vuu; 21.79/9.70 ; 21.79/9.70 gcd'2 x zx = gcd'1 (zx == 0) x zx; 21.79/9.70 gcd'2 vuv vuw = gcd'0 vuv vuw; 21.79/9.70 } 21.79/9.70 ; 21.79/9.70 " 21.79/9.70 "gcd1 True vux vuy = error []; 21.79/9.70 gcd1 vuz vvu vvv = gcd0 vvu vvv; 21.79/9.70 " 21.79/9.70 "gcd2 True vux vuy = gcd1 (vuy == 0) vux vuy; 21.79/9.70 gcd2 vvw vvx vvy = gcd0 vvx vvy; 21.79/9.70 " 21.79/9.70 "gcd3 vux vuy = gcd2 (vux == 0) vux vuy; 21.79/9.70 gcd3 vvz vwu = gcd0 vvz vwu; 21.79/9.70 " 21.79/9.70 The following Function with conditions 21.79/9.70 "undefined |Falseundefined; 21.79/9.70 " 21.79/9.70 is transformed to 21.79/9.70 "undefined = undefined1; 21.79/9.70 " 21.79/9.70 "undefined0 True = undefined; 21.79/9.70 " 21.79/9.70 "undefined1 = undefined0 False; 21.79/9.70 " 21.79/9.70 The following Function with conditions 21.79/9.70 "reduce x y|y == 0error []|otherwisex `quot` d :% (y `quot` d) where { 21.79/9.70 d = gcd x y; 21.79/9.70 } 21.79/9.70 ; 21.79/9.70 " 21.79/9.70 is transformed to 21.79/9.70 "reduce x y = reduce2 x y; 21.79/9.70 " 21.79/9.70 "reduce2 x y = reduce1 x y (y == 0) where { 21.79/9.70 d = gcd x y; 21.79/9.70 ; 21.79/9.70 reduce0 x y True = x `quot` d :% (y `quot` d); 21.79/9.70 ; 21.79/9.70 reduce1 x y True = error []; 21.79/9.70 reduce1 x y False = reduce0 x y otherwise; 21.79/9.70 } 21.79/9.70 ; 21.79/9.70 " 21.79/9.70 21.79/9.70 ---------------------------------------- 21.79/9.70 21.79/9.70 (8) 21.79/9.70 Obligation: 21.79/9.70 mainModule Main 21.79/9.70 module Main where { 21.79/9.70 import qualified Prelude; 21.79/9.70 } 21.79/9.70 21.79/9.70 ---------------------------------------- 21.79/9.70 21.79/9.70 (9) LetRed (EQUIVALENT) 21.79/9.70 Let/Where Reductions: 21.79/9.70 The bindings of the following Let/Where expression 21.79/9.70 "gcd' (abs x) (abs y) where { 21.79/9.70 gcd' x zx = gcd'2 x zx; 21.79/9.70 gcd' x y = gcd'0 x y; 21.79/9.70 ; 21.79/9.70 gcd'0 x y = gcd' y (x `rem` y); 21.79/9.70 ; 21.79/9.70 gcd'1 True x zx = x; 21.79/9.70 gcd'1 zy zz vuu = gcd'0 zz vuu; 21.79/9.70 ; 21.79/9.70 gcd'2 x zx = gcd'1 (zx == 0) x zx; 21.79/9.70 gcd'2 vuv vuw = gcd'0 vuv vuw; 21.79/9.70 } 21.79/9.70 " 21.79/9.70 are unpacked to the following functions on top level 21.79/9.70 "gcd0Gcd'1 True x zx = x; 21.79/9.70 gcd0Gcd'1 zy zz vuu = gcd0Gcd'0 zz vuu; 21.79/9.70 " 21.79/9.70 "gcd0Gcd'2 x zx = gcd0Gcd'1 (zx == 0) x zx; 21.79/9.70 gcd0Gcd'2 vuv vuw = gcd0Gcd'0 vuv vuw; 21.79/9.70 " 21.79/9.70 "gcd0Gcd' x zx = gcd0Gcd'2 x zx; 21.79/9.70 gcd0Gcd' x y = gcd0Gcd'0 x y; 21.79/9.70 " 21.79/9.70 "gcd0Gcd'0 x y = gcd0Gcd' y (x `rem` y); 21.79/9.70 " 21.79/9.70 The bindings of the following Let/Where expression 21.79/9.70 "reduce1 x y (y == 0) where { 21.79/9.70 d = gcd x y; 21.79/9.70 ; 21.79/9.70 reduce0 x y True = x `quot` d :% (y `quot` d); 21.79/9.70 ; 21.79/9.70 reduce1 x y True = error []; 21.79/9.70 reduce1 x y False = reduce0 x y otherwise; 21.79/9.70 } 21.79/9.70 " 21.79/9.70 are unpacked to the following functions on top level 21.79/9.70 "reduce2D vwv vww = gcd vwv vww; 21.79/9.70 " 21.79/9.70 "reduce2Reduce1 vwv vww x y True = error []; 21.79/9.70 reduce2Reduce1 vwv vww x y False = reduce2Reduce0 vwv vww x y otherwise; 21.79/9.70 " 21.79/9.70 "reduce2Reduce0 vwv vww x y True = x `quot` reduce2D vwv vww :% (y `quot` reduce2D vwv vww); 21.79/9.70 " 21.79/9.70 21.79/9.70 ---------------------------------------- 21.79/9.70 21.79/9.70 (10) 21.79/9.70 Obligation: 21.79/9.70 mainModule Main 21.79/9.70 module Main where { 21.79/9.70 import qualified Prelude; 21.79/9.70 } 21.79/9.70 21.79/9.70 ---------------------------------------- 21.79/9.70 21.79/9.70 (11) NumRed (SOUND) 21.79/9.70 Num Reduction:All numbers are transformed to their corresponding representation with Succ, Pred and Zero. 21.79/9.70 ---------------------------------------- 21.79/9.70 21.79/9.70 (12) 21.79/9.70 Obligation: 21.79/9.70 mainModule Main 21.79/9.70 module Main where { 21.79/9.70 import qualified Prelude; 21.79/9.70 } 21.79/9.70 21.79/9.70 ---------------------------------------- 21.79/9.70 21.79/9.70 (13) Narrow (SOUND) 21.79/9.70 Haskell To QDPs 21.79/9.70 21.79/9.70 digraph dp_graph { 21.79/9.70 node [outthreshold=100, inthreshold=100];1[label="compare",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 21.79/9.70 3[label="compare vwx3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 21.79/9.70 4[label="compare vwx3 vwx4",fontsize=16,color="burlywood",shape="triangle"];2651[label="vwx3/vwx30 : vwx31",fontsize=10,color="white",style="solid",shape="box"];4 -> 2651[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2651 -> 5[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2652[label="vwx3/[]",fontsize=10,color="white",style="solid",shape="box"];4 -> 2652[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2652 -> 6[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 5[label="compare (vwx30 : vwx31) vwx4",fontsize=16,color="burlywood",shape="box"];2653[label="vwx4/vwx40 : vwx41",fontsize=10,color="white",style="solid",shape="box"];5 -> 2653[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2653 -> 7[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2654[label="vwx4/[]",fontsize=10,color="white",style="solid",shape="box"];5 -> 2654[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2654 -> 8[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 6[label="compare [] vwx4",fontsize=16,color="burlywood",shape="box"];2655[label="vwx4/vwx40 : vwx41",fontsize=10,color="white",style="solid",shape="box"];6 -> 2655[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2655 -> 9[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2656[label="vwx4/[]",fontsize=10,color="white",style="solid",shape="box"];6 -> 2656[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2656 -> 10[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 7[label="compare (vwx30 : vwx31) (vwx40 : vwx41)",fontsize=16,color="black",shape="box"];7 -> 11[label="",style="solid", color="black", weight=3]; 21.79/9.70 8[label="compare (vwx30 : vwx31) []",fontsize=16,color="black",shape="box"];8 -> 12[label="",style="solid", color="black", weight=3]; 21.79/9.70 9[label="compare [] (vwx40 : vwx41)",fontsize=16,color="black",shape="box"];9 -> 13[label="",style="solid", color="black", weight=3]; 21.79/9.70 10[label="compare [] []",fontsize=16,color="black",shape="box"];10 -> 14[label="",style="solid", color="black", weight=3]; 21.79/9.70 11 -> 15[label="",style="dashed", color="red", weight=0]; 21.79/9.70 11[label="primCompAux vwx30 vwx40 (compare vwx31 vwx41)",fontsize=16,color="magenta"];11 -> 16[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 12[label="GT",fontsize=16,color="green",shape="box"];13[label="LT",fontsize=16,color="green",shape="box"];14[label="EQ",fontsize=16,color="green",shape="box"];16 -> 4[label="",style="dashed", color="red", weight=0]; 21.79/9.70 16[label="compare vwx31 vwx41",fontsize=16,color="magenta"];16 -> 17[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 16 -> 18[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 15[label="primCompAux vwx30 vwx40 vwx5",fontsize=16,color="black",shape="triangle"];15 -> 19[label="",style="solid", color="black", weight=3]; 21.79/9.70 17[label="vwx31",fontsize=16,color="green",shape="box"];18[label="vwx41",fontsize=16,color="green",shape="box"];19 -> 20[label="",style="dashed", color="red", weight=0]; 21.79/9.70 19[label="primCompAux0 vwx5 (compare vwx30 vwx40)",fontsize=16,color="magenta"];19 -> 21[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 19 -> 22[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 21[label="vwx5",fontsize=16,color="green",shape="box"];22[label="compare vwx30 vwx40",fontsize=16,color="blue",shape="box"];2657[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];22 -> 2657[label="",style="solid", color="blue", weight=9]; 21.79/9.70 2657 -> 23[label="",style="solid", color="blue", weight=3]; 21.79/9.70 2658[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];22 -> 2658[label="",style="solid", color="blue", weight=9]; 21.79/9.70 2658 -> 24[label="",style="solid", color="blue", weight=3]; 21.79/9.70 2659[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];22 -> 2659[label="",style="solid", color="blue", weight=9]; 21.79/9.70 2659 -> 25[label="",style="solid", color="blue", weight=3]; 21.79/9.70 2660[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];22 -> 2660[label="",style="solid", color="blue", weight=9]; 21.79/9.70 2660 -> 26[label="",style="solid", color="blue", weight=3]; 21.79/9.70 2661[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];22 -> 2661[label="",style="solid", color="blue", weight=9]; 21.79/9.70 2661 -> 27[label="",style="solid", color="blue", weight=3]; 21.79/9.70 2662[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];22 -> 2662[label="",style="solid", color="blue", weight=9]; 21.79/9.70 2662 -> 28[label="",style="solid", color="blue", weight=3]; 21.79/9.70 2663[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];22 -> 2663[label="",style="solid", color="blue", weight=9]; 21.79/9.70 2663 -> 29[label="",style="solid", color="blue", weight=3]; 21.79/9.70 2664[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];22 -> 2664[label="",style="solid", color="blue", weight=9]; 21.79/9.70 2664 -> 30[label="",style="solid", color="blue", weight=3]; 21.79/9.70 2665[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];22 -> 2665[label="",style="solid", color="blue", weight=9]; 21.79/9.70 2665 -> 31[label="",style="solid", color="blue", weight=3]; 21.79/9.70 2666[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];22 -> 2666[label="",style="solid", color="blue", weight=9]; 21.79/9.70 2666 -> 32[label="",style="solid", color="blue", weight=3]; 21.79/9.70 2667[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];22 -> 2667[label="",style="solid", color="blue", weight=9]; 21.79/9.70 2667 -> 33[label="",style="solid", color="blue", weight=3]; 21.79/9.70 2668[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];22 -> 2668[label="",style="solid", color="blue", weight=9]; 21.79/9.70 2668 -> 34[label="",style="solid", color="blue", weight=3]; 21.79/9.70 2669[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];22 -> 2669[label="",style="solid", color="blue", weight=9]; 21.79/9.70 2669 -> 35[label="",style="solid", color="blue", weight=3]; 21.79/9.70 2670[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];22 -> 2670[label="",style="solid", color="blue", weight=9]; 21.79/9.70 2670 -> 36[label="",style="solid", color="blue", weight=3]; 21.79/9.70 20[label="primCompAux0 vwx9 vwx10",fontsize=16,color="burlywood",shape="triangle"];2671[label="vwx10/LT",fontsize=10,color="white",style="solid",shape="box"];20 -> 2671[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2671 -> 37[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2672[label="vwx10/EQ",fontsize=10,color="white",style="solid",shape="box"];20 -> 2672[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2672 -> 38[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2673[label="vwx10/GT",fontsize=10,color="white",style="solid",shape="box"];20 -> 2673[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2673 -> 39[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 23[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];23 -> 40[label="",style="solid", color="black", weight=3]; 21.79/9.70 24 -> 4[label="",style="dashed", color="red", weight=0]; 21.79/9.70 24[label="compare vwx30 vwx40",fontsize=16,color="magenta"];24 -> 41[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 24 -> 42[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 25[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];25 -> 43[label="",style="solid", color="black", weight=3]; 21.79/9.70 26[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];26 -> 44[label="",style="solid", color="black", weight=3]; 21.79/9.70 27[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];27 -> 45[label="",style="solid", color="black", weight=3]; 21.79/9.70 28[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];28 -> 46[label="",style="solid", color="black", weight=3]; 21.79/9.70 29[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];2674[label="vwx30/()",fontsize=10,color="white",style="solid",shape="box"];29 -> 2674[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2674 -> 47[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 30[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];2675[label="vwx30/vwx300 :% vwx301",fontsize=10,color="white",style="solid",shape="box"];30 -> 2675[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2675 -> 48[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 31[label="compare vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];2676[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];31 -> 2676[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2676 -> 49[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 32[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];32 -> 50[label="",style="solid", color="black", weight=3]; 21.79/9.70 33[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];33 -> 51[label="",style="solid", color="black", weight=3]; 21.79/9.70 34[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];34 -> 52[label="",style="solid", color="black", weight=3]; 21.79/9.70 35[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];35 -> 53[label="",style="solid", color="black", weight=3]; 21.79/9.70 36[label="compare vwx30 vwx40",fontsize=16,color="black",shape="triangle"];36 -> 54[label="",style="solid", color="black", weight=3]; 21.79/9.70 37[label="primCompAux0 vwx9 LT",fontsize=16,color="black",shape="box"];37 -> 55[label="",style="solid", color="black", weight=3]; 21.79/9.70 38[label="primCompAux0 vwx9 EQ",fontsize=16,color="black",shape="box"];38 -> 56[label="",style="solid", color="black", weight=3]; 21.79/9.70 39[label="primCompAux0 vwx9 GT",fontsize=16,color="black",shape="box"];39 -> 57[label="",style="solid", color="black", weight=3]; 21.79/9.70 40[label="primCmpFloat vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2677[label="vwx30/Float vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];40 -> 2677[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2677 -> 58[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 41[label="vwx30",fontsize=16,color="green",shape="box"];42[label="vwx40",fontsize=16,color="green",shape="box"];43[label="primCmpChar vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2678[label="vwx30/Char vwx300",fontsize=10,color="white",style="solid",shape="box"];43 -> 2678[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2678 -> 59[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 44[label="primCmpInt vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];2679[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];44 -> 2679[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2679 -> 60[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2680[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];44 -> 2680[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2680 -> 61[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 45[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];45 -> 62[label="",style="solid", color="black", weight=3]; 21.79/9.70 46[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];46 -> 63[label="",style="solid", color="black", weight=3]; 21.79/9.70 47[label="compare () vwx40",fontsize=16,color="burlywood",shape="box"];2681[label="vwx40/()",fontsize=10,color="white",style="solid",shape="box"];47 -> 2681[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2681 -> 64[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 48[label="compare (vwx300 :% vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];2682[label="vwx40/vwx400 :% vwx401",fontsize=10,color="white",style="solid",shape="box"];48 -> 2682[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2682 -> 65[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 49[label="compare (Integer vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2683[label="vwx40/Integer vwx400",fontsize=10,color="white",style="solid",shape="box"];49 -> 2683[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2683 -> 66[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 50[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];50 -> 67[label="",style="solid", color="black", weight=3]; 21.79/9.70 51[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];51 -> 68[label="",style="solid", color="black", weight=3]; 21.79/9.70 52[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];52 -> 69[label="",style="solid", color="black", weight=3]; 21.79/9.70 53[label="primCmpDouble vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2684[label="vwx30/Double vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];53 -> 2684[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2684 -> 70[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 54[label="compare3 vwx30 vwx40",fontsize=16,color="black",shape="box"];54 -> 71[label="",style="solid", color="black", weight=3]; 21.79/9.70 55[label="LT",fontsize=16,color="green",shape="box"];56[label="vwx9",fontsize=16,color="green",shape="box"];57[label="GT",fontsize=16,color="green",shape="box"];58[label="primCmpFloat (Float vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];2685[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];58 -> 2685[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2685 -> 72[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2686[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];58 -> 2686[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2686 -> 73[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 59[label="primCmpChar (Char vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2687[label="vwx40/Char vwx400",fontsize=10,color="white",style="solid",shape="box"];59 -> 2687[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2687 -> 74[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 60[label="primCmpInt (Pos vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2688[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];60 -> 2688[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2688 -> 75[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2689[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];60 -> 2689[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2689 -> 76[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 61[label="primCmpInt (Neg vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2690[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];61 -> 2690[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2690 -> 77[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2691[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];61 -> 2691[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2691 -> 78[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 62[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="burlywood",shape="box"];2692[label="vwx30/LT",fontsize=10,color="white",style="solid",shape="box"];62 -> 2692[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2692 -> 79[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2693[label="vwx30/EQ",fontsize=10,color="white",style="solid",shape="box"];62 -> 2693[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2693 -> 80[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2694[label="vwx30/GT",fontsize=10,color="white",style="solid",shape="box"];62 -> 2694[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2694 -> 81[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 63[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="burlywood",shape="box"];2695[label="vwx30/False",fontsize=10,color="white",style="solid",shape="box"];63 -> 2695[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2695 -> 82[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2696[label="vwx30/True",fontsize=10,color="white",style="solid",shape="box"];63 -> 2696[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2696 -> 83[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 64[label="compare () ()",fontsize=16,color="black",shape="box"];64 -> 84[label="",style="solid", color="black", weight=3]; 21.79/9.70 65[label="compare (vwx300 :% vwx301) (vwx400 :% vwx401)",fontsize=16,color="black",shape="box"];65 -> 85[label="",style="solid", color="black", weight=3]; 21.79/9.70 66[label="compare (Integer vwx300) (Integer vwx400)",fontsize=16,color="black",shape="box"];66 -> 86[label="",style="solid", color="black", weight=3]; 21.79/9.70 67[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="burlywood",shape="box"];2697[label="vwx30/Nothing",fontsize=10,color="white",style="solid",shape="box"];67 -> 2697[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2697 -> 87[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2698[label="vwx30/Just vwx300",fontsize=10,color="white",style="solid",shape="box"];67 -> 2698[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2698 -> 88[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 68[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="burlywood",shape="box"];2699[label="vwx30/(vwx300,vwx301)",fontsize=10,color="white",style="solid",shape="box"];68 -> 2699[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2699 -> 89[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 69[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="burlywood",shape="box"];2700[label="vwx30/Left vwx300",fontsize=10,color="white",style="solid",shape="box"];69 -> 2700[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2700 -> 90[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2701[label="vwx30/Right vwx300",fontsize=10,color="white",style="solid",shape="box"];69 -> 2701[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2701 -> 91[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 70[label="primCmpDouble (Double vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];2702[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];70 -> 2702[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2702 -> 92[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2703[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];70 -> 2703[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2703 -> 93[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 71[label="compare2 vwx30 vwx40 (vwx30 == vwx40)",fontsize=16,color="burlywood",shape="box"];2704[label="vwx30/(vwx300,vwx301,vwx302)",fontsize=10,color="white",style="solid",shape="box"];71 -> 2704[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2704 -> 94[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 72[label="primCmpFloat (Float vwx300 (Pos vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];2705[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];72 -> 2705[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2705 -> 95[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 73[label="primCmpFloat (Float vwx300 (Neg vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];2706[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];73 -> 2706[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2706 -> 96[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 74[label="primCmpChar (Char vwx300) (Char vwx400)",fontsize=16,color="black",shape="box"];74 -> 97[label="",style="solid", color="black", weight=3]; 21.79/9.70 75[label="primCmpInt (Pos (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];2707[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];75 -> 2707[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2707 -> 98[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2708[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];75 -> 2708[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2708 -> 99[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 76[label="primCmpInt (Pos Zero) vwx40",fontsize=16,color="burlywood",shape="box"];2709[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];76 -> 2709[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2709 -> 100[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2710[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];76 -> 2710[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2710 -> 101[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 77[label="primCmpInt (Neg (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];2711[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];77 -> 2711[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2711 -> 102[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2712[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];77 -> 2712[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2712 -> 103[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 78[label="primCmpInt (Neg Zero) vwx40",fontsize=16,color="burlywood",shape="box"];2713[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];78 -> 2713[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2713 -> 104[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2714[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];78 -> 2714[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2714 -> 105[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 79[label="compare2 LT vwx40 (LT == vwx40)",fontsize=16,color="burlywood",shape="box"];2715[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];79 -> 2715[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2715 -> 106[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2716[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];79 -> 2716[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2716 -> 107[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2717[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];79 -> 2717[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2717 -> 108[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 80[label="compare2 EQ vwx40 (EQ == vwx40)",fontsize=16,color="burlywood",shape="box"];2718[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];80 -> 2718[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2718 -> 109[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2719[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];80 -> 2719[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2719 -> 110[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2720[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];80 -> 2720[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2720 -> 111[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 81[label="compare2 GT vwx40 (GT == vwx40)",fontsize=16,color="burlywood",shape="box"];2721[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];81 -> 2721[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2721 -> 112[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2722[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];81 -> 2722[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2722 -> 113[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2723[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];81 -> 2723[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2723 -> 114[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 82[label="compare2 False vwx40 (False == vwx40)",fontsize=16,color="burlywood",shape="box"];2724[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];82 -> 2724[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2724 -> 115[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2725[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];82 -> 2725[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2725 -> 116[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 83[label="compare2 True vwx40 (True == vwx40)",fontsize=16,color="burlywood",shape="box"];2726[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];83 -> 2726[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2726 -> 117[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2727[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];83 -> 2727[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2727 -> 118[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 84[label="EQ",fontsize=16,color="green",shape="box"];85[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="blue",shape="box"];2728[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];85 -> 2728[label="",style="solid", color="blue", weight=9]; 21.79/9.70 2728 -> 119[label="",style="solid", color="blue", weight=3]; 21.79/9.70 2729[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];85 -> 2729[label="",style="solid", color="blue", weight=9]; 21.79/9.70 2729 -> 120[label="",style="solid", color="blue", weight=3]; 21.79/9.70 86 -> 44[label="",style="dashed", color="red", weight=0]; 21.79/9.70 86[label="primCmpInt vwx300 vwx400",fontsize=16,color="magenta"];86 -> 121[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 86 -> 122[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 87[label="compare2 Nothing vwx40 (Nothing == vwx40)",fontsize=16,color="burlywood",shape="box"];2730[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];87 -> 2730[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2730 -> 123[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2731[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];87 -> 2731[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2731 -> 124[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 88[label="compare2 (Just vwx300) vwx40 (Just vwx300 == vwx40)",fontsize=16,color="burlywood",shape="box"];2732[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];88 -> 2732[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2732 -> 125[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2733[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];88 -> 2733[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2733 -> 126[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 89[label="compare2 (vwx300,vwx301) vwx40 ((vwx300,vwx301) == vwx40)",fontsize=16,color="burlywood",shape="box"];2734[label="vwx40/(vwx400,vwx401)",fontsize=10,color="white",style="solid",shape="box"];89 -> 2734[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2734 -> 127[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 90[label="compare2 (Left vwx300) vwx40 (Left vwx300 == vwx40)",fontsize=16,color="burlywood",shape="box"];2735[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];90 -> 2735[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2735 -> 128[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2736[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];90 -> 2736[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2736 -> 129[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 91[label="compare2 (Right vwx300) vwx40 (Right vwx300 == vwx40)",fontsize=16,color="burlywood",shape="box"];2737[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];91 -> 2737[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2737 -> 130[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2738[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];91 -> 2738[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2738 -> 131[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 92[label="primCmpDouble (Double vwx300 (Pos vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];2739[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];92 -> 2739[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2739 -> 132[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 93[label="primCmpDouble (Double vwx300 (Neg vwx3010)) vwx40",fontsize=16,color="burlywood",shape="box"];2740[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];93 -> 2740[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2740 -> 133[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 94[label="compare2 (vwx300,vwx301,vwx302) vwx40 ((vwx300,vwx301,vwx302) == vwx40)",fontsize=16,color="burlywood",shape="box"];2741[label="vwx40/(vwx400,vwx401,vwx402)",fontsize=10,color="white",style="solid",shape="box"];94 -> 2741[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2741 -> 134[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 95[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];2742[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];95 -> 2742[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2742 -> 135[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2743[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];95 -> 2743[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2743 -> 136[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 96[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];2744[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];96 -> 2744[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2744 -> 137[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2745[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];96 -> 2745[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2745 -> 138[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 97[label="primCmpNat vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];2746[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];97 -> 2746[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2746 -> 139[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2747[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];97 -> 2747[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2747 -> 140[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 98[label="primCmpInt (Pos (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];98 -> 141[label="",style="solid", color="black", weight=3]; 21.79/9.70 99[label="primCmpInt (Pos (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];99 -> 142[label="",style="solid", color="black", weight=3]; 21.79/9.70 100[label="primCmpInt (Pos Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];2748[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];100 -> 2748[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2748 -> 143[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2749[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];100 -> 2749[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2749 -> 144[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 101[label="primCmpInt (Pos Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];2750[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];101 -> 2750[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2750 -> 145[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2751[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];101 -> 2751[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2751 -> 146[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 102[label="primCmpInt (Neg (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];102 -> 147[label="",style="solid", color="black", weight=3]; 21.79/9.70 103[label="primCmpInt (Neg (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];103 -> 148[label="",style="solid", color="black", weight=3]; 21.79/9.70 104[label="primCmpInt (Neg Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];2752[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];104 -> 2752[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2752 -> 149[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2753[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];104 -> 2753[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2753 -> 150[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 105[label="primCmpInt (Neg Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];2754[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];105 -> 2754[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2754 -> 151[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2755[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];105 -> 2755[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2755 -> 152[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 106[label="compare2 LT LT (LT == LT)",fontsize=16,color="black",shape="box"];106 -> 153[label="",style="solid", color="black", weight=3]; 21.79/9.70 107[label="compare2 LT EQ (LT == EQ)",fontsize=16,color="black",shape="box"];107 -> 154[label="",style="solid", color="black", weight=3]; 21.79/9.70 108[label="compare2 LT GT (LT == GT)",fontsize=16,color="black",shape="box"];108 -> 155[label="",style="solid", color="black", weight=3]; 21.79/9.70 109[label="compare2 EQ LT (EQ == LT)",fontsize=16,color="black",shape="box"];109 -> 156[label="",style="solid", color="black", weight=3]; 21.79/9.70 110[label="compare2 EQ EQ (EQ == EQ)",fontsize=16,color="black",shape="box"];110 -> 157[label="",style="solid", color="black", weight=3]; 21.79/9.70 111[label="compare2 EQ GT (EQ == GT)",fontsize=16,color="black",shape="box"];111 -> 158[label="",style="solid", color="black", weight=3]; 21.79/9.70 112[label="compare2 GT LT (GT == LT)",fontsize=16,color="black",shape="box"];112 -> 159[label="",style="solid", color="black", weight=3]; 21.79/9.70 113[label="compare2 GT EQ (GT == EQ)",fontsize=16,color="black",shape="box"];113 -> 160[label="",style="solid", color="black", weight=3]; 21.79/9.70 114[label="compare2 GT GT (GT == GT)",fontsize=16,color="black",shape="box"];114 -> 161[label="",style="solid", color="black", weight=3]; 21.79/9.70 115[label="compare2 False False (False == False)",fontsize=16,color="black",shape="box"];115 -> 162[label="",style="solid", color="black", weight=3]; 21.79/9.70 116[label="compare2 False True (False == True)",fontsize=16,color="black",shape="box"];116 -> 163[label="",style="solid", color="black", weight=3]; 21.79/9.70 117[label="compare2 True False (True == False)",fontsize=16,color="black",shape="box"];117 -> 164[label="",style="solid", color="black", weight=3]; 21.79/9.70 118[label="compare2 True True (True == True)",fontsize=16,color="black",shape="box"];118 -> 165[label="",style="solid", color="black", weight=3]; 21.79/9.70 119 -> 26[label="",style="dashed", color="red", weight=0]; 21.79/9.70 119[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="magenta"];119 -> 166[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 119 -> 167[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 120 -> 31[label="",style="dashed", color="red", weight=0]; 21.79/9.70 120[label="compare (vwx300 * vwx401) (vwx400 * vwx301)",fontsize=16,color="magenta"];120 -> 168[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 120 -> 169[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 121[label="vwx400",fontsize=16,color="green",shape="box"];122[label="vwx300",fontsize=16,color="green",shape="box"];123[label="compare2 Nothing Nothing (Nothing == Nothing)",fontsize=16,color="black",shape="box"];123 -> 170[label="",style="solid", color="black", weight=3]; 21.79/9.70 124[label="compare2 Nothing (Just vwx400) (Nothing == Just vwx400)",fontsize=16,color="black",shape="box"];124 -> 171[label="",style="solid", color="black", weight=3]; 21.79/9.70 125[label="compare2 (Just vwx300) Nothing (Just vwx300 == Nothing)",fontsize=16,color="black",shape="box"];125 -> 172[label="",style="solid", color="black", weight=3]; 21.79/9.70 126[label="compare2 (Just vwx300) (Just vwx400) (Just vwx300 == Just vwx400)",fontsize=16,color="black",shape="box"];126 -> 173[label="",style="solid", color="black", weight=3]; 21.79/9.70 127[label="compare2 (vwx300,vwx301) (vwx400,vwx401) ((vwx300,vwx301) == (vwx400,vwx401))",fontsize=16,color="black",shape="box"];127 -> 174[label="",style="solid", color="black", weight=3]; 21.79/9.70 128[label="compare2 (Left vwx300) (Left vwx400) (Left vwx300 == Left vwx400)",fontsize=16,color="black",shape="box"];128 -> 175[label="",style="solid", color="black", weight=3]; 21.79/9.70 129[label="compare2 (Left vwx300) (Right vwx400) (Left vwx300 == Right vwx400)",fontsize=16,color="black",shape="box"];129 -> 176[label="",style="solid", color="black", weight=3]; 21.79/9.70 130[label="compare2 (Right vwx300) (Left vwx400) (Right vwx300 == Left vwx400)",fontsize=16,color="black",shape="box"];130 -> 177[label="",style="solid", color="black", weight=3]; 21.79/9.70 131[label="compare2 (Right vwx300) (Right vwx400) (Right vwx300 == Right vwx400)",fontsize=16,color="black",shape="box"];131 -> 178[label="",style="solid", color="black", weight=3]; 21.79/9.70 132[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];2756[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];132 -> 2756[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2756 -> 179[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2757[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];132 -> 2757[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2757 -> 180[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 133[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 vwx401)",fontsize=16,color="burlywood",shape="box"];2758[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];133 -> 2758[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2758 -> 181[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2759[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];133 -> 2759[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2759 -> 182[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 134[label="compare2 (vwx300,vwx301,vwx302) (vwx400,vwx401,vwx402) ((vwx300,vwx301,vwx302) == (vwx400,vwx401,vwx402))",fontsize=16,color="black",shape="box"];134 -> 183[label="",style="solid", color="black", weight=3]; 21.79/9.70 135[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];135 -> 184[label="",style="solid", color="black", weight=3]; 21.79/9.70 136[label="primCmpFloat (Float vwx300 (Pos vwx3010)) (Float vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];136 -> 185[label="",style="solid", color="black", weight=3]; 21.79/9.70 137[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];137 -> 186[label="",style="solid", color="black", weight=3]; 21.79/9.70 138[label="primCmpFloat (Float vwx300 (Neg vwx3010)) (Float vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];138 -> 187[label="",style="solid", color="black", weight=3]; 21.79/9.70 139[label="primCmpNat (Succ vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];2760[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];139 -> 2760[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2760 -> 188[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2761[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];139 -> 2761[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2761 -> 189[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 140[label="primCmpNat Zero vwx400",fontsize=16,color="burlywood",shape="box"];2762[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];140 -> 2762[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2762 -> 190[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2763[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];140 -> 2763[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2763 -> 191[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 141 -> 97[label="",style="dashed", color="red", weight=0]; 21.79/9.70 141[label="primCmpNat (Succ vwx3000) vwx400",fontsize=16,color="magenta"];141 -> 192[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 141 -> 193[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 142[label="GT",fontsize=16,color="green",shape="box"];143[label="primCmpInt (Pos Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];143 -> 194[label="",style="solid", color="black", weight=3]; 21.79/9.70 144[label="primCmpInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];144 -> 195[label="",style="solid", color="black", weight=3]; 21.79/9.70 145[label="primCmpInt (Pos Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];145 -> 196[label="",style="solid", color="black", weight=3]; 21.79/9.70 146[label="primCmpInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];146 -> 197[label="",style="solid", color="black", weight=3]; 21.79/9.70 147[label="LT",fontsize=16,color="green",shape="box"];148 -> 97[label="",style="dashed", color="red", weight=0]; 21.79/9.70 148[label="primCmpNat vwx400 (Succ vwx3000)",fontsize=16,color="magenta"];148 -> 198[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 148 -> 199[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 149[label="primCmpInt (Neg Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];149 -> 200[label="",style="solid", color="black", weight=3]; 21.79/9.70 150[label="primCmpInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];150 -> 201[label="",style="solid", color="black", weight=3]; 21.79/9.70 151[label="primCmpInt (Neg Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];151 -> 202[label="",style="solid", color="black", weight=3]; 21.79/9.70 152[label="primCmpInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];152 -> 203[label="",style="solid", color="black", weight=3]; 21.79/9.70 153[label="compare2 LT LT True",fontsize=16,color="black",shape="box"];153 -> 204[label="",style="solid", color="black", weight=3]; 21.79/9.70 154[label="compare2 LT EQ False",fontsize=16,color="black",shape="box"];154 -> 205[label="",style="solid", color="black", weight=3]; 21.79/9.70 155[label="compare2 LT GT False",fontsize=16,color="black",shape="box"];155 -> 206[label="",style="solid", color="black", weight=3]; 21.79/9.70 156[label="compare2 EQ LT False",fontsize=16,color="black",shape="box"];156 -> 207[label="",style="solid", color="black", weight=3]; 21.79/9.70 157[label="compare2 EQ EQ True",fontsize=16,color="black",shape="box"];157 -> 208[label="",style="solid", color="black", weight=3]; 21.79/9.70 158[label="compare2 EQ GT False",fontsize=16,color="black",shape="box"];158 -> 209[label="",style="solid", color="black", weight=3]; 21.79/9.70 159[label="compare2 GT LT False",fontsize=16,color="black",shape="box"];159 -> 210[label="",style="solid", color="black", weight=3]; 21.79/9.70 160[label="compare2 GT EQ False",fontsize=16,color="black",shape="box"];160 -> 211[label="",style="solid", color="black", weight=3]; 21.79/9.70 161[label="compare2 GT GT True",fontsize=16,color="black",shape="box"];161 -> 212[label="",style="solid", color="black", weight=3]; 21.79/9.70 162[label="compare2 False False True",fontsize=16,color="black",shape="box"];162 -> 213[label="",style="solid", color="black", weight=3]; 21.79/9.70 163[label="compare2 False True False",fontsize=16,color="black",shape="box"];163 -> 214[label="",style="solid", color="black", weight=3]; 21.79/9.70 164[label="compare2 True False False",fontsize=16,color="black",shape="box"];164 -> 215[label="",style="solid", color="black", weight=3]; 21.79/9.70 165[label="compare2 True True True",fontsize=16,color="black",shape="box"];165 -> 216[label="",style="solid", color="black", weight=3]; 21.79/9.70 166[label="vwx400 * vwx301",fontsize=16,color="black",shape="triangle"];166 -> 217[label="",style="solid", color="black", weight=3]; 21.79/9.70 167 -> 166[label="",style="dashed", color="red", weight=0]; 21.79/9.70 167[label="vwx300 * vwx401",fontsize=16,color="magenta"];167 -> 218[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 167 -> 219[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 168[label="vwx400 * vwx301",fontsize=16,color="burlywood",shape="triangle"];2764[label="vwx400/Integer vwx4000",fontsize=10,color="white",style="solid",shape="box"];168 -> 2764[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2764 -> 220[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 169 -> 168[label="",style="dashed", color="red", weight=0]; 21.79/9.70 169[label="vwx300 * vwx401",fontsize=16,color="magenta"];169 -> 221[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 169 -> 222[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 170[label="compare2 Nothing Nothing True",fontsize=16,color="black",shape="box"];170 -> 223[label="",style="solid", color="black", weight=3]; 21.79/9.70 171[label="compare2 Nothing (Just vwx400) False",fontsize=16,color="black",shape="box"];171 -> 224[label="",style="solid", color="black", weight=3]; 21.79/9.70 172[label="compare2 (Just vwx300) Nothing False",fontsize=16,color="black",shape="box"];172 -> 225[label="",style="solid", color="black", weight=3]; 21.79/9.70 173 -> 226[label="",style="dashed", color="red", weight=0]; 21.79/9.70 173[label="compare2 (Just vwx300) (Just vwx400) (vwx300 == vwx400)",fontsize=16,color="magenta"];173 -> 227[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 173 -> 228[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 173 -> 229[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 174 -> 617[label="",style="dashed", color="red", weight=0]; 21.79/9.70 174[label="compare2 (vwx300,vwx301) (vwx400,vwx401) (vwx300 == vwx400 && vwx301 == vwx401)",fontsize=16,color="magenta"];174 -> 618[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 174 -> 619[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 174 -> 620[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 174 -> 621[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 174 -> 622[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 175 -> 236[label="",style="dashed", color="red", weight=0]; 21.79/9.70 175[label="compare2 (Left vwx300) (Left vwx400) (vwx300 == vwx400)",fontsize=16,color="magenta"];175 -> 237[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 175 -> 238[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 175 -> 239[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 176[label="compare2 (Left vwx300) (Right vwx400) False",fontsize=16,color="black",shape="box"];176 -> 240[label="",style="solid", color="black", weight=3]; 21.79/9.70 177[label="compare2 (Right vwx300) (Left vwx400) False",fontsize=16,color="black",shape="box"];177 -> 241[label="",style="solid", color="black", weight=3]; 21.79/9.70 178 -> 242[label="",style="dashed", color="red", weight=0]; 21.79/9.70 178[label="compare2 (Right vwx300) (Right vwx400) (vwx300 == vwx400)",fontsize=16,color="magenta"];178 -> 243[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 178 -> 244[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 178 -> 245[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 179[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];179 -> 246[label="",style="solid", color="black", weight=3]; 21.79/9.70 180[label="primCmpDouble (Double vwx300 (Pos vwx3010)) (Double vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];180 -> 247[label="",style="solid", color="black", weight=3]; 21.79/9.70 181[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 (Pos vwx4010))",fontsize=16,color="black",shape="box"];181 -> 248[label="",style="solid", color="black", weight=3]; 21.79/9.70 182[label="primCmpDouble (Double vwx300 (Neg vwx3010)) (Double vwx400 (Neg vwx4010))",fontsize=16,color="black",shape="box"];182 -> 249[label="",style="solid", color="black", weight=3]; 21.79/9.70 183 -> 664[label="",style="dashed", color="red", weight=0]; 21.79/9.70 183[label="compare2 (vwx300,vwx301,vwx302) (vwx400,vwx401,vwx402) (vwx300 == vwx400 && vwx301 == vwx401 && vwx302 == vwx402)",fontsize=16,color="magenta"];183 -> 665[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 183 -> 666[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 183 -> 667[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 183 -> 668[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 183 -> 669[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 183 -> 670[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 183 -> 671[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 184 -> 26[label="",style="dashed", color="red", weight=0]; 21.79/9.70 184[label="compare (vwx300 * Pos vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];184 -> 258[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 184 -> 259[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 185 -> 26[label="",style="dashed", color="red", weight=0]; 21.79/9.70 185[label="compare (vwx300 * Pos vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];185 -> 260[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 185 -> 261[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 186 -> 26[label="",style="dashed", color="red", weight=0]; 21.79/9.70 186[label="compare (vwx300 * Neg vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];186 -> 262[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 186 -> 263[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 187 -> 26[label="",style="dashed", color="red", weight=0]; 21.79/9.70 187[label="compare (vwx300 * Neg vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];187 -> 264[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 187 -> 265[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 188[label="primCmpNat (Succ vwx3000) (Succ vwx4000)",fontsize=16,color="black",shape="box"];188 -> 266[label="",style="solid", color="black", weight=3]; 21.79/9.70 189[label="primCmpNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];189 -> 267[label="",style="solid", color="black", weight=3]; 21.79/9.70 190[label="primCmpNat Zero (Succ vwx4000)",fontsize=16,color="black",shape="box"];190 -> 268[label="",style="solid", color="black", weight=3]; 21.79/9.70 191[label="primCmpNat Zero Zero",fontsize=16,color="black",shape="box"];191 -> 269[label="",style="solid", color="black", weight=3]; 21.79/9.70 192[label="Succ vwx3000",fontsize=16,color="green",shape="box"];193[label="vwx400",fontsize=16,color="green",shape="box"];194 -> 97[label="",style="dashed", color="red", weight=0]; 21.79/9.70 194[label="primCmpNat Zero (Succ vwx4000)",fontsize=16,color="magenta"];194 -> 270[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 194 -> 271[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 195[label="EQ",fontsize=16,color="green",shape="box"];196[label="GT",fontsize=16,color="green",shape="box"];197[label="EQ",fontsize=16,color="green",shape="box"];198[label="vwx400",fontsize=16,color="green",shape="box"];199[label="Succ vwx3000",fontsize=16,color="green",shape="box"];200[label="LT",fontsize=16,color="green",shape="box"];201[label="EQ",fontsize=16,color="green",shape="box"];202 -> 97[label="",style="dashed", color="red", weight=0]; 21.79/9.70 202[label="primCmpNat (Succ vwx4000) Zero",fontsize=16,color="magenta"];202 -> 272[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 202 -> 273[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 203[label="EQ",fontsize=16,color="green",shape="box"];204[label="EQ",fontsize=16,color="green",shape="box"];205[label="compare1 LT EQ (LT <= EQ)",fontsize=16,color="black",shape="box"];205 -> 274[label="",style="solid", color="black", weight=3]; 21.79/9.70 206[label="compare1 LT GT (LT <= GT)",fontsize=16,color="black",shape="box"];206 -> 275[label="",style="solid", color="black", weight=3]; 21.79/9.70 207[label="compare1 EQ LT (EQ <= LT)",fontsize=16,color="black",shape="box"];207 -> 276[label="",style="solid", color="black", weight=3]; 21.79/9.70 208[label="EQ",fontsize=16,color="green",shape="box"];209[label="compare1 EQ GT (EQ <= GT)",fontsize=16,color="black",shape="box"];209 -> 277[label="",style="solid", color="black", weight=3]; 21.79/9.70 210[label="compare1 GT LT (GT <= LT)",fontsize=16,color="black",shape="box"];210 -> 278[label="",style="solid", color="black", weight=3]; 21.79/9.70 211[label="compare1 GT EQ (GT <= EQ)",fontsize=16,color="black",shape="box"];211 -> 279[label="",style="solid", color="black", weight=3]; 21.79/9.70 212[label="EQ",fontsize=16,color="green",shape="box"];213[label="EQ",fontsize=16,color="green",shape="box"];214[label="compare1 False True (False <= True)",fontsize=16,color="black",shape="box"];214 -> 280[label="",style="solid", color="black", weight=3]; 21.79/9.70 215[label="compare1 True False (True <= False)",fontsize=16,color="black",shape="box"];215 -> 281[label="",style="solid", color="black", weight=3]; 21.79/9.70 216[label="EQ",fontsize=16,color="green",shape="box"];217[label="primMulInt vwx400 vwx301",fontsize=16,color="burlywood",shape="triangle"];2765[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];217 -> 2765[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2765 -> 282[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2766[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];217 -> 2766[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2766 -> 283[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 218[label="vwx300",fontsize=16,color="green",shape="box"];219[label="vwx401",fontsize=16,color="green",shape="box"];220[label="Integer vwx4000 * vwx301",fontsize=16,color="burlywood",shape="box"];2767[label="vwx301/Integer vwx3010",fontsize=10,color="white",style="solid",shape="box"];220 -> 2767[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2767 -> 284[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 221[label="vwx300",fontsize=16,color="green",shape="box"];222[label="vwx401",fontsize=16,color="green",shape="box"];223[label="EQ",fontsize=16,color="green",shape="box"];224[label="compare1 Nothing (Just vwx400) (Nothing <= Just vwx400)",fontsize=16,color="black",shape="box"];224 -> 285[label="",style="solid", color="black", weight=3]; 21.79/9.70 225[label="compare1 (Just vwx300) Nothing (Just vwx300 <= Nothing)",fontsize=16,color="black",shape="box"];225 -> 286[label="",style="solid", color="black", weight=3]; 21.79/9.70 227[label="vwx300",fontsize=16,color="green",shape="box"];228[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2768[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];228 -> 2768[label="",style="solid", color="blue", weight=9]; 21.79/9.70 2768 -> 287[label="",style="solid", color="blue", weight=3]; 21.79/9.70 2769[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];228 -> 2769[label="",style="solid", color="blue", weight=9]; 21.79/9.70 2769 -> 288[label="",style="solid", color="blue", weight=3]; 21.79/9.70 2770[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];228 -> 2770[label="",style="solid", color="blue", weight=9]; 21.79/9.70 2770 -> 289[label="",style="solid", color="blue", weight=3]; 21.79/9.70 2771[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];228 -> 2771[label="",style="solid", color="blue", weight=9]; 21.79/9.70 2771 -> 290[label="",style="solid", color="blue", weight=3]; 21.79/9.70 2772[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];228 -> 2772[label="",style="solid", color="blue", weight=9]; 21.79/9.70 2772 -> 291[label="",style="solid", color="blue", weight=3]; 21.79/9.70 2773[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];228 -> 2773[label="",style="solid", color="blue", weight=9]; 21.79/9.70 2773 -> 292[label="",style="solid", color="blue", weight=3]; 21.79/9.70 2774[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];228 -> 2774[label="",style="solid", color="blue", weight=9]; 21.79/9.70 2774 -> 293[label="",style="solid", color="blue", weight=3]; 21.79/9.70 2775[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];228 -> 2775[label="",style="solid", color="blue", weight=9]; 21.79/9.70 2775 -> 294[label="",style="solid", color="blue", weight=3]; 21.79/9.70 2776[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];228 -> 2776[label="",style="solid", color="blue", weight=9]; 21.79/9.70 2776 -> 295[label="",style="solid", color="blue", weight=3]; 21.79/9.70 2777[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];228 -> 2777[label="",style="solid", color="blue", weight=9]; 21.79/9.70 2777 -> 296[label="",style="solid", color="blue", weight=3]; 21.79/9.70 2778[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];228 -> 2778[label="",style="solid", color="blue", weight=9]; 21.79/9.70 2778 -> 297[label="",style="solid", color="blue", weight=3]; 21.79/9.70 2779[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];228 -> 2779[label="",style="solid", color="blue", weight=9]; 21.79/9.70 2779 -> 298[label="",style="solid", color="blue", weight=3]; 21.79/9.70 2780[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];228 -> 2780[label="",style="solid", color="blue", weight=9]; 21.79/9.70 2780 -> 299[label="",style="solid", color="blue", weight=3]; 21.79/9.70 2781[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];228 -> 2781[label="",style="solid", color="blue", weight=9]; 21.79/9.70 2781 -> 300[label="",style="solid", color="blue", weight=3]; 21.79/9.70 229[label="vwx400",fontsize=16,color="green",shape="box"];226[label="compare2 (Just vwx15) (Just vwx16) vwx17",fontsize=16,color="burlywood",shape="triangle"];2782[label="vwx17/False",fontsize=10,color="white",style="solid",shape="box"];226 -> 2782[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2782 -> 301[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 2783[label="vwx17/True",fontsize=10,color="white",style="solid",shape="box"];226 -> 2783[label="",style="solid", color="burlywood", weight=9]; 21.79/9.70 2783 -> 302[label="",style="solid", color="burlywood", weight=3]; 21.79/9.70 618[label="vwx400",fontsize=16,color="green",shape="box"];619 -> 696[label="",style="dashed", color="red", weight=0]; 21.79/9.70 619[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];619 -> 697[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 619 -> 698[label="",style="dashed", color="magenta", weight=3]; 21.79/9.70 620[label="vwx300",fontsize=16,color="green",shape="box"];621[label="vwx401",fontsize=16,color="green",shape="box"];622[label="vwx301",fontsize=16,color="green",shape="box"];617[label="compare2 (vwx64,vwx65) (vwx66,vwx67) vwx68",fontsize=16,color="burlywood",shape="triangle"];2784[label="vwx68/False",fontsize=10,color="white",style="solid",shape="box"];617 -> 2784[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2784 -> 642[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2785[label="vwx68/True",fontsize=10,color="white",style="solid",shape="box"];617 -> 2785[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2785 -> 643[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 237[label="vwx400",fontsize=16,color="green",shape="box"];238[label="vwx300",fontsize=16,color="green",shape="box"];239[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2786[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];239 -> 2786[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2786 -> 319[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2787[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];239 -> 2787[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2787 -> 320[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2788[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];239 -> 2788[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2788 -> 321[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2789[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];239 -> 2789[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2789 -> 322[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2790[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];239 -> 2790[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2790 -> 323[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2791[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];239 -> 2791[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2791 -> 324[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2792[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];239 -> 2792[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2792 -> 325[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2793[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];239 -> 2793[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2793 -> 326[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2794[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];239 -> 2794[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2794 -> 327[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2795[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];239 -> 2795[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2795 -> 328[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2796[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];239 -> 2796[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2796 -> 329[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2797[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];239 -> 2797[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2797 -> 330[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2798[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];239 -> 2798[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2798 -> 331[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2799[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];239 -> 2799[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2799 -> 332[label="",style="solid", color="blue", weight=3]; 21.79/9.71 236[label="compare2 (Left vwx33) (Left vwx34) vwx35",fontsize=16,color="burlywood",shape="triangle"];2800[label="vwx35/False",fontsize=10,color="white",style="solid",shape="box"];236 -> 2800[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2800 -> 333[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2801[label="vwx35/True",fontsize=10,color="white",style="solid",shape="box"];236 -> 2801[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2801 -> 334[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 240[label="compare1 (Left vwx300) (Right vwx400) (Left vwx300 <= Right vwx400)",fontsize=16,color="black",shape="box"];240 -> 335[label="",style="solid", color="black", weight=3]; 21.79/9.71 241[label="compare1 (Right vwx300) (Left vwx400) (Right vwx300 <= Left vwx400)",fontsize=16,color="black",shape="box"];241 -> 336[label="",style="solid", color="black", weight=3]; 21.79/9.71 243[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2802[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];243 -> 2802[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2802 -> 337[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2803[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];243 -> 2803[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2803 -> 338[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2804[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];243 -> 2804[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2804 -> 339[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2805[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];243 -> 2805[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2805 -> 340[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2806[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];243 -> 2806[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2806 -> 341[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2807[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];243 -> 2807[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2807 -> 342[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2808[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];243 -> 2808[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2808 -> 343[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2809[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];243 -> 2809[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2809 -> 344[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2810[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];243 -> 2810[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2810 -> 345[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2811[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];243 -> 2811[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2811 -> 346[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2812[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];243 -> 2812[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2812 -> 347[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2813[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];243 -> 2813[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2813 -> 348[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2814[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];243 -> 2814[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2814 -> 349[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2815[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];243 -> 2815[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2815 -> 350[label="",style="solid", color="blue", weight=3]; 21.79/9.71 244[label="vwx300",fontsize=16,color="green",shape="box"];245[label="vwx400",fontsize=16,color="green",shape="box"];242[label="compare2 (Right vwx40) (Right vwx41) vwx42",fontsize=16,color="burlywood",shape="triangle"];2816[label="vwx42/False",fontsize=10,color="white",style="solid",shape="box"];242 -> 2816[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2816 -> 351[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2817[label="vwx42/True",fontsize=10,color="white",style="solid",shape="box"];242 -> 2817[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2817 -> 352[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 246 -> 26[label="",style="dashed", color="red", weight=0]; 21.79/9.71 246[label="compare (vwx300 * Pos vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];246 -> 353[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 246 -> 354[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 247 -> 26[label="",style="dashed", color="red", weight=0]; 21.79/9.71 247[label="compare (vwx300 * Pos vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];247 -> 355[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 247 -> 356[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 248 -> 26[label="",style="dashed", color="red", weight=0]; 21.79/9.71 248[label="compare (vwx300 * Neg vwx4010) (Pos vwx3010 * vwx400)",fontsize=16,color="magenta"];248 -> 357[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 248 -> 358[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 249 -> 26[label="",style="dashed", color="red", weight=0]; 21.79/9.71 249[label="compare (vwx300 * Neg vwx4010) (Neg vwx3010 * vwx400)",fontsize=16,color="magenta"];249 -> 359[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 249 -> 360[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 665[label="vwx300",fontsize=16,color="green",shape="box"];666[label="vwx402",fontsize=16,color="green",shape="box"];667[label="vwx301",fontsize=16,color="green",shape="box"];668[label="vwx302",fontsize=16,color="green",shape="box"];669[label="vwx400",fontsize=16,color="green",shape="box"];670[label="vwx401",fontsize=16,color="green",shape="box"];671 -> 696[label="",style="dashed", color="red", weight=0]; 21.79/9.71 671[label="vwx300 == vwx400 && vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];671 -> 699[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 671 -> 700[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 664[label="compare2 (vwx51,vwx52,vwx53) (vwx54,vwx55,vwx56) vwx76",fontsize=16,color="burlywood",shape="triangle"];2818[label="vwx76/False",fontsize=10,color="white",style="solid",shape="box"];664 -> 2818[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2818 -> 680[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2819[label="vwx76/True",fontsize=10,color="white",style="solid",shape="box"];664 -> 2819[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2819 -> 681[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 258 -> 166[label="",style="dashed", color="red", weight=0]; 21.79/9.71 258[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];258 -> 377[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 258 -> 378[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 259 -> 166[label="",style="dashed", color="red", weight=0]; 21.79/9.71 259[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];259 -> 379[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 259 -> 380[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 260 -> 166[label="",style="dashed", color="red", weight=0]; 21.79/9.71 260[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];260 -> 381[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 260 -> 382[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 261 -> 166[label="",style="dashed", color="red", weight=0]; 21.79/9.71 261[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];261 -> 383[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 261 -> 384[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 262 -> 166[label="",style="dashed", color="red", weight=0]; 21.79/9.71 262[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];262 -> 385[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 262 -> 386[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 263 -> 166[label="",style="dashed", color="red", weight=0]; 21.79/9.71 263[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];263 -> 387[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 263 -> 388[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 264 -> 166[label="",style="dashed", color="red", weight=0]; 21.79/9.71 264[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];264 -> 389[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 264 -> 390[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 265 -> 166[label="",style="dashed", color="red", weight=0]; 21.79/9.71 265[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];265 -> 391[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 265 -> 392[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 266 -> 97[label="",style="dashed", color="red", weight=0]; 21.79/9.71 266[label="primCmpNat vwx3000 vwx4000",fontsize=16,color="magenta"];266 -> 393[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 266 -> 394[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 267[label="GT",fontsize=16,color="green",shape="box"];268[label="LT",fontsize=16,color="green",shape="box"];269[label="EQ",fontsize=16,color="green",shape="box"];270[label="Zero",fontsize=16,color="green",shape="box"];271[label="Succ vwx4000",fontsize=16,color="green",shape="box"];272[label="Succ vwx4000",fontsize=16,color="green",shape="box"];273[label="Zero",fontsize=16,color="green",shape="box"];274[label="compare1 LT EQ True",fontsize=16,color="black",shape="box"];274 -> 395[label="",style="solid", color="black", weight=3]; 21.79/9.71 275[label="compare1 LT GT True",fontsize=16,color="black",shape="box"];275 -> 396[label="",style="solid", color="black", weight=3]; 21.79/9.71 276[label="compare1 EQ LT False",fontsize=16,color="black",shape="box"];276 -> 397[label="",style="solid", color="black", weight=3]; 21.79/9.71 277[label="compare1 EQ GT True",fontsize=16,color="black",shape="box"];277 -> 398[label="",style="solid", color="black", weight=3]; 21.79/9.71 278[label="compare1 GT LT False",fontsize=16,color="black",shape="box"];278 -> 399[label="",style="solid", color="black", weight=3]; 21.79/9.71 279[label="compare1 GT EQ False",fontsize=16,color="black",shape="box"];279 -> 400[label="",style="solid", color="black", weight=3]; 21.79/9.71 280[label="compare1 False True True",fontsize=16,color="black",shape="box"];280 -> 401[label="",style="solid", color="black", weight=3]; 21.79/9.71 281[label="compare1 True False False",fontsize=16,color="black",shape="box"];281 -> 402[label="",style="solid", color="black", weight=3]; 21.79/9.71 282[label="primMulInt (Pos vwx4000) vwx301",fontsize=16,color="burlywood",shape="box"];2820[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];282 -> 2820[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2820 -> 403[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2821[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];282 -> 2821[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2821 -> 404[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 283[label="primMulInt (Neg vwx4000) vwx301",fontsize=16,color="burlywood",shape="box"];2822[label="vwx301/Pos vwx3010",fontsize=10,color="white",style="solid",shape="box"];283 -> 2822[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2822 -> 405[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2823[label="vwx301/Neg vwx3010",fontsize=10,color="white",style="solid",shape="box"];283 -> 2823[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2823 -> 406[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 284[label="Integer vwx4000 * Integer vwx3010",fontsize=16,color="black",shape="box"];284 -> 407[label="",style="solid", color="black", weight=3]; 21.79/9.71 285[label="compare1 Nothing (Just vwx400) True",fontsize=16,color="black",shape="box"];285 -> 408[label="",style="solid", color="black", weight=3]; 21.79/9.71 286[label="compare1 (Just vwx300) Nothing False",fontsize=16,color="black",shape="box"];286 -> 409[label="",style="solid", color="black", weight=3]; 21.79/9.71 287[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];2824[label="vwx300/(vwx3000,vwx3001,vwx3002)",fontsize=10,color="white",style="solid",shape="box"];287 -> 2824[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2824 -> 410[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 288[label="vwx300 == vwx400",fontsize=16,color="black",shape="triangle"];288 -> 411[label="",style="solid", color="black", weight=3]; 21.79/9.71 289[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];2825[label="vwx300/(vwx3000,vwx3001)",fontsize=10,color="white",style="solid",shape="box"];289 -> 2825[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2825 -> 412[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 290[label="vwx300 == vwx400",fontsize=16,color="black",shape="triangle"];290 -> 413[label="",style="solid", color="black", weight=3]; 21.79/9.71 291[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];2826[label="vwx300/Integer vwx3000",fontsize=10,color="white",style="solid",shape="box"];291 -> 2826[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2826 -> 414[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 292[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];2827[label="vwx300/False",fontsize=10,color="white",style="solid",shape="box"];292 -> 2827[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2827 -> 415[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2828[label="vwx300/True",fontsize=10,color="white",style="solid",shape="box"];292 -> 2828[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2828 -> 416[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 293[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];2829[label="vwx300/vwx3000 :% vwx3001",fontsize=10,color="white",style="solid",shape="box"];293 -> 2829[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2829 -> 417[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 294[label="vwx300 == vwx400",fontsize=16,color="black",shape="triangle"];294 -> 418[label="",style="solid", color="black", weight=3]; 21.79/9.71 295[label="vwx300 == vwx400",fontsize=16,color="black",shape="triangle"];295 -> 419[label="",style="solid", color="black", weight=3]; 21.79/9.71 296[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];2830[label="vwx300/LT",fontsize=10,color="white",style="solid",shape="box"];296 -> 2830[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2830 -> 420[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2831[label="vwx300/EQ",fontsize=10,color="white",style="solid",shape="box"];296 -> 2831[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2831 -> 421[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2832[label="vwx300/GT",fontsize=10,color="white",style="solid",shape="box"];296 -> 2832[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2832 -> 422[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 297[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];2833[label="vwx300/Nothing",fontsize=10,color="white",style="solid",shape="box"];297 -> 2833[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2833 -> 423[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2834[label="vwx300/Just vwx3000",fontsize=10,color="white",style="solid",shape="box"];297 -> 2834[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2834 -> 424[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 298[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];2835[label="vwx300/Left vwx3000",fontsize=10,color="white",style="solid",shape="box"];298 -> 2835[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2835 -> 425[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2836[label="vwx300/Right vwx3000",fontsize=10,color="white",style="solid",shape="box"];298 -> 2836[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2836 -> 426[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 299[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];2837[label="vwx300/vwx3000 : vwx3001",fontsize=10,color="white",style="solid",shape="box"];299 -> 2837[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2837 -> 427[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2838[label="vwx300/[]",fontsize=10,color="white",style="solid",shape="box"];299 -> 2838[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2838 -> 428[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 300[label="vwx300 == vwx400",fontsize=16,color="burlywood",shape="triangle"];2839[label="vwx300/()",fontsize=10,color="white",style="solid",shape="box"];300 -> 2839[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2839 -> 429[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 301[label="compare2 (Just vwx15) (Just vwx16) False",fontsize=16,color="black",shape="box"];301 -> 430[label="",style="solid", color="black", weight=3]; 21.79/9.71 302[label="compare2 (Just vwx15) (Just vwx16) True",fontsize=16,color="black",shape="box"];302 -> 431[label="",style="solid", color="black", weight=3]; 21.79/9.71 697[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2840[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];697 -> 2840[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2840 -> 705[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2841[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];697 -> 2841[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2841 -> 706[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2842[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];697 -> 2842[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2842 -> 707[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2843[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];697 -> 2843[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2843 -> 708[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2844[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];697 -> 2844[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2844 -> 709[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2845[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];697 -> 2845[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2845 -> 710[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2846[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];697 -> 2846[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2846 -> 711[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2847[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];697 -> 2847[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2847 -> 712[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2848[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];697 -> 2848[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2848 -> 713[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2849[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];697 -> 2849[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2849 -> 714[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2850[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];697 -> 2850[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2850 -> 715[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2851[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];697 -> 2851[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2851 -> 716[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2852[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];697 -> 2852[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2852 -> 717[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2853[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];697 -> 2853[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2853 -> 718[label="",style="solid", color="blue", weight=3]; 21.79/9.71 698[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];2854[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];698 -> 2854[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2854 -> 719[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2855[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];698 -> 2855[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2855 -> 720[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2856[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];698 -> 2856[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2856 -> 721[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2857[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];698 -> 2857[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2857 -> 722[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2858[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];698 -> 2858[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2858 -> 723[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2859[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];698 -> 2859[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2859 -> 724[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2860[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];698 -> 2860[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2860 -> 725[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2861[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];698 -> 2861[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2861 -> 726[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2862[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];698 -> 2862[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2862 -> 727[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2863[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];698 -> 2863[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2863 -> 728[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2864[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];698 -> 2864[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2864 -> 729[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2865[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];698 -> 2865[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2865 -> 730[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2866[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];698 -> 2866[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2866 -> 731[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2867[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];698 -> 2867[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2867 -> 732[label="",style="solid", color="blue", weight=3]; 21.79/9.71 696[label="vwx81 && vwx82",fontsize=16,color="burlywood",shape="triangle"];2868[label="vwx81/False",fontsize=10,color="white",style="solid",shape="box"];696 -> 2868[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2868 -> 733[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2869[label="vwx81/True",fontsize=10,color="white",style="solid",shape="box"];696 -> 2869[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2869 -> 734[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 642[label="compare2 (vwx64,vwx65) (vwx66,vwx67) False",fontsize=16,color="black",shape="box"];642 -> 735[label="",style="solid", color="black", weight=3]; 21.79/9.71 643[label="compare2 (vwx64,vwx65) (vwx66,vwx67) True",fontsize=16,color="black",shape="box"];643 -> 736[label="",style="solid", color="black", weight=3]; 21.79/9.71 319 -> 287[label="",style="dashed", color="red", weight=0]; 21.79/9.71 319[label="vwx300 == vwx400",fontsize=16,color="magenta"];319 -> 462[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 319 -> 463[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 320 -> 288[label="",style="dashed", color="red", weight=0]; 21.79/9.71 320[label="vwx300 == vwx400",fontsize=16,color="magenta"];320 -> 464[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 320 -> 465[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 321 -> 289[label="",style="dashed", color="red", weight=0]; 21.79/9.71 321[label="vwx300 == vwx400",fontsize=16,color="magenta"];321 -> 466[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 321 -> 467[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 322 -> 290[label="",style="dashed", color="red", weight=0]; 21.79/9.71 322[label="vwx300 == vwx400",fontsize=16,color="magenta"];322 -> 468[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 322 -> 469[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 323 -> 291[label="",style="dashed", color="red", weight=0]; 21.79/9.71 323[label="vwx300 == vwx400",fontsize=16,color="magenta"];323 -> 470[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 323 -> 471[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 324 -> 292[label="",style="dashed", color="red", weight=0]; 21.79/9.71 324[label="vwx300 == vwx400",fontsize=16,color="magenta"];324 -> 472[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 324 -> 473[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 325 -> 293[label="",style="dashed", color="red", weight=0]; 21.79/9.71 325[label="vwx300 == vwx400",fontsize=16,color="magenta"];325 -> 474[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 325 -> 475[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 326 -> 294[label="",style="dashed", color="red", weight=0]; 21.79/9.71 326[label="vwx300 == vwx400",fontsize=16,color="magenta"];326 -> 476[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 326 -> 477[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 327 -> 295[label="",style="dashed", color="red", weight=0]; 21.79/9.71 327[label="vwx300 == vwx400",fontsize=16,color="magenta"];327 -> 478[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 327 -> 479[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 328 -> 296[label="",style="dashed", color="red", weight=0]; 21.79/9.71 328[label="vwx300 == vwx400",fontsize=16,color="magenta"];328 -> 480[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 328 -> 481[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 329 -> 297[label="",style="dashed", color="red", weight=0]; 21.79/9.71 329[label="vwx300 == vwx400",fontsize=16,color="magenta"];329 -> 482[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 329 -> 483[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 330 -> 298[label="",style="dashed", color="red", weight=0]; 21.79/9.71 330[label="vwx300 == vwx400",fontsize=16,color="magenta"];330 -> 484[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 330 -> 485[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 331 -> 299[label="",style="dashed", color="red", weight=0]; 21.79/9.71 331[label="vwx300 == vwx400",fontsize=16,color="magenta"];331 -> 486[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 331 -> 487[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 332 -> 300[label="",style="dashed", color="red", weight=0]; 21.79/9.71 332[label="vwx300 == vwx400",fontsize=16,color="magenta"];332 -> 488[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 332 -> 489[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 333[label="compare2 (Left vwx33) (Left vwx34) False",fontsize=16,color="black",shape="box"];333 -> 490[label="",style="solid", color="black", weight=3]; 21.79/9.71 334[label="compare2 (Left vwx33) (Left vwx34) True",fontsize=16,color="black",shape="box"];334 -> 491[label="",style="solid", color="black", weight=3]; 21.79/9.71 335[label="compare1 (Left vwx300) (Right vwx400) True",fontsize=16,color="black",shape="box"];335 -> 492[label="",style="solid", color="black", weight=3]; 21.79/9.71 336[label="compare1 (Right vwx300) (Left vwx400) False",fontsize=16,color="black",shape="box"];336 -> 493[label="",style="solid", color="black", weight=3]; 21.79/9.71 337 -> 287[label="",style="dashed", color="red", weight=0]; 21.79/9.71 337[label="vwx300 == vwx400",fontsize=16,color="magenta"];337 -> 494[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 337 -> 495[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 338 -> 288[label="",style="dashed", color="red", weight=0]; 21.79/9.71 338[label="vwx300 == vwx400",fontsize=16,color="magenta"];338 -> 496[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 338 -> 497[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 339 -> 289[label="",style="dashed", color="red", weight=0]; 21.79/9.71 339[label="vwx300 == vwx400",fontsize=16,color="magenta"];339 -> 498[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 339 -> 499[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 340 -> 290[label="",style="dashed", color="red", weight=0]; 21.79/9.71 340[label="vwx300 == vwx400",fontsize=16,color="magenta"];340 -> 500[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 340 -> 501[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 341 -> 291[label="",style="dashed", color="red", weight=0]; 21.79/9.71 341[label="vwx300 == vwx400",fontsize=16,color="magenta"];341 -> 502[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 341 -> 503[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 342 -> 292[label="",style="dashed", color="red", weight=0]; 21.79/9.71 342[label="vwx300 == vwx400",fontsize=16,color="magenta"];342 -> 504[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 342 -> 505[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 343 -> 293[label="",style="dashed", color="red", weight=0]; 21.79/9.71 343[label="vwx300 == vwx400",fontsize=16,color="magenta"];343 -> 506[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 343 -> 507[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 344 -> 294[label="",style="dashed", color="red", weight=0]; 21.79/9.71 344[label="vwx300 == vwx400",fontsize=16,color="magenta"];344 -> 508[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 344 -> 509[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 345 -> 295[label="",style="dashed", color="red", weight=0]; 21.79/9.71 345[label="vwx300 == vwx400",fontsize=16,color="magenta"];345 -> 510[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 345 -> 511[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 346 -> 296[label="",style="dashed", color="red", weight=0]; 21.79/9.71 346[label="vwx300 == vwx400",fontsize=16,color="magenta"];346 -> 512[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 346 -> 513[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 347 -> 297[label="",style="dashed", color="red", weight=0]; 21.79/9.71 347[label="vwx300 == vwx400",fontsize=16,color="magenta"];347 -> 514[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 347 -> 515[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 348 -> 298[label="",style="dashed", color="red", weight=0]; 21.79/9.71 348[label="vwx300 == vwx400",fontsize=16,color="magenta"];348 -> 516[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 348 -> 517[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 349 -> 299[label="",style="dashed", color="red", weight=0]; 21.79/9.71 349[label="vwx300 == vwx400",fontsize=16,color="magenta"];349 -> 518[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 349 -> 519[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 350 -> 300[label="",style="dashed", color="red", weight=0]; 21.79/9.71 350[label="vwx300 == vwx400",fontsize=16,color="magenta"];350 -> 520[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 350 -> 521[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 351[label="compare2 (Right vwx40) (Right vwx41) False",fontsize=16,color="black",shape="box"];351 -> 522[label="",style="solid", color="black", weight=3]; 21.79/9.71 352[label="compare2 (Right vwx40) (Right vwx41) True",fontsize=16,color="black",shape="box"];352 -> 523[label="",style="solid", color="black", weight=3]; 21.79/9.71 353 -> 166[label="",style="dashed", color="red", weight=0]; 21.79/9.71 353[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];353 -> 524[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 353 -> 525[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 354 -> 166[label="",style="dashed", color="red", weight=0]; 21.79/9.71 354[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];354 -> 526[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 354 -> 527[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 355 -> 166[label="",style="dashed", color="red", weight=0]; 21.79/9.71 355[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];355 -> 528[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 355 -> 529[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 356 -> 166[label="",style="dashed", color="red", weight=0]; 21.79/9.71 356[label="vwx300 * Pos vwx4010",fontsize=16,color="magenta"];356 -> 530[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 356 -> 531[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 357 -> 166[label="",style="dashed", color="red", weight=0]; 21.79/9.71 357[label="Pos vwx3010 * vwx400",fontsize=16,color="magenta"];357 -> 532[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 357 -> 533[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 358 -> 166[label="",style="dashed", color="red", weight=0]; 21.79/9.71 358[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];358 -> 534[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 358 -> 535[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 359 -> 166[label="",style="dashed", color="red", weight=0]; 21.79/9.71 359[label="Neg vwx3010 * vwx400",fontsize=16,color="magenta"];359 -> 536[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 359 -> 537[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 360 -> 166[label="",style="dashed", color="red", weight=0]; 21.79/9.71 360[label="vwx300 * Neg vwx4010",fontsize=16,color="magenta"];360 -> 538[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 360 -> 539[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 699[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2870[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];699 -> 2870[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2870 -> 737[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2871[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];699 -> 2871[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2871 -> 738[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2872[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];699 -> 2872[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2872 -> 739[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2873[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];699 -> 2873[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2873 -> 740[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2874[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];699 -> 2874[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2874 -> 741[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2875[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];699 -> 2875[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2875 -> 742[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2876[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];699 -> 2876[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2876 -> 743[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2877[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];699 -> 2877[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2877 -> 744[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2878[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];699 -> 2878[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2878 -> 745[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2879[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];699 -> 2879[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2879 -> 746[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2880[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];699 -> 2880[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2880 -> 747[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2881[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];699 -> 2881[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2881 -> 748[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2882[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];699 -> 2882[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2882 -> 749[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2883[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];699 -> 2883[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2883 -> 750[label="",style="solid", color="blue", weight=3]; 21.79/9.71 700 -> 696[label="",style="dashed", color="red", weight=0]; 21.79/9.71 700[label="vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];700 -> 751[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 700 -> 752[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 680[label="compare2 (vwx51,vwx52,vwx53) (vwx54,vwx55,vwx56) False",fontsize=16,color="black",shape="box"];680 -> 753[label="",style="solid", color="black", weight=3]; 21.79/9.71 681[label="compare2 (vwx51,vwx52,vwx53) (vwx54,vwx55,vwx56) True",fontsize=16,color="black",shape="box"];681 -> 754[label="",style="solid", color="black", weight=3]; 21.79/9.71 377[label="Pos vwx3010",fontsize=16,color="green",shape="box"];378[label="vwx400",fontsize=16,color="green",shape="box"];379[label="vwx300",fontsize=16,color="green",shape="box"];380[label="Pos vwx4010",fontsize=16,color="green",shape="box"];381[label="Neg vwx3010",fontsize=16,color="green",shape="box"];382[label="vwx400",fontsize=16,color="green",shape="box"];383[label="vwx300",fontsize=16,color="green",shape="box"];384[label="Pos vwx4010",fontsize=16,color="green",shape="box"];385[label="Pos vwx3010",fontsize=16,color="green",shape="box"];386[label="vwx400",fontsize=16,color="green",shape="box"];387[label="vwx300",fontsize=16,color="green",shape="box"];388[label="Neg vwx4010",fontsize=16,color="green",shape="box"];389[label="Neg vwx3010",fontsize=16,color="green",shape="box"];390[label="vwx400",fontsize=16,color="green",shape="box"];391[label="vwx300",fontsize=16,color="green",shape="box"];392[label="Neg vwx4010",fontsize=16,color="green",shape="box"];393[label="vwx3000",fontsize=16,color="green",shape="box"];394[label="vwx4000",fontsize=16,color="green",shape="box"];395[label="LT",fontsize=16,color="green",shape="box"];396[label="LT",fontsize=16,color="green",shape="box"];397[label="compare0 EQ LT otherwise",fontsize=16,color="black",shape="box"];397 -> 570[label="",style="solid", color="black", weight=3]; 21.79/9.71 398[label="LT",fontsize=16,color="green",shape="box"];399[label="compare0 GT LT otherwise",fontsize=16,color="black",shape="box"];399 -> 571[label="",style="solid", color="black", weight=3]; 21.79/9.71 400[label="compare0 GT EQ otherwise",fontsize=16,color="black",shape="box"];400 -> 572[label="",style="solid", color="black", weight=3]; 21.79/9.71 401[label="LT",fontsize=16,color="green",shape="box"];402[label="compare0 True False otherwise",fontsize=16,color="black",shape="box"];402 -> 573[label="",style="solid", color="black", weight=3]; 21.79/9.71 403[label="primMulInt (Pos vwx4000) (Pos vwx3010)",fontsize=16,color="black",shape="box"];403 -> 574[label="",style="solid", color="black", weight=3]; 21.79/9.71 404[label="primMulInt (Pos vwx4000) (Neg vwx3010)",fontsize=16,color="black",shape="box"];404 -> 575[label="",style="solid", color="black", weight=3]; 21.79/9.71 405[label="primMulInt (Neg vwx4000) (Pos vwx3010)",fontsize=16,color="black",shape="box"];405 -> 576[label="",style="solid", color="black", weight=3]; 21.79/9.71 406[label="primMulInt (Neg vwx4000) (Neg vwx3010)",fontsize=16,color="black",shape="box"];406 -> 577[label="",style="solid", color="black", weight=3]; 21.79/9.71 407[label="Integer (primMulInt vwx4000 vwx3010)",fontsize=16,color="green",shape="box"];407 -> 578[label="",style="dashed", color="green", weight=3]; 21.79/9.71 408[label="LT",fontsize=16,color="green",shape="box"];409[label="compare0 (Just vwx300) Nothing otherwise",fontsize=16,color="black",shape="box"];409 -> 579[label="",style="solid", color="black", weight=3]; 21.79/9.71 410[label="(vwx3000,vwx3001,vwx3002) == vwx400",fontsize=16,color="burlywood",shape="box"];2884[label="vwx400/(vwx4000,vwx4001,vwx4002)",fontsize=10,color="white",style="solid",shape="box"];410 -> 2884[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2884 -> 580[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 411[label="primEqChar vwx300 vwx400",fontsize=16,color="burlywood",shape="box"];2885[label="vwx300/Char vwx3000",fontsize=10,color="white",style="solid",shape="box"];411 -> 2885[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2885 -> 581[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 412[label="(vwx3000,vwx3001) == vwx400",fontsize=16,color="burlywood",shape="box"];2886[label="vwx400/(vwx4000,vwx4001)",fontsize=10,color="white",style="solid",shape="box"];412 -> 2886[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2886 -> 582[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 413[label="primEqDouble vwx300 vwx400",fontsize=16,color="burlywood",shape="box"];2887[label="vwx300/Double vwx3000 vwx3001",fontsize=10,color="white",style="solid",shape="box"];413 -> 2887[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2887 -> 583[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 414[label="Integer vwx3000 == vwx400",fontsize=16,color="burlywood",shape="box"];2888[label="vwx400/Integer vwx4000",fontsize=10,color="white",style="solid",shape="box"];414 -> 2888[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2888 -> 584[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 415[label="False == vwx400",fontsize=16,color="burlywood",shape="box"];2889[label="vwx400/False",fontsize=10,color="white",style="solid",shape="box"];415 -> 2889[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2889 -> 585[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2890[label="vwx400/True",fontsize=10,color="white",style="solid",shape="box"];415 -> 2890[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2890 -> 586[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 416[label="True == vwx400",fontsize=16,color="burlywood",shape="box"];2891[label="vwx400/False",fontsize=10,color="white",style="solid",shape="box"];416 -> 2891[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2891 -> 587[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2892[label="vwx400/True",fontsize=10,color="white",style="solid",shape="box"];416 -> 2892[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2892 -> 588[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 417[label="vwx3000 :% vwx3001 == vwx400",fontsize=16,color="burlywood",shape="box"];2893[label="vwx400/vwx4000 :% vwx4001",fontsize=10,color="white",style="solid",shape="box"];417 -> 2893[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2893 -> 589[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 418[label="primEqInt vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];2894[label="vwx300/Pos vwx3000",fontsize=10,color="white",style="solid",shape="box"];418 -> 2894[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2894 -> 590[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2895[label="vwx300/Neg vwx3000",fontsize=10,color="white",style="solid",shape="box"];418 -> 2895[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2895 -> 591[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 419[label="primEqFloat vwx300 vwx400",fontsize=16,color="burlywood",shape="box"];2896[label="vwx300/Float vwx3000 vwx3001",fontsize=10,color="white",style="solid",shape="box"];419 -> 2896[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2896 -> 592[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 420[label="LT == vwx400",fontsize=16,color="burlywood",shape="box"];2897[label="vwx400/LT",fontsize=10,color="white",style="solid",shape="box"];420 -> 2897[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2897 -> 593[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2898[label="vwx400/EQ",fontsize=10,color="white",style="solid",shape="box"];420 -> 2898[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2898 -> 594[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2899[label="vwx400/GT",fontsize=10,color="white",style="solid",shape="box"];420 -> 2899[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2899 -> 595[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 421[label="EQ == vwx400",fontsize=16,color="burlywood",shape="box"];2900[label="vwx400/LT",fontsize=10,color="white",style="solid",shape="box"];421 -> 2900[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2900 -> 596[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2901[label="vwx400/EQ",fontsize=10,color="white",style="solid",shape="box"];421 -> 2901[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2901 -> 597[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2902[label="vwx400/GT",fontsize=10,color="white",style="solid",shape="box"];421 -> 2902[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2902 -> 598[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 422[label="GT == vwx400",fontsize=16,color="burlywood",shape="box"];2903[label="vwx400/LT",fontsize=10,color="white",style="solid",shape="box"];422 -> 2903[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2903 -> 599[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2904[label="vwx400/EQ",fontsize=10,color="white",style="solid",shape="box"];422 -> 2904[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2904 -> 600[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2905[label="vwx400/GT",fontsize=10,color="white",style="solid",shape="box"];422 -> 2905[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2905 -> 601[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 423[label="Nothing == vwx400",fontsize=16,color="burlywood",shape="box"];2906[label="vwx400/Nothing",fontsize=10,color="white",style="solid",shape="box"];423 -> 2906[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2906 -> 602[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2907[label="vwx400/Just vwx4000",fontsize=10,color="white",style="solid",shape="box"];423 -> 2907[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2907 -> 603[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 424[label="Just vwx3000 == vwx400",fontsize=16,color="burlywood",shape="box"];2908[label="vwx400/Nothing",fontsize=10,color="white",style="solid",shape="box"];424 -> 2908[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2908 -> 604[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2909[label="vwx400/Just vwx4000",fontsize=10,color="white",style="solid",shape="box"];424 -> 2909[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2909 -> 605[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 425[label="Left vwx3000 == vwx400",fontsize=16,color="burlywood",shape="box"];2910[label="vwx400/Left vwx4000",fontsize=10,color="white",style="solid",shape="box"];425 -> 2910[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2910 -> 606[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2911[label="vwx400/Right vwx4000",fontsize=10,color="white",style="solid",shape="box"];425 -> 2911[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2911 -> 607[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 426[label="Right vwx3000 == vwx400",fontsize=16,color="burlywood",shape="box"];2912[label="vwx400/Left vwx4000",fontsize=10,color="white",style="solid",shape="box"];426 -> 2912[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2912 -> 608[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2913[label="vwx400/Right vwx4000",fontsize=10,color="white",style="solid",shape="box"];426 -> 2913[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2913 -> 609[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 427[label="vwx3000 : vwx3001 == vwx400",fontsize=16,color="burlywood",shape="box"];2914[label="vwx400/vwx4000 : vwx4001",fontsize=10,color="white",style="solid",shape="box"];427 -> 2914[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2914 -> 610[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2915[label="vwx400/[]",fontsize=10,color="white",style="solid",shape="box"];427 -> 2915[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2915 -> 611[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 428[label="[] == vwx400",fontsize=16,color="burlywood",shape="box"];2916[label="vwx400/vwx4000 : vwx4001",fontsize=10,color="white",style="solid",shape="box"];428 -> 2916[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2916 -> 612[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2917[label="vwx400/[]",fontsize=10,color="white",style="solid",shape="box"];428 -> 2917[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2917 -> 613[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 429[label="() == vwx400",fontsize=16,color="burlywood",shape="box"];2918[label="vwx400/()",fontsize=10,color="white",style="solid",shape="box"];429 -> 2918[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2918 -> 614[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 430 -> 803[label="",style="dashed", color="red", weight=0]; 21.79/9.71 430[label="compare1 (Just vwx15) (Just vwx16) (Just vwx15 <= Just vwx16)",fontsize=16,color="magenta"];430 -> 804[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 430 -> 805[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 430 -> 806[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 431[label="EQ",fontsize=16,color="green",shape="box"];705 -> 287[label="",style="dashed", color="red", weight=0]; 21.79/9.71 705[label="vwx300 == vwx400",fontsize=16,color="magenta"];705 -> 810[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 705 -> 811[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 706 -> 288[label="",style="dashed", color="red", weight=0]; 21.79/9.71 706[label="vwx300 == vwx400",fontsize=16,color="magenta"];706 -> 812[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 706 -> 813[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 707 -> 289[label="",style="dashed", color="red", weight=0]; 21.79/9.71 707[label="vwx300 == vwx400",fontsize=16,color="magenta"];707 -> 814[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 707 -> 815[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 708 -> 290[label="",style="dashed", color="red", weight=0]; 21.79/9.71 708[label="vwx300 == vwx400",fontsize=16,color="magenta"];708 -> 816[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 708 -> 817[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 709 -> 291[label="",style="dashed", color="red", weight=0]; 21.79/9.71 709[label="vwx300 == vwx400",fontsize=16,color="magenta"];709 -> 818[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 709 -> 819[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 710 -> 292[label="",style="dashed", color="red", weight=0]; 21.79/9.71 710[label="vwx300 == vwx400",fontsize=16,color="magenta"];710 -> 820[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 710 -> 821[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 711 -> 293[label="",style="dashed", color="red", weight=0]; 21.79/9.71 711[label="vwx300 == vwx400",fontsize=16,color="magenta"];711 -> 822[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 711 -> 823[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 712 -> 294[label="",style="dashed", color="red", weight=0]; 21.79/9.71 712[label="vwx300 == vwx400",fontsize=16,color="magenta"];712 -> 824[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 712 -> 825[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 713 -> 295[label="",style="dashed", color="red", weight=0]; 21.79/9.71 713[label="vwx300 == vwx400",fontsize=16,color="magenta"];713 -> 826[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 713 -> 827[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 714 -> 296[label="",style="dashed", color="red", weight=0]; 21.79/9.71 714[label="vwx300 == vwx400",fontsize=16,color="magenta"];714 -> 828[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 714 -> 829[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 715 -> 297[label="",style="dashed", color="red", weight=0]; 21.79/9.71 715[label="vwx300 == vwx400",fontsize=16,color="magenta"];715 -> 830[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 715 -> 831[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 716 -> 298[label="",style="dashed", color="red", weight=0]; 21.79/9.71 716[label="vwx300 == vwx400",fontsize=16,color="magenta"];716 -> 832[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 716 -> 833[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 717 -> 299[label="",style="dashed", color="red", weight=0]; 21.79/9.71 717[label="vwx300 == vwx400",fontsize=16,color="magenta"];717 -> 834[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 717 -> 835[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 718 -> 300[label="",style="dashed", color="red", weight=0]; 21.79/9.71 718[label="vwx300 == vwx400",fontsize=16,color="magenta"];718 -> 836[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 718 -> 837[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 719 -> 287[label="",style="dashed", color="red", weight=0]; 21.79/9.71 719[label="vwx301 == vwx401",fontsize=16,color="magenta"];719 -> 838[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 719 -> 839[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 720 -> 288[label="",style="dashed", color="red", weight=0]; 21.79/9.71 720[label="vwx301 == vwx401",fontsize=16,color="magenta"];720 -> 840[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 720 -> 841[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 721 -> 289[label="",style="dashed", color="red", weight=0]; 21.79/9.71 721[label="vwx301 == vwx401",fontsize=16,color="magenta"];721 -> 842[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 721 -> 843[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 722 -> 290[label="",style="dashed", color="red", weight=0]; 21.79/9.71 722[label="vwx301 == vwx401",fontsize=16,color="magenta"];722 -> 844[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 722 -> 845[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 723 -> 291[label="",style="dashed", color="red", weight=0]; 21.79/9.71 723[label="vwx301 == vwx401",fontsize=16,color="magenta"];723 -> 846[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 723 -> 847[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 724 -> 292[label="",style="dashed", color="red", weight=0]; 21.79/9.71 724[label="vwx301 == vwx401",fontsize=16,color="magenta"];724 -> 848[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 724 -> 849[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 725 -> 293[label="",style="dashed", color="red", weight=0]; 21.79/9.71 725[label="vwx301 == vwx401",fontsize=16,color="magenta"];725 -> 850[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 725 -> 851[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 726 -> 294[label="",style="dashed", color="red", weight=0]; 21.79/9.71 726[label="vwx301 == vwx401",fontsize=16,color="magenta"];726 -> 852[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 726 -> 853[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 727 -> 295[label="",style="dashed", color="red", weight=0]; 21.79/9.71 727[label="vwx301 == vwx401",fontsize=16,color="magenta"];727 -> 854[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 727 -> 855[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 728 -> 296[label="",style="dashed", color="red", weight=0]; 21.79/9.71 728[label="vwx301 == vwx401",fontsize=16,color="magenta"];728 -> 856[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 728 -> 857[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 729 -> 297[label="",style="dashed", color="red", weight=0]; 21.79/9.71 729[label="vwx301 == vwx401",fontsize=16,color="magenta"];729 -> 858[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 729 -> 859[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 730 -> 298[label="",style="dashed", color="red", weight=0]; 21.79/9.71 730[label="vwx301 == vwx401",fontsize=16,color="magenta"];730 -> 860[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 730 -> 861[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 731 -> 299[label="",style="dashed", color="red", weight=0]; 21.79/9.71 731[label="vwx301 == vwx401",fontsize=16,color="magenta"];731 -> 862[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 731 -> 863[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 732 -> 300[label="",style="dashed", color="red", weight=0]; 21.79/9.71 732[label="vwx301 == vwx401",fontsize=16,color="magenta"];732 -> 864[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 732 -> 865[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 733[label="False && vwx82",fontsize=16,color="black",shape="box"];733 -> 866[label="",style="solid", color="black", weight=3]; 21.79/9.71 734[label="True && vwx82",fontsize=16,color="black",shape="box"];734 -> 867[label="",style="solid", color="black", weight=3]; 21.79/9.71 735[label="compare1 (vwx64,vwx65) (vwx66,vwx67) ((vwx64,vwx65) <= (vwx66,vwx67))",fontsize=16,color="black",shape="box"];735 -> 868[label="",style="solid", color="black", weight=3]; 21.79/9.71 736[label="EQ",fontsize=16,color="green",shape="box"];462[label="vwx300",fontsize=16,color="green",shape="box"];463[label="vwx400",fontsize=16,color="green",shape="box"];464[label="vwx300",fontsize=16,color="green",shape="box"];465[label="vwx400",fontsize=16,color="green",shape="box"];466[label="vwx300",fontsize=16,color="green",shape="box"];467[label="vwx400",fontsize=16,color="green",shape="box"];468[label="vwx300",fontsize=16,color="green",shape="box"];469[label="vwx400",fontsize=16,color="green",shape="box"];470[label="vwx300",fontsize=16,color="green",shape="box"];471[label="vwx400",fontsize=16,color="green",shape="box"];472[label="vwx300",fontsize=16,color="green",shape="box"];473[label="vwx400",fontsize=16,color="green",shape="box"];474[label="vwx300",fontsize=16,color="green",shape="box"];475[label="vwx400",fontsize=16,color="green",shape="box"];476[label="vwx300",fontsize=16,color="green",shape="box"];477[label="vwx400",fontsize=16,color="green",shape="box"];478[label="vwx300",fontsize=16,color="green",shape="box"];479[label="vwx400",fontsize=16,color="green",shape="box"];480[label="vwx300",fontsize=16,color="green",shape="box"];481[label="vwx400",fontsize=16,color="green",shape="box"];482[label="vwx300",fontsize=16,color="green",shape="box"];483[label="vwx400",fontsize=16,color="green",shape="box"];484[label="vwx300",fontsize=16,color="green",shape="box"];485[label="vwx400",fontsize=16,color="green",shape="box"];486[label="vwx300",fontsize=16,color="green",shape="box"];487[label="vwx400",fontsize=16,color="green",shape="box"];488[label="vwx300",fontsize=16,color="green",shape="box"];489[label="vwx400",fontsize=16,color="green",shape="box"];490 -> 929[label="",style="dashed", color="red", weight=0]; 21.79/9.71 490[label="compare1 (Left vwx33) (Left vwx34) (Left vwx33 <= Left vwx34)",fontsize=16,color="magenta"];490 -> 930[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 490 -> 931[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 490 -> 932[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 491[label="EQ",fontsize=16,color="green",shape="box"];492[label="LT",fontsize=16,color="green",shape="box"];493[label="compare0 (Right vwx300) (Left vwx400) otherwise",fontsize=16,color="black",shape="box"];493 -> 661[label="",style="solid", color="black", weight=3]; 21.79/9.71 494[label="vwx300",fontsize=16,color="green",shape="box"];495[label="vwx400",fontsize=16,color="green",shape="box"];496[label="vwx300",fontsize=16,color="green",shape="box"];497[label="vwx400",fontsize=16,color="green",shape="box"];498[label="vwx300",fontsize=16,color="green",shape="box"];499[label="vwx400",fontsize=16,color="green",shape="box"];500[label="vwx300",fontsize=16,color="green",shape="box"];501[label="vwx400",fontsize=16,color="green",shape="box"];502[label="vwx300",fontsize=16,color="green",shape="box"];503[label="vwx400",fontsize=16,color="green",shape="box"];504[label="vwx300",fontsize=16,color="green",shape="box"];505[label="vwx400",fontsize=16,color="green",shape="box"];506[label="vwx300",fontsize=16,color="green",shape="box"];507[label="vwx400",fontsize=16,color="green",shape="box"];508[label="vwx300",fontsize=16,color="green",shape="box"];509[label="vwx400",fontsize=16,color="green",shape="box"];510[label="vwx300",fontsize=16,color="green",shape="box"];511[label="vwx400",fontsize=16,color="green",shape="box"];512[label="vwx300",fontsize=16,color="green",shape="box"];513[label="vwx400",fontsize=16,color="green",shape="box"];514[label="vwx300",fontsize=16,color="green",shape="box"];515[label="vwx400",fontsize=16,color="green",shape="box"];516[label="vwx300",fontsize=16,color="green",shape="box"];517[label="vwx400",fontsize=16,color="green",shape="box"];518[label="vwx300",fontsize=16,color="green",shape="box"];519[label="vwx400",fontsize=16,color="green",shape="box"];520[label="vwx300",fontsize=16,color="green",shape="box"];521[label="vwx400",fontsize=16,color="green",shape="box"];522 -> 942[label="",style="dashed", color="red", weight=0]; 21.79/9.71 522[label="compare1 (Right vwx40) (Right vwx41) (Right vwx40 <= Right vwx41)",fontsize=16,color="magenta"];522 -> 943[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 522 -> 944[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 522 -> 945[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 523[label="EQ",fontsize=16,color="green",shape="box"];524[label="Pos vwx3010",fontsize=16,color="green",shape="box"];525[label="vwx400",fontsize=16,color="green",shape="box"];526[label="vwx300",fontsize=16,color="green",shape="box"];527[label="Pos vwx4010",fontsize=16,color="green",shape="box"];528[label="Neg vwx3010",fontsize=16,color="green",shape="box"];529[label="vwx400",fontsize=16,color="green",shape="box"];530[label="vwx300",fontsize=16,color="green",shape="box"];531[label="Pos vwx4010",fontsize=16,color="green",shape="box"];532[label="Pos vwx3010",fontsize=16,color="green",shape="box"];533[label="vwx400",fontsize=16,color="green",shape="box"];534[label="vwx300",fontsize=16,color="green",shape="box"];535[label="Neg vwx4010",fontsize=16,color="green",shape="box"];536[label="Neg vwx3010",fontsize=16,color="green",shape="box"];537[label="vwx400",fontsize=16,color="green",shape="box"];538[label="vwx300",fontsize=16,color="green",shape="box"];539[label="Neg vwx4010",fontsize=16,color="green",shape="box"];737 -> 287[label="",style="dashed", color="red", weight=0]; 21.79/9.71 737[label="vwx300 == vwx400",fontsize=16,color="magenta"];737 -> 869[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 737 -> 870[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 738 -> 288[label="",style="dashed", color="red", weight=0]; 21.79/9.71 738[label="vwx300 == vwx400",fontsize=16,color="magenta"];738 -> 871[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 738 -> 872[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 739 -> 289[label="",style="dashed", color="red", weight=0]; 21.79/9.71 739[label="vwx300 == vwx400",fontsize=16,color="magenta"];739 -> 873[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 739 -> 874[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 740 -> 290[label="",style="dashed", color="red", weight=0]; 21.79/9.71 740[label="vwx300 == vwx400",fontsize=16,color="magenta"];740 -> 875[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 740 -> 876[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 741 -> 291[label="",style="dashed", color="red", weight=0]; 21.79/9.71 741[label="vwx300 == vwx400",fontsize=16,color="magenta"];741 -> 877[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 741 -> 878[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 742 -> 292[label="",style="dashed", color="red", weight=0]; 21.79/9.71 742[label="vwx300 == vwx400",fontsize=16,color="magenta"];742 -> 879[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 742 -> 880[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 743 -> 293[label="",style="dashed", color="red", weight=0]; 21.79/9.71 743[label="vwx300 == vwx400",fontsize=16,color="magenta"];743 -> 881[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 743 -> 882[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 744 -> 294[label="",style="dashed", color="red", weight=0]; 21.79/9.71 744[label="vwx300 == vwx400",fontsize=16,color="magenta"];744 -> 883[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 744 -> 884[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 745 -> 295[label="",style="dashed", color="red", weight=0]; 21.79/9.71 745[label="vwx300 == vwx400",fontsize=16,color="magenta"];745 -> 885[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 745 -> 886[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 746 -> 296[label="",style="dashed", color="red", weight=0]; 21.79/9.71 746[label="vwx300 == vwx400",fontsize=16,color="magenta"];746 -> 887[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 746 -> 888[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 747 -> 297[label="",style="dashed", color="red", weight=0]; 21.79/9.71 747[label="vwx300 == vwx400",fontsize=16,color="magenta"];747 -> 889[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 747 -> 890[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 748 -> 298[label="",style="dashed", color="red", weight=0]; 21.79/9.71 748[label="vwx300 == vwx400",fontsize=16,color="magenta"];748 -> 891[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 748 -> 892[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 749 -> 299[label="",style="dashed", color="red", weight=0]; 21.79/9.71 749[label="vwx300 == vwx400",fontsize=16,color="magenta"];749 -> 893[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 749 -> 894[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 750 -> 300[label="",style="dashed", color="red", weight=0]; 21.79/9.71 750[label="vwx300 == vwx400",fontsize=16,color="magenta"];750 -> 895[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 750 -> 896[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 751[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];2919[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];751 -> 2919[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2919 -> 897[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2920[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];751 -> 2920[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2920 -> 898[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2921[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];751 -> 2921[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2921 -> 899[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2922[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];751 -> 2922[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2922 -> 900[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2923[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];751 -> 2923[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2923 -> 901[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2924[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];751 -> 2924[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2924 -> 902[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2925[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];751 -> 2925[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2925 -> 903[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2926[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];751 -> 2926[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2926 -> 904[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2927[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];751 -> 2927[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2927 -> 905[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2928[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];751 -> 2928[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2928 -> 906[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2929[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];751 -> 2929[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2929 -> 907[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2930[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];751 -> 2930[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2930 -> 908[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2931[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];751 -> 2931[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2931 -> 909[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2932[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];751 -> 2932[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2932 -> 910[label="",style="solid", color="blue", weight=3]; 21.79/9.71 752[label="vwx302 == vwx402",fontsize=16,color="blue",shape="box"];2933[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];752 -> 2933[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2933 -> 911[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2934[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];752 -> 2934[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2934 -> 912[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2935[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];752 -> 2935[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2935 -> 913[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2936[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];752 -> 2936[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2936 -> 914[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2937[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];752 -> 2937[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2937 -> 915[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2938[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];752 -> 2938[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2938 -> 916[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2939[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];752 -> 2939[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2939 -> 917[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2940[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];752 -> 2940[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2940 -> 918[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2941[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];752 -> 2941[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2941 -> 919[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2942[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];752 -> 2942[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2942 -> 920[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2943[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];752 -> 2943[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2943 -> 921[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2944[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];752 -> 2944[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2944 -> 922[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2945[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];752 -> 2945[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2945 -> 923[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2946[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];752 -> 2946[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2946 -> 924[label="",style="solid", color="blue", weight=3]; 21.79/9.71 753[label="compare1 (vwx51,vwx52,vwx53) (vwx54,vwx55,vwx56) ((vwx51,vwx52,vwx53) <= (vwx54,vwx55,vwx56))",fontsize=16,color="black",shape="box"];753 -> 925[label="",style="solid", color="black", weight=3]; 21.79/9.71 754[label="EQ",fontsize=16,color="green",shape="box"];570[label="compare0 EQ LT True",fontsize=16,color="black",shape="box"];570 -> 755[label="",style="solid", color="black", weight=3]; 21.79/9.71 571[label="compare0 GT LT True",fontsize=16,color="black",shape="box"];571 -> 756[label="",style="solid", color="black", weight=3]; 21.79/9.71 572[label="compare0 GT EQ True",fontsize=16,color="black",shape="box"];572 -> 757[label="",style="solid", color="black", weight=3]; 21.79/9.71 573[label="compare0 True False True",fontsize=16,color="black",shape="box"];573 -> 758[label="",style="solid", color="black", weight=3]; 21.79/9.71 574[label="Pos (primMulNat vwx4000 vwx3010)",fontsize=16,color="green",shape="box"];574 -> 759[label="",style="dashed", color="green", weight=3]; 21.79/9.71 575[label="Neg (primMulNat vwx4000 vwx3010)",fontsize=16,color="green",shape="box"];575 -> 760[label="",style="dashed", color="green", weight=3]; 21.79/9.71 576[label="Neg (primMulNat vwx4000 vwx3010)",fontsize=16,color="green",shape="box"];576 -> 761[label="",style="dashed", color="green", weight=3]; 21.79/9.71 577[label="Pos (primMulNat vwx4000 vwx3010)",fontsize=16,color="green",shape="box"];577 -> 762[label="",style="dashed", color="green", weight=3]; 21.79/9.71 578 -> 217[label="",style="dashed", color="red", weight=0]; 21.79/9.71 578[label="primMulInt vwx4000 vwx3010",fontsize=16,color="magenta"];578 -> 763[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 578 -> 764[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 579[label="compare0 (Just vwx300) Nothing True",fontsize=16,color="black",shape="box"];579 -> 765[label="",style="solid", color="black", weight=3]; 21.79/9.71 580[label="(vwx3000,vwx3001,vwx3002) == (vwx4000,vwx4001,vwx4002)",fontsize=16,color="black",shape="box"];580 -> 766[label="",style="solid", color="black", weight=3]; 21.79/9.71 581[label="primEqChar (Char vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];2947[label="vwx400/Char vwx4000",fontsize=10,color="white",style="solid",shape="box"];581 -> 2947[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2947 -> 767[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 582[label="(vwx3000,vwx3001) == (vwx4000,vwx4001)",fontsize=16,color="black",shape="box"];582 -> 768[label="",style="solid", color="black", weight=3]; 21.79/9.71 583[label="primEqDouble (Double vwx3000 vwx3001) vwx400",fontsize=16,color="burlywood",shape="box"];2948[label="vwx400/Double vwx4000 vwx4001",fontsize=10,color="white",style="solid",shape="box"];583 -> 2948[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2948 -> 769[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 584[label="Integer vwx3000 == Integer vwx4000",fontsize=16,color="black",shape="box"];584 -> 770[label="",style="solid", color="black", weight=3]; 21.79/9.71 585[label="False == False",fontsize=16,color="black",shape="box"];585 -> 771[label="",style="solid", color="black", weight=3]; 21.79/9.71 586[label="False == True",fontsize=16,color="black",shape="box"];586 -> 772[label="",style="solid", color="black", weight=3]; 21.79/9.71 587[label="True == False",fontsize=16,color="black",shape="box"];587 -> 773[label="",style="solid", color="black", weight=3]; 21.79/9.71 588[label="True == True",fontsize=16,color="black",shape="box"];588 -> 774[label="",style="solid", color="black", weight=3]; 21.79/9.71 589[label="vwx3000 :% vwx3001 == vwx4000 :% vwx4001",fontsize=16,color="black",shape="box"];589 -> 775[label="",style="solid", color="black", weight=3]; 21.79/9.71 590[label="primEqInt (Pos vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];2949[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];590 -> 2949[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2949 -> 776[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2950[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];590 -> 2950[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2950 -> 777[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 591[label="primEqInt (Neg vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];2951[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];591 -> 2951[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2951 -> 778[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2952[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];591 -> 2952[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2952 -> 779[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 592[label="primEqFloat (Float vwx3000 vwx3001) vwx400",fontsize=16,color="burlywood",shape="box"];2953[label="vwx400/Float vwx4000 vwx4001",fontsize=10,color="white",style="solid",shape="box"];592 -> 2953[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2953 -> 780[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 593[label="LT == LT",fontsize=16,color="black",shape="box"];593 -> 781[label="",style="solid", color="black", weight=3]; 21.79/9.71 594[label="LT == EQ",fontsize=16,color="black",shape="box"];594 -> 782[label="",style="solid", color="black", weight=3]; 21.79/9.71 595[label="LT == GT",fontsize=16,color="black",shape="box"];595 -> 783[label="",style="solid", color="black", weight=3]; 21.79/9.71 596[label="EQ == LT",fontsize=16,color="black",shape="box"];596 -> 784[label="",style="solid", color="black", weight=3]; 21.79/9.71 597[label="EQ == EQ",fontsize=16,color="black",shape="box"];597 -> 785[label="",style="solid", color="black", weight=3]; 21.79/9.71 598[label="EQ == GT",fontsize=16,color="black",shape="box"];598 -> 786[label="",style="solid", color="black", weight=3]; 21.79/9.71 599[label="GT == LT",fontsize=16,color="black",shape="box"];599 -> 787[label="",style="solid", color="black", weight=3]; 21.79/9.71 600[label="GT == EQ",fontsize=16,color="black",shape="box"];600 -> 788[label="",style="solid", color="black", weight=3]; 21.79/9.71 601[label="GT == GT",fontsize=16,color="black",shape="box"];601 -> 789[label="",style="solid", color="black", weight=3]; 21.79/9.71 602[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];602 -> 790[label="",style="solid", color="black", weight=3]; 21.79/9.71 603[label="Nothing == Just vwx4000",fontsize=16,color="black",shape="box"];603 -> 791[label="",style="solid", color="black", weight=3]; 21.79/9.71 604[label="Just vwx3000 == Nothing",fontsize=16,color="black",shape="box"];604 -> 792[label="",style="solid", color="black", weight=3]; 21.79/9.71 605[label="Just vwx3000 == Just vwx4000",fontsize=16,color="black",shape="box"];605 -> 793[label="",style="solid", color="black", weight=3]; 21.79/9.71 606[label="Left vwx3000 == Left vwx4000",fontsize=16,color="black",shape="box"];606 -> 794[label="",style="solid", color="black", weight=3]; 21.79/9.71 607[label="Left vwx3000 == Right vwx4000",fontsize=16,color="black",shape="box"];607 -> 795[label="",style="solid", color="black", weight=3]; 21.79/9.71 608[label="Right vwx3000 == Left vwx4000",fontsize=16,color="black",shape="box"];608 -> 796[label="",style="solid", color="black", weight=3]; 21.79/9.71 609[label="Right vwx3000 == Right vwx4000",fontsize=16,color="black",shape="box"];609 -> 797[label="",style="solid", color="black", weight=3]; 21.79/9.71 610[label="vwx3000 : vwx3001 == vwx4000 : vwx4001",fontsize=16,color="black",shape="box"];610 -> 798[label="",style="solid", color="black", weight=3]; 21.79/9.71 611[label="vwx3000 : vwx3001 == []",fontsize=16,color="black",shape="box"];611 -> 799[label="",style="solid", color="black", weight=3]; 21.79/9.71 612[label="[] == vwx4000 : vwx4001",fontsize=16,color="black",shape="box"];612 -> 800[label="",style="solid", color="black", weight=3]; 21.79/9.71 613[label="[] == []",fontsize=16,color="black",shape="box"];613 -> 801[label="",style="solid", color="black", weight=3]; 21.79/9.71 614[label="() == ()",fontsize=16,color="black",shape="box"];614 -> 802[label="",style="solid", color="black", weight=3]; 21.79/9.71 804[label="vwx15",fontsize=16,color="green",shape="box"];805[label="Just vwx15 <= Just vwx16",fontsize=16,color="black",shape="box"];805 -> 926[label="",style="solid", color="black", weight=3]; 21.79/9.71 806[label="vwx16",fontsize=16,color="green",shape="box"];803[label="compare1 (Just vwx87) (Just vwx88) vwx89",fontsize=16,color="burlywood",shape="triangle"];2954[label="vwx89/False",fontsize=10,color="white",style="solid",shape="box"];803 -> 2954[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2954 -> 927[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2955[label="vwx89/True",fontsize=10,color="white",style="solid",shape="box"];803 -> 2955[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2955 -> 928[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 810[label="vwx300",fontsize=16,color="green",shape="box"];811[label="vwx400",fontsize=16,color="green",shape="box"];812[label="vwx300",fontsize=16,color="green",shape="box"];813[label="vwx400",fontsize=16,color="green",shape="box"];814[label="vwx300",fontsize=16,color="green",shape="box"];815[label="vwx400",fontsize=16,color="green",shape="box"];816[label="vwx300",fontsize=16,color="green",shape="box"];817[label="vwx400",fontsize=16,color="green",shape="box"];818[label="vwx300",fontsize=16,color="green",shape="box"];819[label="vwx400",fontsize=16,color="green",shape="box"];820[label="vwx300",fontsize=16,color="green",shape="box"];821[label="vwx400",fontsize=16,color="green",shape="box"];822[label="vwx300",fontsize=16,color="green",shape="box"];823[label="vwx400",fontsize=16,color="green",shape="box"];824[label="vwx300",fontsize=16,color="green",shape="box"];825[label="vwx400",fontsize=16,color="green",shape="box"];826[label="vwx300",fontsize=16,color="green",shape="box"];827[label="vwx400",fontsize=16,color="green",shape="box"];828[label="vwx300",fontsize=16,color="green",shape="box"];829[label="vwx400",fontsize=16,color="green",shape="box"];830[label="vwx300",fontsize=16,color="green",shape="box"];831[label="vwx400",fontsize=16,color="green",shape="box"];832[label="vwx300",fontsize=16,color="green",shape="box"];833[label="vwx400",fontsize=16,color="green",shape="box"];834[label="vwx300",fontsize=16,color="green",shape="box"];835[label="vwx400",fontsize=16,color="green",shape="box"];836[label="vwx300",fontsize=16,color="green",shape="box"];837[label="vwx400",fontsize=16,color="green",shape="box"];838[label="vwx301",fontsize=16,color="green",shape="box"];839[label="vwx401",fontsize=16,color="green",shape="box"];840[label="vwx301",fontsize=16,color="green",shape="box"];841[label="vwx401",fontsize=16,color="green",shape="box"];842[label="vwx301",fontsize=16,color="green",shape="box"];843[label="vwx401",fontsize=16,color="green",shape="box"];844[label="vwx301",fontsize=16,color="green",shape="box"];845[label="vwx401",fontsize=16,color="green",shape="box"];846[label="vwx301",fontsize=16,color="green",shape="box"];847[label="vwx401",fontsize=16,color="green",shape="box"];848[label="vwx301",fontsize=16,color="green",shape="box"];849[label="vwx401",fontsize=16,color="green",shape="box"];850[label="vwx301",fontsize=16,color="green",shape="box"];851[label="vwx401",fontsize=16,color="green",shape="box"];852[label="vwx301",fontsize=16,color="green",shape="box"];853[label="vwx401",fontsize=16,color="green",shape="box"];854[label="vwx301",fontsize=16,color="green",shape="box"];855[label="vwx401",fontsize=16,color="green",shape="box"];856[label="vwx301",fontsize=16,color="green",shape="box"];857[label="vwx401",fontsize=16,color="green",shape="box"];858[label="vwx301",fontsize=16,color="green",shape="box"];859[label="vwx401",fontsize=16,color="green",shape="box"];860[label="vwx301",fontsize=16,color="green",shape="box"];861[label="vwx401",fontsize=16,color="green",shape="box"];862[label="vwx301",fontsize=16,color="green",shape="box"];863[label="vwx401",fontsize=16,color="green",shape="box"];864[label="vwx301",fontsize=16,color="green",shape="box"];865[label="vwx401",fontsize=16,color="green",shape="box"];866[label="False",fontsize=16,color="green",shape="box"];867[label="vwx82",fontsize=16,color="green",shape="box"];868 -> 1097[label="",style="dashed", color="red", weight=0]; 21.79/9.71 868[label="compare1 (vwx64,vwx65) (vwx66,vwx67) (vwx64 < vwx66 || vwx64 == vwx66 && vwx65 <= vwx67)",fontsize=16,color="magenta"];868 -> 1098[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 868 -> 1099[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 868 -> 1100[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 868 -> 1101[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 868 -> 1102[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 868 -> 1103[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 930[label="Left vwx33 <= Left vwx34",fontsize=16,color="black",shape="box"];930 -> 938[label="",style="solid", color="black", weight=3]; 21.79/9.71 931[label="vwx34",fontsize=16,color="green",shape="box"];932[label="vwx33",fontsize=16,color="green",shape="box"];929[label="compare1 (Left vwx94) (Left vwx95) vwx96",fontsize=16,color="burlywood",shape="triangle"];2956[label="vwx96/False",fontsize=10,color="white",style="solid",shape="box"];929 -> 2956[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2956 -> 939[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2957[label="vwx96/True",fontsize=10,color="white",style="solid",shape="box"];929 -> 2957[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2957 -> 940[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 661[label="compare0 (Right vwx300) (Left vwx400) True",fontsize=16,color="black",shape="box"];661 -> 941[label="",style="solid", color="black", weight=3]; 21.79/9.71 943[label="vwx41",fontsize=16,color="green",shape="box"];944[label="vwx40",fontsize=16,color="green",shape="box"];945[label="Right vwx40 <= Right vwx41",fontsize=16,color="black",shape="box"];945 -> 949[label="",style="solid", color="black", weight=3]; 21.79/9.71 942[label="compare1 (Right vwx102) (Right vwx103) vwx104",fontsize=16,color="burlywood",shape="triangle"];2958[label="vwx104/False",fontsize=10,color="white",style="solid",shape="box"];942 -> 2958[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2958 -> 950[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2959[label="vwx104/True",fontsize=10,color="white",style="solid",shape="box"];942 -> 2959[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2959 -> 951[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 869[label="vwx300",fontsize=16,color="green",shape="box"];870[label="vwx400",fontsize=16,color="green",shape="box"];871[label="vwx300",fontsize=16,color="green",shape="box"];872[label="vwx400",fontsize=16,color="green",shape="box"];873[label="vwx300",fontsize=16,color="green",shape="box"];874[label="vwx400",fontsize=16,color="green",shape="box"];875[label="vwx300",fontsize=16,color="green",shape="box"];876[label="vwx400",fontsize=16,color="green",shape="box"];877[label="vwx300",fontsize=16,color="green",shape="box"];878[label="vwx400",fontsize=16,color="green",shape="box"];879[label="vwx300",fontsize=16,color="green",shape="box"];880[label="vwx400",fontsize=16,color="green",shape="box"];881[label="vwx300",fontsize=16,color="green",shape="box"];882[label="vwx400",fontsize=16,color="green",shape="box"];883[label="vwx300",fontsize=16,color="green",shape="box"];884[label="vwx400",fontsize=16,color="green",shape="box"];885[label="vwx300",fontsize=16,color="green",shape="box"];886[label="vwx400",fontsize=16,color="green",shape="box"];887[label="vwx300",fontsize=16,color="green",shape="box"];888[label="vwx400",fontsize=16,color="green",shape="box"];889[label="vwx300",fontsize=16,color="green",shape="box"];890[label="vwx400",fontsize=16,color="green",shape="box"];891[label="vwx300",fontsize=16,color="green",shape="box"];892[label="vwx400",fontsize=16,color="green",shape="box"];893[label="vwx300",fontsize=16,color="green",shape="box"];894[label="vwx400",fontsize=16,color="green",shape="box"];895[label="vwx300",fontsize=16,color="green",shape="box"];896[label="vwx400",fontsize=16,color="green",shape="box"];897 -> 287[label="",style="dashed", color="red", weight=0]; 21.79/9.71 897[label="vwx301 == vwx401",fontsize=16,color="magenta"];897 -> 952[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 897 -> 953[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 898 -> 288[label="",style="dashed", color="red", weight=0]; 21.79/9.71 898[label="vwx301 == vwx401",fontsize=16,color="magenta"];898 -> 954[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 898 -> 955[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 899 -> 289[label="",style="dashed", color="red", weight=0]; 21.79/9.71 899[label="vwx301 == vwx401",fontsize=16,color="magenta"];899 -> 956[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 899 -> 957[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 900 -> 290[label="",style="dashed", color="red", weight=0]; 21.79/9.71 900[label="vwx301 == vwx401",fontsize=16,color="magenta"];900 -> 958[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 900 -> 959[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 901 -> 291[label="",style="dashed", color="red", weight=0]; 21.79/9.71 901[label="vwx301 == vwx401",fontsize=16,color="magenta"];901 -> 960[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 901 -> 961[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 902 -> 292[label="",style="dashed", color="red", weight=0]; 21.79/9.71 902[label="vwx301 == vwx401",fontsize=16,color="magenta"];902 -> 962[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 902 -> 963[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 903 -> 293[label="",style="dashed", color="red", weight=0]; 21.79/9.71 903[label="vwx301 == vwx401",fontsize=16,color="magenta"];903 -> 964[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 903 -> 965[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 904 -> 294[label="",style="dashed", color="red", weight=0]; 21.79/9.71 904[label="vwx301 == vwx401",fontsize=16,color="magenta"];904 -> 966[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 904 -> 967[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 905 -> 295[label="",style="dashed", color="red", weight=0]; 21.79/9.71 905[label="vwx301 == vwx401",fontsize=16,color="magenta"];905 -> 968[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 905 -> 969[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 906 -> 296[label="",style="dashed", color="red", weight=0]; 21.79/9.71 906[label="vwx301 == vwx401",fontsize=16,color="magenta"];906 -> 970[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 906 -> 971[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 907 -> 297[label="",style="dashed", color="red", weight=0]; 21.79/9.71 907[label="vwx301 == vwx401",fontsize=16,color="magenta"];907 -> 972[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 907 -> 973[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 908 -> 298[label="",style="dashed", color="red", weight=0]; 21.79/9.71 908[label="vwx301 == vwx401",fontsize=16,color="magenta"];908 -> 974[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 908 -> 975[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 909 -> 299[label="",style="dashed", color="red", weight=0]; 21.79/9.71 909[label="vwx301 == vwx401",fontsize=16,color="magenta"];909 -> 976[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 909 -> 977[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 910 -> 300[label="",style="dashed", color="red", weight=0]; 21.79/9.71 910[label="vwx301 == vwx401",fontsize=16,color="magenta"];910 -> 978[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 910 -> 979[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 911 -> 287[label="",style="dashed", color="red", weight=0]; 21.79/9.71 911[label="vwx302 == vwx402",fontsize=16,color="magenta"];911 -> 980[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 911 -> 981[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 912 -> 288[label="",style="dashed", color="red", weight=0]; 21.79/9.71 912[label="vwx302 == vwx402",fontsize=16,color="magenta"];912 -> 982[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 912 -> 983[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 913 -> 289[label="",style="dashed", color="red", weight=0]; 21.79/9.71 913[label="vwx302 == vwx402",fontsize=16,color="magenta"];913 -> 984[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 913 -> 985[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 914 -> 290[label="",style="dashed", color="red", weight=0]; 21.79/9.71 914[label="vwx302 == vwx402",fontsize=16,color="magenta"];914 -> 986[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 914 -> 987[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 915 -> 291[label="",style="dashed", color="red", weight=0]; 21.79/9.71 915[label="vwx302 == vwx402",fontsize=16,color="magenta"];915 -> 988[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 915 -> 989[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 916 -> 292[label="",style="dashed", color="red", weight=0]; 21.79/9.71 916[label="vwx302 == vwx402",fontsize=16,color="magenta"];916 -> 990[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 916 -> 991[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 917 -> 293[label="",style="dashed", color="red", weight=0]; 21.79/9.71 917[label="vwx302 == vwx402",fontsize=16,color="magenta"];917 -> 992[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 917 -> 993[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 918 -> 294[label="",style="dashed", color="red", weight=0]; 21.79/9.71 918[label="vwx302 == vwx402",fontsize=16,color="magenta"];918 -> 994[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 918 -> 995[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 919 -> 295[label="",style="dashed", color="red", weight=0]; 21.79/9.71 919[label="vwx302 == vwx402",fontsize=16,color="magenta"];919 -> 996[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 919 -> 997[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 920 -> 296[label="",style="dashed", color="red", weight=0]; 21.79/9.71 920[label="vwx302 == vwx402",fontsize=16,color="magenta"];920 -> 998[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 920 -> 999[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 921 -> 297[label="",style="dashed", color="red", weight=0]; 21.79/9.71 921[label="vwx302 == vwx402",fontsize=16,color="magenta"];921 -> 1000[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 921 -> 1001[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 922 -> 298[label="",style="dashed", color="red", weight=0]; 21.79/9.71 922[label="vwx302 == vwx402",fontsize=16,color="magenta"];922 -> 1002[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 922 -> 1003[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 923 -> 299[label="",style="dashed", color="red", weight=0]; 21.79/9.71 923[label="vwx302 == vwx402",fontsize=16,color="magenta"];923 -> 1004[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 923 -> 1005[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 924 -> 300[label="",style="dashed", color="red", weight=0]; 21.79/9.71 924[label="vwx302 == vwx402",fontsize=16,color="magenta"];924 -> 1006[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 924 -> 1007[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 925 -> 1162[label="",style="dashed", color="red", weight=0]; 21.79/9.71 925[label="compare1 (vwx51,vwx52,vwx53) (vwx54,vwx55,vwx56) (vwx51 < vwx54 || vwx51 == vwx54 && (vwx52 < vwx55 || vwx52 == vwx55 && vwx53 <= vwx56))",fontsize=16,color="magenta"];925 -> 1163[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 925 -> 1164[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 925 -> 1165[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 925 -> 1166[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 925 -> 1167[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 925 -> 1168[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 925 -> 1169[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 925 -> 1170[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 755[label="GT",fontsize=16,color="green",shape="box"];756[label="GT",fontsize=16,color="green",shape="box"];757[label="GT",fontsize=16,color="green",shape="box"];758[label="GT",fontsize=16,color="green",shape="box"];759[label="primMulNat vwx4000 vwx3010",fontsize=16,color="burlywood",shape="triangle"];2960[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];759 -> 2960[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2960 -> 1010[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2961[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];759 -> 2961[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2961 -> 1011[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 760 -> 759[label="",style="dashed", color="red", weight=0]; 21.79/9.71 760[label="primMulNat vwx4000 vwx3010",fontsize=16,color="magenta"];760 -> 1012[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 761 -> 759[label="",style="dashed", color="red", weight=0]; 21.79/9.71 761[label="primMulNat vwx4000 vwx3010",fontsize=16,color="magenta"];761 -> 1013[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 762 -> 759[label="",style="dashed", color="red", weight=0]; 21.79/9.71 762[label="primMulNat vwx4000 vwx3010",fontsize=16,color="magenta"];762 -> 1014[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 762 -> 1015[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 763[label="vwx4000",fontsize=16,color="green",shape="box"];764[label="vwx3010",fontsize=16,color="green",shape="box"];765[label="GT",fontsize=16,color="green",shape="box"];766 -> 696[label="",style="dashed", color="red", weight=0]; 21.79/9.71 766[label="vwx3000 == vwx4000 && vwx3001 == vwx4001 && vwx3002 == vwx4002",fontsize=16,color="magenta"];766 -> 1016[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 766 -> 1017[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 767[label="primEqChar (Char vwx3000) (Char vwx4000)",fontsize=16,color="black",shape="box"];767 -> 1018[label="",style="solid", color="black", weight=3]; 21.79/9.71 768 -> 696[label="",style="dashed", color="red", weight=0]; 21.79/9.71 768[label="vwx3000 == vwx4000 && vwx3001 == vwx4001",fontsize=16,color="magenta"];768 -> 1019[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 768 -> 1020[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 769[label="primEqDouble (Double vwx3000 vwx3001) (Double vwx4000 vwx4001)",fontsize=16,color="black",shape="box"];769 -> 1021[label="",style="solid", color="black", weight=3]; 21.79/9.71 770 -> 418[label="",style="dashed", color="red", weight=0]; 21.79/9.71 770[label="primEqInt vwx3000 vwx4000",fontsize=16,color="magenta"];770 -> 1022[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 770 -> 1023[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 771[label="True",fontsize=16,color="green",shape="box"];772[label="False",fontsize=16,color="green",shape="box"];773[label="False",fontsize=16,color="green",shape="box"];774[label="True",fontsize=16,color="green",shape="box"];775 -> 696[label="",style="dashed", color="red", weight=0]; 21.79/9.71 775[label="vwx3000 == vwx4000 && vwx3001 == vwx4001",fontsize=16,color="magenta"];775 -> 1024[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 775 -> 1025[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 776[label="primEqInt (Pos (Succ vwx30000)) vwx400",fontsize=16,color="burlywood",shape="box"];2962[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];776 -> 2962[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2962 -> 1026[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2963[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];776 -> 2963[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2963 -> 1027[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 777[label="primEqInt (Pos Zero) vwx400",fontsize=16,color="burlywood",shape="box"];2964[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];777 -> 2964[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2964 -> 1028[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2965[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];777 -> 2965[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2965 -> 1029[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 778[label="primEqInt (Neg (Succ vwx30000)) vwx400",fontsize=16,color="burlywood",shape="box"];2966[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];778 -> 2966[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2966 -> 1030[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2967[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];778 -> 2967[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2967 -> 1031[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 779[label="primEqInt (Neg Zero) vwx400",fontsize=16,color="burlywood",shape="box"];2968[label="vwx400/Pos vwx4000",fontsize=10,color="white",style="solid",shape="box"];779 -> 2968[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2968 -> 1032[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 2969[label="vwx400/Neg vwx4000",fontsize=10,color="white",style="solid",shape="box"];779 -> 2969[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 2969 -> 1033[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 780[label="primEqFloat (Float vwx3000 vwx3001) (Float vwx4000 vwx4001)",fontsize=16,color="black",shape="box"];780 -> 1034[label="",style="solid", color="black", weight=3]; 21.79/9.71 781[label="True",fontsize=16,color="green",shape="box"];782[label="False",fontsize=16,color="green",shape="box"];783[label="False",fontsize=16,color="green",shape="box"];784[label="False",fontsize=16,color="green",shape="box"];785[label="True",fontsize=16,color="green",shape="box"];786[label="False",fontsize=16,color="green",shape="box"];787[label="False",fontsize=16,color="green",shape="box"];788[label="False",fontsize=16,color="green",shape="box"];789[label="True",fontsize=16,color="green",shape="box"];790[label="True",fontsize=16,color="green",shape="box"];791[label="False",fontsize=16,color="green",shape="box"];792[label="False",fontsize=16,color="green",shape="box"];793[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];2970[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];793 -> 2970[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2970 -> 1035[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2971[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];793 -> 2971[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2971 -> 1036[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2972[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];793 -> 2972[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2972 -> 1037[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2973[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];793 -> 2973[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2973 -> 1038[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2974[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];793 -> 2974[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2974 -> 1039[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2975[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];793 -> 2975[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2975 -> 1040[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2976[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];793 -> 2976[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2976 -> 1041[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2977[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];793 -> 2977[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2977 -> 1042[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2978[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];793 -> 2978[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2978 -> 1043[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2979[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];793 -> 2979[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2979 -> 1044[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2980[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];793 -> 2980[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2980 -> 1045[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2981[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];793 -> 2981[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2981 -> 1046[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2982[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];793 -> 2982[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2982 -> 1047[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2983[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];793 -> 2983[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2983 -> 1048[label="",style="solid", color="blue", weight=3]; 21.79/9.71 794[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];2984[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];794 -> 2984[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2984 -> 1049[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2985[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];794 -> 2985[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2985 -> 1050[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2986[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];794 -> 2986[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2986 -> 1051[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2987[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];794 -> 2987[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2987 -> 1052[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2988[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];794 -> 2988[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2988 -> 1053[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2989[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];794 -> 2989[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2989 -> 1054[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2990[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];794 -> 2990[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2990 -> 1055[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2991[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];794 -> 2991[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2991 -> 1056[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2992[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];794 -> 2992[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2992 -> 1057[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2993[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];794 -> 2993[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2993 -> 1058[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2994[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];794 -> 2994[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2994 -> 1059[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2995[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];794 -> 2995[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2995 -> 1060[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2996[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];794 -> 2996[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2996 -> 1061[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2997[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];794 -> 2997[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2997 -> 1062[label="",style="solid", color="blue", weight=3]; 21.79/9.71 795[label="False",fontsize=16,color="green",shape="box"];796[label="False",fontsize=16,color="green",shape="box"];797[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];2998[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];797 -> 2998[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2998 -> 1063[label="",style="solid", color="blue", weight=3]; 21.79/9.71 2999[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];797 -> 2999[label="",style="solid", color="blue", weight=9]; 21.79/9.71 2999 -> 1064[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3000[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];797 -> 3000[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3000 -> 1065[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3001[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];797 -> 3001[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3001 -> 1066[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3002[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];797 -> 3002[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3002 -> 1067[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3003[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];797 -> 3003[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3003 -> 1068[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3004[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];797 -> 3004[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3004 -> 1069[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3005[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];797 -> 3005[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3005 -> 1070[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3006[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];797 -> 3006[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3006 -> 1071[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3007[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];797 -> 3007[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3007 -> 1072[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3008[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];797 -> 3008[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3008 -> 1073[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3009[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];797 -> 3009[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3009 -> 1074[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3010[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];797 -> 3010[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3010 -> 1075[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3011[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];797 -> 3011[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3011 -> 1076[label="",style="solid", color="blue", weight=3]; 21.79/9.71 798 -> 696[label="",style="dashed", color="red", weight=0]; 21.79/9.71 798[label="vwx3000 == vwx4000 && vwx3001 == vwx4001",fontsize=16,color="magenta"];798 -> 1077[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 798 -> 1078[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 799[label="False",fontsize=16,color="green",shape="box"];800[label="False",fontsize=16,color="green",shape="box"];801[label="True",fontsize=16,color="green",shape="box"];802[label="True",fontsize=16,color="green",shape="box"];926[label="vwx15 <= vwx16",fontsize=16,color="blue",shape="box"];3012[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];926 -> 3012[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3012 -> 1079[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3013[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];926 -> 3013[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3013 -> 1080[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3014[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];926 -> 3014[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3014 -> 1081[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3015[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];926 -> 3015[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3015 -> 1082[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3016[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];926 -> 3016[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3016 -> 1083[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3017[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];926 -> 3017[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3017 -> 1084[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3018[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];926 -> 3018[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3018 -> 1085[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3019[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];926 -> 3019[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3019 -> 1086[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3020[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];926 -> 3020[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3020 -> 1087[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3021[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];926 -> 3021[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3021 -> 1088[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3022[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];926 -> 3022[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3022 -> 1089[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3023[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];926 -> 3023[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3023 -> 1090[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3024[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];926 -> 3024[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3024 -> 1091[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3025[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];926 -> 3025[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3025 -> 1092[label="",style="solid", color="blue", weight=3]; 21.79/9.71 927[label="compare1 (Just vwx87) (Just vwx88) False",fontsize=16,color="black",shape="box"];927 -> 1093[label="",style="solid", color="black", weight=3]; 21.79/9.71 928[label="compare1 (Just vwx87) (Just vwx88) True",fontsize=16,color="black",shape="box"];928 -> 1094[label="",style="solid", color="black", weight=3]; 21.79/9.71 1098 -> 696[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1098[label="vwx64 == vwx66 && vwx65 <= vwx67",fontsize=16,color="magenta"];1098 -> 1110[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1098 -> 1111[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1099[label="vwx67",fontsize=16,color="green",shape="box"];1100[label="vwx65",fontsize=16,color="green",shape="box"];1101[label="vwx66",fontsize=16,color="green",shape="box"];1102[label="vwx64",fontsize=16,color="green",shape="box"];1103[label="vwx64 < vwx66",fontsize=16,color="blue",shape="box"];3026[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1103 -> 3026[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3026 -> 1112[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3027[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1103 -> 3027[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3027 -> 1113[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3028[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1103 -> 3028[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3028 -> 1114[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3029[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1103 -> 3029[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3029 -> 1115[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3030[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1103 -> 3030[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3030 -> 1116[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3031[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1103 -> 3031[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3031 -> 1117[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3032[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1103 -> 3032[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3032 -> 1118[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3033[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1103 -> 3033[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3033 -> 1119[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3034[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1103 -> 3034[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3034 -> 1120[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3035[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1103 -> 3035[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3035 -> 1121[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3036[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1103 -> 3036[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3036 -> 1122[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3037[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1103 -> 3037[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3037 -> 1123[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3038[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1103 -> 3038[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3038 -> 1124[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3039[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1103 -> 3039[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3039 -> 1125[label="",style="solid", color="blue", weight=3]; 21.79/9.71 1097[label="compare1 (vwx114,vwx115) (vwx116,vwx117) (vwx118 || vwx119)",fontsize=16,color="burlywood",shape="triangle"];3040[label="vwx118/False",fontsize=10,color="white",style="solid",shape="box"];1097 -> 3040[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 3040 -> 1126[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 3041[label="vwx118/True",fontsize=10,color="white",style="solid",shape="box"];1097 -> 3041[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 3041 -> 1127[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 938[label="vwx33 <= vwx34",fontsize=16,color="blue",shape="box"];3042[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];938 -> 3042[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3042 -> 1128[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3043[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];938 -> 3043[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3043 -> 1129[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3044[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];938 -> 3044[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3044 -> 1130[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3045[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];938 -> 3045[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3045 -> 1131[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3046[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];938 -> 3046[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3046 -> 1132[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3047[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];938 -> 3047[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3047 -> 1133[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3048[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];938 -> 3048[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3048 -> 1134[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3049[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];938 -> 3049[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3049 -> 1135[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3050[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];938 -> 3050[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3050 -> 1136[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3051[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];938 -> 3051[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3051 -> 1137[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3052[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];938 -> 3052[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3052 -> 1138[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3053[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];938 -> 3053[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3053 -> 1139[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3054[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];938 -> 3054[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3054 -> 1140[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3055[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];938 -> 3055[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3055 -> 1141[label="",style="solid", color="blue", weight=3]; 21.79/9.71 939[label="compare1 (Left vwx94) (Left vwx95) False",fontsize=16,color="black",shape="box"];939 -> 1142[label="",style="solid", color="black", weight=3]; 21.79/9.71 940[label="compare1 (Left vwx94) (Left vwx95) True",fontsize=16,color="black",shape="box"];940 -> 1143[label="",style="solid", color="black", weight=3]; 21.79/9.71 941[label="GT",fontsize=16,color="green",shape="box"];949[label="vwx40 <= vwx41",fontsize=16,color="blue",shape="box"];3056[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];949 -> 3056[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3056 -> 1144[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3057[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];949 -> 3057[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3057 -> 1145[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3058[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];949 -> 3058[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3058 -> 1146[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3059[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];949 -> 3059[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3059 -> 1147[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3060[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];949 -> 3060[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3060 -> 1148[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3061[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];949 -> 3061[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3061 -> 1149[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3062[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];949 -> 3062[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3062 -> 1150[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3063[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];949 -> 3063[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3063 -> 1151[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3064[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];949 -> 3064[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3064 -> 1152[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3065[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];949 -> 3065[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3065 -> 1153[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3066[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];949 -> 3066[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3066 -> 1154[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3067[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];949 -> 3067[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3067 -> 1155[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3068[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];949 -> 3068[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3068 -> 1156[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3069[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];949 -> 3069[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3069 -> 1157[label="",style="solid", color="blue", weight=3]; 21.79/9.71 950[label="compare1 (Right vwx102) (Right vwx103) False",fontsize=16,color="black",shape="box"];950 -> 1158[label="",style="solid", color="black", weight=3]; 21.79/9.71 951[label="compare1 (Right vwx102) (Right vwx103) True",fontsize=16,color="black",shape="box"];951 -> 1159[label="",style="solid", color="black", weight=3]; 21.79/9.71 952[label="vwx301",fontsize=16,color="green",shape="box"];953[label="vwx401",fontsize=16,color="green",shape="box"];954[label="vwx301",fontsize=16,color="green",shape="box"];955[label="vwx401",fontsize=16,color="green",shape="box"];956[label="vwx301",fontsize=16,color="green",shape="box"];957[label="vwx401",fontsize=16,color="green",shape="box"];958[label="vwx301",fontsize=16,color="green",shape="box"];959[label="vwx401",fontsize=16,color="green",shape="box"];960[label="vwx301",fontsize=16,color="green",shape="box"];961[label="vwx401",fontsize=16,color="green",shape="box"];962[label="vwx301",fontsize=16,color="green",shape="box"];963[label="vwx401",fontsize=16,color="green",shape="box"];964[label="vwx301",fontsize=16,color="green",shape="box"];965[label="vwx401",fontsize=16,color="green",shape="box"];966[label="vwx301",fontsize=16,color="green",shape="box"];967[label="vwx401",fontsize=16,color="green",shape="box"];968[label="vwx301",fontsize=16,color="green",shape="box"];969[label="vwx401",fontsize=16,color="green",shape="box"];970[label="vwx301",fontsize=16,color="green",shape="box"];971[label="vwx401",fontsize=16,color="green",shape="box"];972[label="vwx301",fontsize=16,color="green",shape="box"];973[label="vwx401",fontsize=16,color="green",shape="box"];974[label="vwx301",fontsize=16,color="green",shape="box"];975[label="vwx401",fontsize=16,color="green",shape="box"];976[label="vwx301",fontsize=16,color="green",shape="box"];977[label="vwx401",fontsize=16,color="green",shape="box"];978[label="vwx301",fontsize=16,color="green",shape="box"];979[label="vwx401",fontsize=16,color="green",shape="box"];980[label="vwx302",fontsize=16,color="green",shape="box"];981[label="vwx402",fontsize=16,color="green",shape="box"];982[label="vwx302",fontsize=16,color="green",shape="box"];983[label="vwx402",fontsize=16,color="green",shape="box"];984[label="vwx302",fontsize=16,color="green",shape="box"];985[label="vwx402",fontsize=16,color="green",shape="box"];986[label="vwx302",fontsize=16,color="green",shape="box"];987[label="vwx402",fontsize=16,color="green",shape="box"];988[label="vwx302",fontsize=16,color="green",shape="box"];989[label="vwx402",fontsize=16,color="green",shape="box"];990[label="vwx302",fontsize=16,color="green",shape="box"];991[label="vwx402",fontsize=16,color="green",shape="box"];992[label="vwx302",fontsize=16,color="green",shape="box"];993[label="vwx402",fontsize=16,color="green",shape="box"];994[label="vwx302",fontsize=16,color="green",shape="box"];995[label="vwx402",fontsize=16,color="green",shape="box"];996[label="vwx302",fontsize=16,color="green",shape="box"];997[label="vwx402",fontsize=16,color="green",shape="box"];998[label="vwx302",fontsize=16,color="green",shape="box"];999[label="vwx402",fontsize=16,color="green",shape="box"];1000[label="vwx302",fontsize=16,color="green",shape="box"];1001[label="vwx402",fontsize=16,color="green",shape="box"];1002[label="vwx302",fontsize=16,color="green",shape="box"];1003[label="vwx402",fontsize=16,color="green",shape="box"];1004[label="vwx302",fontsize=16,color="green",shape="box"];1005[label="vwx402",fontsize=16,color="green",shape="box"];1006[label="vwx302",fontsize=16,color="green",shape="box"];1007[label="vwx402",fontsize=16,color="green",shape="box"];1163[label="vwx51",fontsize=16,color="green",shape="box"];1164[label="vwx53",fontsize=16,color="green",shape="box"];1165[label="vwx51 < vwx54",fontsize=16,color="blue",shape="box"];3070[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1165 -> 3070[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3070 -> 1179[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3071[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1165 -> 3071[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3071 -> 1180[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3072[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1165 -> 3072[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3072 -> 1181[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3073[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1165 -> 3073[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3073 -> 1182[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3074[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1165 -> 3074[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3074 -> 1183[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3075[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1165 -> 3075[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3075 -> 1184[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3076[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1165 -> 3076[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3076 -> 1185[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3077[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1165 -> 3077[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3077 -> 1186[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3078[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1165 -> 3078[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3078 -> 1187[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3079[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1165 -> 3079[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3079 -> 1188[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3080[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1165 -> 3080[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3080 -> 1189[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3081[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1165 -> 3081[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3081 -> 1190[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3082[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1165 -> 3082[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3082 -> 1191[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3083[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1165 -> 3083[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3083 -> 1192[label="",style="solid", color="blue", weight=3]; 21.79/9.71 1166 -> 696[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1166[label="vwx51 == vwx54 && (vwx52 < vwx55 || vwx52 == vwx55 && vwx53 <= vwx56)",fontsize=16,color="magenta"];1166 -> 1193[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1166 -> 1194[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1167[label="vwx55",fontsize=16,color="green",shape="box"];1168[label="vwx56",fontsize=16,color="green",shape="box"];1169[label="vwx54",fontsize=16,color="green",shape="box"];1170[label="vwx52",fontsize=16,color="green",shape="box"];1162[label="compare1 (vwx129,vwx130,vwx131) (vwx132,vwx133,vwx134) (vwx135 || vwx136)",fontsize=16,color="burlywood",shape="triangle"];3084[label="vwx135/False",fontsize=10,color="white",style="solid",shape="box"];1162 -> 3084[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 3084 -> 1195[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 3085[label="vwx135/True",fontsize=10,color="white",style="solid",shape="box"];1162 -> 3085[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 3085 -> 1196[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 1010[label="primMulNat (Succ vwx40000) vwx3010",fontsize=16,color="burlywood",shape="box"];3086[label="vwx3010/Succ vwx30100",fontsize=10,color="white",style="solid",shape="box"];1010 -> 3086[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 3086 -> 1197[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 3087[label="vwx3010/Zero",fontsize=10,color="white",style="solid",shape="box"];1010 -> 3087[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 3087 -> 1198[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 1011[label="primMulNat Zero vwx3010",fontsize=16,color="burlywood",shape="box"];3088[label="vwx3010/Succ vwx30100",fontsize=10,color="white",style="solid",shape="box"];1011 -> 3088[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 3088 -> 1199[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 3089[label="vwx3010/Zero",fontsize=10,color="white",style="solid",shape="box"];1011 -> 3089[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 3089 -> 1200[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 1012[label="vwx3010",fontsize=16,color="green",shape="box"];1013[label="vwx4000",fontsize=16,color="green",shape="box"];1014[label="vwx3010",fontsize=16,color="green",shape="box"];1015[label="vwx4000",fontsize=16,color="green",shape="box"];1016[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];3090[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1016 -> 3090[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3090 -> 1201[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3091[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1016 -> 3091[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3091 -> 1202[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3092[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1016 -> 3092[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3092 -> 1203[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3093[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1016 -> 3093[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3093 -> 1204[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3094[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1016 -> 3094[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3094 -> 1205[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3095[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1016 -> 3095[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3095 -> 1206[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3096[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1016 -> 3096[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3096 -> 1207[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3097[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1016 -> 3097[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3097 -> 1208[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3098[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1016 -> 3098[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3098 -> 1209[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3099[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1016 -> 3099[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3099 -> 1210[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3100[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1016 -> 3100[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3100 -> 1211[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3101[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1016 -> 3101[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3101 -> 1212[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3102[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1016 -> 3102[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3102 -> 1213[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3103[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1016 -> 3103[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3103 -> 1214[label="",style="solid", color="blue", weight=3]; 21.79/9.71 1017 -> 696[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1017[label="vwx3001 == vwx4001 && vwx3002 == vwx4002",fontsize=16,color="magenta"];1017 -> 1215[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1017 -> 1216[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1018[label="primEqNat vwx3000 vwx4000",fontsize=16,color="burlywood",shape="triangle"];3104[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];1018 -> 3104[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 3104 -> 1217[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 3105[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];1018 -> 3105[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 3105 -> 1218[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 1019[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];3106[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1019 -> 3106[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3106 -> 1219[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3107[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1019 -> 3107[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3107 -> 1220[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3108[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1019 -> 3108[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3108 -> 1221[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3109[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1019 -> 3109[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3109 -> 1222[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3110[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1019 -> 3110[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3110 -> 1223[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3111[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1019 -> 3111[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3111 -> 1224[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3112[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1019 -> 3112[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3112 -> 1225[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3113[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1019 -> 3113[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3113 -> 1226[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3114[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1019 -> 3114[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3114 -> 1227[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3115[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1019 -> 3115[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3115 -> 1228[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3116[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1019 -> 3116[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3116 -> 1229[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3117[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1019 -> 3117[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3117 -> 1230[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3118[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1019 -> 3118[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3118 -> 1231[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3119[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1019 -> 3119[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3119 -> 1232[label="",style="solid", color="blue", weight=3]; 21.79/9.71 1020[label="vwx3001 == vwx4001",fontsize=16,color="blue",shape="box"];3120[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1020 -> 3120[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3120 -> 1233[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3121[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1020 -> 3121[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3121 -> 1234[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3122[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1020 -> 3122[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3122 -> 1235[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3123[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1020 -> 3123[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3123 -> 1236[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3124[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1020 -> 3124[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3124 -> 1237[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3125[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1020 -> 3125[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3125 -> 1238[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3126[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1020 -> 3126[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3126 -> 1239[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3127[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1020 -> 3127[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3127 -> 1240[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3128[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1020 -> 3128[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3128 -> 1241[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3129[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1020 -> 3129[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3129 -> 1242[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3130[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1020 -> 3130[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3130 -> 1243[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3131[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1020 -> 3131[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3131 -> 1244[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3132[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1020 -> 3132[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3132 -> 1245[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3133[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1020 -> 3133[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3133 -> 1246[label="",style="solid", color="blue", weight=3]; 21.79/9.71 1021 -> 294[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1021[label="vwx3000 * vwx4001 == vwx3001 * vwx4000",fontsize=16,color="magenta"];1021 -> 1247[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1021 -> 1248[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1022[label="vwx3000",fontsize=16,color="green",shape="box"];1023[label="vwx4000",fontsize=16,color="green",shape="box"];1024[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];3134[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1024 -> 3134[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3134 -> 1249[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3135[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1024 -> 3135[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3135 -> 1250[label="",style="solid", color="blue", weight=3]; 21.79/9.71 1025[label="vwx3001 == vwx4001",fontsize=16,color="blue",shape="box"];3136[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1025 -> 3136[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3136 -> 1251[label="",style="solid", color="blue", weight=3]; 21.79/9.71 3137[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1025 -> 3137[label="",style="solid", color="blue", weight=9]; 21.79/9.71 3137 -> 1252[label="",style="solid", color="blue", weight=3]; 21.79/9.71 1026[label="primEqInt (Pos (Succ vwx30000)) (Pos vwx4000)",fontsize=16,color="burlywood",shape="box"];3138[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1026 -> 3138[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 3138 -> 1253[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 3139[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1026 -> 3139[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 3139 -> 1254[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 1027[label="primEqInt (Pos (Succ vwx30000)) (Neg vwx4000)",fontsize=16,color="black",shape="box"];1027 -> 1255[label="",style="solid", color="black", weight=3]; 21.79/9.71 1028[label="primEqInt (Pos Zero) (Pos vwx4000)",fontsize=16,color="burlywood",shape="box"];3140[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1028 -> 3140[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 3140 -> 1256[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 3141[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1028 -> 3141[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 3141 -> 1257[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 1029[label="primEqInt (Pos Zero) (Neg vwx4000)",fontsize=16,color="burlywood",shape="box"];3142[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1029 -> 3142[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 3142 -> 1258[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 3143[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1029 -> 3143[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 3143 -> 1259[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 1030[label="primEqInt (Neg (Succ vwx30000)) (Pos vwx4000)",fontsize=16,color="black",shape="box"];1030 -> 1260[label="",style="solid", color="black", weight=3]; 21.79/9.71 1031[label="primEqInt (Neg (Succ vwx30000)) (Neg vwx4000)",fontsize=16,color="burlywood",shape="box"];3144[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1031 -> 3144[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 3144 -> 1261[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 3145[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1031 -> 3145[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 3145 -> 1262[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 1032[label="primEqInt (Neg Zero) (Pos vwx4000)",fontsize=16,color="burlywood",shape="box"];3146[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1032 -> 3146[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 3146 -> 1263[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 3147[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1032 -> 3147[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 3147 -> 1264[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 1033[label="primEqInt (Neg Zero) (Neg vwx4000)",fontsize=16,color="burlywood",shape="box"];3148[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1033 -> 3148[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 3148 -> 1265[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 3149[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1033 -> 3149[label="",style="solid", color="burlywood", weight=9]; 21.79/9.71 3149 -> 1266[label="",style="solid", color="burlywood", weight=3]; 21.79/9.71 1034 -> 294[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1034[label="vwx3000 * vwx4001 == vwx3001 * vwx4000",fontsize=16,color="magenta"];1034 -> 1267[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1034 -> 1268[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1035 -> 287[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1035[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1035 -> 1269[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1035 -> 1270[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1036 -> 288[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1036[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1036 -> 1271[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1036 -> 1272[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1037 -> 289[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1037[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1037 -> 1273[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1037 -> 1274[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1038 -> 290[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1038[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1038 -> 1275[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1038 -> 1276[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1039 -> 291[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1039[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1039 -> 1277[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1039 -> 1278[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1040 -> 292[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1040[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1040 -> 1279[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1040 -> 1280[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1041 -> 293[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1041[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1041 -> 1281[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1041 -> 1282[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1042 -> 294[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1042[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1042 -> 1283[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1042 -> 1284[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1043 -> 295[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1043[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1043 -> 1285[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1043 -> 1286[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1044 -> 296[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1044[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1044 -> 1287[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1044 -> 1288[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1045 -> 297[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1045[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1045 -> 1289[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1045 -> 1290[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1046 -> 298[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1046[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1046 -> 1291[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1046 -> 1292[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1047 -> 299[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1047[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1047 -> 1293[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1047 -> 1294[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1048 -> 300[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1048[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1048 -> 1295[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1048 -> 1296[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1049 -> 287[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1049[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1049 -> 1297[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1049 -> 1298[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1050 -> 288[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1050[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1050 -> 1299[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1050 -> 1300[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1051 -> 289[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1051[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1051 -> 1301[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1051 -> 1302[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1052 -> 290[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1052[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1052 -> 1303[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1052 -> 1304[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1053 -> 291[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1053[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1053 -> 1305[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1053 -> 1306[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1054 -> 292[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1054[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1054 -> 1307[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1054 -> 1308[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1055 -> 293[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1055[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1055 -> 1309[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1055 -> 1310[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1056 -> 294[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1056[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1056 -> 1311[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1056 -> 1312[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1057 -> 295[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1057[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1057 -> 1313[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1057 -> 1314[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1058 -> 296[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1058[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1058 -> 1315[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1058 -> 1316[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1059 -> 297[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1059[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1059 -> 1317[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1059 -> 1318[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1060 -> 298[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1060[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1060 -> 1319[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1060 -> 1320[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1061 -> 299[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1061[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1061 -> 1321[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1061 -> 1322[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1062 -> 300[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1062[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1062 -> 1323[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1062 -> 1324[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1063 -> 287[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1063[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1063 -> 1325[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1063 -> 1326[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1064 -> 288[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1064[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1064 -> 1327[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1064 -> 1328[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1065 -> 289[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1065[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1065 -> 1329[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1065 -> 1330[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1066 -> 290[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1066[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1066 -> 1331[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1066 -> 1332[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1067 -> 291[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1067[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1067 -> 1333[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1067 -> 1334[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1068 -> 292[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1068[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1068 -> 1335[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1068 -> 1336[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1069 -> 293[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1069[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1069 -> 1337[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1069 -> 1338[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1070 -> 294[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1070[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1070 -> 1339[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1070 -> 1340[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1071 -> 295[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1071[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1071 -> 1341[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1071 -> 1342[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1072 -> 296[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1072[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1072 -> 1343[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1072 -> 1344[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1073 -> 297[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1073[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1073 -> 1345[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1073 -> 1346[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1074 -> 298[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1074[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1074 -> 1347[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1074 -> 1348[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1075 -> 299[label="",style="dashed", color="red", weight=0]; 21.79/9.71 1075[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1075 -> 1349[label="",style="dashed", color="magenta", weight=3]; 21.79/9.71 1075 -> 1350[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1076 -> 300[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1076[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1076 -> 1351[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1076 -> 1352[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1077[label="vwx3000 == vwx4000",fontsize=16,color="blue",shape="box"];3150[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1077 -> 3150[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3150 -> 1353[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3151[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1077 -> 3151[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3151 -> 1354[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3152[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1077 -> 3152[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3152 -> 1355[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3153[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1077 -> 3153[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3153 -> 1356[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3154[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1077 -> 3154[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3154 -> 1357[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3155[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1077 -> 3155[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3155 -> 1358[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3156[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1077 -> 3156[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3156 -> 1359[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3157[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1077 -> 3157[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3157 -> 1360[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3158[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1077 -> 3158[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3158 -> 1361[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3159[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1077 -> 3159[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3159 -> 1362[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3160[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1077 -> 3160[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3160 -> 1363[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3161[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1077 -> 3161[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3161 -> 1364[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3162[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1077 -> 3162[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3162 -> 1365[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3163[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1077 -> 3163[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3163 -> 1366[label="",style="solid", color="blue", weight=3]; 21.79/9.72 1078 -> 299[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1078[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1078 -> 1367[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1078 -> 1368[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1079[label="vwx15 <= vwx16",fontsize=16,color="black",shape="triangle"];1079 -> 1369[label="",style="solid", color="black", weight=3]; 21.79/9.72 1080[label="vwx15 <= vwx16",fontsize=16,color="black",shape="triangle"];1080 -> 1370[label="",style="solid", color="black", weight=3]; 21.79/9.72 1081[label="vwx15 <= vwx16",fontsize=16,color="black",shape="triangle"];1081 -> 1371[label="",style="solid", color="black", weight=3]; 21.79/9.72 1082[label="vwx15 <= vwx16",fontsize=16,color="black",shape="triangle"];1082 -> 1372[label="",style="solid", color="black", weight=3]; 21.79/9.72 1083[label="vwx15 <= vwx16",fontsize=16,color="burlywood",shape="triangle"];3164[label="vwx15/LT",fontsize=10,color="white",style="solid",shape="box"];1083 -> 3164[label="",style="solid", color="burlywood", weight=9]; 21.79/9.72 3164 -> 1373[label="",style="solid", color="burlywood", weight=3]; 21.79/9.72 3165[label="vwx15/EQ",fontsize=10,color="white",style="solid",shape="box"];1083 -> 3165[label="",style="solid", color="burlywood", weight=9]; 21.79/9.72 3165 -> 1374[label="",style="solid", color="burlywood", weight=3]; 21.79/9.72 3166[label="vwx15/GT",fontsize=10,color="white",style="solid",shape="box"];1083 -> 3166[label="",style="solid", color="burlywood", weight=9]; 21.79/9.72 3166 -> 1375[label="",style="solid", color="burlywood", weight=3]; 21.79/9.72 1084[label="vwx15 <= vwx16",fontsize=16,color="burlywood",shape="triangle"];3167[label="vwx15/False",fontsize=10,color="white",style="solid",shape="box"];1084 -> 3167[label="",style="solid", color="burlywood", weight=9]; 21.79/9.72 3167 -> 1376[label="",style="solid", color="burlywood", weight=3]; 21.79/9.72 3168[label="vwx15/True",fontsize=10,color="white",style="solid",shape="box"];1084 -> 3168[label="",style="solid", color="burlywood", weight=9]; 21.79/9.72 3168 -> 1377[label="",style="solid", color="burlywood", weight=3]; 21.79/9.72 1085[label="vwx15 <= vwx16",fontsize=16,color="black",shape="triangle"];1085 -> 1378[label="",style="solid", color="black", weight=3]; 21.79/9.72 1086[label="vwx15 <= vwx16",fontsize=16,color="black",shape="triangle"];1086 -> 1379[label="",style="solid", color="black", weight=3]; 21.79/9.72 1087[label="vwx15 <= vwx16",fontsize=16,color="black",shape="triangle"];1087 -> 1380[label="",style="solid", color="black", weight=3]; 21.79/9.72 1088[label="vwx15 <= vwx16",fontsize=16,color="burlywood",shape="triangle"];3169[label="vwx15/Nothing",fontsize=10,color="white",style="solid",shape="box"];1088 -> 3169[label="",style="solid", color="burlywood", weight=9]; 21.79/9.72 3169 -> 1381[label="",style="solid", color="burlywood", weight=3]; 21.79/9.72 3170[label="vwx15/Just vwx150",fontsize=10,color="white",style="solid",shape="box"];1088 -> 3170[label="",style="solid", color="burlywood", weight=9]; 21.79/9.72 3170 -> 1382[label="",style="solid", color="burlywood", weight=3]; 21.79/9.72 1089[label="vwx15 <= vwx16",fontsize=16,color="burlywood",shape="triangle"];3171[label="vwx15/(vwx150,vwx151)",fontsize=10,color="white",style="solid",shape="box"];1089 -> 3171[label="",style="solid", color="burlywood", weight=9]; 21.79/9.72 3171 -> 1383[label="",style="solid", color="burlywood", weight=3]; 21.79/9.72 1090[label="vwx15 <= vwx16",fontsize=16,color="burlywood",shape="triangle"];3172[label="vwx15/Left vwx150",fontsize=10,color="white",style="solid",shape="box"];1090 -> 3172[label="",style="solid", color="burlywood", weight=9]; 21.79/9.72 3172 -> 1384[label="",style="solid", color="burlywood", weight=3]; 21.79/9.72 3173[label="vwx15/Right vwx150",fontsize=10,color="white",style="solid",shape="box"];1090 -> 3173[label="",style="solid", color="burlywood", weight=9]; 21.79/9.72 3173 -> 1385[label="",style="solid", color="burlywood", weight=3]; 21.79/9.72 1091[label="vwx15 <= vwx16",fontsize=16,color="black",shape="triangle"];1091 -> 1386[label="",style="solid", color="black", weight=3]; 21.79/9.72 1092[label="vwx15 <= vwx16",fontsize=16,color="burlywood",shape="triangle"];3174[label="vwx15/(vwx150,vwx151,vwx152)",fontsize=10,color="white",style="solid",shape="box"];1092 -> 3174[label="",style="solid", color="burlywood", weight=9]; 21.79/9.72 3174 -> 1387[label="",style="solid", color="burlywood", weight=3]; 21.79/9.72 1093[label="compare0 (Just vwx87) (Just vwx88) otherwise",fontsize=16,color="black",shape="box"];1093 -> 1388[label="",style="solid", color="black", weight=3]; 21.79/9.72 1094[label="LT",fontsize=16,color="green",shape="box"];1110[label="vwx64 == vwx66",fontsize=16,color="blue",shape="box"];3175[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1110 -> 3175[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3175 -> 1389[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3176[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1110 -> 3176[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3176 -> 1390[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3177[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1110 -> 3177[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3177 -> 1391[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3178[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1110 -> 3178[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3178 -> 1392[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3179[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1110 -> 3179[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3179 -> 1393[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3180[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1110 -> 3180[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3180 -> 1394[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3181[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1110 -> 3181[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3181 -> 1395[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3182[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1110 -> 3182[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3182 -> 1396[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3183[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1110 -> 3183[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3183 -> 1397[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3184[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1110 -> 3184[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3184 -> 1398[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3185[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1110 -> 3185[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3185 -> 1399[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3186[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1110 -> 3186[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3186 -> 1400[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3187[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1110 -> 3187[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3187 -> 1401[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3188[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1110 -> 3188[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3188 -> 1402[label="",style="solid", color="blue", weight=3]; 21.79/9.72 1111[label="vwx65 <= vwx67",fontsize=16,color="blue",shape="box"];3189[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1111 -> 3189[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3189 -> 1403[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3190[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1111 -> 3190[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3190 -> 1404[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3191[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1111 -> 3191[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3191 -> 1405[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3192[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1111 -> 3192[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3192 -> 1406[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3193[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1111 -> 3193[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3193 -> 1407[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3194[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1111 -> 3194[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3194 -> 1408[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3195[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1111 -> 3195[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3195 -> 1409[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3196[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1111 -> 3196[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3196 -> 1410[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3197[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1111 -> 3197[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3197 -> 1411[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3198[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1111 -> 3198[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3198 -> 1412[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3199[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1111 -> 3199[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3199 -> 1413[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3200[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1111 -> 3200[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3200 -> 1414[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3201[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1111 -> 3201[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3201 -> 1415[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3202[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1111 -> 3202[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3202 -> 1416[label="",style="solid", color="blue", weight=3]; 21.79/9.72 1112[label="vwx64 < vwx66",fontsize=16,color="black",shape="triangle"];1112 -> 1417[label="",style="solid", color="black", weight=3]; 21.79/9.72 1113[label="vwx64 < vwx66",fontsize=16,color="black",shape="triangle"];1113 -> 1418[label="",style="solid", color="black", weight=3]; 21.79/9.72 1114[label="vwx64 < vwx66",fontsize=16,color="black",shape="triangle"];1114 -> 1419[label="",style="solid", color="black", weight=3]; 21.79/9.72 1115[label="vwx64 < vwx66",fontsize=16,color="black",shape="triangle"];1115 -> 1420[label="",style="solid", color="black", weight=3]; 21.79/9.72 1116[label="vwx64 < vwx66",fontsize=16,color="black",shape="triangle"];1116 -> 1421[label="",style="solid", color="black", weight=3]; 21.79/9.72 1117[label="vwx64 < vwx66",fontsize=16,color="black",shape="triangle"];1117 -> 1422[label="",style="solid", color="black", weight=3]; 21.79/9.72 1118[label="vwx64 < vwx66",fontsize=16,color="black",shape="triangle"];1118 -> 1423[label="",style="solid", color="black", weight=3]; 21.79/9.72 1119[label="vwx64 < vwx66",fontsize=16,color="black",shape="triangle"];1119 -> 1424[label="",style="solid", color="black", weight=3]; 21.79/9.72 1120[label="vwx64 < vwx66",fontsize=16,color="black",shape="triangle"];1120 -> 1425[label="",style="solid", color="black", weight=3]; 21.79/9.72 1121[label="vwx64 < vwx66",fontsize=16,color="black",shape="triangle"];1121 -> 1426[label="",style="solid", color="black", weight=3]; 21.79/9.72 1122[label="vwx64 < vwx66",fontsize=16,color="black",shape="triangle"];1122 -> 1427[label="",style="solid", color="black", weight=3]; 21.79/9.72 1123[label="vwx64 < vwx66",fontsize=16,color="black",shape="triangle"];1123 -> 1428[label="",style="solid", color="black", weight=3]; 21.79/9.72 1124[label="vwx64 < vwx66",fontsize=16,color="black",shape="triangle"];1124 -> 1429[label="",style="solid", color="black", weight=3]; 21.79/9.72 1125[label="vwx64 < vwx66",fontsize=16,color="black",shape="triangle"];1125 -> 1430[label="",style="solid", color="black", weight=3]; 21.79/9.72 1126[label="compare1 (vwx114,vwx115) (vwx116,vwx117) (False || vwx119)",fontsize=16,color="black",shape="box"];1126 -> 1431[label="",style="solid", color="black", weight=3]; 21.79/9.72 1127[label="compare1 (vwx114,vwx115) (vwx116,vwx117) (True || vwx119)",fontsize=16,color="black",shape="box"];1127 -> 1432[label="",style="solid", color="black", weight=3]; 21.79/9.72 1128 -> 1079[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1128[label="vwx33 <= vwx34",fontsize=16,color="magenta"];1128 -> 1433[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1128 -> 1434[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1129 -> 1080[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1129[label="vwx33 <= vwx34",fontsize=16,color="magenta"];1129 -> 1435[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1129 -> 1436[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1130 -> 1081[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1130[label="vwx33 <= vwx34",fontsize=16,color="magenta"];1130 -> 1437[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1130 -> 1438[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1131 -> 1082[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1131[label="vwx33 <= vwx34",fontsize=16,color="magenta"];1131 -> 1439[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1131 -> 1440[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1132 -> 1083[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1132[label="vwx33 <= vwx34",fontsize=16,color="magenta"];1132 -> 1441[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1132 -> 1442[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1133 -> 1084[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1133[label="vwx33 <= vwx34",fontsize=16,color="magenta"];1133 -> 1443[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1133 -> 1444[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1134 -> 1085[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1134[label="vwx33 <= vwx34",fontsize=16,color="magenta"];1134 -> 1445[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1134 -> 1446[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1135 -> 1086[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1135[label="vwx33 <= vwx34",fontsize=16,color="magenta"];1135 -> 1447[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1135 -> 1448[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1136 -> 1087[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1136[label="vwx33 <= vwx34",fontsize=16,color="magenta"];1136 -> 1449[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1136 -> 1450[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1137 -> 1088[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1137[label="vwx33 <= vwx34",fontsize=16,color="magenta"];1137 -> 1451[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1137 -> 1452[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1138 -> 1089[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1138[label="vwx33 <= vwx34",fontsize=16,color="magenta"];1138 -> 1453[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1138 -> 1454[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1139 -> 1090[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1139[label="vwx33 <= vwx34",fontsize=16,color="magenta"];1139 -> 1455[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1139 -> 1456[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1140 -> 1091[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1140[label="vwx33 <= vwx34",fontsize=16,color="magenta"];1140 -> 1457[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1140 -> 1458[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1141 -> 1092[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1141[label="vwx33 <= vwx34",fontsize=16,color="magenta"];1141 -> 1459[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1141 -> 1460[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1142[label="compare0 (Left vwx94) (Left vwx95) otherwise",fontsize=16,color="black",shape="box"];1142 -> 1461[label="",style="solid", color="black", weight=3]; 21.79/9.72 1143[label="LT",fontsize=16,color="green",shape="box"];1144 -> 1079[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1144[label="vwx40 <= vwx41",fontsize=16,color="magenta"];1144 -> 1462[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1144 -> 1463[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1145 -> 1080[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1145[label="vwx40 <= vwx41",fontsize=16,color="magenta"];1145 -> 1464[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1145 -> 1465[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1146 -> 1081[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1146[label="vwx40 <= vwx41",fontsize=16,color="magenta"];1146 -> 1466[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1146 -> 1467[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1147 -> 1082[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1147[label="vwx40 <= vwx41",fontsize=16,color="magenta"];1147 -> 1468[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1147 -> 1469[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1148 -> 1083[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1148[label="vwx40 <= vwx41",fontsize=16,color="magenta"];1148 -> 1470[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1148 -> 1471[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1149 -> 1084[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1149[label="vwx40 <= vwx41",fontsize=16,color="magenta"];1149 -> 1472[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1149 -> 1473[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1150 -> 1085[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1150[label="vwx40 <= vwx41",fontsize=16,color="magenta"];1150 -> 1474[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1150 -> 1475[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1151 -> 1086[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1151[label="vwx40 <= vwx41",fontsize=16,color="magenta"];1151 -> 1476[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1151 -> 1477[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1152 -> 1087[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1152[label="vwx40 <= vwx41",fontsize=16,color="magenta"];1152 -> 1478[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1152 -> 1479[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1153 -> 1088[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1153[label="vwx40 <= vwx41",fontsize=16,color="magenta"];1153 -> 1480[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1153 -> 1481[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1154 -> 1089[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1154[label="vwx40 <= vwx41",fontsize=16,color="magenta"];1154 -> 1482[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1154 -> 1483[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1155 -> 1090[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1155[label="vwx40 <= vwx41",fontsize=16,color="magenta"];1155 -> 1484[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1155 -> 1485[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1156 -> 1091[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1156[label="vwx40 <= vwx41",fontsize=16,color="magenta"];1156 -> 1486[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1156 -> 1487[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1157 -> 1092[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1157[label="vwx40 <= vwx41",fontsize=16,color="magenta"];1157 -> 1488[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1157 -> 1489[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1158[label="compare0 (Right vwx102) (Right vwx103) otherwise",fontsize=16,color="black",shape="box"];1158 -> 1490[label="",style="solid", color="black", weight=3]; 21.79/9.72 1159[label="LT",fontsize=16,color="green",shape="box"];1179 -> 1112[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1179[label="vwx51 < vwx54",fontsize=16,color="magenta"];1179 -> 1491[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1179 -> 1492[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1180 -> 1113[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1180[label="vwx51 < vwx54",fontsize=16,color="magenta"];1180 -> 1493[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1180 -> 1494[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1181 -> 1114[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1181[label="vwx51 < vwx54",fontsize=16,color="magenta"];1181 -> 1495[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1181 -> 1496[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1182 -> 1115[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1182[label="vwx51 < vwx54",fontsize=16,color="magenta"];1182 -> 1497[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1182 -> 1498[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1183 -> 1116[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1183[label="vwx51 < vwx54",fontsize=16,color="magenta"];1183 -> 1499[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1183 -> 1500[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1184 -> 1117[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1184[label="vwx51 < vwx54",fontsize=16,color="magenta"];1184 -> 1501[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1184 -> 1502[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1185 -> 1118[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1185[label="vwx51 < vwx54",fontsize=16,color="magenta"];1185 -> 1503[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1185 -> 1504[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1186 -> 1119[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1186[label="vwx51 < vwx54",fontsize=16,color="magenta"];1186 -> 1505[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1186 -> 1506[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1187 -> 1120[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1187[label="vwx51 < vwx54",fontsize=16,color="magenta"];1187 -> 1507[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1187 -> 1508[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1188 -> 1121[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1188[label="vwx51 < vwx54",fontsize=16,color="magenta"];1188 -> 1509[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1188 -> 1510[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1189 -> 1122[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1189[label="vwx51 < vwx54",fontsize=16,color="magenta"];1189 -> 1511[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1189 -> 1512[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1190 -> 1123[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1190[label="vwx51 < vwx54",fontsize=16,color="magenta"];1190 -> 1513[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1190 -> 1514[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1191 -> 1124[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1191[label="vwx51 < vwx54",fontsize=16,color="magenta"];1191 -> 1515[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1191 -> 1516[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1192 -> 1125[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1192[label="vwx51 < vwx54",fontsize=16,color="magenta"];1192 -> 1517[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1192 -> 1518[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1193[label="vwx51 == vwx54",fontsize=16,color="blue",shape="box"];3203[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1193 -> 3203[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3203 -> 1519[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3204[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1193 -> 3204[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3204 -> 1520[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3205[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1193 -> 3205[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3205 -> 1521[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3206[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1193 -> 3206[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3206 -> 1522[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3207[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1193 -> 3207[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3207 -> 1523[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3208[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1193 -> 3208[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3208 -> 1524[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3209[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1193 -> 3209[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3209 -> 1525[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3210[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1193 -> 3210[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3210 -> 1526[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3211[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1193 -> 3211[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3211 -> 1527[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3212[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1193 -> 3212[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3212 -> 1528[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3213[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1193 -> 3213[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3213 -> 1529[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3214[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1193 -> 3214[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3214 -> 1530[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3215[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1193 -> 3215[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3215 -> 1531[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3216[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1193 -> 3216[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3216 -> 1532[label="",style="solid", color="blue", weight=3]; 21.79/9.72 1194 -> 1865[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1194[label="vwx52 < vwx55 || vwx52 == vwx55 && vwx53 <= vwx56",fontsize=16,color="magenta"];1194 -> 1866[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1194 -> 1867[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1195[label="compare1 (vwx129,vwx130,vwx131) (vwx132,vwx133,vwx134) (False || vwx136)",fontsize=16,color="black",shape="box"];1195 -> 1535[label="",style="solid", color="black", weight=3]; 21.79/9.72 1196[label="compare1 (vwx129,vwx130,vwx131) (vwx132,vwx133,vwx134) (True || vwx136)",fontsize=16,color="black",shape="box"];1196 -> 1536[label="",style="solid", color="black", weight=3]; 21.79/9.72 1197[label="primMulNat (Succ vwx40000) (Succ vwx30100)",fontsize=16,color="black",shape="box"];1197 -> 1537[label="",style="solid", color="black", weight=3]; 21.79/9.72 1198[label="primMulNat (Succ vwx40000) Zero",fontsize=16,color="black",shape="box"];1198 -> 1538[label="",style="solid", color="black", weight=3]; 21.79/9.72 1199[label="primMulNat Zero (Succ vwx30100)",fontsize=16,color="black",shape="box"];1199 -> 1539[label="",style="solid", color="black", weight=3]; 21.79/9.72 1200[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];1200 -> 1540[label="",style="solid", color="black", weight=3]; 21.79/9.72 1201 -> 287[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1201[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1201 -> 1541[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1201 -> 1542[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1202 -> 288[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1202[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1202 -> 1543[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1202 -> 1544[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1203 -> 289[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1203[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1203 -> 1545[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1203 -> 1546[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1204 -> 290[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1204[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1204 -> 1547[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1204 -> 1548[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1205 -> 291[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1205[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1205 -> 1549[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1205 -> 1550[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1206 -> 292[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1206[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1206 -> 1551[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1206 -> 1552[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1207 -> 293[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1207[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1207 -> 1553[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1207 -> 1554[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1208 -> 294[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1208[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1208 -> 1555[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1208 -> 1556[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1209 -> 295[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1209[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1209 -> 1557[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1209 -> 1558[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1210 -> 296[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1210[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1210 -> 1559[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1210 -> 1560[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1211 -> 297[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1211[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1211 -> 1561[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1211 -> 1562[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1212 -> 298[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1212[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1212 -> 1563[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1212 -> 1564[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1213 -> 299[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1213[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1213 -> 1565[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1213 -> 1566[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1214 -> 300[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1214[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1214 -> 1567[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1214 -> 1568[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1215[label="vwx3001 == vwx4001",fontsize=16,color="blue",shape="box"];3217[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1215 -> 3217[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3217 -> 1569[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3218[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1215 -> 3218[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3218 -> 1570[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3219[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1215 -> 3219[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3219 -> 1571[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3220[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1215 -> 3220[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3220 -> 1572[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3221[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1215 -> 3221[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3221 -> 1573[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3222[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1215 -> 3222[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3222 -> 1574[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3223[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1215 -> 3223[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3223 -> 1575[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3224[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1215 -> 3224[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3224 -> 1576[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3225[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1215 -> 3225[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3225 -> 1577[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3226[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1215 -> 3226[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3226 -> 1578[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3227[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1215 -> 3227[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3227 -> 1579[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3228[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1215 -> 3228[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3228 -> 1580[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3229[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1215 -> 3229[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3229 -> 1581[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3230[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1215 -> 3230[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3230 -> 1582[label="",style="solid", color="blue", weight=3]; 21.79/9.72 1216[label="vwx3002 == vwx4002",fontsize=16,color="blue",shape="box"];3231[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1216 -> 3231[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3231 -> 1583[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3232[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1216 -> 3232[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3232 -> 1584[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3233[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1216 -> 3233[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3233 -> 1585[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3234[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1216 -> 3234[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3234 -> 1586[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3235[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1216 -> 3235[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3235 -> 1587[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3236[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1216 -> 3236[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3236 -> 1588[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3237[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1216 -> 3237[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3237 -> 1589[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3238[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1216 -> 3238[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3238 -> 1590[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3239[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1216 -> 3239[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3239 -> 1591[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3240[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1216 -> 3240[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3240 -> 1592[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3241[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1216 -> 3241[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3241 -> 1593[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3242[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1216 -> 3242[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3242 -> 1594[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3243[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1216 -> 3243[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3243 -> 1595[label="",style="solid", color="blue", weight=3]; 21.79/9.72 3244[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1216 -> 3244[label="",style="solid", color="blue", weight=9]; 21.79/9.72 3244 -> 1596[label="",style="solid", color="blue", weight=3]; 21.79/9.72 1217[label="primEqNat (Succ vwx30000) vwx4000",fontsize=16,color="burlywood",shape="box"];3245[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1217 -> 3245[label="",style="solid", color="burlywood", weight=9]; 21.79/9.72 3245 -> 1597[label="",style="solid", color="burlywood", weight=3]; 21.79/9.72 3246[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1217 -> 3246[label="",style="solid", color="burlywood", weight=9]; 21.79/9.72 3246 -> 1598[label="",style="solid", color="burlywood", weight=3]; 21.79/9.72 1218[label="primEqNat Zero vwx4000",fontsize=16,color="burlywood",shape="box"];3247[label="vwx4000/Succ vwx40000",fontsize=10,color="white",style="solid",shape="box"];1218 -> 3247[label="",style="solid", color="burlywood", weight=9]; 21.79/9.72 3247 -> 1599[label="",style="solid", color="burlywood", weight=3]; 21.79/9.72 3248[label="vwx4000/Zero",fontsize=10,color="white",style="solid",shape="box"];1218 -> 3248[label="",style="solid", color="burlywood", weight=9]; 21.79/9.72 3248 -> 1600[label="",style="solid", color="burlywood", weight=3]; 21.79/9.72 1219 -> 287[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1219[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1219 -> 1601[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1219 -> 1602[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1220 -> 288[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1220[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1220 -> 1603[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1220 -> 1604[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1221 -> 289[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1221[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1221 -> 1605[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1221 -> 1606[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1222 -> 290[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1222[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1222 -> 1607[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1222 -> 1608[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1223 -> 291[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1223[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1223 -> 1609[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1223 -> 1610[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1224 -> 292[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1224[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1224 -> 1611[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1224 -> 1612[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1225 -> 293[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1225[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1225 -> 1613[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1225 -> 1614[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1226 -> 294[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1226[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1226 -> 1615[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1226 -> 1616[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1227 -> 295[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1227[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1227 -> 1617[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1227 -> 1618[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1228 -> 296[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1228[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1228 -> 1619[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1228 -> 1620[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1229 -> 297[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1229[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1229 -> 1621[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1229 -> 1622[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1230 -> 298[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1230[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1230 -> 1623[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1230 -> 1624[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1231 -> 299[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1231[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1231 -> 1625[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1231 -> 1626[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1232 -> 300[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1232[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1232 -> 1627[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1232 -> 1628[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1233 -> 287[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1233[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1233 -> 1629[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1233 -> 1630[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1234 -> 288[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1234[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1234 -> 1631[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1234 -> 1632[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1235 -> 289[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1235[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1235 -> 1633[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1235 -> 1634[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1236 -> 290[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1236[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1236 -> 1635[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1236 -> 1636[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1237 -> 291[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1237[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1237 -> 1637[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1237 -> 1638[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1238 -> 292[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1238[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1238 -> 1639[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1238 -> 1640[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1239 -> 293[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1239[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1239 -> 1641[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1239 -> 1642[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1240 -> 294[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1240[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1240 -> 1643[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1240 -> 1644[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1241 -> 295[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1241[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1241 -> 1645[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1241 -> 1646[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1242 -> 296[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1242[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1242 -> 1647[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1242 -> 1648[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1243 -> 297[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1243[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1243 -> 1649[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1243 -> 1650[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1244 -> 298[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1244[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1244 -> 1651[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1244 -> 1652[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1245 -> 299[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1245[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1245 -> 1653[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1245 -> 1654[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1246 -> 300[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1246[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1246 -> 1655[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1246 -> 1656[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1247 -> 166[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1247[label="vwx3000 * vwx4001",fontsize=16,color="magenta"];1247 -> 1657[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1247 -> 1658[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1248 -> 166[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1248[label="vwx3001 * vwx4000",fontsize=16,color="magenta"];1248 -> 1659[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1248 -> 1660[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1249 -> 291[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1249[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1249 -> 1661[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1249 -> 1662[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1250 -> 294[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1250[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1250 -> 1663[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1250 -> 1664[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1251 -> 291[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1251[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1251 -> 1665[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1251 -> 1666[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1252 -> 294[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1252[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1252 -> 1667[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1252 -> 1668[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1253[label="primEqInt (Pos (Succ vwx30000)) (Pos (Succ vwx40000))",fontsize=16,color="black",shape="box"];1253 -> 1669[label="",style="solid", color="black", weight=3]; 21.79/9.72 1254[label="primEqInt (Pos (Succ vwx30000)) (Pos Zero)",fontsize=16,color="black",shape="box"];1254 -> 1670[label="",style="solid", color="black", weight=3]; 21.79/9.72 1255[label="False",fontsize=16,color="green",shape="box"];1256[label="primEqInt (Pos Zero) (Pos (Succ vwx40000))",fontsize=16,color="black",shape="box"];1256 -> 1671[label="",style="solid", color="black", weight=3]; 21.79/9.72 1257[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1257 -> 1672[label="",style="solid", color="black", weight=3]; 21.79/9.72 1258[label="primEqInt (Pos Zero) (Neg (Succ vwx40000))",fontsize=16,color="black",shape="box"];1258 -> 1673[label="",style="solid", color="black", weight=3]; 21.79/9.72 1259[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1259 -> 1674[label="",style="solid", color="black", weight=3]; 21.79/9.72 1260[label="False",fontsize=16,color="green",shape="box"];1261[label="primEqInt (Neg (Succ vwx30000)) (Neg (Succ vwx40000))",fontsize=16,color="black",shape="box"];1261 -> 1675[label="",style="solid", color="black", weight=3]; 21.79/9.72 1262[label="primEqInt (Neg (Succ vwx30000)) (Neg Zero)",fontsize=16,color="black",shape="box"];1262 -> 1676[label="",style="solid", color="black", weight=3]; 21.79/9.72 1263[label="primEqInt (Neg Zero) (Pos (Succ vwx40000))",fontsize=16,color="black",shape="box"];1263 -> 1677[label="",style="solid", color="black", weight=3]; 21.79/9.72 1264[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];1264 -> 1678[label="",style="solid", color="black", weight=3]; 21.79/9.72 1265[label="primEqInt (Neg Zero) (Neg (Succ vwx40000))",fontsize=16,color="black",shape="box"];1265 -> 1679[label="",style="solid", color="black", weight=3]; 21.79/9.72 1266[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];1266 -> 1680[label="",style="solid", color="black", weight=3]; 21.79/9.72 1267 -> 166[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1267[label="vwx3000 * vwx4001",fontsize=16,color="magenta"];1267 -> 1681[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1267 -> 1682[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1268 -> 166[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1268[label="vwx3001 * vwx4000",fontsize=16,color="magenta"];1268 -> 1683[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1268 -> 1684[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1269[label="vwx3000",fontsize=16,color="green",shape="box"];1270[label="vwx4000",fontsize=16,color="green",shape="box"];1271[label="vwx3000",fontsize=16,color="green",shape="box"];1272[label="vwx4000",fontsize=16,color="green",shape="box"];1273[label="vwx3000",fontsize=16,color="green",shape="box"];1274[label="vwx4000",fontsize=16,color="green",shape="box"];1275[label="vwx3000",fontsize=16,color="green",shape="box"];1276[label="vwx4000",fontsize=16,color="green",shape="box"];1277[label="vwx3000",fontsize=16,color="green",shape="box"];1278[label="vwx4000",fontsize=16,color="green",shape="box"];1279[label="vwx3000",fontsize=16,color="green",shape="box"];1280[label="vwx4000",fontsize=16,color="green",shape="box"];1281[label="vwx3000",fontsize=16,color="green",shape="box"];1282[label="vwx4000",fontsize=16,color="green",shape="box"];1283[label="vwx3000",fontsize=16,color="green",shape="box"];1284[label="vwx4000",fontsize=16,color="green",shape="box"];1285[label="vwx3000",fontsize=16,color="green",shape="box"];1286[label="vwx4000",fontsize=16,color="green",shape="box"];1287[label="vwx3000",fontsize=16,color="green",shape="box"];1288[label="vwx4000",fontsize=16,color="green",shape="box"];1289[label="vwx3000",fontsize=16,color="green",shape="box"];1290[label="vwx4000",fontsize=16,color="green",shape="box"];1291[label="vwx3000",fontsize=16,color="green",shape="box"];1292[label="vwx4000",fontsize=16,color="green",shape="box"];1293[label="vwx3000",fontsize=16,color="green",shape="box"];1294[label="vwx4000",fontsize=16,color="green",shape="box"];1295[label="vwx3000",fontsize=16,color="green",shape="box"];1296[label="vwx4000",fontsize=16,color="green",shape="box"];1297[label="vwx3000",fontsize=16,color="green",shape="box"];1298[label="vwx4000",fontsize=16,color="green",shape="box"];1299[label="vwx3000",fontsize=16,color="green",shape="box"];1300[label="vwx4000",fontsize=16,color="green",shape="box"];1301[label="vwx3000",fontsize=16,color="green",shape="box"];1302[label="vwx4000",fontsize=16,color="green",shape="box"];1303[label="vwx3000",fontsize=16,color="green",shape="box"];1304[label="vwx4000",fontsize=16,color="green",shape="box"];1305[label="vwx3000",fontsize=16,color="green",shape="box"];1306[label="vwx4000",fontsize=16,color="green",shape="box"];1307[label="vwx3000",fontsize=16,color="green",shape="box"];1308[label="vwx4000",fontsize=16,color="green",shape="box"];1309[label="vwx3000",fontsize=16,color="green",shape="box"];1310[label="vwx4000",fontsize=16,color="green",shape="box"];1311[label="vwx3000",fontsize=16,color="green",shape="box"];1312[label="vwx4000",fontsize=16,color="green",shape="box"];1313[label="vwx3000",fontsize=16,color="green",shape="box"];1314[label="vwx4000",fontsize=16,color="green",shape="box"];1315[label="vwx3000",fontsize=16,color="green",shape="box"];1316[label="vwx4000",fontsize=16,color="green",shape="box"];1317[label="vwx3000",fontsize=16,color="green",shape="box"];1318[label="vwx4000",fontsize=16,color="green",shape="box"];1319[label="vwx3000",fontsize=16,color="green",shape="box"];1320[label="vwx4000",fontsize=16,color="green",shape="box"];1321[label="vwx3000",fontsize=16,color="green",shape="box"];1322[label="vwx4000",fontsize=16,color="green",shape="box"];1323[label="vwx3000",fontsize=16,color="green",shape="box"];1324[label="vwx4000",fontsize=16,color="green",shape="box"];1325[label="vwx3000",fontsize=16,color="green",shape="box"];1326[label="vwx4000",fontsize=16,color="green",shape="box"];1327[label="vwx3000",fontsize=16,color="green",shape="box"];1328[label="vwx4000",fontsize=16,color="green",shape="box"];1329[label="vwx3000",fontsize=16,color="green",shape="box"];1330[label="vwx4000",fontsize=16,color="green",shape="box"];1331[label="vwx3000",fontsize=16,color="green",shape="box"];1332[label="vwx4000",fontsize=16,color="green",shape="box"];1333[label="vwx3000",fontsize=16,color="green",shape="box"];1334[label="vwx4000",fontsize=16,color="green",shape="box"];1335[label="vwx3000",fontsize=16,color="green",shape="box"];1336[label="vwx4000",fontsize=16,color="green",shape="box"];1337[label="vwx3000",fontsize=16,color="green",shape="box"];1338[label="vwx4000",fontsize=16,color="green",shape="box"];1339[label="vwx3000",fontsize=16,color="green",shape="box"];1340[label="vwx4000",fontsize=16,color="green",shape="box"];1341[label="vwx3000",fontsize=16,color="green",shape="box"];1342[label="vwx4000",fontsize=16,color="green",shape="box"];1343[label="vwx3000",fontsize=16,color="green",shape="box"];1344[label="vwx4000",fontsize=16,color="green",shape="box"];1345[label="vwx3000",fontsize=16,color="green",shape="box"];1346[label="vwx4000",fontsize=16,color="green",shape="box"];1347[label="vwx3000",fontsize=16,color="green",shape="box"];1348[label="vwx4000",fontsize=16,color="green",shape="box"];1349[label="vwx3000",fontsize=16,color="green",shape="box"];1350[label="vwx4000",fontsize=16,color="green",shape="box"];1351[label="vwx3000",fontsize=16,color="green",shape="box"];1352[label="vwx4000",fontsize=16,color="green",shape="box"];1353 -> 287[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1353[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1353 -> 1685[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1353 -> 1686[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1354 -> 288[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1354[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1354 -> 1687[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1354 -> 1688[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1355 -> 289[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1355[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1355 -> 1689[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1355 -> 1690[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1356 -> 290[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1356[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1356 -> 1691[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1356 -> 1692[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1357 -> 291[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1357[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1357 -> 1693[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1357 -> 1694[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1358 -> 292[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1358[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1358 -> 1695[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1358 -> 1696[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1359 -> 293[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1359[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1359 -> 1697[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1359 -> 1698[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1360 -> 294[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1360[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1360 -> 1699[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1360 -> 1700[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1361 -> 295[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1361[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1361 -> 1701[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1361 -> 1702[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1362 -> 296[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1362[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1362 -> 1703[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1362 -> 1704[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1363 -> 297[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1363[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1363 -> 1705[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1363 -> 1706[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1364 -> 298[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1364[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1364 -> 1707[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1364 -> 1708[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1365 -> 299[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1365[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1365 -> 1709[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1365 -> 1710[label="",style="dashed", color="magenta", weight=3]; 21.79/9.72 1366 -> 300[label="",style="dashed", color="red", weight=0]; 21.79/9.72 1366[label="vwx3000 == vwx4000",fontsize=16,color="magenta"];1366 -> 1711[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1366 -> 1712[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1367[label="vwx3001",fontsize=16,color="green",shape="box"];1368[label="vwx4001",fontsize=16,color="green",shape="box"];1369 -> 1713[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1369[label="compare vwx15 vwx16 /= GT",fontsize=16,color="magenta"];1369 -> 1714[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1370 -> 1713[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1370[label="compare vwx15 vwx16 /= GT",fontsize=16,color="magenta"];1370 -> 1715[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1371 -> 1713[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1371[label="compare vwx15 vwx16 /= GT",fontsize=16,color="magenta"];1371 -> 1716[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1372 -> 1713[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1372[label="compare vwx15 vwx16 /= GT",fontsize=16,color="magenta"];1372 -> 1717[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1373[label="LT <= vwx16",fontsize=16,color="burlywood",shape="box"];3249[label="vwx16/LT",fontsize=10,color="white",style="solid",shape="box"];1373 -> 3249[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3249 -> 1722[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 3250[label="vwx16/EQ",fontsize=10,color="white",style="solid",shape="box"];1373 -> 3250[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3250 -> 1723[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 3251[label="vwx16/GT",fontsize=10,color="white",style="solid",shape="box"];1373 -> 3251[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3251 -> 1724[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 1374[label="EQ <= vwx16",fontsize=16,color="burlywood",shape="box"];3252[label="vwx16/LT",fontsize=10,color="white",style="solid",shape="box"];1374 -> 3252[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3252 -> 1725[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 3253[label="vwx16/EQ",fontsize=10,color="white",style="solid",shape="box"];1374 -> 3253[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3253 -> 1726[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 3254[label="vwx16/GT",fontsize=10,color="white",style="solid",shape="box"];1374 -> 3254[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3254 -> 1727[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 1375[label="GT <= vwx16",fontsize=16,color="burlywood",shape="box"];3255[label="vwx16/LT",fontsize=10,color="white",style="solid",shape="box"];1375 -> 3255[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3255 -> 1728[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 3256[label="vwx16/EQ",fontsize=10,color="white",style="solid",shape="box"];1375 -> 3256[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3256 -> 1729[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 3257[label="vwx16/GT",fontsize=10,color="white",style="solid",shape="box"];1375 -> 3257[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3257 -> 1730[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 1376[label="False <= vwx16",fontsize=16,color="burlywood",shape="box"];3258[label="vwx16/False",fontsize=10,color="white",style="solid",shape="box"];1376 -> 3258[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3258 -> 1731[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 3259[label="vwx16/True",fontsize=10,color="white",style="solid",shape="box"];1376 -> 3259[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3259 -> 1732[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 1377[label="True <= vwx16",fontsize=16,color="burlywood",shape="box"];3260[label="vwx16/False",fontsize=10,color="white",style="solid",shape="box"];1377 -> 3260[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3260 -> 1733[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 3261[label="vwx16/True",fontsize=10,color="white",style="solid",shape="box"];1377 -> 3261[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3261 -> 1734[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 1378 -> 1713[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1378[label="compare vwx15 vwx16 /= GT",fontsize=16,color="magenta"];1378 -> 1718[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1379 -> 1713[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1379[label="compare vwx15 vwx16 /= GT",fontsize=16,color="magenta"];1379 -> 1719[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1380 -> 1713[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1380[label="compare vwx15 vwx16 /= GT",fontsize=16,color="magenta"];1380 -> 1720[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1381[label="Nothing <= vwx16",fontsize=16,color="burlywood",shape="box"];3262[label="vwx16/Nothing",fontsize=10,color="white",style="solid",shape="box"];1381 -> 3262[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3262 -> 1735[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 3263[label="vwx16/Just vwx160",fontsize=10,color="white",style="solid",shape="box"];1381 -> 3263[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3263 -> 1736[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 1382[label="Just vwx150 <= vwx16",fontsize=16,color="burlywood",shape="box"];3264[label="vwx16/Nothing",fontsize=10,color="white",style="solid",shape="box"];1382 -> 3264[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3264 -> 1737[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 3265[label="vwx16/Just vwx160",fontsize=10,color="white",style="solid",shape="box"];1382 -> 3265[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3265 -> 1738[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 1383[label="(vwx150,vwx151) <= vwx16",fontsize=16,color="burlywood",shape="box"];3266[label="vwx16/(vwx160,vwx161)",fontsize=10,color="white",style="solid",shape="box"];1383 -> 3266[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3266 -> 1739[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 1384[label="Left vwx150 <= vwx16",fontsize=16,color="burlywood",shape="box"];3267[label="vwx16/Left vwx160",fontsize=10,color="white",style="solid",shape="box"];1384 -> 3267[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3267 -> 1740[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 3268[label="vwx16/Right vwx160",fontsize=10,color="white",style="solid",shape="box"];1384 -> 3268[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3268 -> 1741[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 1385[label="Right vwx150 <= vwx16",fontsize=16,color="burlywood",shape="box"];3269[label="vwx16/Left vwx160",fontsize=10,color="white",style="solid",shape="box"];1385 -> 3269[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3269 -> 1742[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 3270[label="vwx16/Right vwx160",fontsize=10,color="white",style="solid",shape="box"];1385 -> 3270[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3270 -> 1743[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 1386 -> 1713[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1386[label="compare vwx15 vwx16 /= GT",fontsize=16,color="magenta"];1386 -> 1721[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1387[label="(vwx150,vwx151,vwx152) <= vwx16",fontsize=16,color="burlywood",shape="box"];3271[label="vwx16/(vwx160,vwx161,vwx162)",fontsize=10,color="white",style="solid",shape="box"];1387 -> 3271[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3271 -> 1744[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 1388[label="compare0 (Just vwx87) (Just vwx88) True",fontsize=16,color="black",shape="box"];1388 -> 1745[label="",style="solid", color="black", weight=3]; 22.16/9.72 1389 -> 295[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1389[label="vwx64 == vwx66",fontsize=16,color="magenta"];1389 -> 1746[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1389 -> 1747[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1390 -> 299[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1390[label="vwx64 == vwx66",fontsize=16,color="magenta"];1390 -> 1748[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1390 -> 1749[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1391 -> 288[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1391[label="vwx64 == vwx66",fontsize=16,color="magenta"];1391 -> 1750[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1391 -> 1751[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1392 -> 294[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1392[label="vwx64 == vwx66",fontsize=16,color="magenta"];1392 -> 1752[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1392 -> 1753[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1393 -> 296[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1393[label="vwx64 == vwx66",fontsize=16,color="magenta"];1393 -> 1754[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1393 -> 1755[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1394 -> 292[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1394[label="vwx64 == vwx66",fontsize=16,color="magenta"];1394 -> 1756[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1394 -> 1757[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1395 -> 300[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1395[label="vwx64 == vwx66",fontsize=16,color="magenta"];1395 -> 1758[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1395 -> 1759[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1396 -> 293[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1396[label="vwx64 == vwx66",fontsize=16,color="magenta"];1396 -> 1760[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1396 -> 1761[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1397 -> 291[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1397[label="vwx64 == vwx66",fontsize=16,color="magenta"];1397 -> 1762[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1397 -> 1763[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1398 -> 297[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1398[label="vwx64 == vwx66",fontsize=16,color="magenta"];1398 -> 1764[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1398 -> 1765[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1399 -> 289[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1399[label="vwx64 == vwx66",fontsize=16,color="magenta"];1399 -> 1766[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1399 -> 1767[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1400 -> 298[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1400[label="vwx64 == vwx66",fontsize=16,color="magenta"];1400 -> 1768[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1400 -> 1769[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1401 -> 290[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1401[label="vwx64 == vwx66",fontsize=16,color="magenta"];1401 -> 1770[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1401 -> 1771[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1402 -> 287[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1402[label="vwx64 == vwx66",fontsize=16,color="magenta"];1402 -> 1772[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1402 -> 1773[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1403 -> 1079[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1403[label="vwx65 <= vwx67",fontsize=16,color="magenta"];1403 -> 1774[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1403 -> 1775[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1404 -> 1080[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1404[label="vwx65 <= vwx67",fontsize=16,color="magenta"];1404 -> 1776[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1404 -> 1777[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1405 -> 1081[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1405[label="vwx65 <= vwx67",fontsize=16,color="magenta"];1405 -> 1778[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1405 -> 1779[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1406 -> 1082[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1406[label="vwx65 <= vwx67",fontsize=16,color="magenta"];1406 -> 1780[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1406 -> 1781[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1407 -> 1083[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1407[label="vwx65 <= vwx67",fontsize=16,color="magenta"];1407 -> 1782[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1407 -> 1783[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1408 -> 1084[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1408[label="vwx65 <= vwx67",fontsize=16,color="magenta"];1408 -> 1784[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1408 -> 1785[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1409 -> 1085[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1409[label="vwx65 <= vwx67",fontsize=16,color="magenta"];1409 -> 1786[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1409 -> 1787[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1410 -> 1086[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1410[label="vwx65 <= vwx67",fontsize=16,color="magenta"];1410 -> 1788[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1410 -> 1789[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1411 -> 1087[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1411[label="vwx65 <= vwx67",fontsize=16,color="magenta"];1411 -> 1790[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1411 -> 1791[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1412 -> 1088[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1412[label="vwx65 <= vwx67",fontsize=16,color="magenta"];1412 -> 1792[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1412 -> 1793[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1413 -> 1089[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1413[label="vwx65 <= vwx67",fontsize=16,color="magenta"];1413 -> 1794[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1413 -> 1795[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1414 -> 1090[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1414[label="vwx65 <= vwx67",fontsize=16,color="magenta"];1414 -> 1796[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1414 -> 1797[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1415 -> 1091[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1415[label="vwx65 <= vwx67",fontsize=16,color="magenta"];1415 -> 1798[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1415 -> 1799[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1416 -> 1092[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1416[label="vwx65 <= vwx67",fontsize=16,color="magenta"];1416 -> 1800[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1416 -> 1801[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1417 -> 296[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1417[label="compare vwx64 vwx66 == LT",fontsize=16,color="magenta"];1417 -> 1802[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1417 -> 1803[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1418 -> 296[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1418[label="compare vwx64 vwx66 == LT",fontsize=16,color="magenta"];1418 -> 1804[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1418 -> 1805[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1419 -> 296[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1419[label="compare vwx64 vwx66 == LT",fontsize=16,color="magenta"];1419 -> 1806[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1419 -> 1807[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1420 -> 296[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1420[label="compare vwx64 vwx66 == LT",fontsize=16,color="magenta"];1420 -> 1808[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1420 -> 1809[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1421 -> 296[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1421[label="compare vwx64 vwx66 == LT",fontsize=16,color="magenta"];1421 -> 1810[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1421 -> 1811[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1422 -> 296[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1422[label="compare vwx64 vwx66 == LT",fontsize=16,color="magenta"];1422 -> 1812[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1422 -> 1813[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1423 -> 296[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1423[label="compare vwx64 vwx66 == LT",fontsize=16,color="magenta"];1423 -> 1814[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1423 -> 1815[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1424 -> 296[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1424[label="compare vwx64 vwx66 == LT",fontsize=16,color="magenta"];1424 -> 1816[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1424 -> 1817[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1425 -> 296[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1425[label="compare vwx64 vwx66 == LT",fontsize=16,color="magenta"];1425 -> 1818[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1425 -> 1819[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1426 -> 296[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1426[label="compare vwx64 vwx66 == LT",fontsize=16,color="magenta"];1426 -> 1820[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1426 -> 1821[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1427 -> 296[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1427[label="compare vwx64 vwx66 == LT",fontsize=16,color="magenta"];1427 -> 1822[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1427 -> 1823[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1428 -> 296[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1428[label="compare vwx64 vwx66 == LT",fontsize=16,color="magenta"];1428 -> 1824[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1428 -> 1825[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1429 -> 296[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1429[label="compare vwx64 vwx66 == LT",fontsize=16,color="magenta"];1429 -> 1826[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1429 -> 1827[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1430 -> 296[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1430[label="compare vwx64 vwx66 == LT",fontsize=16,color="magenta"];1430 -> 1828[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1430 -> 1829[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1431[label="compare1 (vwx114,vwx115) (vwx116,vwx117) vwx119",fontsize=16,color="burlywood",shape="triangle"];3272[label="vwx119/False",fontsize=10,color="white",style="solid",shape="box"];1431 -> 3272[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3272 -> 1830[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 3273[label="vwx119/True",fontsize=10,color="white",style="solid",shape="box"];1431 -> 3273[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3273 -> 1831[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 1432 -> 1431[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1432[label="compare1 (vwx114,vwx115) (vwx116,vwx117) True",fontsize=16,color="magenta"];1432 -> 1832[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1433[label="vwx33",fontsize=16,color="green",shape="box"];1434[label="vwx34",fontsize=16,color="green",shape="box"];1435[label="vwx33",fontsize=16,color="green",shape="box"];1436[label="vwx34",fontsize=16,color="green",shape="box"];1437[label="vwx33",fontsize=16,color="green",shape="box"];1438[label="vwx34",fontsize=16,color="green",shape="box"];1439[label="vwx33",fontsize=16,color="green",shape="box"];1440[label="vwx34",fontsize=16,color="green",shape="box"];1441[label="vwx33",fontsize=16,color="green",shape="box"];1442[label="vwx34",fontsize=16,color="green",shape="box"];1443[label="vwx33",fontsize=16,color="green",shape="box"];1444[label="vwx34",fontsize=16,color="green",shape="box"];1445[label="vwx33",fontsize=16,color="green",shape="box"];1446[label="vwx34",fontsize=16,color="green",shape="box"];1447[label="vwx33",fontsize=16,color="green",shape="box"];1448[label="vwx34",fontsize=16,color="green",shape="box"];1449[label="vwx33",fontsize=16,color="green",shape="box"];1450[label="vwx34",fontsize=16,color="green",shape="box"];1451[label="vwx33",fontsize=16,color="green",shape="box"];1452[label="vwx34",fontsize=16,color="green",shape="box"];1453[label="vwx33",fontsize=16,color="green",shape="box"];1454[label="vwx34",fontsize=16,color="green",shape="box"];1455[label="vwx33",fontsize=16,color="green",shape="box"];1456[label="vwx34",fontsize=16,color="green",shape="box"];1457[label="vwx33",fontsize=16,color="green",shape="box"];1458[label="vwx34",fontsize=16,color="green",shape="box"];1459[label="vwx33",fontsize=16,color="green",shape="box"];1460[label="vwx34",fontsize=16,color="green",shape="box"];1461[label="compare0 (Left vwx94) (Left vwx95) True",fontsize=16,color="black",shape="box"];1461 -> 1833[label="",style="solid", color="black", weight=3]; 22.16/9.72 1462[label="vwx40",fontsize=16,color="green",shape="box"];1463[label="vwx41",fontsize=16,color="green",shape="box"];1464[label="vwx40",fontsize=16,color="green",shape="box"];1465[label="vwx41",fontsize=16,color="green",shape="box"];1466[label="vwx40",fontsize=16,color="green",shape="box"];1467[label="vwx41",fontsize=16,color="green",shape="box"];1468[label="vwx40",fontsize=16,color="green",shape="box"];1469[label="vwx41",fontsize=16,color="green",shape="box"];1470[label="vwx40",fontsize=16,color="green",shape="box"];1471[label="vwx41",fontsize=16,color="green",shape="box"];1472[label="vwx40",fontsize=16,color="green",shape="box"];1473[label="vwx41",fontsize=16,color="green",shape="box"];1474[label="vwx40",fontsize=16,color="green",shape="box"];1475[label="vwx41",fontsize=16,color="green",shape="box"];1476[label="vwx40",fontsize=16,color="green",shape="box"];1477[label="vwx41",fontsize=16,color="green",shape="box"];1478[label="vwx40",fontsize=16,color="green",shape="box"];1479[label="vwx41",fontsize=16,color="green",shape="box"];1480[label="vwx40",fontsize=16,color="green",shape="box"];1481[label="vwx41",fontsize=16,color="green",shape="box"];1482[label="vwx40",fontsize=16,color="green",shape="box"];1483[label="vwx41",fontsize=16,color="green",shape="box"];1484[label="vwx40",fontsize=16,color="green",shape="box"];1485[label="vwx41",fontsize=16,color="green",shape="box"];1486[label="vwx40",fontsize=16,color="green",shape="box"];1487[label="vwx41",fontsize=16,color="green",shape="box"];1488[label="vwx40",fontsize=16,color="green",shape="box"];1489[label="vwx41",fontsize=16,color="green",shape="box"];1490[label="compare0 (Right vwx102) (Right vwx103) True",fontsize=16,color="black",shape="box"];1490 -> 1834[label="",style="solid", color="black", weight=3]; 22.16/9.72 1491[label="vwx54",fontsize=16,color="green",shape="box"];1492[label="vwx51",fontsize=16,color="green",shape="box"];1493[label="vwx54",fontsize=16,color="green",shape="box"];1494[label="vwx51",fontsize=16,color="green",shape="box"];1495[label="vwx54",fontsize=16,color="green",shape="box"];1496[label="vwx51",fontsize=16,color="green",shape="box"];1497[label="vwx54",fontsize=16,color="green",shape="box"];1498[label="vwx51",fontsize=16,color="green",shape="box"];1499[label="vwx54",fontsize=16,color="green",shape="box"];1500[label="vwx51",fontsize=16,color="green",shape="box"];1501[label="vwx54",fontsize=16,color="green",shape="box"];1502[label="vwx51",fontsize=16,color="green",shape="box"];1503[label="vwx54",fontsize=16,color="green",shape="box"];1504[label="vwx51",fontsize=16,color="green",shape="box"];1505[label="vwx54",fontsize=16,color="green",shape="box"];1506[label="vwx51",fontsize=16,color="green",shape="box"];1507[label="vwx54",fontsize=16,color="green",shape="box"];1508[label="vwx51",fontsize=16,color="green",shape="box"];1509[label="vwx54",fontsize=16,color="green",shape="box"];1510[label="vwx51",fontsize=16,color="green",shape="box"];1511[label="vwx54",fontsize=16,color="green",shape="box"];1512[label="vwx51",fontsize=16,color="green",shape="box"];1513[label="vwx54",fontsize=16,color="green",shape="box"];1514[label="vwx51",fontsize=16,color="green",shape="box"];1515[label="vwx54",fontsize=16,color="green",shape="box"];1516[label="vwx51",fontsize=16,color="green",shape="box"];1517[label="vwx54",fontsize=16,color="green",shape="box"];1518[label="vwx51",fontsize=16,color="green",shape="box"];1519 -> 295[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1519[label="vwx51 == vwx54",fontsize=16,color="magenta"];1519 -> 1835[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1519 -> 1836[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1520 -> 299[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1520[label="vwx51 == vwx54",fontsize=16,color="magenta"];1520 -> 1837[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1520 -> 1838[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1521 -> 288[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1521[label="vwx51 == vwx54",fontsize=16,color="magenta"];1521 -> 1839[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1521 -> 1840[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1522 -> 294[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1522[label="vwx51 == vwx54",fontsize=16,color="magenta"];1522 -> 1841[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1522 -> 1842[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1523 -> 296[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1523[label="vwx51 == vwx54",fontsize=16,color="magenta"];1523 -> 1843[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1523 -> 1844[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1524 -> 292[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1524[label="vwx51 == vwx54",fontsize=16,color="magenta"];1524 -> 1845[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1524 -> 1846[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1525 -> 300[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1525[label="vwx51 == vwx54",fontsize=16,color="magenta"];1525 -> 1847[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1525 -> 1848[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1526 -> 293[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1526[label="vwx51 == vwx54",fontsize=16,color="magenta"];1526 -> 1849[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1526 -> 1850[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1527 -> 291[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1527[label="vwx51 == vwx54",fontsize=16,color="magenta"];1527 -> 1851[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1527 -> 1852[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1528 -> 297[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1528[label="vwx51 == vwx54",fontsize=16,color="magenta"];1528 -> 1853[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1528 -> 1854[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1529 -> 289[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1529[label="vwx51 == vwx54",fontsize=16,color="magenta"];1529 -> 1855[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1529 -> 1856[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1530 -> 298[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1530[label="vwx51 == vwx54",fontsize=16,color="magenta"];1530 -> 1857[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1530 -> 1858[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1531 -> 290[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1531[label="vwx51 == vwx54",fontsize=16,color="magenta"];1531 -> 1859[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1531 -> 1860[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1532 -> 287[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1532[label="vwx51 == vwx54",fontsize=16,color="magenta"];1532 -> 1861[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1532 -> 1862[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1866[label="vwx52 < vwx55",fontsize=16,color="blue",shape="box"];3274[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1866 -> 3274[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3274 -> 1870[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3275[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1866 -> 3275[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3275 -> 1871[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3276[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1866 -> 3276[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3276 -> 1872[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3277[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1866 -> 3277[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3277 -> 1873[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3278[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1866 -> 3278[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3278 -> 1874[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3279[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1866 -> 3279[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3279 -> 1875[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3280[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1866 -> 3280[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3280 -> 1876[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3281[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1866 -> 3281[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3281 -> 1877[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3282[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1866 -> 3282[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3282 -> 1878[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3283[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1866 -> 3283[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3283 -> 1879[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3284[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1866 -> 3284[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3284 -> 1880[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3285[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1866 -> 3285[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3285 -> 1881[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3286[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1866 -> 3286[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3286 -> 1882[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3287[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1866 -> 3287[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3287 -> 1883[label="",style="solid", color="blue", weight=3]; 22.16/9.72 1867 -> 696[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1867[label="vwx52 == vwx55 && vwx53 <= vwx56",fontsize=16,color="magenta"];1867 -> 1884[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1867 -> 1885[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1865[label="vwx142 || vwx143",fontsize=16,color="burlywood",shape="triangle"];3288[label="vwx142/False",fontsize=10,color="white",style="solid",shape="box"];1865 -> 3288[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3288 -> 1886[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 3289[label="vwx142/True",fontsize=10,color="white",style="solid",shape="box"];1865 -> 3289[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3289 -> 1887[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 1535[label="compare1 (vwx129,vwx130,vwx131) (vwx132,vwx133,vwx134) vwx136",fontsize=16,color="burlywood",shape="triangle"];3290[label="vwx136/False",fontsize=10,color="white",style="solid",shape="box"];1535 -> 3290[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3290 -> 1888[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 3291[label="vwx136/True",fontsize=10,color="white",style="solid",shape="box"];1535 -> 3291[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3291 -> 1889[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 1536 -> 1535[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1536[label="compare1 (vwx129,vwx130,vwx131) (vwx132,vwx133,vwx134) True",fontsize=16,color="magenta"];1536 -> 1890[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1537 -> 1891[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1537[label="primPlusNat (primMulNat vwx40000 (Succ vwx30100)) (Succ vwx30100)",fontsize=16,color="magenta"];1537 -> 1892[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1538[label="Zero",fontsize=16,color="green",shape="box"];1539[label="Zero",fontsize=16,color="green",shape="box"];1540[label="Zero",fontsize=16,color="green",shape="box"];1541[label="vwx3000",fontsize=16,color="green",shape="box"];1542[label="vwx4000",fontsize=16,color="green",shape="box"];1543[label="vwx3000",fontsize=16,color="green",shape="box"];1544[label="vwx4000",fontsize=16,color="green",shape="box"];1545[label="vwx3000",fontsize=16,color="green",shape="box"];1546[label="vwx4000",fontsize=16,color="green",shape="box"];1547[label="vwx3000",fontsize=16,color="green",shape="box"];1548[label="vwx4000",fontsize=16,color="green",shape="box"];1549[label="vwx3000",fontsize=16,color="green",shape="box"];1550[label="vwx4000",fontsize=16,color="green",shape="box"];1551[label="vwx3000",fontsize=16,color="green",shape="box"];1552[label="vwx4000",fontsize=16,color="green",shape="box"];1553[label="vwx3000",fontsize=16,color="green",shape="box"];1554[label="vwx4000",fontsize=16,color="green",shape="box"];1555[label="vwx3000",fontsize=16,color="green",shape="box"];1556[label="vwx4000",fontsize=16,color="green",shape="box"];1557[label="vwx3000",fontsize=16,color="green",shape="box"];1558[label="vwx4000",fontsize=16,color="green",shape="box"];1559[label="vwx3000",fontsize=16,color="green",shape="box"];1560[label="vwx4000",fontsize=16,color="green",shape="box"];1561[label="vwx3000",fontsize=16,color="green",shape="box"];1562[label="vwx4000",fontsize=16,color="green",shape="box"];1563[label="vwx3000",fontsize=16,color="green",shape="box"];1564[label="vwx4000",fontsize=16,color="green",shape="box"];1565[label="vwx3000",fontsize=16,color="green",shape="box"];1566[label="vwx4000",fontsize=16,color="green",shape="box"];1567[label="vwx3000",fontsize=16,color="green",shape="box"];1568[label="vwx4000",fontsize=16,color="green",shape="box"];1569 -> 287[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1569[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1569 -> 1893[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1569 -> 1894[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1570 -> 288[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1570[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1570 -> 1895[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1570 -> 1896[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1571 -> 289[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1571[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1571 -> 1897[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1571 -> 1898[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1572 -> 290[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1572[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1572 -> 1899[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1572 -> 1900[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1573 -> 291[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1573[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1573 -> 1901[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1573 -> 1902[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1574 -> 292[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1574[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1574 -> 1903[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1574 -> 1904[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1575 -> 293[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1575[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1575 -> 1905[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1575 -> 1906[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1576 -> 294[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1576[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1576 -> 1907[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1576 -> 1908[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1577 -> 295[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1577[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1577 -> 1909[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1577 -> 1910[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1578 -> 296[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1578[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1578 -> 1911[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1578 -> 1912[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1579 -> 297[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1579[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1579 -> 1913[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1579 -> 1914[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1580 -> 298[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1580[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1580 -> 1915[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1580 -> 1916[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1581 -> 299[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1581[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1581 -> 1917[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1581 -> 1918[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1582 -> 300[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1582[label="vwx3001 == vwx4001",fontsize=16,color="magenta"];1582 -> 1919[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1582 -> 1920[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1583 -> 287[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1583[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1583 -> 1921[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1583 -> 1922[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1584 -> 288[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1584[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1584 -> 1923[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1584 -> 1924[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1585 -> 289[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1585[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1585 -> 1925[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1585 -> 1926[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1586 -> 290[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1586[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1586 -> 1927[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1586 -> 1928[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1587 -> 291[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1587[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1587 -> 1929[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1587 -> 1930[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1588 -> 292[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1588[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1588 -> 1931[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1588 -> 1932[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1589 -> 293[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1589[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1589 -> 1933[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1589 -> 1934[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1590 -> 294[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1590[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1590 -> 1935[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1590 -> 1936[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1591 -> 295[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1591[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1591 -> 1937[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1591 -> 1938[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1592 -> 296[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1592[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1592 -> 1939[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1592 -> 1940[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1593 -> 297[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1593[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1593 -> 1941[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1593 -> 1942[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1594 -> 298[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1594[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1594 -> 1943[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1594 -> 1944[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1595 -> 299[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1595[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1595 -> 1945[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1595 -> 1946[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1596 -> 300[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1596[label="vwx3002 == vwx4002",fontsize=16,color="magenta"];1596 -> 1947[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1596 -> 1948[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1597[label="primEqNat (Succ vwx30000) (Succ vwx40000)",fontsize=16,color="black",shape="box"];1597 -> 1949[label="",style="solid", color="black", weight=3]; 22.16/9.72 1598[label="primEqNat (Succ vwx30000) Zero",fontsize=16,color="black",shape="box"];1598 -> 1950[label="",style="solid", color="black", weight=3]; 22.16/9.72 1599[label="primEqNat Zero (Succ vwx40000)",fontsize=16,color="black",shape="box"];1599 -> 1951[label="",style="solid", color="black", weight=3]; 22.16/9.72 1600[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];1600 -> 1952[label="",style="solid", color="black", weight=3]; 22.16/9.72 1601[label="vwx3000",fontsize=16,color="green",shape="box"];1602[label="vwx4000",fontsize=16,color="green",shape="box"];1603[label="vwx3000",fontsize=16,color="green",shape="box"];1604[label="vwx4000",fontsize=16,color="green",shape="box"];1605[label="vwx3000",fontsize=16,color="green",shape="box"];1606[label="vwx4000",fontsize=16,color="green",shape="box"];1607[label="vwx3000",fontsize=16,color="green",shape="box"];1608[label="vwx4000",fontsize=16,color="green",shape="box"];1609[label="vwx3000",fontsize=16,color="green",shape="box"];1610[label="vwx4000",fontsize=16,color="green",shape="box"];1611[label="vwx3000",fontsize=16,color="green",shape="box"];1612[label="vwx4000",fontsize=16,color="green",shape="box"];1613[label="vwx3000",fontsize=16,color="green",shape="box"];1614[label="vwx4000",fontsize=16,color="green",shape="box"];1615[label="vwx3000",fontsize=16,color="green",shape="box"];1616[label="vwx4000",fontsize=16,color="green",shape="box"];1617[label="vwx3000",fontsize=16,color="green",shape="box"];1618[label="vwx4000",fontsize=16,color="green",shape="box"];1619[label="vwx3000",fontsize=16,color="green",shape="box"];1620[label="vwx4000",fontsize=16,color="green",shape="box"];1621[label="vwx3000",fontsize=16,color="green",shape="box"];1622[label="vwx4000",fontsize=16,color="green",shape="box"];1623[label="vwx3000",fontsize=16,color="green",shape="box"];1624[label="vwx4000",fontsize=16,color="green",shape="box"];1625[label="vwx3000",fontsize=16,color="green",shape="box"];1626[label="vwx4000",fontsize=16,color="green",shape="box"];1627[label="vwx3000",fontsize=16,color="green",shape="box"];1628[label="vwx4000",fontsize=16,color="green",shape="box"];1629[label="vwx3001",fontsize=16,color="green",shape="box"];1630[label="vwx4001",fontsize=16,color="green",shape="box"];1631[label="vwx3001",fontsize=16,color="green",shape="box"];1632[label="vwx4001",fontsize=16,color="green",shape="box"];1633[label="vwx3001",fontsize=16,color="green",shape="box"];1634[label="vwx4001",fontsize=16,color="green",shape="box"];1635[label="vwx3001",fontsize=16,color="green",shape="box"];1636[label="vwx4001",fontsize=16,color="green",shape="box"];1637[label="vwx3001",fontsize=16,color="green",shape="box"];1638[label="vwx4001",fontsize=16,color="green",shape="box"];1639[label="vwx3001",fontsize=16,color="green",shape="box"];1640[label="vwx4001",fontsize=16,color="green",shape="box"];1641[label="vwx3001",fontsize=16,color="green",shape="box"];1642[label="vwx4001",fontsize=16,color="green",shape="box"];1643[label="vwx3001",fontsize=16,color="green",shape="box"];1644[label="vwx4001",fontsize=16,color="green",shape="box"];1645[label="vwx3001",fontsize=16,color="green",shape="box"];1646[label="vwx4001",fontsize=16,color="green",shape="box"];1647[label="vwx3001",fontsize=16,color="green",shape="box"];1648[label="vwx4001",fontsize=16,color="green",shape="box"];1649[label="vwx3001",fontsize=16,color="green",shape="box"];1650[label="vwx4001",fontsize=16,color="green",shape="box"];1651[label="vwx3001",fontsize=16,color="green",shape="box"];1652[label="vwx4001",fontsize=16,color="green",shape="box"];1653[label="vwx3001",fontsize=16,color="green",shape="box"];1654[label="vwx4001",fontsize=16,color="green",shape="box"];1655[label="vwx3001",fontsize=16,color="green",shape="box"];1656[label="vwx4001",fontsize=16,color="green",shape="box"];1657[label="vwx3000",fontsize=16,color="green",shape="box"];1658[label="vwx4001",fontsize=16,color="green",shape="box"];1659[label="vwx3001",fontsize=16,color="green",shape="box"];1660[label="vwx4000",fontsize=16,color="green",shape="box"];1661[label="vwx3000",fontsize=16,color="green",shape="box"];1662[label="vwx4000",fontsize=16,color="green",shape="box"];1663[label="vwx3000",fontsize=16,color="green",shape="box"];1664[label="vwx4000",fontsize=16,color="green",shape="box"];1665[label="vwx3001",fontsize=16,color="green",shape="box"];1666[label="vwx4001",fontsize=16,color="green",shape="box"];1667[label="vwx3001",fontsize=16,color="green",shape="box"];1668[label="vwx4001",fontsize=16,color="green",shape="box"];1669 -> 1018[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1669[label="primEqNat vwx30000 vwx40000",fontsize=16,color="magenta"];1669 -> 1953[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1669 -> 1954[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1670[label="False",fontsize=16,color="green",shape="box"];1671[label="False",fontsize=16,color="green",shape="box"];1672[label="True",fontsize=16,color="green",shape="box"];1673[label="False",fontsize=16,color="green",shape="box"];1674[label="True",fontsize=16,color="green",shape="box"];1675 -> 1018[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1675[label="primEqNat vwx30000 vwx40000",fontsize=16,color="magenta"];1675 -> 1955[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1675 -> 1956[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1676[label="False",fontsize=16,color="green",shape="box"];1677[label="False",fontsize=16,color="green",shape="box"];1678[label="True",fontsize=16,color="green",shape="box"];1679[label="False",fontsize=16,color="green",shape="box"];1680[label="True",fontsize=16,color="green",shape="box"];1681[label="vwx3000",fontsize=16,color="green",shape="box"];1682[label="vwx4001",fontsize=16,color="green",shape="box"];1683[label="vwx3001",fontsize=16,color="green",shape="box"];1684[label="vwx4000",fontsize=16,color="green",shape="box"];1685[label="vwx3000",fontsize=16,color="green",shape="box"];1686[label="vwx4000",fontsize=16,color="green",shape="box"];1687[label="vwx3000",fontsize=16,color="green",shape="box"];1688[label="vwx4000",fontsize=16,color="green",shape="box"];1689[label="vwx3000",fontsize=16,color="green",shape="box"];1690[label="vwx4000",fontsize=16,color="green",shape="box"];1691[label="vwx3000",fontsize=16,color="green",shape="box"];1692[label="vwx4000",fontsize=16,color="green",shape="box"];1693[label="vwx3000",fontsize=16,color="green",shape="box"];1694[label="vwx4000",fontsize=16,color="green",shape="box"];1695[label="vwx3000",fontsize=16,color="green",shape="box"];1696[label="vwx4000",fontsize=16,color="green",shape="box"];1697[label="vwx3000",fontsize=16,color="green",shape="box"];1698[label="vwx4000",fontsize=16,color="green",shape="box"];1699[label="vwx3000",fontsize=16,color="green",shape="box"];1700[label="vwx4000",fontsize=16,color="green",shape="box"];1701[label="vwx3000",fontsize=16,color="green",shape="box"];1702[label="vwx4000",fontsize=16,color="green",shape="box"];1703[label="vwx3000",fontsize=16,color="green",shape="box"];1704[label="vwx4000",fontsize=16,color="green",shape="box"];1705[label="vwx3000",fontsize=16,color="green",shape="box"];1706[label="vwx4000",fontsize=16,color="green",shape="box"];1707[label="vwx3000",fontsize=16,color="green",shape="box"];1708[label="vwx4000",fontsize=16,color="green",shape="box"];1709[label="vwx3000",fontsize=16,color="green",shape="box"];1710[label="vwx4000",fontsize=16,color="green",shape="box"];1711[label="vwx3000",fontsize=16,color="green",shape="box"];1712[label="vwx4000",fontsize=16,color="green",shape="box"];1714 -> 23[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1714[label="compare vwx15 vwx16",fontsize=16,color="magenta"];1714 -> 1957[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1714 -> 1958[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1713[label="vwx138 /= GT",fontsize=16,color="black",shape="triangle"];1713 -> 1959[label="",style="solid", color="black", weight=3]; 22.16/9.72 1715 -> 4[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1715[label="compare vwx15 vwx16",fontsize=16,color="magenta"];1715 -> 1960[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1715 -> 1961[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1716 -> 25[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1716[label="compare vwx15 vwx16",fontsize=16,color="magenta"];1716 -> 1962[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1716 -> 1963[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1717 -> 26[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1717[label="compare vwx15 vwx16",fontsize=16,color="magenta"];1717 -> 1964[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1717 -> 1965[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1722[label="LT <= LT",fontsize=16,color="black",shape="box"];1722 -> 1966[label="",style="solid", color="black", weight=3]; 22.16/9.72 1723[label="LT <= EQ",fontsize=16,color="black",shape="box"];1723 -> 1967[label="",style="solid", color="black", weight=3]; 22.16/9.72 1724[label="LT <= GT",fontsize=16,color="black",shape="box"];1724 -> 1968[label="",style="solid", color="black", weight=3]; 22.16/9.72 1725[label="EQ <= LT",fontsize=16,color="black",shape="box"];1725 -> 1969[label="",style="solid", color="black", weight=3]; 22.16/9.72 1726[label="EQ <= EQ",fontsize=16,color="black",shape="box"];1726 -> 1970[label="",style="solid", color="black", weight=3]; 22.16/9.72 1727[label="EQ <= GT",fontsize=16,color="black",shape="box"];1727 -> 1971[label="",style="solid", color="black", weight=3]; 22.16/9.72 1728[label="GT <= LT",fontsize=16,color="black",shape="box"];1728 -> 1972[label="",style="solid", color="black", weight=3]; 22.16/9.72 1729[label="GT <= EQ",fontsize=16,color="black",shape="box"];1729 -> 1973[label="",style="solid", color="black", weight=3]; 22.16/9.72 1730[label="GT <= GT",fontsize=16,color="black",shape="box"];1730 -> 1974[label="",style="solid", color="black", weight=3]; 22.16/9.72 1731[label="False <= False",fontsize=16,color="black",shape="box"];1731 -> 1975[label="",style="solid", color="black", weight=3]; 22.16/9.72 1732[label="False <= True",fontsize=16,color="black",shape="box"];1732 -> 1976[label="",style="solid", color="black", weight=3]; 22.16/9.72 1733[label="True <= False",fontsize=16,color="black",shape="box"];1733 -> 1977[label="",style="solid", color="black", weight=3]; 22.16/9.72 1734[label="True <= True",fontsize=16,color="black",shape="box"];1734 -> 1978[label="",style="solid", color="black", weight=3]; 22.16/9.72 1718 -> 29[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1718[label="compare vwx15 vwx16",fontsize=16,color="magenta"];1718 -> 1979[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1718 -> 1980[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1719 -> 30[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1719[label="compare vwx15 vwx16",fontsize=16,color="magenta"];1719 -> 1981[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1719 -> 1982[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1720 -> 31[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1720[label="compare vwx15 vwx16",fontsize=16,color="magenta"];1720 -> 1983[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1720 -> 1984[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1735[label="Nothing <= Nothing",fontsize=16,color="black",shape="box"];1735 -> 1985[label="",style="solid", color="black", weight=3]; 22.16/9.72 1736[label="Nothing <= Just vwx160",fontsize=16,color="black",shape="box"];1736 -> 1986[label="",style="solid", color="black", weight=3]; 22.16/9.72 1737[label="Just vwx150 <= Nothing",fontsize=16,color="black",shape="box"];1737 -> 1987[label="",style="solid", color="black", weight=3]; 22.16/9.72 1738[label="Just vwx150 <= Just vwx160",fontsize=16,color="black",shape="box"];1738 -> 1988[label="",style="solid", color="black", weight=3]; 22.16/9.72 1739[label="(vwx150,vwx151) <= (vwx160,vwx161)",fontsize=16,color="black",shape="box"];1739 -> 1989[label="",style="solid", color="black", weight=3]; 22.16/9.72 1740[label="Left vwx150 <= Left vwx160",fontsize=16,color="black",shape="box"];1740 -> 1990[label="",style="solid", color="black", weight=3]; 22.16/9.72 1741[label="Left vwx150 <= Right vwx160",fontsize=16,color="black",shape="box"];1741 -> 1991[label="",style="solid", color="black", weight=3]; 22.16/9.72 1742[label="Right vwx150 <= Left vwx160",fontsize=16,color="black",shape="box"];1742 -> 1992[label="",style="solid", color="black", weight=3]; 22.16/9.72 1743[label="Right vwx150 <= Right vwx160",fontsize=16,color="black",shape="box"];1743 -> 1993[label="",style="solid", color="black", weight=3]; 22.16/9.72 1721 -> 35[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1721[label="compare vwx15 vwx16",fontsize=16,color="magenta"];1721 -> 1994[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1721 -> 1995[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1744[label="(vwx150,vwx151,vwx152) <= (vwx160,vwx161,vwx162)",fontsize=16,color="black",shape="box"];1744 -> 1996[label="",style="solid", color="black", weight=3]; 22.16/9.72 1745[label="GT",fontsize=16,color="green",shape="box"];1746[label="vwx64",fontsize=16,color="green",shape="box"];1747[label="vwx66",fontsize=16,color="green",shape="box"];1748[label="vwx64",fontsize=16,color="green",shape="box"];1749[label="vwx66",fontsize=16,color="green",shape="box"];1750[label="vwx64",fontsize=16,color="green",shape="box"];1751[label="vwx66",fontsize=16,color="green",shape="box"];1752[label="vwx64",fontsize=16,color="green",shape="box"];1753[label="vwx66",fontsize=16,color="green",shape="box"];1754[label="vwx64",fontsize=16,color="green",shape="box"];1755[label="vwx66",fontsize=16,color="green",shape="box"];1756[label="vwx64",fontsize=16,color="green",shape="box"];1757[label="vwx66",fontsize=16,color="green",shape="box"];1758[label="vwx64",fontsize=16,color="green",shape="box"];1759[label="vwx66",fontsize=16,color="green",shape="box"];1760[label="vwx64",fontsize=16,color="green",shape="box"];1761[label="vwx66",fontsize=16,color="green",shape="box"];1762[label="vwx64",fontsize=16,color="green",shape="box"];1763[label="vwx66",fontsize=16,color="green",shape="box"];1764[label="vwx64",fontsize=16,color="green",shape="box"];1765[label="vwx66",fontsize=16,color="green",shape="box"];1766[label="vwx64",fontsize=16,color="green",shape="box"];1767[label="vwx66",fontsize=16,color="green",shape="box"];1768[label="vwx64",fontsize=16,color="green",shape="box"];1769[label="vwx66",fontsize=16,color="green",shape="box"];1770[label="vwx64",fontsize=16,color="green",shape="box"];1771[label="vwx66",fontsize=16,color="green",shape="box"];1772[label="vwx64",fontsize=16,color="green",shape="box"];1773[label="vwx66",fontsize=16,color="green",shape="box"];1774[label="vwx65",fontsize=16,color="green",shape="box"];1775[label="vwx67",fontsize=16,color="green",shape="box"];1776[label="vwx65",fontsize=16,color="green",shape="box"];1777[label="vwx67",fontsize=16,color="green",shape="box"];1778[label="vwx65",fontsize=16,color="green",shape="box"];1779[label="vwx67",fontsize=16,color="green",shape="box"];1780[label="vwx65",fontsize=16,color="green",shape="box"];1781[label="vwx67",fontsize=16,color="green",shape="box"];1782[label="vwx65",fontsize=16,color="green",shape="box"];1783[label="vwx67",fontsize=16,color="green",shape="box"];1784[label="vwx65",fontsize=16,color="green",shape="box"];1785[label="vwx67",fontsize=16,color="green",shape="box"];1786[label="vwx65",fontsize=16,color="green",shape="box"];1787[label="vwx67",fontsize=16,color="green",shape="box"];1788[label="vwx65",fontsize=16,color="green",shape="box"];1789[label="vwx67",fontsize=16,color="green",shape="box"];1790[label="vwx65",fontsize=16,color="green",shape="box"];1791[label="vwx67",fontsize=16,color="green",shape="box"];1792[label="vwx65",fontsize=16,color="green",shape="box"];1793[label="vwx67",fontsize=16,color="green",shape="box"];1794[label="vwx65",fontsize=16,color="green",shape="box"];1795[label="vwx67",fontsize=16,color="green",shape="box"];1796[label="vwx65",fontsize=16,color="green",shape="box"];1797[label="vwx67",fontsize=16,color="green",shape="box"];1798[label="vwx65",fontsize=16,color="green",shape="box"];1799[label="vwx67",fontsize=16,color="green",shape="box"];1800[label="vwx65",fontsize=16,color="green",shape="box"];1801[label="vwx67",fontsize=16,color="green",shape="box"];1802 -> 23[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1802[label="compare vwx64 vwx66",fontsize=16,color="magenta"];1802 -> 1997[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1802 -> 1998[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1803[label="LT",fontsize=16,color="green",shape="box"];1804 -> 4[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1804[label="compare vwx64 vwx66",fontsize=16,color="magenta"];1804 -> 1999[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1804 -> 2000[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1805[label="LT",fontsize=16,color="green",shape="box"];1806 -> 25[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1806[label="compare vwx64 vwx66",fontsize=16,color="magenta"];1806 -> 2001[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1806 -> 2002[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1807[label="LT",fontsize=16,color="green",shape="box"];1808 -> 26[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1808[label="compare vwx64 vwx66",fontsize=16,color="magenta"];1808 -> 2003[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1808 -> 2004[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1809[label="LT",fontsize=16,color="green",shape="box"];1810 -> 27[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1810[label="compare vwx64 vwx66",fontsize=16,color="magenta"];1810 -> 2005[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1810 -> 2006[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1811[label="LT",fontsize=16,color="green",shape="box"];1812 -> 28[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1812[label="compare vwx64 vwx66",fontsize=16,color="magenta"];1812 -> 2007[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1812 -> 2008[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1813[label="LT",fontsize=16,color="green",shape="box"];1814 -> 29[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1814[label="compare vwx64 vwx66",fontsize=16,color="magenta"];1814 -> 2009[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1814 -> 2010[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1815[label="LT",fontsize=16,color="green",shape="box"];1816 -> 30[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1816[label="compare vwx64 vwx66",fontsize=16,color="magenta"];1816 -> 2011[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1816 -> 2012[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1817[label="LT",fontsize=16,color="green",shape="box"];1818 -> 31[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1818[label="compare vwx64 vwx66",fontsize=16,color="magenta"];1818 -> 2013[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1818 -> 2014[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1819[label="LT",fontsize=16,color="green",shape="box"];1820 -> 32[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1820[label="compare vwx64 vwx66",fontsize=16,color="magenta"];1820 -> 2015[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1820 -> 2016[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1821[label="LT",fontsize=16,color="green",shape="box"];1822 -> 33[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1822[label="compare vwx64 vwx66",fontsize=16,color="magenta"];1822 -> 2017[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1822 -> 2018[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1823[label="LT",fontsize=16,color="green",shape="box"];1824 -> 34[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1824[label="compare vwx64 vwx66",fontsize=16,color="magenta"];1824 -> 2019[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1824 -> 2020[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1825[label="LT",fontsize=16,color="green",shape="box"];1826 -> 35[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1826[label="compare vwx64 vwx66",fontsize=16,color="magenta"];1826 -> 2021[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1826 -> 2022[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1827[label="LT",fontsize=16,color="green",shape="box"];1828 -> 36[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1828[label="compare vwx64 vwx66",fontsize=16,color="magenta"];1828 -> 2023[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1828 -> 2024[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1829[label="LT",fontsize=16,color="green",shape="box"];1830[label="compare1 (vwx114,vwx115) (vwx116,vwx117) False",fontsize=16,color="black",shape="box"];1830 -> 2025[label="",style="solid", color="black", weight=3]; 22.16/9.72 1831[label="compare1 (vwx114,vwx115) (vwx116,vwx117) True",fontsize=16,color="black",shape="box"];1831 -> 2026[label="",style="solid", color="black", weight=3]; 22.16/9.72 1832[label="True",fontsize=16,color="green",shape="box"];1833[label="GT",fontsize=16,color="green",shape="box"];1834[label="GT",fontsize=16,color="green",shape="box"];1835[label="vwx51",fontsize=16,color="green",shape="box"];1836[label="vwx54",fontsize=16,color="green",shape="box"];1837[label="vwx51",fontsize=16,color="green",shape="box"];1838[label="vwx54",fontsize=16,color="green",shape="box"];1839[label="vwx51",fontsize=16,color="green",shape="box"];1840[label="vwx54",fontsize=16,color="green",shape="box"];1841[label="vwx51",fontsize=16,color="green",shape="box"];1842[label="vwx54",fontsize=16,color="green",shape="box"];1843[label="vwx51",fontsize=16,color="green",shape="box"];1844[label="vwx54",fontsize=16,color="green",shape="box"];1845[label="vwx51",fontsize=16,color="green",shape="box"];1846[label="vwx54",fontsize=16,color="green",shape="box"];1847[label="vwx51",fontsize=16,color="green",shape="box"];1848[label="vwx54",fontsize=16,color="green",shape="box"];1849[label="vwx51",fontsize=16,color="green",shape="box"];1850[label="vwx54",fontsize=16,color="green",shape="box"];1851[label="vwx51",fontsize=16,color="green",shape="box"];1852[label="vwx54",fontsize=16,color="green",shape="box"];1853[label="vwx51",fontsize=16,color="green",shape="box"];1854[label="vwx54",fontsize=16,color="green",shape="box"];1855[label="vwx51",fontsize=16,color="green",shape="box"];1856[label="vwx54",fontsize=16,color="green",shape="box"];1857[label="vwx51",fontsize=16,color="green",shape="box"];1858[label="vwx54",fontsize=16,color="green",shape="box"];1859[label="vwx51",fontsize=16,color="green",shape="box"];1860[label="vwx54",fontsize=16,color="green",shape="box"];1861[label="vwx51",fontsize=16,color="green",shape="box"];1862[label="vwx54",fontsize=16,color="green",shape="box"];1870 -> 1112[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1870[label="vwx52 < vwx55",fontsize=16,color="magenta"];1870 -> 2027[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1870 -> 2028[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1871 -> 1113[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1871[label="vwx52 < vwx55",fontsize=16,color="magenta"];1871 -> 2029[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1871 -> 2030[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1872 -> 1114[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1872[label="vwx52 < vwx55",fontsize=16,color="magenta"];1872 -> 2031[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1872 -> 2032[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1873 -> 1115[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1873[label="vwx52 < vwx55",fontsize=16,color="magenta"];1873 -> 2033[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1873 -> 2034[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1874 -> 1116[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1874[label="vwx52 < vwx55",fontsize=16,color="magenta"];1874 -> 2035[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1874 -> 2036[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1875 -> 1117[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1875[label="vwx52 < vwx55",fontsize=16,color="magenta"];1875 -> 2037[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1875 -> 2038[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1876 -> 1118[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1876[label="vwx52 < vwx55",fontsize=16,color="magenta"];1876 -> 2039[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1876 -> 2040[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1877 -> 1119[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1877[label="vwx52 < vwx55",fontsize=16,color="magenta"];1877 -> 2041[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1877 -> 2042[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1878 -> 1120[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1878[label="vwx52 < vwx55",fontsize=16,color="magenta"];1878 -> 2043[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1878 -> 2044[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1879 -> 1121[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1879[label="vwx52 < vwx55",fontsize=16,color="magenta"];1879 -> 2045[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1879 -> 2046[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1880 -> 1122[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1880[label="vwx52 < vwx55",fontsize=16,color="magenta"];1880 -> 2047[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1880 -> 2048[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1881 -> 1123[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1881[label="vwx52 < vwx55",fontsize=16,color="magenta"];1881 -> 2049[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1881 -> 2050[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1882 -> 1124[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1882[label="vwx52 < vwx55",fontsize=16,color="magenta"];1882 -> 2051[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1882 -> 2052[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1883 -> 1125[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1883[label="vwx52 < vwx55",fontsize=16,color="magenta"];1883 -> 2053[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1883 -> 2054[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1884[label="vwx52 == vwx55",fontsize=16,color="blue",shape="box"];3292[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1884 -> 3292[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3292 -> 2055[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3293[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1884 -> 3293[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3293 -> 2056[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3294[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1884 -> 3294[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3294 -> 2057[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3295[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1884 -> 3295[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3295 -> 2058[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3296[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1884 -> 3296[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3296 -> 2059[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3297[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1884 -> 3297[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3297 -> 2060[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3298[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1884 -> 3298[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3298 -> 2061[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3299[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1884 -> 3299[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3299 -> 2062[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3300[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1884 -> 3300[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3300 -> 2063[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3301[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1884 -> 3301[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3301 -> 2064[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3302[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1884 -> 3302[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3302 -> 2065[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3303[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1884 -> 3303[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3303 -> 2066[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3304[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1884 -> 3304[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3304 -> 2067[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3305[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1884 -> 3305[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3305 -> 2068[label="",style="solid", color="blue", weight=3]; 22.16/9.72 1885[label="vwx53 <= vwx56",fontsize=16,color="blue",shape="box"];3306[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1885 -> 3306[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3306 -> 2069[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3307[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1885 -> 3307[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3307 -> 2070[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3308[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1885 -> 3308[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3308 -> 2071[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3309[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1885 -> 3309[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3309 -> 2072[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3310[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1885 -> 3310[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3310 -> 2073[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3311[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1885 -> 3311[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3311 -> 2074[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3312[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1885 -> 3312[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3312 -> 2075[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3313[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1885 -> 3313[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3313 -> 2076[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3314[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1885 -> 3314[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3314 -> 2077[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3315[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1885 -> 3315[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3315 -> 2078[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3316[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1885 -> 3316[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3316 -> 2079[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3317[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1885 -> 3317[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3317 -> 2080[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3318[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1885 -> 3318[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3318 -> 2081[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3319[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1885 -> 3319[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3319 -> 2082[label="",style="solid", color="blue", weight=3]; 22.16/9.72 1886[label="False || vwx143",fontsize=16,color="black",shape="box"];1886 -> 2083[label="",style="solid", color="black", weight=3]; 22.16/9.72 1887[label="True || vwx143",fontsize=16,color="black",shape="box"];1887 -> 2084[label="",style="solid", color="black", weight=3]; 22.16/9.72 1888[label="compare1 (vwx129,vwx130,vwx131) (vwx132,vwx133,vwx134) False",fontsize=16,color="black",shape="box"];1888 -> 2085[label="",style="solid", color="black", weight=3]; 22.16/9.72 1889[label="compare1 (vwx129,vwx130,vwx131) (vwx132,vwx133,vwx134) True",fontsize=16,color="black",shape="box"];1889 -> 2086[label="",style="solid", color="black", weight=3]; 22.16/9.72 1890[label="True",fontsize=16,color="green",shape="box"];1892 -> 759[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1892[label="primMulNat vwx40000 (Succ vwx30100)",fontsize=16,color="magenta"];1892 -> 2087[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1892 -> 2088[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1891[label="primPlusNat vwx144 (Succ vwx30100)",fontsize=16,color="burlywood",shape="triangle"];3320[label="vwx144/Succ vwx1440",fontsize=10,color="white",style="solid",shape="box"];1891 -> 3320[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3320 -> 2089[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 3321[label="vwx144/Zero",fontsize=10,color="white",style="solid",shape="box"];1891 -> 3321[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3321 -> 2090[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 1893[label="vwx3001",fontsize=16,color="green",shape="box"];1894[label="vwx4001",fontsize=16,color="green",shape="box"];1895[label="vwx3001",fontsize=16,color="green",shape="box"];1896[label="vwx4001",fontsize=16,color="green",shape="box"];1897[label="vwx3001",fontsize=16,color="green",shape="box"];1898[label="vwx4001",fontsize=16,color="green",shape="box"];1899[label="vwx3001",fontsize=16,color="green",shape="box"];1900[label="vwx4001",fontsize=16,color="green",shape="box"];1901[label="vwx3001",fontsize=16,color="green",shape="box"];1902[label="vwx4001",fontsize=16,color="green",shape="box"];1903[label="vwx3001",fontsize=16,color="green",shape="box"];1904[label="vwx4001",fontsize=16,color="green",shape="box"];1905[label="vwx3001",fontsize=16,color="green",shape="box"];1906[label="vwx4001",fontsize=16,color="green",shape="box"];1907[label="vwx3001",fontsize=16,color="green",shape="box"];1908[label="vwx4001",fontsize=16,color="green",shape="box"];1909[label="vwx3001",fontsize=16,color="green",shape="box"];1910[label="vwx4001",fontsize=16,color="green",shape="box"];1911[label="vwx3001",fontsize=16,color="green",shape="box"];1912[label="vwx4001",fontsize=16,color="green",shape="box"];1913[label="vwx3001",fontsize=16,color="green",shape="box"];1914[label="vwx4001",fontsize=16,color="green",shape="box"];1915[label="vwx3001",fontsize=16,color="green",shape="box"];1916[label="vwx4001",fontsize=16,color="green",shape="box"];1917[label="vwx3001",fontsize=16,color="green",shape="box"];1918[label="vwx4001",fontsize=16,color="green",shape="box"];1919[label="vwx3001",fontsize=16,color="green",shape="box"];1920[label="vwx4001",fontsize=16,color="green",shape="box"];1921[label="vwx3002",fontsize=16,color="green",shape="box"];1922[label="vwx4002",fontsize=16,color="green",shape="box"];1923[label="vwx3002",fontsize=16,color="green",shape="box"];1924[label="vwx4002",fontsize=16,color="green",shape="box"];1925[label="vwx3002",fontsize=16,color="green",shape="box"];1926[label="vwx4002",fontsize=16,color="green",shape="box"];1927[label="vwx3002",fontsize=16,color="green",shape="box"];1928[label="vwx4002",fontsize=16,color="green",shape="box"];1929[label="vwx3002",fontsize=16,color="green",shape="box"];1930[label="vwx4002",fontsize=16,color="green",shape="box"];1931[label="vwx3002",fontsize=16,color="green",shape="box"];1932[label="vwx4002",fontsize=16,color="green",shape="box"];1933[label="vwx3002",fontsize=16,color="green",shape="box"];1934[label="vwx4002",fontsize=16,color="green",shape="box"];1935[label="vwx3002",fontsize=16,color="green",shape="box"];1936[label="vwx4002",fontsize=16,color="green",shape="box"];1937[label="vwx3002",fontsize=16,color="green",shape="box"];1938[label="vwx4002",fontsize=16,color="green",shape="box"];1939[label="vwx3002",fontsize=16,color="green",shape="box"];1940[label="vwx4002",fontsize=16,color="green",shape="box"];1941[label="vwx3002",fontsize=16,color="green",shape="box"];1942[label="vwx4002",fontsize=16,color="green",shape="box"];1943[label="vwx3002",fontsize=16,color="green",shape="box"];1944[label="vwx4002",fontsize=16,color="green",shape="box"];1945[label="vwx3002",fontsize=16,color="green",shape="box"];1946[label="vwx4002",fontsize=16,color="green",shape="box"];1947[label="vwx3002",fontsize=16,color="green",shape="box"];1948[label="vwx4002",fontsize=16,color="green",shape="box"];1949 -> 1018[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1949[label="primEqNat vwx30000 vwx40000",fontsize=16,color="magenta"];1949 -> 2091[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1949 -> 2092[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1950[label="False",fontsize=16,color="green",shape="box"];1951[label="False",fontsize=16,color="green",shape="box"];1952[label="True",fontsize=16,color="green",shape="box"];1953[label="vwx40000",fontsize=16,color="green",shape="box"];1954[label="vwx30000",fontsize=16,color="green",shape="box"];1955[label="vwx40000",fontsize=16,color="green",shape="box"];1956[label="vwx30000",fontsize=16,color="green",shape="box"];1957[label="vwx16",fontsize=16,color="green",shape="box"];1958[label="vwx15",fontsize=16,color="green",shape="box"];1959 -> 2093[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1959[label="not (vwx138 == GT)",fontsize=16,color="magenta"];1959 -> 2094[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1960[label="vwx15",fontsize=16,color="green",shape="box"];1961[label="vwx16",fontsize=16,color="green",shape="box"];1962[label="vwx16",fontsize=16,color="green",shape="box"];1963[label="vwx15",fontsize=16,color="green",shape="box"];1964[label="vwx16",fontsize=16,color="green",shape="box"];1965[label="vwx15",fontsize=16,color="green",shape="box"];1966[label="True",fontsize=16,color="green",shape="box"];1967[label="True",fontsize=16,color="green",shape="box"];1968[label="True",fontsize=16,color="green",shape="box"];1969[label="False",fontsize=16,color="green",shape="box"];1970[label="True",fontsize=16,color="green",shape="box"];1971[label="True",fontsize=16,color="green",shape="box"];1972[label="False",fontsize=16,color="green",shape="box"];1973[label="False",fontsize=16,color="green",shape="box"];1974[label="True",fontsize=16,color="green",shape="box"];1975[label="True",fontsize=16,color="green",shape="box"];1976[label="True",fontsize=16,color="green",shape="box"];1977[label="False",fontsize=16,color="green",shape="box"];1978[label="True",fontsize=16,color="green",shape="box"];1979[label="vwx16",fontsize=16,color="green",shape="box"];1980[label="vwx15",fontsize=16,color="green",shape="box"];1981[label="vwx16",fontsize=16,color="green",shape="box"];1982[label="vwx15",fontsize=16,color="green",shape="box"];1983[label="vwx16",fontsize=16,color="green",shape="box"];1984[label="vwx15",fontsize=16,color="green",shape="box"];1985[label="True",fontsize=16,color="green",shape="box"];1986[label="True",fontsize=16,color="green",shape="box"];1987[label="False",fontsize=16,color="green",shape="box"];1988[label="vwx150 <= vwx160",fontsize=16,color="blue",shape="box"];3322[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1988 -> 3322[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3322 -> 2095[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3323[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1988 -> 3323[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3323 -> 2096[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3324[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1988 -> 3324[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3324 -> 2097[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3325[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1988 -> 3325[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3325 -> 2098[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3326[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1988 -> 3326[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3326 -> 2099[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3327[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1988 -> 3327[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3327 -> 2100[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3328[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1988 -> 3328[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3328 -> 2101[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3329[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1988 -> 3329[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3329 -> 2102[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3330[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1988 -> 3330[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3330 -> 2103[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3331[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1988 -> 3331[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3331 -> 2104[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3332[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1988 -> 3332[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3332 -> 2105[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3333[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1988 -> 3333[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3333 -> 2106[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3334[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1988 -> 3334[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3334 -> 2107[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3335[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1988 -> 3335[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3335 -> 2108[label="",style="solid", color="blue", weight=3]; 22.16/9.72 1989 -> 1865[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1989[label="vwx150 < vwx160 || vwx150 == vwx160 && vwx151 <= vwx161",fontsize=16,color="magenta"];1989 -> 2109[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1989 -> 2110[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1990[label="vwx150 <= vwx160",fontsize=16,color="blue",shape="box"];3336[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1990 -> 3336[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3336 -> 2111[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3337[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1990 -> 3337[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3337 -> 2112[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3338[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1990 -> 3338[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3338 -> 2113[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3339[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1990 -> 3339[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3339 -> 2114[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3340[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1990 -> 3340[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3340 -> 2115[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3341[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1990 -> 3341[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3341 -> 2116[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3342[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1990 -> 3342[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3342 -> 2117[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3343[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1990 -> 3343[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3343 -> 2118[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3344[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1990 -> 3344[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3344 -> 2119[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3345[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1990 -> 3345[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3345 -> 2120[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3346[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1990 -> 3346[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3346 -> 2121[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3347[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1990 -> 3347[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3347 -> 2122[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3348[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1990 -> 3348[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3348 -> 2123[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3349[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1990 -> 3349[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3349 -> 2124[label="",style="solid", color="blue", weight=3]; 22.16/9.72 1991[label="True",fontsize=16,color="green",shape="box"];1992[label="False",fontsize=16,color="green",shape="box"];1993[label="vwx150 <= vwx160",fontsize=16,color="blue",shape="box"];3350[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1993 -> 3350[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3350 -> 2125[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3351[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1993 -> 3351[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3351 -> 2126[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3352[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1993 -> 3352[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3352 -> 2127[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3353[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1993 -> 3353[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3353 -> 2128[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3354[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1993 -> 3354[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3354 -> 2129[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3355[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1993 -> 3355[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3355 -> 2130[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3356[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1993 -> 3356[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3356 -> 2131[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3357[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1993 -> 3357[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3357 -> 2132[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3358[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1993 -> 3358[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3358 -> 2133[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3359[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1993 -> 3359[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3359 -> 2134[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3360[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1993 -> 3360[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3360 -> 2135[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3361[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1993 -> 3361[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3361 -> 2136[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3362[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1993 -> 3362[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3362 -> 2137[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3363[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1993 -> 3363[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3363 -> 2138[label="",style="solid", color="blue", weight=3]; 22.16/9.72 1994[label="vwx16",fontsize=16,color="green",shape="box"];1995[label="vwx15",fontsize=16,color="green",shape="box"];1996 -> 1865[label="",style="dashed", color="red", weight=0]; 22.16/9.72 1996[label="vwx150 < vwx160 || vwx150 == vwx160 && (vwx151 < vwx161 || vwx151 == vwx161 && vwx152 <= vwx162)",fontsize=16,color="magenta"];1996 -> 2139[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1996 -> 2140[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 1997[label="vwx66",fontsize=16,color="green",shape="box"];1998[label="vwx64",fontsize=16,color="green",shape="box"];1999[label="vwx64",fontsize=16,color="green",shape="box"];2000[label="vwx66",fontsize=16,color="green",shape="box"];2001[label="vwx66",fontsize=16,color="green",shape="box"];2002[label="vwx64",fontsize=16,color="green",shape="box"];2003[label="vwx66",fontsize=16,color="green",shape="box"];2004[label="vwx64",fontsize=16,color="green",shape="box"];2005[label="vwx66",fontsize=16,color="green",shape="box"];2006[label="vwx64",fontsize=16,color="green",shape="box"];2007[label="vwx66",fontsize=16,color="green",shape="box"];2008[label="vwx64",fontsize=16,color="green",shape="box"];2009[label="vwx66",fontsize=16,color="green",shape="box"];2010[label="vwx64",fontsize=16,color="green",shape="box"];2011[label="vwx66",fontsize=16,color="green",shape="box"];2012[label="vwx64",fontsize=16,color="green",shape="box"];2013[label="vwx66",fontsize=16,color="green",shape="box"];2014[label="vwx64",fontsize=16,color="green",shape="box"];2015[label="vwx66",fontsize=16,color="green",shape="box"];2016[label="vwx64",fontsize=16,color="green",shape="box"];2017[label="vwx66",fontsize=16,color="green",shape="box"];2018[label="vwx64",fontsize=16,color="green",shape="box"];2019[label="vwx66",fontsize=16,color="green",shape="box"];2020[label="vwx64",fontsize=16,color="green",shape="box"];2021[label="vwx66",fontsize=16,color="green",shape="box"];2022[label="vwx64",fontsize=16,color="green",shape="box"];2023[label="vwx66",fontsize=16,color="green",shape="box"];2024[label="vwx64",fontsize=16,color="green",shape="box"];2025[label="compare0 (vwx114,vwx115) (vwx116,vwx117) otherwise",fontsize=16,color="black",shape="box"];2025 -> 2141[label="",style="solid", color="black", weight=3]; 22.16/9.72 2026[label="LT",fontsize=16,color="green",shape="box"];2027[label="vwx55",fontsize=16,color="green",shape="box"];2028[label="vwx52",fontsize=16,color="green",shape="box"];2029[label="vwx55",fontsize=16,color="green",shape="box"];2030[label="vwx52",fontsize=16,color="green",shape="box"];2031[label="vwx55",fontsize=16,color="green",shape="box"];2032[label="vwx52",fontsize=16,color="green",shape="box"];2033[label="vwx55",fontsize=16,color="green",shape="box"];2034[label="vwx52",fontsize=16,color="green",shape="box"];2035[label="vwx55",fontsize=16,color="green",shape="box"];2036[label="vwx52",fontsize=16,color="green",shape="box"];2037[label="vwx55",fontsize=16,color="green",shape="box"];2038[label="vwx52",fontsize=16,color="green",shape="box"];2039[label="vwx55",fontsize=16,color="green",shape="box"];2040[label="vwx52",fontsize=16,color="green",shape="box"];2041[label="vwx55",fontsize=16,color="green",shape="box"];2042[label="vwx52",fontsize=16,color="green",shape="box"];2043[label="vwx55",fontsize=16,color="green",shape="box"];2044[label="vwx52",fontsize=16,color="green",shape="box"];2045[label="vwx55",fontsize=16,color="green",shape="box"];2046[label="vwx52",fontsize=16,color="green",shape="box"];2047[label="vwx55",fontsize=16,color="green",shape="box"];2048[label="vwx52",fontsize=16,color="green",shape="box"];2049[label="vwx55",fontsize=16,color="green",shape="box"];2050[label="vwx52",fontsize=16,color="green",shape="box"];2051[label="vwx55",fontsize=16,color="green",shape="box"];2052[label="vwx52",fontsize=16,color="green",shape="box"];2053[label="vwx55",fontsize=16,color="green",shape="box"];2054[label="vwx52",fontsize=16,color="green",shape="box"];2055 -> 295[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2055[label="vwx52 == vwx55",fontsize=16,color="magenta"];2055 -> 2142[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2055 -> 2143[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2056 -> 299[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2056[label="vwx52 == vwx55",fontsize=16,color="magenta"];2056 -> 2144[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2056 -> 2145[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2057 -> 288[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2057[label="vwx52 == vwx55",fontsize=16,color="magenta"];2057 -> 2146[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2057 -> 2147[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2058 -> 294[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2058[label="vwx52 == vwx55",fontsize=16,color="magenta"];2058 -> 2148[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2058 -> 2149[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2059 -> 296[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2059[label="vwx52 == vwx55",fontsize=16,color="magenta"];2059 -> 2150[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2059 -> 2151[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2060 -> 292[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2060[label="vwx52 == vwx55",fontsize=16,color="magenta"];2060 -> 2152[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2060 -> 2153[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2061 -> 300[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2061[label="vwx52 == vwx55",fontsize=16,color="magenta"];2061 -> 2154[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2061 -> 2155[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2062 -> 293[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2062[label="vwx52 == vwx55",fontsize=16,color="magenta"];2062 -> 2156[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2062 -> 2157[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2063 -> 291[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2063[label="vwx52 == vwx55",fontsize=16,color="magenta"];2063 -> 2158[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2063 -> 2159[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2064 -> 297[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2064[label="vwx52 == vwx55",fontsize=16,color="magenta"];2064 -> 2160[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2064 -> 2161[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2065 -> 289[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2065[label="vwx52 == vwx55",fontsize=16,color="magenta"];2065 -> 2162[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2065 -> 2163[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2066 -> 298[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2066[label="vwx52 == vwx55",fontsize=16,color="magenta"];2066 -> 2164[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2066 -> 2165[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2067 -> 290[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2067[label="vwx52 == vwx55",fontsize=16,color="magenta"];2067 -> 2166[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2067 -> 2167[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2068 -> 287[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2068[label="vwx52 == vwx55",fontsize=16,color="magenta"];2068 -> 2168[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2068 -> 2169[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2069 -> 1079[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2069[label="vwx53 <= vwx56",fontsize=16,color="magenta"];2069 -> 2170[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2069 -> 2171[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2070 -> 1080[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2070[label="vwx53 <= vwx56",fontsize=16,color="magenta"];2070 -> 2172[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2070 -> 2173[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2071 -> 1081[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2071[label="vwx53 <= vwx56",fontsize=16,color="magenta"];2071 -> 2174[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2071 -> 2175[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2072 -> 1082[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2072[label="vwx53 <= vwx56",fontsize=16,color="magenta"];2072 -> 2176[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2072 -> 2177[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2073 -> 1083[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2073[label="vwx53 <= vwx56",fontsize=16,color="magenta"];2073 -> 2178[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2073 -> 2179[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2074 -> 1084[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2074[label="vwx53 <= vwx56",fontsize=16,color="magenta"];2074 -> 2180[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2074 -> 2181[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2075 -> 1085[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2075[label="vwx53 <= vwx56",fontsize=16,color="magenta"];2075 -> 2182[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2075 -> 2183[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2076 -> 1086[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2076[label="vwx53 <= vwx56",fontsize=16,color="magenta"];2076 -> 2184[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2076 -> 2185[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2077 -> 1087[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2077[label="vwx53 <= vwx56",fontsize=16,color="magenta"];2077 -> 2186[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2077 -> 2187[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2078 -> 1088[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2078[label="vwx53 <= vwx56",fontsize=16,color="magenta"];2078 -> 2188[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2078 -> 2189[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2079 -> 1089[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2079[label="vwx53 <= vwx56",fontsize=16,color="magenta"];2079 -> 2190[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2079 -> 2191[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2080 -> 1090[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2080[label="vwx53 <= vwx56",fontsize=16,color="magenta"];2080 -> 2192[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2080 -> 2193[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2081 -> 1091[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2081[label="vwx53 <= vwx56",fontsize=16,color="magenta"];2081 -> 2194[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2081 -> 2195[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2082 -> 1092[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2082[label="vwx53 <= vwx56",fontsize=16,color="magenta"];2082 -> 2196[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2082 -> 2197[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2083[label="vwx143",fontsize=16,color="green",shape="box"];2084[label="True",fontsize=16,color="green",shape="box"];2085[label="compare0 (vwx129,vwx130,vwx131) (vwx132,vwx133,vwx134) otherwise",fontsize=16,color="black",shape="box"];2085 -> 2198[label="",style="solid", color="black", weight=3]; 22.16/9.72 2086[label="LT",fontsize=16,color="green",shape="box"];2087[label="Succ vwx30100",fontsize=16,color="green",shape="box"];2088[label="vwx40000",fontsize=16,color="green",shape="box"];2089[label="primPlusNat (Succ vwx1440) (Succ vwx30100)",fontsize=16,color="black",shape="box"];2089 -> 2199[label="",style="solid", color="black", weight=3]; 22.16/9.72 2090[label="primPlusNat Zero (Succ vwx30100)",fontsize=16,color="black",shape="box"];2090 -> 2200[label="",style="solid", color="black", weight=3]; 22.16/9.72 2091[label="vwx40000",fontsize=16,color="green",shape="box"];2092[label="vwx30000",fontsize=16,color="green",shape="box"];2094 -> 296[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2094[label="vwx138 == GT",fontsize=16,color="magenta"];2094 -> 2201[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2094 -> 2202[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2093[label="not vwx145",fontsize=16,color="burlywood",shape="triangle"];3364[label="vwx145/False",fontsize=10,color="white",style="solid",shape="box"];2093 -> 3364[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3364 -> 2203[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 3365[label="vwx145/True",fontsize=10,color="white",style="solid",shape="box"];2093 -> 3365[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3365 -> 2204[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 2095 -> 1079[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2095[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2095 -> 2205[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2095 -> 2206[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2096 -> 1080[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2096[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2096 -> 2207[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2096 -> 2208[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2097 -> 1081[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2097[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2097 -> 2209[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2097 -> 2210[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2098 -> 1082[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2098[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2098 -> 2211[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2098 -> 2212[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2099 -> 1083[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2099[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2099 -> 2213[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2099 -> 2214[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2100 -> 1084[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2100[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2100 -> 2215[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2100 -> 2216[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2101 -> 1085[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2101[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2101 -> 2217[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2101 -> 2218[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2102 -> 1086[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2102[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2102 -> 2219[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2102 -> 2220[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2103 -> 1087[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2103[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2103 -> 2221[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2103 -> 2222[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2104 -> 1088[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2104[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2104 -> 2223[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2104 -> 2224[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2105 -> 1089[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2105[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2105 -> 2225[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2105 -> 2226[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2106 -> 1090[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2106[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2106 -> 2227[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2106 -> 2228[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2107 -> 1091[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2107[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2107 -> 2229[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2107 -> 2230[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2108 -> 1092[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2108[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2108 -> 2231[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2108 -> 2232[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2109[label="vwx150 < vwx160",fontsize=16,color="blue",shape="box"];3366[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2109 -> 3366[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3366 -> 2233[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3367[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2109 -> 3367[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3367 -> 2234[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3368[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2109 -> 3368[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3368 -> 2235[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3369[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2109 -> 3369[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3369 -> 2236[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3370[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2109 -> 3370[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3370 -> 2237[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3371[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2109 -> 3371[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3371 -> 2238[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3372[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2109 -> 3372[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3372 -> 2239[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3373[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2109 -> 3373[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3373 -> 2240[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3374[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2109 -> 3374[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3374 -> 2241[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3375[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2109 -> 3375[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3375 -> 2242[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3376[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2109 -> 3376[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3376 -> 2243[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3377[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2109 -> 3377[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3377 -> 2244[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3378[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2109 -> 3378[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3378 -> 2245[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3379[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2109 -> 3379[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3379 -> 2246[label="",style="solid", color="blue", weight=3]; 22.16/9.72 2110 -> 696[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2110[label="vwx150 == vwx160 && vwx151 <= vwx161",fontsize=16,color="magenta"];2110 -> 2247[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2110 -> 2248[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2111 -> 1079[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2111[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2111 -> 2249[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2111 -> 2250[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2112 -> 1080[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2112[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2112 -> 2251[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2112 -> 2252[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2113 -> 1081[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2113[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2113 -> 2253[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2113 -> 2254[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2114 -> 1082[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2114[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2114 -> 2255[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2114 -> 2256[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2115 -> 1083[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2115[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2115 -> 2257[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2115 -> 2258[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2116 -> 1084[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2116[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2116 -> 2259[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2116 -> 2260[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2117 -> 1085[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2117[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2117 -> 2261[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2117 -> 2262[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2118 -> 1086[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2118[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2118 -> 2263[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2118 -> 2264[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2119 -> 1087[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2119[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2119 -> 2265[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2119 -> 2266[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2120 -> 1088[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2120[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2120 -> 2267[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2120 -> 2268[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2121 -> 1089[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2121[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2121 -> 2269[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2121 -> 2270[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2122 -> 1090[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2122[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2122 -> 2271[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2122 -> 2272[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2123 -> 1091[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2123[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2123 -> 2273[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2123 -> 2274[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2124 -> 1092[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2124[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2124 -> 2275[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2124 -> 2276[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2125 -> 1079[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2125[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2125 -> 2277[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2125 -> 2278[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2126 -> 1080[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2126[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2126 -> 2279[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2126 -> 2280[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2127 -> 1081[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2127[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2127 -> 2281[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2127 -> 2282[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2128 -> 1082[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2128[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2128 -> 2283[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2128 -> 2284[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2129 -> 1083[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2129[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2129 -> 2285[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2129 -> 2286[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2130 -> 1084[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2130[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2130 -> 2287[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2130 -> 2288[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2131 -> 1085[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2131[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2131 -> 2289[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2131 -> 2290[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2132 -> 1086[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2132[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2132 -> 2291[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2132 -> 2292[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2133 -> 1087[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2133[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2133 -> 2293[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2133 -> 2294[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2134 -> 1088[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2134[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2134 -> 2295[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2134 -> 2296[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2135 -> 1089[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2135[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2135 -> 2297[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2135 -> 2298[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2136 -> 1090[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2136[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2136 -> 2299[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2136 -> 2300[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2137 -> 1091[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2137[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2137 -> 2301[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2137 -> 2302[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2138 -> 1092[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2138[label="vwx150 <= vwx160",fontsize=16,color="magenta"];2138 -> 2303[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2138 -> 2304[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2139[label="vwx150 < vwx160",fontsize=16,color="blue",shape="box"];3380[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2139 -> 3380[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3380 -> 2305[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3381[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2139 -> 3381[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3381 -> 2306[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3382[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2139 -> 3382[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3382 -> 2307[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3383[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2139 -> 3383[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3383 -> 2308[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3384[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2139 -> 3384[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3384 -> 2309[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3385[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2139 -> 3385[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3385 -> 2310[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3386[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2139 -> 3386[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3386 -> 2311[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3387[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2139 -> 3387[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3387 -> 2312[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3388[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2139 -> 3388[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3388 -> 2313[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3389[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2139 -> 3389[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3389 -> 2314[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3390[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2139 -> 3390[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3390 -> 2315[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3391[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2139 -> 3391[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3391 -> 2316[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3392[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2139 -> 3392[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3392 -> 2317[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3393[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2139 -> 3393[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3393 -> 2318[label="",style="solid", color="blue", weight=3]; 22.16/9.72 2140 -> 696[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2140[label="vwx150 == vwx160 && (vwx151 < vwx161 || vwx151 == vwx161 && vwx152 <= vwx162)",fontsize=16,color="magenta"];2140 -> 2319[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2140 -> 2320[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2141[label="compare0 (vwx114,vwx115) (vwx116,vwx117) True",fontsize=16,color="black",shape="box"];2141 -> 2321[label="",style="solid", color="black", weight=3]; 22.16/9.72 2142[label="vwx52",fontsize=16,color="green",shape="box"];2143[label="vwx55",fontsize=16,color="green",shape="box"];2144[label="vwx52",fontsize=16,color="green",shape="box"];2145[label="vwx55",fontsize=16,color="green",shape="box"];2146[label="vwx52",fontsize=16,color="green",shape="box"];2147[label="vwx55",fontsize=16,color="green",shape="box"];2148[label="vwx52",fontsize=16,color="green",shape="box"];2149[label="vwx55",fontsize=16,color="green",shape="box"];2150[label="vwx52",fontsize=16,color="green",shape="box"];2151[label="vwx55",fontsize=16,color="green",shape="box"];2152[label="vwx52",fontsize=16,color="green",shape="box"];2153[label="vwx55",fontsize=16,color="green",shape="box"];2154[label="vwx52",fontsize=16,color="green",shape="box"];2155[label="vwx55",fontsize=16,color="green",shape="box"];2156[label="vwx52",fontsize=16,color="green",shape="box"];2157[label="vwx55",fontsize=16,color="green",shape="box"];2158[label="vwx52",fontsize=16,color="green",shape="box"];2159[label="vwx55",fontsize=16,color="green",shape="box"];2160[label="vwx52",fontsize=16,color="green",shape="box"];2161[label="vwx55",fontsize=16,color="green",shape="box"];2162[label="vwx52",fontsize=16,color="green",shape="box"];2163[label="vwx55",fontsize=16,color="green",shape="box"];2164[label="vwx52",fontsize=16,color="green",shape="box"];2165[label="vwx55",fontsize=16,color="green",shape="box"];2166[label="vwx52",fontsize=16,color="green",shape="box"];2167[label="vwx55",fontsize=16,color="green",shape="box"];2168[label="vwx52",fontsize=16,color="green",shape="box"];2169[label="vwx55",fontsize=16,color="green",shape="box"];2170[label="vwx53",fontsize=16,color="green",shape="box"];2171[label="vwx56",fontsize=16,color="green",shape="box"];2172[label="vwx53",fontsize=16,color="green",shape="box"];2173[label="vwx56",fontsize=16,color="green",shape="box"];2174[label="vwx53",fontsize=16,color="green",shape="box"];2175[label="vwx56",fontsize=16,color="green",shape="box"];2176[label="vwx53",fontsize=16,color="green",shape="box"];2177[label="vwx56",fontsize=16,color="green",shape="box"];2178[label="vwx53",fontsize=16,color="green",shape="box"];2179[label="vwx56",fontsize=16,color="green",shape="box"];2180[label="vwx53",fontsize=16,color="green",shape="box"];2181[label="vwx56",fontsize=16,color="green",shape="box"];2182[label="vwx53",fontsize=16,color="green",shape="box"];2183[label="vwx56",fontsize=16,color="green",shape="box"];2184[label="vwx53",fontsize=16,color="green",shape="box"];2185[label="vwx56",fontsize=16,color="green",shape="box"];2186[label="vwx53",fontsize=16,color="green",shape="box"];2187[label="vwx56",fontsize=16,color="green",shape="box"];2188[label="vwx53",fontsize=16,color="green",shape="box"];2189[label="vwx56",fontsize=16,color="green",shape="box"];2190[label="vwx53",fontsize=16,color="green",shape="box"];2191[label="vwx56",fontsize=16,color="green",shape="box"];2192[label="vwx53",fontsize=16,color="green",shape="box"];2193[label="vwx56",fontsize=16,color="green",shape="box"];2194[label="vwx53",fontsize=16,color="green",shape="box"];2195[label="vwx56",fontsize=16,color="green",shape="box"];2196[label="vwx53",fontsize=16,color="green",shape="box"];2197[label="vwx56",fontsize=16,color="green",shape="box"];2198[label="compare0 (vwx129,vwx130,vwx131) (vwx132,vwx133,vwx134) True",fontsize=16,color="black",shape="box"];2198 -> 2322[label="",style="solid", color="black", weight=3]; 22.16/9.72 2199[label="Succ (Succ (primPlusNat vwx1440 vwx30100))",fontsize=16,color="green",shape="box"];2199 -> 2323[label="",style="dashed", color="green", weight=3]; 22.16/9.72 2200[label="Succ vwx30100",fontsize=16,color="green",shape="box"];2201[label="vwx138",fontsize=16,color="green",shape="box"];2202[label="GT",fontsize=16,color="green",shape="box"];2203[label="not False",fontsize=16,color="black",shape="box"];2203 -> 2324[label="",style="solid", color="black", weight=3]; 22.16/9.72 2204[label="not True",fontsize=16,color="black",shape="box"];2204 -> 2325[label="",style="solid", color="black", weight=3]; 22.16/9.72 2205[label="vwx150",fontsize=16,color="green",shape="box"];2206[label="vwx160",fontsize=16,color="green",shape="box"];2207[label="vwx150",fontsize=16,color="green",shape="box"];2208[label="vwx160",fontsize=16,color="green",shape="box"];2209[label="vwx150",fontsize=16,color="green",shape="box"];2210[label="vwx160",fontsize=16,color="green",shape="box"];2211[label="vwx150",fontsize=16,color="green",shape="box"];2212[label="vwx160",fontsize=16,color="green",shape="box"];2213[label="vwx150",fontsize=16,color="green",shape="box"];2214[label="vwx160",fontsize=16,color="green",shape="box"];2215[label="vwx150",fontsize=16,color="green",shape="box"];2216[label="vwx160",fontsize=16,color="green",shape="box"];2217[label="vwx150",fontsize=16,color="green",shape="box"];2218[label="vwx160",fontsize=16,color="green",shape="box"];2219[label="vwx150",fontsize=16,color="green",shape="box"];2220[label="vwx160",fontsize=16,color="green",shape="box"];2221[label="vwx150",fontsize=16,color="green",shape="box"];2222[label="vwx160",fontsize=16,color="green",shape="box"];2223[label="vwx150",fontsize=16,color="green",shape="box"];2224[label="vwx160",fontsize=16,color="green",shape="box"];2225[label="vwx150",fontsize=16,color="green",shape="box"];2226[label="vwx160",fontsize=16,color="green",shape="box"];2227[label="vwx150",fontsize=16,color="green",shape="box"];2228[label="vwx160",fontsize=16,color="green",shape="box"];2229[label="vwx150",fontsize=16,color="green",shape="box"];2230[label="vwx160",fontsize=16,color="green",shape="box"];2231[label="vwx150",fontsize=16,color="green",shape="box"];2232[label="vwx160",fontsize=16,color="green",shape="box"];2233 -> 1112[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2233[label="vwx150 < vwx160",fontsize=16,color="magenta"];2233 -> 2326[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2233 -> 2327[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2234 -> 1113[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2234[label="vwx150 < vwx160",fontsize=16,color="magenta"];2234 -> 2328[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2234 -> 2329[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2235 -> 1114[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2235[label="vwx150 < vwx160",fontsize=16,color="magenta"];2235 -> 2330[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2235 -> 2331[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2236 -> 1115[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2236[label="vwx150 < vwx160",fontsize=16,color="magenta"];2236 -> 2332[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2236 -> 2333[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2237 -> 1116[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2237[label="vwx150 < vwx160",fontsize=16,color="magenta"];2237 -> 2334[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2237 -> 2335[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2238 -> 1117[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2238[label="vwx150 < vwx160",fontsize=16,color="magenta"];2238 -> 2336[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2238 -> 2337[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2239 -> 1118[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2239[label="vwx150 < vwx160",fontsize=16,color="magenta"];2239 -> 2338[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2239 -> 2339[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2240 -> 1119[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2240[label="vwx150 < vwx160",fontsize=16,color="magenta"];2240 -> 2340[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2240 -> 2341[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2241 -> 1120[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2241[label="vwx150 < vwx160",fontsize=16,color="magenta"];2241 -> 2342[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2241 -> 2343[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2242 -> 1121[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2242[label="vwx150 < vwx160",fontsize=16,color="magenta"];2242 -> 2344[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2242 -> 2345[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2243 -> 1122[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2243[label="vwx150 < vwx160",fontsize=16,color="magenta"];2243 -> 2346[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2243 -> 2347[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2244 -> 1123[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2244[label="vwx150 < vwx160",fontsize=16,color="magenta"];2244 -> 2348[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2244 -> 2349[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2245 -> 1124[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2245[label="vwx150 < vwx160",fontsize=16,color="magenta"];2245 -> 2350[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2245 -> 2351[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2246 -> 1125[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2246[label="vwx150 < vwx160",fontsize=16,color="magenta"];2246 -> 2352[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2246 -> 2353[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2247[label="vwx150 == vwx160",fontsize=16,color="blue",shape="box"];3394[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2247 -> 3394[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3394 -> 2354[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3395[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2247 -> 3395[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3395 -> 2355[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3396[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2247 -> 3396[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3396 -> 2356[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3397[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2247 -> 3397[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3397 -> 2357[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3398[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2247 -> 3398[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3398 -> 2358[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3399[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2247 -> 3399[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3399 -> 2359[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3400[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2247 -> 3400[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3400 -> 2360[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3401[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2247 -> 3401[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3401 -> 2361[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3402[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2247 -> 3402[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3402 -> 2362[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3403[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2247 -> 3403[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3403 -> 2363[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3404[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2247 -> 3404[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3404 -> 2364[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3405[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2247 -> 3405[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3405 -> 2365[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3406[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2247 -> 3406[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3406 -> 2366[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3407[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2247 -> 3407[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3407 -> 2367[label="",style="solid", color="blue", weight=3]; 22.16/9.72 2248[label="vwx151 <= vwx161",fontsize=16,color="blue",shape="box"];3408[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2248 -> 3408[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3408 -> 2368[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3409[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2248 -> 3409[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3409 -> 2369[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3410[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2248 -> 3410[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3410 -> 2370[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3411[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2248 -> 3411[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3411 -> 2371[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3412[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2248 -> 3412[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3412 -> 2372[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3413[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2248 -> 3413[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3413 -> 2373[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3414[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2248 -> 3414[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3414 -> 2374[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3415[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2248 -> 3415[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3415 -> 2375[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3416[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2248 -> 3416[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3416 -> 2376[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3417[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2248 -> 3417[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3417 -> 2377[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3418[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2248 -> 3418[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3418 -> 2378[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3419[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2248 -> 3419[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3419 -> 2379[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3420[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2248 -> 3420[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3420 -> 2380[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3421[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2248 -> 3421[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3421 -> 2381[label="",style="solid", color="blue", weight=3]; 22.16/9.72 2249[label="vwx150",fontsize=16,color="green",shape="box"];2250[label="vwx160",fontsize=16,color="green",shape="box"];2251[label="vwx150",fontsize=16,color="green",shape="box"];2252[label="vwx160",fontsize=16,color="green",shape="box"];2253[label="vwx150",fontsize=16,color="green",shape="box"];2254[label="vwx160",fontsize=16,color="green",shape="box"];2255[label="vwx150",fontsize=16,color="green",shape="box"];2256[label="vwx160",fontsize=16,color="green",shape="box"];2257[label="vwx150",fontsize=16,color="green",shape="box"];2258[label="vwx160",fontsize=16,color="green",shape="box"];2259[label="vwx150",fontsize=16,color="green",shape="box"];2260[label="vwx160",fontsize=16,color="green",shape="box"];2261[label="vwx150",fontsize=16,color="green",shape="box"];2262[label="vwx160",fontsize=16,color="green",shape="box"];2263[label="vwx150",fontsize=16,color="green",shape="box"];2264[label="vwx160",fontsize=16,color="green",shape="box"];2265[label="vwx150",fontsize=16,color="green",shape="box"];2266[label="vwx160",fontsize=16,color="green",shape="box"];2267[label="vwx150",fontsize=16,color="green",shape="box"];2268[label="vwx160",fontsize=16,color="green",shape="box"];2269[label="vwx150",fontsize=16,color="green",shape="box"];2270[label="vwx160",fontsize=16,color="green",shape="box"];2271[label="vwx150",fontsize=16,color="green",shape="box"];2272[label="vwx160",fontsize=16,color="green",shape="box"];2273[label="vwx150",fontsize=16,color="green",shape="box"];2274[label="vwx160",fontsize=16,color="green",shape="box"];2275[label="vwx150",fontsize=16,color="green",shape="box"];2276[label="vwx160",fontsize=16,color="green",shape="box"];2277[label="vwx150",fontsize=16,color="green",shape="box"];2278[label="vwx160",fontsize=16,color="green",shape="box"];2279[label="vwx150",fontsize=16,color="green",shape="box"];2280[label="vwx160",fontsize=16,color="green",shape="box"];2281[label="vwx150",fontsize=16,color="green",shape="box"];2282[label="vwx160",fontsize=16,color="green",shape="box"];2283[label="vwx150",fontsize=16,color="green",shape="box"];2284[label="vwx160",fontsize=16,color="green",shape="box"];2285[label="vwx150",fontsize=16,color="green",shape="box"];2286[label="vwx160",fontsize=16,color="green",shape="box"];2287[label="vwx150",fontsize=16,color="green",shape="box"];2288[label="vwx160",fontsize=16,color="green",shape="box"];2289[label="vwx150",fontsize=16,color="green",shape="box"];2290[label="vwx160",fontsize=16,color="green",shape="box"];2291[label="vwx150",fontsize=16,color="green",shape="box"];2292[label="vwx160",fontsize=16,color="green",shape="box"];2293[label="vwx150",fontsize=16,color="green",shape="box"];2294[label="vwx160",fontsize=16,color="green",shape="box"];2295[label="vwx150",fontsize=16,color="green",shape="box"];2296[label="vwx160",fontsize=16,color="green",shape="box"];2297[label="vwx150",fontsize=16,color="green",shape="box"];2298[label="vwx160",fontsize=16,color="green",shape="box"];2299[label="vwx150",fontsize=16,color="green",shape="box"];2300[label="vwx160",fontsize=16,color="green",shape="box"];2301[label="vwx150",fontsize=16,color="green",shape="box"];2302[label="vwx160",fontsize=16,color="green",shape="box"];2303[label="vwx150",fontsize=16,color="green",shape="box"];2304[label="vwx160",fontsize=16,color="green",shape="box"];2305 -> 1112[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2305[label="vwx150 < vwx160",fontsize=16,color="magenta"];2305 -> 2382[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2305 -> 2383[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2306 -> 1113[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2306[label="vwx150 < vwx160",fontsize=16,color="magenta"];2306 -> 2384[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2306 -> 2385[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2307 -> 1114[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2307[label="vwx150 < vwx160",fontsize=16,color="magenta"];2307 -> 2386[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2307 -> 2387[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2308 -> 1115[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2308[label="vwx150 < vwx160",fontsize=16,color="magenta"];2308 -> 2388[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2308 -> 2389[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2309 -> 1116[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2309[label="vwx150 < vwx160",fontsize=16,color="magenta"];2309 -> 2390[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2309 -> 2391[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2310 -> 1117[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2310[label="vwx150 < vwx160",fontsize=16,color="magenta"];2310 -> 2392[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2310 -> 2393[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2311 -> 1118[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2311[label="vwx150 < vwx160",fontsize=16,color="magenta"];2311 -> 2394[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2311 -> 2395[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2312 -> 1119[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2312[label="vwx150 < vwx160",fontsize=16,color="magenta"];2312 -> 2396[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2312 -> 2397[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2313 -> 1120[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2313[label="vwx150 < vwx160",fontsize=16,color="magenta"];2313 -> 2398[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2313 -> 2399[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2314 -> 1121[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2314[label="vwx150 < vwx160",fontsize=16,color="magenta"];2314 -> 2400[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2314 -> 2401[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2315 -> 1122[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2315[label="vwx150 < vwx160",fontsize=16,color="magenta"];2315 -> 2402[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2315 -> 2403[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2316 -> 1123[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2316[label="vwx150 < vwx160",fontsize=16,color="magenta"];2316 -> 2404[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2316 -> 2405[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2317 -> 1124[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2317[label="vwx150 < vwx160",fontsize=16,color="magenta"];2317 -> 2406[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2317 -> 2407[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2318 -> 1125[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2318[label="vwx150 < vwx160",fontsize=16,color="magenta"];2318 -> 2408[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2318 -> 2409[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2319[label="vwx150 == vwx160",fontsize=16,color="blue",shape="box"];3422[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3422[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3422 -> 2410[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3423[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3423[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3423 -> 2411[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3424[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3424[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3424 -> 2412[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3425[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3425[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3425 -> 2413[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3426[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3426[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3426 -> 2414[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3427[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3427[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3427 -> 2415[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3428[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3428[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3428 -> 2416[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3429[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3429[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3429 -> 2417[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3430[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3430[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3430 -> 2418[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3431[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3431[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3431 -> 2419[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3432[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3432[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3432 -> 2420[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3433[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3433[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3433 -> 2421[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3434[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3434[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3434 -> 2422[label="",style="solid", color="blue", weight=3]; 22.16/9.72 3435[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2319 -> 3435[label="",style="solid", color="blue", weight=9]; 22.16/9.72 3435 -> 2423[label="",style="solid", color="blue", weight=3]; 22.16/9.72 2320 -> 1865[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2320[label="vwx151 < vwx161 || vwx151 == vwx161 && vwx152 <= vwx162",fontsize=16,color="magenta"];2320 -> 2424[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2320 -> 2425[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2321[label="GT",fontsize=16,color="green",shape="box"];2322[label="GT",fontsize=16,color="green",shape="box"];2323[label="primPlusNat vwx1440 vwx30100",fontsize=16,color="burlywood",shape="triangle"];3436[label="vwx1440/Succ vwx14400",fontsize=10,color="white",style="solid",shape="box"];2323 -> 3436[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3436 -> 2426[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 3437[label="vwx1440/Zero",fontsize=10,color="white",style="solid",shape="box"];2323 -> 3437[label="",style="solid", color="burlywood", weight=9]; 22.16/9.72 3437 -> 2427[label="",style="solid", color="burlywood", weight=3]; 22.16/9.72 2324[label="True",fontsize=16,color="green",shape="box"];2325[label="False",fontsize=16,color="green",shape="box"];2326[label="vwx160",fontsize=16,color="green",shape="box"];2327[label="vwx150",fontsize=16,color="green",shape="box"];2328[label="vwx160",fontsize=16,color="green",shape="box"];2329[label="vwx150",fontsize=16,color="green",shape="box"];2330[label="vwx160",fontsize=16,color="green",shape="box"];2331[label="vwx150",fontsize=16,color="green",shape="box"];2332[label="vwx160",fontsize=16,color="green",shape="box"];2333[label="vwx150",fontsize=16,color="green",shape="box"];2334[label="vwx160",fontsize=16,color="green",shape="box"];2335[label="vwx150",fontsize=16,color="green",shape="box"];2336[label="vwx160",fontsize=16,color="green",shape="box"];2337[label="vwx150",fontsize=16,color="green",shape="box"];2338[label="vwx160",fontsize=16,color="green",shape="box"];2339[label="vwx150",fontsize=16,color="green",shape="box"];2340[label="vwx160",fontsize=16,color="green",shape="box"];2341[label="vwx150",fontsize=16,color="green",shape="box"];2342[label="vwx160",fontsize=16,color="green",shape="box"];2343[label="vwx150",fontsize=16,color="green",shape="box"];2344[label="vwx160",fontsize=16,color="green",shape="box"];2345[label="vwx150",fontsize=16,color="green",shape="box"];2346[label="vwx160",fontsize=16,color="green",shape="box"];2347[label="vwx150",fontsize=16,color="green",shape="box"];2348[label="vwx160",fontsize=16,color="green",shape="box"];2349[label="vwx150",fontsize=16,color="green",shape="box"];2350[label="vwx160",fontsize=16,color="green",shape="box"];2351[label="vwx150",fontsize=16,color="green",shape="box"];2352[label="vwx160",fontsize=16,color="green",shape="box"];2353[label="vwx150",fontsize=16,color="green",shape="box"];2354 -> 295[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2354[label="vwx150 == vwx160",fontsize=16,color="magenta"];2354 -> 2428[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2354 -> 2429[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2355 -> 299[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2355[label="vwx150 == vwx160",fontsize=16,color="magenta"];2355 -> 2430[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2355 -> 2431[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2356 -> 288[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2356[label="vwx150 == vwx160",fontsize=16,color="magenta"];2356 -> 2432[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2356 -> 2433[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2357 -> 294[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2357[label="vwx150 == vwx160",fontsize=16,color="magenta"];2357 -> 2434[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2357 -> 2435[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2358 -> 296[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2358[label="vwx150 == vwx160",fontsize=16,color="magenta"];2358 -> 2436[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2358 -> 2437[label="",style="dashed", color="magenta", weight=3]; 22.16/9.72 2359 -> 292[label="",style="dashed", color="red", weight=0]; 22.16/9.72 2359[label="vwx150 == vwx160",fontsize=16,color="magenta"];2359 -> 2438[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2359 -> 2439[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2360 -> 300[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2360[label="vwx150 == vwx160",fontsize=16,color="magenta"];2360 -> 2440[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2360 -> 2441[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2361 -> 293[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2361[label="vwx150 == vwx160",fontsize=16,color="magenta"];2361 -> 2442[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2361 -> 2443[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2362 -> 291[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2362[label="vwx150 == vwx160",fontsize=16,color="magenta"];2362 -> 2444[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2362 -> 2445[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2363 -> 297[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2363[label="vwx150 == vwx160",fontsize=16,color="magenta"];2363 -> 2446[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2363 -> 2447[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2364 -> 289[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2364[label="vwx150 == vwx160",fontsize=16,color="magenta"];2364 -> 2448[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2364 -> 2449[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2365 -> 298[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2365[label="vwx150 == vwx160",fontsize=16,color="magenta"];2365 -> 2450[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2365 -> 2451[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2366 -> 290[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2366[label="vwx150 == vwx160",fontsize=16,color="magenta"];2366 -> 2452[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2366 -> 2453[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2367 -> 287[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2367[label="vwx150 == vwx160",fontsize=16,color="magenta"];2367 -> 2454[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2367 -> 2455[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2368 -> 1079[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2368[label="vwx151 <= vwx161",fontsize=16,color="magenta"];2368 -> 2456[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2368 -> 2457[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2369 -> 1080[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2369[label="vwx151 <= vwx161",fontsize=16,color="magenta"];2369 -> 2458[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2369 -> 2459[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2370 -> 1081[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2370[label="vwx151 <= vwx161",fontsize=16,color="magenta"];2370 -> 2460[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2370 -> 2461[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2371 -> 1082[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2371[label="vwx151 <= vwx161",fontsize=16,color="magenta"];2371 -> 2462[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2371 -> 2463[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2372 -> 1083[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2372[label="vwx151 <= vwx161",fontsize=16,color="magenta"];2372 -> 2464[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2372 -> 2465[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2373 -> 1084[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2373[label="vwx151 <= vwx161",fontsize=16,color="magenta"];2373 -> 2466[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2373 -> 2467[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2374 -> 1085[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2374[label="vwx151 <= vwx161",fontsize=16,color="magenta"];2374 -> 2468[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2374 -> 2469[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2375 -> 1086[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2375[label="vwx151 <= vwx161",fontsize=16,color="magenta"];2375 -> 2470[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2375 -> 2471[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2376 -> 1087[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2376[label="vwx151 <= vwx161",fontsize=16,color="magenta"];2376 -> 2472[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2376 -> 2473[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2377 -> 1088[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2377[label="vwx151 <= vwx161",fontsize=16,color="magenta"];2377 -> 2474[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2377 -> 2475[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2378 -> 1089[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2378[label="vwx151 <= vwx161",fontsize=16,color="magenta"];2378 -> 2476[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2378 -> 2477[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2379 -> 1090[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2379[label="vwx151 <= vwx161",fontsize=16,color="magenta"];2379 -> 2478[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2379 -> 2479[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2380 -> 1091[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2380[label="vwx151 <= vwx161",fontsize=16,color="magenta"];2380 -> 2480[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2380 -> 2481[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2381 -> 1092[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2381[label="vwx151 <= vwx161",fontsize=16,color="magenta"];2381 -> 2482[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2381 -> 2483[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2382[label="vwx160",fontsize=16,color="green",shape="box"];2383[label="vwx150",fontsize=16,color="green",shape="box"];2384[label="vwx160",fontsize=16,color="green",shape="box"];2385[label="vwx150",fontsize=16,color="green",shape="box"];2386[label="vwx160",fontsize=16,color="green",shape="box"];2387[label="vwx150",fontsize=16,color="green",shape="box"];2388[label="vwx160",fontsize=16,color="green",shape="box"];2389[label="vwx150",fontsize=16,color="green",shape="box"];2390[label="vwx160",fontsize=16,color="green",shape="box"];2391[label="vwx150",fontsize=16,color="green",shape="box"];2392[label="vwx160",fontsize=16,color="green",shape="box"];2393[label="vwx150",fontsize=16,color="green",shape="box"];2394[label="vwx160",fontsize=16,color="green",shape="box"];2395[label="vwx150",fontsize=16,color="green",shape="box"];2396[label="vwx160",fontsize=16,color="green",shape="box"];2397[label="vwx150",fontsize=16,color="green",shape="box"];2398[label="vwx160",fontsize=16,color="green",shape="box"];2399[label="vwx150",fontsize=16,color="green",shape="box"];2400[label="vwx160",fontsize=16,color="green",shape="box"];2401[label="vwx150",fontsize=16,color="green",shape="box"];2402[label="vwx160",fontsize=16,color="green",shape="box"];2403[label="vwx150",fontsize=16,color="green",shape="box"];2404[label="vwx160",fontsize=16,color="green",shape="box"];2405[label="vwx150",fontsize=16,color="green",shape="box"];2406[label="vwx160",fontsize=16,color="green",shape="box"];2407[label="vwx150",fontsize=16,color="green",shape="box"];2408[label="vwx160",fontsize=16,color="green",shape="box"];2409[label="vwx150",fontsize=16,color="green",shape="box"];2410 -> 295[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2410[label="vwx150 == vwx160",fontsize=16,color="magenta"];2410 -> 2484[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2410 -> 2485[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2411 -> 299[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2411[label="vwx150 == vwx160",fontsize=16,color="magenta"];2411 -> 2486[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2411 -> 2487[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2412 -> 288[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2412[label="vwx150 == vwx160",fontsize=16,color="magenta"];2412 -> 2488[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2412 -> 2489[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2413 -> 294[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2413[label="vwx150 == vwx160",fontsize=16,color="magenta"];2413 -> 2490[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2413 -> 2491[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2414 -> 296[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2414[label="vwx150 == vwx160",fontsize=16,color="magenta"];2414 -> 2492[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2414 -> 2493[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2415 -> 292[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2415[label="vwx150 == vwx160",fontsize=16,color="magenta"];2415 -> 2494[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2415 -> 2495[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2416 -> 300[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2416[label="vwx150 == vwx160",fontsize=16,color="magenta"];2416 -> 2496[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2416 -> 2497[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2417 -> 293[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2417[label="vwx150 == vwx160",fontsize=16,color="magenta"];2417 -> 2498[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2417 -> 2499[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2418 -> 291[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2418[label="vwx150 == vwx160",fontsize=16,color="magenta"];2418 -> 2500[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2418 -> 2501[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2419 -> 297[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2419[label="vwx150 == vwx160",fontsize=16,color="magenta"];2419 -> 2502[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2419 -> 2503[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2420 -> 289[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2420[label="vwx150 == vwx160",fontsize=16,color="magenta"];2420 -> 2504[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2420 -> 2505[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2421 -> 298[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2421[label="vwx150 == vwx160",fontsize=16,color="magenta"];2421 -> 2506[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2421 -> 2507[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2422 -> 290[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2422[label="vwx150 == vwx160",fontsize=16,color="magenta"];2422 -> 2508[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2422 -> 2509[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2423 -> 287[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2423[label="vwx150 == vwx160",fontsize=16,color="magenta"];2423 -> 2510[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2423 -> 2511[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2424[label="vwx151 < vwx161",fontsize=16,color="blue",shape="box"];3438[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2424 -> 3438[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3438 -> 2512[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3439[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2424 -> 3439[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3439 -> 2513[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3440[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2424 -> 3440[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3440 -> 2514[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3441[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2424 -> 3441[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3441 -> 2515[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3442[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2424 -> 3442[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3442 -> 2516[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3443[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2424 -> 3443[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3443 -> 2517[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3444[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2424 -> 3444[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3444 -> 2518[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3445[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2424 -> 3445[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3445 -> 2519[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3446[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2424 -> 3446[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3446 -> 2520[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3447[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2424 -> 3447[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3447 -> 2521[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3448[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2424 -> 3448[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3448 -> 2522[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3449[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2424 -> 3449[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3449 -> 2523[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3450[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2424 -> 3450[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3450 -> 2524[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3451[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2424 -> 3451[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3451 -> 2525[label="",style="solid", color="blue", weight=3]; 22.16/9.73 2425 -> 696[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2425[label="vwx151 == vwx161 && vwx152 <= vwx162",fontsize=16,color="magenta"];2425 -> 2526[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2425 -> 2527[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2426[label="primPlusNat (Succ vwx14400) vwx30100",fontsize=16,color="burlywood",shape="box"];3452[label="vwx30100/Succ vwx301000",fontsize=10,color="white",style="solid",shape="box"];2426 -> 3452[label="",style="solid", color="burlywood", weight=9]; 22.16/9.73 3452 -> 2528[label="",style="solid", color="burlywood", weight=3]; 22.16/9.73 3453[label="vwx30100/Zero",fontsize=10,color="white",style="solid",shape="box"];2426 -> 3453[label="",style="solid", color="burlywood", weight=9]; 22.16/9.73 3453 -> 2529[label="",style="solid", color="burlywood", weight=3]; 22.16/9.73 2427[label="primPlusNat Zero vwx30100",fontsize=16,color="burlywood",shape="box"];3454[label="vwx30100/Succ vwx301000",fontsize=10,color="white",style="solid",shape="box"];2427 -> 3454[label="",style="solid", color="burlywood", weight=9]; 22.16/9.73 3454 -> 2530[label="",style="solid", color="burlywood", weight=3]; 22.16/9.73 3455[label="vwx30100/Zero",fontsize=10,color="white",style="solid",shape="box"];2427 -> 3455[label="",style="solid", color="burlywood", weight=9]; 22.16/9.73 3455 -> 2531[label="",style="solid", color="burlywood", weight=3]; 22.16/9.73 2428[label="vwx150",fontsize=16,color="green",shape="box"];2429[label="vwx160",fontsize=16,color="green",shape="box"];2430[label="vwx150",fontsize=16,color="green",shape="box"];2431[label="vwx160",fontsize=16,color="green",shape="box"];2432[label="vwx150",fontsize=16,color="green",shape="box"];2433[label="vwx160",fontsize=16,color="green",shape="box"];2434[label="vwx150",fontsize=16,color="green",shape="box"];2435[label="vwx160",fontsize=16,color="green",shape="box"];2436[label="vwx150",fontsize=16,color="green",shape="box"];2437[label="vwx160",fontsize=16,color="green",shape="box"];2438[label="vwx150",fontsize=16,color="green",shape="box"];2439[label="vwx160",fontsize=16,color="green",shape="box"];2440[label="vwx150",fontsize=16,color="green",shape="box"];2441[label="vwx160",fontsize=16,color="green",shape="box"];2442[label="vwx150",fontsize=16,color="green",shape="box"];2443[label="vwx160",fontsize=16,color="green",shape="box"];2444[label="vwx150",fontsize=16,color="green",shape="box"];2445[label="vwx160",fontsize=16,color="green",shape="box"];2446[label="vwx150",fontsize=16,color="green",shape="box"];2447[label="vwx160",fontsize=16,color="green",shape="box"];2448[label="vwx150",fontsize=16,color="green",shape="box"];2449[label="vwx160",fontsize=16,color="green",shape="box"];2450[label="vwx150",fontsize=16,color="green",shape="box"];2451[label="vwx160",fontsize=16,color="green",shape="box"];2452[label="vwx150",fontsize=16,color="green",shape="box"];2453[label="vwx160",fontsize=16,color="green",shape="box"];2454[label="vwx150",fontsize=16,color="green",shape="box"];2455[label="vwx160",fontsize=16,color="green",shape="box"];2456[label="vwx151",fontsize=16,color="green",shape="box"];2457[label="vwx161",fontsize=16,color="green",shape="box"];2458[label="vwx151",fontsize=16,color="green",shape="box"];2459[label="vwx161",fontsize=16,color="green",shape="box"];2460[label="vwx151",fontsize=16,color="green",shape="box"];2461[label="vwx161",fontsize=16,color="green",shape="box"];2462[label="vwx151",fontsize=16,color="green",shape="box"];2463[label="vwx161",fontsize=16,color="green",shape="box"];2464[label="vwx151",fontsize=16,color="green",shape="box"];2465[label="vwx161",fontsize=16,color="green",shape="box"];2466[label="vwx151",fontsize=16,color="green",shape="box"];2467[label="vwx161",fontsize=16,color="green",shape="box"];2468[label="vwx151",fontsize=16,color="green",shape="box"];2469[label="vwx161",fontsize=16,color="green",shape="box"];2470[label="vwx151",fontsize=16,color="green",shape="box"];2471[label="vwx161",fontsize=16,color="green",shape="box"];2472[label="vwx151",fontsize=16,color="green",shape="box"];2473[label="vwx161",fontsize=16,color="green",shape="box"];2474[label="vwx151",fontsize=16,color="green",shape="box"];2475[label="vwx161",fontsize=16,color="green",shape="box"];2476[label="vwx151",fontsize=16,color="green",shape="box"];2477[label="vwx161",fontsize=16,color="green",shape="box"];2478[label="vwx151",fontsize=16,color="green",shape="box"];2479[label="vwx161",fontsize=16,color="green",shape="box"];2480[label="vwx151",fontsize=16,color="green",shape="box"];2481[label="vwx161",fontsize=16,color="green",shape="box"];2482[label="vwx151",fontsize=16,color="green",shape="box"];2483[label="vwx161",fontsize=16,color="green",shape="box"];2484[label="vwx150",fontsize=16,color="green",shape="box"];2485[label="vwx160",fontsize=16,color="green",shape="box"];2486[label="vwx150",fontsize=16,color="green",shape="box"];2487[label="vwx160",fontsize=16,color="green",shape="box"];2488[label="vwx150",fontsize=16,color="green",shape="box"];2489[label="vwx160",fontsize=16,color="green",shape="box"];2490[label="vwx150",fontsize=16,color="green",shape="box"];2491[label="vwx160",fontsize=16,color="green",shape="box"];2492[label="vwx150",fontsize=16,color="green",shape="box"];2493[label="vwx160",fontsize=16,color="green",shape="box"];2494[label="vwx150",fontsize=16,color="green",shape="box"];2495[label="vwx160",fontsize=16,color="green",shape="box"];2496[label="vwx150",fontsize=16,color="green",shape="box"];2497[label="vwx160",fontsize=16,color="green",shape="box"];2498[label="vwx150",fontsize=16,color="green",shape="box"];2499[label="vwx160",fontsize=16,color="green",shape="box"];2500[label="vwx150",fontsize=16,color="green",shape="box"];2501[label="vwx160",fontsize=16,color="green",shape="box"];2502[label="vwx150",fontsize=16,color="green",shape="box"];2503[label="vwx160",fontsize=16,color="green",shape="box"];2504[label="vwx150",fontsize=16,color="green",shape="box"];2505[label="vwx160",fontsize=16,color="green",shape="box"];2506[label="vwx150",fontsize=16,color="green",shape="box"];2507[label="vwx160",fontsize=16,color="green",shape="box"];2508[label="vwx150",fontsize=16,color="green",shape="box"];2509[label="vwx160",fontsize=16,color="green",shape="box"];2510[label="vwx150",fontsize=16,color="green",shape="box"];2511[label="vwx160",fontsize=16,color="green",shape="box"];2512 -> 1112[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2512[label="vwx151 < vwx161",fontsize=16,color="magenta"];2512 -> 2532[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2512 -> 2533[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2513 -> 1113[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2513[label="vwx151 < vwx161",fontsize=16,color="magenta"];2513 -> 2534[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2513 -> 2535[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2514 -> 1114[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2514[label="vwx151 < vwx161",fontsize=16,color="magenta"];2514 -> 2536[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2514 -> 2537[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2515 -> 1115[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2515[label="vwx151 < vwx161",fontsize=16,color="magenta"];2515 -> 2538[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2515 -> 2539[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2516 -> 1116[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2516[label="vwx151 < vwx161",fontsize=16,color="magenta"];2516 -> 2540[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2516 -> 2541[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2517 -> 1117[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2517[label="vwx151 < vwx161",fontsize=16,color="magenta"];2517 -> 2542[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2517 -> 2543[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2518 -> 1118[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2518[label="vwx151 < vwx161",fontsize=16,color="magenta"];2518 -> 2544[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2518 -> 2545[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2519 -> 1119[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2519[label="vwx151 < vwx161",fontsize=16,color="magenta"];2519 -> 2546[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2519 -> 2547[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2520 -> 1120[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2520[label="vwx151 < vwx161",fontsize=16,color="magenta"];2520 -> 2548[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2520 -> 2549[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2521 -> 1121[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2521[label="vwx151 < vwx161",fontsize=16,color="magenta"];2521 -> 2550[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2521 -> 2551[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2522 -> 1122[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2522[label="vwx151 < vwx161",fontsize=16,color="magenta"];2522 -> 2552[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2522 -> 2553[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2523 -> 1123[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2523[label="vwx151 < vwx161",fontsize=16,color="magenta"];2523 -> 2554[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2523 -> 2555[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2524 -> 1124[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2524[label="vwx151 < vwx161",fontsize=16,color="magenta"];2524 -> 2556[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2524 -> 2557[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2525 -> 1125[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2525[label="vwx151 < vwx161",fontsize=16,color="magenta"];2525 -> 2558[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2525 -> 2559[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2526[label="vwx151 == vwx161",fontsize=16,color="blue",shape="box"];3456[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2526 -> 3456[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3456 -> 2560[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3457[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2526 -> 3457[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3457 -> 2561[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3458[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2526 -> 3458[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3458 -> 2562[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3459[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2526 -> 3459[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3459 -> 2563[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3460[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2526 -> 3460[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3460 -> 2564[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3461[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2526 -> 3461[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3461 -> 2565[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3462[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2526 -> 3462[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3462 -> 2566[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3463[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2526 -> 3463[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3463 -> 2567[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3464[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2526 -> 3464[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3464 -> 2568[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3465[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2526 -> 3465[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3465 -> 2569[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3466[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2526 -> 3466[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3466 -> 2570[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3467[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2526 -> 3467[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3467 -> 2571[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3468[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2526 -> 3468[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3468 -> 2572[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3469[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2526 -> 3469[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3469 -> 2573[label="",style="solid", color="blue", weight=3]; 22.16/9.73 2527[label="vwx152 <= vwx162",fontsize=16,color="blue",shape="box"];3470[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2527 -> 3470[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3470 -> 2574[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3471[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2527 -> 3471[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3471 -> 2575[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3472[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2527 -> 3472[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3472 -> 2576[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3473[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2527 -> 3473[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3473 -> 2577[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3474[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2527 -> 3474[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3474 -> 2578[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3475[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2527 -> 3475[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3475 -> 2579[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3476[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2527 -> 3476[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3476 -> 2580[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3477[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2527 -> 3477[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3477 -> 2581[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3478[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2527 -> 3478[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3478 -> 2582[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3479[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2527 -> 3479[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3479 -> 2583[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3480[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2527 -> 3480[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3480 -> 2584[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3481[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2527 -> 3481[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3481 -> 2585[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3482[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2527 -> 3482[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3482 -> 2586[label="",style="solid", color="blue", weight=3]; 22.16/9.73 3483[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2527 -> 3483[label="",style="solid", color="blue", weight=9]; 22.16/9.73 3483 -> 2587[label="",style="solid", color="blue", weight=3]; 22.16/9.73 2528[label="primPlusNat (Succ vwx14400) (Succ vwx301000)",fontsize=16,color="black",shape="box"];2528 -> 2588[label="",style="solid", color="black", weight=3]; 22.16/9.73 2529[label="primPlusNat (Succ vwx14400) Zero",fontsize=16,color="black",shape="box"];2529 -> 2589[label="",style="solid", color="black", weight=3]; 22.16/9.73 2530[label="primPlusNat Zero (Succ vwx301000)",fontsize=16,color="black",shape="box"];2530 -> 2590[label="",style="solid", color="black", weight=3]; 22.16/9.73 2531[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];2531 -> 2591[label="",style="solid", color="black", weight=3]; 22.16/9.73 2532[label="vwx161",fontsize=16,color="green",shape="box"];2533[label="vwx151",fontsize=16,color="green",shape="box"];2534[label="vwx161",fontsize=16,color="green",shape="box"];2535[label="vwx151",fontsize=16,color="green",shape="box"];2536[label="vwx161",fontsize=16,color="green",shape="box"];2537[label="vwx151",fontsize=16,color="green",shape="box"];2538[label="vwx161",fontsize=16,color="green",shape="box"];2539[label="vwx151",fontsize=16,color="green",shape="box"];2540[label="vwx161",fontsize=16,color="green",shape="box"];2541[label="vwx151",fontsize=16,color="green",shape="box"];2542[label="vwx161",fontsize=16,color="green",shape="box"];2543[label="vwx151",fontsize=16,color="green",shape="box"];2544[label="vwx161",fontsize=16,color="green",shape="box"];2545[label="vwx151",fontsize=16,color="green",shape="box"];2546[label="vwx161",fontsize=16,color="green",shape="box"];2547[label="vwx151",fontsize=16,color="green",shape="box"];2548[label="vwx161",fontsize=16,color="green",shape="box"];2549[label="vwx151",fontsize=16,color="green",shape="box"];2550[label="vwx161",fontsize=16,color="green",shape="box"];2551[label="vwx151",fontsize=16,color="green",shape="box"];2552[label="vwx161",fontsize=16,color="green",shape="box"];2553[label="vwx151",fontsize=16,color="green",shape="box"];2554[label="vwx161",fontsize=16,color="green",shape="box"];2555[label="vwx151",fontsize=16,color="green",shape="box"];2556[label="vwx161",fontsize=16,color="green",shape="box"];2557[label="vwx151",fontsize=16,color="green",shape="box"];2558[label="vwx161",fontsize=16,color="green",shape="box"];2559[label="vwx151",fontsize=16,color="green",shape="box"];2560 -> 295[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2560[label="vwx151 == vwx161",fontsize=16,color="magenta"];2560 -> 2592[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2560 -> 2593[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2561 -> 299[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2561[label="vwx151 == vwx161",fontsize=16,color="magenta"];2561 -> 2594[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2561 -> 2595[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2562 -> 288[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2562[label="vwx151 == vwx161",fontsize=16,color="magenta"];2562 -> 2596[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2562 -> 2597[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2563 -> 294[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2563[label="vwx151 == vwx161",fontsize=16,color="magenta"];2563 -> 2598[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2563 -> 2599[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2564 -> 296[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2564[label="vwx151 == vwx161",fontsize=16,color="magenta"];2564 -> 2600[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2564 -> 2601[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2565 -> 292[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2565[label="vwx151 == vwx161",fontsize=16,color="magenta"];2565 -> 2602[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2565 -> 2603[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2566 -> 300[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2566[label="vwx151 == vwx161",fontsize=16,color="magenta"];2566 -> 2604[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2566 -> 2605[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2567 -> 293[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2567[label="vwx151 == vwx161",fontsize=16,color="magenta"];2567 -> 2606[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2567 -> 2607[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2568 -> 291[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2568[label="vwx151 == vwx161",fontsize=16,color="magenta"];2568 -> 2608[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2568 -> 2609[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2569 -> 297[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2569[label="vwx151 == vwx161",fontsize=16,color="magenta"];2569 -> 2610[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2569 -> 2611[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2570 -> 289[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2570[label="vwx151 == vwx161",fontsize=16,color="magenta"];2570 -> 2612[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2570 -> 2613[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2571 -> 298[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2571[label="vwx151 == vwx161",fontsize=16,color="magenta"];2571 -> 2614[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2571 -> 2615[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2572 -> 290[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2572[label="vwx151 == vwx161",fontsize=16,color="magenta"];2572 -> 2616[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2572 -> 2617[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2573 -> 287[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2573[label="vwx151 == vwx161",fontsize=16,color="magenta"];2573 -> 2618[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2573 -> 2619[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2574 -> 1079[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2574[label="vwx152 <= vwx162",fontsize=16,color="magenta"];2574 -> 2620[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2574 -> 2621[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2575 -> 1080[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2575[label="vwx152 <= vwx162",fontsize=16,color="magenta"];2575 -> 2622[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2575 -> 2623[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2576 -> 1081[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2576[label="vwx152 <= vwx162",fontsize=16,color="magenta"];2576 -> 2624[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2576 -> 2625[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2577 -> 1082[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2577[label="vwx152 <= vwx162",fontsize=16,color="magenta"];2577 -> 2626[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2577 -> 2627[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2578 -> 1083[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2578[label="vwx152 <= vwx162",fontsize=16,color="magenta"];2578 -> 2628[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2578 -> 2629[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2579 -> 1084[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2579[label="vwx152 <= vwx162",fontsize=16,color="magenta"];2579 -> 2630[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2579 -> 2631[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2580 -> 1085[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2580[label="vwx152 <= vwx162",fontsize=16,color="magenta"];2580 -> 2632[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2580 -> 2633[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2581 -> 1086[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2581[label="vwx152 <= vwx162",fontsize=16,color="magenta"];2581 -> 2634[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2581 -> 2635[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2582 -> 1087[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2582[label="vwx152 <= vwx162",fontsize=16,color="magenta"];2582 -> 2636[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2582 -> 2637[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2583 -> 1088[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2583[label="vwx152 <= vwx162",fontsize=16,color="magenta"];2583 -> 2638[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2583 -> 2639[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2584 -> 1089[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2584[label="vwx152 <= vwx162",fontsize=16,color="magenta"];2584 -> 2640[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2584 -> 2641[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2585 -> 1090[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2585[label="vwx152 <= vwx162",fontsize=16,color="magenta"];2585 -> 2642[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2585 -> 2643[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2586 -> 1091[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2586[label="vwx152 <= vwx162",fontsize=16,color="magenta"];2586 -> 2644[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2586 -> 2645[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2587 -> 1092[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2587[label="vwx152 <= vwx162",fontsize=16,color="magenta"];2587 -> 2646[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2587 -> 2647[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2588[label="Succ (Succ (primPlusNat vwx14400 vwx301000))",fontsize=16,color="green",shape="box"];2588 -> 2648[label="",style="dashed", color="green", weight=3]; 22.16/9.73 2589[label="Succ vwx14400",fontsize=16,color="green",shape="box"];2590[label="Succ vwx301000",fontsize=16,color="green",shape="box"];2591[label="Zero",fontsize=16,color="green",shape="box"];2592[label="vwx151",fontsize=16,color="green",shape="box"];2593[label="vwx161",fontsize=16,color="green",shape="box"];2594[label="vwx151",fontsize=16,color="green",shape="box"];2595[label="vwx161",fontsize=16,color="green",shape="box"];2596[label="vwx151",fontsize=16,color="green",shape="box"];2597[label="vwx161",fontsize=16,color="green",shape="box"];2598[label="vwx151",fontsize=16,color="green",shape="box"];2599[label="vwx161",fontsize=16,color="green",shape="box"];2600[label="vwx151",fontsize=16,color="green",shape="box"];2601[label="vwx161",fontsize=16,color="green",shape="box"];2602[label="vwx151",fontsize=16,color="green",shape="box"];2603[label="vwx161",fontsize=16,color="green",shape="box"];2604[label="vwx151",fontsize=16,color="green",shape="box"];2605[label="vwx161",fontsize=16,color="green",shape="box"];2606[label="vwx151",fontsize=16,color="green",shape="box"];2607[label="vwx161",fontsize=16,color="green",shape="box"];2608[label="vwx151",fontsize=16,color="green",shape="box"];2609[label="vwx161",fontsize=16,color="green",shape="box"];2610[label="vwx151",fontsize=16,color="green",shape="box"];2611[label="vwx161",fontsize=16,color="green",shape="box"];2612[label="vwx151",fontsize=16,color="green",shape="box"];2613[label="vwx161",fontsize=16,color="green",shape="box"];2614[label="vwx151",fontsize=16,color="green",shape="box"];2615[label="vwx161",fontsize=16,color="green",shape="box"];2616[label="vwx151",fontsize=16,color="green",shape="box"];2617[label="vwx161",fontsize=16,color="green",shape="box"];2618[label="vwx151",fontsize=16,color="green",shape="box"];2619[label="vwx161",fontsize=16,color="green",shape="box"];2620[label="vwx152",fontsize=16,color="green",shape="box"];2621[label="vwx162",fontsize=16,color="green",shape="box"];2622[label="vwx152",fontsize=16,color="green",shape="box"];2623[label="vwx162",fontsize=16,color="green",shape="box"];2624[label="vwx152",fontsize=16,color="green",shape="box"];2625[label="vwx162",fontsize=16,color="green",shape="box"];2626[label="vwx152",fontsize=16,color="green",shape="box"];2627[label="vwx162",fontsize=16,color="green",shape="box"];2628[label="vwx152",fontsize=16,color="green",shape="box"];2629[label="vwx162",fontsize=16,color="green",shape="box"];2630[label="vwx152",fontsize=16,color="green",shape="box"];2631[label="vwx162",fontsize=16,color="green",shape="box"];2632[label="vwx152",fontsize=16,color="green",shape="box"];2633[label="vwx162",fontsize=16,color="green",shape="box"];2634[label="vwx152",fontsize=16,color="green",shape="box"];2635[label="vwx162",fontsize=16,color="green",shape="box"];2636[label="vwx152",fontsize=16,color="green",shape="box"];2637[label="vwx162",fontsize=16,color="green",shape="box"];2638[label="vwx152",fontsize=16,color="green",shape="box"];2639[label="vwx162",fontsize=16,color="green",shape="box"];2640[label="vwx152",fontsize=16,color="green",shape="box"];2641[label="vwx162",fontsize=16,color="green",shape="box"];2642[label="vwx152",fontsize=16,color="green",shape="box"];2643[label="vwx162",fontsize=16,color="green",shape="box"];2644[label="vwx152",fontsize=16,color="green",shape="box"];2645[label="vwx162",fontsize=16,color="green",shape="box"];2646[label="vwx152",fontsize=16,color="green",shape="box"];2647[label="vwx162",fontsize=16,color="green",shape="box"];2648 -> 2323[label="",style="dashed", color="red", weight=0]; 22.16/9.73 2648[label="primPlusNat vwx14400 vwx301000",fontsize=16,color="magenta"];2648 -> 2649[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2648 -> 2650[label="",style="dashed", color="magenta", weight=3]; 22.16/9.73 2649[label="vwx14400",fontsize=16,color="green",shape="box"];2650[label="vwx301000",fontsize=16,color="green",shape="box"];} 22.16/9.73 22.16/9.73 ---------------------------------------- 22.16/9.73 22.16/9.73 (14) 22.16/9.73 Complex Obligation (AND) 22.16/9.73 22.16/9.73 ---------------------------------------- 22.16/9.73 22.16/9.73 (15) 22.16/9.73 Obligation: 22.16/9.73 Q DP problem: 22.16/9.73 The TRS P consists of the following rules: 22.16/9.73 22.16/9.73 new_primCmpNat(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat(vwx3000, vwx4000) 22.16/9.73 22.16/9.73 R is empty. 22.16/9.73 Q is empty. 22.16/9.73 We have to consider all minimal (P,Q,R)-chains. 22.16/9.73 ---------------------------------------- 22.16/9.73 22.16/9.73 (16) QDPSizeChangeProof (EQUIVALENT) 22.16/9.73 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 22.16/9.73 22.16/9.73 From the DPs we obtained the following set of size-change graphs: 22.16/9.73 *new_primCmpNat(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat(vwx3000, vwx4000) 22.16/9.73 The graph contains the following edges 1 > 1, 2 > 2 22.16/9.73 22.16/9.73 22.16/9.73 ---------------------------------------- 22.16/9.73 22.16/9.73 (17) 22.16/9.73 YES 22.16/9.73 22.16/9.73 ---------------------------------------- 22.16/9.73 22.16/9.73 (18) 22.16/9.73 Obligation: 22.16/9.73 Q DP problem: 22.16/9.73 The TRS P consists of the following rules: 22.16/9.73 22.16/9.73 new_compare23(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, ccg, cbe, app(app(app(ty_@3, ceg), ceh), cfa)) -> new_ltEs3(vwx53, vwx56, ceg, ceh, cfa) 22.16/9.73 new_compare2(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, eg), app(ty_Maybe, fa))) -> new_ltEs0(vwx151, vwx161, fa) 22.16/9.73 new_compare21(vwx33, vwx34, False, app(app(ty_Either, bhe), bhf), bha) -> new_ltEs2(vwx33, vwx34, bhe, bhf) 22.16/9.73 new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bca, bag, app(ty_Maybe, bdd)) -> new_ltEs0(vwx152, vwx162, bdd) 22.16/9.73 new_ltEs0(Just(vwx150), Just(vwx160), app(app(app(ty_@3, db), dc), dd)) -> new_ltEs3(vwx150, vwx160, db, dc, dd) 22.16/9.73 new_ltEs(vwx15, vwx16, cb) -> new_compare(vwx15, vwx16, cb) 22.16/9.73 new_compare23(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, ccg, app(ty_Maybe, cda), cbf) -> new_lt0(vwx52, vwx55, cda) 22.16/9.73 new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), eg, app(app(app(ty_@3, fg), fh), ga)) -> new_ltEs3(vwx151, vwx161, fg, fh, ga) 22.16/9.73 new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bca, app(ty_[], bcb), bah) -> new_lt(vwx151, vwx161, bcb) 22.16/9.73 new_ltEs0(Just(vwx150), Just(vwx160), app(app(ty_Either, cg), da)) -> new_ltEs2(vwx150, vwx160, cg, da) 22.16/9.73 new_compare2(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bca), bag), app(ty_Maybe, bdd))) -> new_ltEs0(vwx152, vwx162, bdd) 22.16/9.73 new_compare2(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, app(ty_Maybe, bba)), bag), bah)) -> new_lt0(vwx150, vwx160, bba) 22.16/9.73 new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), app(app(app(ty_@3, ed), ee), ef), df) -> new_lt3(vwx150, vwx160, ed, ee, ef) 22.16/9.73 new_ltEs2(Left(vwx150), Left(vwx160), app(ty_[], gb), gc) -> new_ltEs(vwx150, vwx160, gb) 22.16/9.73 new_compare5(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bf, bg, bh) -> new_compare23(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs9(vwx300, vwx400, bf), new_asAs(new_esEs10(vwx301, vwx401, bg), new_esEs11(vwx302, vwx402, bh))), bf, bg, bh) 22.16/9.73 new_compare21(vwx33, vwx34, False, app(ty_[], bgh), bha) -> new_ltEs(vwx33, vwx34, bgh) 22.16/9.73 new_compare22(vwx40, vwx41, False, cab, app(ty_[], cac)) -> new_ltEs(vwx40, vwx41, cac) 22.16/9.73 new_compare2(Just(vwx150), Just(vwx160), False, app(ty_Maybe, app(app(app(ty_@3, db), dc), dd))) -> new_ltEs3(vwx150, vwx160, db, dc, dd) 22.16/9.73 new_compare20(vwx64, vwx65, vwx66, vwx67, False, app(app(ty_Either, bgc), bgd), bgb) -> new_compare4(vwx64, vwx66, bgc, bgd) 22.16/9.73 new_compare2(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, app(app(app(ty_@3, ed), ee), ef)), df)) -> new_lt3(vwx150, vwx160, ed, ee, ef) 22.16/9.73 new_compare2(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bca), app(app(ty_@2, bcd), bce)), bah)) -> new_lt1(vwx151, vwx161, bcd, bce) 22.16/9.73 new_compare23(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, ccg, cbe, app(ty_[], cea)) -> new_ltEs(vwx53, vwx56, cea) 22.16/9.73 new_lt3(vwx64, vwx66, bge, bgf, bgg) -> new_compare5(vwx64, vwx66, bge, bgf, bgg) 22.16/9.73 new_compare22(vwx40, vwx41, False, cab, app(app(ty_@2, cae), caf)) -> new_ltEs1(vwx40, vwx41, cae, caf) 22.16/9.73 new_compare1(Just(vwx300), Just(vwx400), ba) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, ba), ba) 22.16/9.73 new_compare2(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, eg), app(ty_[], eh))) -> new_ltEs(vwx151, vwx161, eh) 22.16/9.73 new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bca, app(ty_Maybe, bcc), bah) -> new_lt0(vwx151, vwx161, bcc) 22.16/9.73 new_compare23(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, ccg, app(ty_[], cch), cbf) -> new_lt(vwx52, vwx55, cch) 22.16/9.73 new_compare20(vwx64, vwx65, vwx66, vwx67, False, app(ty_[], bed), bgb) -> new_compare(vwx64, vwx66, bed) 22.16/9.73 new_primCompAux(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), vwx5, app(app(app(ty_@3, bf), bg), bh)) -> new_compare23(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs9(vwx300, vwx400, bf), new_asAs(new_esEs10(vwx301, vwx401, bg), new_esEs11(vwx302, vwx402, bh))), bf, bg, bh) 22.16/9.73 new_compare2(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, app(app(ty_Either, bbd), bbe)), bag), bah)) -> new_lt2(vwx150, vwx160, bbd, bbe) 22.16/9.73 new_compare2(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bca), app(ty_Maybe, bcc)), bah)) -> new_lt0(vwx151, vwx161, bcc) 22.16/9.73 new_compare23(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, app(app(app(ty_@3, ccd), cce), ccf), cbe, cbf) -> new_lt3(vwx51, vwx54, ccd, cce, ccf) 22.16/9.73 new_compare2(vwx15, vwx16, False, app(ty_[], cb)) -> new_compare(vwx15, vwx16, cb) 22.16/9.73 new_compare2(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bca), bag), app(ty_[], bdc))) -> new_ltEs(vwx152, vwx162, bdc) 22.16/9.73 new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bca, bag, app(app(app(ty_@3, bea), beb), bec)) -> new_ltEs3(vwx152, vwx162, bea, beb, bec) 22.16/9.73 new_compare2(Just(vwx150), Just(vwx160), False, app(ty_Maybe, app(ty_[], cc))) -> new_ltEs(vwx150, vwx160, cc) 22.16/9.73 new_compare20(vwx64, vwx65, vwx66, vwx67, False, beh, app(app(app(ty_@3, bfg), bfh), bga)) -> new_ltEs3(vwx65, vwx67, bfg, bfh, bga) 22.16/9.73 new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bca, app(app(ty_@2, bcd), bce), bah) -> new_lt1(vwx151, vwx161, bcd, bce) 22.16/9.73 new_compare2(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, app(ty_Maybe, dg)), df)) -> new_lt0(vwx150, vwx160, dg) 22.16/9.73 new_compare20(vwx64, vwx65, vwx66, vwx67, False, beh, app(ty_Maybe, bfb)) -> new_ltEs0(vwx65, vwx67, bfb) 22.16/9.73 new_ltEs2(Right(vwx150), Right(vwx160), hd, app(ty_Maybe, hf)) -> new_ltEs0(vwx150, vwx160, hf) 22.16/9.73 new_compare23(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, app(app(ty_Either, ccb), ccc), cbe, cbf) -> new_lt2(vwx51, vwx54, ccb, ccc) 22.16/9.73 new_ltEs0(Just(vwx150), Just(vwx160), app(app(ty_@2, ce), cf)) -> new_ltEs1(vwx150, vwx160, ce, cf) 22.16/9.73 new_compare2(Right(vwx150), Right(vwx160), False, app(app(ty_Either, hd), app(ty_[], he))) -> new_ltEs(vwx150, vwx160, he) 22.16/9.73 new_compare20(vwx64, vwx65, vwx66, vwx67, False, app(app(ty_@2, bef), beg), bgb) -> new_compare3(vwx64, vwx66, bef, beg) 22.16/9.73 new_compare2(Left(vwx150), Left(vwx160), False, app(app(ty_Either, app(app(ty_Either, gg), gh)), gc)) -> new_ltEs2(vwx150, vwx160, gg, gh) 22.16/9.73 new_ltEs2(Right(vwx150), Right(vwx160), hd, app(app(app(ty_@3, bac), bad), bae)) -> new_ltEs3(vwx150, vwx160, bac, bad, bae) 22.16/9.73 new_ltEs0(Just(vwx150), Just(vwx160), app(ty_Maybe, cd)) -> new_ltEs0(vwx150, vwx160, cd) 22.16/9.73 new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), app(app(ty_@2, dh), ea), df) -> new_lt1(vwx150, vwx160, dh, ea) 22.16/9.73 new_compare21(vwx33, vwx34, False, app(app(ty_@2, bhc), bhd), bha) -> new_ltEs1(vwx33, vwx34, bhc, bhd) 22.16/9.73 new_ltEs2(Left(vwx150), Left(vwx160), app(app(ty_@2, ge), gf), gc) -> new_ltEs1(vwx150, vwx160, ge, gf) 22.16/9.73 new_compare23(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, ccg, cbe, app(app(ty_Either, cee), cef)) -> new_ltEs2(vwx53, vwx56, cee, cef) 22.16/9.73 new_compare2(Right(vwx150), Right(vwx160), False, app(app(ty_Either, hd), app(app(ty_Either, baa), bab))) -> new_ltEs2(vwx150, vwx160, baa, bab) 22.16/9.73 new_compare2(Right(vwx150), Right(vwx160), False, app(app(ty_Either, hd), app(ty_Maybe, hf))) -> new_ltEs0(vwx150, vwx160, hf) 22.16/9.73 new_compare2(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, app(app(ty_@2, bbb), bbc)), bag), bah)) -> new_lt1(vwx150, vwx160, bbb, bbc) 22.16/9.73 new_lt0(vwx64, vwx66, bee) -> new_compare1(vwx64, vwx66, bee) 22.16/9.73 new_compare2(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bca), bag), app(app(ty_@2, bde), bdf))) -> new_ltEs1(vwx152, vwx162, bde, bdf) 22.16/9.73 new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), eg, app(ty_[], eh)) -> new_ltEs(vwx151, vwx161, eh) 22.16/9.73 new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), app(app(app(ty_@3, bbf), bbg), bbh), bag, bah) -> new_lt3(vwx150, vwx160, bbf, bbg, bbh) 22.16/9.73 new_compare4(Left(vwx300), Left(vwx400), bd, be) -> new_compare21(vwx300, vwx400, new_esEs7(vwx300, vwx400, bd), bd, be) 22.16/9.73 new_compare2(Just(vwx150), Just(vwx160), False, app(ty_Maybe, app(app(ty_@2, ce), cf))) -> new_ltEs1(vwx150, vwx160, ce, cf) 22.16/9.73 new_compare23(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, ccg, app(app(ty_@2, cdb), cdc), cbf) -> new_lt1(vwx52, vwx55, cdb, cdc) 22.16/9.73 new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), eg, app(app(ty_Either, fd), ff)) -> new_ltEs2(vwx151, vwx161, fd, ff) 22.16/9.73 new_compare21(vwx33, vwx34, False, app(ty_Maybe, bhb), bha) -> new_ltEs0(vwx33, vwx34, bhb) 22.16/9.73 new_compare21(vwx33, vwx34, False, app(app(app(ty_@3, bhg), bhh), caa), bha) -> new_ltEs3(vwx33, vwx34, bhg, bhh, caa) 22.16/9.73 new_compare20(vwx64, vwx65, vwx66, vwx67, False, beh, app(app(ty_@2, bfc), bfd)) -> new_ltEs1(vwx65, vwx67, bfc, bfd) 22.16/9.73 new_lt2(vwx64, vwx66, bgc, bgd) -> new_compare4(vwx64, vwx66, bgc, bgd) 22.16/9.73 new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), app(app(ty_Either, bbd), bbe), bag, bah) -> new_lt2(vwx150, vwx160, bbd, bbe) 22.16/9.73 new_compare22(vwx40, vwx41, False, cab, app(ty_Maybe, cad)) -> new_ltEs0(vwx40, vwx41, cad) 22.16/9.73 new_compare3(@2(vwx300, vwx301), @2(vwx400, vwx401), bb, bc) -> new_compare20(vwx300, vwx301, vwx400, vwx401, new_asAs(new_esEs5(vwx300, vwx400, bb), new_esEs6(vwx301, vwx401, bc)), bb, bc) 22.16/9.73 new_compare23(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, ccg, app(app(ty_Either, cdd), cde), cbf) -> new_lt2(vwx52, vwx55, cdd, cde) 22.16/9.73 new_compare20(vwx64, vwx65, vwx66, vwx67, False, beh, app(app(ty_Either, bfe), bff)) -> new_ltEs2(vwx65, vwx67, bfe, bff) 22.16/9.73 new_compare4(Right(vwx300), Right(vwx400), bd, be) -> new_compare22(vwx300, vwx400, new_esEs8(vwx300, vwx400, be), bd, be) 22.16/9.73 new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), app(app(ty_@2, bbb), bbc), bag, bah) -> new_lt1(vwx150, vwx160, bbb, bbc) 22.16/9.73 new_lt1(vwx64, vwx66, bef, beg) -> new_compare3(vwx64, vwx66, bef, beg) 22.16/9.73 new_compare2(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, app(ty_[], baf)), bag), bah)) -> new_lt(vwx150, vwx160, baf) 22.16/9.73 new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), app(app(ty_Either, eb), ec), df) -> new_lt2(vwx150, vwx160, eb, ec) 22.16/9.73 new_ltEs0(Just(vwx150), Just(vwx160), app(ty_[], cc)) -> new_ltEs(vwx150, vwx160, cc) 22.16/9.73 new_compare2(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, app(app(app(ty_@3, bbf), bbg), bbh)), bag), bah)) -> new_lt3(vwx150, vwx160, bbf, bbg, bbh) 22.16/9.73 new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), app(ty_Maybe, dg), df) -> new_lt0(vwx150, vwx160, dg) 22.16/9.73 new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), app(ty_[], baf), bag, bah) -> new_lt(vwx150, vwx160, baf) 22.16/9.73 new_primCompAux(Just(vwx300), Just(vwx400), vwx5, app(ty_Maybe, ba)) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, ba), ba) 22.16/9.73 new_compare2(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bca), app(app(ty_Either, bcf), bcg)), bah)) -> new_lt2(vwx151, vwx161, bcf, bcg) 22.16/9.73 new_compare20(vwx64, vwx65, vwx66, vwx67, False, app(app(app(ty_@3, bge), bgf), bgg), bgb) -> new_compare5(vwx64, vwx66, bge, bgf, bgg) 22.16/9.73 new_compare2(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, eg), app(app(app(ty_@3, fg), fh), ga))) -> new_ltEs3(vwx151, vwx161, fg, fh, ga) 22.16/9.73 new_compare23(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, app(app(ty_@2, cbh), cca), cbe, cbf) -> new_lt1(vwx51, vwx54, cbh, cca) 22.16/9.73 new_compare23(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, app(ty_Maybe, cbg), cbe, cbf) -> new_lt0(vwx51, vwx54, cbg) 22.16/9.73 new_primCompAux(Right(vwx300), Right(vwx400), vwx5, app(app(ty_Either, bd), be)) -> new_compare22(vwx300, vwx400, new_esEs8(vwx300, vwx400, be), bd, be) 22.16/9.73 new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), eg, app(ty_Maybe, fa)) -> new_ltEs0(vwx151, vwx161, fa) 22.16/9.73 new_compare2(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, app(ty_[], de)), df)) -> new_lt(vwx150, vwx160, de) 22.16/9.73 new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bca, app(app(ty_Either, bcf), bcg), bah) -> new_lt2(vwx151, vwx161, bcf, bcg) 22.16/9.73 new_compare2(Left(vwx150), Left(vwx160), False, app(app(ty_Either, app(ty_[], gb)), gc)) -> new_ltEs(vwx150, vwx160, gb) 22.16/9.73 new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), eg, app(app(ty_@2, fb), fc)) -> new_ltEs1(vwx151, vwx161, fb, fc) 22.16/9.73 new_compare22(vwx40, vwx41, False, cab, app(app(app(ty_@3, cba), cbb), cbc)) -> new_ltEs3(vwx40, vwx41, cba, cbb, cbc) 22.16/9.73 new_compare2(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, eg), app(app(ty_Either, fd), ff))) -> new_ltEs2(vwx151, vwx161, fd, ff) 22.16/9.73 new_compare2(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bca), bag), app(app(ty_Either, bdg), bdh))) -> new_ltEs2(vwx152, vwx162, bdg, bdh) 22.16/9.73 new_lt(vwx64, vwx66, bed) -> new_compare(vwx64, vwx66, bed) 22.16/9.73 new_ltEs2(Left(vwx150), Left(vwx160), app(app(app(ty_@3, ha), hb), hc), gc) -> new_ltEs3(vwx150, vwx160, ha, hb, hc) 22.16/9.73 new_compare(:(vwx30, vwx31), :(vwx40, vwx41), ca) -> new_primCompAux(vwx30, vwx40, new_compare0(vwx31, vwx41, ca), ca) 22.16/9.73 new_compare20(vwx64, vwx65, vwx66, vwx67, False, beh, app(ty_[], bfa)) -> new_ltEs(vwx65, vwx67, bfa) 22.16/9.73 new_ltEs2(Right(vwx150), Right(vwx160), hd, app(app(ty_Either, baa), bab)) -> new_ltEs2(vwx150, vwx160, baa, bab) 22.16/9.73 new_compare2(Right(vwx150), Right(vwx160), False, app(app(ty_Either, hd), app(app(app(ty_@3, bac), bad), bae))) -> new_ltEs3(vwx150, vwx160, bac, bad, bae) 22.16/9.73 new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bca, bag, app(app(ty_Either, bdg), bdh)) -> new_ltEs2(vwx152, vwx162, bdg, bdh) 22.16/9.73 new_compare2(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bca), app(app(app(ty_@3, bch), bda), bdb)), bah)) -> new_lt3(vwx151, vwx161, bch, bda, bdb) 22.16/9.73 new_compare22(vwx40, vwx41, False, cab, app(app(ty_Either, cag), cah)) -> new_ltEs2(vwx40, vwx41, cag, cah) 22.16/9.73 new_primCompAux(vwx30, vwx40, vwx5, app(ty_[], h)) -> new_compare(vwx30, vwx40, h) 22.16/9.73 new_ltEs2(Left(vwx150), Left(vwx160), app(ty_Maybe, gd), gc) -> new_ltEs0(vwx150, vwx160, gd) 22.16/9.73 new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bca, bag, app(ty_[], bdc)) -> new_ltEs(vwx152, vwx162, bdc) 22.16/9.73 new_compare2(Just(vwx150), Just(vwx160), False, app(ty_Maybe, app(ty_Maybe, cd))) -> new_ltEs0(vwx150, vwx160, cd) 22.16/9.73 new_compare2(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, app(app(ty_Either, eb), ec)), df)) -> new_lt2(vwx150, vwx160, eb, ec) 22.16/9.73 new_compare2(Left(vwx150), Left(vwx160), False, app(app(ty_Either, app(ty_Maybe, gd)), gc)) -> new_ltEs0(vwx150, vwx160, gd) 22.16/9.73 new_compare23(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, ccg, app(app(app(ty_@3, cdf), cdg), cdh), cbf) -> new_lt3(vwx52, vwx55, cdf, cdg, cdh) 22.16/9.73 new_compare23(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, ccg, cbe, app(app(ty_@2, cec), ced)) -> new_ltEs1(vwx53, vwx56, cec, ced) 22.16/9.73 new_compare20(vwx64, vwx65, vwx66, vwx67, False, app(ty_Maybe, bee), bgb) -> new_compare1(vwx64, vwx66, bee) 22.16/9.73 new_primCompAux(Left(vwx300), Left(vwx400), vwx5, app(app(ty_Either, bd), be)) -> new_compare21(vwx300, vwx400, new_esEs7(vwx300, vwx400, bd), bd, be) 22.16/9.73 new_compare2(Just(vwx150), Just(vwx160), False, app(ty_Maybe, app(app(ty_Either, cg), da))) -> new_ltEs2(vwx150, vwx160, cg, da) 22.16/9.73 new_compare2(Left(vwx150), Left(vwx160), False, app(app(ty_Either, app(app(ty_@2, ge), gf)), gc)) -> new_ltEs1(vwx150, vwx160, ge, gf) 22.16/9.73 new_compare(:(vwx30, vwx31), :(vwx40, vwx41), ca) -> new_compare(vwx31, vwx41, ca) 22.16/9.73 new_primCompAux(@2(vwx300, vwx301), @2(vwx400, vwx401), vwx5, app(app(ty_@2, bb), bc)) -> new_compare20(vwx300, vwx301, vwx400, vwx401, new_asAs(new_esEs5(vwx300, vwx400, bb), new_esEs6(vwx301, vwx401, bc)), bb, bc) 22.16/9.73 new_compare2(Right(vwx150), Right(vwx160), False, app(app(ty_Either, hd), app(app(ty_@2, hg), hh))) -> new_ltEs1(vwx150, vwx160, hg, hh) 22.16/9.73 new_ltEs2(Left(vwx150), Left(vwx160), app(app(ty_Either, gg), gh), gc) -> new_ltEs2(vwx150, vwx160, gg, gh) 22.16/9.73 new_compare23(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, ccg, cbe, app(ty_Maybe, ceb)) -> new_ltEs0(vwx53, vwx56, ceb) 22.16/9.73 new_compare2(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, app(app(ty_@2, dh), ea)), df)) -> new_lt1(vwx150, vwx160, dh, ea) 22.16/9.73 new_compare2(Left(vwx150), Left(vwx160), False, app(app(ty_Either, app(app(app(ty_@3, ha), hb), hc)), gc)) -> new_ltEs3(vwx150, vwx160, ha, hb, hc) 22.16/9.73 new_compare23(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, app(ty_[], cbd), cbe, cbf) -> new_lt(vwx51, vwx54, cbd) 22.16/9.73 new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bca, bag, app(app(ty_@2, bde), bdf)) -> new_ltEs1(vwx152, vwx162, bde, bdf) 22.16/9.73 new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), app(ty_[], de), df) -> new_lt(vwx150, vwx160, de) 22.16/9.73 new_compare2(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bca), app(ty_[], bcb)), bah)) -> new_lt(vwx151, vwx161, bcb) 22.16/9.73 new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), app(ty_Maybe, bba), bag, bah) -> new_lt0(vwx150, vwx160, bba) 22.16/9.73 new_compare2(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bca), bag), app(app(app(ty_@3, bea), beb), bec))) -> new_ltEs3(vwx152, vwx162, bea, beb, bec) 22.16/9.73 new_ltEs2(Right(vwx150), Right(vwx160), hd, app(app(ty_@2, hg), hh)) -> new_ltEs1(vwx150, vwx160, hg, hh) 22.16/9.73 new_ltEs2(Right(vwx150), Right(vwx160), hd, app(ty_[], he)) -> new_ltEs(vwx150, vwx160, he) 22.16/9.73 new_compare2(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, eg), app(app(ty_@2, fb), fc))) -> new_ltEs1(vwx151, vwx161, fb, fc) 22.16/9.73 new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bca, app(app(app(ty_@3, bch), bda), bdb), bah) -> new_lt3(vwx151, vwx161, bch, bda, bdb) 22.16/9.73 22.16/9.73 The TRS R consists of the following rules: 22.16/9.73 22.16/9.73 new_esEs27(vwx3000, vwx4000, ty_Double) -> new_esEs15(vwx3000, vwx4000) 22.16/9.73 new_compare19(vwx30, vwx40, app(ty_Maybe, ba)) -> new_compare25(vwx30, vwx40, ba) 22.16/9.73 new_lt9(vwx64, vwx66) -> new_esEs21(new_compare7(vwx64, vwx66), LT) 22.16/9.73 new_ltEs5(vwx151, vwx161, ty_Int) -> new_ltEs9(vwx151, vwx161) 22.16/9.73 new_primCmpInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> LT 22.16/9.73 new_lt21(vwx52, vwx55, app(app(ty_@2, cdb), cdc)) -> new_lt15(vwx52, vwx55, cdb, cdc) 22.16/9.73 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 22.16/9.73 new_esEs11(vwx302, vwx402, app(ty_[], egb)) -> new_esEs24(vwx302, vwx402, egb) 22.16/9.73 new_ltEs23(vwx40, vwx41, app(ty_Ratio, edd)) -> new_ltEs13(vwx40, vwx41, edd) 22.16/9.73 new_esEs36(vwx3001, vwx4001, app(app(ty_@2, fcd), fce)) -> new_esEs14(vwx3001, vwx4001, fcd, fce) 22.16/9.73 new_pePe(True, vwx143) -> True 22.16/9.73 new_esEs9(vwx300, vwx400, app(app(ty_@2, edh), eea)) -> new_esEs14(vwx300, vwx400, edh, eea) 22.16/9.73 new_ltEs20(vwx65, vwx67, app(ty_Maybe, bfb)) -> new_ltEs15(vwx65, vwx67, bfb) 22.16/9.73 new_esEs22(Just(vwx3000), Just(vwx4000), ty_Bool) -> new_esEs17(vwx3000, vwx4000) 22.16/9.73 new_compare15(True, False) -> GT 22.16/9.73 new_lt21(vwx52, vwx55, ty_@0) -> new_lt4(vwx52, vwx55) 22.16/9.73 new_esEs31(vwx150, vwx160, ty_Char) -> new_esEs13(vwx150, vwx160) 22.16/9.73 new_esEs22(Just(vwx3000), Just(vwx4000), ty_@0) -> new_esEs25(vwx3000, vwx4000) 22.16/9.73 new_esEs30(vwx52, vwx55, ty_Int) -> new_esEs19(vwx52, vwx55) 22.16/9.73 new_ltEs16(Left(vwx150), Left(vwx160), ty_Float, gc) -> new_ltEs6(vwx150, vwx160) 22.16/9.73 new_compare13(EQ, GT) -> LT 22.16/9.73 new_esEs23(Right(vwx3000), Right(vwx4000), dbh, app(app(app(ty_@3, dca), dcb), dcc)) -> new_esEs12(vwx3000, vwx4000, dca, dcb, dcc) 22.16/9.73 new_compare112(vwx87, vwx88, True, ffg) -> LT 22.16/9.73 new_esEs4(vwx300, vwx400, ty_Char) -> new_esEs13(vwx300, vwx400) 22.16/9.73 new_ltEs24(vwx15, vwx16, app(app(ty_@2, eg), df)) -> new_ltEs4(vwx15, vwx16, eg, df) 22.16/9.73 new_esEs27(vwx3000, vwx4000, ty_Float) -> new_esEs20(vwx3000, vwx4000) 22.16/9.73 new_lt19(vwx64, vwx66, ty_Ordering) -> new_lt10(vwx64, vwx66) 22.16/9.73 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 22.16/9.73 new_lt23(vwx151, vwx161, ty_Char) -> new_lt8(vwx151, vwx161) 22.16/9.73 new_esEs37(vwx3002, vwx4002, ty_Bool) -> new_esEs17(vwx3002, vwx4002) 22.16/9.73 new_primCmpInt(Pos(Zero), Neg(Succ(vwx4000))) -> GT 22.16/9.73 new_esEs33(vwx3000, vwx4000, ty_Integer) -> new_esEs16(vwx3000, vwx4000) 22.16/9.73 new_esEs39(vwx3001, vwx4001, ty_Int) -> new_esEs19(vwx3001, vwx4001) 22.16/9.73 new_fsEs(vwx138) -> new_not(new_esEs21(vwx138, GT)) 22.16/9.73 new_esEs37(vwx3002, vwx4002, app(ty_Maybe, fea)) -> new_esEs22(vwx3002, vwx4002, fea) 22.16/9.73 new_lt5(vwx150, vwx160, ty_Bool) -> new_lt11(vwx150, vwx160) 22.16/9.73 new_primCmpInt(Neg(Succ(vwx3000)), Neg(vwx400)) -> new_primCmpNat0(vwx400, Succ(vwx3000)) 22.16/9.73 new_compare0(:(vwx30, vwx31), :(vwx40, vwx41), ca) -> new_primCompAux1(vwx30, vwx40, new_compare0(vwx31, vwx41, ca), ca) 22.16/9.73 new_esEs27(vwx3000, vwx4000, ty_Integer) -> new_esEs16(vwx3000, vwx4000) 22.16/9.73 new_esEs6(vwx301, vwx401, ty_Integer) -> new_esEs16(vwx301, vwx401) 22.16/9.73 new_compare211(vwx15, vwx16, True, ffh) -> EQ 22.16/9.73 new_compare111(vwx102, vwx103, True, eeg, eeh) -> LT 22.16/9.73 new_esEs27(vwx3000, vwx4000, app(ty_Maybe, dgc)) -> new_esEs22(vwx3000, vwx4000, dgc) 22.16/9.73 new_esEs37(vwx3002, vwx4002, ty_@0) -> new_esEs25(vwx3002, vwx4002) 22.16/9.73 new_ltEs10(GT, LT) -> False 22.16/9.73 new_esEs32(vwx151, vwx161, app(ty_[], bcb)) -> new_esEs24(vwx151, vwx161, bcb) 22.16/9.73 new_lt20(vwx51, vwx54, ty_Ordering) -> new_lt10(vwx51, vwx54) 22.16/9.73 new_ltEs16(Right(vwx150), Right(vwx160), hd, ty_Ordering) -> new_ltEs10(vwx150, vwx160) 22.16/9.73 new_ltEs16(Right(vwx150), Right(vwx160), hd, ty_Integer) -> new_ltEs14(vwx150, vwx160) 22.16/9.73 new_esEs26(vwx150, vwx160, ty_Ordering) -> new_esEs21(vwx150, vwx160) 22.16/9.73 new_esEs5(vwx300, vwx400, app(ty_[], ebf)) -> new_esEs24(vwx300, vwx400, ebf) 22.16/9.73 new_primCompAux0(vwx9, GT) -> GT 22.16/9.73 new_esEs37(vwx3002, vwx4002, ty_Double) -> new_esEs15(vwx3002, vwx4002) 22.16/9.73 new_ltEs24(vwx15, vwx16, ty_Float) -> new_ltEs6(vwx15, vwx16) 22.16/9.73 new_esEs33(vwx3000, vwx4000, ty_Float) -> new_esEs20(vwx3000, vwx4000) 22.16/9.73 new_esEs29(vwx51, vwx54, app(app(app(ty_@3, ccd), cce), ccf)) -> new_esEs12(vwx51, vwx54, ccd, cce, ccf) 22.16/9.73 new_primEqInt(Pos(Succ(vwx30000)), Pos(Zero)) -> False 22.16/9.73 new_primEqInt(Pos(Zero), Pos(Succ(vwx40000))) -> False 22.16/9.73 new_lt21(vwx52, vwx55, ty_Float) -> new_lt6(vwx52, vwx55) 22.16/9.73 new_esEs37(vwx3002, vwx4002, ty_Ordering) -> new_esEs21(vwx3002, vwx4002) 22.16/9.73 new_esEs7(vwx300, vwx400, ty_Int) -> new_esEs19(vwx300, vwx400) 22.16/9.73 new_lt8(vwx64, vwx66) -> new_esEs21(new_compare18(vwx64, vwx66), LT) 22.16/9.73 new_compare11(vwx129, vwx130, vwx131, vwx132, vwx133, vwx134, False, cfd, cfe, cff) -> GT 22.16/9.73 new_esEs6(vwx301, vwx401, ty_Float) -> new_esEs20(vwx301, vwx401) 22.16/9.73 new_ltEs10(EQ, LT) -> False 22.16/9.73 new_esEs32(vwx151, vwx161, ty_Ordering) -> new_esEs21(vwx151, vwx161) 22.16/9.73 new_ltEs19(vwx33, vwx34, ty_@0) -> new_ltEs12(vwx33, vwx34) 22.16/9.73 new_lt22(vwx150, vwx160, app(app(app(ty_@3, bbf), bbg), bbh)) -> new_lt18(vwx150, vwx160, bbf, bbg, bbh) 22.16/9.73 new_ltEs15(Just(vwx150), Just(vwx160), ty_@0) -> new_ltEs12(vwx150, vwx160) 22.16/9.73 new_esEs5(vwx300, vwx400, ty_Ordering) -> new_esEs21(vwx300, vwx400) 22.16/9.73 new_esEs11(vwx302, vwx402, app(app(ty_@2, efd), efe)) -> new_esEs14(vwx302, vwx402, efd, efe) 22.16/9.73 new_esEs26(vwx150, vwx160, app(ty_[], de)) -> new_esEs24(vwx150, vwx160, de) 22.16/9.73 new_ltEs19(vwx33, vwx34, app(app(ty_Either, bhe), bhf)) -> new_ltEs16(vwx33, vwx34, bhe, bhf) 22.16/9.73 new_compare19(vwx30, vwx40, ty_Char) -> new_compare18(vwx30, vwx40) 22.16/9.73 new_ltEs16(Right(vwx150), Right(vwx160), hd, app(ty_Ratio, fgb)) -> new_ltEs13(vwx150, vwx160, fgb) 22.16/9.73 new_ltEs15(Just(vwx150), Just(vwx160), app(app(ty_Either, cg), da)) -> new_ltEs16(vwx150, vwx160, cg, da) 22.16/9.73 new_lt23(vwx151, vwx161, ty_Double) -> new_lt17(vwx151, vwx161) 22.16/9.73 new_ltEs5(vwx151, vwx161, ty_Char) -> new_ltEs8(vwx151, vwx161) 22.16/9.73 new_primEqNat0(Succ(vwx30000), Succ(vwx40000)) -> new_primEqNat0(vwx30000, vwx40000) 22.16/9.73 new_esEs36(vwx3001, vwx4001, ty_Char) -> new_esEs13(vwx3001, vwx4001) 22.16/9.73 new_primCompAux0(vwx9, LT) -> LT 22.16/9.73 new_esEs9(vwx300, vwx400, ty_Char) -> new_esEs13(vwx300, vwx400) 22.16/9.73 new_esEs30(vwx52, vwx55, app(app(app(ty_@3, cdf), cdg), cdh)) -> new_esEs12(vwx52, vwx55, cdf, cdg, cdh) 22.16/9.73 new_ltEs16(Left(vwx150), Left(vwx160), app(app(ty_Either, gg), gh), gc) -> new_ltEs16(vwx150, vwx160, gg, gh) 22.16/9.73 new_esEs24([], [], dfd) -> True 22.16/9.73 new_not(True) -> False 22.16/9.73 new_ltEs24(vwx15, vwx16, ty_Double) -> new_ltEs17(vwx15, vwx16) 22.16/9.73 new_esEs22(Just(vwx3000), Just(vwx4000), ty_Ordering) -> new_esEs21(vwx3000, vwx4000) 22.16/9.73 new_lt22(vwx150, vwx160, app(ty_[], baf)) -> new_lt7(vwx150, vwx160, baf) 22.16/9.73 new_ltEs22(vwx152, vwx162, ty_Char) -> new_ltEs8(vwx152, vwx162) 22.16/9.73 new_lt5(vwx150, vwx160, app(ty_Maybe, dg)) -> new_lt14(vwx150, vwx160, dg) 22.16/9.73 new_lt23(vwx151, vwx161, ty_Int) -> new_lt9(vwx151, vwx161) 22.16/9.73 new_ltEs23(vwx40, vwx41, ty_Bool) -> new_ltEs11(vwx40, vwx41) 22.16/9.73 new_esEs23(Right(vwx3000), Right(vwx4000), dbh, ty_Float) -> new_esEs20(vwx3000, vwx4000) 22.16/9.73 new_esEs4(vwx300, vwx400, app(app(ty_@2, ech), eda)) -> new_esEs14(vwx300, vwx400, ech, eda) 22.16/9.73 new_ltEs5(vwx151, vwx161, app(ty_Ratio, chb)) -> new_ltEs13(vwx151, vwx161, chb) 22.16/9.73 new_esEs10(vwx301, vwx401, app(ty_Ratio, cgd)) -> new_esEs18(vwx301, vwx401, cgd) 22.16/9.73 new_primCmpNat0(Zero, Zero) -> EQ 22.16/9.73 new_esEs35(vwx3000, vwx4000, ty_Int) -> new_esEs19(vwx3000, vwx4000) 22.16/9.73 new_esEs22(Nothing, Just(vwx4000), dea) -> False 22.16/9.73 new_esEs22(Just(vwx3000), Nothing, dea) -> False 22.16/9.73 new_esEs34(vwx3001, vwx4001, app(app(app(ty_@3, ehe), ehf), ehg)) -> new_esEs12(vwx3001, vwx4001, ehe, ehf, ehg) 22.16/9.73 new_esEs6(vwx301, vwx401, ty_@0) -> new_esEs25(vwx301, vwx401) 22.16/9.73 new_esEs22(Nothing, Nothing, dea) -> True 22.16/9.73 new_esEs37(vwx3002, vwx4002, ty_Integer) -> new_esEs16(vwx3002, vwx4002) 22.16/9.73 new_esEs33(vwx3000, vwx4000, ty_Bool) -> new_esEs17(vwx3000, vwx4000) 22.16/9.73 new_esEs35(vwx3000, vwx4000, ty_Char) -> new_esEs13(vwx3000, vwx4000) 22.16/9.73 new_esEs27(vwx3000, vwx4000, ty_Bool) -> new_esEs17(vwx3000, vwx4000) 22.16/9.73 new_ltEs22(vwx152, vwx162, ty_Int) -> new_ltEs9(vwx152, vwx162) 22.16/9.73 new_ltEs16(Right(vwx150), Right(vwx160), hd, app(app(ty_Either, baa), bab)) -> new_ltEs16(vwx150, vwx160, baa, bab) 22.16/9.73 new_esEs26(vwx150, vwx160, ty_@0) -> new_esEs25(vwx150, vwx160) 22.16/9.73 new_esEs35(vwx3000, vwx4000, app(app(app(ty_@3, fag), fah), fba)) -> new_esEs12(vwx3000, vwx4000, fag, fah, fba) 22.16/9.73 new_compare16(vwx94, vwx95, False, ddg, ddh) -> GT 22.16/9.73 new_esEs32(vwx151, vwx161, ty_@0) -> new_esEs25(vwx151, vwx161) 22.16/9.73 new_esEs11(vwx302, vwx402, ty_Char) -> new_esEs13(vwx302, vwx402) 22.16/9.73 new_lt23(vwx151, vwx161, app(app(app(ty_@3, bch), bda), bdb)) -> new_lt18(vwx151, vwx161, bch, bda, bdb) 22.16/9.73 new_ltEs24(vwx15, vwx16, ty_Bool) -> new_ltEs11(vwx15, vwx16) 22.16/9.73 new_esEs34(vwx3001, vwx4001, app(app(ty_Either, fad), fae)) -> new_esEs23(vwx3001, vwx4001, fad, fae) 22.16/9.73 new_ltEs16(Right(vwx150), Right(vwx160), hd, ty_Int) -> new_ltEs9(vwx150, vwx160) 22.16/9.73 new_lt23(vwx151, vwx161, app(ty_[], bcb)) -> new_lt7(vwx151, vwx161, bcb) 22.16/9.73 new_ltEs19(vwx33, vwx34, ty_Double) -> new_ltEs17(vwx33, vwx34) 22.16/9.73 new_esEs32(vwx151, vwx161, app(ty_Maybe, bcc)) -> new_esEs22(vwx151, vwx161, bcc) 22.16/9.73 new_compare13(LT, EQ) -> LT 22.16/9.73 new_esEs20(Float(vwx3000, vwx3001), Float(vwx4000, vwx4001)) -> new_esEs19(new_sr0(vwx3000, vwx4001), new_sr0(vwx3001, vwx4000)) 22.16/9.73 new_ltEs16(Left(vwx150), Right(vwx160), hd, gc) -> True 22.16/9.73 new_esEs4(vwx300, vwx400, app(ty_[], dfd)) -> new_esEs24(vwx300, vwx400, dfd) 22.16/9.73 new_esEs11(vwx302, vwx402, app(ty_Ratio, eff)) -> new_esEs18(vwx302, vwx402, eff) 22.16/9.73 new_esEs22(Just(vwx3000), Just(vwx4000), ty_Double) -> new_esEs15(vwx3000, vwx4000) 22.16/9.73 new_esEs21(LT, EQ) -> False 22.16/9.73 new_esEs21(EQ, LT) -> False 22.16/9.73 new_primEqNat0(Succ(vwx30000), Zero) -> False 22.16/9.73 new_primEqNat0(Zero, Succ(vwx40000)) -> False 22.16/9.73 new_esEs22(Just(vwx3000), Just(vwx4000), ty_Integer) -> new_esEs16(vwx3000, vwx4000) 22.16/9.73 new_compare27(Left(vwx300), Right(vwx400), bd, be) -> LT 22.16/9.73 new_ltEs22(vwx152, vwx162, ty_Ordering) -> new_ltEs10(vwx152, vwx162) 22.16/9.73 new_ltEs15(Just(vwx150), Just(vwx160), app(ty_[], cc)) -> new_ltEs7(vwx150, vwx160, cc) 22.16/9.73 new_ltEs20(vwx65, vwx67, app(app(app(ty_@3, bfg), bfh), bga)) -> new_ltEs18(vwx65, vwx67, bfg, bfh, bga) 22.16/9.73 new_esEs32(vwx151, vwx161, app(app(ty_@2, bcd), bce)) -> new_esEs14(vwx151, vwx161, bcd, bce) 22.16/9.73 new_compare24(vwx33, vwx34, False, dde, bha) -> new_compare16(vwx33, vwx34, new_ltEs19(vwx33, vwx34, dde), dde, bha) 22.16/9.73 new_lt23(vwx151, vwx161, ty_Bool) -> new_lt11(vwx151, vwx161) 22.16/9.73 new_esEs29(vwx51, vwx54, ty_Int) -> new_esEs19(vwx51, vwx54) 22.16/9.73 new_esEs33(vwx3000, vwx4000, app(app(ty_Either, ehb), ehc)) -> new_esEs23(vwx3000, vwx4000, ehb, ehc) 22.16/9.73 new_esEs23(Right(vwx3000), Right(vwx4000), dbh, ty_@0) -> new_esEs25(vwx3000, vwx4000) 22.16/9.73 new_esEs27(vwx3000, vwx4000, app(app(ty_Either, dgd), dge)) -> new_esEs23(vwx3000, vwx4000, dgd, dge) 22.16/9.73 new_ltEs24(vwx15, vwx16, app(app(app(ty_@3, bca), bag), bah)) -> new_ltEs18(vwx15, vwx16, bca, bag, bah) 22.16/9.73 new_esEs26(vwx150, vwx160, app(ty_Maybe, dg)) -> new_esEs22(vwx150, vwx160, dg) 22.16/9.73 new_esEs22(Just(vwx3000), Just(vwx4000), app(ty_Maybe, deh)) -> new_esEs22(vwx3000, vwx4000, deh) 22.16/9.73 new_esEs26(vwx150, vwx160, app(app(ty_@2, dh), ea)) -> new_esEs14(vwx150, vwx160, dh, ea) 22.16/9.73 new_esEs33(vwx3000, vwx4000, app(ty_Maybe, eha)) -> new_esEs22(vwx3000, vwx4000, eha) 22.16/9.73 new_esEs4(vwx300, vwx400, app(ty_Ratio, edb)) -> new_esEs18(vwx300, vwx400, edb) 22.16/9.73 new_lt22(vwx150, vwx160, ty_Bool) -> new_lt11(vwx150, vwx160) 22.16/9.73 new_compare210(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, True, ccg, cbe, cbf) -> EQ 22.16/9.73 new_lt20(vwx51, vwx54, ty_Integer) -> new_lt13(vwx51, vwx54) 22.16/9.73 new_esEs9(vwx300, vwx400, app(ty_Ratio, eeb)) -> new_esEs18(vwx300, vwx400, eeb) 22.16/9.73 new_esEs22(Just(vwx3000), Just(vwx4000), app(app(ty_@2, dee), def)) -> new_esEs14(vwx3000, vwx4000, dee, def) 22.16/9.73 new_compare13(LT, LT) -> EQ 22.16/9.73 new_primCmpInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> GT 22.16/9.73 new_compare19(vwx30, vwx40, app(app(app(ty_@3, bf), bg), bh)) -> new_compare28(vwx30, vwx40, bf, bg, bh) 22.16/9.73 new_ltEs20(vwx65, vwx67, app(app(ty_@2, bfc), bfd)) -> new_ltEs4(vwx65, vwx67, bfc, bfd) 22.16/9.73 new_esEs6(vwx301, vwx401, ty_Ordering) -> new_esEs21(vwx301, vwx401) 22.16/9.73 new_esEs23(Left(vwx3000), Left(vwx4000), ty_Char, dah) -> new_esEs13(vwx3000, vwx4000) 22.16/9.73 new_esEs10(vwx301, vwx401, app(app(ty_@2, cgb), cgc)) -> new_esEs14(vwx301, vwx401, cgb, cgc) 22.16/9.73 new_compare6(:%(vwx300, vwx301), :%(vwx400, vwx401), ty_Integer) -> new_compare8(new_sr(vwx300, vwx401), new_sr(vwx400, vwx301)) 22.16/9.73 new_esEs14(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), ech, eda) -> new_asAs(new_esEs33(vwx3000, vwx4000, ech), new_esEs34(vwx3001, vwx4001, eda)) 22.16/9.73 new_esEs28(vwx64, vwx66, app(app(ty_Either, bgc), bgd)) -> new_esEs23(vwx64, vwx66, bgc, bgd) 22.16/9.73 new_lt21(vwx52, vwx55, ty_Ordering) -> new_lt10(vwx52, vwx55) 22.16/9.73 new_ltEs10(GT, EQ) -> False 22.16/9.73 new_compare13(GT, EQ) -> GT 22.16/9.73 new_esEs38(vwx3000, vwx4000, ty_Integer) -> new_esEs16(vwx3000, vwx4000) 22.16/9.73 new_compare27(Left(vwx300), Left(vwx400), bd, be) -> new_compare24(vwx300, vwx400, new_esEs7(vwx300, vwx400, bd), bd, be) 22.16/9.73 new_esEs29(vwx51, vwx54, ty_Char) -> new_esEs13(vwx51, vwx54) 22.16/9.73 new_esEs33(vwx3000, vwx4000, ty_Double) -> new_esEs15(vwx3000, vwx4000) 22.16/9.73 new_esEs9(vwx300, vwx400, app(ty_[], eef)) -> new_esEs24(vwx300, vwx400, eef) 22.16/9.73 new_esEs32(vwx151, vwx161, ty_Bool) -> new_esEs17(vwx151, vwx161) 22.16/9.73 new_esEs8(vwx300, vwx400, app(app(ty_@2, chf), chg)) -> new_esEs14(vwx300, vwx400, chf, chg) 22.16/9.73 new_lt12(vwx64, vwx66, dha) -> new_esEs21(new_compare6(vwx64, vwx66, dha), LT) 22.16/9.73 new_primPlusNat1(Succ(vwx14400), Succ(vwx301000)) -> Succ(Succ(new_primPlusNat1(vwx14400, vwx301000))) 22.16/9.73 new_ltEs21(vwx53, vwx56, ty_@0) -> new_ltEs12(vwx53, vwx56) 22.16/9.73 new_ltEs22(vwx152, vwx162, ty_Integer) -> new_ltEs14(vwx152, vwx162) 22.16/9.73 new_esEs19(vwx300, vwx400) -> new_primEqInt(vwx300, vwx400) 22.16/9.73 new_lt19(vwx64, vwx66, ty_Integer) -> new_lt13(vwx64, vwx66) 22.16/9.73 new_primCmpNat0(Zero, Succ(vwx4000)) -> LT 22.16/9.73 new_esEs26(vwx150, vwx160, ty_Bool) -> new_esEs17(vwx150, vwx160) 22.16/9.73 new_esEs28(vwx64, vwx66, app(app(app(ty_@3, bge), bgf), bgg)) -> new_esEs12(vwx64, vwx66, bge, bgf, bgg) 22.16/9.73 new_compare12(vwx129, vwx130, vwx131, vwx132, vwx133, vwx134, True, vwx136, cfd, cfe, cff) -> new_compare11(vwx129, vwx130, vwx131, vwx132, vwx133, vwx134, True, cfd, cfe, cff) 22.16/9.73 new_ltEs23(vwx40, vwx41, ty_Int) -> new_ltEs9(vwx40, vwx41) 22.16/9.73 new_ltEs20(vwx65, vwx67, ty_Double) -> new_ltEs17(vwx65, vwx67) 22.16/9.73 new_esEs5(vwx300, vwx400, ty_Char) -> new_esEs13(vwx300, vwx400) 22.16/9.73 new_esEs5(vwx300, vwx400, ty_Float) -> new_esEs20(vwx300, vwx400) 22.16/9.73 new_esEs36(vwx3001, vwx4001, ty_Ordering) -> new_esEs21(vwx3001, vwx4001) 22.16/9.73 new_ltEs19(vwx33, vwx34, app(app(ty_@2, bhc), bhd)) -> new_ltEs4(vwx33, vwx34, bhc, bhd) 22.16/9.73 new_esEs15(Double(vwx3000, vwx3001), Double(vwx4000, vwx4001)) -> new_esEs19(new_sr0(vwx3000, vwx4001), new_sr0(vwx3001, vwx4000)) 22.16/9.73 new_ltEs21(vwx53, vwx56, ty_Integer) -> new_ltEs14(vwx53, vwx56) 22.16/9.73 new_sr(Integer(vwx4000), Integer(vwx3010)) -> Integer(new_primMulInt(vwx4000, vwx3010)) 22.16/9.73 new_esEs4(vwx300, vwx400, ty_Ordering) -> new_esEs21(vwx300, vwx400) 22.16/9.73 new_ltEs15(Just(vwx150), Just(vwx160), ty_Char) -> new_ltEs8(vwx150, vwx160) 22.16/9.73 new_esEs32(vwx151, vwx161, ty_Integer) -> new_esEs16(vwx151, vwx161) 22.16/9.73 new_primCmpNat0(Succ(vwx3000), Zero) -> GT 22.16/9.73 new_compare212(vwx40, vwx41, False, cab, edc) -> new_compare111(vwx40, vwx41, new_ltEs23(vwx40, vwx41, edc), cab, edc) 22.16/9.73 new_ltEs22(vwx152, vwx162, app(app(ty_Either, bdg), bdh)) -> new_ltEs16(vwx152, vwx162, bdg, bdh) 22.16/9.73 new_esEs22(Just(vwx3000), Just(vwx4000), app(ty_Ratio, deg)) -> new_esEs18(vwx3000, vwx4000, deg) 22.16/9.73 new_pePe(False, vwx143) -> vwx143 22.16/9.73 new_ltEs19(vwx33, vwx34, app(app(app(ty_@3, bhg), bhh), caa)) -> new_ltEs18(vwx33, vwx34, bhg, bhh, caa) 22.16/9.73 new_esEs29(vwx51, vwx54, app(app(ty_@2, cbh), cca)) -> new_esEs14(vwx51, vwx54, cbh, cca) 22.16/9.73 new_esEs11(vwx302, vwx402, ty_Float) -> new_esEs20(vwx302, vwx402) 22.16/9.73 new_esEs21(EQ, EQ) -> True 22.16/9.73 new_esEs23(Left(vwx3000), Left(vwx4000), ty_Bool, dah) -> new_esEs17(vwx3000, vwx4000) 22.16/9.73 new_ltEs15(Just(vwx150), Just(vwx160), ty_Integer) -> new_ltEs14(vwx150, vwx160) 22.16/9.73 new_ltEs22(vwx152, vwx162, app(ty_Ratio, ecd)) -> new_ltEs13(vwx152, vwx162, ecd) 22.16/9.73 new_esEs10(vwx301, vwx401, app(ty_[], cgh)) -> new_esEs24(vwx301, vwx401, cgh) 22.16/9.73 new_esEs23(Left(vwx3000), Left(vwx4000), app(app(app(ty_@3, dae), daf), dag), dah) -> new_esEs12(vwx3000, vwx4000, dae, daf, dag) 22.16/9.73 new_esEs28(vwx64, vwx66, app(ty_Maybe, bee)) -> new_esEs22(vwx64, vwx66, bee) 22.16/9.73 new_compare25(Nothing, Just(vwx400), ba) -> LT 22.16/9.73 new_compare17(Double(vwx300, Pos(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_compare7(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Neg(vwx3010), vwx400)) 22.16/9.73 new_compare17(Double(vwx300, Neg(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_compare7(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Pos(vwx3010), vwx400)) 22.16/9.73 new_esEs5(vwx300, vwx400, ty_Integer) -> new_esEs16(vwx300, vwx400) 22.16/9.73 new_ltEs23(vwx40, vwx41, ty_Double) -> new_ltEs17(vwx40, vwx41) 22.16/9.73 new_compare14(Float(vwx300, Neg(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_compare7(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Neg(vwx3010), vwx400)) 22.16/9.73 new_lt5(vwx150, vwx160, ty_Float) -> new_lt6(vwx150, vwx160) 22.16/9.73 new_esEs36(vwx3001, vwx4001, ty_@0) -> new_esEs25(vwx3001, vwx4001) 22.16/9.73 new_ltEs21(vwx53, vwx56, ty_Double) -> new_ltEs17(vwx53, vwx56) 22.16/9.73 new_esEs4(vwx300, vwx400, app(app(app(ty_@3, ece), ecf), ecg)) -> new_esEs12(vwx300, vwx400, ece, ecf, ecg) 22.16/9.73 new_compare19(vwx30, vwx40, ty_Bool) -> new_compare15(vwx30, vwx40) 22.16/9.73 new_ltEs24(vwx15, vwx16, app(ty_Ratio, dgg)) -> new_ltEs13(vwx15, vwx16, dgg) 22.16/9.73 new_esEs37(vwx3002, vwx4002, app(ty_Ratio, fdh)) -> new_esEs18(vwx3002, vwx4002, fdh) 22.16/9.73 new_compare15(False, False) -> EQ 22.16/9.73 new_ltEs21(vwx53, vwx56, ty_Float) -> new_ltEs6(vwx53, vwx56) 22.16/9.73 new_esEs27(vwx3000, vwx4000, app(app(ty_@2, dfh), dga)) -> new_esEs14(vwx3000, vwx4000, dfh, dga) 22.16/9.73 new_ltEs15(Just(vwx150), Just(vwx160), ty_Float) -> new_ltEs6(vwx150, vwx160) 22.16/9.73 new_esEs29(vwx51, vwx54, app(ty_[], cbd)) -> new_esEs24(vwx51, vwx54, cbd) 22.16/9.73 new_primEqInt(Pos(Zero), Neg(Succ(vwx40000))) -> False 22.16/9.73 new_primEqInt(Neg(Zero), Pos(Succ(vwx40000))) -> False 22.16/9.73 new_esEs34(vwx3001, vwx4001, ty_Float) -> new_esEs20(vwx3001, vwx4001) 22.16/9.73 new_esEs8(vwx300, vwx400, app(ty_[], dad)) -> new_esEs24(vwx300, vwx400, dad) 22.16/9.73 new_esEs23(Left(vwx3000), Left(vwx4000), app(app(ty_@2, dba), dbb), dah) -> new_esEs14(vwx3000, vwx4000, dba, dbb) 22.16/9.73 new_lt23(vwx151, vwx161, app(app(ty_Either, bcf), bcg)) -> new_lt16(vwx151, vwx161, bcf, bcg) 22.16/9.73 new_esEs4(vwx300, vwx400, ty_Int) -> new_esEs19(vwx300, vwx400) 22.16/9.73 new_esEs23(Left(vwx3000), Left(vwx4000), ty_Int, dah) -> new_esEs19(vwx3000, vwx4000) 22.16/9.73 new_ltEs16(Left(vwx150), Left(vwx160), app(ty_[], gb), gc) -> new_ltEs7(vwx150, vwx160, gb) 22.16/9.73 new_ltEs16(Right(vwx150), Right(vwx160), hd, ty_@0) -> new_ltEs12(vwx150, vwx160) 22.16/9.73 new_esEs7(vwx300, vwx400, ty_Float) -> new_esEs20(vwx300, vwx400) 22.16/9.73 new_ltEs15(Nothing, Nothing, ddc) -> True 22.16/9.73 new_ltEs20(vwx65, vwx67, app(app(ty_Either, bfe), bff)) -> new_ltEs16(vwx65, vwx67, bfe, bff) 22.16/9.73 new_esEs5(vwx300, vwx400, ty_Double) -> new_esEs15(vwx300, vwx400) 22.16/9.73 new_lt20(vwx51, vwx54, ty_Float) -> new_lt6(vwx51, vwx54) 22.16/9.73 new_esEs39(vwx3001, vwx4001, ty_Integer) -> new_esEs16(vwx3001, vwx4001) 22.16/9.73 new_esEs23(Right(vwx3000), Right(vwx4000), dbh, app(ty_Maybe, dcg)) -> new_esEs22(vwx3000, vwx4000, dcg) 22.16/9.73 new_esEs23(Left(vwx3000), Left(vwx4000), ty_Ordering, dah) -> new_esEs21(vwx3000, vwx4000) 22.16/9.73 new_ltEs20(vwx65, vwx67, ty_@0) -> new_ltEs12(vwx65, vwx67) 22.16/9.73 new_esEs32(vwx151, vwx161, ty_Double) -> new_esEs15(vwx151, vwx161) 22.16/9.73 new_ltEs15(Just(vwx150), Nothing, ddc) -> False 22.16/9.73 new_esEs31(vwx150, vwx160, ty_Bool) -> new_esEs17(vwx150, vwx160) 22.16/9.73 new_primEqInt(Neg(Succ(vwx30000)), Neg(Succ(vwx40000))) -> new_primEqNat0(vwx30000, vwx40000) 22.16/9.73 new_primCmpInt(Neg(Zero), Pos(Succ(vwx4000))) -> LT 22.16/9.73 new_esEs28(vwx64, vwx66, ty_Integer) -> new_esEs16(vwx64, vwx66) 22.16/9.73 new_esEs7(vwx300, vwx400, app(ty_Maybe, ffc)) -> new_esEs22(vwx300, vwx400, ffc) 22.16/9.73 new_esEs23(Left(vwx3000), Left(vwx4000), app(app(ty_Either, dbe), dbf), dah) -> new_esEs23(vwx3000, vwx4000, dbe, dbf) 22.16/9.73 new_esEs4(vwx300, vwx400, ty_Bool) -> new_esEs17(vwx300, vwx400) 22.16/9.73 new_ltEs16(Right(vwx150), Right(vwx160), hd, app(app(app(ty_@3, bac), bad), bae)) -> new_ltEs18(vwx150, vwx160, bac, bad, bae) 22.16/9.73 new_primMulInt(Pos(vwx4000), Pos(vwx3010)) -> Pos(new_primMulNat0(vwx4000, vwx3010)) 22.16/9.73 new_esEs7(vwx300, vwx400, ty_Integer) -> new_esEs16(vwx300, vwx400) 22.16/9.73 new_compare19(vwx30, vwx40, ty_Ordering) -> new_compare13(vwx30, vwx40) 22.16/9.73 new_esEs5(vwx300, vwx400, app(app(ty_Either, ebd), ebe)) -> new_esEs23(vwx300, vwx400, ebd, ebe) 22.16/9.73 new_compare13(EQ, LT) -> GT 22.16/9.73 new_esEs30(vwx52, vwx55, app(app(ty_Either, cdd), cde)) -> new_esEs23(vwx52, vwx55, cdd, cde) 22.16/9.73 new_esEs9(vwx300, vwx400, ty_Float) -> new_esEs20(vwx300, vwx400) 22.16/9.73 new_esEs23(Left(vwx3000), Left(vwx4000), app(ty_Ratio, dbc), dah) -> new_esEs18(vwx3000, vwx4000, dbc) 22.16/9.73 new_esEs28(vwx64, vwx66, ty_Double) -> new_esEs15(vwx64, vwx66) 22.16/9.73 new_lt21(vwx52, vwx55, ty_Bool) -> new_lt11(vwx52, vwx55) 22.16/9.73 new_ltEs23(vwx40, vwx41, app(app(app(ty_@3, cba), cbb), cbc)) -> new_ltEs18(vwx40, vwx41, cba, cbb, cbc) 22.16/9.73 new_ltEs24(vwx15, vwx16, ty_Int) -> new_ltEs9(vwx15, vwx16) 22.16/9.73 new_compare210(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, ccg, cbe, cbf) -> new_compare12(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, new_lt20(vwx51, vwx54, ccg), new_asAs(new_esEs29(vwx51, vwx54, ccg), new_pePe(new_lt21(vwx52, vwx55, cbe), new_asAs(new_esEs30(vwx52, vwx55, cbe), new_ltEs21(vwx53, vwx56, cbf)))), ccg, cbe, cbf) 22.16/9.73 new_esEs24(:(vwx3000, vwx3001), [], dfd) -> False 22.16/9.73 new_esEs24([], :(vwx4000, vwx4001), dfd) -> False 22.16/9.73 new_compare27(Right(vwx300), Right(vwx400), bd, be) -> new_compare212(vwx300, vwx400, new_esEs8(vwx300, vwx400, be), bd, be) 22.16/9.73 new_ltEs21(vwx53, vwx56, app(ty_Maybe, ceb)) -> new_ltEs15(vwx53, vwx56, ceb) 22.16/9.73 new_primMulNat0(Succ(vwx40000), Zero) -> Zero 22.16/9.73 new_primMulNat0(Zero, Succ(vwx30100)) -> Zero 22.16/9.73 new_ltEs11(False, False) -> True 22.16/9.73 new_primPlusNat0(Zero, vwx30100) -> Succ(vwx30100) 22.16/9.73 new_esEs29(vwx51, vwx54, app(app(ty_Either, ccb), ccc)) -> new_esEs23(vwx51, vwx54, ccb, ccc) 22.16/9.73 new_lt21(vwx52, vwx55, ty_Integer) -> new_lt13(vwx52, vwx55) 22.16/9.73 new_esEs35(vwx3000, vwx4000, app(ty_Ratio, fbd)) -> new_esEs18(vwx3000, vwx4000, fbd) 22.16/9.73 new_compare13(GT, LT) -> GT 22.16/9.73 new_esEs7(vwx300, vwx400, ty_Double) -> new_esEs15(vwx300, vwx400) 22.16/9.73 new_esEs8(vwx300, vwx400, app(app(ty_Either, dab), dac)) -> new_esEs23(vwx300, vwx400, dab, dac) 22.16/9.73 new_ltEs12(vwx15, vwx16) -> new_fsEs(new_compare9(vwx15, vwx16)) 22.16/9.73 new_esEs31(vwx150, vwx160, app(app(ty_@2, bbb), bbc)) -> new_esEs14(vwx150, vwx160, bbb, bbc) 22.16/9.73 new_ltEs5(vwx151, vwx161, ty_@0) -> new_ltEs12(vwx151, vwx161) 22.16/9.73 new_esEs28(vwx64, vwx66, ty_Int) -> new_esEs19(vwx64, vwx66) 22.16/9.73 new_esEs31(vwx150, vwx160, app(ty_Maybe, bba)) -> new_esEs22(vwx150, vwx160, bba) 22.16/9.73 new_esEs30(vwx52, vwx55, app(ty_[], cch)) -> new_esEs24(vwx52, vwx55, cch) 22.16/9.73 new_lt22(vwx150, vwx160, app(ty_Maybe, bba)) -> new_lt14(vwx150, vwx160, bba) 22.16/9.73 new_lt23(vwx151, vwx161, ty_Integer) -> new_lt13(vwx151, vwx161) 22.16/9.73 new_esEs26(vwx150, vwx160, app(ty_Ratio, cha)) -> new_esEs18(vwx150, vwx160, cha) 22.16/9.73 new_ltEs22(vwx152, vwx162, app(app(app(ty_@3, bea), beb), bec)) -> new_ltEs18(vwx152, vwx162, bea, beb, bec) 22.16/9.73 new_ltEs19(vwx33, vwx34, ty_Integer) -> new_ltEs14(vwx33, vwx34) 22.16/9.73 new_ltEs21(vwx53, vwx56, app(app(app(ty_@3, ceg), ceh), cfa)) -> new_ltEs18(vwx53, vwx56, ceg, ceh, cfa) 22.16/9.73 new_compare7(vwx30, vwx40) -> new_primCmpInt(vwx30, vwx40) 22.16/9.73 new_esEs6(vwx301, vwx401, ty_Bool) -> new_esEs17(vwx301, vwx401) 22.16/9.73 new_compare13(EQ, EQ) -> EQ 22.16/9.73 new_esEs30(vwx52, vwx55, app(ty_Maybe, cda)) -> new_esEs22(vwx52, vwx55, cda) 22.16/9.73 new_esEs5(vwx300, vwx400, app(ty_Maybe, ebc)) -> new_esEs22(vwx300, vwx400, ebc) 22.16/9.73 new_esEs31(vwx150, vwx160, ty_Float) -> new_esEs20(vwx150, vwx160) 22.16/9.73 new_esEs7(vwx300, vwx400, app(app(ty_Either, ffd), ffe)) -> new_esEs23(vwx300, vwx400, ffd, ffe) 22.16/9.73 new_esEs10(vwx301, vwx401, ty_@0) -> new_esEs25(vwx301, vwx401) 22.16/9.73 new_esEs32(vwx151, vwx161, app(app(ty_Either, bcf), bcg)) -> new_esEs23(vwx151, vwx161, bcf, bcg) 22.16/9.73 new_esEs26(vwx150, vwx160, app(app(app(ty_@3, ed), ee), ef)) -> new_esEs12(vwx150, vwx160, ed, ee, ef) 22.16/9.73 new_lt19(vwx64, vwx66, ty_Float) -> new_lt6(vwx64, vwx66) 22.16/9.73 new_ltEs11(True, True) -> True 22.16/9.73 new_compare15(False, True) -> LT 22.16/9.73 new_esEs23(Left(vwx3000), Left(vwx4000), ty_Double, dah) -> new_esEs15(vwx3000, vwx4000) 22.16/9.73 new_primPlusNat1(Succ(vwx14400), Zero) -> Succ(vwx14400) 22.16/9.73 new_primPlusNat1(Zero, Succ(vwx301000)) -> Succ(vwx301000) 22.16/9.73 new_esEs27(vwx3000, vwx4000, ty_Char) -> new_esEs13(vwx3000, vwx4000) 22.16/9.73 new_esEs5(vwx300, vwx400, app(app(ty_@2, eah), eba)) -> new_esEs14(vwx300, vwx400, eah, eba) 22.16/9.73 new_esEs28(vwx64, vwx66, ty_Bool) -> new_esEs17(vwx64, vwx66) 22.16/9.73 new_esEs31(vwx150, vwx160, app(ty_[], baf)) -> new_esEs24(vwx150, vwx160, baf) 22.16/9.73 new_esEs36(vwx3001, vwx4001, app(app(app(ty_@3, fca), fcb), fcc)) -> new_esEs12(vwx3001, vwx4001, fca, fcb, fcc) 22.16/9.73 new_lt22(vwx150, vwx160, ty_Integer) -> new_lt13(vwx150, vwx160) 22.16/9.73 new_esEs33(vwx3000, vwx4000, ty_@0) -> new_esEs25(vwx3000, vwx4000) 22.16/9.73 new_ltEs19(vwx33, vwx34, ty_Float) -> new_ltEs6(vwx33, vwx34) 22.16/9.73 new_esEs28(vwx64, vwx66, ty_Ordering) -> new_esEs21(vwx64, vwx66) 22.16/9.73 new_esEs6(vwx301, vwx401, app(app(ty_@2, dhf), dhg)) -> new_esEs14(vwx301, vwx401, dhf, dhg) 22.16/9.73 new_compare10(vwx114, vwx115, vwx116, vwx117, False, cfb, cfc) -> GT 22.16/9.73 new_esEs6(vwx301, vwx401, app(ty_Maybe, eaa)) -> new_esEs22(vwx301, vwx401, eaa) 22.16/9.73 new_lt13(vwx64, vwx66) -> new_esEs21(new_compare8(vwx64, vwx66), LT) 22.16/9.73 new_esEs6(vwx301, vwx401, app(app(ty_Either, eab), eac)) -> new_esEs23(vwx301, vwx401, eab, eac) 22.16/9.73 new_lt10(vwx64, vwx66) -> new_esEs21(new_compare13(vwx64, vwx66), LT) 22.16/9.73 new_ltEs20(vwx65, vwx67, ty_Float) -> new_ltEs6(vwx65, vwx67) 22.16/9.73 new_esEs30(vwx52, vwx55, ty_Integer) -> new_esEs16(vwx52, vwx55) 22.16/9.73 new_esEs22(Just(vwx3000), Just(vwx4000), ty_Char) -> new_esEs13(vwx3000, vwx4000) 22.16/9.73 new_esEs29(vwx51, vwx54, ty_Double) -> new_esEs15(vwx51, vwx54) 22.16/9.73 new_esEs37(vwx3002, vwx4002, app(app(app(ty_@3, fdc), fdd), fde)) -> new_esEs12(vwx3002, vwx4002, fdc, fdd, fde) 22.16/9.73 new_esEs18(:%(vwx3000, vwx3001), :%(vwx4000, vwx4001), edb) -> new_asAs(new_esEs38(vwx3000, vwx4000, edb), new_esEs39(vwx3001, vwx4001, edb)) 22.16/9.73 new_esEs29(vwx51, vwx54, ty_Bool) -> new_esEs17(vwx51, vwx54) 22.16/9.73 new_esEs36(vwx3001, vwx4001, app(ty_Ratio, fcf)) -> new_esEs18(vwx3001, vwx4001, fcf) 22.16/9.73 new_esEs37(vwx3002, vwx4002, ty_Char) -> new_esEs13(vwx3002, vwx4002) 22.16/9.73 new_esEs38(vwx3000, vwx4000, ty_Int) -> new_esEs19(vwx3000, vwx4000) 22.16/9.73 new_ltEs6(vwx15, vwx16) -> new_fsEs(new_compare14(vwx15, vwx16)) 22.16/9.73 new_primMulInt(Neg(vwx4000), Neg(vwx3010)) -> Pos(new_primMulNat0(vwx4000, vwx3010)) 22.16/9.73 new_primCmpInt(Pos(Zero), Pos(Succ(vwx4000))) -> new_primCmpNat0(Zero, Succ(vwx4000)) 22.16/9.73 new_esEs34(vwx3001, vwx4001, ty_@0) -> new_esEs25(vwx3001, vwx4001) 22.16/9.73 new_lt17(vwx64, vwx66) -> new_esEs21(new_compare17(vwx64, vwx66), LT) 22.16/9.73 new_compare25(Nothing, Nothing, ba) -> EQ 22.16/9.73 new_ltEs5(vwx151, vwx161, app(ty_Maybe, fa)) -> new_ltEs15(vwx151, vwx161, fa) 22.16/9.73 new_esEs11(vwx302, vwx402, ty_@0) -> new_esEs25(vwx302, vwx402) 22.16/9.73 new_esEs21(LT, LT) -> True 22.16/9.73 new_esEs23(Right(vwx3000), Right(vwx4000), dbh, app(app(ty_@2, dcd), dce)) -> new_esEs14(vwx3000, vwx4000, dcd, dce) 22.16/9.73 new_esEs27(vwx3000, vwx4000, ty_Int) -> new_esEs19(vwx3000, vwx4000) 22.16/9.73 new_ltEs11(False, True) -> True 22.16/9.73 new_esEs6(vwx301, vwx401, ty_Double) -> new_esEs15(vwx301, vwx401) 22.16/9.73 new_ltEs21(vwx53, vwx56, app(app(ty_Either, cee), cef)) -> new_ltEs16(vwx53, vwx56, cee, cef) 22.16/9.73 new_esEs23(Left(vwx3000), Left(vwx4000), ty_Integer, dah) -> new_esEs16(vwx3000, vwx4000) 22.16/9.73 new_esEs27(vwx3000, vwx4000, ty_Ordering) -> new_esEs21(vwx3000, vwx4000) 22.16/9.73 new_lt23(vwx151, vwx161, app(ty_Maybe, bcc)) -> new_lt14(vwx151, vwx161, bcc) 22.16/9.73 new_esEs9(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 22.16/9.73 new_compare14(Float(vwx300, Pos(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_compare7(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Pos(vwx3010), vwx400)) 22.16/9.73 new_ltEs19(vwx33, vwx34, app(ty_Maybe, bhb)) -> new_ltEs15(vwx33, vwx34, bhb) 22.16/9.73 new_lt19(vwx64, vwx66, ty_Bool) -> new_lt11(vwx64, vwx66) 22.16/9.73 new_esEs30(vwx52, vwx55, app(app(ty_@2, cdb), cdc)) -> new_esEs14(vwx52, vwx55, cdb, cdc) 22.16/9.73 new_compare110(vwx114, vwx115, vwx116, vwx117, False, vwx119, cfb, cfc) -> new_compare10(vwx114, vwx115, vwx116, vwx117, vwx119, cfb, cfc) 22.16/9.73 new_esEs29(vwx51, vwx54, app(ty_Maybe, cbg)) -> new_esEs22(vwx51, vwx54, cbg) 22.16/9.73 new_esEs30(vwx52, vwx55, ty_Double) -> new_esEs15(vwx52, vwx55) 22.16/9.73 new_esEs29(vwx51, vwx54, ty_Integer) -> new_esEs16(vwx51, vwx54) 22.16/9.73 new_ltEs16(Right(vwx150), Right(vwx160), hd, ty_Char) -> new_ltEs8(vwx150, vwx160) 22.16/9.73 new_esEs26(vwx150, vwx160, ty_Char) -> new_esEs13(vwx150, vwx160) 22.16/9.73 new_esEs6(vwx301, vwx401, app(ty_[], ead)) -> new_esEs24(vwx301, vwx401, ead) 22.16/9.73 new_esEs5(vwx300, vwx400, ty_Bool) -> new_esEs17(vwx300, vwx400) 22.16/9.73 new_esEs32(vwx151, vwx161, ty_Float) -> new_esEs20(vwx151, vwx161) 22.16/9.73 new_ltEs15(Just(vwx150), Just(vwx160), app(ty_Maybe, cd)) -> new_ltEs15(vwx150, vwx160, cd) 22.16/9.73 new_esEs31(vwx150, vwx160, app(app(ty_Either, bbd), bbe)) -> new_esEs23(vwx150, vwx160, bbd, bbe) 22.16/9.73 new_ltEs5(vwx151, vwx161, ty_Integer) -> new_ltEs14(vwx151, vwx161) 22.16/9.73 new_ltEs16(Left(vwx150), Left(vwx160), ty_Double, gc) -> new_ltEs17(vwx150, vwx160) 22.16/9.73 new_lt20(vwx51, vwx54, ty_Bool) -> new_lt11(vwx51, vwx54) 22.16/9.73 new_compare212(vwx40, vwx41, True, cab, edc) -> EQ 22.16/9.73 new_ltEs22(vwx152, vwx162, ty_Float) -> new_ltEs6(vwx152, vwx162) 22.16/9.73 new_esEs23(Right(vwx3000), Right(vwx4000), dbh, ty_Char) -> new_esEs13(vwx3000, vwx4000) 22.16/9.73 new_lt19(vwx64, vwx66, app(ty_Maybe, bee)) -> new_lt14(vwx64, vwx66, bee) 22.16/9.73 new_ltEs23(vwx40, vwx41, ty_@0) -> new_ltEs12(vwx40, vwx41) 22.16/9.73 new_compare8(Integer(vwx300), Integer(vwx400)) -> new_primCmpInt(vwx300, vwx400) 22.16/9.73 new_compare25(Just(vwx300), Just(vwx400), ba) -> new_compare211(vwx300, vwx400, new_esEs4(vwx300, vwx400, ba), ba) 22.16/9.73 new_primMulInt(Pos(vwx4000), Neg(vwx3010)) -> Neg(new_primMulNat0(vwx4000, vwx3010)) 22.16/9.73 new_primMulInt(Neg(vwx4000), Pos(vwx3010)) -> Neg(new_primMulNat0(vwx4000, vwx3010)) 22.16/9.73 new_esEs34(vwx3001, vwx4001, app(ty_[], faf)) -> new_esEs24(vwx3001, vwx4001, faf) 22.16/9.73 new_ltEs16(Left(vwx150), Left(vwx160), ty_Integer, gc) -> new_ltEs14(vwx150, vwx160) 22.16/9.73 new_esEs7(vwx300, vwx400, app(ty_[], fff)) -> new_esEs24(vwx300, vwx400, fff) 22.16/9.73 new_esEs28(vwx64, vwx66, app(app(ty_@2, bef), beg)) -> new_esEs14(vwx64, vwx66, bef, beg) 22.16/9.73 new_lt23(vwx151, vwx161, ty_Float) -> new_lt6(vwx151, vwx161) 22.16/9.73 new_esEs8(vwx300, vwx400, ty_Double) -> new_esEs15(vwx300, vwx400) 22.16/9.73 new_esEs35(vwx3000, vwx4000, ty_Float) -> new_esEs20(vwx3000, vwx4000) 22.16/9.73 new_esEs23(Left(vwx3000), Right(vwx4000), dbh, dah) -> False 22.16/9.73 new_esEs23(Right(vwx3000), Left(vwx4000), dbh, dah) -> False 22.16/9.73 new_esEs8(vwx300, vwx400, ty_Float) -> new_esEs20(vwx300, vwx400) 22.16/9.73 new_ltEs22(vwx152, vwx162, app(app(ty_@2, bde), bdf)) -> new_ltEs4(vwx152, vwx162, bde, bdf) 22.16/9.73 new_ltEs19(vwx33, vwx34, ty_Int) -> new_ltEs9(vwx33, vwx34) 22.16/9.73 new_esEs30(vwx52, vwx55, ty_Bool) -> new_esEs17(vwx52, vwx55) 22.16/9.73 new_esEs22(Just(vwx3000), Just(vwx4000), app(app(app(ty_@3, deb), dec), ded)) -> new_esEs12(vwx3000, vwx4000, deb, dec, ded) 22.16/9.73 new_esEs10(vwx301, vwx401, ty_Integer) -> new_esEs16(vwx301, vwx401) 22.16/9.73 new_ltEs20(vwx65, vwx67, ty_Integer) -> new_ltEs14(vwx65, vwx67) 22.16/9.73 new_esEs35(vwx3000, vwx4000, ty_Double) -> new_esEs15(vwx3000, vwx4000) 22.16/9.73 new_lt14(vwx64, vwx66, bee) -> new_esEs21(new_compare25(vwx64, vwx66, bee), LT) 22.16/9.73 new_esEs28(vwx64, vwx66, app(ty_[], bed)) -> new_esEs24(vwx64, vwx66, bed) 22.16/9.73 new_ltEs16(Right(vwx150), Right(vwx160), hd, ty_Double) -> new_ltEs17(vwx150, vwx160) 22.16/9.73 new_ltEs15(Just(vwx150), Just(vwx160), app(ty_Ratio, ddd)) -> new_ltEs13(vwx150, vwx160, ddd) 22.16/9.73 new_esEs10(vwx301, vwx401, ty_Float) -> new_esEs20(vwx301, vwx401) 22.16/9.73 new_ltEs23(vwx40, vwx41, app(app(ty_Either, cag), cah)) -> new_ltEs16(vwx40, vwx41, cag, cah) 22.16/9.73 new_lt20(vwx51, vwx54, app(ty_[], cbd)) -> new_lt7(vwx51, vwx54, cbd) 22.16/9.73 new_esEs30(vwx52, vwx55, ty_Ordering) -> new_esEs21(vwx52, vwx55) 22.16/9.73 new_ltEs21(vwx53, vwx56, app(ty_Ratio, eca)) -> new_ltEs13(vwx53, vwx56, eca) 22.16/9.73 new_esEs5(vwx300, vwx400, app(app(app(ty_@3, eae), eaf), eag)) -> new_esEs12(vwx300, vwx400, eae, eaf, eag) 22.16/9.73 new_lt20(vwx51, vwx54, app(app(app(ty_@3, ccd), cce), ccf)) -> new_lt18(vwx51, vwx54, ccd, cce, ccf) 22.16/9.73 new_lt18(vwx64, vwx66, bge, bgf, bgg) -> new_esEs21(new_compare28(vwx64, vwx66, bge, bgf, bgg), LT) 22.16/9.73 new_ltEs20(vwx65, vwx67, ty_Char) -> new_ltEs8(vwx65, vwx67) 22.16/9.73 new_esEs24(:(vwx3000, vwx3001), :(vwx4000, vwx4001), dfd) -> new_asAs(new_esEs27(vwx3000, vwx4000, dfd), new_esEs24(vwx3001, vwx4001, dfd)) 22.16/9.73 new_lt5(vwx150, vwx160, app(app(ty_Either, eb), ec)) -> new_lt16(vwx150, vwx160, eb, ec) 22.16/9.73 new_compare29(vwx64, vwx65, vwx66, vwx67, False, beh, bgb) -> new_compare110(vwx64, vwx65, vwx66, vwx67, new_lt19(vwx64, vwx66, beh), new_asAs(new_esEs28(vwx64, vwx66, beh), new_ltEs20(vwx65, vwx67, bgb)), beh, bgb) 22.16/9.73 new_ltEs22(vwx152, vwx162, ty_Double) -> new_ltEs17(vwx152, vwx162) 22.16/9.73 new_ltEs16(Left(vwx150), Left(vwx160), ty_Char, gc) -> new_ltEs8(vwx150, vwx160) 22.16/9.73 new_ltEs13(vwx15, vwx16, dgg) -> new_fsEs(new_compare6(vwx15, vwx16, dgg)) 22.16/9.73 new_esEs6(vwx301, vwx401, ty_Char) -> new_esEs13(vwx301, vwx401) 22.16/9.73 new_esEs30(vwx52, vwx55, ty_@0) -> new_esEs25(vwx52, vwx55) 22.16/9.73 new_esEs8(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 22.16/9.73 new_esEs22(Just(vwx3000), Just(vwx4000), ty_Int) -> new_esEs19(vwx3000, vwx4000) 22.16/9.73 new_compare0([], :(vwx40, vwx41), ca) -> LT 22.16/9.73 new_compare19(vwx30, vwx40, app(ty_[], h)) -> new_compare0(vwx30, vwx40, h) 22.16/9.73 new_asAs(True, vwx82) -> vwx82 22.16/9.73 new_lt15(vwx64, vwx66, bef, beg) -> new_esEs21(new_compare26(vwx64, vwx66, bef, beg), LT) 22.16/9.73 new_esEs33(vwx3000, vwx4000, ty_Char) -> new_esEs13(vwx3000, vwx4000) 22.16/9.73 new_compare25(Just(vwx300), Nothing, ba) -> GT 22.16/9.73 new_lt19(vwx64, vwx66, ty_Double) -> new_lt17(vwx64, vwx66) 22.16/9.73 new_esEs7(vwx300, vwx400, app(app(ty_@2, feh), ffa)) -> new_esEs14(vwx300, vwx400, feh, ffa) 22.16/9.73 new_lt19(vwx64, vwx66, app(app(app(ty_@3, bge), bgf), bgg)) -> new_lt18(vwx64, vwx66, bge, bgf, bgg) 22.16/9.73 new_esEs31(vwx150, vwx160, ty_Double) -> new_esEs15(vwx150, vwx160) 22.16/9.73 new_ltEs10(LT, LT) -> True 22.16/9.73 new_esEs17(False, True) -> False 22.16/9.73 new_esEs17(True, False) -> False 22.16/9.73 new_esEs32(vwx151, vwx161, ty_Int) -> new_esEs19(vwx151, vwx161) 22.16/9.73 new_ltEs16(Right(vwx150), Left(vwx160), hd, gc) -> False 22.16/9.73 new_esEs4(vwx300, vwx400, ty_Double) -> new_esEs15(vwx300, vwx400) 22.16/9.73 new_esEs23(Right(vwx3000), Right(vwx4000), dbh, app(app(ty_Either, dch), dda)) -> new_esEs23(vwx3000, vwx4000, dch, dda) 22.16/9.73 new_lt19(vwx64, vwx66, app(ty_[], bed)) -> new_lt7(vwx64, vwx66, bed) 22.16/9.73 new_esEs26(vwx150, vwx160, ty_Int) -> new_esEs19(vwx150, vwx160) 22.16/9.73 new_esEs23(Left(vwx3000), Left(vwx4000), app(ty_[], dbg), dah) -> new_esEs24(vwx3000, vwx4000, dbg) 22.16/9.73 new_esEs5(vwx300, vwx400, ty_Int) -> new_esEs19(vwx300, vwx400) 22.16/9.73 new_esEs31(vwx150, vwx160, ty_Integer) -> new_esEs16(vwx150, vwx160) 22.16/9.73 new_compare19(vwx30, vwx40, ty_Int) -> new_compare7(vwx30, vwx40) 22.16/9.73 new_esEs23(Right(vwx3000), Right(vwx4000), dbh, app(ty_[], ddb)) -> new_esEs24(vwx3000, vwx4000, ddb) 22.16/9.73 new_esEs29(vwx51, vwx54, ty_@0) -> new_esEs25(vwx51, vwx54) 22.16/9.73 new_compare111(vwx102, vwx103, False, eeg, eeh) -> GT 22.16/9.73 new_compare16(vwx94, vwx95, True, ddg, ddh) -> LT 22.16/9.73 new_lt21(vwx52, vwx55, ty_Char) -> new_lt8(vwx52, vwx55) 22.16/9.73 new_ltEs24(vwx15, vwx16, ty_Ordering) -> new_ltEs10(vwx15, vwx16) 22.16/9.73 new_esEs34(vwx3001, vwx4001, app(app(ty_@2, ehh), faa)) -> new_esEs14(vwx3001, vwx4001, ehh, faa) 22.16/9.73 new_compare24(vwx33, vwx34, True, dde, bha) -> EQ 22.16/9.73 new_ltEs15(Just(vwx150), Just(vwx160), ty_Bool) -> new_ltEs11(vwx150, vwx160) 22.16/9.73 new_esEs37(vwx3002, vwx4002, ty_Int) -> new_esEs19(vwx3002, vwx4002) 22.16/9.73 new_primCmpInt(Pos(Succ(vwx3000)), Pos(vwx400)) -> new_primCmpNat0(Succ(vwx3000), vwx400) 22.16/9.73 new_ltEs5(vwx151, vwx161, ty_Float) -> new_ltEs6(vwx151, vwx161) 22.16/9.73 new_esEs35(vwx3000, vwx4000, ty_@0) -> new_esEs25(vwx3000, vwx4000) 22.16/9.73 new_esEs4(vwx300, vwx400, ty_Integer) -> new_esEs16(vwx300, vwx400) 22.16/9.73 new_compare10(vwx114, vwx115, vwx116, vwx117, True, cfb, cfc) -> LT 22.16/9.73 new_compare0([], [], ca) -> EQ 22.16/9.73 new_esEs28(vwx64, vwx66, ty_Char) -> new_esEs13(vwx64, vwx66) 22.16/9.73 new_ltEs16(Right(vwx150), Right(vwx160), hd, ty_Bool) -> new_ltEs11(vwx150, vwx160) 22.16/9.73 new_esEs4(vwx300, vwx400, app(ty_Maybe, dea)) -> new_esEs22(vwx300, vwx400, dea) 22.16/9.73 new_esEs10(vwx301, vwx401, ty_Bool) -> new_esEs17(vwx301, vwx401) 22.16/9.73 new_esEs7(vwx300, vwx400, ty_Bool) -> new_esEs17(vwx300, vwx400) 22.16/9.73 new_primMulNat0(Zero, Zero) -> Zero 22.16/9.73 new_esEs10(vwx301, vwx401, app(app(ty_Either, cgf), cgg)) -> new_esEs23(vwx301, vwx401, cgf, cgg) 22.16/9.73 new_esEs23(Right(vwx3000), Right(vwx4000), dbh, app(ty_Ratio, dcf)) -> new_esEs18(vwx3000, vwx4000, dcf) 22.16/9.73 new_esEs11(vwx302, vwx402, app(app(app(ty_@3, efa), efb), efc)) -> new_esEs12(vwx302, vwx402, efa, efb, efc) 22.16/9.73 new_ltEs5(vwx151, vwx161, ty_Double) -> new_ltEs17(vwx151, vwx161) 22.16/9.73 new_ltEs5(vwx151, vwx161, app(app(ty_@2, fb), fc)) -> new_ltEs4(vwx151, vwx161, fb, fc) 22.16/9.73 new_lt19(vwx64, vwx66, ty_Char) -> new_lt8(vwx64, vwx66) 22.16/9.73 new_esEs33(vwx3000, vwx4000, app(ty_Ratio, egh)) -> new_esEs18(vwx3000, vwx4000, egh) 22.16/9.73 new_esEs29(vwx51, vwx54, ty_Ordering) -> new_esEs21(vwx51, vwx54) 22.16/9.73 new_ltEs16(Left(vwx150), Left(vwx160), app(ty_Maybe, gd), gc) -> new_ltEs15(vwx150, vwx160, gd) 22.16/9.73 new_lt5(vwx150, vwx160, ty_Ordering) -> new_lt10(vwx150, vwx160) 22.16/9.73 new_ltEs15(Just(vwx150), Just(vwx160), app(app(app(ty_@3, db), dc), dd)) -> new_ltEs18(vwx150, vwx160, db, dc, dd) 22.16/9.73 new_esEs27(vwx3000, vwx4000, app(app(app(ty_@3, dfe), dff), dfg)) -> new_esEs12(vwx3000, vwx4000, dfe, dff, dfg) 22.16/9.73 new_ltEs5(vwx151, vwx161, app(app(ty_Either, fd), ff)) -> new_ltEs16(vwx151, vwx161, fd, ff) 22.16/9.73 new_compare9(@0, @0) -> EQ 22.16/9.73 new_esEs4(vwx300, vwx400, ty_Float) -> new_esEs20(vwx300, vwx400) 22.16/9.73 new_ltEs19(vwx33, vwx34, ty_Char) -> new_ltEs8(vwx33, vwx34) 22.16/9.73 new_compare13(GT, GT) -> EQ 22.16/9.73 new_esEs35(vwx3000, vwx4000, ty_Ordering) -> new_esEs21(vwx3000, vwx4000) 22.16/9.73 new_esEs34(vwx3001, vwx4001, ty_Char) -> new_esEs13(vwx3001, vwx4001) 22.16/9.73 new_ltEs11(True, False) -> False 22.16/9.73 new_esEs9(vwx300, vwx400, ty_Integer) -> new_esEs16(vwx300, vwx400) 22.16/9.73 new_ltEs19(vwx33, vwx34, app(ty_Ratio, ddf)) -> new_ltEs13(vwx33, vwx34, ddf) 22.16/9.73 new_esEs9(vwx300, vwx400, app(app(app(ty_@3, ede), edf), edg)) -> new_esEs12(vwx300, vwx400, ede, edf, edg) 22.16/9.73 new_ltEs17(vwx15, vwx16) -> new_fsEs(new_compare17(vwx15, vwx16)) 22.16/9.73 new_lt23(vwx151, vwx161, app(ty_Ratio, ecc)) -> new_lt12(vwx151, vwx161, ecc) 22.16/9.73 new_lt6(vwx64, vwx66) -> new_esEs21(new_compare14(vwx64, vwx66), LT) 22.16/9.73 new_esEs7(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 22.16/9.73 new_lt5(vwx150, vwx160, ty_Integer) -> new_lt13(vwx150, vwx160) 22.16/9.73 new_esEs27(vwx3000, vwx4000, app(ty_Ratio, dgb)) -> new_esEs18(vwx3000, vwx4000, dgb) 22.16/9.73 new_esEs34(vwx3001, vwx4001, app(ty_Ratio, fab)) -> new_esEs18(vwx3001, vwx4001, fab) 22.16/9.73 new_ltEs24(vwx15, vwx16, app(ty_[], cb)) -> new_ltEs7(vwx15, vwx16, cb) 22.16/9.73 new_esEs28(vwx64, vwx66, app(ty_Ratio, dha)) -> new_esEs18(vwx64, vwx66, dha) 22.16/9.73 new_lt21(vwx52, vwx55, app(ty_Maybe, cda)) -> new_lt14(vwx52, vwx55, cda) 22.16/9.73 new_ltEs23(vwx40, vwx41, app(ty_Maybe, cad)) -> new_ltEs15(vwx40, vwx41, cad) 22.16/9.73 new_lt21(vwx52, vwx55, ty_Int) -> new_lt9(vwx52, vwx55) 22.16/9.73 new_esEs7(vwx300, vwx400, ty_Ordering) -> new_esEs21(vwx300, vwx400) 22.16/9.73 new_lt22(vwx150, vwx160, ty_Ordering) -> new_lt10(vwx150, vwx160) 22.16/9.73 new_esEs30(vwx52, vwx55, ty_Float) -> new_esEs20(vwx52, vwx55) 22.16/9.73 new_ltEs23(vwx40, vwx41, ty_Ordering) -> new_ltEs10(vwx40, vwx41) 22.16/9.73 new_primCompAux0(vwx9, EQ) -> vwx9 22.16/9.73 new_esEs4(vwx300, vwx400, app(app(ty_Either, dbh), dah)) -> new_esEs23(vwx300, vwx400, dbh, dah) 22.16/9.73 new_lt23(vwx151, vwx161, app(app(ty_@2, bcd), bce)) -> new_lt15(vwx151, vwx161, bcd, bce) 22.16/9.73 new_ltEs22(vwx152, vwx162, app(ty_Maybe, bdd)) -> new_ltEs15(vwx152, vwx162, bdd) 22.16/9.73 new_esEs8(vwx300, vwx400, ty_Integer) -> new_esEs16(vwx300, vwx400) 22.16/9.73 new_esEs10(vwx301, vwx401, app(ty_Maybe, cge)) -> new_esEs22(vwx301, vwx401, cge) 22.16/9.73 new_lt20(vwx51, vwx54, ty_Char) -> new_lt8(vwx51, vwx54) 22.16/9.73 new_esEs33(vwx3000, vwx4000, app(app(ty_@2, egf), egg)) -> new_esEs14(vwx3000, vwx4000, egf, egg) 22.16/9.73 new_lt20(vwx51, vwx54, app(ty_Maybe, cbg)) -> new_lt14(vwx51, vwx54, cbg) 22.16/9.73 new_primEqInt(Neg(Succ(vwx30000)), Neg(Zero)) -> False 22.16/9.73 new_primEqInt(Neg(Zero), Neg(Succ(vwx40000))) -> False 22.16/9.73 new_ltEs20(vwx65, vwx67, app(ty_Ratio, dhb)) -> new_ltEs13(vwx65, vwx67, dhb) 22.16/9.73 new_esEs29(vwx51, vwx54, ty_Float) -> new_esEs20(vwx51, vwx54) 22.16/9.73 new_primEqInt(Pos(Succ(vwx30000)), Pos(Succ(vwx40000))) -> new_primEqNat0(vwx30000, vwx40000) 22.16/9.73 new_esEs9(vwx300, vwx400, app(app(ty_Either, eed), eee)) -> new_esEs23(vwx300, vwx400, eed, eee) 22.16/9.73 new_ltEs10(GT, GT) -> True 22.16/9.73 new_lt22(vwx150, vwx160, app(app(ty_Either, bbd), bbe)) -> new_lt16(vwx150, vwx160, bbd, bbe) 22.16/9.73 new_esEs23(Left(vwx3000), Left(vwx4000), ty_Float, dah) -> new_esEs20(vwx3000, vwx4000) 22.16/9.73 new_esEs8(vwx300, vwx400, ty_Bool) -> new_esEs17(vwx300, vwx400) 22.16/9.73 new_compare19(vwx30, vwx40, app(app(ty_@2, bb), bc)) -> new_compare26(vwx30, vwx40, bb, bc) 22.16/9.73 new_lt22(vwx150, vwx160, ty_Int) -> new_lt9(vwx150, vwx160) 22.16/9.73 new_esEs31(vwx150, vwx160, ty_@0) -> new_esEs25(vwx150, vwx160) 22.16/9.73 new_ltEs16(Left(vwx150), Left(vwx160), ty_Int, gc) -> new_ltEs9(vwx150, vwx160) 22.16/9.73 new_ltEs23(vwx40, vwx41, ty_Float) -> new_ltEs6(vwx40, vwx41) 22.16/9.73 new_lt23(vwx151, vwx161, ty_@0) -> new_lt4(vwx151, vwx161) 22.16/9.73 new_esEs36(vwx3001, vwx4001, ty_Int) -> new_esEs19(vwx3001, vwx4001) 22.16/9.73 new_ltEs16(Right(vwx150), Right(vwx160), hd, ty_Float) -> new_ltEs6(vwx150, vwx160) 22.16/9.73 new_ltEs16(Right(vwx150), Right(vwx160), hd, app(ty_Maybe, hf)) -> new_ltEs15(vwx150, vwx160, hf) 22.16/9.73 new_esEs33(vwx3000, vwx4000, app(ty_[], ehd)) -> new_esEs24(vwx3000, vwx4000, ehd) 22.16/9.73 new_ltEs16(Left(vwx150), Left(vwx160), ty_Ordering, gc) -> new_ltEs10(vwx150, vwx160) 22.16/9.73 new_primEqInt(Pos(Succ(vwx30000)), Neg(vwx4000)) -> False 22.16/9.73 new_primEqInt(Neg(Succ(vwx30000)), Pos(vwx4000)) -> False 22.16/9.73 new_esEs11(vwx302, vwx402, app(app(ty_Either, efh), ega)) -> new_esEs23(vwx302, vwx402, efh, ega) 22.16/9.73 new_esEs10(vwx301, vwx401, ty_Double) -> new_esEs15(vwx301, vwx401) 22.16/9.73 new_primCmpInt(Neg(Zero), Neg(Succ(vwx4000))) -> new_primCmpNat0(Succ(vwx4000), Zero) 22.16/9.73 new_lt22(vwx150, vwx160, ty_Float) -> new_lt6(vwx150, vwx160) 22.16/9.73 new_esEs8(vwx300, vwx400, app(ty_Maybe, daa)) -> new_esEs22(vwx300, vwx400, daa) 22.16/9.73 new_ltEs15(Just(vwx150), Just(vwx160), app(app(ty_@2, ce), cf)) -> new_ltEs4(vwx150, vwx160, ce, cf) 22.16/9.73 new_lt11(vwx64, vwx66) -> new_esEs21(new_compare15(vwx64, vwx66), LT) 22.16/9.73 new_ltEs5(vwx151, vwx161, app(app(app(ty_@3, fg), fh), ga)) -> new_ltEs18(vwx151, vwx161, fg, fh, ga) 22.16/9.73 new_compare110(vwx114, vwx115, vwx116, vwx117, True, vwx119, cfb, cfc) -> new_compare10(vwx114, vwx115, vwx116, vwx117, True, cfb, cfc) 22.16/9.73 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 22.16/9.73 new_ltEs10(LT, EQ) -> True 22.16/9.73 new_esEs6(vwx301, vwx401, ty_Int) -> new_esEs19(vwx301, vwx401) 22.16/9.73 new_ltEs23(vwx40, vwx41, app(app(ty_@2, cae), caf)) -> new_ltEs4(vwx40, vwx41, cae, caf) 22.16/9.73 new_primCompAux1(vwx30, vwx40, vwx5, ca) -> new_primCompAux0(vwx5, new_compare19(vwx30, vwx40, ca)) 22.16/9.73 new_esEs34(vwx3001, vwx4001, ty_Double) -> new_esEs15(vwx3001, vwx4001) 22.16/9.73 new_lt5(vwx150, vwx160, ty_Char) -> new_lt8(vwx150, vwx160) 22.16/9.73 new_ltEs5(vwx151, vwx161, app(ty_[], eh)) -> new_ltEs7(vwx151, vwx161, eh) 22.16/9.73 new_esEs22(Just(vwx3000), Just(vwx4000), app(app(ty_Either, dfa), dfb)) -> new_esEs23(vwx3000, vwx4000, dfa, dfb) 22.16/9.73 new_lt20(vwx51, vwx54, app(ty_Ratio, ebg)) -> new_lt12(vwx51, vwx54, ebg) 22.16/9.73 new_esEs31(vwx150, vwx160, ty_Ordering) -> new_esEs21(vwx150, vwx160) 22.16/9.73 new_esEs17(True, True) -> True 22.16/9.73 new_lt5(vwx150, vwx160, ty_@0) -> new_lt4(vwx150, vwx160) 22.16/9.73 new_esEs9(vwx300, vwx400, app(ty_Maybe, eec)) -> new_esEs22(vwx300, vwx400, eec) 22.16/9.73 new_esEs27(vwx3000, vwx4000, app(ty_[], dgf)) -> new_esEs24(vwx3000, vwx4000, dgf) 22.16/9.73 new_lt22(vwx150, vwx160, ty_@0) -> new_lt4(vwx150, vwx160) 22.16/9.73 new_ltEs7(vwx15, vwx16, cb) -> new_fsEs(new_compare0(vwx15, vwx16, cb)) 22.16/9.73 new_esEs23(Right(vwx3000), Right(vwx4000), dbh, ty_Int) -> new_esEs19(vwx3000, vwx4000) 22.16/9.73 new_lt22(vwx150, vwx160, ty_Char) -> new_lt8(vwx150, vwx160) 22.16/9.73 new_esEs36(vwx3001, vwx4001, app(ty_Maybe, fcg)) -> new_esEs22(vwx3001, vwx4001, fcg) 22.16/9.73 new_esEs13(Char(vwx3000), Char(vwx4000)) -> new_primEqNat0(vwx3000, vwx4000) 22.16/9.73 new_esEs35(vwx3000, vwx4000, app(app(ty_@2, fbb), fbc)) -> new_esEs14(vwx3000, vwx4000, fbb, fbc) 22.16/9.73 new_compare19(vwx30, vwx40, app(ty_Ratio, dgh)) -> new_compare6(vwx30, vwx40, dgh) 22.16/9.73 new_ltEs21(vwx53, vwx56, ty_Char) -> new_ltEs8(vwx53, vwx56) 22.16/9.73 new_esEs11(vwx302, vwx402, ty_Double) -> new_esEs15(vwx302, vwx402) 22.16/9.73 new_esEs21(EQ, GT) -> False 22.16/9.73 new_esEs21(GT, EQ) -> False 22.16/9.73 new_ltEs5(vwx151, vwx161, ty_Bool) -> new_ltEs11(vwx151, vwx161) 22.16/9.73 new_ltEs15(Just(vwx150), Just(vwx160), ty_Double) -> new_ltEs17(vwx150, vwx160) 22.16/9.73 new_esEs25(@0, @0) -> True 22.16/9.73 new_lt20(vwx51, vwx54, app(app(ty_@2, cbh), cca)) -> new_lt15(vwx51, vwx54, cbh, cca) 22.16/9.73 new_compare27(Right(vwx300), Left(vwx400), bd, be) -> GT 22.16/9.73 new_esEs23(Right(vwx3000), Right(vwx4000), dbh, ty_Ordering) -> new_esEs21(vwx3000, vwx4000) 22.16/9.73 new_esEs21(GT, GT) -> True 22.16/9.73 new_ltEs8(vwx15, vwx16) -> new_fsEs(new_compare18(vwx15, vwx16)) 22.16/9.73 new_esEs23(Right(vwx3000), Right(vwx4000), dbh, ty_Bool) -> new_esEs17(vwx3000, vwx4000) 22.16/9.73 new_ltEs19(vwx33, vwx34, app(ty_[], bgh)) -> new_ltEs7(vwx33, vwx34, bgh) 22.16/9.73 new_esEs31(vwx150, vwx160, app(app(app(ty_@3, bbf), bbg), bbh)) -> new_esEs12(vwx150, vwx160, bbf, bbg, bbh) 22.16/9.73 new_esEs26(vwx150, vwx160, ty_Integer) -> new_esEs16(vwx150, vwx160) 22.16/9.73 new_not(False) -> True 22.16/9.73 new_compare19(vwx30, vwx40, ty_@0) -> new_compare9(vwx30, vwx40) 22.16/9.73 new_esEs37(vwx3002, vwx4002, app(app(ty_Either, feb), fec)) -> new_esEs23(vwx3002, vwx4002, feb, fec) 22.16/9.73 new_esEs37(vwx3002, vwx4002, app(app(ty_@2, fdf), fdg)) -> new_esEs14(vwx3002, vwx4002, fdf, fdg) 22.16/9.73 new_esEs30(vwx52, vwx55, app(ty_Ratio, ebh)) -> new_esEs18(vwx52, vwx55, ebh) 22.16/9.73 new_lt20(vwx51, vwx54, ty_@0) -> new_lt4(vwx51, vwx54) 22.16/9.73 new_esEs35(vwx3000, vwx4000, app(ty_[], fbh)) -> new_esEs24(vwx3000, vwx4000, fbh) 22.16/9.73 new_lt22(vwx150, vwx160, ty_Double) -> new_lt17(vwx150, vwx160) 22.16/9.73 new_ltEs24(vwx15, vwx16, app(app(ty_Either, hd), gc)) -> new_ltEs16(vwx15, vwx16, hd, gc) 22.16/9.73 new_ltEs15(Nothing, Just(vwx160), ddc) -> True 22.16/9.73 new_ltEs4(@2(vwx150, vwx151), @2(vwx160, vwx161), eg, df) -> new_pePe(new_lt5(vwx150, vwx160, eg), new_asAs(new_esEs26(vwx150, vwx160, eg), new_ltEs5(vwx151, vwx161, df))) 22.16/9.73 new_esEs31(vwx150, vwx160, ty_Int) -> new_esEs19(vwx150, vwx160) 22.16/9.73 new_ltEs22(vwx152, vwx162, ty_@0) -> new_ltEs12(vwx152, vwx162) 22.16/9.73 new_compare0(:(vwx30, vwx31), [], ca) -> GT 22.16/9.73 new_lt19(vwx64, vwx66, ty_Int) -> new_lt9(vwx64, vwx66) 22.16/9.73 new_esEs30(vwx52, vwx55, ty_Char) -> new_esEs13(vwx52, vwx55) 22.16/9.73 new_esEs9(vwx300, vwx400, ty_Double) -> new_esEs15(vwx300, vwx400) 22.16/9.73 new_compare6(:%(vwx300, vwx301), :%(vwx400, vwx401), ty_Int) -> new_compare7(new_sr0(vwx300, vwx401), new_sr0(vwx400, vwx301)) 22.16/9.73 new_esEs16(Integer(vwx3000), Integer(vwx4000)) -> new_primEqInt(vwx3000, vwx4000) 22.16/9.73 new_compare18(Char(vwx300), Char(vwx400)) -> new_primCmpNat0(vwx300, vwx400) 22.16/9.73 new_esEs26(vwx150, vwx160, ty_Double) -> new_esEs15(vwx150, vwx160) 22.16/9.73 new_esEs28(vwx64, vwx66, ty_Float) -> new_esEs20(vwx64, vwx66) 22.16/9.73 new_ltEs5(vwx151, vwx161, ty_Ordering) -> new_ltEs10(vwx151, vwx161) 22.16/9.73 new_ltEs10(EQ, GT) -> True 22.16/9.73 new_esEs9(vwx300, vwx400, ty_Bool) -> new_esEs17(vwx300, vwx400) 22.16/9.73 new_compare19(vwx30, vwx40, app(app(ty_Either, bd), be)) -> new_compare27(vwx30, vwx40, bd, be) 22.16/9.73 new_ltEs20(vwx65, vwx67, app(ty_[], bfa)) -> new_ltEs7(vwx65, vwx67, bfa) 22.16/9.73 new_esEs11(vwx302, vwx402, ty_Integer) -> new_esEs16(vwx302, vwx402) 22.16/9.73 new_ltEs23(vwx40, vwx41, ty_Integer) -> new_ltEs14(vwx40, vwx41) 22.16/9.73 new_lt5(vwx150, vwx160, ty_Double) -> new_lt17(vwx150, vwx160) 22.16/9.73 new_lt22(vwx150, vwx160, app(ty_Ratio, ecb)) -> new_lt12(vwx150, vwx160, ecb) 22.16/9.73 new_esEs37(vwx3002, vwx4002, app(ty_[], fed)) -> new_esEs24(vwx3002, vwx4002, fed) 22.16/9.73 new_esEs29(vwx51, vwx54, app(ty_Ratio, ebg)) -> new_esEs18(vwx51, vwx54, ebg) 22.16/9.73 new_esEs36(vwx3001, vwx4001, ty_Bool) -> new_esEs17(vwx3001, vwx4001) 22.16/9.73 new_esEs34(vwx3001, vwx4001, ty_Integer) -> new_esEs16(vwx3001, vwx4001) 22.16/9.73 new_lt5(vwx150, vwx160, app(ty_Ratio, cha)) -> new_lt12(vwx150, vwx160, cha) 22.16/9.73 new_ltEs10(EQ, EQ) -> True 22.16/9.73 new_lt20(vwx51, vwx54, ty_Int) -> new_lt9(vwx51, vwx54) 22.16/9.73 new_ltEs16(Left(vwx150), Left(vwx160), ty_Bool, gc) -> new_ltEs11(vwx150, vwx160) 22.16/9.73 new_ltEs20(vwx65, vwx67, ty_Bool) -> new_ltEs11(vwx65, vwx67) 22.16/9.73 new_primPlusNat0(Succ(vwx1440), vwx30100) -> Succ(Succ(new_primPlusNat1(vwx1440, vwx30100))) 22.16/9.73 new_esEs6(vwx301, vwx401, app(app(app(ty_@3, dhc), dhd), dhe)) -> new_esEs12(vwx301, vwx401, dhc, dhd, dhe) 22.16/9.73 new_sr0(vwx400, vwx301) -> new_primMulInt(vwx400, vwx301) 22.16/9.73 new_compare211(vwx15, vwx16, False, ffh) -> new_compare112(vwx15, vwx16, new_ltEs24(vwx15, vwx16, ffh), ffh) 22.16/9.73 new_ltEs16(Left(vwx150), Left(vwx160), ty_@0, gc) -> new_ltEs12(vwx150, vwx160) 22.16/9.73 new_lt5(vwx150, vwx160, ty_Int) -> new_lt9(vwx150, vwx160) 22.16/9.73 new_ltEs22(vwx152, vwx162, ty_Bool) -> new_ltEs11(vwx152, vwx162) 22.16/9.73 new_compare17(Double(vwx300, Neg(vwx3010)), Double(vwx400, Neg(vwx4010))) -> new_compare7(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Neg(vwx3010), vwx400)) 22.16/9.73 new_lt22(vwx150, vwx160, app(app(ty_@2, bbb), bbc)) -> new_lt15(vwx150, vwx160, bbb, bbc) 22.16/9.73 new_esEs33(vwx3000, vwx4000, app(app(app(ty_@3, egc), egd), ege)) -> new_esEs12(vwx3000, vwx4000, egc, egd, ege) 22.16/9.73 new_esEs36(vwx3001, vwx4001, ty_Float) -> new_esEs20(vwx3001, vwx4001) 22.16/9.73 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 22.16/9.73 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 22.16/9.73 new_esEs8(vwx300, vwx400, app(ty_Ratio, chh)) -> new_esEs18(vwx300, vwx400, chh) 22.16/9.73 new_esEs10(vwx301, vwx401, app(app(app(ty_@3, cfg), cfh), cga)) -> new_esEs12(vwx301, vwx401, cfg, cfh, cga) 22.16/9.73 new_lt20(vwx51, vwx54, ty_Double) -> new_lt17(vwx51, vwx54) 22.16/9.73 new_esEs11(vwx302, vwx402, app(ty_Maybe, efg)) -> new_esEs22(vwx302, vwx402, efg) 22.16/9.73 new_lt19(vwx64, vwx66, app(ty_Ratio, dha)) -> new_lt12(vwx64, vwx66, dha) 22.16/9.73 new_esEs34(vwx3001, vwx4001, app(ty_Maybe, fac)) -> new_esEs22(vwx3001, vwx4001, fac) 22.16/9.73 new_primPlusNat1(Zero, Zero) -> Zero 22.16/9.73 new_esEs32(vwx151, vwx161, app(ty_Ratio, ecc)) -> new_esEs18(vwx151, vwx161, ecc) 22.16/9.73 new_esEs22(Just(vwx3000), Just(vwx4000), app(ty_[], dfc)) -> new_esEs24(vwx3000, vwx4000, dfc) 22.16/9.73 new_lt21(vwx52, vwx55, app(app(ty_Either, cdd), cde)) -> new_lt16(vwx52, vwx55, cdd, cde) 22.16/9.73 new_ltEs23(vwx40, vwx41, app(ty_[], cac)) -> new_ltEs7(vwx40, vwx41, cac) 22.16/9.73 new_ltEs19(vwx33, vwx34, ty_Bool) -> new_ltEs11(vwx33, vwx34) 22.16/9.73 new_esEs23(Left(vwx3000), Left(vwx4000), ty_@0, dah) -> new_esEs25(vwx3000, vwx4000) 22.16/9.73 new_esEs5(vwx300, vwx400, app(ty_Ratio, ebb)) -> new_esEs18(vwx300, vwx400, ebb) 22.16/9.73 new_esEs35(vwx3000, vwx4000, app(app(ty_Either, fbf), fbg)) -> new_esEs23(vwx3000, vwx4000, fbf, fbg) 22.16/9.73 new_ltEs9(vwx15, vwx16) -> new_fsEs(new_compare7(vwx15, vwx16)) 22.16/9.73 new_compare19(vwx30, vwx40, ty_Integer) -> new_compare8(vwx30, vwx40) 22.16/9.73 new_ltEs21(vwx53, vwx56, app(app(ty_@2, cec), ced)) -> new_ltEs4(vwx53, vwx56, cec, ced) 22.16/9.73 new_compare28(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bf, bg, bh) -> new_compare210(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs9(vwx300, vwx400, bf), new_asAs(new_esEs10(vwx301, vwx401, bg), new_esEs11(vwx302, vwx402, bh))), bf, bg, bh) 22.16/9.73 new_lt16(vwx64, vwx66, bgc, bgd) -> new_esEs21(new_compare27(vwx64, vwx66, bgc, bgd), LT) 22.16/9.73 new_compare14(Float(vwx300, Pos(vwx3010)), Float(vwx400, Neg(vwx4010))) -> new_compare7(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Neg(vwx3010), vwx400)) 22.16/9.73 new_compare14(Float(vwx300, Neg(vwx3010)), Float(vwx400, Pos(vwx4010))) -> new_compare7(new_sr0(vwx300, Neg(vwx4010)), new_sr0(Pos(vwx3010), vwx400)) 22.16/9.73 new_esEs8(vwx300, vwx400, ty_Char) -> new_esEs13(vwx300, vwx400) 22.16/9.73 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 22.16/9.73 new_esEs12(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), ece, ecf, ecg) -> new_asAs(new_esEs35(vwx3000, vwx4000, ece), new_asAs(new_esEs36(vwx3001, vwx4001, ecf), new_esEs37(vwx3002, vwx4002, ecg))) 22.16/9.73 new_lt19(vwx64, vwx66, ty_@0) -> new_lt4(vwx64, vwx66) 22.16/9.73 new_ltEs22(vwx152, vwx162, app(ty_[], bdc)) -> new_ltEs7(vwx152, vwx162, bdc) 22.16/9.73 new_esEs17(False, False) -> True 22.16/9.73 new_ltEs21(vwx53, vwx56, ty_Ordering) -> new_ltEs10(vwx53, vwx56) 22.16/9.73 new_esEs34(vwx3001, vwx4001, ty_Bool) -> new_esEs17(vwx3001, vwx4001) 22.16/9.73 new_esEs5(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 22.16/9.73 new_esEs9(vwx300, vwx400, ty_Int) -> new_esEs19(vwx300, vwx400) 22.16/9.73 new_primMulNat0(Succ(vwx40000), Succ(vwx30100)) -> new_primPlusNat0(new_primMulNat0(vwx40000, Succ(vwx30100)), vwx30100) 22.16/9.73 new_esEs6(vwx301, vwx401, app(ty_Ratio, dhh)) -> new_esEs18(vwx301, vwx401, dhh) 22.16/9.73 new_compare17(Double(vwx300, Pos(vwx3010)), Double(vwx400, Pos(vwx4010))) -> new_compare7(new_sr0(vwx300, Pos(vwx4010)), new_sr0(Pos(vwx3010), vwx400)) 22.16/9.73 new_ltEs24(vwx15, vwx16, app(ty_Maybe, ddc)) -> new_ltEs15(vwx15, vwx16, ddc) 22.16/9.73 new_esEs8(vwx300, vwx400, app(app(app(ty_@3, chc), chd), che)) -> new_esEs12(vwx300, vwx400, chc, chd, che) 22.16/9.73 new_esEs8(vwx300, vwx400, ty_Ordering) -> new_esEs21(vwx300, vwx400) 22.16/9.73 new_lt20(vwx51, vwx54, app(app(ty_Either, ccb), ccc)) -> new_lt16(vwx51, vwx54, ccb, ccc) 22.16/9.73 new_ltEs15(Just(vwx150), Just(vwx160), ty_Ordering) -> new_ltEs10(vwx150, vwx160) 22.16/9.73 new_primCmpNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primCmpNat0(vwx3000, vwx4000) 22.16/9.73 new_lt5(vwx150, vwx160, app(ty_[], de)) -> new_lt7(vwx150, vwx160, de) 22.16/9.73 new_lt23(vwx151, vwx161, ty_Ordering) -> new_lt10(vwx151, vwx161) 22.16/9.73 new_esEs26(vwx150, vwx160, app(app(ty_Either, eb), ec)) -> new_esEs23(vwx150, vwx160, eb, ec) 22.16/9.73 new_esEs21(LT, GT) -> False 22.16/9.73 new_esEs21(GT, LT) -> False 22.16/9.73 new_ltEs15(Just(vwx150), Just(vwx160), ty_Int) -> new_ltEs9(vwx150, vwx160) 22.16/9.73 new_compare19(vwx30, vwx40, ty_Double) -> new_compare17(vwx30, vwx40) 22.16/9.73 new_esEs11(vwx302, vwx402, ty_Bool) -> new_esEs17(vwx302, vwx402) 22.16/9.73 new_esEs11(vwx302, vwx402, ty_Ordering) -> new_esEs21(vwx302, vwx402) 22.16/9.73 new_esEs34(vwx3001, vwx4001, ty_Int) -> new_esEs19(vwx3001, vwx4001) 22.16/9.73 new_esEs7(vwx300, vwx400, ty_Char) -> new_esEs13(vwx300, vwx400) 22.16/9.73 new_compare29(vwx64, vwx65, vwx66, vwx67, True, beh, bgb) -> EQ 22.16/9.73 new_ltEs21(vwx53, vwx56, app(ty_[], cea)) -> new_ltEs7(vwx53, vwx56, cea) 22.16/9.73 new_esEs10(vwx301, vwx401, ty_Char) -> new_esEs13(vwx301, vwx401) 22.16/9.73 new_ltEs24(vwx15, vwx16, ty_Integer) -> new_ltEs14(vwx15, vwx16) 22.16/9.73 new_esEs11(vwx302, vwx402, ty_Int) -> new_esEs19(vwx302, vwx402) 22.16/9.73 new_esEs36(vwx3001, vwx4001, ty_Integer) -> new_esEs16(vwx3001, vwx4001) 22.16/9.73 new_esEs27(vwx3000, vwx4000, ty_@0) -> new_esEs25(vwx3000, vwx4000) 22.16/9.73 new_esEs7(vwx300, vwx400, app(ty_Ratio, ffb)) -> new_esEs18(vwx300, vwx400, ffb) 22.16/9.73 new_ltEs21(vwx53, vwx56, ty_Int) -> new_ltEs9(vwx53, vwx56) 22.16/9.73 new_lt19(vwx64, vwx66, app(app(ty_@2, bef), beg)) -> new_lt15(vwx64, vwx66, bef, beg) 22.16/9.73 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 22.16/9.73 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 22.16/9.73 new_esEs34(vwx3001, vwx4001, ty_Ordering) -> new_esEs21(vwx3001, vwx4001) 22.16/9.73 new_lt4(vwx64, vwx66) -> new_esEs21(new_compare9(vwx64, vwx66), LT) 22.16/9.73 new_esEs8(vwx300, vwx400, ty_Int) -> new_esEs19(vwx300, vwx400) 22.16/9.73 new_compare15(True, True) -> EQ 22.16/9.73 new_ltEs24(vwx15, vwx16, ty_Char) -> new_ltEs8(vwx15, vwx16) 22.16/9.73 new_ltEs16(Left(vwx150), Left(vwx160), app(ty_Ratio, fga), gc) -> new_ltEs13(vwx150, vwx160, fga) 22.16/9.73 new_compare19(vwx30, vwx40, ty_Float) -> new_compare14(vwx30, vwx40) 22.16/9.73 new_compare13(LT, GT) -> LT 22.16/9.73 new_ltEs16(Right(vwx150), Right(vwx160), hd, app(app(ty_@2, hg), hh)) -> new_ltEs4(vwx150, vwx160, hg, hh) 22.16/9.73 new_esEs31(vwx150, vwx160, app(ty_Ratio, ecb)) -> new_esEs18(vwx150, vwx160, ecb) 22.16/9.73 new_esEs37(vwx3002, vwx4002, ty_Float) -> new_esEs20(vwx3002, vwx4002) 22.16/9.73 new_lt21(vwx52, vwx55, app(app(app(ty_@3, cdf), cdg), cdh)) -> new_lt18(vwx52, vwx55, cdf, cdg, cdh) 22.16/9.73 new_esEs33(vwx3000, vwx4000, ty_Int) -> new_esEs19(vwx3000, vwx4000) 22.16/9.73 new_primEqNat0(Zero, Zero) -> True 22.16/9.73 new_esEs32(vwx151, vwx161, app(app(app(ty_@3, bch), bda), bdb)) -> new_esEs12(vwx151, vwx161, bch, bda, bdb) 22.16/9.73 new_esEs23(Right(vwx3000), Right(vwx4000), dbh, ty_Integer) -> new_esEs16(vwx3000, vwx4000) 22.16/9.73 new_ltEs20(vwx65, vwx67, ty_Int) -> new_ltEs9(vwx65, vwx67) 22.16/9.73 new_ltEs14(vwx15, vwx16) -> new_fsEs(new_compare8(vwx15, vwx16)) 22.16/9.73 new_esEs36(vwx3001, vwx4001, ty_Double) -> new_esEs15(vwx3001, vwx4001) 22.16/9.73 new_lt21(vwx52, vwx55, ty_Double) -> new_lt17(vwx52, vwx55) 22.16/9.73 new_esEs35(vwx3000, vwx4000, ty_Integer) -> new_esEs16(vwx3000, vwx4000) 22.16/9.73 new_lt21(vwx52, vwx55, app(ty_[], cch)) -> new_lt7(vwx52, vwx55, cch) 22.16/9.73 new_esEs10(vwx301, vwx401, ty_Ordering) -> new_esEs21(vwx301, vwx401) 22.16/9.73 new_compare12(vwx129, vwx130, vwx131, vwx132, vwx133, vwx134, False, vwx136, cfd, cfe, cff) -> new_compare11(vwx129, vwx130, vwx131, vwx132, vwx133, vwx134, vwx136, cfd, cfe, cff) 22.16/9.73 new_esEs28(vwx64, vwx66, ty_@0) -> new_esEs25(vwx64, vwx66) 22.16/9.73 new_compare11(vwx129, vwx130, vwx131, vwx132, vwx133, vwx134, True, cfd, cfe, cff) -> LT 22.16/9.73 new_lt5(vwx150, vwx160, app(app(app(ty_@3, ed), ee), ef)) -> new_lt18(vwx150, vwx160, ed, ee, ef) 22.16/9.73 new_esEs36(vwx3001, vwx4001, app(app(ty_Either, fch), fda)) -> new_esEs23(vwx3001, vwx4001, fch, fda) 22.16/9.73 new_compare26(@2(vwx300, vwx301), @2(vwx400, vwx401), bb, bc) -> new_compare29(vwx300, vwx301, vwx400, vwx401, new_asAs(new_esEs5(vwx300, vwx400, bb), new_esEs6(vwx301, vwx401, bc)), bb, bc) 22.16/9.73 new_ltEs10(LT, GT) -> True 22.16/9.73 new_esEs23(Left(vwx3000), Left(vwx4000), app(ty_Maybe, dbd), dah) -> new_esEs22(vwx3000, vwx4000, dbd) 22.16/9.73 new_asAs(False, vwx82) -> False 22.16/9.73 new_esEs33(vwx3000, vwx4000, ty_Ordering) -> new_esEs21(vwx3000, vwx4000) 22.16/9.73 new_ltEs23(vwx40, vwx41, ty_Char) -> new_ltEs8(vwx40, vwx41) 22.16/9.73 new_lt21(vwx52, vwx55, app(ty_Ratio, ebh)) -> new_lt12(vwx52, vwx55, ebh) 22.16/9.73 new_ltEs16(Right(vwx150), Right(vwx160), hd, app(ty_[], he)) -> new_ltEs7(vwx150, vwx160, he) 22.16/9.73 new_ltEs24(vwx15, vwx16, ty_@0) -> new_ltEs12(vwx15, vwx16) 22.16/9.73 new_esEs35(vwx3000, vwx4000, ty_Bool) -> new_esEs17(vwx3000, vwx4000) 22.16/9.73 new_lt5(vwx150, vwx160, app(app(ty_@2, dh), ea)) -> new_lt15(vwx150, vwx160, dh, ea) 22.16/9.73 new_ltEs19(vwx33, vwx34, ty_Ordering) -> new_ltEs10(vwx33, vwx34) 22.16/9.73 new_esEs4(vwx300, vwx400, ty_@0) -> new_esEs25(vwx300, vwx400) 22.16/9.73 new_ltEs20(vwx65, vwx67, ty_Ordering) -> new_ltEs10(vwx65, vwx67) 22.16/9.73 new_esEs36(vwx3001, vwx4001, app(ty_[], fdb)) -> new_esEs24(vwx3001, vwx4001, fdb) 22.16/9.73 new_ltEs16(Left(vwx150), Left(vwx160), app(app(ty_@2, ge), gf), gc) -> new_ltEs4(vwx150, vwx160, ge, gf) 22.16/9.73 new_ltEs18(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bca, bag, bah) -> new_pePe(new_lt22(vwx150, vwx160, bca), new_asAs(new_esEs31(vwx150, vwx160, bca), new_pePe(new_lt23(vwx151, vwx161, bag), new_asAs(new_esEs32(vwx151, vwx161, bag), new_ltEs22(vwx152, vwx162, bah))))) 22.16/9.73 new_compare112(vwx87, vwx88, False, ffg) -> GT 22.16/9.73 new_esEs10(vwx301, vwx401, ty_Int) -> new_esEs19(vwx301, vwx401) 22.16/9.73 new_esEs23(Right(vwx3000), Right(vwx4000), dbh, ty_Double) -> new_esEs15(vwx3000, vwx4000) 22.16/9.73 new_lt7(vwx64, vwx66, bed) -> new_esEs21(new_compare0(vwx64, vwx66, bed), LT) 22.16/9.73 new_esEs7(vwx300, vwx400, app(app(app(ty_@3, fee), fef), feg)) -> new_esEs12(vwx300, vwx400, fee, fef, feg) 22.16/9.73 new_esEs35(vwx3000, vwx4000, app(ty_Maybe, fbe)) -> new_esEs22(vwx3000, vwx4000, fbe) 22.16/9.73 new_esEs32(vwx151, vwx161, ty_Char) -> new_esEs13(vwx151, vwx161) 22.16/9.73 new_esEs22(Just(vwx3000), Just(vwx4000), ty_Float) -> new_esEs20(vwx3000, vwx4000) 22.16/9.73 new_ltEs16(Left(vwx150), Left(vwx160), app(app(app(ty_@3, ha), hb), hc), gc) -> new_ltEs18(vwx150, vwx160, ha, hb, hc) 22.16/9.73 new_esEs9(vwx300, vwx400, ty_Ordering) -> new_esEs21(vwx300, vwx400) 22.16/9.73 new_ltEs21(vwx53, vwx56, ty_Bool) -> new_ltEs11(vwx53, vwx56) 22.16/9.73 new_lt19(vwx64, vwx66, app(app(ty_Either, bgc), bgd)) -> new_lt16(vwx64, vwx66, bgc, bgd) 22.16/9.73 new_esEs26(vwx150, vwx160, ty_Float) -> new_esEs20(vwx150, vwx160) 22.16/9.73 22.16/9.73 The set Q consists of the following terms: 22.16/9.73 22.16/9.73 new_esEs32(x0, x1, ty_Bool) 22.16/9.73 new_ltEs24(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_esEs9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.73 new_ltEs22(x0, x1, ty_@0) 22.16/9.73 new_esEs6(x0, x1, ty_Float) 22.16/9.73 new_lt17(x0, x1) 22.16/9.73 new_ltEs24(x0, x1, ty_Int) 22.16/9.73 new_primMulNat0(Zero, Succ(x0)) 22.16/9.73 new_lt23(x0, x1, ty_Double) 22.16/9.73 new_esEs27(x0, x1, ty_@0) 22.16/9.73 new_ltEs16(Left(x0), Left(x1), ty_Integer, x2) 22.16/9.73 new_esEs23(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 22.16/9.73 new_esEs26(x0, x1, ty_Float) 22.16/9.73 new_esEs34(x0, x1, ty_Float) 22.16/9.73 new_esEs8(x0, x1, app(ty_[], x2)) 22.16/9.73 new_esEs28(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.73 new_ltEs23(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.73 new_compare112(x0, x1, False, x2) 22.16/9.73 new_esEs28(x0, x1, ty_Double) 22.16/9.73 new_esEs28(x0, x1, ty_Ordering) 22.16/9.73 new_lt5(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.73 new_esEs7(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.73 new_esEs22(Just(x0), Just(x1), ty_Integer) 22.16/9.73 new_ltEs24(x0, x1, app(ty_[], x2)) 22.16/9.73 new_esEs37(x0, x1, ty_Float) 22.16/9.73 new_esEs32(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_esEs27(x0, x1, ty_Bool) 22.16/9.73 new_ltEs20(x0, x1, ty_@0) 22.16/9.73 new_esEs30(x0, x1, ty_@0) 22.16/9.73 new_primPlusNat1(Zero, Zero) 22.16/9.73 new_esEs10(x0, x1, ty_Float) 22.16/9.73 new_ltEs5(x0, x1, ty_Double) 22.16/9.73 new_esEs7(x0, x1, app(ty_[], x2)) 22.16/9.73 new_esEs36(x0, x1, ty_Float) 22.16/9.73 new_ltEs10(LT, LT) 22.16/9.73 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 22.16/9.73 new_compare17(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 22.16/9.73 new_ltEs19(x0, x1, ty_Float) 22.16/9.73 new_ltEs16(Right(x0), Right(x1), x2, ty_Integer) 22.16/9.73 new_compare211(x0, x1, True, x2) 22.16/9.73 new_esEs24(:(x0, x1), [], x2) 22.16/9.73 new_primPlusNat0(Zero, x0) 22.16/9.73 new_esEs30(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.73 new_lt23(x0, x1, app(ty_[], x2)) 22.16/9.73 new_esEs23(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 22.16/9.73 new_esEs23(Right(x0), Right(x1), x2, ty_Float) 22.16/9.73 new_ltEs24(x0, x1, ty_Ordering) 22.16/9.73 new_esEs9(x0, x1, ty_Integer) 22.16/9.73 new_esEs21(LT, LT) 22.16/9.73 new_ltEs23(x0, x1, ty_Char) 22.16/9.73 new_ltEs20(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.73 new_ltEs16(Left(x0), Left(x1), ty_Bool, x2) 22.16/9.73 new_compare0([], [], x0) 22.16/9.73 new_lt22(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.73 new_primEqInt(Pos(Zero), Pos(Zero)) 22.16/9.73 new_esEs5(x0, x1, ty_Float) 22.16/9.73 new_esEs27(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_esEs31(x0, x1, ty_Char) 22.16/9.73 new_lt13(x0, x1) 22.16/9.73 new_esEs10(x0, x1, app(ty_[], x2)) 22.16/9.73 new_ltEs20(x0, x1, ty_Bool) 22.16/9.73 new_esEs24([], [], x0) 22.16/9.73 new_lt21(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.73 new_esEs30(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_ltEs5(x0, x1, ty_Char) 22.16/9.73 new_esEs4(x0, x1, ty_Ordering) 22.16/9.73 new_compare13(GT, LT) 22.16/9.73 new_lt5(x0, x1, ty_@0) 22.16/9.73 new_compare13(LT, GT) 22.16/9.73 new_compare110(x0, x1, x2, x3, True, x4, x5, x6) 22.16/9.73 new_esEs4(x0, x1, ty_Double) 22.16/9.73 new_esEs10(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.73 new_esEs17(False, False) 22.16/9.73 new_esEs32(x0, x1, ty_Integer) 22.16/9.73 new_ltEs16(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 22.16/9.73 new_ltEs20(x0, x1, ty_Char) 22.16/9.73 new_esEs33(x0, x1, ty_Float) 22.16/9.73 new_esEs8(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.73 new_esEs5(x0, x1, ty_Integer) 22.16/9.73 new_esEs11(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.73 new_lt23(x0, x1, ty_Ordering) 22.16/9.73 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.73 new_lt5(x0, x1, ty_Integer) 22.16/9.73 new_ltEs5(x0, x1, ty_Int) 22.16/9.73 new_ltEs16(Right(x0), Right(x1), x2, ty_@0) 22.16/9.73 new_primCompAux0(x0, GT) 22.16/9.73 new_lt22(x0, x1, ty_Ordering) 22.16/9.73 new_ltEs21(x0, x1, app(ty_[], x2)) 22.16/9.73 new_primEqInt(Neg(Zero), Neg(Zero)) 22.16/9.73 new_compare29(x0, x1, x2, x3, False, x4, x5) 22.16/9.73 new_esEs33(x0, x1, ty_Integer) 22.16/9.73 new_ltEs5(x0, x1, ty_Ordering) 22.16/9.73 new_esEs26(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.73 new_esEs31(x0, x1, ty_@0) 22.16/9.73 new_esEs7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.73 new_lt5(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_esEs22(Just(x0), Just(x1), ty_@0) 22.16/9.73 new_esEs32(x0, x1, ty_@0) 22.16/9.73 new_compare17(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 22.16/9.73 new_esEs30(x0, x1, ty_Int) 22.16/9.73 new_esEs4(x0, x1, ty_Int) 22.16/9.73 new_lt21(x0, x1, app(ty_[], x2)) 22.16/9.73 new_esEs29(x0, x1, ty_Double) 22.16/9.73 new_compare19(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_ltEs15(Just(x0), Just(x1), ty_Double) 22.16/9.73 new_compare210(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 22.16/9.73 new_esEs22(Just(x0), Just(x1), app(ty_Ratio, x2)) 22.16/9.73 new_esEs36(x0, x1, ty_Integer) 22.16/9.73 new_esEs37(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.73 new_compare19(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.73 new_compare210(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 22.16/9.73 new_esEs11(x0, x1, app(ty_Maybe, x2)) 22.16/9.73 new_esEs35(x0, x1, ty_Float) 22.16/9.73 new_esEs28(x0, x1, ty_Char) 22.16/9.73 new_asAs(True, x0) 22.16/9.73 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_ltEs15(Just(x0), Just(x1), ty_Ordering) 22.16/9.73 new_ltEs22(x0, x1, ty_Integer) 22.16/9.73 new_lt21(x0, x1, ty_Ordering) 22.16/9.73 new_lt5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.73 new_ltEs11(True, True) 22.16/9.73 new_esEs29(x0, x1, ty_Ordering) 22.16/9.73 new_lt22(x0, x1, ty_Int) 22.16/9.73 new_esEs35(x0, x1, ty_@0) 22.16/9.73 new_primPlusNat1(Zero, Succ(x0)) 22.16/9.73 new_esEs7(x0, x1, ty_Float) 22.16/9.73 new_esEs8(x0, x1, ty_Double) 22.16/9.73 new_ltEs10(GT, EQ) 22.16/9.73 new_ltEs10(EQ, GT) 22.16/9.73 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.73 new_esEs8(x0, x1, ty_Int) 22.16/9.73 new_ltEs24(x0, x1, ty_@0) 22.16/9.73 new_lt19(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.73 new_lt22(x0, x1, ty_Double) 22.16/9.73 new_primMulNat0(Succ(x0), Zero) 22.16/9.73 new_ltEs20(x0, x1, ty_Int) 22.16/9.73 new_esEs32(x0, x1, ty_Char) 22.16/9.73 new_compare15(True, False) 22.16/9.73 new_ltEs22(x0, x1, ty_Char) 22.16/9.73 new_compare15(False, True) 22.16/9.73 new_ltEs16(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 22.16/9.73 new_esEs30(x0, x1, ty_Bool) 22.16/9.73 new_lt19(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_ltEs8(x0, x1) 22.16/9.73 new_primEqInt(Pos(Zero), Neg(Zero)) 22.16/9.73 new_primEqInt(Neg(Zero), Pos(Zero)) 22.16/9.73 new_ltEs22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.73 new_primMulInt(Pos(x0), Pos(x1)) 22.16/9.73 new_ltEs16(Right(x0), Right(x1), x2, app(ty_[], x3)) 22.16/9.73 new_esEs28(x0, x1, ty_Int) 22.16/9.73 new_ltEs24(x0, x1, ty_Bool) 22.16/9.73 new_lt19(x0, x1, app(ty_Maybe, x2)) 22.16/9.73 new_esEs33(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.73 new_esEs22(Just(x0), Just(x1), ty_Bool) 22.16/9.73 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 22.16/9.73 new_compare29(x0, x1, x2, x3, True, x4, x5) 22.16/9.73 new_esEs6(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.73 new_esEs28(x0, x1, app(ty_[], x2)) 22.16/9.73 new_lt5(x0, x1, ty_Char) 22.16/9.73 new_compare24(x0, x1, True, x2, x3) 22.16/9.73 new_esEs5(x0, x1, ty_Bool) 22.16/9.73 new_esEs37(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_lt9(x0, x1) 22.16/9.73 new_ltEs23(x0, x1, ty_Integer) 22.16/9.73 new_esEs24([], :(x0, x1), x2) 22.16/9.73 new_esEs32(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.73 new_ltEs22(x0, x1, app(ty_Maybe, x2)) 22.16/9.73 new_ltEs22(x0, x1, ty_Bool) 22.16/9.73 new_lt20(x0, x1, ty_Int) 22.16/9.73 new_lt19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.73 new_esEs33(x0, x1, ty_Bool) 22.16/9.73 new_esEs10(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.73 new_esEs36(x0, x1, app(ty_[], x2)) 22.16/9.73 new_lt20(x0, x1, ty_Double) 22.16/9.73 new_sr0(x0, x1) 22.16/9.73 new_compare212(x0, x1, False, x2, x3) 22.16/9.73 new_ltEs24(x0, x1, ty_Char) 22.16/9.73 new_ltEs16(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 22.16/9.73 new_primPlusNat0(Succ(x0), x1) 22.16/9.73 new_esEs30(x0, x1, ty_Double) 22.16/9.73 new_ltEs23(x0, x1, ty_Ordering) 22.16/9.73 new_pePe(True, x0) 22.16/9.73 new_compare19(x0, x1, app(ty_[], x2)) 22.16/9.73 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 22.16/9.73 new_lt5(x0, x1, ty_Bool) 22.16/9.73 new_esEs30(x0, x1, ty_Char) 22.16/9.73 new_ltEs20(x0, x1, app(ty_[], x2)) 22.16/9.73 new_ltEs24(x0, x1, ty_Double) 22.16/9.73 new_esEs23(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 22.16/9.73 new_ltEs16(Right(x0), Right(x1), x2, ty_Int) 22.16/9.73 new_esEs6(x0, x1, ty_Bool) 22.16/9.73 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 22.16/9.73 new_ltEs19(x0, x1, ty_Bool) 22.16/9.73 new_ltEs16(Left(x0), Left(x1), ty_Int, x2) 22.16/9.73 new_lt16(x0, x1, x2, x3) 22.16/9.73 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 22.16/9.73 new_lt5(x0, x1, ty_Int) 22.16/9.73 new_esEs29(x0, x1, ty_Char) 22.16/9.73 new_esEs34(x0, x1, app(ty_[], x2)) 22.16/9.73 new_lt20(x0, x1, ty_Char) 22.16/9.73 new_compare10(x0, x1, x2, x3, False, x4, x5) 22.16/9.73 new_esEs6(x0, x1, app(ty_[], x2)) 22.16/9.73 new_primCmpNat0(Zero, Succ(x0)) 22.16/9.73 new_esEs35(x0, x1, app(ty_Maybe, x2)) 22.16/9.73 new_ltEs22(x0, x1, ty_Float) 22.16/9.73 new_ltEs10(EQ, LT) 22.16/9.73 new_esEs26(x0, x1, app(ty_[], x2)) 22.16/9.73 new_ltEs10(GT, GT) 22.16/9.73 new_ltEs10(LT, EQ) 22.16/9.73 new_esEs13(Char(x0), Char(x1)) 22.16/9.73 new_ltEs5(x0, x1, ty_Bool) 22.16/9.73 new_esEs22(Just(x0), Just(x1), app(ty_Maybe, x2)) 22.16/9.73 new_esEs33(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.73 new_compare19(x0, x1, ty_Float) 22.16/9.73 new_esEs9(x0, x1, ty_Char) 22.16/9.73 new_esEs34(x0, x1, ty_Bool) 22.16/9.73 new_esEs28(x0, x1, ty_@0) 22.16/9.73 new_esEs23(Left(x0), Left(x1), ty_Double, x2) 22.16/9.73 new_compare25(Just(x0), Nothing, x1) 22.16/9.73 new_ltEs19(x0, x1, ty_@0) 22.16/9.73 new_compare112(x0, x1, True, x2) 22.16/9.73 new_esEs38(x0, x1, ty_Int) 22.16/9.73 new_esEs9(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_compare19(x0, x1, app(ty_Maybe, x2)) 22.16/9.73 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 22.16/9.73 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 22.16/9.73 new_ltEs16(Left(x0), Left(x1), ty_Char, x2) 22.16/9.73 new_esEs37(x0, x1, ty_Bool) 22.16/9.73 new_esEs16(Integer(x0), Integer(x1)) 22.16/9.73 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 22.16/9.73 new_esEs36(x0, x1, ty_@0) 22.16/9.73 new_esEs8(x0, x1, ty_Char) 22.16/9.73 new_esEs27(x0, x1, ty_Double) 22.16/9.73 new_ltEs15(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 22.16/9.73 new_esEs4(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_ltEs18(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 22.16/9.73 new_lt19(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.73 new_lt19(x0, x1, ty_Ordering) 22.16/9.73 new_esEs37(x0, x1, ty_Integer) 22.16/9.73 new_compare27(Left(x0), Left(x1), x2, x3) 22.16/9.73 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 22.16/9.73 new_compare19(x0, x1, ty_Ordering) 22.16/9.73 new_esEs5(x0, x1, app(ty_Maybe, x2)) 22.16/9.73 new_esEs37(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.73 new_esEs30(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.73 new_esEs9(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.73 new_esEs23(Left(x0), Left(x1), ty_Float, x2) 22.16/9.73 new_esEs32(x0, x1, ty_Double) 22.16/9.73 new_lt7(x0, x1, x2) 22.16/9.73 new_esEs31(x0, x1, ty_Double) 22.16/9.73 new_esEs37(x0, x1, app(ty_[], x2)) 22.16/9.73 new_ltEs16(Right(x0), Right(x1), x2, ty_Float) 22.16/9.73 new_compare0(:(x0, x1), :(x2, x3), x4) 22.16/9.73 new_lt5(x0, x1, ty_Float) 22.16/9.73 new_esEs5(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.73 new_ltEs9(x0, x1) 22.16/9.73 new_lt22(x0, x1, ty_@0) 22.16/9.73 new_lt21(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_esEs7(x0, x1, ty_@0) 22.16/9.73 new_esEs31(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.73 new_esEs33(x0, x1, ty_@0) 22.16/9.73 new_compare211(x0, x1, False, x2) 22.16/9.73 new_ltEs5(x0, x1, ty_Integer) 22.16/9.73 new_esEs5(x0, x1, ty_@0) 22.16/9.73 new_esEs6(x0, x1, ty_Integer) 22.16/9.73 new_ltEs16(Right(x0), Right(x1), x2, ty_Ordering) 22.16/9.73 new_esEs29(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_esEs4(x0, x1, ty_Char) 22.16/9.73 new_compare16(x0, x1, False, x2, x3) 22.16/9.73 new_ltEs16(Right(x0), Right(x1), x2, ty_Char) 22.16/9.73 new_esEs29(x0, x1, app(ty_[], x2)) 22.16/9.73 new_esEs28(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.73 new_compare212(x0, x1, True, x2, x3) 22.16/9.73 new_esEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.73 new_esEs34(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_compare19(x0, x1, ty_Int) 22.16/9.73 new_compare15(False, False) 22.16/9.73 new_ltEs15(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 22.16/9.73 new_esEs27(x0, x1, app(ty_Maybe, x2)) 22.16/9.73 new_esEs23(Right(x0), Right(x1), x2, ty_@0) 22.16/9.73 new_compare12(x0, x1, x2, x3, x4, x5, False, x6, x7, x8, x9) 22.16/9.73 new_ltEs22(x0, x1, ty_Int) 22.16/9.73 new_esEs22(Just(x0), Just(x1), ty_Ordering) 22.16/9.73 new_esEs26(x0, x1, ty_Integer) 22.16/9.73 new_esEs37(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.73 new_ltEs15(Nothing, Just(x0), x1) 22.16/9.73 new_esEs26(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.73 new_esEs26(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_esEs34(x0, x1, ty_Integer) 22.16/9.73 new_lt23(x0, x1, ty_Integer) 22.16/9.73 new_esEs29(x0, x1, ty_Int) 22.16/9.73 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.73 new_ltEs17(x0, x1) 22.16/9.73 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 22.16/9.73 new_esEs21(EQ, EQ) 22.16/9.73 new_lt19(x0, x1, ty_Double) 22.16/9.73 new_esEs8(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_esEs32(x0, x1, ty_Ordering) 22.16/9.73 new_compare19(x0, x1, ty_Char) 22.16/9.73 new_esEs23(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 22.16/9.73 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 22.16/9.73 new_esEs22(Nothing, Just(x0), x1) 22.16/9.73 new_ltEs22(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.73 new_esEs21(GT, GT) 22.16/9.73 new_primCmpInt(Neg(Zero), Neg(Zero)) 22.16/9.73 new_esEs26(x0, x1, ty_Char) 22.16/9.73 new_ltEs23(x0, x1, ty_Double) 22.16/9.73 new_lt23(x0, x1, app(ty_Maybe, x2)) 22.16/9.73 new_lt5(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.73 new_ltEs23(x0, x1, app(ty_[], x2)) 22.16/9.73 new_esEs34(x0, x1, ty_Char) 22.16/9.73 new_esEs9(x0, x1, ty_Bool) 22.16/9.73 new_lt23(x0, x1, ty_Char) 22.16/9.73 new_esEs33(x0, x1, ty_Ordering) 22.16/9.73 new_esEs30(x0, x1, ty_Integer) 22.16/9.73 new_esEs39(x0, x1, ty_Int) 22.16/9.73 new_ltEs15(Just(x0), Just(x1), ty_@0) 22.16/9.73 new_esEs35(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.73 new_primMulNat0(Succ(x0), Succ(x1)) 22.16/9.73 new_primCmpInt(Pos(Zero), Neg(Zero)) 22.16/9.73 new_primCmpInt(Neg(Zero), Pos(Zero)) 22.16/9.73 new_esEs22(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 22.16/9.73 new_esEs22(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 22.16/9.73 new_esEs18(:%(x0, x1), :%(x2, x3), x4) 22.16/9.73 new_esEs21(LT, EQ) 22.16/9.73 new_esEs21(EQ, LT) 22.16/9.73 new_ltEs15(Just(x0), Nothing, x1) 22.16/9.73 new_lt5(x0, x1, app(ty_Maybe, x2)) 22.16/9.73 new_esEs7(x0, x1, app(ty_Maybe, x2)) 22.16/9.73 new_esEs9(x0, x1, app(ty_Maybe, x2)) 22.16/9.73 new_esEs4(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.73 new_lt21(x0, x1, ty_Bool) 22.16/9.73 new_ltEs20(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_ltEs23(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.73 new_esEs34(x0, x1, ty_Int) 22.16/9.73 new_compare13(EQ, GT) 22.16/9.73 new_compare13(GT, EQ) 22.16/9.73 new_lt23(x0, x1, ty_Int) 22.16/9.73 new_primPlusNat1(Succ(x0), Zero) 22.16/9.73 new_ltEs21(x0, x1, ty_Int) 22.16/9.73 new_esEs5(x0, x1, ty_Ordering) 22.16/9.73 new_primCmpNat0(Succ(x0), Succ(x1)) 22.16/9.73 new_esEs4(x0, x1, ty_Integer) 22.16/9.73 new_esEs29(x0, x1, ty_Float) 22.16/9.73 new_lt21(x0, x1, ty_Float) 22.16/9.73 new_esEs30(x0, x1, ty_Ordering) 22.16/9.73 new_ltEs20(x0, x1, app(ty_Maybe, x2)) 22.16/9.73 new_ltEs15(Just(x0), Just(x1), app(ty_Ratio, x2)) 22.16/9.73 new_esEs11(x0, x1, ty_Double) 22.16/9.73 new_ltEs19(x0, x1, ty_Integer) 22.16/9.73 new_primCompAux0(x0, LT) 22.16/9.73 new_esEs23(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 22.16/9.73 new_esEs9(x0, x1, ty_Float) 22.16/9.73 new_esEs6(x0, x1, ty_Int) 22.16/9.73 new_ltEs24(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.73 new_esEs4(x0, x1, ty_Bool) 22.16/9.73 new_esEs4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.73 new_ltEs16(Right(x0), Right(x1), x2, ty_Bool) 22.16/9.73 new_primPlusNat1(Succ(x0), Succ(x1)) 22.16/9.73 new_lt21(x0, x1, ty_Char) 22.16/9.73 new_ltEs20(x0, x1, ty_Ordering) 22.16/9.73 new_lt21(x0, x1, app(ty_Maybe, x2)) 22.16/9.73 new_lt23(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.73 new_ltEs16(Left(x0), Left(x1), ty_Float, x2) 22.16/9.73 new_lt11(x0, x1) 22.16/9.73 new_compare8(Integer(x0), Integer(x1)) 22.16/9.73 new_ltEs16(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 22.16/9.73 new_esEs4(x0, x1, app(ty_[], x2)) 22.16/9.73 new_compare27(Right(x0), Right(x1), x2, x3) 22.16/9.73 new_lt20(x0, x1, ty_Ordering) 22.16/9.73 new_compare14(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 22.16/9.73 new_compare14(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 22.16/9.73 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 22.16/9.73 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 22.16/9.73 new_compare17(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 22.16/9.73 new_compare17(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 22.16/9.73 new_esEs28(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_compare19(x0, x1, ty_Integer) 22.16/9.73 new_esEs34(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.73 new_ltEs21(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.73 new_fsEs(x0) 22.16/9.73 new_esEs22(Just(x0), Nothing, x1) 22.16/9.73 new_esEs23(Left(x0), Left(x1), app(ty_[], x2), x3) 22.16/9.73 new_ltEs21(x0, x1, ty_Float) 22.16/9.73 new_lt21(x0, x1, ty_Int) 22.16/9.73 new_esEs26(x0, x1, ty_Bool) 22.16/9.73 new_ltEs11(False, True) 22.16/9.73 new_ltEs11(True, False) 22.16/9.73 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 22.16/9.73 new_esEs6(x0, x1, ty_Char) 22.16/9.73 new_esEs38(x0, x1, ty_Integer) 22.16/9.73 new_ltEs15(Just(x0), Just(x1), app(ty_[], x2)) 22.16/9.73 new_ltEs16(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 22.16/9.73 new_esEs34(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.73 new_compare27(Left(x0), Right(x1), x2, x3) 22.16/9.73 new_ltEs23(x0, x1, ty_@0) 22.16/9.73 new_compare27(Right(x0), Left(x1), x2, x3) 22.16/9.73 new_esEs6(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.73 new_esEs29(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.73 new_ltEs20(x0, x1, ty_Integer) 22.16/9.73 new_esEs11(x0, x1, ty_@0) 22.16/9.73 new_ltEs12(x0, x1) 22.16/9.73 new_esEs9(x0, x1, ty_Int) 22.16/9.73 new_lt23(x0, x1, ty_Bool) 22.16/9.73 new_ltEs23(x0, x1, app(ty_Maybe, x2)) 22.16/9.73 new_esEs28(x0, x1, ty_Float) 22.16/9.73 new_lt19(x0, x1, ty_@0) 22.16/9.73 new_esEs26(x0, x1, ty_Double) 22.16/9.73 new_lt22(x0, x1, app(ty_[], x2)) 22.16/9.73 new_esEs23(Left(x0), Left(x1), ty_Bool, x2) 22.16/9.73 new_compare19(x0, x1, ty_Bool) 22.16/9.73 new_ltEs16(Left(x0), Left(x1), app(ty_[], x2), x3) 22.16/9.73 new_esEs10(x0, x1, ty_Ordering) 22.16/9.73 new_lt20(x0, x1, ty_Integer) 22.16/9.73 new_ltEs16(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 22.16/9.73 new_esEs23(Left(x0), Left(x1), ty_@0, x2) 22.16/9.73 new_ltEs19(x0, x1, ty_Double) 22.16/9.73 new_ltEs24(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.73 new_esEs27(x0, x1, app(ty_[], x2)) 22.16/9.73 new_ltEs19(x0, x1, ty_Ordering) 22.16/9.73 new_ltEs5(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.73 new_esEs37(x0, x1, ty_Ordering) 22.16/9.73 new_esEs30(x0, x1, app(ty_Maybe, x2)) 22.16/9.73 new_compare19(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.73 new_compare19(x0, x1, ty_@0) 22.16/9.73 new_compare7(x0, x1) 22.16/9.73 new_esEs29(x0, x1, ty_Integer) 22.16/9.73 new_primMulNat0(Zero, Zero) 22.16/9.73 new_esEs34(x0, x1, ty_Ordering) 22.16/9.73 new_esEs7(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_esEs34(x0, x1, app(ty_Maybe, x2)) 22.16/9.73 new_ltEs15(Just(x0), Just(x1), ty_Integer) 22.16/9.73 new_esEs33(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.73 new_ltEs21(x0, x1, ty_Char) 22.16/9.73 new_esEs31(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_ltEs5(x0, x1, ty_Float) 22.16/9.73 new_esEs10(x0, x1, ty_Double) 22.16/9.73 new_esEs6(x0, x1, ty_Ordering) 22.16/9.73 new_esEs7(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.73 new_esEs11(x0, x1, ty_Char) 22.16/9.73 new_compare25(Nothing, Just(x0), x1) 22.16/9.73 new_ltEs21(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_lt12(x0, x1, x2) 22.16/9.73 new_compare10(x0, x1, x2, x3, True, x4, x5) 22.16/9.73 new_lt22(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.73 new_esEs4(x0, x1, ty_Float) 22.16/9.73 new_compare14(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 22.16/9.73 new_esEs8(x0, x1, ty_Integer) 22.16/9.73 new_esEs17(True, True) 22.16/9.73 new_ltEs4(@2(x0, x1), @2(x2, x3), x4, x5) 22.16/9.73 new_ltEs10(EQ, EQ) 22.16/9.73 new_esEs36(x0, x1, ty_Ordering) 22.16/9.73 new_compare9(@0, @0) 22.16/9.73 new_esEs29(x0, x1, app(ty_Maybe, x2)) 22.16/9.73 new_lt22(x0, x1, ty_Integer) 22.16/9.73 new_esEs33(x0, x1, app(ty_[], x2)) 22.16/9.73 new_esEs23(Right(x0), Right(x1), x2, ty_Double) 22.16/9.73 new_esEs8(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.73 new_esEs29(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.73 new_compare0(:(x0, x1), [], x2) 22.16/9.73 new_ltEs16(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 22.16/9.73 new_esEs37(x0, x1, ty_Char) 22.16/9.73 new_ltEs15(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 22.16/9.73 new_compare13(GT, GT) 22.16/9.73 new_compare13(LT, EQ) 22.16/9.73 new_compare13(EQ, LT) 22.16/9.73 new_esEs23(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 22.16/9.73 new_esEs37(x0, x1, ty_Double) 22.16/9.73 new_ltEs24(x0, x1, ty_Float) 22.16/9.73 new_esEs23(Right(x0), Right(x1), x2, ty_Ordering) 22.16/9.73 new_esEs26(x0, x1, ty_Int) 22.16/9.73 new_lt19(x0, x1, ty_Bool) 22.16/9.73 new_sr(Integer(x0), Integer(x1)) 22.16/9.73 new_esEs26(x0, x1, ty_Ordering) 22.16/9.73 new_esEs37(x0, x1, ty_Int) 22.16/9.73 new_lt22(x0, x1, ty_Float) 22.16/9.73 new_lt21(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.73 new_esEs7(x0, x1, ty_Double) 22.16/9.73 new_esEs36(x0, x1, ty_Double) 22.16/9.73 new_compare24(x0, x1, False, x2, x3) 22.16/9.73 new_compare14(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 22.16/9.73 new_esEs32(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.73 new_ltEs21(x0, x1, ty_Bool) 22.16/9.73 new_lt23(x0, x1, ty_Float) 22.16/9.73 new_esEs8(x0, x1, ty_Float) 22.16/9.73 new_esEs35(x0, x1, ty_Double) 22.16/9.73 new_esEs12(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 22.16/9.73 new_primCompAux0(x0, EQ) 22.16/9.73 new_esEs23(Right(x0), Right(x1), x2, ty_Int) 22.16/9.73 new_ltEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.73 new_not(True) 22.16/9.73 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.73 new_esEs9(x0, x1, ty_Ordering) 22.16/9.73 new_esEs25(@0, @0) 22.16/9.73 new_ltEs10(GT, LT) 22.16/9.73 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.73 new_ltEs10(LT, GT) 22.16/9.73 new_esEs23(Left(x0), Left(x1), ty_Char, x2) 22.16/9.73 new_lt4(x0, x1) 22.16/9.73 new_esEs29(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.73 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.73 new_lt20(x0, x1, ty_@0) 22.16/9.73 new_ltEs21(x0, x1, ty_Ordering) 22.16/9.73 new_esEs35(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.73 new_ltEs22(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_compare111(x0, x1, True, x2, x3) 22.16/9.73 new_lt22(x0, x1, app(ty_Maybe, x2)) 22.16/9.73 new_lt20(x0, x1, ty_Float) 22.16/9.73 new_compare6(:%(x0, x1), :%(x2, x3), ty_Int) 22.16/9.73 new_esEs33(x0, x1, ty_Int) 22.16/9.73 new_ltEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.73 new_ltEs15(Just(x0), Just(x1), app(ty_Maybe, x2)) 22.16/9.73 new_ltEs22(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.73 new_esEs10(x0, x1, ty_Char) 22.16/9.73 new_esEs26(x0, x1, app(ty_Maybe, x2)) 22.16/9.73 new_primCompAux1(x0, x1, x2, x3) 22.16/9.73 new_lt6(x0, x1) 22.16/9.73 new_compare11(x0, x1, x2, x3, x4, x5, True, x6, x7, x8) 22.16/9.73 new_esEs5(x0, x1, ty_Int) 22.16/9.73 new_esEs32(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.73 new_esEs19(x0, x1) 22.16/9.73 new_lt21(x0, x1, ty_Integer) 22.16/9.73 new_lt10(x0, x1) 22.16/9.73 new_ltEs15(Just(x0), Just(x1), ty_Bool) 22.16/9.73 new_esEs29(x0, x1, ty_Bool) 22.16/9.73 new_lt20(x0, x1, ty_Bool) 22.16/9.73 new_ltEs16(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 22.16/9.73 new_compare13(LT, LT) 22.16/9.73 new_esEs5(x0, x1, ty_Double) 22.16/9.73 new_esEs22(Just(x0), Just(x1), ty_Double) 22.16/9.73 new_esEs23(Left(x0), Right(x1), x2, x3) 22.16/9.73 new_esEs23(Right(x0), Left(x1), x2, x3) 22.16/9.73 new_lt20(x0, x1, app(ty_[], x2)) 22.16/9.73 new_esEs8(x0, x1, app(ty_Maybe, x2)) 22.16/9.73 new_lt5(x0, x1, ty_Double) 22.16/9.73 new_esEs35(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.73 new_compare18(Char(x0), Char(x1)) 22.16/9.73 new_ltEs21(x0, x1, ty_Integer) 22.16/9.73 new_esEs23(Left(x0), Left(x1), ty_Int, x2) 22.16/9.73 new_ltEs16(Left(x0), Left(x1), ty_Ordering, x2) 22.16/9.73 new_ltEs19(x0, x1, ty_Int) 22.16/9.73 new_esEs17(False, True) 22.16/9.73 new_esEs17(True, False) 22.16/9.73 new_esEs36(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.73 new_ltEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.73 new_ltEs5(x0, x1, app(ty_Maybe, x2)) 22.16/9.73 new_esEs33(x0, x1, ty_Char) 22.16/9.73 new_esEs5(x0, x1, ty_Char) 22.16/9.73 new_lt23(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_ltEs19(x0, x1, ty_Char) 22.16/9.73 new_lt22(x0, x1, ty_Bool) 22.16/9.73 new_esEs39(x0, x1, ty_Integer) 22.16/9.73 new_compare25(Nothing, Nothing, x0) 22.16/9.73 new_esEs32(x0, x1, app(ty_Maybe, x2)) 22.16/9.73 new_esEs33(x0, x1, ty_Double) 22.16/9.73 new_esEs10(x0, x1, app(ty_Maybe, x2)) 22.16/9.73 new_lt19(x0, x1, ty_Integer) 22.16/9.73 new_esEs10(x0, x1, ty_@0) 22.16/9.73 new_primCmpNat0(Succ(x0), Zero) 22.16/9.73 new_esEs31(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.73 new_esEs11(x0, x1, ty_Ordering) 22.16/9.73 new_esEs8(x0, x1, ty_Bool) 22.16/9.73 new_ltEs20(x0, x1, ty_Float) 22.16/9.73 new_esEs36(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.73 new_lt20(x0, x1, app(ty_Maybe, x2)) 22.16/9.73 new_esEs10(x0, x1, ty_Int) 22.16/9.73 new_esEs22(Nothing, Nothing, x0) 22.16/9.73 new_lt18(x0, x1, x2, x3, x4) 22.16/9.73 new_primCmpInt(Pos(Zero), Pos(Zero)) 22.16/9.73 new_ltEs13(x0, x1, x2) 22.16/9.73 new_compare13(EQ, EQ) 22.16/9.73 new_esEs33(x0, x1, app(ty_Maybe, x2)) 22.16/9.73 new_lt21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.73 new_esEs26(x0, x1, ty_@0) 22.16/9.73 new_esEs23(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 22.16/9.73 new_esEs34(x0, x1, ty_@0) 22.16/9.73 new_lt23(x0, x1, ty_@0) 22.16/9.73 new_esEs28(x0, x1, ty_Bool) 22.16/9.73 new_ltEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.73 new_esEs22(Just(x0), Just(x1), app(ty_[], x2)) 22.16/9.73 new_esEs10(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.73 new_primEqNat0(Succ(x0), Zero) 22.16/9.73 new_esEs23(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 22.16/9.73 new_esEs32(x0, x1, app(ty_[], x2)) 22.16/9.73 new_ltEs5(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_esEs10(x0, x1, ty_Bool) 22.16/9.73 new_ltEs15(Just(x0), Just(x1), ty_Char) 22.16/9.73 new_pePe(False, x0) 22.16/9.73 new_esEs23(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 22.16/9.73 new_esEs36(x0, x1, app(ty_Maybe, x2)) 22.16/9.73 new_esEs22(Just(x0), Just(x1), ty_Int) 22.16/9.73 new_esEs11(x0, x1, ty_Integer) 22.16/9.73 new_esEs32(x0, x1, ty_Float) 22.16/9.73 new_ltEs24(x0, x1, ty_Integer) 22.16/9.73 new_esEs36(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.73 new_esEs23(Left(x0), Left(x1), ty_Ordering, x2) 22.16/9.73 new_esEs9(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.73 new_primEqNat0(Zero, Succ(x0)) 22.16/9.73 new_esEs21(EQ, GT) 22.16/9.73 new_esEs21(GT, EQ) 22.16/9.73 new_ltEs21(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.73 new_esEs27(x0, x1, ty_Float) 22.16/9.73 new_ltEs22(x0, x1, ty_Double) 22.16/9.73 new_esEs9(x0, x1, app(ty_[], x2)) 22.16/9.73 new_compare25(Just(x0), Just(x1), x2) 22.16/9.73 new_esEs36(x0, x1, ty_Bool) 22.16/9.73 new_esEs6(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.73 new_compare110(x0, x1, x2, x3, False, x4, x5, x6) 22.16/9.73 new_lt22(x0, x1, ty_Char) 22.16/9.73 new_lt22(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_esEs11(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_ltEs19(x0, x1, app(ty_[], x2)) 22.16/9.73 new_esEs22(Just(x0), Just(x1), ty_Char) 22.16/9.73 new_esEs6(x0, x1, ty_@0) 22.16/9.73 new_esEs31(x0, x1, app(ty_[], x2)) 22.16/9.73 new_ltEs16(Left(x0), Right(x1), x2, x3) 22.16/9.73 new_ltEs16(Right(x0), Left(x1), x2, x3) 22.16/9.73 new_ltEs23(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_esEs30(x0, x1, ty_Float) 22.16/9.73 new_lt23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.73 new_esEs32(x0, x1, ty_Int) 22.16/9.73 new_esEs30(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.73 new_ltEs16(Right(x0), Right(x1), x2, ty_Double) 22.16/9.73 new_compare0([], :(x0, x1), x2) 22.16/9.73 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 22.16/9.73 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 22.16/9.73 new_esEs31(x0, x1, ty_Float) 22.16/9.73 new_esEs14(@2(x0, x1), @2(x2, x3), x4, x5) 22.16/9.73 new_ltEs15(Just(x0), Just(x1), ty_Int) 22.16/9.73 new_compare11(x0, x1, x2, x3, x4, x5, False, x6, x7, x8) 22.16/9.73 new_primMulInt(Pos(x0), Neg(x1)) 22.16/9.73 new_primMulInt(Neg(x0), Pos(x1)) 22.16/9.73 new_ltEs20(x0, x1, ty_Double) 22.16/9.73 new_ltEs14(x0, x1) 22.16/9.73 new_ltEs22(x0, x1, app(ty_[], x2)) 22.16/9.73 new_esEs8(x0, x1, ty_@0) 22.16/9.73 new_esEs4(x0, x1, ty_@0) 22.16/9.73 new_lt5(x0, x1, ty_Ordering) 22.16/9.73 new_esEs7(x0, x1, ty_Int) 22.16/9.73 new_esEs37(x0, x1, ty_@0) 22.16/9.73 new_esEs35(x0, x1, ty_Int) 22.16/9.73 new_esEs22(Just(x0), Just(x1), ty_Float) 22.16/9.73 new_esEs11(x0, x1, ty_Bool) 22.16/9.73 new_esEs23(Right(x0), Right(x1), x2, ty_Char) 22.16/9.73 new_esEs27(x0, x1, ty_Int) 22.16/9.73 new_esEs36(x0, x1, ty_Char) 22.16/9.73 new_esEs23(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 22.16/9.73 new_ltEs6(x0, x1) 22.16/9.73 new_compare26(@2(x0, x1), @2(x2, x3), x4, x5) 22.16/9.73 new_ltEs5(x0, x1, ty_@0) 22.16/9.73 new_esEs7(x0, x1, ty_Char) 22.16/9.73 new_esEs27(x0, x1, ty_Ordering) 22.16/9.73 new_compare19(x0, x1, ty_Double) 22.16/9.73 new_ltEs22(x0, x1, ty_Ordering) 22.16/9.73 new_ltEs11(False, False) 22.16/9.73 new_esEs31(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.73 new_esEs31(x0, x1, ty_Ordering) 22.16/9.73 new_esEs35(x0, x1, ty_Char) 22.16/9.73 new_ltEs16(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 22.16/9.73 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.73 new_ltEs16(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 22.16/9.73 new_ltEs23(x0, x1, ty_Float) 22.16/9.73 new_esEs8(x0, x1, ty_Ordering) 22.16/9.73 new_primEqNat0(Zero, Zero) 22.16/9.73 new_esEs35(x0, x1, ty_Bool) 22.16/9.73 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 22.16/9.73 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 22.16/9.73 new_ltEs15(Just(x0), Just(x1), ty_Float) 22.16/9.73 new_asAs(False, x0) 22.16/9.73 new_lt19(x0, x1, ty_Char) 22.16/9.73 new_ltEs23(x0, x1, ty_Bool) 22.16/9.73 new_esEs31(x0, x1, ty_Int) 22.16/9.73 new_esEs35(x0, x1, ty_Ordering) 22.16/9.73 new_compare19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.73 new_esEs15(Double(x0, x1), Double(x2, x3)) 22.16/9.73 new_ltEs5(x0, x1, app(ty_[], x2)) 22.16/9.73 new_esEs28(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.73 new_not(False) 22.16/9.73 new_esEs36(x0, x1, ty_Int) 22.16/9.73 new_esEs9(x0, x1, ty_Double) 22.16/9.73 new_esEs35(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_esEs27(x0, x1, ty_Char) 22.16/9.73 new_esEs37(x0, x1, app(ty_Maybe, x2)) 22.16/9.73 new_esEs36(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_esEs29(x0, x1, ty_@0) 22.16/9.73 new_ltEs21(x0, x1, ty_Double) 22.16/9.73 new_lt19(x0, x1, ty_Int) 22.16/9.73 new_esEs11(x0, x1, app(ty_[], x2)) 22.16/9.73 new_esEs5(x0, x1, app(ty_[], x2)) 22.16/9.73 new_esEs11(x0, x1, ty_Float) 22.16/9.73 new_ltEs21(x0, x1, app(ty_Maybe, x2)) 22.16/9.73 new_esEs23(Right(x0), Right(x1), x2, app(ty_[], x3)) 22.16/9.73 new_esEs7(x0, x1, ty_Bool) 22.16/9.73 new_esEs5(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_esEs31(x0, x1, ty_Integer) 22.16/9.73 new_esEs22(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 22.16/9.73 new_ltEs16(Left(x0), Left(x1), ty_Double, x2) 22.16/9.73 new_compare15(True, True) 22.16/9.73 new_esEs6(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 22.16/9.73 new_esEs27(x0, x1, ty_Integer) 22.16/9.73 new_esEs11(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.73 new_esEs7(x0, x1, ty_Ordering) 22.16/9.73 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.73 new_ltEs20(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.73 new_esEs23(Left(x0), Left(x1), ty_Integer, x2) 22.16/9.73 new_primEqNat0(Succ(x0), Succ(x1)) 22.16/9.73 new_esEs23(Right(x0), Right(x1), x2, ty_Integer) 22.16/9.73 new_ltEs5(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.73 new_lt8(x0, x1) 22.16/9.73 new_esEs10(x0, x1, ty_Integer) 22.16/9.73 new_esEs33(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_esEs35(x0, x1, app(ty_[], x2)) 22.16/9.73 new_lt14(x0, x1, x2) 22.16/9.73 new_esEs23(Right(x0), Right(x1), x2, ty_Bool) 22.16/9.73 new_lt19(x0, x1, app(ty_[], x2)) 22.16/9.73 new_esEs31(x0, x1, app(ty_Maybe, x2)) 22.16/9.73 new_lt20(x0, x1, app(ty_Ratio, x2)) 22.16/9.73 new_compare16(x0, x1, True, x2, x3) 22.16/9.73 new_ltEs21(x0, x1, ty_@0) 22.16/9.73 new_ltEs15(Nothing, Nothing, x0) 22.16/9.74 new_lt15(x0, x1, x2, x3) 22.16/9.74 new_esEs35(x0, x1, ty_Integer) 22.16/9.74 new_esEs7(x0, x1, ty_Integer) 22.16/9.74 new_esEs11(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.74 new_compare12(x0, x1, x2, x3, x4, x5, True, x6, x7, x8, x9) 22.16/9.74 new_lt23(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.74 new_compare111(x0, x1, False, x2, x3) 22.16/9.74 new_esEs28(x0, x1, app(ty_Maybe, x2)) 22.16/9.74 new_esEs31(x0, x1, ty_Bool) 22.16/9.74 new_lt21(x0, x1, ty_Double) 22.16/9.74 new_lt21(x0, x1, ty_@0) 22.16/9.74 new_ltEs23(x0, x1, ty_Int) 22.16/9.74 new_ltEs16(Left(x0), Left(x1), ty_@0, x2) 22.16/9.74 new_esEs21(LT, GT) 22.16/9.74 new_esEs21(GT, LT) 22.16/9.74 new_compare28(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 22.16/9.74 new_lt22(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.74 new_esEs6(x0, x1, app(ty_Maybe, x2)) 22.16/9.74 new_esEs9(x0, x1, ty_@0) 22.16/9.74 new_esEs26(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.74 new_lt19(x0, x1, ty_Float) 22.16/9.74 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.74 new_lt5(x0, x1, app(ty_[], x2)) 22.16/9.74 new_esEs30(x0, x1, app(ty_[], x2)) 22.16/9.74 new_esEs20(Float(x0, x1), Float(x2, x3)) 22.16/9.74 new_esEs34(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.74 new_ltEs24(x0, x1, app(ty_Maybe, x2)) 22.16/9.74 new_esEs11(x0, x1, ty_Int) 22.16/9.74 new_esEs24(:(x0, x1), :(x2, x3), x4) 22.16/9.74 new_esEs5(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.74 new_ltEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 22.16/9.74 new_ltEs7(x0, x1, x2) 22.16/9.74 new_esEs8(x0, x1, app(app(ty_Either, x2), x3)) 22.16/9.74 new_esEs6(x0, x1, ty_Double) 22.16/9.74 new_esEs4(x0, x1, app(app(ty_@2, x2), x3)) 22.16/9.74 new_compare6(:%(x0, x1), :%(x2, x3), ty_Integer) 22.16/9.74 new_esEs34(x0, x1, ty_Double) 22.16/9.74 new_primCmpNat0(Zero, Zero) 22.16/9.74 new_esEs10(x0, x1, app(ty_Ratio, x2)) 22.16/9.74 new_esEs28(x0, x1, ty_Integer) 22.16/9.74 new_esEs4(x0, x1, app(ty_Maybe, x2)) 22.16/9.74 new_primMulInt(Neg(x0), Neg(x1)) 22.16/9.74 22.16/9.74 We have to consider all minimal (P,Q,R)-chains. 22.16/9.74 ---------------------------------------- 22.16/9.74 22.16/9.74 (19) QDPSizeChangeProof (EQUIVALENT) 22.16/9.74 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 22.16/9.74 22.16/9.74 From the DPs we obtained the following set of size-change graphs: 22.16/9.74 *new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bca, bag, app(app(app(ty_@3, bea), beb), bec)) -> new_ltEs3(vwx152, vwx162, bea, beb, bec) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs0(Just(vwx150), Just(vwx160), app(app(app(ty_@3, db), dc), dd)) -> new_ltEs3(vwx150, vwx160, db, dc, dd) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bca, bag, app(ty_Maybe, bdd)) -> new_ltEs0(vwx152, vwx162, bdd) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs0(Just(vwx150), Just(vwx160), app(ty_Maybe, cd)) -> new_ltEs0(vwx150, vwx160, cd) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bca, bag, app(ty_[], bdc)) -> new_ltEs(vwx152, vwx162, bdc) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs0(Just(vwx150), Just(vwx160), app(ty_[], cc)) -> new_ltEs(vwx150, vwx160, cc) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_lt0(vwx64, vwx66, bee) -> new_compare1(vwx64, vwx66, bee) 22.16/9.74 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bca, bag, app(app(ty_@2, bde), bdf)) -> new_ltEs1(vwx152, vwx162, bde, bdf) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs0(Just(vwx150), Just(vwx160), app(app(ty_@2, ce), cf)) -> new_ltEs1(vwx150, vwx160, ce, cf) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs0(Just(vwx150), Just(vwx160), app(app(ty_Either, cg), da)) -> new_ltEs2(vwx150, vwx160, cg, da) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_lt(vwx64, vwx66, bed) -> new_compare(vwx64, vwx66, bed) 22.16/9.74 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_lt3(vwx64, vwx66, bge, bgf, bgg) -> new_compare5(vwx64, vwx66, bge, bgf, bgg) 22.16/9.74 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4, 5 >= 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bca, bag, app(app(ty_Either, bdg), bdh)) -> new_ltEs2(vwx152, vwx162, bdg, bdh) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs(vwx15, vwx16, cb) -> new_compare(vwx15, vwx16, cb) 22.16/9.74 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare23(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, ccg, cbe, app(app(app(ty_@3, ceg), ceh), cfa)) -> new_ltEs3(vwx53, vwx56, ceg, ceh, cfa) 22.16/9.74 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3, 10 > 4, 10 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare23(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, ccg, cbe, app(ty_Maybe, ceb)) -> new_ltEs0(vwx53, vwx56, ceb) 22.16/9.74 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare23(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, ccg, cbe, app(ty_[], cea)) -> new_ltEs(vwx53, vwx56, cea) 22.16/9.74 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare23(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, ccg, cbe, app(app(ty_@2, cec), ced)) -> new_ltEs1(vwx53, vwx56, cec, ced) 22.16/9.74 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3, 10 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare23(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, ccg, cbe, app(app(ty_Either, cee), cef)) -> new_ltEs2(vwx53, vwx56, cee, cef) 22.16/9.74 The graph contains the following edges 3 >= 1, 6 >= 2, 10 > 3, 10 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare20(vwx64, vwx65, vwx66, vwx67, False, app(app(app(ty_@3, bge), bgf), bgg), bgb) -> new_compare5(vwx64, vwx66, bge, bgf, bgg) 22.16/9.74 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3, 6 > 4, 6 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare4(Left(vwx300), Left(vwx400), bd, be) -> new_compare21(vwx300, vwx400, new_esEs7(vwx300, vwx400, bd), bd, be) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4, 4 >= 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_primCompAux(Left(vwx300), Left(vwx400), vwx5, app(app(ty_Either, bd), be)) -> new_compare21(vwx300, vwx400, new_esEs7(vwx300, vwx400, bd), bd, be) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4, 4 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare4(Right(vwx300), Right(vwx400), bd, be) -> new_compare22(vwx300, vwx400, new_esEs8(vwx300, vwx400, be), bd, be) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4, 4 >= 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_primCompAux(Right(vwx300), Right(vwx400), vwx5, app(app(ty_Either, bd), be)) -> new_compare22(vwx300, vwx400, new_esEs8(vwx300, vwx400, be), bd, be) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4, 4 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_lt1(vwx64, vwx66, bef, beg) -> new_compare3(vwx64, vwx66, bef, beg) 22.16/9.74 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare5(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), bf, bg, bh) -> new_compare23(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs9(vwx300, vwx400, bf), new_asAs(new_esEs10(vwx301, vwx401, bg), new_esEs11(vwx302, vwx402, bh))), bf, bg, bh) 22.16/9.74 The graph contains the following edges 1 > 1, 1 > 2, 1 > 3, 2 > 4, 2 > 5, 2 > 6, 3 >= 8, 4 >= 9, 5 >= 10 22.16/9.74 22.16/9.74 22.16/9.74 *new_primCompAux(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), vwx5, app(app(app(ty_@3, bf), bg), bh)) -> new_compare23(vwx300, vwx301, vwx302, vwx400, vwx401, vwx402, new_asAs(new_esEs9(vwx300, vwx400, bf), new_asAs(new_esEs10(vwx301, vwx401, bg), new_esEs11(vwx302, vwx402, bh))), bf, bg, bh) 22.16/9.74 The graph contains the following edges 1 > 1, 1 > 2, 1 > 3, 2 > 4, 2 > 5, 2 > 6, 4 > 8, 4 > 9, 4 > 10 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), eg, app(app(app(ty_@3, fg), fh), ga)) -> new_ltEs3(vwx151, vwx161, fg, fh, ga) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), eg, app(ty_Maybe, fa)) -> new_ltEs0(vwx151, vwx161, fa) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), eg, app(ty_[], eh)) -> new_ltEs(vwx151, vwx161, eh) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), eg, app(app(ty_@2, fb), fc)) -> new_ltEs1(vwx151, vwx161, fb, fc) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), eg, app(app(ty_Either, fd), ff)) -> new_ltEs2(vwx151, vwx161, fd, ff) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), app(app(app(ty_@3, ed), ee), ef), df) -> new_lt3(vwx150, vwx160, ed, ee, ef) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare20(vwx64, vwx65, vwx66, vwx67, False, app(ty_Maybe, bee), bgb) -> new_compare1(vwx64, vwx66, bee) 22.16/9.74 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare(:(vwx30, vwx31), :(vwx40, vwx41), ca) -> new_primCompAux(vwx30, vwx40, new_compare0(vwx31, vwx41, ca), ca) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare(:(vwx30, vwx31), :(vwx40, vwx41), ca) -> new_compare(vwx31, vwx41, ca) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_lt2(vwx64, vwx66, bgc, bgd) -> new_compare4(vwx64, vwx66, bgc, bgd) 22.16/9.74 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3, 4 >= 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare3(@2(vwx300, vwx301), @2(vwx400, vwx401), bb, bc) -> new_compare20(vwx300, vwx301, vwx400, vwx401, new_asAs(new_esEs5(vwx300, vwx400, bb), new_esEs6(vwx301, vwx401, bc)), bb, bc) 22.16/9.74 The graph contains the following edges 1 > 1, 1 > 2, 2 > 3, 2 > 4, 3 >= 6, 4 >= 7 22.16/9.74 22.16/9.74 22.16/9.74 *new_primCompAux(@2(vwx300, vwx301), @2(vwx400, vwx401), vwx5, app(app(ty_@2, bb), bc)) -> new_compare20(vwx300, vwx301, vwx400, vwx401, new_asAs(new_esEs5(vwx300, vwx400, bb), new_esEs6(vwx301, vwx401, bc)), bb, bc) 22.16/9.74 The graph contains the following edges 1 > 1, 1 > 2, 2 > 3, 2 > 4, 4 > 6, 4 > 7 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare1(Just(vwx300), Just(vwx400), ba) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, ba), ba) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_primCompAux(Just(vwx300), Just(vwx400), vwx5, app(ty_Maybe, ba)) -> new_compare2(vwx300, vwx400, new_esEs4(vwx300, vwx400, ba), ba) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), app(ty_Maybe, dg), df) -> new_lt0(vwx150, vwx160, dg) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare21(vwx33, vwx34, False, app(app(app(ty_@3, bhg), bhh), caa), bha) -> new_ltEs3(vwx33, vwx34, bhg, bhh, caa) 22.16/9.74 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4, 4 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare21(vwx33, vwx34, False, app(ty_Maybe, bhb), bha) -> new_ltEs0(vwx33, vwx34, bhb) 22.16/9.74 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare21(vwx33, vwx34, False, app(ty_[], bgh), bha) -> new_ltEs(vwx33, vwx34, bgh) 22.16/9.74 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare21(vwx33, vwx34, False, app(app(ty_@2, bhc), bhd), bha) -> new_ltEs1(vwx33, vwx34, bhc, bhd) 22.16/9.74 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare21(vwx33, vwx34, False, app(app(ty_Either, bhe), bhf), bha) -> new_ltEs2(vwx33, vwx34, bhe, bhf) 22.16/9.74 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare20(vwx64, vwx65, vwx66, vwx67, False, app(app(ty_Either, bgc), bgd), bgb) -> new_compare4(vwx64, vwx66, bgc, bgd) 22.16/9.74 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3, 6 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), app(app(ty_Either, eb), ec), df) -> new_lt2(vwx150, vwx160, eb, ec) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare20(vwx64, vwx65, vwx66, vwx67, False, beh, app(app(app(ty_@3, bfg), bfh), bga)) -> new_ltEs3(vwx65, vwx67, bfg, bfh, bga) 22.16/9.74 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3, 7 > 4, 7 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare22(vwx40, vwx41, False, cab, app(app(app(ty_@3, cba), cbb), cbc)) -> new_ltEs3(vwx40, vwx41, cba, cbb, cbc) 22.16/9.74 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4, 5 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare20(vwx64, vwx65, vwx66, vwx67, False, beh, app(ty_Maybe, bfb)) -> new_ltEs0(vwx65, vwx67, bfb) 22.16/9.74 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare22(vwx40, vwx41, False, cab, app(ty_Maybe, cad)) -> new_ltEs0(vwx40, vwx41, cad) 22.16/9.74 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare20(vwx64, vwx65, vwx66, vwx67, False, beh, app(ty_[], bfa)) -> new_ltEs(vwx65, vwx67, bfa) 22.16/9.74 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare22(vwx40, vwx41, False, cab, app(ty_[], cac)) -> new_ltEs(vwx40, vwx41, cac) 22.16/9.74 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare20(vwx64, vwx65, vwx66, vwx67, False, beh, app(app(ty_@2, bfc), bfd)) -> new_ltEs1(vwx65, vwx67, bfc, bfd) 22.16/9.74 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3, 7 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare22(vwx40, vwx41, False, cab, app(app(ty_@2, cae), caf)) -> new_ltEs1(vwx40, vwx41, cae, caf) 22.16/9.74 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare20(vwx64, vwx65, vwx66, vwx67, False, beh, app(app(ty_Either, bfe), bff)) -> new_ltEs2(vwx65, vwx67, bfe, bff) 22.16/9.74 The graph contains the following edges 2 >= 1, 4 >= 2, 7 > 3, 7 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare22(vwx40, vwx41, False, cab, app(app(ty_Either, cag), cah)) -> new_ltEs2(vwx40, vwx41, cag, cah) 22.16/9.74 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare20(vwx64, vwx65, vwx66, vwx67, False, app(app(ty_@2, bef), beg), bgb) -> new_compare3(vwx64, vwx66, bef, beg) 22.16/9.74 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3, 6 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare20(vwx64, vwx65, vwx66, vwx67, False, app(ty_[], bed), bgb) -> new_compare(vwx64, vwx66, bed) 22.16/9.74 The graph contains the following edges 1 >= 1, 3 >= 2, 6 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_primCompAux(vwx30, vwx40, vwx5, app(ty_[], h)) -> new_compare(vwx30, vwx40, h) 22.16/9.74 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), app(app(ty_@2, dh), ea), df) -> new_lt1(vwx150, vwx160, dh, ea) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs1(@2(vwx150, vwx151), @2(vwx160, vwx161), app(ty_[], de), df) -> new_lt(vwx150, vwx160, de) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(vwx15, vwx16, False, app(ty_[], cb)) -> new_compare(vwx15, vwx16, cb) 22.16/9.74 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), app(app(app(ty_@3, bbf), bbg), bbh), bag, bah) -> new_lt3(vwx150, vwx160, bbf, bbg, bbh) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bca, app(app(app(ty_@3, bch), bda), bdb), bah) -> new_lt3(vwx151, vwx161, bch, bda, bdb) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bca, app(ty_Maybe, bcc), bah) -> new_lt0(vwx151, vwx161, bcc) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), app(ty_Maybe, bba), bag, bah) -> new_lt0(vwx150, vwx160, bba) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), app(app(ty_Either, bbd), bbe), bag, bah) -> new_lt2(vwx150, vwx160, bbd, bbe) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bca, app(app(ty_Either, bcf), bcg), bah) -> new_lt2(vwx151, vwx161, bcf, bcg) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bca, app(app(ty_@2, bcd), bce), bah) -> new_lt1(vwx151, vwx161, bcd, bce) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), app(app(ty_@2, bbb), bbc), bag, bah) -> new_lt1(vwx150, vwx160, bbb, bbc) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), bca, app(ty_[], bcb), bah) -> new_lt(vwx151, vwx161, bcb) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs3(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), app(ty_[], baf), bag, bah) -> new_lt(vwx150, vwx160, baf) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs2(Right(vwx150), Right(vwx160), hd, app(app(app(ty_@3, bac), bad), bae)) -> new_ltEs3(vwx150, vwx160, bac, bad, bae) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs2(Left(vwx150), Left(vwx160), app(app(app(ty_@3, ha), hb), hc), gc) -> new_ltEs3(vwx150, vwx160, ha, hb, hc) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs2(Right(vwx150), Right(vwx160), hd, app(ty_Maybe, hf)) -> new_ltEs0(vwx150, vwx160, hf) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs2(Left(vwx150), Left(vwx160), app(ty_Maybe, gd), gc) -> new_ltEs0(vwx150, vwx160, gd) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs2(Left(vwx150), Left(vwx160), app(ty_[], gb), gc) -> new_ltEs(vwx150, vwx160, gb) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs2(Right(vwx150), Right(vwx160), hd, app(ty_[], he)) -> new_ltEs(vwx150, vwx160, he) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs2(Left(vwx150), Left(vwx160), app(app(ty_@2, ge), gf), gc) -> new_ltEs1(vwx150, vwx160, ge, gf) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs2(Right(vwx150), Right(vwx160), hd, app(app(ty_@2, hg), hh)) -> new_ltEs1(vwx150, vwx160, hg, hh) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs2(Right(vwx150), Right(vwx160), hd, app(app(ty_Either, baa), bab)) -> new_ltEs2(vwx150, vwx160, baa, bab) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_ltEs2(Left(vwx150), Left(vwx160), app(app(ty_Either, gg), gh), gc) -> new_ltEs2(vwx150, vwx160, gg, gh) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(Just(vwx150), Just(vwx160), False, app(ty_Maybe, app(app(app(ty_@3, db), dc), dd))) -> new_ltEs3(vwx150, vwx160, db, dc, dd) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, eg), app(app(app(ty_@3, fg), fh), ga))) -> new_ltEs3(vwx151, vwx161, fg, fh, ga) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(Right(vwx150), Right(vwx160), False, app(app(ty_Either, hd), app(app(app(ty_@3, bac), bad), bae))) -> new_ltEs3(vwx150, vwx160, bac, bad, bae) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(Left(vwx150), Left(vwx160), False, app(app(ty_Either, app(app(app(ty_@3, ha), hb), hc)), gc)) -> new_ltEs3(vwx150, vwx160, ha, hb, hc) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bca), bag), app(app(app(ty_@3, bea), beb), bec))) -> new_ltEs3(vwx152, vwx162, bea, beb, bec) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, eg), app(ty_Maybe, fa))) -> new_ltEs0(vwx151, vwx161, fa) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bca), bag), app(ty_Maybe, bdd))) -> new_ltEs0(vwx152, vwx162, bdd) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(Right(vwx150), Right(vwx160), False, app(app(ty_Either, hd), app(ty_Maybe, hf))) -> new_ltEs0(vwx150, vwx160, hf) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(Just(vwx150), Just(vwx160), False, app(ty_Maybe, app(ty_Maybe, cd))) -> new_ltEs0(vwx150, vwx160, cd) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(Left(vwx150), Left(vwx160), False, app(app(ty_Either, app(ty_Maybe, gd)), gc)) -> new_ltEs0(vwx150, vwx160, gd) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, eg), app(ty_[], eh))) -> new_ltEs(vwx151, vwx161, eh) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bca), bag), app(ty_[], bdc))) -> new_ltEs(vwx152, vwx162, bdc) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(Just(vwx150), Just(vwx160), False, app(ty_Maybe, app(ty_[], cc))) -> new_ltEs(vwx150, vwx160, cc) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(Right(vwx150), Right(vwx160), False, app(app(ty_Either, hd), app(ty_[], he))) -> new_ltEs(vwx150, vwx160, he) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(Left(vwx150), Left(vwx160), False, app(app(ty_Either, app(ty_[], gb)), gc)) -> new_ltEs(vwx150, vwx160, gb) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bca), bag), app(app(ty_@2, bde), bdf))) -> new_ltEs1(vwx152, vwx162, bde, bdf) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(Just(vwx150), Just(vwx160), False, app(ty_Maybe, app(app(ty_@2, ce), cf))) -> new_ltEs1(vwx150, vwx160, ce, cf) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(Left(vwx150), Left(vwx160), False, app(app(ty_Either, app(app(ty_@2, ge), gf)), gc)) -> new_ltEs1(vwx150, vwx160, ge, gf) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(Right(vwx150), Right(vwx160), False, app(app(ty_Either, hd), app(app(ty_@2, hg), hh))) -> new_ltEs1(vwx150, vwx160, hg, hh) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, eg), app(app(ty_@2, fb), fc))) -> new_ltEs1(vwx151, vwx161, fb, fc) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(Left(vwx150), Left(vwx160), False, app(app(ty_Either, app(app(ty_Either, gg), gh)), gc)) -> new_ltEs2(vwx150, vwx160, gg, gh) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(Right(vwx150), Right(vwx160), False, app(app(ty_Either, hd), app(app(ty_Either, baa), bab))) -> new_ltEs2(vwx150, vwx160, baa, bab) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, eg), app(app(ty_Either, fd), ff))) -> new_ltEs2(vwx151, vwx161, fd, ff) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bca), bag), app(app(ty_Either, bdg), bdh))) -> new_ltEs2(vwx152, vwx162, bdg, bdh) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(Just(vwx150), Just(vwx160), False, app(ty_Maybe, app(app(ty_Either, cg), da))) -> new_ltEs2(vwx150, vwx160, cg, da) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare23(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, app(app(app(ty_@3, ccd), cce), ccf), cbe, cbf) -> new_lt3(vwx51, vwx54, ccd, cce, ccf) 22.16/9.74 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3, 8 > 4, 8 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare23(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, ccg, app(app(app(ty_@3, cdf), cdg), cdh), cbf) -> new_lt3(vwx52, vwx55, cdf, cdg, cdh) 22.16/9.74 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3, 9 > 4, 9 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare23(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, ccg, app(ty_Maybe, cda), cbf) -> new_lt0(vwx52, vwx55, cda) 22.16/9.74 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare23(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, app(ty_Maybe, cbg), cbe, cbf) -> new_lt0(vwx51, vwx54, cbg) 22.16/9.74 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare23(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, app(app(ty_Either, ccb), ccc), cbe, cbf) -> new_lt2(vwx51, vwx54, ccb, ccc) 22.16/9.74 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3, 8 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare23(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, ccg, app(app(ty_Either, cdd), cde), cbf) -> new_lt2(vwx52, vwx55, cdd, cde) 22.16/9.74 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3, 9 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare23(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, ccg, app(app(ty_@2, cdb), cdc), cbf) -> new_lt1(vwx52, vwx55, cdb, cdc) 22.16/9.74 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3, 9 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare23(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, app(app(ty_@2, cbh), cca), cbe, cbf) -> new_lt1(vwx51, vwx54, cbh, cca) 22.16/9.74 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3, 8 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare23(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, ccg, app(ty_[], cch), cbf) -> new_lt(vwx52, vwx55, cch) 22.16/9.74 The graph contains the following edges 2 >= 1, 5 >= 2, 9 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare23(vwx51, vwx52, vwx53, vwx54, vwx55, vwx56, False, app(ty_[], cbd), cbe, cbf) -> new_lt(vwx51, vwx54, cbd) 22.16/9.74 The graph contains the following edges 1 >= 1, 4 >= 2, 8 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, app(app(app(ty_@3, ed), ee), ef)), df)) -> new_lt3(vwx150, vwx160, ed, ee, ef) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, app(app(app(ty_@3, bbf), bbg), bbh)), bag), bah)) -> new_lt3(vwx150, vwx160, bbf, bbg, bbh) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bca), app(app(app(ty_@3, bch), bda), bdb)), bah)) -> new_lt3(vwx151, vwx161, bch, bda, bdb) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, app(ty_Maybe, bba)), bag), bah)) -> new_lt0(vwx150, vwx160, bba) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bca), app(ty_Maybe, bcc)), bah)) -> new_lt0(vwx151, vwx161, bcc) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, app(ty_Maybe, dg)), df)) -> new_lt0(vwx150, vwx160, dg) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, app(app(ty_Either, bbd), bbe)), bag), bah)) -> new_lt2(vwx150, vwx160, bbd, bbe) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bca), app(app(ty_Either, bcf), bcg)), bah)) -> new_lt2(vwx151, vwx161, bcf, bcg) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, app(app(ty_Either, eb), ec)), df)) -> new_lt2(vwx150, vwx160, eb, ec) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bca), app(app(ty_@2, bcd), bce)), bah)) -> new_lt1(vwx151, vwx161, bcd, bce) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, app(app(ty_@2, bbb), bbc)), bag), bah)) -> new_lt1(vwx150, vwx160, bbb, bbc) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, app(app(ty_@2, dh), ea)), df)) -> new_lt1(vwx150, vwx160, dh, ea) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, app(ty_[], baf)), bag), bah)) -> new_lt(vwx150, vwx160, baf) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(@2(vwx150, vwx151), @2(vwx160, vwx161), False, app(app(ty_@2, app(ty_[], de)), df)) -> new_lt(vwx150, vwx160, de) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_compare2(@3(vwx150, vwx151, vwx152), @3(vwx160, vwx161, vwx162), False, app(app(app(ty_@3, bca), app(ty_[], bcb)), bah)) -> new_lt(vwx151, vwx161, bcb) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.16/9.74 22.16/9.74 22.16/9.74 ---------------------------------------- 22.16/9.74 22.16/9.74 (20) 22.16/9.74 YES 22.16/9.74 22.16/9.74 ---------------------------------------- 22.16/9.74 22.16/9.74 (21) 22.16/9.74 Obligation: 22.16/9.74 Q DP problem: 22.16/9.74 The TRS P consists of the following rules: 22.16/9.74 22.16/9.74 new_primMulNat(Succ(vwx40000), Succ(vwx30100)) -> new_primMulNat(vwx40000, Succ(vwx30100)) 22.16/9.74 22.16/9.74 R is empty. 22.16/9.74 Q is empty. 22.16/9.74 We have to consider all minimal (P,Q,R)-chains. 22.16/9.74 ---------------------------------------- 22.16/9.74 22.16/9.74 (22) QDPSizeChangeProof (EQUIVALENT) 22.16/9.74 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 22.16/9.74 22.16/9.74 From the DPs we obtained the following set of size-change graphs: 22.16/9.74 *new_primMulNat(Succ(vwx40000), Succ(vwx30100)) -> new_primMulNat(vwx40000, Succ(vwx30100)) 22.16/9.74 The graph contains the following edges 1 > 1, 2 >= 2 22.16/9.74 22.16/9.74 22.16/9.74 ---------------------------------------- 22.16/9.74 22.16/9.74 (23) 22.16/9.74 YES 22.16/9.74 22.16/9.74 ---------------------------------------- 22.16/9.74 22.16/9.74 (24) 22.16/9.74 Obligation: 22.16/9.74 Q DP problem: 22.16/9.74 The TRS P consists of the following rules: 22.16/9.74 22.16/9.74 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(ty_Maybe, ff), fb) -> new_esEs1(vwx3000, vwx4000, ff) 22.16/9.74 new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(app(ty_Either, bdg), bdh)) -> new_esEs2(vwx3000, vwx4000, bdg, bdh) 22.16/9.74 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, bc, app(app(app(ty_@3, df), dg), dh)) -> new_esEs(vwx3002, vwx4002, df, dg, dh) 22.16/9.74 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), gb, app(ty_Maybe, gh)) -> new_esEs1(vwx3001, vwx4001, gh) 22.16/9.74 new_esEs2(Left(vwx3000), Left(vwx4000), app(ty_Maybe, bbc), bah) -> new_esEs1(vwx3000, vwx4000, bbc) 22.16/9.74 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, bc, app(ty_[], ef)) -> new_esEs3(vwx3002, vwx4002, ef) 22.16/9.74 new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(app(ty_@2, bcc), bcd)) -> new_esEs0(vwx3000, vwx4000, bcc, bcd) 22.16/9.74 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, app(app(ty_@2, cg), da), bd) -> new_esEs0(vwx3001, vwx4001, cg, da) 22.16/9.74 new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(app(ty_Either, bcf), bcg)) -> new_esEs2(vwx3000, vwx4000, bcf, bcg) 22.16/9.74 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(app(app(ty_@3, eg), eh), fa), fb) -> new_esEs(vwx3000, vwx4000, eg, eh, fa) 22.16/9.74 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), gb, app(app(ty_@2, gf), gg)) -> new_esEs0(vwx3001, vwx4001, gf, gg) 22.16/9.74 new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs(vwx3000, vwx4000, bbh, bca, bcb) 22.16/9.74 new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(ty_Maybe, bce)) -> new_esEs1(vwx3000, vwx4000, bce) 22.16/9.74 new_esEs1(Just(vwx3000), Just(vwx4000), app(app(ty_Either, bab), bac)) -> new_esEs2(vwx3000, vwx4000, bab, bac) 22.16/9.74 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), gb, app(app(ty_Either, ha), hb)) -> new_esEs2(vwx3001, vwx4001, ha, hb) 22.16/9.74 new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(ty_Maybe, bdf)) -> new_esEs1(vwx3000, vwx4000, bdf) 22.16/9.74 new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(ty_[], bea)) -> new_esEs3(vwx3000, vwx4000, bea) 22.16/9.74 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(ty_Maybe, bg), bc, bd) -> new_esEs1(vwx3000, vwx4000, bg) 22.16/9.74 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, app(ty_[], de), bd) -> new_esEs3(vwx3001, vwx4001, de) 22.16/9.74 new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(ty_[], bch)) -> new_esEs3(vwx3000, vwx4000, bch) 22.16/9.74 new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(app(ty_@2, bdd), bde)) -> new_esEs0(vwx3000, vwx4000, bdd, bde) 22.16/9.74 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(ty_[], cb), bc, bd) -> new_esEs3(vwx3000, vwx4000, cb) 22.16/9.74 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, app(ty_Maybe, db), bd) -> new_esEs1(vwx3001, vwx4001, db) 22.16/9.74 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, app(app(app(ty_@3, cd), ce), cf), bd) -> new_esEs(vwx3001, vwx4001, cd, ce, cf) 22.16/9.74 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, bc, app(app(ty_Either, ed), ee)) -> new_esEs2(vwx3002, vwx4002, ed, ee) 22.16/9.74 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, bc, app(app(ty_@2, ea), eb)) -> new_esEs0(vwx3002, vwx4002, ea, eb) 22.16/9.74 new_esEs1(Just(vwx3000), Just(vwx4000), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx3000, vwx4000, hd, he, hf) 22.16/9.74 new_esEs2(Left(vwx3000), Left(vwx4000), app(app(ty_Either, bbd), bbe), bah) -> new_esEs2(vwx3000, vwx4000, bbd, bbe) 22.16/9.74 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(ty_[], ga), fb) -> new_esEs3(vwx3000, vwx4000, ga) 22.16/9.74 new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), beb) -> new_esEs3(vwx3001, vwx4001, beb) 22.16/9.74 new_esEs2(Left(vwx3000), Left(vwx4000), app(ty_[], bbf), bah) -> new_esEs3(vwx3000, vwx4000, bbf) 22.16/9.74 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, bc, app(ty_Maybe, ec)) -> new_esEs1(vwx3002, vwx4002, ec) 22.16/9.74 new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(app(app(ty_@3, bda), bdb), bdc)) -> new_esEs(vwx3000, vwx4000, bda, bdb, bdc) 22.16/9.74 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, app(app(ty_Either, dc), dd), bd) -> new_esEs2(vwx3001, vwx4001, dc, dd) 22.16/9.74 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(app(app(ty_@3, h), ba), bb), bc, bd) -> new_esEs(vwx3000, vwx4000, h, ba, bb) 22.16/9.74 new_esEs1(Just(vwx3000), Just(vwx4000), app(app(ty_@2, hg), hh)) -> new_esEs0(vwx3000, vwx4000, hg, hh) 22.16/9.74 new_esEs2(Left(vwx3000), Left(vwx4000), app(app(ty_@2, bba), bbb), bah) -> new_esEs0(vwx3000, vwx4000, bba, bbb) 22.16/9.74 new_esEs2(Left(vwx3000), Left(vwx4000), app(app(app(ty_@3, bae), baf), bag), bah) -> new_esEs(vwx3000, vwx4000, bae, baf, bag) 22.16/9.74 new_esEs1(Just(vwx3000), Just(vwx4000), app(ty_[], bad)) -> new_esEs3(vwx3000, vwx4000, bad) 22.16/9.74 new_esEs1(Just(vwx3000), Just(vwx4000), app(ty_Maybe, baa)) -> new_esEs1(vwx3000, vwx4000, baa) 22.16/9.74 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(app(ty_Either, bh), ca), bc, bd) -> new_esEs2(vwx3000, vwx4000, bh, ca) 22.16/9.74 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(app(ty_@2, fc), fd), fb) -> new_esEs0(vwx3000, vwx4000, fc, fd) 22.16/9.74 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(app(ty_Either, fg), fh), fb) -> new_esEs2(vwx3000, vwx4000, fg, fh) 22.16/9.74 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), gb, app(ty_[], hc)) -> new_esEs3(vwx3001, vwx4001, hc) 22.16/9.74 new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(app(ty_@2, be), bf), bc, bd) -> new_esEs0(vwx3000, vwx4000, be, bf) 22.16/9.74 new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), gb, app(app(app(ty_@3, gc), gd), ge)) -> new_esEs(vwx3001, vwx4001, gc, gd, ge) 22.16/9.74 22.16/9.74 R is empty. 22.16/9.74 Q is empty. 22.16/9.74 We have to consider all minimal (P,Q,R)-chains. 22.16/9.74 ---------------------------------------- 22.16/9.74 22.16/9.74 (25) QDPSizeChangeProof (EQUIVALENT) 22.16/9.74 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 22.16/9.74 22.16/9.74 From the DPs we obtained the following set of size-change graphs: 22.16/9.74 *new_esEs1(Just(vwx3000), Just(vwx4000), app(app(ty_@2, hg), hh)) -> new_esEs0(vwx3000, vwx4000, hg, hh) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs1(Just(vwx3000), Just(vwx4000), app(ty_[], bad)) -> new_esEs3(vwx3000, vwx4000, bad) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs1(Just(vwx3000), Just(vwx4000), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx3000, vwx4000, hd, he, hf) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs1(Just(vwx3000), Just(vwx4000), app(app(ty_Either, bab), bac)) -> new_esEs2(vwx3000, vwx4000, bab, bac) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs1(Just(vwx3000), Just(vwx4000), app(ty_Maybe, baa)) -> new_esEs1(vwx3000, vwx4000, baa) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(app(ty_@2, bdd), bde)) -> new_esEs0(vwx3000, vwx4000, bdd, bde) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(app(app(ty_@3, bda), bdb), bdc)) -> new_esEs(vwx3000, vwx4000, bda, bdb, bdc) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(app(ty_Either, bdg), bdh)) -> new_esEs2(vwx3000, vwx4000, bdg, bdh) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(ty_Maybe, bdf)) -> new_esEs1(vwx3000, vwx4000, bdf) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(app(ty_@2, bcc), bcd)) -> new_esEs0(vwx3000, vwx4000, bcc, bcd) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs2(Left(vwx3000), Left(vwx4000), app(app(ty_@2, bba), bbb), bah) -> new_esEs0(vwx3000, vwx4000, bba, bbb) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, app(app(ty_@2, cg), da), bd) -> new_esEs0(vwx3001, vwx4001, cg, da) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, bc, app(app(ty_@2, ea), eb)) -> new_esEs0(vwx3002, vwx4002, ea, eb) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(app(ty_@2, be), bf), bc, bd) -> new_esEs0(vwx3000, vwx4000, be, bf) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), gb, app(app(ty_@2, gf), gg)) -> new_esEs0(vwx3001, vwx4001, gf, gg) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(app(ty_@2, fc), fd), fb) -> new_esEs0(vwx3000, vwx4000, fc, fd) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(ty_[], bch)) -> new_esEs3(vwx3000, vwx4000, bch) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs2(Left(vwx3000), Left(vwx4000), app(ty_[], bbf), bah) -> new_esEs3(vwx3000, vwx4000, bbf) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs(vwx3000, vwx4000, bbh, bca, bcb) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs2(Left(vwx3000), Left(vwx4000), app(app(app(ty_@3, bae), baf), bag), bah) -> new_esEs(vwx3000, vwx4000, bae, baf, bag) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(app(ty_Either, bcf), bcg)) -> new_esEs2(vwx3000, vwx4000, bcf, bcg) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs2(Left(vwx3000), Left(vwx4000), app(app(ty_Either, bbd), bbe), bah) -> new_esEs2(vwx3000, vwx4000, bbd, bbe) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs2(Left(vwx3000), Left(vwx4000), app(ty_Maybe, bbc), bah) -> new_esEs1(vwx3000, vwx4000, bbc) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs2(Right(vwx3000), Right(vwx4000), bbg, app(ty_Maybe, bce)) -> new_esEs1(vwx3000, vwx4000, bce) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, bc, app(ty_[], ef)) -> new_esEs3(vwx3002, vwx4002, ef) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, app(ty_[], de), bd) -> new_esEs3(vwx3001, vwx4001, de) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(ty_[], cb), bc, bd) -> new_esEs3(vwx3000, vwx4000, cb) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), app(ty_[], bea)) -> new_esEs3(vwx3000, vwx4000, bea) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs3(:(vwx3000, vwx3001), :(vwx4000, vwx4001), beb) -> new_esEs3(vwx3001, vwx4001, beb) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(ty_[], ga), fb) -> new_esEs3(vwx3000, vwx4000, ga) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), gb, app(ty_[], hc)) -> new_esEs3(vwx3001, vwx4001, hc) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, bc, app(app(app(ty_@3, df), dg), dh)) -> new_esEs(vwx3002, vwx4002, df, dg, dh) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, app(app(app(ty_@3, cd), ce), cf), bd) -> new_esEs(vwx3001, vwx4001, cd, ce, cf) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(app(app(ty_@3, h), ba), bb), bc, bd) -> new_esEs(vwx3000, vwx4000, h, ba, bb) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, bc, app(app(ty_Either, ed), ee)) -> new_esEs2(vwx3002, vwx4002, ed, ee) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, app(app(ty_Either, dc), dd), bd) -> new_esEs2(vwx3001, vwx4001, dc, dd) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(app(ty_Either, bh), ca), bc, bd) -> new_esEs2(vwx3000, vwx4000, bh, ca) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), app(ty_Maybe, bg), bc, bd) -> new_esEs1(vwx3000, vwx4000, bg) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, app(ty_Maybe, db), bd) -> new_esEs1(vwx3001, vwx4001, db) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs(@3(vwx3000, vwx3001, vwx3002), @3(vwx4000, vwx4001, vwx4002), cc, bc, app(ty_Maybe, ec)) -> new_esEs1(vwx3002, vwx4002, ec) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(app(app(ty_@3, eg), eh), fa), fb) -> new_esEs(vwx3000, vwx4000, eg, eh, fa) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), gb, app(app(app(ty_@3, gc), gd), ge)) -> new_esEs(vwx3001, vwx4001, gc, gd, ge) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), gb, app(app(ty_Either, ha), hb)) -> new_esEs2(vwx3001, vwx4001, ha, hb) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(app(ty_Either, fg), fh), fb) -> new_esEs2(vwx3000, vwx4000, fg, fh) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), app(ty_Maybe, ff), fb) -> new_esEs1(vwx3000, vwx4000, ff) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 22.16/9.74 22.16/9.74 22.16/9.74 *new_esEs0(@2(vwx3000, vwx3001), @2(vwx4000, vwx4001), gb, app(ty_Maybe, gh)) -> new_esEs1(vwx3001, vwx4001, gh) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 22.16/9.74 22.16/9.74 22.16/9.74 ---------------------------------------- 22.16/9.74 22.16/9.74 (26) 22.16/9.74 YES 22.16/9.74 22.16/9.74 ---------------------------------------- 22.16/9.74 22.16/9.74 (27) 22.16/9.74 Obligation: 22.16/9.74 Q DP problem: 22.16/9.74 The TRS P consists of the following rules: 22.16/9.74 22.16/9.74 new_primEqNat(Succ(vwx30000), Succ(vwx40000)) -> new_primEqNat(vwx30000, vwx40000) 22.16/9.74 22.16/9.74 R is empty. 22.16/9.74 Q is empty. 22.16/9.74 We have to consider all minimal (P,Q,R)-chains. 22.16/9.74 ---------------------------------------- 22.16/9.74 22.16/9.74 (28) QDPSizeChangeProof (EQUIVALENT) 22.16/9.74 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 22.16/9.74 22.16/9.74 From the DPs we obtained the following set of size-change graphs: 22.16/9.74 *new_primEqNat(Succ(vwx30000), Succ(vwx40000)) -> new_primEqNat(vwx30000, vwx40000) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2 22.16/9.74 22.16/9.74 22.16/9.74 ---------------------------------------- 22.16/9.74 22.16/9.74 (29) 22.16/9.74 YES 22.16/9.74 22.16/9.74 ---------------------------------------- 22.16/9.74 22.16/9.74 (30) 22.16/9.74 Obligation: 22.16/9.74 Q DP problem: 22.16/9.74 The TRS P consists of the following rules: 22.16/9.74 22.16/9.74 new_primPlusNat(Succ(vwx14400), Succ(vwx301000)) -> new_primPlusNat(vwx14400, vwx301000) 22.16/9.74 22.16/9.74 R is empty. 22.16/9.74 Q is empty. 22.16/9.74 We have to consider all minimal (P,Q,R)-chains. 22.16/9.74 ---------------------------------------- 22.16/9.74 22.16/9.74 (31) QDPSizeChangeProof (EQUIVALENT) 22.16/9.74 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 22.16/9.74 22.16/9.74 From the DPs we obtained the following set of size-change graphs: 22.16/9.74 *new_primPlusNat(Succ(vwx14400), Succ(vwx301000)) -> new_primPlusNat(vwx14400, vwx301000) 22.16/9.74 The graph contains the following edges 1 > 1, 2 > 2 22.16/9.74 22.16/9.74 22.16/9.74 ---------------------------------------- 22.16/9.74 22.16/9.74 (32) 22.16/9.74 YES 22.24/9.80 EOF