15.51/6.83 YES 18.37/7.57 proof of /export/starexec/sandbox/benchmark/theBenchmark.hs 18.37/7.57 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 18.37/7.57 18.37/7.57 18.37/7.57 H-Termination with start terms of the given HASKELL could be proven: 18.37/7.57 18.37/7.57 (0) HASKELL 18.37/7.57 (1) CR [EQUIVALENT, 0 ms] 18.37/7.57 (2) HASKELL 18.37/7.57 (3) IFR [EQUIVALENT, 0 ms] 18.37/7.57 (4) HASKELL 18.37/7.57 (5) BR [EQUIVALENT, 0 ms] 18.37/7.57 (6) HASKELL 18.37/7.57 (7) COR [EQUIVALENT, 4 ms] 18.37/7.57 (8) HASKELL 18.37/7.57 (9) LetRed [EQUIVALENT, 0 ms] 18.37/7.57 (10) HASKELL 18.37/7.57 (11) NumRed [SOUND, 10 ms] 18.37/7.57 (12) HASKELL 18.37/7.57 (13) Narrow [SOUND, 0 ms] 18.37/7.57 (14) AND 18.37/7.57 (15) QDP 18.37/7.57 (16) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.37/7.57 (17) YES 18.37/7.57 (18) QDP 18.37/7.57 (19) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.37/7.57 (20) YES 18.37/7.57 (21) QDP 18.37/7.57 (22) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.37/7.57 (23) YES 18.37/7.57 (24) QDP 18.37/7.57 (25) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.37/7.57 (26) YES 18.37/7.57 (27) QDP 18.37/7.57 (28) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.37/7.57 (29) YES 18.37/7.57 (30) QDP 18.37/7.57 (31) QDPSizeChangeProof [EQUIVALENT, 1 ms] 18.37/7.57 (32) YES 18.37/7.57 18.37/7.57 18.37/7.57 ---------------------------------------- 18.37/7.58 18.37/7.58 (0) 18.37/7.58 Obligation: 18.37/7.58 mainModule Main 18.37/7.58 module Main where { 18.37/7.58 import qualified Prelude; 18.37/7.58 } 18.37/7.58 18.37/7.58 ---------------------------------------- 18.37/7.58 18.37/7.58 (1) CR (EQUIVALENT) 18.37/7.58 Case Reductions: 18.37/7.58 The following Case expression 18.37/7.58 "case compare x y of { 18.37/7.58 EQ -> o; 18.37/7.58 LT -> LT; 18.37/7.58 GT -> GT} 18.37/7.58 " 18.37/7.58 is transformed to 18.37/7.58 "primCompAux0 o EQ = o; 18.37/7.58 primCompAux0 o LT = LT; 18.37/7.58 primCompAux0 o GT = GT; 18.37/7.58 " 18.37/7.58 18.37/7.58 ---------------------------------------- 18.37/7.58 18.37/7.58 (2) 18.37/7.58 Obligation: 18.37/7.58 mainModule Main 18.37/7.58 module Main where { 18.37/7.58 import qualified Prelude; 18.37/7.58 } 18.37/7.58 18.37/7.58 ---------------------------------------- 18.37/7.58 18.37/7.58 (3) IFR (EQUIVALENT) 18.37/7.58 If Reductions: 18.37/7.58 The following If expression 18.37/7.58 "if primGEqNatS x y then Succ (primDivNatS (primMinusNatS x y) (Succ y)) else Zero" 18.37/7.58 is transformed to 18.37/7.58 "primDivNatS0 x y True = Succ (primDivNatS (primMinusNatS x y) (Succ y)); 18.37/7.58 primDivNatS0 x y False = Zero; 18.37/7.58 " 18.37/7.58 The following If expression 18.37/7.58 "if primGEqNatS x y then primModNatS (primMinusNatS x y) (Succ y) else Succ x" 18.37/7.58 is transformed to 18.37/7.58 "primModNatS0 x y True = primModNatS (primMinusNatS x y) (Succ y); 18.37/7.58 primModNatS0 x y False = Succ x; 18.37/7.58 " 18.37/7.58 18.37/7.58 ---------------------------------------- 18.37/7.58 18.37/7.58 (4) 18.37/7.58 Obligation: 18.37/7.58 mainModule Main 18.37/7.58 module Main where { 18.37/7.58 import qualified Prelude; 18.37/7.58 } 18.37/7.58 18.37/7.58 ---------------------------------------- 18.37/7.58 18.37/7.58 (5) BR (EQUIVALENT) 18.37/7.58 Replaced joker patterns by fresh variables and removed binding patterns. 18.37/7.58 ---------------------------------------- 18.37/7.58 18.37/7.58 (6) 18.37/7.58 Obligation: 18.37/7.58 mainModule Main 18.37/7.58 module Main where { 18.37/7.58 import qualified Prelude; 18.37/7.58 } 18.37/7.58 18.37/7.58 ---------------------------------------- 18.37/7.58 18.37/7.58 (7) COR (EQUIVALENT) 18.37/7.58 Cond Reductions: 18.37/7.58 The following Function with conditions 18.37/7.58 "compare x y|x == yEQ|x <= yLT|otherwiseGT; 18.37/7.58 " 18.37/7.58 is transformed to 18.37/7.58 "compare x y = compare3 x y; 18.37/7.58 " 18.37/7.58 "compare0 x y True = GT; 18.37/7.58 " 18.37/7.58 "compare2 x y True = EQ; 18.37/7.58 compare2 x y False = compare1 x y (x <= y); 18.37/7.58 " 18.37/7.58 "compare1 x y True = LT; 18.37/7.58 compare1 x y False = compare0 x y otherwise; 18.37/7.58 " 18.37/7.58 "compare3 x y = compare2 x y (x == y); 18.37/7.58 " 18.37/7.58 The following Function with conditions 18.37/7.58 "absReal x|x >= 0x|otherwise`negate` x; 18.37/7.58 " 18.37/7.58 is transformed to 18.37/7.58 "absReal x = absReal2 x; 18.37/7.58 " 18.37/7.58 "absReal0 x True = `negate` x; 18.37/7.58 " 18.37/7.58 "absReal1 x True = x; 18.37/7.58 absReal1 x False = absReal0 x otherwise; 18.37/7.58 " 18.37/7.58 "absReal2 x = absReal1 x (x >= 0); 18.37/7.58 " 18.37/7.58 The following Function with conditions 18.37/7.58 "gcd' x 0 = x; 18.37/7.58 gcd' x y = gcd' y (x `rem` y); 18.37/7.58 " 18.37/7.58 is transformed to 18.37/7.58 "gcd' x zx = gcd'2 x zx; 18.37/7.58 gcd' x y = gcd'0 x y; 18.37/7.58 " 18.37/7.58 "gcd'0 x y = gcd' y (x `rem` y); 18.37/7.58 " 18.37/7.58 "gcd'1 True x zx = x; 18.37/7.58 gcd'1 zy zz vuu = gcd'0 zz vuu; 18.37/7.58 " 18.37/7.58 "gcd'2 x zx = gcd'1 (zx == 0) x zx; 18.37/7.58 gcd'2 vuv vuw = gcd'0 vuv vuw; 18.37/7.58 " 18.37/7.58 The following Function with conditions 18.37/7.58 "gcd 0 0 = error []; 18.37/7.58 gcd x y = gcd' (abs x) (abs y) where { 18.37/7.58 gcd' x 0 = x; 18.37/7.58 gcd' x y = gcd' y (x `rem` y); 18.37/7.58 } 18.37/7.58 ; 18.37/7.58 " 18.37/7.58 is transformed to 18.37/7.58 "gcd vux vuy = gcd3 vux vuy; 18.37/7.58 gcd x y = gcd0 x y; 18.37/7.58 " 18.37/7.58 "gcd0 x y = gcd' (abs x) (abs y) where { 18.37/7.58 gcd' x zx = gcd'2 x zx; 18.37/7.58 gcd' x y = gcd'0 x y; 18.37/7.58 ; 18.37/7.58 gcd'0 x y = gcd' y (x `rem` y); 18.37/7.58 ; 18.37/7.58 gcd'1 True x zx = x; 18.37/7.58 gcd'1 zy zz vuu = gcd'0 zz vuu; 18.37/7.58 ; 18.37/7.58 gcd'2 x zx = gcd'1 (zx == 0) x zx; 18.37/7.58 gcd'2 vuv vuw = gcd'0 vuv vuw; 18.37/7.58 } 18.37/7.58 ; 18.37/7.58 " 18.37/7.58 "gcd1 True vux vuy = error []; 18.37/7.58 gcd1 vuz vvu vvv = gcd0 vvu vvv; 18.37/7.58 " 18.37/7.58 "gcd2 True vux vuy = gcd1 (vuy == 0) vux vuy; 18.37/7.58 gcd2 vvw vvx vvy = gcd0 vvx vvy; 18.37/7.58 " 18.37/7.58 "gcd3 vux vuy = gcd2 (vux == 0) vux vuy; 18.37/7.58 gcd3 vvz vwu = gcd0 vvz vwu; 18.37/7.58 " 18.37/7.58 The following Function with conditions 18.37/7.58 "undefined |Falseundefined; 18.37/7.58 " 18.37/7.58 is transformed to 18.37/7.58 "undefined = undefined1; 18.37/7.58 " 18.37/7.58 "undefined0 True = undefined; 18.37/7.58 " 18.37/7.58 "undefined1 = undefined0 False; 18.37/7.58 " 18.37/7.58 The following Function with conditions 18.37/7.58 "reduce x y|y == 0error []|otherwisex `quot` d :% (y `quot` d) where { 18.37/7.58 d = gcd x y; 18.37/7.58 } 18.37/7.58 ; 18.37/7.58 " 18.37/7.58 is transformed to 18.37/7.58 "reduce x y = reduce2 x y; 18.37/7.58 " 18.37/7.58 "reduce2 x y = reduce1 x y (y == 0) where { 18.37/7.58 d = gcd x y; 18.37/7.58 ; 18.37/7.58 reduce0 x y True = x `quot` d :% (y `quot` d); 18.37/7.58 ; 18.37/7.58 reduce1 x y True = error []; 18.37/7.58 reduce1 x y False = reduce0 x y otherwise; 18.37/7.58 } 18.37/7.58 ; 18.37/7.58 " 18.37/7.58 18.37/7.58 ---------------------------------------- 18.37/7.58 18.37/7.58 (8) 18.37/7.58 Obligation: 18.37/7.58 mainModule Main 18.37/7.58 module Main where { 18.37/7.58 import qualified Prelude; 18.37/7.58 } 18.37/7.58 18.37/7.58 ---------------------------------------- 18.37/7.58 18.37/7.58 (9) LetRed (EQUIVALENT) 18.37/7.58 Let/Where Reductions: 18.37/7.58 The bindings of the following Let/Where expression 18.37/7.58 "gcd' (abs x) (abs y) where { 18.37/7.58 gcd' x zx = gcd'2 x zx; 18.37/7.58 gcd' x y = gcd'0 x y; 18.37/7.58 ; 18.37/7.58 gcd'0 x y = gcd' y (x `rem` y); 18.37/7.58 ; 18.37/7.58 gcd'1 True x zx = x; 18.37/7.58 gcd'1 zy zz vuu = gcd'0 zz vuu; 18.37/7.58 ; 18.37/7.58 gcd'2 x zx = gcd'1 (zx == 0) x zx; 18.37/7.58 gcd'2 vuv vuw = gcd'0 vuv vuw; 18.37/7.58 } 18.37/7.58 " 18.37/7.58 are unpacked to the following functions on top level 18.37/7.58 "gcd0Gcd'1 True x zx = x; 18.37/7.58 gcd0Gcd'1 zy zz vuu = gcd0Gcd'0 zz vuu; 18.37/7.58 " 18.37/7.58 "gcd0Gcd'2 x zx = gcd0Gcd'1 (zx == 0) x zx; 18.37/7.58 gcd0Gcd'2 vuv vuw = gcd0Gcd'0 vuv vuw; 18.37/7.58 " 18.37/7.58 "gcd0Gcd' x zx = gcd0Gcd'2 x zx; 18.37/7.58 gcd0Gcd' x y = gcd0Gcd'0 x y; 18.37/7.58 " 18.37/7.58 "gcd0Gcd'0 x y = gcd0Gcd' y (x `rem` y); 18.37/7.58 " 18.37/7.58 The bindings of the following Let/Where expression 18.37/7.58 "reduce1 x y (y == 0) where { 18.37/7.58 d = gcd x y; 18.37/7.58 ; 18.37/7.58 reduce0 x y True = x `quot` d :% (y `quot` d); 18.37/7.58 ; 18.37/7.58 reduce1 x y True = error []; 18.37/7.58 reduce1 x y False = reduce0 x y otherwise; 18.37/7.58 } 18.37/7.58 " 18.37/7.58 are unpacked to the following functions on top level 18.37/7.58 "reduce2D vwv vww = gcd vwv vww; 18.37/7.58 " 18.37/7.58 "reduce2Reduce1 vwv vww x y True = error []; 18.37/7.58 reduce2Reduce1 vwv vww x y False = reduce2Reduce0 vwv vww x y otherwise; 18.37/7.58 " 18.37/7.58 "reduce2Reduce0 vwv vww x y True = x `quot` reduce2D vwv vww :% (y `quot` reduce2D vwv vww); 18.37/7.58 " 18.37/7.58 18.37/7.58 ---------------------------------------- 18.37/7.58 18.37/7.58 (10) 18.37/7.58 Obligation: 18.37/7.58 mainModule Main 18.37/7.58 module Main where { 18.37/7.58 import qualified Prelude; 18.37/7.58 } 18.37/7.58 18.37/7.58 ---------------------------------------- 18.37/7.58 18.37/7.58 (11) NumRed (SOUND) 18.37/7.58 Num Reduction:All numbers are transformed to their corresponding representation with Succ, Pred and Zero. 18.37/7.58 ---------------------------------------- 18.37/7.58 18.37/7.58 (12) 18.37/7.58 Obligation: 18.37/7.58 mainModule Main 18.37/7.58 module Main where { 18.37/7.58 import qualified Prelude; 18.37/7.58 } 18.37/7.58 18.37/7.58 ---------------------------------------- 18.37/7.58 18.37/7.58 (13) Narrow (SOUND) 18.37/7.58 Haskell To QDPs 18.37/7.58 18.37/7.58 digraph dp_graph { 18.37/7.58 node [outthreshold=100, inthreshold=100];1[label="(<)",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 18.37/7.58 3[label="(<) vwx3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 18.37/7.58 4[label="(<) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];4 -> 5[label="",style="solid", color="black", weight=3]; 18.37/7.58 5[label="compare vwx3 vwx4 == LT",fontsize=16,color="black",shape="box"];5 -> 6[label="",style="solid", color="black", weight=3]; 18.37/7.58 6[label="compare3 vwx3 vwx4 == LT",fontsize=16,color="black",shape="box"];6 -> 7[label="",style="solid", color="black", weight=3]; 18.37/7.58 7[label="compare2 vwx3 vwx4 (vwx3 == vwx4) == LT",fontsize=16,color="burlywood",shape="box"];2676[label="vwx3/Nothing",fontsize=10,color="white",style="solid",shape="box"];7 -> 2676[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2676 -> 8[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2677[label="vwx3/Just vwx30",fontsize=10,color="white",style="solid",shape="box"];7 -> 2677[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2677 -> 9[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 8[label="compare2 Nothing vwx4 (Nothing == vwx4) == LT",fontsize=16,color="burlywood",shape="box"];2678[label="vwx4/Nothing",fontsize=10,color="white",style="solid",shape="box"];8 -> 2678[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2678 -> 10[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2679[label="vwx4/Just vwx40",fontsize=10,color="white",style="solid",shape="box"];8 -> 2679[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2679 -> 11[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 9[label="compare2 (Just vwx30) vwx4 (Just vwx30 == vwx4) == LT",fontsize=16,color="burlywood",shape="box"];2680[label="vwx4/Nothing",fontsize=10,color="white",style="solid",shape="box"];9 -> 2680[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2680 -> 12[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2681[label="vwx4/Just vwx40",fontsize=10,color="white",style="solid",shape="box"];9 -> 2681[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2681 -> 13[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 10[label="compare2 Nothing Nothing (Nothing == Nothing) == LT",fontsize=16,color="black",shape="box"];10 -> 14[label="",style="solid", color="black", weight=3]; 18.37/7.58 11[label="compare2 Nothing (Just vwx40) (Nothing == Just vwx40) == LT",fontsize=16,color="black",shape="box"];11 -> 15[label="",style="solid", color="black", weight=3]; 18.37/7.58 12[label="compare2 (Just vwx30) Nothing (Just vwx30 == Nothing) == LT",fontsize=16,color="black",shape="box"];12 -> 16[label="",style="solid", color="black", weight=3]; 18.37/7.58 13[label="compare2 (Just vwx30) (Just vwx40) (Just vwx30 == Just vwx40) == LT",fontsize=16,color="black",shape="box"];13 -> 17[label="",style="solid", color="black", weight=3]; 18.37/7.58 14[label="compare2 Nothing Nothing True == LT",fontsize=16,color="black",shape="box"];14 -> 18[label="",style="solid", color="black", weight=3]; 18.37/7.58 15[label="compare2 Nothing (Just vwx40) False == LT",fontsize=16,color="black",shape="box"];15 -> 19[label="",style="solid", color="black", weight=3]; 18.37/7.58 16[label="compare2 (Just vwx30) Nothing False == LT",fontsize=16,color="black",shape="box"];16 -> 20[label="",style="solid", color="black", weight=3]; 18.37/7.58 17 -> 21[label="",style="dashed", color="red", weight=0]; 18.37/7.58 17[label="compare2 (Just vwx30) (Just vwx40) (vwx30 == vwx40) == LT",fontsize=16,color="magenta"];17 -> 22[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 17 -> 23[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 17 -> 24[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 18[label="EQ == LT",fontsize=16,color="black",shape="box"];18 -> 25[label="",style="solid", color="black", weight=3]; 18.37/7.58 19[label="compare1 Nothing (Just vwx40) (Nothing <= Just vwx40) == LT",fontsize=16,color="black",shape="box"];19 -> 26[label="",style="solid", color="black", weight=3]; 18.37/7.58 20[label="compare1 (Just vwx30) Nothing (Just vwx30 <= Nothing) == LT",fontsize=16,color="black",shape="box"];20 -> 27[label="",style="solid", color="black", weight=3]; 18.37/7.58 22[label="vwx30",fontsize=16,color="green",shape="box"];23[label="vwx30 == vwx40",fontsize=16,color="blue",shape="box"];2682[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 2682[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2682 -> 28[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2683[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 2683[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2683 -> 29[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2684[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 2684[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2684 -> 30[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2685[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 2685[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2685 -> 31[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2686[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 2686[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2686 -> 32[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2687[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 2687[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2687 -> 33[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2688[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 2688[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2688 -> 34[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2689[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 2689[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2689 -> 35[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2690[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 2690[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2690 -> 36[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2691[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 2691[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2691 -> 37[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2692[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 2692[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2692 -> 38[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2693[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 2693[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2693 -> 39[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2694[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 2694[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2694 -> 40[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2695[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];23 -> 2695[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2695 -> 41[label="",style="solid", color="blue", weight=3]; 18.37/7.58 24[label="vwx40",fontsize=16,color="green",shape="box"];21[label="compare2 (Just vwx9) (Just vwx10) vwx11 == LT",fontsize=16,color="burlywood",shape="triangle"];2696[label="vwx11/False",fontsize=10,color="white",style="solid",shape="box"];21 -> 2696[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2696 -> 42[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2697[label="vwx11/True",fontsize=10,color="white",style="solid",shape="box"];21 -> 2697[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2697 -> 43[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 25[label="False",fontsize=16,color="green",shape="box"];26[label="compare1 Nothing (Just vwx40) True == LT",fontsize=16,color="black",shape="box"];26 -> 44[label="",style="solid", color="black", weight=3]; 18.37/7.58 27[label="compare1 (Just vwx30) Nothing False == LT",fontsize=16,color="black",shape="box"];27 -> 45[label="",style="solid", color="black", weight=3]; 18.37/7.58 28[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2698[label="vwx30/(vwx300,vwx301,vwx302)",fontsize=10,color="white",style="solid",shape="box"];28 -> 2698[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2698 -> 46[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 29[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];29 -> 47[label="",style="solid", color="black", weight=3]; 18.37/7.58 30[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2699[label="vwx30/(vwx300,vwx301)",fontsize=10,color="white",style="solid",shape="box"];30 -> 2699[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2699 -> 48[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 31[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];31 -> 49[label="",style="solid", color="black", weight=3]; 18.37/7.58 32[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2700[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];32 -> 2700[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2700 -> 50[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 33[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2701[label="vwx30/False",fontsize=10,color="white",style="solid",shape="box"];33 -> 2701[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2701 -> 51[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2702[label="vwx30/True",fontsize=10,color="white",style="solid",shape="box"];33 -> 2702[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2702 -> 52[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 34[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2703[label="vwx30/vwx300 :% vwx301",fontsize=10,color="white",style="solid",shape="box"];34 -> 2703[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2703 -> 53[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 35[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];35 -> 54[label="",style="solid", color="black", weight=3]; 18.37/7.58 36[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];36 -> 55[label="",style="solid", color="black", weight=3]; 18.37/7.58 37[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2704[label="vwx30/LT",fontsize=10,color="white",style="solid",shape="box"];37 -> 2704[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2704 -> 56[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2705[label="vwx30/EQ",fontsize=10,color="white",style="solid",shape="box"];37 -> 2705[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2705 -> 57[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2706[label="vwx30/GT",fontsize=10,color="white",style="solid",shape="box"];37 -> 2706[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2706 -> 58[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 38[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2707[label="vwx30/Nothing",fontsize=10,color="white",style="solid",shape="box"];38 -> 2707[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2707 -> 59[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2708[label="vwx30/Just vwx300",fontsize=10,color="white",style="solid",shape="box"];38 -> 2708[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2708 -> 60[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 39[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2709[label="vwx30/Left vwx300",fontsize=10,color="white",style="solid",shape="box"];39 -> 2709[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2709 -> 61[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2710[label="vwx30/Right vwx300",fontsize=10,color="white",style="solid",shape="box"];39 -> 2710[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2710 -> 62[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 40[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2711[label="vwx30/vwx300 : vwx301",fontsize=10,color="white",style="solid",shape="box"];40 -> 2711[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2711 -> 63[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2712[label="vwx30/[]",fontsize=10,color="white",style="solid",shape="box"];40 -> 2712[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2712 -> 64[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 41[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2713[label="vwx30/()",fontsize=10,color="white",style="solid",shape="box"];41 -> 2713[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2713 -> 65[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 42[label="compare2 (Just vwx9) (Just vwx10) False == LT",fontsize=16,color="black",shape="box"];42 -> 66[label="",style="solid", color="black", weight=3]; 18.37/7.58 43[label="compare2 (Just vwx9) (Just vwx10) True == LT",fontsize=16,color="black",shape="box"];43 -> 67[label="",style="solid", color="black", weight=3]; 18.37/7.58 44 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.58 44[label="LT == LT",fontsize=16,color="magenta"];44 -> 68[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 44 -> 69[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 45 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.58 45[label="compare0 (Just vwx30) Nothing otherwise == LT",fontsize=16,color="magenta"];45 -> 70[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 45 -> 71[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 46[label="(vwx300,vwx301,vwx302) == vwx40",fontsize=16,color="burlywood",shape="box"];2714[label="vwx40/(vwx400,vwx401,vwx402)",fontsize=10,color="white",style="solid",shape="box"];46 -> 2714[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2714 -> 72[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 47[label="primEqChar vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2715[label="vwx30/Char vwx300",fontsize=10,color="white",style="solid",shape="box"];47 -> 2715[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2715 -> 73[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 48[label="(vwx300,vwx301) == vwx40",fontsize=16,color="burlywood",shape="box"];2716[label="vwx40/(vwx400,vwx401)",fontsize=10,color="white",style="solid",shape="box"];48 -> 2716[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2716 -> 74[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 49[label="primEqDouble vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2717[label="vwx30/Double vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];49 -> 2717[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2717 -> 75[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 50[label="Integer vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2718[label="vwx40/Integer vwx400",fontsize=10,color="white",style="solid",shape="box"];50 -> 2718[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2718 -> 76[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 51[label="False == vwx40",fontsize=16,color="burlywood",shape="box"];2719[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];51 -> 2719[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2719 -> 77[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2720[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];51 -> 2720[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2720 -> 78[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 52[label="True == vwx40",fontsize=16,color="burlywood",shape="box"];2721[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];52 -> 2721[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2721 -> 79[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2722[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];52 -> 2722[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2722 -> 80[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 53[label="vwx300 :% vwx301 == vwx40",fontsize=16,color="burlywood",shape="box"];2723[label="vwx40/vwx400 :% vwx401",fontsize=10,color="white",style="solid",shape="box"];53 -> 2723[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2723 -> 81[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 54[label="primEqInt vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];2724[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];54 -> 2724[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2724 -> 82[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2725[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];54 -> 2725[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2725 -> 83[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 55[label="primEqFloat vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2726[label="vwx30/Float vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];55 -> 2726[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2726 -> 84[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 56[label="LT == vwx40",fontsize=16,color="burlywood",shape="box"];2727[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];56 -> 2727[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2727 -> 85[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2728[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];56 -> 2728[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2728 -> 86[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2729[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];56 -> 2729[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2729 -> 87[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 57[label="EQ == vwx40",fontsize=16,color="burlywood",shape="box"];2730[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];57 -> 2730[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2730 -> 88[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2731[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];57 -> 2731[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2731 -> 89[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2732[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];57 -> 2732[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2732 -> 90[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 58[label="GT == vwx40",fontsize=16,color="burlywood",shape="box"];2733[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];58 -> 2733[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2733 -> 91[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2734[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];58 -> 2734[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2734 -> 92[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2735[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];58 -> 2735[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2735 -> 93[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 59[label="Nothing == vwx40",fontsize=16,color="burlywood",shape="box"];2736[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];59 -> 2736[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2736 -> 94[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2737[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];59 -> 2737[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2737 -> 95[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 60[label="Just vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2738[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];60 -> 2738[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2738 -> 96[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2739[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];60 -> 2739[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2739 -> 97[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 61[label="Left vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2740[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];61 -> 2740[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2740 -> 98[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2741[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];61 -> 2741[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2741 -> 99[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 62[label="Right vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2742[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];62 -> 2742[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2742 -> 100[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2743[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];62 -> 2743[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2743 -> 101[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 63[label="vwx300 : vwx301 == vwx40",fontsize=16,color="burlywood",shape="box"];2744[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];63 -> 2744[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2744 -> 102[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2745[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];63 -> 2745[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2745 -> 103[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 64[label="[] == vwx40",fontsize=16,color="burlywood",shape="box"];2746[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];64 -> 2746[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2746 -> 104[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2747[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];64 -> 2747[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2747 -> 105[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 65[label="() == vwx40",fontsize=16,color="burlywood",shape="box"];2748[label="vwx40/()",fontsize=10,color="white",style="solid",shape="box"];65 -> 2748[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2748 -> 106[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 66 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.58 66[label="compare1 (Just vwx9) (Just vwx10) (Just vwx9 <= Just vwx10) == LT",fontsize=16,color="magenta"];66 -> 107[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 66 -> 108[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 67 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.58 67[label="EQ == LT",fontsize=16,color="magenta"];67 -> 109[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 67 -> 110[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 68[label="LT",fontsize=16,color="green",shape="box"];69[label="LT",fontsize=16,color="green",shape="box"];70[label="compare0 (Just vwx30) Nothing otherwise",fontsize=16,color="black",shape="box"];70 -> 111[label="",style="solid", color="black", weight=3]; 18.37/7.58 71[label="LT",fontsize=16,color="green",shape="box"];72[label="(vwx300,vwx301,vwx302) == (vwx400,vwx401,vwx402)",fontsize=16,color="black",shape="box"];72 -> 112[label="",style="solid", color="black", weight=3]; 18.37/7.58 73[label="primEqChar (Char vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2749[label="vwx40/Char vwx400",fontsize=10,color="white",style="solid",shape="box"];73 -> 2749[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2749 -> 113[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 74[label="(vwx300,vwx301) == (vwx400,vwx401)",fontsize=16,color="black",shape="box"];74 -> 114[label="",style="solid", color="black", weight=3]; 18.37/7.58 75[label="primEqDouble (Double vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];2750[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];75 -> 2750[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2750 -> 115[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 76[label="Integer vwx300 == Integer vwx400",fontsize=16,color="black",shape="box"];76 -> 116[label="",style="solid", color="black", weight=3]; 18.37/7.58 77[label="False == False",fontsize=16,color="black",shape="box"];77 -> 117[label="",style="solid", color="black", weight=3]; 18.37/7.58 78[label="False == True",fontsize=16,color="black",shape="box"];78 -> 118[label="",style="solid", color="black", weight=3]; 18.37/7.58 79[label="True == False",fontsize=16,color="black",shape="box"];79 -> 119[label="",style="solid", color="black", weight=3]; 18.37/7.58 80[label="True == True",fontsize=16,color="black",shape="box"];80 -> 120[label="",style="solid", color="black", weight=3]; 18.37/7.58 81[label="vwx300 :% vwx301 == vwx400 :% vwx401",fontsize=16,color="black",shape="box"];81 -> 121[label="",style="solid", color="black", weight=3]; 18.37/7.58 82[label="primEqInt (Pos vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2751[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];82 -> 2751[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2751 -> 122[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2752[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];82 -> 2752[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2752 -> 123[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 83[label="primEqInt (Neg vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2753[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];83 -> 2753[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2753 -> 124[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2754[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];83 -> 2754[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2754 -> 125[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 84[label="primEqFloat (Float vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];2755[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];84 -> 2755[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2755 -> 126[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 85[label="LT == LT",fontsize=16,color="black",shape="box"];85 -> 127[label="",style="solid", color="black", weight=3]; 18.37/7.58 86[label="LT == EQ",fontsize=16,color="black",shape="box"];86 -> 128[label="",style="solid", color="black", weight=3]; 18.37/7.58 87[label="LT == GT",fontsize=16,color="black",shape="box"];87 -> 129[label="",style="solid", color="black", weight=3]; 18.37/7.58 88[label="EQ == LT",fontsize=16,color="black",shape="box"];88 -> 130[label="",style="solid", color="black", weight=3]; 18.37/7.58 89[label="EQ == EQ",fontsize=16,color="black",shape="box"];89 -> 131[label="",style="solid", color="black", weight=3]; 18.37/7.58 90[label="EQ == GT",fontsize=16,color="black",shape="box"];90 -> 132[label="",style="solid", color="black", weight=3]; 18.37/7.58 91[label="GT == LT",fontsize=16,color="black",shape="box"];91 -> 133[label="",style="solid", color="black", weight=3]; 18.37/7.58 92[label="GT == EQ",fontsize=16,color="black",shape="box"];92 -> 134[label="",style="solid", color="black", weight=3]; 18.37/7.58 93[label="GT == GT",fontsize=16,color="black",shape="box"];93 -> 135[label="",style="solid", color="black", weight=3]; 18.37/7.58 94[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];94 -> 136[label="",style="solid", color="black", weight=3]; 18.37/7.58 95[label="Nothing == Just vwx400",fontsize=16,color="black",shape="box"];95 -> 137[label="",style="solid", color="black", weight=3]; 18.37/7.58 96[label="Just vwx300 == Nothing",fontsize=16,color="black",shape="box"];96 -> 138[label="",style="solid", color="black", weight=3]; 18.37/7.58 97[label="Just vwx300 == Just vwx400",fontsize=16,color="black",shape="box"];97 -> 139[label="",style="solid", color="black", weight=3]; 18.37/7.58 98[label="Left vwx300 == Left vwx400",fontsize=16,color="black",shape="box"];98 -> 140[label="",style="solid", color="black", weight=3]; 18.37/7.58 99[label="Left vwx300 == Right vwx400",fontsize=16,color="black",shape="box"];99 -> 141[label="",style="solid", color="black", weight=3]; 18.37/7.58 100[label="Right vwx300 == Left vwx400",fontsize=16,color="black",shape="box"];100 -> 142[label="",style="solid", color="black", weight=3]; 18.37/7.58 101[label="Right vwx300 == Right vwx400",fontsize=16,color="black",shape="box"];101 -> 143[label="",style="solid", color="black", weight=3]; 18.37/7.58 102[label="vwx300 : vwx301 == vwx400 : vwx401",fontsize=16,color="black",shape="box"];102 -> 144[label="",style="solid", color="black", weight=3]; 18.37/7.58 103[label="vwx300 : vwx301 == []",fontsize=16,color="black",shape="box"];103 -> 145[label="",style="solid", color="black", weight=3]; 18.37/7.58 104[label="[] == vwx400 : vwx401",fontsize=16,color="black",shape="box"];104 -> 146[label="",style="solid", color="black", weight=3]; 18.37/7.58 105[label="[] == []",fontsize=16,color="black",shape="box"];105 -> 147[label="",style="solid", color="black", weight=3]; 18.37/7.58 106[label="() == ()",fontsize=16,color="black",shape="box"];106 -> 148[label="",style="solid", color="black", weight=3]; 18.37/7.58 107 -> 1687[label="",style="dashed", color="red", weight=0]; 18.37/7.58 107[label="compare1 (Just vwx9) (Just vwx10) (Just vwx9 <= Just vwx10)",fontsize=16,color="magenta"];107 -> 1688[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 107 -> 1689[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 107 -> 1690[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 108[label="LT",fontsize=16,color="green",shape="box"];109[label="EQ",fontsize=16,color="green",shape="box"];110[label="LT",fontsize=16,color="green",shape="box"];111[label="compare0 (Just vwx30) Nothing True",fontsize=16,color="black",shape="box"];111 -> 150[label="",style="solid", color="black", weight=3]; 18.37/7.58 112 -> 246[label="",style="dashed", color="red", weight=0]; 18.37/7.58 112[label="vwx300 == vwx400 && vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];112 -> 247[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 112 -> 248[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 113[label="primEqChar (Char vwx300) (Char vwx400)",fontsize=16,color="black",shape="box"];113 -> 157[label="",style="solid", color="black", weight=3]; 18.37/7.58 114 -> 246[label="",style="dashed", color="red", weight=0]; 18.37/7.58 114[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];114 -> 249[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 114 -> 250[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 115[label="primEqDouble (Double vwx300 vwx301) (Double vwx400 vwx401)",fontsize=16,color="black",shape="box"];115 -> 168[label="",style="solid", color="black", weight=3]; 18.37/7.58 116 -> 54[label="",style="dashed", color="red", weight=0]; 18.37/7.58 116[label="primEqInt vwx300 vwx400",fontsize=16,color="magenta"];116 -> 169[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 116 -> 170[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 117[label="True",fontsize=16,color="green",shape="box"];118[label="False",fontsize=16,color="green",shape="box"];119[label="False",fontsize=16,color="green",shape="box"];120[label="True",fontsize=16,color="green",shape="box"];121 -> 246[label="",style="dashed", color="red", weight=0]; 18.37/7.58 121[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];121 -> 251[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 121 -> 252[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 122[label="primEqInt (Pos (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];2756[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];122 -> 2756[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2756 -> 171[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2757[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];122 -> 2757[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2757 -> 172[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 123[label="primEqInt (Pos Zero) vwx40",fontsize=16,color="burlywood",shape="box"];2758[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];123 -> 2758[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2758 -> 173[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2759[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];123 -> 2759[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2759 -> 174[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 124[label="primEqInt (Neg (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];2760[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];124 -> 2760[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2760 -> 175[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2761[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];124 -> 2761[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2761 -> 176[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 125[label="primEqInt (Neg Zero) vwx40",fontsize=16,color="burlywood",shape="box"];2762[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];125 -> 2762[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2762 -> 177[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2763[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];125 -> 2763[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2763 -> 178[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 126[label="primEqFloat (Float vwx300 vwx301) (Float vwx400 vwx401)",fontsize=16,color="black",shape="box"];126 -> 179[label="",style="solid", color="black", weight=3]; 18.37/7.58 127[label="True",fontsize=16,color="green",shape="box"];128[label="False",fontsize=16,color="green",shape="box"];129[label="False",fontsize=16,color="green",shape="box"];130[label="False",fontsize=16,color="green",shape="box"];131[label="True",fontsize=16,color="green",shape="box"];132[label="False",fontsize=16,color="green",shape="box"];133[label="False",fontsize=16,color="green",shape="box"];134[label="False",fontsize=16,color="green",shape="box"];135[label="True",fontsize=16,color="green",shape="box"];136[label="True",fontsize=16,color="green",shape="box"];137[label="False",fontsize=16,color="green",shape="box"];138[label="False",fontsize=16,color="green",shape="box"];139[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2764[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];139 -> 2764[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2764 -> 180[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2765[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];139 -> 2765[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2765 -> 181[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2766[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];139 -> 2766[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2766 -> 182[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2767[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];139 -> 2767[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2767 -> 183[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2768[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];139 -> 2768[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2768 -> 184[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2769[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];139 -> 2769[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2769 -> 185[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2770[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];139 -> 2770[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2770 -> 186[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2771[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];139 -> 2771[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2771 -> 187[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2772[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];139 -> 2772[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2772 -> 188[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2773[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];139 -> 2773[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2773 -> 189[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2774[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];139 -> 2774[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2774 -> 190[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2775[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];139 -> 2775[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2775 -> 191[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2776[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];139 -> 2776[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2776 -> 192[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2777[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];139 -> 2777[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2777 -> 193[label="",style="solid", color="blue", weight=3]; 18.37/7.58 140[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2778[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];140 -> 2778[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2778 -> 194[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2779[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];140 -> 2779[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2779 -> 195[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2780[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];140 -> 2780[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2780 -> 196[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2781[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];140 -> 2781[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2781 -> 197[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2782[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];140 -> 2782[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2782 -> 198[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2783[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];140 -> 2783[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2783 -> 199[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2784[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];140 -> 2784[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2784 -> 200[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2785[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];140 -> 2785[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2785 -> 201[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2786[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];140 -> 2786[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2786 -> 202[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2787[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];140 -> 2787[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2787 -> 203[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2788[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];140 -> 2788[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2788 -> 204[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2789[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];140 -> 2789[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2789 -> 205[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2790[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];140 -> 2790[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2790 -> 206[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2791[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];140 -> 2791[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2791 -> 207[label="",style="solid", color="blue", weight=3]; 18.37/7.58 141[label="False",fontsize=16,color="green",shape="box"];142[label="False",fontsize=16,color="green",shape="box"];143[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2792[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];143 -> 2792[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2792 -> 208[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2793[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];143 -> 2793[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2793 -> 209[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2794[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];143 -> 2794[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2794 -> 210[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2795[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];143 -> 2795[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2795 -> 211[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2796[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];143 -> 2796[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2796 -> 212[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2797[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];143 -> 2797[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2797 -> 213[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2798[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];143 -> 2798[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2798 -> 214[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2799[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];143 -> 2799[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2799 -> 215[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2800[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];143 -> 2800[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2800 -> 216[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2801[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];143 -> 2801[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2801 -> 217[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2802[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];143 -> 2802[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2802 -> 218[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2803[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];143 -> 2803[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2803 -> 219[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2804[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];143 -> 2804[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2804 -> 220[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2805[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];143 -> 2805[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2805 -> 221[label="",style="solid", color="blue", weight=3]; 18.37/7.58 144 -> 246[label="",style="dashed", color="red", weight=0]; 18.37/7.58 144[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];144 -> 253[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 144 -> 254[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 145[label="False",fontsize=16,color="green",shape="box"];146[label="False",fontsize=16,color="green",shape="box"];147[label="True",fontsize=16,color="green",shape="box"];148[label="True",fontsize=16,color="green",shape="box"];1688[label="Just vwx10",fontsize=16,color="green",shape="box"];1689[label="Just vwx9 <= Just vwx10",fontsize=16,color="black",shape="box"];1689 -> 1695[label="",style="solid", color="black", weight=3]; 18.37/7.58 1690[label="Just vwx9",fontsize=16,color="green",shape="box"];1687[label="compare1 vwx90 vwx100 vwx63",fontsize=16,color="burlywood",shape="triangle"];2806[label="vwx63/False",fontsize=10,color="white",style="solid",shape="box"];1687 -> 2806[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2806 -> 1696[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2807[label="vwx63/True",fontsize=10,color="white",style="solid",shape="box"];1687 -> 2807[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2807 -> 1697[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 150[label="GT",fontsize=16,color="green",shape="box"];247[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2808[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];247 -> 2808[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2808 -> 258[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2809[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];247 -> 2809[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2809 -> 259[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2810[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];247 -> 2810[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2810 -> 260[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2811[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];247 -> 2811[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2811 -> 261[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2812[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];247 -> 2812[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2812 -> 262[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2813[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];247 -> 2813[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2813 -> 263[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2814[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];247 -> 2814[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2814 -> 264[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2815[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];247 -> 2815[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2815 -> 265[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2816[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];247 -> 2816[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2816 -> 266[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2817[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];247 -> 2817[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2817 -> 267[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2818[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];247 -> 2818[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2818 -> 268[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2819[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];247 -> 2819[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2819 -> 269[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2820[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];247 -> 2820[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2820 -> 270[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2821[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];247 -> 2821[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2821 -> 271[label="",style="solid", color="blue", weight=3]; 18.37/7.58 248 -> 246[label="",style="dashed", color="red", weight=0]; 18.37/7.58 248[label="vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];248 -> 272[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 248 -> 273[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 246[label="vwx18 && vwx37",fontsize=16,color="burlywood",shape="triangle"];2822[label="vwx18/False",fontsize=10,color="white",style="solid",shape="box"];246 -> 2822[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2822 -> 274[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2823[label="vwx18/True",fontsize=10,color="white",style="solid",shape="box"];246 -> 2823[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2823 -> 275[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 157[label="primEqNat vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];2824[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];157 -> 2824[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2824 -> 276[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2825[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];157 -> 2825[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2825 -> 277[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 249[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2826[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];249 -> 2826[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2826 -> 278[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2827[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];249 -> 2827[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2827 -> 279[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2828[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];249 -> 2828[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2828 -> 280[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2829[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];249 -> 2829[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2829 -> 281[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2830[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];249 -> 2830[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2830 -> 282[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2831[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];249 -> 2831[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2831 -> 283[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2832[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];249 -> 2832[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2832 -> 284[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2833[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];249 -> 2833[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2833 -> 285[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2834[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];249 -> 2834[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2834 -> 286[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2835[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];249 -> 2835[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2835 -> 287[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2836[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];249 -> 2836[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2836 -> 288[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2837[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];249 -> 2837[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2837 -> 289[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2838[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];249 -> 2838[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2838 -> 290[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2839[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];249 -> 2839[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2839 -> 291[label="",style="solid", color="blue", weight=3]; 18.37/7.58 250[label="vwx301 == vwx401",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"];250 -> 2840[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2840 -> 292[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2841[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];250 -> 2841[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2841 -> 293[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2842[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];250 -> 2842[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2842 -> 294[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2843[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];250 -> 2843[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2843 -> 295[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2844[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];250 -> 2844[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2844 -> 296[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2845[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];250 -> 2845[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2845 -> 297[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2846[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];250 -> 2846[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2846 -> 298[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2847[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];250 -> 2847[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2847 -> 299[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2848[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];250 -> 2848[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2848 -> 300[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2849[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];250 -> 2849[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2849 -> 301[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2850[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];250 -> 2850[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2850 -> 302[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2851[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];250 -> 2851[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2851 -> 303[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2852[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];250 -> 2852[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2852 -> 304[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2853[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];250 -> 2853[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2853 -> 305[label="",style="solid", color="blue", weight=3]; 18.37/7.58 168 -> 35[label="",style="dashed", color="red", weight=0]; 18.37/7.58 168[label="vwx300 * vwx401 == vwx301 * vwx400",fontsize=16,color="magenta"];168 -> 306[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 168 -> 307[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 169[label="vwx300",fontsize=16,color="green",shape="box"];170[label="vwx400",fontsize=16,color="green",shape="box"];251[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2854[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];251 -> 2854[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2854 -> 308[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2855[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];251 -> 2855[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2855 -> 309[label="",style="solid", color="blue", weight=3]; 18.37/7.58 252[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];2856[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];252 -> 2856[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2856 -> 310[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2857[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];252 -> 2857[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2857 -> 311[label="",style="solid", color="blue", weight=3]; 18.37/7.58 171[label="primEqInt (Pos (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];2858[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];171 -> 2858[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2858 -> 312[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2859[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];171 -> 2859[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2859 -> 313[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 172[label="primEqInt (Pos (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];172 -> 314[label="",style="solid", color="black", weight=3]; 18.37/7.58 173[label="primEqInt (Pos Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];2860[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];173 -> 2860[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2860 -> 315[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2861[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];173 -> 2861[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2861 -> 316[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 174[label="primEqInt (Pos Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];2862[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];174 -> 2862[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2862 -> 317[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2863[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];174 -> 2863[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2863 -> 318[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 175[label="primEqInt (Neg (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];175 -> 319[label="",style="solid", color="black", weight=3]; 18.37/7.58 176[label="primEqInt (Neg (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];2864[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];176 -> 2864[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2864 -> 320[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2865[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];176 -> 2865[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2865 -> 321[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 177[label="primEqInt (Neg Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];2866[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];177 -> 2866[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2866 -> 322[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2867[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];177 -> 2867[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2867 -> 323[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 178[label="primEqInt (Neg Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];2868[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];178 -> 2868[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2868 -> 324[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2869[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];178 -> 2869[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2869 -> 325[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 179 -> 35[label="",style="dashed", color="red", weight=0]; 18.37/7.58 179[label="vwx300 * vwx401 == vwx301 * vwx400",fontsize=16,color="magenta"];179 -> 326[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 179 -> 327[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 180 -> 28[label="",style="dashed", color="red", weight=0]; 18.37/7.58 180[label="vwx300 == vwx400",fontsize=16,color="magenta"];180 -> 328[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 180 -> 329[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 181 -> 29[label="",style="dashed", color="red", weight=0]; 18.37/7.58 181[label="vwx300 == vwx400",fontsize=16,color="magenta"];181 -> 330[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 181 -> 331[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 182 -> 30[label="",style="dashed", color="red", weight=0]; 18.37/7.58 182[label="vwx300 == vwx400",fontsize=16,color="magenta"];182 -> 332[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 182 -> 333[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 183 -> 31[label="",style="dashed", color="red", weight=0]; 18.37/7.58 183[label="vwx300 == vwx400",fontsize=16,color="magenta"];183 -> 334[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 183 -> 335[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 184 -> 32[label="",style="dashed", color="red", weight=0]; 18.37/7.58 184[label="vwx300 == vwx400",fontsize=16,color="magenta"];184 -> 336[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 184 -> 337[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 185 -> 33[label="",style="dashed", color="red", weight=0]; 18.37/7.58 185[label="vwx300 == vwx400",fontsize=16,color="magenta"];185 -> 338[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 185 -> 339[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 186 -> 34[label="",style="dashed", color="red", weight=0]; 18.37/7.58 186[label="vwx300 == vwx400",fontsize=16,color="magenta"];186 -> 340[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 186 -> 341[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 187 -> 35[label="",style="dashed", color="red", weight=0]; 18.37/7.58 187[label="vwx300 == vwx400",fontsize=16,color="magenta"];187 -> 342[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 187 -> 343[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 188 -> 36[label="",style="dashed", color="red", weight=0]; 18.37/7.58 188[label="vwx300 == vwx400",fontsize=16,color="magenta"];188 -> 344[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 188 -> 345[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 189 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.58 189[label="vwx300 == vwx400",fontsize=16,color="magenta"];189 -> 346[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 189 -> 347[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 190 -> 38[label="",style="dashed", color="red", weight=0]; 18.37/7.58 190[label="vwx300 == vwx400",fontsize=16,color="magenta"];190 -> 348[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 190 -> 349[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 191 -> 39[label="",style="dashed", color="red", weight=0]; 18.37/7.58 191[label="vwx300 == vwx400",fontsize=16,color="magenta"];191 -> 350[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 191 -> 351[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 192 -> 40[label="",style="dashed", color="red", weight=0]; 18.37/7.58 192[label="vwx300 == vwx400",fontsize=16,color="magenta"];192 -> 352[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 192 -> 353[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 193 -> 41[label="",style="dashed", color="red", weight=0]; 18.37/7.58 193[label="vwx300 == vwx400",fontsize=16,color="magenta"];193 -> 354[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 193 -> 355[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 194 -> 28[label="",style="dashed", color="red", weight=0]; 18.37/7.58 194[label="vwx300 == vwx400",fontsize=16,color="magenta"];194 -> 356[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 194 -> 357[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 195 -> 29[label="",style="dashed", color="red", weight=0]; 18.37/7.58 195[label="vwx300 == vwx400",fontsize=16,color="magenta"];195 -> 358[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 195 -> 359[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 196 -> 30[label="",style="dashed", color="red", weight=0]; 18.37/7.58 196[label="vwx300 == vwx400",fontsize=16,color="magenta"];196 -> 360[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 196 -> 361[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 197 -> 31[label="",style="dashed", color="red", weight=0]; 18.37/7.58 197[label="vwx300 == vwx400",fontsize=16,color="magenta"];197 -> 362[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 197 -> 363[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 198 -> 32[label="",style="dashed", color="red", weight=0]; 18.37/7.58 198[label="vwx300 == vwx400",fontsize=16,color="magenta"];198 -> 364[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 198 -> 365[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 199 -> 33[label="",style="dashed", color="red", weight=0]; 18.37/7.58 199[label="vwx300 == vwx400",fontsize=16,color="magenta"];199 -> 366[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 199 -> 367[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 200 -> 34[label="",style="dashed", color="red", weight=0]; 18.37/7.58 200[label="vwx300 == vwx400",fontsize=16,color="magenta"];200 -> 368[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 200 -> 369[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 201 -> 35[label="",style="dashed", color="red", weight=0]; 18.37/7.58 201[label="vwx300 == vwx400",fontsize=16,color="magenta"];201 -> 370[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 201 -> 371[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 202 -> 36[label="",style="dashed", color="red", weight=0]; 18.37/7.58 202[label="vwx300 == vwx400",fontsize=16,color="magenta"];202 -> 372[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 202 -> 373[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 203 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.58 203[label="vwx300 == vwx400",fontsize=16,color="magenta"];203 -> 374[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 203 -> 375[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 204 -> 38[label="",style="dashed", color="red", weight=0]; 18.37/7.58 204[label="vwx300 == vwx400",fontsize=16,color="magenta"];204 -> 376[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 204 -> 377[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 205 -> 39[label="",style="dashed", color="red", weight=0]; 18.37/7.58 205[label="vwx300 == vwx400",fontsize=16,color="magenta"];205 -> 378[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 205 -> 379[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 206 -> 40[label="",style="dashed", color="red", weight=0]; 18.37/7.58 206[label="vwx300 == vwx400",fontsize=16,color="magenta"];206 -> 380[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 206 -> 381[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 207 -> 41[label="",style="dashed", color="red", weight=0]; 18.37/7.58 207[label="vwx300 == vwx400",fontsize=16,color="magenta"];207 -> 382[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 207 -> 383[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 208 -> 28[label="",style="dashed", color="red", weight=0]; 18.37/7.58 208[label="vwx300 == vwx400",fontsize=16,color="magenta"];208 -> 384[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 208 -> 385[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 209 -> 29[label="",style="dashed", color="red", weight=0]; 18.37/7.58 209[label="vwx300 == vwx400",fontsize=16,color="magenta"];209 -> 386[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 209 -> 387[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 210 -> 30[label="",style="dashed", color="red", weight=0]; 18.37/7.58 210[label="vwx300 == vwx400",fontsize=16,color="magenta"];210 -> 388[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 210 -> 389[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 211 -> 31[label="",style="dashed", color="red", weight=0]; 18.37/7.58 211[label="vwx300 == vwx400",fontsize=16,color="magenta"];211 -> 390[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 211 -> 391[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 212 -> 32[label="",style="dashed", color="red", weight=0]; 18.37/7.58 212[label="vwx300 == vwx400",fontsize=16,color="magenta"];212 -> 392[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 212 -> 393[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 213 -> 33[label="",style="dashed", color="red", weight=0]; 18.37/7.58 213[label="vwx300 == vwx400",fontsize=16,color="magenta"];213 -> 394[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 213 -> 395[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 214 -> 34[label="",style="dashed", color="red", weight=0]; 18.37/7.58 214[label="vwx300 == vwx400",fontsize=16,color="magenta"];214 -> 396[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 214 -> 397[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 215 -> 35[label="",style="dashed", color="red", weight=0]; 18.37/7.58 215[label="vwx300 == vwx400",fontsize=16,color="magenta"];215 -> 398[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 215 -> 399[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 216 -> 36[label="",style="dashed", color="red", weight=0]; 18.37/7.58 216[label="vwx300 == vwx400",fontsize=16,color="magenta"];216 -> 400[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 216 -> 401[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 217 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.58 217[label="vwx300 == vwx400",fontsize=16,color="magenta"];217 -> 402[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 217 -> 403[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 218 -> 38[label="",style="dashed", color="red", weight=0]; 18.37/7.58 218[label="vwx300 == vwx400",fontsize=16,color="magenta"];218 -> 404[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 218 -> 405[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 219 -> 39[label="",style="dashed", color="red", weight=0]; 18.37/7.58 219[label="vwx300 == vwx400",fontsize=16,color="magenta"];219 -> 406[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 219 -> 407[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 220 -> 40[label="",style="dashed", color="red", weight=0]; 18.37/7.58 220[label="vwx300 == vwx400",fontsize=16,color="magenta"];220 -> 408[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 220 -> 409[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 221 -> 41[label="",style="dashed", color="red", weight=0]; 18.37/7.58 221[label="vwx300 == vwx400",fontsize=16,color="magenta"];221 -> 410[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 221 -> 411[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 253[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"];253 -> 2870[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2870 -> 412[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2871[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];253 -> 2871[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2871 -> 413[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2872[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];253 -> 2872[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2872 -> 414[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2873[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];253 -> 2873[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2873 -> 415[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2874[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];253 -> 2874[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2874 -> 416[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2875[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];253 -> 2875[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2875 -> 417[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2876[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];253 -> 2876[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2876 -> 418[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2877[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];253 -> 2877[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2877 -> 419[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2878[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];253 -> 2878[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2878 -> 420[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2879[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];253 -> 2879[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2879 -> 421[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2880[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];253 -> 2880[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2880 -> 422[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2881[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];253 -> 2881[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2881 -> 423[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2882[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];253 -> 2882[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2882 -> 424[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2883[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];253 -> 2883[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2883 -> 425[label="",style="solid", color="blue", weight=3]; 18.37/7.58 254 -> 40[label="",style="dashed", color="red", weight=0]; 18.37/7.58 254[label="vwx301 == vwx401",fontsize=16,color="magenta"];254 -> 426[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 254 -> 427[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 1695[label="vwx9 <= vwx10",fontsize=16,color="blue",shape="box"];2884[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1695 -> 2884[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2884 -> 1698[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2885[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1695 -> 2885[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2885 -> 1699[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2886[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1695 -> 2886[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2886 -> 1700[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2887[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1695 -> 2887[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2887 -> 1701[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2888[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1695 -> 2888[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2888 -> 1702[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2889[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1695 -> 2889[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2889 -> 1703[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2890[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1695 -> 2890[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2890 -> 1704[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2891[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1695 -> 2891[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2891 -> 1705[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2892[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1695 -> 2892[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2892 -> 1706[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2893[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1695 -> 2893[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2893 -> 1707[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2894[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1695 -> 2894[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2894 -> 1708[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2895[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1695 -> 2895[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2895 -> 1709[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2896[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1695 -> 2896[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2896 -> 1710[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2897[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1695 -> 2897[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2897 -> 1711[label="",style="solid", color="blue", weight=3]; 18.37/7.58 1696[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];1696 -> 1712[label="",style="solid", color="black", weight=3]; 18.37/7.58 1697[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1697 -> 1713[label="",style="solid", color="black", weight=3]; 18.37/7.58 258 -> 28[label="",style="dashed", color="red", weight=0]; 18.37/7.58 258[label="vwx300 == vwx400",fontsize=16,color="magenta"];258 -> 444[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 258 -> 445[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 259 -> 29[label="",style="dashed", color="red", weight=0]; 18.37/7.58 259[label="vwx300 == vwx400",fontsize=16,color="magenta"];259 -> 446[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 259 -> 447[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 260 -> 30[label="",style="dashed", color="red", weight=0]; 18.37/7.58 260[label="vwx300 == vwx400",fontsize=16,color="magenta"];260 -> 448[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 260 -> 449[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 261 -> 31[label="",style="dashed", color="red", weight=0]; 18.37/7.58 261[label="vwx300 == vwx400",fontsize=16,color="magenta"];261 -> 450[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 261 -> 451[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 262 -> 32[label="",style="dashed", color="red", weight=0]; 18.37/7.58 262[label="vwx300 == vwx400",fontsize=16,color="magenta"];262 -> 452[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 262 -> 453[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 263 -> 33[label="",style="dashed", color="red", weight=0]; 18.37/7.58 263[label="vwx300 == vwx400",fontsize=16,color="magenta"];263 -> 454[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 263 -> 455[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 264 -> 34[label="",style="dashed", color="red", weight=0]; 18.37/7.58 264[label="vwx300 == vwx400",fontsize=16,color="magenta"];264 -> 456[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 264 -> 457[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 265 -> 35[label="",style="dashed", color="red", weight=0]; 18.37/7.58 265[label="vwx300 == vwx400",fontsize=16,color="magenta"];265 -> 458[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 265 -> 459[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 266 -> 36[label="",style="dashed", color="red", weight=0]; 18.37/7.58 266[label="vwx300 == vwx400",fontsize=16,color="magenta"];266 -> 460[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 266 -> 461[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 267 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.58 267[label="vwx300 == vwx400",fontsize=16,color="magenta"];267 -> 462[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 267 -> 463[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 268 -> 38[label="",style="dashed", color="red", weight=0]; 18.37/7.58 268[label="vwx300 == vwx400",fontsize=16,color="magenta"];268 -> 464[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 268 -> 465[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 269 -> 39[label="",style="dashed", color="red", weight=0]; 18.37/7.58 269[label="vwx300 == vwx400",fontsize=16,color="magenta"];269 -> 466[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 269 -> 467[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 270 -> 40[label="",style="dashed", color="red", weight=0]; 18.37/7.58 270[label="vwx300 == vwx400",fontsize=16,color="magenta"];270 -> 468[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 270 -> 469[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 271 -> 41[label="",style="dashed", color="red", weight=0]; 18.37/7.58 271[label="vwx300 == vwx400",fontsize=16,color="magenta"];271 -> 470[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 271 -> 471[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 272[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];2898[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];272 -> 2898[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2898 -> 472[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2899[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];272 -> 2899[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2899 -> 473[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2900[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];272 -> 2900[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2900 -> 474[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2901[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];272 -> 2901[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2901 -> 475[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2902[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];272 -> 2902[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2902 -> 476[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2903[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];272 -> 2903[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2903 -> 477[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2904[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];272 -> 2904[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2904 -> 478[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2905[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];272 -> 2905[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2905 -> 479[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2906[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];272 -> 2906[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2906 -> 480[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2907[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];272 -> 2907[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2907 -> 481[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2908[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];272 -> 2908[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2908 -> 482[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2909[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];272 -> 2909[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2909 -> 483[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2910[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];272 -> 2910[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2910 -> 484[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2911[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];272 -> 2911[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2911 -> 485[label="",style="solid", color="blue", weight=3]; 18.37/7.58 273[label="vwx302 == vwx402",fontsize=16,color="blue",shape="box"];2912[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];273 -> 2912[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2912 -> 486[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2913[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];273 -> 2913[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2913 -> 487[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2914[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];273 -> 2914[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2914 -> 488[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2915[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];273 -> 2915[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2915 -> 489[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2916[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];273 -> 2916[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2916 -> 490[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2917[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];273 -> 2917[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2917 -> 491[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2918[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];273 -> 2918[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2918 -> 492[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2919[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];273 -> 2919[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2919 -> 493[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2920[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];273 -> 2920[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2920 -> 494[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2921[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];273 -> 2921[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2921 -> 495[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2922[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];273 -> 2922[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2922 -> 496[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2923[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];273 -> 2923[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2923 -> 497[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2924[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];273 -> 2924[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2924 -> 498[label="",style="solid", color="blue", weight=3]; 18.37/7.58 2925[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];273 -> 2925[label="",style="solid", color="blue", weight=9]; 18.37/7.58 2925 -> 499[label="",style="solid", color="blue", weight=3]; 18.37/7.58 274[label="False && vwx37",fontsize=16,color="black",shape="box"];274 -> 500[label="",style="solid", color="black", weight=3]; 18.37/7.58 275[label="True && vwx37",fontsize=16,color="black",shape="box"];275 -> 501[label="",style="solid", color="black", weight=3]; 18.37/7.58 276[label="primEqNat (Succ vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];2926[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];276 -> 2926[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2926 -> 502[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2927[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];276 -> 2927[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2927 -> 503[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 277[label="primEqNat Zero vwx400",fontsize=16,color="burlywood",shape="box"];2928[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];277 -> 2928[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2928 -> 504[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2929[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];277 -> 2929[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2929 -> 505[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 278 -> 28[label="",style="dashed", color="red", weight=0]; 18.37/7.58 278[label="vwx300 == vwx400",fontsize=16,color="magenta"];278 -> 506[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 278 -> 507[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 279 -> 29[label="",style="dashed", color="red", weight=0]; 18.37/7.58 279[label="vwx300 == vwx400",fontsize=16,color="magenta"];279 -> 508[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 279 -> 509[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 280 -> 30[label="",style="dashed", color="red", weight=0]; 18.37/7.58 280[label="vwx300 == vwx400",fontsize=16,color="magenta"];280 -> 510[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 280 -> 511[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 281 -> 31[label="",style="dashed", color="red", weight=0]; 18.37/7.58 281[label="vwx300 == vwx400",fontsize=16,color="magenta"];281 -> 512[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 281 -> 513[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 282 -> 32[label="",style="dashed", color="red", weight=0]; 18.37/7.58 282[label="vwx300 == vwx400",fontsize=16,color="magenta"];282 -> 514[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 282 -> 515[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 283 -> 33[label="",style="dashed", color="red", weight=0]; 18.37/7.58 283[label="vwx300 == vwx400",fontsize=16,color="magenta"];283 -> 516[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 283 -> 517[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 284 -> 34[label="",style="dashed", color="red", weight=0]; 18.37/7.58 284[label="vwx300 == vwx400",fontsize=16,color="magenta"];284 -> 518[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 284 -> 519[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 285 -> 35[label="",style="dashed", color="red", weight=0]; 18.37/7.58 285[label="vwx300 == vwx400",fontsize=16,color="magenta"];285 -> 520[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 285 -> 521[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 286 -> 36[label="",style="dashed", color="red", weight=0]; 18.37/7.58 286[label="vwx300 == vwx400",fontsize=16,color="magenta"];286 -> 522[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 286 -> 523[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 287 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.58 287[label="vwx300 == vwx400",fontsize=16,color="magenta"];287 -> 524[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 287 -> 525[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 288 -> 38[label="",style="dashed", color="red", weight=0]; 18.37/7.58 288[label="vwx300 == vwx400",fontsize=16,color="magenta"];288 -> 526[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 288 -> 527[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 289 -> 39[label="",style="dashed", color="red", weight=0]; 18.37/7.58 289[label="vwx300 == vwx400",fontsize=16,color="magenta"];289 -> 528[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 289 -> 529[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 290 -> 40[label="",style="dashed", color="red", weight=0]; 18.37/7.58 290[label="vwx300 == vwx400",fontsize=16,color="magenta"];290 -> 530[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 290 -> 531[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 291 -> 41[label="",style="dashed", color="red", weight=0]; 18.37/7.58 291[label="vwx300 == vwx400",fontsize=16,color="magenta"];291 -> 532[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 291 -> 533[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 292 -> 28[label="",style="dashed", color="red", weight=0]; 18.37/7.58 292[label="vwx301 == vwx401",fontsize=16,color="magenta"];292 -> 534[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 292 -> 535[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 293 -> 29[label="",style="dashed", color="red", weight=0]; 18.37/7.58 293[label="vwx301 == vwx401",fontsize=16,color="magenta"];293 -> 536[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 293 -> 537[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 294 -> 30[label="",style="dashed", color="red", weight=0]; 18.37/7.58 294[label="vwx301 == vwx401",fontsize=16,color="magenta"];294 -> 538[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 294 -> 539[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 295 -> 31[label="",style="dashed", color="red", weight=0]; 18.37/7.58 295[label="vwx301 == vwx401",fontsize=16,color="magenta"];295 -> 540[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 295 -> 541[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 296 -> 32[label="",style="dashed", color="red", weight=0]; 18.37/7.58 296[label="vwx301 == vwx401",fontsize=16,color="magenta"];296 -> 542[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 296 -> 543[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 297 -> 33[label="",style="dashed", color="red", weight=0]; 18.37/7.58 297[label="vwx301 == vwx401",fontsize=16,color="magenta"];297 -> 544[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 297 -> 545[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 298 -> 34[label="",style="dashed", color="red", weight=0]; 18.37/7.58 298[label="vwx301 == vwx401",fontsize=16,color="magenta"];298 -> 546[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 298 -> 547[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 299 -> 35[label="",style="dashed", color="red", weight=0]; 18.37/7.58 299[label="vwx301 == vwx401",fontsize=16,color="magenta"];299 -> 548[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 299 -> 549[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 300 -> 36[label="",style="dashed", color="red", weight=0]; 18.37/7.58 300[label="vwx301 == vwx401",fontsize=16,color="magenta"];300 -> 550[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 300 -> 551[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 301 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.58 301[label="vwx301 == vwx401",fontsize=16,color="magenta"];301 -> 552[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 301 -> 553[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 302 -> 38[label="",style="dashed", color="red", weight=0]; 18.37/7.58 302[label="vwx301 == vwx401",fontsize=16,color="magenta"];302 -> 554[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 302 -> 555[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 303 -> 39[label="",style="dashed", color="red", weight=0]; 18.37/7.58 303[label="vwx301 == vwx401",fontsize=16,color="magenta"];303 -> 556[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 303 -> 557[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 304 -> 40[label="",style="dashed", color="red", weight=0]; 18.37/7.58 304[label="vwx301 == vwx401",fontsize=16,color="magenta"];304 -> 558[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 304 -> 559[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 305 -> 41[label="",style="dashed", color="red", weight=0]; 18.37/7.58 305[label="vwx301 == vwx401",fontsize=16,color="magenta"];305 -> 560[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 305 -> 561[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 306[label="vwx300 * vwx401",fontsize=16,color="black",shape="triangle"];306 -> 562[label="",style="solid", color="black", weight=3]; 18.37/7.58 307 -> 306[label="",style="dashed", color="red", weight=0]; 18.37/7.58 307[label="vwx301 * vwx400",fontsize=16,color="magenta"];307 -> 563[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 307 -> 564[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 308 -> 32[label="",style="dashed", color="red", weight=0]; 18.37/7.58 308[label="vwx300 == vwx400",fontsize=16,color="magenta"];308 -> 565[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 308 -> 566[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 309 -> 35[label="",style="dashed", color="red", weight=0]; 18.37/7.58 309[label="vwx300 == vwx400",fontsize=16,color="magenta"];309 -> 567[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 309 -> 568[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 310 -> 32[label="",style="dashed", color="red", weight=0]; 18.37/7.58 310[label="vwx301 == vwx401",fontsize=16,color="magenta"];310 -> 569[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 310 -> 570[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 311 -> 35[label="",style="dashed", color="red", weight=0]; 18.37/7.58 311[label="vwx301 == vwx401",fontsize=16,color="magenta"];311 -> 571[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 311 -> 572[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 312[label="primEqInt (Pos (Succ vwx3000)) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];312 -> 573[label="",style="solid", color="black", weight=3]; 18.37/7.58 313[label="primEqInt (Pos (Succ vwx3000)) (Pos Zero)",fontsize=16,color="black",shape="box"];313 -> 574[label="",style="solid", color="black", weight=3]; 18.37/7.58 314[label="False",fontsize=16,color="green",shape="box"];315[label="primEqInt (Pos Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];315 -> 575[label="",style="solid", color="black", weight=3]; 18.37/7.58 316[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];316 -> 576[label="",style="solid", color="black", weight=3]; 18.37/7.58 317[label="primEqInt (Pos Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];317 -> 577[label="",style="solid", color="black", weight=3]; 18.37/7.58 318[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];318 -> 578[label="",style="solid", color="black", weight=3]; 18.37/7.58 319[label="False",fontsize=16,color="green",shape="box"];320[label="primEqInt (Neg (Succ vwx3000)) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];320 -> 579[label="",style="solid", color="black", weight=3]; 18.37/7.58 321[label="primEqInt (Neg (Succ vwx3000)) (Neg Zero)",fontsize=16,color="black",shape="box"];321 -> 580[label="",style="solid", color="black", weight=3]; 18.37/7.58 322[label="primEqInt (Neg Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];322 -> 581[label="",style="solid", color="black", weight=3]; 18.37/7.58 323[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];323 -> 582[label="",style="solid", color="black", weight=3]; 18.37/7.58 324[label="primEqInt (Neg Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];324 -> 583[label="",style="solid", color="black", weight=3]; 18.37/7.58 325[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];325 -> 584[label="",style="solid", color="black", weight=3]; 18.37/7.58 326 -> 306[label="",style="dashed", color="red", weight=0]; 18.37/7.58 326[label="vwx300 * vwx401",fontsize=16,color="magenta"];326 -> 585[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 326 -> 586[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 327 -> 306[label="",style="dashed", color="red", weight=0]; 18.37/7.58 327[label="vwx301 * vwx400",fontsize=16,color="magenta"];327 -> 587[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 327 -> 588[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 328[label="vwx300",fontsize=16,color="green",shape="box"];329[label="vwx400",fontsize=16,color="green",shape="box"];330[label="vwx300",fontsize=16,color="green",shape="box"];331[label="vwx400",fontsize=16,color="green",shape="box"];332[label="vwx300",fontsize=16,color="green",shape="box"];333[label="vwx400",fontsize=16,color="green",shape="box"];334[label="vwx300",fontsize=16,color="green",shape="box"];335[label="vwx400",fontsize=16,color="green",shape="box"];336[label="vwx300",fontsize=16,color="green",shape="box"];337[label="vwx400",fontsize=16,color="green",shape="box"];338[label="vwx300",fontsize=16,color="green",shape="box"];339[label="vwx400",fontsize=16,color="green",shape="box"];340[label="vwx300",fontsize=16,color="green",shape="box"];341[label="vwx400",fontsize=16,color="green",shape="box"];342[label="vwx300",fontsize=16,color="green",shape="box"];343[label="vwx400",fontsize=16,color="green",shape="box"];344[label="vwx300",fontsize=16,color="green",shape="box"];345[label="vwx400",fontsize=16,color="green",shape="box"];346[label="vwx300",fontsize=16,color="green",shape="box"];347[label="vwx400",fontsize=16,color="green",shape="box"];348[label="vwx300",fontsize=16,color="green",shape="box"];349[label="vwx400",fontsize=16,color="green",shape="box"];350[label="vwx300",fontsize=16,color="green",shape="box"];351[label="vwx400",fontsize=16,color="green",shape="box"];352[label="vwx300",fontsize=16,color="green",shape="box"];353[label="vwx400",fontsize=16,color="green",shape="box"];354[label="vwx300",fontsize=16,color="green",shape="box"];355[label="vwx400",fontsize=16,color="green",shape="box"];356[label="vwx300",fontsize=16,color="green",shape="box"];357[label="vwx400",fontsize=16,color="green",shape="box"];358[label="vwx300",fontsize=16,color="green",shape="box"];359[label="vwx400",fontsize=16,color="green",shape="box"];360[label="vwx300",fontsize=16,color="green",shape="box"];361[label="vwx400",fontsize=16,color="green",shape="box"];362[label="vwx300",fontsize=16,color="green",shape="box"];363[label="vwx400",fontsize=16,color="green",shape="box"];364[label="vwx300",fontsize=16,color="green",shape="box"];365[label="vwx400",fontsize=16,color="green",shape="box"];366[label="vwx300",fontsize=16,color="green",shape="box"];367[label="vwx400",fontsize=16,color="green",shape="box"];368[label="vwx300",fontsize=16,color="green",shape="box"];369[label="vwx400",fontsize=16,color="green",shape="box"];370[label="vwx300",fontsize=16,color="green",shape="box"];371[label="vwx400",fontsize=16,color="green",shape="box"];372[label="vwx300",fontsize=16,color="green",shape="box"];373[label="vwx400",fontsize=16,color="green",shape="box"];374[label="vwx300",fontsize=16,color="green",shape="box"];375[label="vwx400",fontsize=16,color="green",shape="box"];376[label="vwx300",fontsize=16,color="green",shape="box"];377[label="vwx400",fontsize=16,color="green",shape="box"];378[label="vwx300",fontsize=16,color="green",shape="box"];379[label="vwx400",fontsize=16,color="green",shape="box"];380[label="vwx300",fontsize=16,color="green",shape="box"];381[label="vwx400",fontsize=16,color="green",shape="box"];382[label="vwx300",fontsize=16,color="green",shape="box"];383[label="vwx400",fontsize=16,color="green",shape="box"];384[label="vwx300",fontsize=16,color="green",shape="box"];385[label="vwx400",fontsize=16,color="green",shape="box"];386[label="vwx300",fontsize=16,color="green",shape="box"];387[label="vwx400",fontsize=16,color="green",shape="box"];388[label="vwx300",fontsize=16,color="green",shape="box"];389[label="vwx400",fontsize=16,color="green",shape="box"];390[label="vwx300",fontsize=16,color="green",shape="box"];391[label="vwx400",fontsize=16,color="green",shape="box"];392[label="vwx300",fontsize=16,color="green",shape="box"];393[label="vwx400",fontsize=16,color="green",shape="box"];394[label="vwx300",fontsize=16,color="green",shape="box"];395[label="vwx400",fontsize=16,color="green",shape="box"];396[label="vwx300",fontsize=16,color="green",shape="box"];397[label="vwx400",fontsize=16,color="green",shape="box"];398[label="vwx300",fontsize=16,color="green",shape="box"];399[label="vwx400",fontsize=16,color="green",shape="box"];400[label="vwx300",fontsize=16,color="green",shape="box"];401[label="vwx400",fontsize=16,color="green",shape="box"];402[label="vwx300",fontsize=16,color="green",shape="box"];403[label="vwx400",fontsize=16,color="green",shape="box"];404[label="vwx300",fontsize=16,color="green",shape="box"];405[label="vwx400",fontsize=16,color="green",shape="box"];406[label="vwx300",fontsize=16,color="green",shape="box"];407[label="vwx400",fontsize=16,color="green",shape="box"];408[label="vwx300",fontsize=16,color="green",shape="box"];409[label="vwx400",fontsize=16,color="green",shape="box"];410[label="vwx300",fontsize=16,color="green",shape="box"];411[label="vwx400",fontsize=16,color="green",shape="box"];412 -> 28[label="",style="dashed", color="red", weight=0]; 18.37/7.58 412[label="vwx300 == vwx400",fontsize=16,color="magenta"];412 -> 589[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 412 -> 590[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 413 -> 29[label="",style="dashed", color="red", weight=0]; 18.37/7.58 413[label="vwx300 == vwx400",fontsize=16,color="magenta"];413 -> 591[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 413 -> 592[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 414 -> 30[label="",style="dashed", color="red", weight=0]; 18.37/7.58 414[label="vwx300 == vwx400",fontsize=16,color="magenta"];414 -> 593[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 414 -> 594[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 415 -> 31[label="",style="dashed", color="red", weight=0]; 18.37/7.58 415[label="vwx300 == vwx400",fontsize=16,color="magenta"];415 -> 595[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 415 -> 596[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 416 -> 32[label="",style="dashed", color="red", weight=0]; 18.37/7.58 416[label="vwx300 == vwx400",fontsize=16,color="magenta"];416 -> 597[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 416 -> 598[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 417 -> 33[label="",style="dashed", color="red", weight=0]; 18.37/7.58 417[label="vwx300 == vwx400",fontsize=16,color="magenta"];417 -> 599[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 417 -> 600[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 418 -> 34[label="",style="dashed", color="red", weight=0]; 18.37/7.58 418[label="vwx300 == vwx400",fontsize=16,color="magenta"];418 -> 601[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 418 -> 602[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 419 -> 35[label="",style="dashed", color="red", weight=0]; 18.37/7.58 419[label="vwx300 == vwx400",fontsize=16,color="magenta"];419 -> 603[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 419 -> 604[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 420 -> 36[label="",style="dashed", color="red", weight=0]; 18.37/7.58 420[label="vwx300 == vwx400",fontsize=16,color="magenta"];420 -> 605[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 420 -> 606[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 421 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.58 421[label="vwx300 == vwx400",fontsize=16,color="magenta"];421 -> 607[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 421 -> 608[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 422 -> 38[label="",style="dashed", color="red", weight=0]; 18.37/7.58 422[label="vwx300 == vwx400",fontsize=16,color="magenta"];422 -> 609[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 422 -> 610[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 423 -> 39[label="",style="dashed", color="red", weight=0]; 18.37/7.58 423[label="vwx300 == vwx400",fontsize=16,color="magenta"];423 -> 611[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 423 -> 612[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 424 -> 40[label="",style="dashed", color="red", weight=0]; 18.37/7.58 424[label="vwx300 == vwx400",fontsize=16,color="magenta"];424 -> 613[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 424 -> 614[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 425 -> 41[label="",style="dashed", color="red", weight=0]; 18.37/7.58 425[label="vwx300 == vwx400",fontsize=16,color="magenta"];425 -> 615[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 425 -> 616[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 426[label="vwx301",fontsize=16,color="green",shape="box"];427[label="vwx401",fontsize=16,color="green",shape="box"];1698[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];1698 -> 1714[label="",style="solid", color="black", weight=3]; 18.37/7.58 1699[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];1699 -> 1715[label="",style="solid", color="black", weight=3]; 18.37/7.58 1700[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];1700 -> 1716[label="",style="solid", color="black", weight=3]; 18.37/7.58 1701[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];1701 -> 1717[label="",style="solid", color="black", weight=3]; 18.37/7.58 1702[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];2930[label="vwx9/LT",fontsize=10,color="white",style="solid",shape="box"];1702 -> 2930[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2930 -> 1718[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2931[label="vwx9/EQ",fontsize=10,color="white",style="solid",shape="box"];1702 -> 2931[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2931 -> 1719[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2932[label="vwx9/GT",fontsize=10,color="white",style="solid",shape="box"];1702 -> 2932[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2932 -> 1720[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 1703[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];2933[label="vwx9/False",fontsize=10,color="white",style="solid",shape="box"];1703 -> 2933[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2933 -> 1721[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2934[label="vwx9/True",fontsize=10,color="white",style="solid",shape="box"];1703 -> 2934[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2934 -> 1722[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 1704[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];1704 -> 1723[label="",style="solid", color="black", weight=3]; 18.37/7.58 1705[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];1705 -> 1724[label="",style="solid", color="black", weight=3]; 18.37/7.58 1706[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];1706 -> 1725[label="",style="solid", color="black", weight=3]; 18.37/7.58 1707[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];2935[label="vwx9/Nothing",fontsize=10,color="white",style="solid",shape="box"];1707 -> 2935[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2935 -> 1726[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2936[label="vwx9/Just vwx90",fontsize=10,color="white",style="solid",shape="box"];1707 -> 2936[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2936 -> 1727[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 1708[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];2937[label="vwx9/(vwx90,vwx91)",fontsize=10,color="white",style="solid",shape="box"];1708 -> 2937[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2937 -> 1728[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 1709[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];2938[label="vwx9/Left vwx90",fontsize=10,color="white",style="solid",shape="box"];1709 -> 2938[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2938 -> 1729[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 2939[label="vwx9/Right vwx90",fontsize=10,color="white",style="solid",shape="box"];1709 -> 2939[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2939 -> 1730[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 1710[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];1710 -> 1731[label="",style="solid", color="black", weight=3]; 18.37/7.58 1711[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];2940[label="vwx9/(vwx90,vwx91,vwx92)",fontsize=10,color="white",style="solid",shape="box"];1711 -> 2940[label="",style="solid", color="burlywood", weight=9]; 18.37/7.58 2940 -> 1732[label="",style="solid", color="burlywood", weight=3]; 18.37/7.58 1712[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];1712 -> 1733[label="",style="solid", color="black", weight=3]; 18.37/7.58 1713[label="LT",fontsize=16,color="green",shape="box"];444[label="vwx300",fontsize=16,color="green",shape="box"];445[label="vwx400",fontsize=16,color="green",shape="box"];446[label="vwx300",fontsize=16,color="green",shape="box"];447[label="vwx400",fontsize=16,color="green",shape="box"];448[label="vwx300",fontsize=16,color="green",shape="box"];449[label="vwx400",fontsize=16,color="green",shape="box"];450[label="vwx300",fontsize=16,color="green",shape="box"];451[label="vwx400",fontsize=16,color="green",shape="box"];452[label="vwx300",fontsize=16,color="green",shape="box"];453[label="vwx400",fontsize=16,color="green",shape="box"];454[label="vwx300",fontsize=16,color="green",shape="box"];455[label="vwx400",fontsize=16,color="green",shape="box"];456[label="vwx300",fontsize=16,color="green",shape="box"];457[label="vwx400",fontsize=16,color="green",shape="box"];458[label="vwx300",fontsize=16,color="green",shape="box"];459[label="vwx400",fontsize=16,color="green",shape="box"];460[label="vwx300",fontsize=16,color="green",shape="box"];461[label="vwx400",fontsize=16,color="green",shape="box"];462[label="vwx300",fontsize=16,color="green",shape="box"];463[label="vwx400",fontsize=16,color="green",shape="box"];464[label="vwx300",fontsize=16,color="green",shape="box"];465[label="vwx400",fontsize=16,color="green",shape="box"];466[label="vwx300",fontsize=16,color="green",shape="box"];467[label="vwx400",fontsize=16,color="green",shape="box"];468[label="vwx300",fontsize=16,color="green",shape="box"];469[label="vwx400",fontsize=16,color="green",shape="box"];470[label="vwx300",fontsize=16,color="green",shape="box"];471[label="vwx400",fontsize=16,color="green",shape="box"];472 -> 28[label="",style="dashed", color="red", weight=0]; 18.37/7.58 472[label="vwx301 == vwx401",fontsize=16,color="magenta"];472 -> 637[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 472 -> 638[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 473 -> 29[label="",style="dashed", color="red", weight=0]; 18.37/7.58 473[label="vwx301 == vwx401",fontsize=16,color="magenta"];473 -> 639[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 473 -> 640[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 474 -> 30[label="",style="dashed", color="red", weight=0]; 18.37/7.58 474[label="vwx301 == vwx401",fontsize=16,color="magenta"];474 -> 641[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 474 -> 642[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 475 -> 31[label="",style="dashed", color="red", weight=0]; 18.37/7.58 475[label="vwx301 == vwx401",fontsize=16,color="magenta"];475 -> 643[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 475 -> 644[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 476 -> 32[label="",style="dashed", color="red", weight=0]; 18.37/7.58 476[label="vwx301 == vwx401",fontsize=16,color="magenta"];476 -> 645[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 476 -> 646[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 477 -> 33[label="",style="dashed", color="red", weight=0]; 18.37/7.58 477[label="vwx301 == vwx401",fontsize=16,color="magenta"];477 -> 647[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 477 -> 648[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 478 -> 34[label="",style="dashed", color="red", weight=0]; 18.37/7.58 478[label="vwx301 == vwx401",fontsize=16,color="magenta"];478 -> 649[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 478 -> 650[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 479 -> 35[label="",style="dashed", color="red", weight=0]; 18.37/7.58 479[label="vwx301 == vwx401",fontsize=16,color="magenta"];479 -> 651[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 479 -> 652[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 480 -> 36[label="",style="dashed", color="red", weight=0]; 18.37/7.58 480[label="vwx301 == vwx401",fontsize=16,color="magenta"];480 -> 653[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 480 -> 654[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 481 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.58 481[label="vwx301 == vwx401",fontsize=16,color="magenta"];481 -> 655[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 481 -> 656[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 482 -> 38[label="",style="dashed", color="red", weight=0]; 18.37/7.58 482[label="vwx301 == vwx401",fontsize=16,color="magenta"];482 -> 657[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 482 -> 658[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 483 -> 39[label="",style="dashed", color="red", weight=0]; 18.37/7.58 483[label="vwx301 == vwx401",fontsize=16,color="magenta"];483 -> 659[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 483 -> 660[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 484 -> 40[label="",style="dashed", color="red", weight=0]; 18.37/7.58 484[label="vwx301 == vwx401",fontsize=16,color="magenta"];484 -> 661[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 484 -> 662[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 485 -> 41[label="",style="dashed", color="red", weight=0]; 18.37/7.58 485[label="vwx301 == vwx401",fontsize=16,color="magenta"];485 -> 663[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 485 -> 664[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 486 -> 28[label="",style="dashed", color="red", weight=0]; 18.37/7.58 486[label="vwx302 == vwx402",fontsize=16,color="magenta"];486 -> 665[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 486 -> 666[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 487 -> 29[label="",style="dashed", color="red", weight=0]; 18.37/7.58 487[label="vwx302 == vwx402",fontsize=16,color="magenta"];487 -> 667[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 487 -> 668[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 488 -> 30[label="",style="dashed", color="red", weight=0]; 18.37/7.58 488[label="vwx302 == vwx402",fontsize=16,color="magenta"];488 -> 669[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 488 -> 670[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 489 -> 31[label="",style="dashed", color="red", weight=0]; 18.37/7.58 489[label="vwx302 == vwx402",fontsize=16,color="magenta"];489 -> 671[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 489 -> 672[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 490 -> 32[label="",style="dashed", color="red", weight=0]; 18.37/7.58 490[label="vwx302 == vwx402",fontsize=16,color="magenta"];490 -> 673[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 490 -> 674[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 491 -> 33[label="",style="dashed", color="red", weight=0]; 18.37/7.58 491[label="vwx302 == vwx402",fontsize=16,color="magenta"];491 -> 675[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 491 -> 676[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 492 -> 34[label="",style="dashed", color="red", weight=0]; 18.37/7.58 492[label="vwx302 == vwx402",fontsize=16,color="magenta"];492 -> 677[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 492 -> 678[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 493 -> 35[label="",style="dashed", color="red", weight=0]; 18.37/7.58 493[label="vwx302 == vwx402",fontsize=16,color="magenta"];493 -> 679[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 493 -> 680[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 494 -> 36[label="",style="dashed", color="red", weight=0]; 18.37/7.58 494[label="vwx302 == vwx402",fontsize=16,color="magenta"];494 -> 681[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 494 -> 682[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 495 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.58 495[label="vwx302 == vwx402",fontsize=16,color="magenta"];495 -> 683[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 495 -> 684[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 496 -> 38[label="",style="dashed", color="red", weight=0]; 18.37/7.58 496[label="vwx302 == vwx402",fontsize=16,color="magenta"];496 -> 685[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 496 -> 686[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 497 -> 39[label="",style="dashed", color="red", weight=0]; 18.37/7.58 497[label="vwx302 == vwx402",fontsize=16,color="magenta"];497 -> 687[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 497 -> 688[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 498 -> 40[label="",style="dashed", color="red", weight=0]; 18.37/7.58 498[label="vwx302 == vwx402",fontsize=16,color="magenta"];498 -> 689[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 498 -> 690[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 499 -> 41[label="",style="dashed", color="red", weight=0]; 18.37/7.58 499[label="vwx302 == vwx402",fontsize=16,color="magenta"];499 -> 691[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 499 -> 692[label="",style="dashed", color="magenta", weight=3]; 18.37/7.58 500[label="False",fontsize=16,color="green",shape="box"];501[label="vwx37",fontsize=16,color="green",shape="box"];502[label="primEqNat (Succ vwx3000) (Succ vwx4000)",fontsize=16,color="black",shape="box"];502 -> 693[label="",style="solid", color="black", weight=3]; 18.37/7.58 503[label="primEqNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];503 -> 694[label="",style="solid", color="black", weight=3]; 18.37/7.58 504[label="primEqNat Zero (Succ vwx4000)",fontsize=16,color="black",shape="box"];504 -> 695[label="",style="solid", color="black", weight=3]; 18.37/7.59 505[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];505 -> 696[label="",style="solid", color="black", weight=3]; 18.37/7.59 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[label="vwx300",fontsize=16,color="green",shape="box"];523[label="vwx400",fontsize=16,color="green",shape="box"];524[label="vwx300",fontsize=16,color="green",shape="box"];525[label="vwx400",fontsize=16,color="green",shape="box"];526[label="vwx300",fontsize=16,color="green",shape="box"];527[label="vwx400",fontsize=16,color="green",shape="box"];528[label="vwx300",fontsize=16,color="green",shape="box"];529[label="vwx400",fontsize=16,color="green",shape="box"];530[label="vwx300",fontsize=16,color="green",shape="box"];531[label="vwx400",fontsize=16,color="green",shape="box"];532[label="vwx300",fontsize=16,color="green",shape="box"];533[label="vwx400",fontsize=16,color="green",shape="box"];534[label="vwx301",fontsize=16,color="green",shape="box"];535[label="vwx401",fontsize=16,color="green",shape="box"];536[label="vwx301",fontsize=16,color="green",shape="box"];537[label="vwx401",fontsize=16,color="green",shape="box"];538[label="vwx301",fontsize=16,color="green",shape="box"];539[label="vwx401",fontsize=16,color="green",shape="box"];540[label="vwx301",fontsize=16,color="green",shape="box"];541[label="vwx401",fontsize=16,color="green",shape="box"];542[label="vwx301",fontsize=16,color="green",shape="box"];543[label="vwx401",fontsize=16,color="green",shape="box"];544[label="vwx301",fontsize=16,color="green",shape="box"];545[label="vwx401",fontsize=16,color="green",shape="box"];546[label="vwx301",fontsize=16,color="green",shape="box"];547[label="vwx401",fontsize=16,color="green",shape="box"];548[label="vwx301",fontsize=16,color="green",shape="box"];549[label="vwx401",fontsize=16,color="green",shape="box"];550[label="vwx301",fontsize=16,color="green",shape="box"];551[label="vwx401",fontsize=16,color="green",shape="box"];552[label="vwx301",fontsize=16,color="green",shape="box"];553[label="vwx401",fontsize=16,color="green",shape="box"];554[label="vwx301",fontsize=16,color="green",shape="box"];555[label="vwx401",fontsize=16,color="green",shape="box"];556[label="vwx301",fontsize=16,color="green",shape="box"];557[label="vwx401",fontsize=16,color="green",shape="box"];558[label="vwx301",fontsize=16,color="green",shape="box"];559[label="vwx401",fontsize=16,color="green",shape="box"];560[label="vwx301",fontsize=16,color="green",shape="box"];561[label="vwx401",fontsize=16,color="green",shape="box"];562[label="primMulInt vwx300 vwx401",fontsize=16,color="burlywood",shape="triangle"];2941[label="vwx300/Pos vwx3000",fontsize=10,color="white",style="solid",shape="box"];562 -> 2941[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 2941 -> 697[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2942[label="vwx300/Neg vwx3000",fontsize=10,color="white",style="solid",shape="box"];562 -> 2942[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 2942 -> 698[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 563[label="vwx400",fontsize=16,color="green",shape="box"];564[label="vwx301",fontsize=16,color="green",shape="box"];565[label="vwx300",fontsize=16,color="green",shape="box"];566[label="vwx400",fontsize=16,color="green",shape="box"];567[label="vwx300",fontsize=16,color="green",shape="box"];568[label="vwx400",fontsize=16,color="green",shape="box"];569[label="vwx301",fontsize=16,color="green",shape="box"];570[label="vwx401",fontsize=16,color="green",shape="box"];571[label="vwx301",fontsize=16,color="green",shape="box"];572[label="vwx401",fontsize=16,color="green",shape="box"];573 -> 157[label="",style="dashed", color="red", weight=0]; 18.37/7.59 573[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];573 -> 699[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 573 -> 700[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 574[label="False",fontsize=16,color="green",shape="box"];575[label="False",fontsize=16,color="green",shape="box"];576[label="True",fontsize=16,color="green",shape="box"];577[label="False",fontsize=16,color="green",shape="box"];578[label="True",fontsize=16,color="green",shape="box"];579 -> 157[label="",style="dashed", color="red", weight=0]; 18.37/7.59 579[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];579 -> 701[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 579 -> 702[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 580[label="False",fontsize=16,color="green",shape="box"];581[label="False",fontsize=16,color="green",shape="box"];582[label="True",fontsize=16,color="green",shape="box"];583[label="False",fontsize=16,color="green",shape="box"];584[label="True",fontsize=16,color="green",shape="box"];585[label="vwx401",fontsize=16,color="green",shape="box"];586[label="vwx300",fontsize=16,color="green",shape="box"];587[label="vwx400",fontsize=16,color="green",shape="box"];588[label="vwx301",fontsize=16,color="green",shape="box"];589[label="vwx300",fontsize=16,color="green",shape="box"];590[label="vwx400",fontsize=16,color="green",shape="box"];591[label="vwx300",fontsize=16,color="green",shape="box"];592[label="vwx400",fontsize=16,color="green",shape="box"];593[label="vwx300",fontsize=16,color="green",shape="box"];594[label="vwx400",fontsize=16,color="green",shape="box"];595[label="vwx300",fontsize=16,color="green",shape="box"];596[label="vwx400",fontsize=16,color="green",shape="box"];597[label="vwx300",fontsize=16,color="green",shape="box"];598[label="vwx400",fontsize=16,color="green",shape="box"];599[label="vwx300",fontsize=16,color="green",shape="box"];600[label="vwx400",fontsize=16,color="green",shape="box"];601[label="vwx300",fontsize=16,color="green",shape="box"];602[label="vwx400",fontsize=16,color="green",shape="box"];603[label="vwx300",fontsize=16,color="green",shape="box"];604[label="vwx400",fontsize=16,color="green",shape="box"];605[label="vwx300",fontsize=16,color="green",shape="box"];606[label="vwx400",fontsize=16,color="green",shape="box"];607[label="vwx300",fontsize=16,color="green",shape="box"];608[label="vwx400",fontsize=16,color="green",shape="box"];609[label="vwx300",fontsize=16,color="green",shape="box"];610[label="vwx400",fontsize=16,color="green",shape="box"];611[label="vwx300",fontsize=16,color="green",shape="box"];612[label="vwx400",fontsize=16,color="green",shape="box"];613[label="vwx300",fontsize=16,color="green",shape="box"];614[label="vwx400",fontsize=16,color="green",shape="box"];615[label="vwx300",fontsize=16,color="green",shape="box"];616[label="vwx400",fontsize=16,color="green",shape="box"];1714[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];1714 -> 1734[label="",style="solid", color="black", weight=3]; 18.37/7.59 1715[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];1715 -> 1735[label="",style="solid", color="black", weight=3]; 18.37/7.59 1716[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];1716 -> 1736[label="",style="solid", color="black", weight=3]; 18.37/7.59 1717[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];1717 -> 1737[label="",style="solid", color="black", weight=3]; 18.37/7.59 1718[label="LT <= vwx10",fontsize=16,color="burlywood",shape="box"];2943[label="vwx10/LT",fontsize=10,color="white",style="solid",shape="box"];1718 -> 2943[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 2943 -> 1738[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2944[label="vwx10/EQ",fontsize=10,color="white",style="solid",shape="box"];1718 -> 2944[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 2944 -> 1739[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2945[label="vwx10/GT",fontsize=10,color="white",style="solid",shape="box"];1718 -> 2945[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 2945 -> 1740[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 1719[label="EQ <= vwx10",fontsize=16,color="burlywood",shape="box"];2946[label="vwx10/LT",fontsize=10,color="white",style="solid",shape="box"];1719 -> 2946[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 2946 -> 1741[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2947[label="vwx10/EQ",fontsize=10,color="white",style="solid",shape="box"];1719 -> 2947[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 2947 -> 1742[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2948[label="vwx10/GT",fontsize=10,color="white",style="solid",shape="box"];1719 -> 2948[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 2948 -> 1743[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 1720[label="GT <= vwx10",fontsize=16,color="burlywood",shape="box"];2949[label="vwx10/LT",fontsize=10,color="white",style="solid",shape="box"];1720 -> 2949[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 2949 -> 1744[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2950[label="vwx10/EQ",fontsize=10,color="white",style="solid",shape="box"];1720 -> 2950[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 2950 -> 1745[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2951[label="vwx10/GT",fontsize=10,color="white",style="solid",shape="box"];1720 -> 2951[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 2951 -> 1746[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 1721[label="False <= vwx10",fontsize=16,color="burlywood",shape="box"];2952[label="vwx10/False",fontsize=10,color="white",style="solid",shape="box"];1721 -> 2952[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 2952 -> 1747[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2953[label="vwx10/True",fontsize=10,color="white",style="solid",shape="box"];1721 -> 2953[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 2953 -> 1748[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 1722[label="True <= vwx10",fontsize=16,color="burlywood",shape="box"];2954[label="vwx10/False",fontsize=10,color="white",style="solid",shape="box"];1722 -> 2954[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 2954 -> 1749[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2955[label="vwx10/True",fontsize=10,color="white",style="solid",shape="box"];1722 -> 2955[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 2955 -> 1750[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 1723[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];1723 -> 1751[label="",style="solid", color="black", weight=3]; 18.37/7.59 1724[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];1724 -> 1752[label="",style="solid", color="black", weight=3]; 18.37/7.59 1725[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];1725 -> 1753[label="",style="solid", color="black", weight=3]; 18.37/7.59 1726[label="Nothing <= vwx10",fontsize=16,color="burlywood",shape="box"];2956[label="vwx10/Nothing",fontsize=10,color="white",style="solid",shape="box"];1726 -> 2956[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 2956 -> 1754[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2957[label="vwx10/Just vwx100",fontsize=10,color="white",style="solid",shape="box"];1726 -> 2957[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 2957 -> 1755[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 1727[label="Just vwx90 <= vwx10",fontsize=16,color="burlywood",shape="box"];2958[label="vwx10/Nothing",fontsize=10,color="white",style="solid",shape="box"];1727 -> 2958[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 2958 -> 1756[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2959[label="vwx10/Just vwx100",fontsize=10,color="white",style="solid",shape="box"];1727 -> 2959[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 2959 -> 1757[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 1728[label="(vwx90,vwx91) <= vwx10",fontsize=16,color="burlywood",shape="box"];2960[label="vwx10/(vwx100,vwx101)",fontsize=10,color="white",style="solid",shape="box"];1728 -> 2960[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 2960 -> 1758[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 1729[label="Left vwx90 <= vwx10",fontsize=16,color="burlywood",shape="box"];2961[label="vwx10/Left vwx100",fontsize=10,color="white",style="solid",shape="box"];1729 -> 2961[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 2961 -> 1759[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2962[label="vwx10/Right vwx100",fontsize=10,color="white",style="solid",shape="box"];1729 -> 2962[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 2962 -> 1760[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 1730[label="Right vwx90 <= vwx10",fontsize=16,color="burlywood",shape="box"];2963[label="vwx10/Left vwx100",fontsize=10,color="white",style="solid",shape="box"];1730 -> 2963[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 2963 -> 1761[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2964[label="vwx10/Right vwx100",fontsize=10,color="white",style="solid",shape="box"];1730 -> 2964[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 2964 -> 1762[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 1731[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];1731 -> 1763[label="",style="solid", color="black", weight=3]; 18.37/7.59 1732[label="(vwx90,vwx91,vwx92) <= vwx10",fontsize=16,color="burlywood",shape="box"];2965[label="vwx10/(vwx100,vwx101,vwx102)",fontsize=10,color="white",style="solid",shape="box"];1732 -> 2965[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 2965 -> 1764[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 1733[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1733 -> 1765[label="",style="solid", color="black", weight=3]; 18.37/7.59 637[label="vwx301",fontsize=16,color="green",shape="box"];638[label="vwx401",fontsize=16,color="green",shape="box"];639[label="vwx301",fontsize=16,color="green",shape="box"];640[label="vwx401",fontsize=16,color="green",shape="box"];641[label="vwx301",fontsize=16,color="green",shape="box"];642[label="vwx401",fontsize=16,color="green",shape="box"];643[label="vwx301",fontsize=16,color="green",shape="box"];644[label="vwx401",fontsize=16,color="green",shape="box"];645[label="vwx301",fontsize=16,color="green",shape="box"];646[label="vwx401",fontsize=16,color="green",shape="box"];647[label="vwx301",fontsize=16,color="green",shape="box"];648[label="vwx401",fontsize=16,color="green",shape="box"];649[label="vwx301",fontsize=16,color="green",shape="box"];650[label="vwx401",fontsize=16,color="green",shape="box"];651[label="vwx301",fontsize=16,color="green",shape="box"];652[label="vwx401",fontsize=16,color="green",shape="box"];653[label="vwx301",fontsize=16,color="green",shape="box"];654[label="vwx401",fontsize=16,color="green",shape="box"];655[label="vwx301",fontsize=16,color="green",shape="box"];656[label="vwx401",fontsize=16,color="green",shape="box"];657[label="vwx301",fontsize=16,color="green",shape="box"];658[label="vwx401",fontsize=16,color="green",shape="box"];659[label="vwx301",fontsize=16,color="green",shape="box"];660[label="vwx401",fontsize=16,color="green",shape="box"];661[label="vwx301",fontsize=16,color="green",shape="box"];662[label="vwx401",fontsize=16,color="green",shape="box"];663[label="vwx301",fontsize=16,color="green",shape="box"];664[label="vwx401",fontsize=16,color="green",shape="box"];665[label="vwx302",fontsize=16,color="green",shape="box"];666[label="vwx402",fontsize=16,color="green",shape="box"];667[label="vwx302",fontsize=16,color="green",shape="box"];668[label="vwx402",fontsize=16,color="green",shape="box"];669[label="vwx302",fontsize=16,color="green",shape="box"];670[label="vwx402",fontsize=16,color="green",shape="box"];671[label="vwx302",fontsize=16,color="green",shape="box"];672[label="vwx402",fontsize=16,color="green",shape="box"];673[label="vwx302",fontsize=16,color="green",shape="box"];674[label="vwx402",fontsize=16,color="green",shape="box"];675[label="vwx302",fontsize=16,color="green",shape="box"];676[label="vwx402",fontsize=16,color="green",shape="box"];677[label="vwx302",fontsize=16,color="green",shape="box"];678[label="vwx402",fontsize=16,color="green",shape="box"];679[label="vwx302",fontsize=16,color="green",shape="box"];680[label="vwx402",fontsize=16,color="green",shape="box"];681[label="vwx302",fontsize=16,color="green",shape="box"];682[label="vwx402",fontsize=16,color="green",shape="box"];683[label="vwx302",fontsize=16,color="green",shape="box"];684[label="vwx402",fontsize=16,color="green",shape="box"];685[label="vwx302",fontsize=16,color="green",shape="box"];686[label="vwx402",fontsize=16,color="green",shape="box"];687[label="vwx302",fontsize=16,color="green",shape="box"];688[label="vwx402",fontsize=16,color="green",shape="box"];689[label="vwx302",fontsize=16,color="green",shape="box"];690[label="vwx402",fontsize=16,color="green",shape="box"];691[label="vwx302",fontsize=16,color="green",shape="box"];692[label="vwx402",fontsize=16,color="green",shape="box"];693 -> 157[label="",style="dashed", color="red", weight=0]; 18.37/7.59 693[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];693 -> 735[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 693 -> 736[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 694[label="False",fontsize=16,color="green",shape="box"];695[label="False",fontsize=16,color="green",shape="box"];696[label="True",fontsize=16,color="green",shape="box"];697[label="primMulInt (Pos vwx3000) vwx401",fontsize=16,color="burlywood",shape="box"];2966[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];697 -> 2966[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 2966 -> 737[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2967[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];697 -> 2967[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 2967 -> 738[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 698[label="primMulInt (Neg vwx3000) vwx401",fontsize=16,color="burlywood",shape="box"];2968[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];698 -> 2968[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 2968 -> 739[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2969[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];698 -> 2969[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 2969 -> 740[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 699[label="vwx3000",fontsize=16,color="green",shape="box"];700[label="vwx4000",fontsize=16,color="green",shape="box"];701[label="vwx3000",fontsize=16,color="green",shape="box"];702[label="vwx4000",fontsize=16,color="green",shape="box"];1734 -> 1766[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1734[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];1734 -> 1767[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1735 -> 1766[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1735[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];1735 -> 1768[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1736 -> 1766[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1736[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];1736 -> 1769[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1737 -> 1766[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1737[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];1737 -> 1770[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1738[label="LT <= LT",fontsize=16,color="black",shape="box"];1738 -> 1775[label="",style="solid", color="black", weight=3]; 18.37/7.59 1739[label="LT <= EQ",fontsize=16,color="black",shape="box"];1739 -> 1776[label="",style="solid", color="black", weight=3]; 18.37/7.59 1740[label="LT <= GT",fontsize=16,color="black",shape="box"];1740 -> 1777[label="",style="solid", color="black", weight=3]; 18.37/7.59 1741[label="EQ <= LT",fontsize=16,color="black",shape="box"];1741 -> 1778[label="",style="solid", color="black", weight=3]; 18.37/7.59 1742[label="EQ <= EQ",fontsize=16,color="black",shape="box"];1742 -> 1779[label="",style="solid", color="black", weight=3]; 18.37/7.59 1743[label="EQ <= GT",fontsize=16,color="black",shape="box"];1743 -> 1780[label="",style="solid", color="black", weight=3]; 18.37/7.59 1744[label="GT <= LT",fontsize=16,color="black",shape="box"];1744 -> 1781[label="",style="solid", color="black", weight=3]; 18.37/7.59 1745[label="GT <= EQ",fontsize=16,color="black",shape="box"];1745 -> 1782[label="",style="solid", color="black", weight=3]; 18.37/7.59 1746[label="GT <= GT",fontsize=16,color="black",shape="box"];1746 -> 1783[label="",style="solid", color="black", weight=3]; 18.37/7.59 1747[label="False <= False",fontsize=16,color="black",shape="box"];1747 -> 1784[label="",style="solid", color="black", weight=3]; 18.37/7.59 1748[label="False <= True",fontsize=16,color="black",shape="box"];1748 -> 1785[label="",style="solid", color="black", weight=3]; 18.37/7.59 1749[label="True <= False",fontsize=16,color="black",shape="box"];1749 -> 1786[label="",style="solid", color="black", weight=3]; 18.37/7.59 1750[label="True <= True",fontsize=16,color="black",shape="box"];1750 -> 1787[label="",style="solid", color="black", weight=3]; 18.37/7.59 1751 -> 1766[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1751[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];1751 -> 1771[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1752 -> 1766[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1752[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];1752 -> 1772[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1753 -> 1766[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1753[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];1753 -> 1773[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1754[label="Nothing <= Nothing",fontsize=16,color="black",shape="box"];1754 -> 1788[label="",style="solid", color="black", weight=3]; 18.37/7.59 1755[label="Nothing <= Just vwx100",fontsize=16,color="black",shape="box"];1755 -> 1789[label="",style="solid", color="black", weight=3]; 18.37/7.59 1756[label="Just vwx90 <= Nothing",fontsize=16,color="black",shape="box"];1756 -> 1790[label="",style="solid", color="black", weight=3]; 18.37/7.59 1757[label="Just vwx90 <= Just vwx100",fontsize=16,color="black",shape="box"];1757 -> 1791[label="",style="solid", color="black", weight=3]; 18.37/7.59 1758[label="(vwx90,vwx91) <= (vwx100,vwx101)",fontsize=16,color="black",shape="box"];1758 -> 1792[label="",style="solid", color="black", weight=3]; 18.37/7.59 1759[label="Left vwx90 <= Left vwx100",fontsize=16,color="black",shape="box"];1759 -> 1793[label="",style="solid", color="black", weight=3]; 18.37/7.59 1760[label="Left vwx90 <= Right vwx100",fontsize=16,color="black",shape="box"];1760 -> 1794[label="",style="solid", color="black", weight=3]; 18.37/7.59 1761[label="Right vwx90 <= Left vwx100",fontsize=16,color="black",shape="box"];1761 -> 1795[label="",style="solid", color="black", weight=3]; 18.37/7.59 1762[label="Right vwx90 <= Right vwx100",fontsize=16,color="black",shape="box"];1762 -> 1796[label="",style="solid", color="black", weight=3]; 18.37/7.59 1763 -> 1766[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1763[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];1763 -> 1774[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1764[label="(vwx90,vwx91,vwx92) <= (vwx100,vwx101,vwx102)",fontsize=16,color="black",shape="box"];1764 -> 1797[label="",style="solid", color="black", weight=3]; 18.37/7.59 1765[label="GT",fontsize=16,color="green",shape="box"];735[label="vwx3000",fontsize=16,color="green",shape="box"];736[label="vwx4000",fontsize=16,color="green",shape="box"];737[label="primMulInt (Pos vwx3000) (Pos vwx4010)",fontsize=16,color="black",shape="box"];737 -> 773[label="",style="solid", color="black", weight=3]; 18.37/7.59 738[label="primMulInt (Pos vwx3000) (Neg vwx4010)",fontsize=16,color="black",shape="box"];738 -> 774[label="",style="solid", color="black", weight=3]; 18.37/7.59 739[label="primMulInt (Neg vwx3000) (Pos vwx4010)",fontsize=16,color="black",shape="box"];739 -> 775[label="",style="solid", color="black", weight=3]; 18.37/7.59 740[label="primMulInt (Neg vwx3000) (Neg vwx4010)",fontsize=16,color="black",shape="box"];740 -> 776[label="",style="solid", color="black", weight=3]; 18.37/7.59 1767 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1767[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];1767 -> 1798[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1767 -> 1799[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1766[label="not vwx64",fontsize=16,color="burlywood",shape="triangle"];2970[label="vwx64/False",fontsize=10,color="white",style="solid",shape="box"];1766 -> 2970[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 2970 -> 1800[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2971[label="vwx64/True",fontsize=10,color="white",style="solid",shape="box"];1766 -> 2971[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 2971 -> 1801[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 1768 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1768[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];1768 -> 1802[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1768 -> 1803[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1769 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1769[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];1769 -> 1804[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1769 -> 1805[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1770 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1770[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];1770 -> 1806[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1770 -> 1807[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1775[label="True",fontsize=16,color="green",shape="box"];1776[label="True",fontsize=16,color="green",shape="box"];1777[label="True",fontsize=16,color="green",shape="box"];1778[label="False",fontsize=16,color="green",shape="box"];1779[label="True",fontsize=16,color="green",shape="box"];1780[label="True",fontsize=16,color="green",shape="box"];1781[label="False",fontsize=16,color="green",shape="box"];1782[label="False",fontsize=16,color="green",shape="box"];1783[label="True",fontsize=16,color="green",shape="box"];1784[label="True",fontsize=16,color="green",shape="box"];1785[label="True",fontsize=16,color="green",shape="box"];1786[label="False",fontsize=16,color="green",shape="box"];1787[label="True",fontsize=16,color="green",shape="box"];1771 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1771[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];1771 -> 1808[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1771 -> 1809[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1772 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1772[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];1772 -> 1810[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1772 -> 1811[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1773 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1773[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];1773 -> 1812[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1773 -> 1813[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1788[label="True",fontsize=16,color="green",shape="box"];1789[label="True",fontsize=16,color="green",shape="box"];1790[label="False",fontsize=16,color="green",shape="box"];1791[label="vwx90 <= vwx100",fontsize=16,color="blue",shape="box"];2972[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1791 -> 2972[label="",style="solid", color="blue", weight=9]; 18.37/7.59 2972 -> 1816[label="",style="solid", color="blue", weight=3]; 18.37/7.59 2973[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1791 -> 2973[label="",style="solid", color="blue", weight=9]; 18.37/7.59 2973 -> 1817[label="",style="solid", color="blue", weight=3]; 18.37/7.59 2974[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1791 -> 2974[label="",style="solid", color="blue", weight=9]; 18.37/7.59 2974 -> 1818[label="",style="solid", color="blue", weight=3]; 18.37/7.59 2975[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1791 -> 2975[label="",style="solid", color="blue", weight=9]; 18.37/7.59 2975 -> 1819[label="",style="solid", color="blue", weight=3]; 18.37/7.59 2976[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1791 -> 2976[label="",style="solid", color="blue", weight=9]; 18.37/7.59 2976 -> 1820[label="",style="solid", color="blue", weight=3]; 18.37/7.59 2977[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1791 -> 2977[label="",style="solid", color="blue", weight=9]; 18.37/7.59 2977 -> 1821[label="",style="solid", color="blue", weight=3]; 18.37/7.59 2978[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1791 -> 2978[label="",style="solid", color="blue", weight=9]; 18.37/7.59 2978 -> 1822[label="",style="solid", color="blue", weight=3]; 18.37/7.59 2979[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1791 -> 2979[label="",style="solid", color="blue", weight=9]; 18.37/7.59 2979 -> 1823[label="",style="solid", color="blue", weight=3]; 18.37/7.59 2980[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1791 -> 2980[label="",style="solid", color="blue", weight=9]; 18.37/7.59 2980 -> 1824[label="",style="solid", color="blue", weight=3]; 18.37/7.59 2981[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1791 -> 2981[label="",style="solid", color="blue", weight=9]; 18.37/7.59 2981 -> 1825[label="",style="solid", color="blue", weight=3]; 18.37/7.59 2982[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1791 -> 2982[label="",style="solid", color="blue", weight=9]; 18.37/7.59 2982 -> 1826[label="",style="solid", color="blue", weight=3]; 18.37/7.59 2983[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1791 -> 2983[label="",style="solid", color="blue", weight=9]; 18.37/7.59 2983 -> 1827[label="",style="solid", color="blue", weight=3]; 18.37/7.59 2984[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1791 -> 2984[label="",style="solid", color="blue", weight=9]; 18.37/7.59 2984 -> 1828[label="",style="solid", color="blue", weight=3]; 18.37/7.59 2985[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1791 -> 2985[label="",style="solid", color="blue", weight=9]; 18.37/7.59 2985 -> 1829[label="",style="solid", color="blue", weight=3]; 18.37/7.59 1792 -> 1903[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1792[label="vwx90 < vwx100 || vwx90 == vwx100 && vwx91 <= vwx101",fontsize=16,color="magenta"];1792 -> 1904[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1792 -> 1905[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1793[label="vwx90 <= vwx100",fontsize=16,color="blue",shape="box"];2986[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1793 -> 2986[label="",style="solid", color="blue", weight=9]; 18.37/7.59 2986 -> 1835[label="",style="solid", color="blue", weight=3]; 18.37/7.59 2987[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1793 -> 2987[label="",style="solid", color="blue", weight=9]; 18.37/7.59 2987 -> 1836[label="",style="solid", color="blue", weight=3]; 18.37/7.59 2988[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1793 -> 2988[label="",style="solid", color="blue", weight=9]; 18.37/7.59 2988 -> 1837[label="",style="solid", color="blue", weight=3]; 18.37/7.59 2989[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1793 -> 2989[label="",style="solid", color="blue", weight=9]; 18.37/7.59 2989 -> 1838[label="",style="solid", color="blue", weight=3]; 18.37/7.59 2990[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1793 -> 2990[label="",style="solid", color="blue", weight=9]; 18.37/7.59 2990 -> 1839[label="",style="solid", color="blue", weight=3]; 18.37/7.59 2991[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1793 -> 2991[label="",style="solid", color="blue", weight=9]; 18.37/7.59 2991 -> 1840[label="",style="solid", color="blue", weight=3]; 18.37/7.59 2992[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1793 -> 2992[label="",style="solid", color="blue", weight=9]; 18.37/7.59 2992 -> 1841[label="",style="solid", color="blue", weight=3]; 18.37/7.59 2993[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1793 -> 2993[label="",style="solid", color="blue", weight=9]; 18.37/7.59 2993 -> 1842[label="",style="solid", color="blue", weight=3]; 18.37/7.59 2994[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1793 -> 2994[label="",style="solid", color="blue", weight=9]; 18.37/7.59 2994 -> 1843[label="",style="solid", color="blue", weight=3]; 18.37/7.59 2995[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1793 -> 2995[label="",style="solid", color="blue", weight=9]; 18.37/7.59 2995 -> 1844[label="",style="solid", color="blue", weight=3]; 18.37/7.59 2996[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1793 -> 2996[label="",style="solid", color="blue", weight=9]; 18.37/7.59 2996 -> 1845[label="",style="solid", color="blue", weight=3]; 18.37/7.59 2997[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1793 -> 2997[label="",style="solid", color="blue", weight=9]; 18.37/7.59 2997 -> 1846[label="",style="solid", color="blue", weight=3]; 18.37/7.59 2998[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1793 -> 2998[label="",style="solid", color="blue", weight=9]; 18.37/7.59 2998 -> 1847[label="",style="solid", color="blue", weight=3]; 18.37/7.59 2999[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1793 -> 2999[label="",style="solid", color="blue", weight=9]; 18.37/7.59 2999 -> 1848[label="",style="solid", color="blue", weight=3]; 18.37/7.59 1794[label="True",fontsize=16,color="green",shape="box"];1795[label="False",fontsize=16,color="green",shape="box"];1796[label="vwx90 <= vwx100",fontsize=16,color="blue",shape="box"];3000[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1796 -> 3000[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3000 -> 1849[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3001[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1796 -> 3001[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3001 -> 1850[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3002[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1796 -> 3002[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3002 -> 1851[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3003[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1796 -> 3003[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3003 -> 1852[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3004[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1796 -> 3004[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3004 -> 1853[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3005[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1796 -> 3005[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3005 -> 1854[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3006[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1796 -> 3006[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3006 -> 1855[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3007[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1796 -> 3007[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3007 -> 1856[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3008[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1796 -> 3008[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3008 -> 1857[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3009[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1796 -> 3009[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3009 -> 1858[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3010[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1796 -> 3010[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3010 -> 1859[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3011[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1796 -> 3011[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3011 -> 1860[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3012[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1796 -> 3012[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3012 -> 1861[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3013[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1796 -> 3013[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3013 -> 1862[label="",style="solid", color="blue", weight=3]; 18.37/7.59 1774 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1774[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];1774 -> 1814[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1774 -> 1815[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1797 -> 1903[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1797[label="vwx90 < vwx100 || vwx90 == vwx100 && (vwx91 < vwx101 || vwx91 == vwx101 && vwx92 <= vwx102)",fontsize=16,color="magenta"];1797 -> 1906[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1797 -> 1907[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 773[label="Pos (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];773 -> 842[label="",style="dashed", color="green", weight=3]; 18.37/7.59 774[label="Neg (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];774 -> 843[label="",style="dashed", color="green", weight=3]; 18.37/7.59 775[label="Neg (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];775 -> 844[label="",style="dashed", color="green", weight=3]; 18.37/7.59 776[label="Pos (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];776 -> 845[label="",style="dashed", color="green", weight=3]; 18.37/7.59 1798[label="compare vwx9 vwx10",fontsize=16,color="black",shape="triangle"];1798 -> 1863[label="",style="solid", color="black", weight=3]; 18.37/7.59 1799[label="GT",fontsize=16,color="green",shape="box"];1800[label="not False",fontsize=16,color="black",shape="box"];1800 -> 1864[label="",style="solid", color="black", weight=3]; 18.37/7.59 1801[label="not True",fontsize=16,color="black",shape="box"];1801 -> 1865[label="",style="solid", color="black", weight=3]; 18.37/7.59 1802[label="compare vwx9 vwx10",fontsize=16,color="burlywood",shape="triangle"];3014[label="vwx9/vwx90 : vwx91",fontsize=10,color="white",style="solid",shape="box"];1802 -> 3014[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3014 -> 1866[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3015[label="vwx9/[]",fontsize=10,color="white",style="solid",shape="box"];1802 -> 3015[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3015 -> 1867[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 1803[label="GT",fontsize=16,color="green",shape="box"];1804[label="compare vwx9 vwx10",fontsize=16,color="black",shape="triangle"];1804 -> 1868[label="",style="solid", color="black", weight=3]; 18.37/7.59 1805[label="GT",fontsize=16,color="green",shape="box"];1806[label="compare vwx9 vwx10",fontsize=16,color="black",shape="triangle"];1806 -> 1869[label="",style="solid", color="black", weight=3]; 18.37/7.59 1807[label="GT",fontsize=16,color="green",shape="box"];1808[label="compare vwx9 vwx10",fontsize=16,color="burlywood",shape="triangle"];3016[label="vwx9/()",fontsize=10,color="white",style="solid",shape="box"];1808 -> 3016[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3016 -> 1870[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 1809[label="GT",fontsize=16,color="green",shape="box"];1810[label="compare vwx9 vwx10",fontsize=16,color="burlywood",shape="triangle"];3017[label="vwx9/vwx90 :% vwx91",fontsize=10,color="white",style="solid",shape="box"];1810 -> 3017[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3017 -> 1871[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 1811[label="GT",fontsize=16,color="green",shape="box"];1812[label="compare vwx9 vwx10",fontsize=16,color="burlywood",shape="triangle"];3018[label="vwx9/Integer vwx90",fontsize=10,color="white",style="solid",shape="box"];1812 -> 3018[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3018 -> 1872[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 1813[label="GT",fontsize=16,color="green",shape="box"];1816 -> 1698[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1816[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1816 -> 1873[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1816 -> 1874[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1817 -> 1699[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1817[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1817 -> 1875[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1817 -> 1876[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1818 -> 1700[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1818[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1818 -> 1877[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1818 -> 1878[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1819 -> 1701[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1819[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1819 -> 1879[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1819 -> 1880[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1820 -> 1702[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1820[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1820 -> 1881[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1820 -> 1882[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1821 -> 1703[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1821[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1821 -> 1883[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1821 -> 1884[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1822 -> 1704[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1822[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1822 -> 1885[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1822 -> 1886[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1823 -> 1705[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1823[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1823 -> 1887[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1823 -> 1888[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1824 -> 1706[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1824[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1824 -> 1889[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1824 -> 1890[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1825 -> 1707[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1825[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1825 -> 1891[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1825 -> 1892[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1826 -> 1708[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1826[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1826 -> 1893[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1826 -> 1894[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1827 -> 1709[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1827[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1827 -> 1895[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1827 -> 1896[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1828 -> 1710[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1828[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1828 -> 1897[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1828 -> 1898[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1829 -> 1711[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1829[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1829 -> 1899[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1829 -> 1900[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1904 -> 246[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1904[label="vwx90 == vwx100 && vwx91 <= vwx101",fontsize=16,color="magenta"];1904 -> 1910[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1904 -> 1911[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1905[label="vwx90 < vwx100",fontsize=16,color="blue",shape="box"];3019[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1905 -> 3019[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3019 -> 1912[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3020[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1905 -> 3020[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3020 -> 1913[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3021[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1905 -> 3021[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3021 -> 1914[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3022[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1905 -> 3022[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3022 -> 1915[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3023[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1905 -> 3023[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3023 -> 1916[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3024[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1905 -> 3024[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3024 -> 1917[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3025[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1905 -> 3025[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3025 -> 1918[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3026[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1905 -> 3026[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3026 -> 1919[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3027[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1905 -> 3027[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3027 -> 1920[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3028[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1905 -> 3028[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3028 -> 1921[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3029[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1905 -> 3029[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3029 -> 1922[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3030[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1905 -> 3030[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3030 -> 1923[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3031[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1905 -> 3031[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3031 -> 1924[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3032[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1905 -> 3032[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3032 -> 1925[label="",style="solid", color="blue", weight=3]; 18.37/7.59 1903[label="vwx69 || vwx70",fontsize=16,color="burlywood",shape="triangle"];3033[label="vwx69/False",fontsize=10,color="white",style="solid",shape="box"];1903 -> 3033[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3033 -> 1926[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3034[label="vwx69/True",fontsize=10,color="white",style="solid",shape="box"];1903 -> 3034[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3034 -> 1927[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 1835 -> 1698[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1835[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1835 -> 1928[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1835 -> 1929[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1836 -> 1699[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1836[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1836 -> 1930[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1836 -> 1931[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1837 -> 1700[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1837[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1837 -> 1932[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1837 -> 1933[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1838 -> 1701[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1838[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1838 -> 1934[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1838 -> 1935[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1839 -> 1702[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1839[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1839 -> 1936[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1839 -> 1937[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1840 -> 1703[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1840[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1840 -> 1938[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1840 -> 1939[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1841 -> 1704[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1841[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1841 -> 1940[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1841 -> 1941[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1842 -> 1705[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1842[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1842 -> 1942[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1842 -> 1943[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1843 -> 1706[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1843[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1843 -> 1944[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1843 -> 1945[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1844 -> 1707[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1844[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1844 -> 1946[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1844 -> 1947[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1845 -> 1708[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1845[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1845 -> 1948[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1845 -> 1949[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1846 -> 1709[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1846[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1846 -> 1950[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1846 -> 1951[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1847 -> 1710[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1847[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1847 -> 1952[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1847 -> 1953[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1848 -> 1711[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1848[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1848 -> 1954[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1848 -> 1955[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1849 -> 1698[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1849[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1849 -> 1956[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1849 -> 1957[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1850 -> 1699[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1850[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1850 -> 1958[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1850 -> 1959[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1851 -> 1700[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1851[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1851 -> 1960[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1851 -> 1961[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1852 -> 1701[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1852[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1852 -> 1962[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1852 -> 1963[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1853 -> 1702[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1853[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1853 -> 1964[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1853 -> 1965[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1854 -> 1703[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1854[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1854 -> 1966[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1854 -> 1967[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1855 -> 1704[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1855[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1855 -> 1968[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1855 -> 1969[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1856 -> 1705[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1856[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1856 -> 1970[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1856 -> 1971[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1857 -> 1706[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1857[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1857 -> 1972[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1857 -> 1973[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1858 -> 1707[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1858[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1858 -> 1974[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1858 -> 1975[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1859 -> 1708[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1859[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1859 -> 1976[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1859 -> 1977[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1860 -> 1709[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1860[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1860 -> 1978[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1860 -> 1979[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1861 -> 1710[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1861[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1861 -> 1980[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1861 -> 1981[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1862 -> 1711[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1862[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1862 -> 1982[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1862 -> 1983[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1814[label="compare vwx9 vwx10",fontsize=16,color="black",shape="triangle"];1814 -> 1984[label="",style="solid", color="black", weight=3]; 18.37/7.59 1815[label="GT",fontsize=16,color="green",shape="box"];1906 -> 246[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1906[label="vwx90 == vwx100 && (vwx91 < vwx101 || vwx91 == vwx101 && vwx92 <= vwx102)",fontsize=16,color="magenta"];1906 -> 1985[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1906 -> 1986[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1907[label="vwx90 < vwx100",fontsize=16,color="blue",shape="box"];3035[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1907 -> 3035[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3035 -> 1987[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3036[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1907 -> 3036[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3036 -> 1988[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3037[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1907 -> 3037[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3037 -> 1989[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3038[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1907 -> 3038[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3038 -> 1990[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3039[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1907 -> 3039[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3039 -> 1991[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3040[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1907 -> 3040[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3040 -> 1992[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3041[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1907 -> 3041[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3041 -> 1993[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3042[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1907 -> 3042[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3042 -> 1994[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3043[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1907 -> 3043[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3043 -> 1995[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3044[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1907 -> 3044[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3044 -> 1996[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3045[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1907 -> 3045[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3045 -> 1997[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3046[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1907 -> 3046[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3046 -> 1998[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3047[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1907 -> 3047[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3047 -> 1999[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3048[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1907 -> 3048[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3048 -> 2000[label="",style="solid", color="blue", weight=3]; 18.37/7.59 842[label="primMulNat vwx3000 vwx4010",fontsize=16,color="burlywood",shape="triangle"];3049[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];842 -> 3049[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3049 -> 984[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3050[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];842 -> 3050[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3050 -> 985[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 843 -> 842[label="",style="dashed", color="red", weight=0]; 18.37/7.59 843[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];843 -> 986[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 844 -> 842[label="",style="dashed", color="red", weight=0]; 18.37/7.59 844[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];844 -> 987[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 845 -> 842[label="",style="dashed", color="red", weight=0]; 18.37/7.59 845[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];845 -> 988[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 845 -> 989[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1863[label="primCmpFloat vwx9 vwx10",fontsize=16,color="burlywood",shape="box"];3051[label="vwx9/Float vwx90 vwx91",fontsize=10,color="white",style="solid",shape="box"];1863 -> 3051[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3051 -> 2001[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 1864[label="True",fontsize=16,color="green",shape="box"];1865[label="False",fontsize=16,color="green",shape="box"];1866[label="compare (vwx90 : vwx91) vwx10",fontsize=16,color="burlywood",shape="box"];3052[label="vwx10/vwx100 : vwx101",fontsize=10,color="white",style="solid",shape="box"];1866 -> 3052[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3052 -> 2002[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3053[label="vwx10/[]",fontsize=10,color="white",style="solid",shape="box"];1866 -> 3053[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3053 -> 2003[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 1867[label="compare [] vwx10",fontsize=16,color="burlywood",shape="box"];3054[label="vwx10/vwx100 : vwx101",fontsize=10,color="white",style="solid",shape="box"];1867 -> 3054[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3054 -> 2004[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3055[label="vwx10/[]",fontsize=10,color="white",style="solid",shape="box"];1867 -> 3055[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3055 -> 2005[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 1868[label="primCmpChar vwx9 vwx10",fontsize=16,color="burlywood",shape="box"];3056[label="vwx9/Char vwx90",fontsize=10,color="white",style="solid",shape="box"];1868 -> 3056[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3056 -> 2006[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 1869[label="primCmpInt vwx9 vwx10",fontsize=16,color="burlywood",shape="triangle"];3057[label="vwx9/Pos vwx90",fontsize=10,color="white",style="solid",shape="box"];1869 -> 3057[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3057 -> 2007[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3058[label="vwx9/Neg vwx90",fontsize=10,color="white",style="solid",shape="box"];1869 -> 3058[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3058 -> 2008[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 1870[label="compare () vwx10",fontsize=16,color="burlywood",shape="box"];3059[label="vwx10/()",fontsize=10,color="white",style="solid",shape="box"];1870 -> 3059[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3059 -> 2009[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 1871[label="compare (vwx90 :% vwx91) vwx10",fontsize=16,color="burlywood",shape="box"];3060[label="vwx10/vwx100 :% vwx101",fontsize=10,color="white",style="solid",shape="box"];1871 -> 3060[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3060 -> 2010[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 1872[label="compare (Integer vwx90) vwx10",fontsize=16,color="burlywood",shape="box"];3061[label="vwx10/Integer vwx100",fontsize=10,color="white",style="solid",shape="box"];1872 -> 3061[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3061 -> 2011[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 1873[label="vwx90",fontsize=16,color="green",shape="box"];1874[label="vwx100",fontsize=16,color="green",shape="box"];1875[label="vwx90",fontsize=16,color="green",shape="box"];1876[label="vwx100",fontsize=16,color="green",shape="box"];1877[label="vwx90",fontsize=16,color="green",shape="box"];1878[label="vwx100",fontsize=16,color="green",shape="box"];1879[label="vwx90",fontsize=16,color="green",shape="box"];1880[label="vwx100",fontsize=16,color="green",shape="box"];1881[label="vwx90",fontsize=16,color="green",shape="box"];1882[label="vwx100",fontsize=16,color="green",shape="box"];1883[label="vwx90",fontsize=16,color="green",shape="box"];1884[label="vwx100",fontsize=16,color="green",shape="box"];1885[label="vwx90",fontsize=16,color="green",shape="box"];1886[label="vwx100",fontsize=16,color="green",shape="box"];1887[label="vwx90",fontsize=16,color="green",shape="box"];1888[label="vwx100",fontsize=16,color="green",shape="box"];1889[label="vwx90",fontsize=16,color="green",shape="box"];1890[label="vwx100",fontsize=16,color="green",shape="box"];1891[label="vwx90",fontsize=16,color="green",shape="box"];1892[label="vwx100",fontsize=16,color="green",shape="box"];1893[label="vwx90",fontsize=16,color="green",shape="box"];1894[label="vwx100",fontsize=16,color="green",shape="box"];1895[label="vwx90",fontsize=16,color="green",shape="box"];1896[label="vwx100",fontsize=16,color="green",shape="box"];1897[label="vwx90",fontsize=16,color="green",shape="box"];1898[label="vwx100",fontsize=16,color="green",shape="box"];1899[label="vwx90",fontsize=16,color="green",shape="box"];1900[label="vwx100",fontsize=16,color="green",shape="box"];1910[label="vwx90 == vwx100",fontsize=16,color="blue",shape="box"];3062[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1910 -> 3062[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3062 -> 2012[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3063[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1910 -> 3063[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3063 -> 2013[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3064[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1910 -> 3064[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3064 -> 2014[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3065[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1910 -> 3065[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3065 -> 2015[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3066[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1910 -> 3066[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3066 -> 2016[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3067[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1910 -> 3067[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3067 -> 2017[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3068[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1910 -> 3068[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3068 -> 2018[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3069[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1910 -> 3069[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3069 -> 2019[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3070[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1910 -> 3070[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3070 -> 2020[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3071[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1910 -> 3071[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3071 -> 2021[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3072[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1910 -> 3072[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3072 -> 2022[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3073[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1910 -> 3073[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3073 -> 2023[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3074[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1910 -> 3074[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3074 -> 2024[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3075[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1910 -> 3075[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3075 -> 2025[label="",style="solid", color="blue", weight=3]; 18.37/7.59 1911[label="vwx91 <= vwx101",fontsize=16,color="blue",shape="box"];3076[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1911 -> 3076[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3076 -> 2026[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3077[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1911 -> 3077[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3077 -> 2027[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3078[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1911 -> 3078[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3078 -> 2028[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3079[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1911 -> 3079[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3079 -> 2029[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3080[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1911 -> 3080[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3080 -> 2030[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3081[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1911 -> 3081[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3081 -> 2031[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3082[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1911 -> 3082[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3082 -> 2032[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3083[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1911 -> 3083[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3083 -> 2033[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3084[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1911 -> 3084[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3084 -> 2034[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3085[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1911 -> 3085[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3085 -> 2035[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3086[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1911 -> 3086[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3086 -> 2036[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3087[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1911 -> 3087[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3087 -> 2037[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3088[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1911 -> 3088[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3088 -> 2038[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3089[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1911 -> 3089[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3089 -> 2039[label="",style="solid", color="blue", weight=3]; 18.37/7.59 1912[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];1912 -> 2040[label="",style="solid", color="black", weight=3]; 18.37/7.59 1913[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];1913 -> 2041[label="",style="solid", color="black", weight=3]; 18.37/7.59 1914[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];1914 -> 2042[label="",style="solid", color="black", weight=3]; 18.37/7.59 1915[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];1915 -> 2043[label="",style="solid", color="black", weight=3]; 18.37/7.59 1916[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];1916 -> 2044[label="",style="solid", color="black", weight=3]; 18.37/7.59 1917[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];1917 -> 2045[label="",style="solid", color="black", weight=3]; 18.37/7.59 1918[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];1918 -> 2046[label="",style="solid", color="black", weight=3]; 18.37/7.59 1919[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];1919 -> 2047[label="",style="solid", color="black", weight=3]; 18.37/7.59 1920[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];1920 -> 2048[label="",style="solid", color="black", weight=3]; 18.37/7.59 1921 -> 4[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1921[label="vwx90 < vwx100",fontsize=16,color="magenta"];1921 -> 2049[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1921 -> 2050[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1922[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];1922 -> 2051[label="",style="solid", color="black", weight=3]; 18.37/7.59 1923[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];1923 -> 2052[label="",style="solid", color="black", weight=3]; 18.37/7.59 1924[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];1924 -> 2053[label="",style="solid", color="black", weight=3]; 18.37/7.59 1925[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];1925 -> 2054[label="",style="solid", color="black", weight=3]; 18.37/7.59 1926[label="False || vwx70",fontsize=16,color="black",shape="box"];1926 -> 2055[label="",style="solid", color="black", weight=3]; 18.37/7.59 1927[label="True || vwx70",fontsize=16,color="black",shape="box"];1927 -> 2056[label="",style="solid", color="black", weight=3]; 18.37/7.59 1928[label="vwx90",fontsize=16,color="green",shape="box"];1929[label="vwx100",fontsize=16,color="green",shape="box"];1930[label="vwx90",fontsize=16,color="green",shape="box"];1931[label="vwx100",fontsize=16,color="green",shape="box"];1932[label="vwx90",fontsize=16,color="green",shape="box"];1933[label="vwx100",fontsize=16,color="green",shape="box"];1934[label="vwx90",fontsize=16,color="green",shape="box"];1935[label="vwx100",fontsize=16,color="green",shape="box"];1936[label="vwx90",fontsize=16,color="green",shape="box"];1937[label="vwx100",fontsize=16,color="green",shape="box"];1938[label="vwx90",fontsize=16,color="green",shape="box"];1939[label="vwx100",fontsize=16,color="green",shape="box"];1940[label="vwx90",fontsize=16,color="green",shape="box"];1941[label="vwx100",fontsize=16,color="green",shape="box"];1942[label="vwx90",fontsize=16,color="green",shape="box"];1943[label="vwx100",fontsize=16,color="green",shape="box"];1944[label="vwx90",fontsize=16,color="green",shape="box"];1945[label="vwx100",fontsize=16,color="green",shape="box"];1946[label="vwx90",fontsize=16,color="green",shape="box"];1947[label="vwx100",fontsize=16,color="green",shape="box"];1948[label="vwx90",fontsize=16,color="green",shape="box"];1949[label="vwx100",fontsize=16,color="green",shape="box"];1950[label="vwx90",fontsize=16,color="green",shape="box"];1951[label="vwx100",fontsize=16,color="green",shape="box"];1952[label="vwx90",fontsize=16,color="green",shape="box"];1953[label="vwx100",fontsize=16,color="green",shape="box"];1954[label="vwx90",fontsize=16,color="green",shape="box"];1955[label="vwx100",fontsize=16,color="green",shape="box"];1956[label="vwx90",fontsize=16,color="green",shape="box"];1957[label="vwx100",fontsize=16,color="green",shape="box"];1958[label="vwx90",fontsize=16,color="green",shape="box"];1959[label="vwx100",fontsize=16,color="green",shape="box"];1960[label="vwx90",fontsize=16,color="green",shape="box"];1961[label="vwx100",fontsize=16,color="green",shape="box"];1962[label="vwx90",fontsize=16,color="green",shape="box"];1963[label="vwx100",fontsize=16,color="green",shape="box"];1964[label="vwx90",fontsize=16,color="green",shape="box"];1965[label="vwx100",fontsize=16,color="green",shape="box"];1966[label="vwx90",fontsize=16,color="green",shape="box"];1967[label="vwx100",fontsize=16,color="green",shape="box"];1968[label="vwx90",fontsize=16,color="green",shape="box"];1969[label="vwx100",fontsize=16,color="green",shape="box"];1970[label="vwx90",fontsize=16,color="green",shape="box"];1971[label="vwx100",fontsize=16,color="green",shape="box"];1972[label="vwx90",fontsize=16,color="green",shape="box"];1973[label="vwx100",fontsize=16,color="green",shape="box"];1974[label="vwx90",fontsize=16,color="green",shape="box"];1975[label="vwx100",fontsize=16,color="green",shape="box"];1976[label="vwx90",fontsize=16,color="green",shape="box"];1977[label="vwx100",fontsize=16,color="green",shape="box"];1978[label="vwx90",fontsize=16,color="green",shape="box"];1979[label="vwx100",fontsize=16,color="green",shape="box"];1980[label="vwx90",fontsize=16,color="green",shape="box"];1981[label="vwx100",fontsize=16,color="green",shape="box"];1982[label="vwx90",fontsize=16,color="green",shape="box"];1983[label="vwx100",fontsize=16,color="green",shape="box"];1984[label="primCmpDouble vwx9 vwx10",fontsize=16,color="burlywood",shape="box"];3090[label="vwx9/Double vwx90 vwx91",fontsize=10,color="white",style="solid",shape="box"];1984 -> 3090[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3090 -> 2057[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 1985[label="vwx90 == vwx100",fontsize=16,color="blue",shape="box"];3091[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1985 -> 3091[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3091 -> 2058[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3092[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1985 -> 3092[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3092 -> 2059[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3093[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1985 -> 3093[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3093 -> 2060[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3094[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1985 -> 3094[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3094 -> 2061[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3095[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1985 -> 3095[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3095 -> 2062[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3096[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1985 -> 3096[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3096 -> 2063[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3097[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1985 -> 3097[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3097 -> 2064[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3098[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1985 -> 3098[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3098 -> 2065[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3099[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1985 -> 3099[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3099 -> 2066[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3100[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1985 -> 3100[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3100 -> 2067[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3101[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1985 -> 3101[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3101 -> 2068[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3102[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1985 -> 3102[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3102 -> 2069[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3103[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1985 -> 3103[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3103 -> 2070[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3104[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1985 -> 3104[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3104 -> 2071[label="",style="solid", color="blue", weight=3]; 18.37/7.59 1986 -> 1903[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1986[label="vwx91 < vwx101 || vwx91 == vwx101 && vwx92 <= vwx102",fontsize=16,color="magenta"];1986 -> 2072[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1986 -> 2073[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1987 -> 1912[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1987[label="vwx90 < vwx100",fontsize=16,color="magenta"];1987 -> 2074[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1987 -> 2075[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1988 -> 1913[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1988[label="vwx90 < vwx100",fontsize=16,color="magenta"];1988 -> 2076[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1988 -> 2077[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1989 -> 1914[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1989[label="vwx90 < vwx100",fontsize=16,color="magenta"];1989 -> 2078[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1989 -> 2079[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1990 -> 1915[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1990[label="vwx90 < vwx100",fontsize=16,color="magenta"];1990 -> 2080[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1990 -> 2081[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1991 -> 1916[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1991[label="vwx90 < vwx100",fontsize=16,color="magenta"];1991 -> 2082[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1991 -> 2083[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1992 -> 1917[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1992[label="vwx90 < vwx100",fontsize=16,color="magenta"];1992 -> 2084[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1992 -> 2085[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1993 -> 1918[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1993[label="vwx90 < vwx100",fontsize=16,color="magenta"];1993 -> 2086[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1993 -> 2087[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1994 -> 1919[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1994[label="vwx90 < vwx100",fontsize=16,color="magenta"];1994 -> 2088[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1994 -> 2089[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1995 -> 1920[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1995[label="vwx90 < vwx100",fontsize=16,color="magenta"];1995 -> 2090[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1995 -> 2091[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1996 -> 4[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1996[label="vwx90 < vwx100",fontsize=16,color="magenta"];1996 -> 2092[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1996 -> 2093[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1997 -> 1922[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1997[label="vwx90 < vwx100",fontsize=16,color="magenta"];1997 -> 2094[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1997 -> 2095[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1998 -> 1923[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1998[label="vwx90 < vwx100",fontsize=16,color="magenta"];1998 -> 2096[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1998 -> 2097[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1999 -> 1924[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1999[label="vwx90 < vwx100",fontsize=16,color="magenta"];1999 -> 2098[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1999 -> 2099[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2000 -> 1925[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2000[label="vwx90 < vwx100",fontsize=16,color="magenta"];2000 -> 2100[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2000 -> 2101[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 984[label="primMulNat (Succ vwx30000) vwx4010",fontsize=16,color="burlywood",shape="box"];3105[label="vwx4010/Succ vwx40100",fontsize=10,color="white",style="solid",shape="box"];984 -> 3105[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3105 -> 1091[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3106[label="vwx4010/Zero",fontsize=10,color="white",style="solid",shape="box"];984 -> 3106[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3106 -> 1092[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 985[label="primMulNat Zero vwx4010",fontsize=16,color="burlywood",shape="box"];3107[label="vwx4010/Succ vwx40100",fontsize=10,color="white",style="solid",shape="box"];985 -> 3107[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3107 -> 1093[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3108[label="vwx4010/Zero",fontsize=10,color="white",style="solid",shape="box"];985 -> 3108[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3108 -> 1094[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 986[label="vwx4010",fontsize=16,color="green",shape="box"];987[label="vwx3000",fontsize=16,color="green",shape="box"];988[label="vwx3000",fontsize=16,color="green",shape="box"];989[label="vwx4010",fontsize=16,color="green",shape="box"];2001[label="primCmpFloat (Float vwx90 vwx91) vwx10",fontsize=16,color="burlywood",shape="box"];3109[label="vwx91/Pos vwx910",fontsize=10,color="white",style="solid",shape="box"];2001 -> 3109[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3109 -> 2102[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3110[label="vwx91/Neg vwx910",fontsize=10,color="white",style="solid",shape="box"];2001 -> 3110[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3110 -> 2103[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2002[label="compare (vwx90 : vwx91) (vwx100 : vwx101)",fontsize=16,color="black",shape="box"];2002 -> 2104[label="",style="solid", color="black", weight=3]; 18.37/7.59 2003[label="compare (vwx90 : vwx91) []",fontsize=16,color="black",shape="box"];2003 -> 2105[label="",style="solid", color="black", weight=3]; 18.37/7.59 2004[label="compare [] (vwx100 : vwx101)",fontsize=16,color="black",shape="box"];2004 -> 2106[label="",style="solid", color="black", weight=3]; 18.37/7.59 2005[label="compare [] []",fontsize=16,color="black",shape="box"];2005 -> 2107[label="",style="solid", color="black", weight=3]; 18.37/7.59 2006[label="primCmpChar (Char vwx90) vwx10",fontsize=16,color="burlywood",shape="box"];3111[label="vwx10/Char vwx100",fontsize=10,color="white",style="solid",shape="box"];2006 -> 3111[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3111 -> 2108[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2007[label="primCmpInt (Pos vwx90) vwx10",fontsize=16,color="burlywood",shape="box"];3112[label="vwx90/Succ vwx900",fontsize=10,color="white",style="solid",shape="box"];2007 -> 3112[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3112 -> 2109[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3113[label="vwx90/Zero",fontsize=10,color="white",style="solid",shape="box"];2007 -> 3113[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3113 -> 2110[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2008[label="primCmpInt (Neg vwx90) vwx10",fontsize=16,color="burlywood",shape="box"];3114[label="vwx90/Succ vwx900",fontsize=10,color="white",style="solid",shape="box"];2008 -> 3114[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3114 -> 2111[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3115[label="vwx90/Zero",fontsize=10,color="white",style="solid",shape="box"];2008 -> 3115[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3115 -> 2112[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2009[label="compare () ()",fontsize=16,color="black",shape="box"];2009 -> 2113[label="",style="solid", color="black", weight=3]; 18.37/7.59 2010[label="compare (vwx90 :% vwx91) (vwx100 :% vwx101)",fontsize=16,color="black",shape="box"];2010 -> 2114[label="",style="solid", color="black", weight=3]; 18.37/7.59 2011[label="compare (Integer vwx90) (Integer vwx100)",fontsize=16,color="black",shape="box"];2011 -> 2115[label="",style="solid", color="black", weight=3]; 18.37/7.59 2012 -> 36[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2012[label="vwx90 == vwx100",fontsize=16,color="magenta"];2012 -> 2116[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2012 -> 2117[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2013 -> 40[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2013[label="vwx90 == vwx100",fontsize=16,color="magenta"];2013 -> 2118[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2013 -> 2119[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2014 -> 29[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2014[label="vwx90 == vwx100",fontsize=16,color="magenta"];2014 -> 2120[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2014 -> 2121[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2015 -> 35[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2015[label="vwx90 == vwx100",fontsize=16,color="magenta"];2015 -> 2122[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2015 -> 2123[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2016 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2016[label="vwx90 == vwx100",fontsize=16,color="magenta"];2016 -> 2124[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2016 -> 2125[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2017 -> 33[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2017[label="vwx90 == vwx100",fontsize=16,color="magenta"];2017 -> 2126[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2017 -> 2127[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2018 -> 41[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2018[label="vwx90 == vwx100",fontsize=16,color="magenta"];2018 -> 2128[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2018 -> 2129[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2019 -> 34[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2019[label="vwx90 == vwx100",fontsize=16,color="magenta"];2019 -> 2130[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2019 -> 2131[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2020 -> 32[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2020[label="vwx90 == vwx100",fontsize=16,color="magenta"];2020 -> 2132[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2020 -> 2133[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2021 -> 38[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2021[label="vwx90 == vwx100",fontsize=16,color="magenta"];2021 -> 2134[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2021 -> 2135[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2022 -> 30[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2022[label="vwx90 == vwx100",fontsize=16,color="magenta"];2022 -> 2136[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2022 -> 2137[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2023 -> 39[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2023[label="vwx90 == vwx100",fontsize=16,color="magenta"];2023 -> 2138[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2023 -> 2139[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2024 -> 31[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2024[label="vwx90 == vwx100",fontsize=16,color="magenta"];2024 -> 2140[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2024 -> 2141[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2025 -> 28[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2025[label="vwx90 == vwx100",fontsize=16,color="magenta"];2025 -> 2142[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2025 -> 2143[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2026 -> 1698[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2026[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2026 -> 2144[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2026 -> 2145[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2027 -> 1699[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2027[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2027 -> 2146[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2027 -> 2147[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2028 -> 1700[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2028[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2028 -> 2148[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2028 -> 2149[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2029 -> 1701[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2029[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2029 -> 2150[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2029 -> 2151[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2030 -> 1702[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2030[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2030 -> 2152[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2030 -> 2153[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2031 -> 1703[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2031[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2031 -> 2154[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2031 -> 2155[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2032 -> 1704[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2032[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2032 -> 2156[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2032 -> 2157[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2033 -> 1705[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2033[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2033 -> 2158[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2033 -> 2159[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2034 -> 1706[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2034[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2034 -> 2160[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2034 -> 2161[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2035 -> 1707[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2035[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2035 -> 2162[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2035 -> 2163[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2036 -> 1708[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2036[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2036 -> 2164[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2036 -> 2165[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2037 -> 1709[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2037[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2037 -> 2166[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2037 -> 2167[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2038 -> 1710[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2038[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2038 -> 2168[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2038 -> 2169[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2039 -> 1711[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2039[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2039 -> 2170[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2039 -> 2171[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2040 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2040[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2040 -> 2172[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2040 -> 2173[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2041 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2041[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2041 -> 2174[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2041 -> 2175[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2042 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2042[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2042 -> 2176[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2042 -> 2177[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2043 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2043[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2043 -> 2178[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2043 -> 2179[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2044 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2044[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2044 -> 2180[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2044 -> 2181[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2045 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2045[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2045 -> 2182[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2045 -> 2183[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2046 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2046[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2046 -> 2184[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2046 -> 2185[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2047 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2047[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2047 -> 2186[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2047 -> 2187[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2048 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2048[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2048 -> 2188[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2048 -> 2189[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2049[label="vwx90",fontsize=16,color="green",shape="box"];2050[label="vwx100",fontsize=16,color="green",shape="box"];2051 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2051[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2051 -> 2190[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2051 -> 2191[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2052 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2052[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2052 -> 2192[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2052 -> 2193[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2053 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2053[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2053 -> 2194[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2053 -> 2195[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2054 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2054[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2054 -> 2196[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2054 -> 2197[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2055[label="vwx70",fontsize=16,color="green",shape="box"];2056[label="True",fontsize=16,color="green",shape="box"];2057[label="primCmpDouble (Double vwx90 vwx91) vwx10",fontsize=16,color="burlywood",shape="box"];3116[label="vwx91/Pos vwx910",fontsize=10,color="white",style="solid",shape="box"];2057 -> 3116[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3116 -> 2198[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3117[label="vwx91/Neg vwx910",fontsize=10,color="white",style="solid",shape="box"];2057 -> 3117[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3117 -> 2199[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2058 -> 36[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2058[label="vwx90 == vwx100",fontsize=16,color="magenta"];2058 -> 2200[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2058 -> 2201[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2059 -> 40[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2059[label="vwx90 == vwx100",fontsize=16,color="magenta"];2059 -> 2202[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2059 -> 2203[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2060 -> 29[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2060[label="vwx90 == vwx100",fontsize=16,color="magenta"];2060 -> 2204[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2060 -> 2205[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2061 -> 35[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2061[label="vwx90 == vwx100",fontsize=16,color="magenta"];2061 -> 2206[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2061 -> 2207[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2062 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2062[label="vwx90 == vwx100",fontsize=16,color="magenta"];2062 -> 2208[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2062 -> 2209[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2063 -> 33[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2063[label="vwx90 == vwx100",fontsize=16,color="magenta"];2063 -> 2210[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2063 -> 2211[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2064 -> 41[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2064[label="vwx90 == vwx100",fontsize=16,color="magenta"];2064 -> 2212[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2064 -> 2213[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2065 -> 34[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2065[label="vwx90 == vwx100",fontsize=16,color="magenta"];2065 -> 2214[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2065 -> 2215[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2066 -> 32[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2066[label="vwx90 == vwx100",fontsize=16,color="magenta"];2066 -> 2216[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2066 -> 2217[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2067 -> 38[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2067[label="vwx90 == vwx100",fontsize=16,color="magenta"];2067 -> 2218[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2067 -> 2219[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2068 -> 30[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2068[label="vwx90 == vwx100",fontsize=16,color="magenta"];2068 -> 2220[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2068 -> 2221[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2069 -> 39[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2069[label="vwx90 == vwx100",fontsize=16,color="magenta"];2069 -> 2222[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2069 -> 2223[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2070 -> 31[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2070[label="vwx90 == vwx100",fontsize=16,color="magenta"];2070 -> 2224[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2070 -> 2225[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2071 -> 28[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2071[label="vwx90 == vwx100",fontsize=16,color="magenta"];2071 -> 2226[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2071 -> 2227[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2072 -> 246[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2072[label="vwx91 == vwx101 && vwx92 <= vwx102",fontsize=16,color="magenta"];2072 -> 2228[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2072 -> 2229[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2073[label="vwx91 < vwx101",fontsize=16,color="blue",shape="box"];3118[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2073 -> 3118[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3118 -> 2230[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3119[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2073 -> 3119[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3119 -> 2231[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3120[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2073 -> 3120[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3120 -> 2232[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3121[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2073 -> 3121[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3121 -> 2233[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3122[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2073 -> 3122[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3122 -> 2234[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3123[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2073 -> 3123[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3123 -> 2235[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3124[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2073 -> 3124[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3124 -> 2236[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3125[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2073 -> 3125[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3125 -> 2237[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3126[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2073 -> 3126[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3126 -> 2238[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3127[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2073 -> 3127[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3127 -> 2239[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3128[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2073 -> 3128[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3128 -> 2240[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3129[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2073 -> 3129[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3129 -> 2241[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3130[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2073 -> 3130[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3130 -> 2242[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3131[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2073 -> 3131[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3131 -> 2243[label="",style="solid", color="blue", weight=3]; 18.37/7.59 2074[label="vwx90",fontsize=16,color="green",shape="box"];2075[label="vwx100",fontsize=16,color="green",shape="box"];2076[label="vwx90",fontsize=16,color="green",shape="box"];2077[label="vwx100",fontsize=16,color="green",shape="box"];2078[label="vwx90",fontsize=16,color="green",shape="box"];2079[label="vwx100",fontsize=16,color="green",shape="box"];2080[label="vwx90",fontsize=16,color="green",shape="box"];2081[label="vwx100",fontsize=16,color="green",shape="box"];2082[label="vwx90",fontsize=16,color="green",shape="box"];2083[label="vwx100",fontsize=16,color="green",shape="box"];2084[label="vwx90",fontsize=16,color="green",shape="box"];2085[label="vwx100",fontsize=16,color="green",shape="box"];2086[label="vwx90",fontsize=16,color="green",shape="box"];2087[label="vwx100",fontsize=16,color="green",shape="box"];2088[label="vwx90",fontsize=16,color="green",shape="box"];2089[label="vwx100",fontsize=16,color="green",shape="box"];2090[label="vwx90",fontsize=16,color="green",shape="box"];2091[label="vwx100",fontsize=16,color="green",shape="box"];2092[label="vwx90",fontsize=16,color="green",shape="box"];2093[label="vwx100",fontsize=16,color="green",shape="box"];2094[label="vwx90",fontsize=16,color="green",shape="box"];2095[label="vwx100",fontsize=16,color="green",shape="box"];2096[label="vwx90",fontsize=16,color="green",shape="box"];2097[label="vwx100",fontsize=16,color="green",shape="box"];2098[label="vwx90",fontsize=16,color="green",shape="box"];2099[label="vwx100",fontsize=16,color="green",shape="box"];2100[label="vwx90",fontsize=16,color="green",shape="box"];2101[label="vwx100",fontsize=16,color="green",shape="box"];1091[label="primMulNat (Succ vwx30000) (Succ vwx40100)",fontsize=16,color="black",shape="box"];1091 -> 1237[label="",style="solid", color="black", weight=3]; 18.37/7.59 1092[label="primMulNat (Succ vwx30000) Zero",fontsize=16,color="black",shape="box"];1092 -> 1238[label="",style="solid", color="black", weight=3]; 18.37/7.59 1093[label="primMulNat Zero (Succ vwx40100)",fontsize=16,color="black",shape="box"];1093 -> 1239[label="",style="solid", color="black", weight=3]; 18.37/7.59 1094[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];1094 -> 1240[label="",style="solid", color="black", weight=3]; 18.37/7.59 2102[label="primCmpFloat (Float vwx90 (Pos vwx910)) vwx10",fontsize=16,color="burlywood",shape="box"];3132[label="vwx10/Float vwx100 vwx101",fontsize=10,color="white",style="solid",shape="box"];2102 -> 3132[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3132 -> 2244[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2103[label="primCmpFloat (Float vwx90 (Neg vwx910)) vwx10",fontsize=16,color="burlywood",shape="box"];3133[label="vwx10/Float vwx100 vwx101",fontsize=10,color="white",style="solid",shape="box"];2103 -> 3133[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3133 -> 2245[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2104 -> 2246[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2104[label="primCompAux vwx90 vwx100 (compare vwx91 vwx101)",fontsize=16,color="magenta"];2104 -> 2247[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2105[label="GT",fontsize=16,color="green",shape="box"];2106[label="LT",fontsize=16,color="green",shape="box"];2107[label="EQ",fontsize=16,color="green",shape="box"];2108[label="primCmpChar (Char vwx90) (Char vwx100)",fontsize=16,color="black",shape="box"];2108 -> 2248[label="",style="solid", color="black", weight=3]; 18.37/7.59 2109[label="primCmpInt (Pos (Succ vwx900)) vwx10",fontsize=16,color="burlywood",shape="box"];3134[label="vwx10/Pos vwx100",fontsize=10,color="white",style="solid",shape="box"];2109 -> 3134[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3134 -> 2249[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3135[label="vwx10/Neg vwx100",fontsize=10,color="white",style="solid",shape="box"];2109 -> 3135[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3135 -> 2250[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2110[label="primCmpInt (Pos Zero) vwx10",fontsize=16,color="burlywood",shape="box"];3136[label="vwx10/Pos vwx100",fontsize=10,color="white",style="solid",shape="box"];2110 -> 3136[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3136 -> 2251[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3137[label="vwx10/Neg vwx100",fontsize=10,color="white",style="solid",shape="box"];2110 -> 3137[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3137 -> 2252[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2111[label="primCmpInt (Neg (Succ vwx900)) vwx10",fontsize=16,color="burlywood",shape="box"];3138[label="vwx10/Pos vwx100",fontsize=10,color="white",style="solid",shape="box"];2111 -> 3138[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3138 -> 2253[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3139[label="vwx10/Neg vwx100",fontsize=10,color="white",style="solid",shape="box"];2111 -> 3139[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3139 -> 2254[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2112[label="primCmpInt (Neg Zero) vwx10",fontsize=16,color="burlywood",shape="box"];3140[label="vwx10/Pos vwx100",fontsize=10,color="white",style="solid",shape="box"];2112 -> 3140[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3140 -> 2255[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3141[label="vwx10/Neg vwx100",fontsize=10,color="white",style="solid",shape="box"];2112 -> 3141[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3141 -> 2256[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2113[label="EQ",fontsize=16,color="green",shape="box"];2114[label="compare (vwx90 * vwx101) (vwx100 * vwx91)",fontsize=16,color="blue",shape="box"];3142[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2114 -> 3142[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3142 -> 2257[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3143[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2114 -> 3143[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3143 -> 2258[label="",style="solid", color="blue", weight=3]; 18.37/7.59 2115 -> 1869[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2115[label="primCmpInt vwx90 vwx100",fontsize=16,color="magenta"];2115 -> 2259[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2115 -> 2260[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2116[label="vwx90",fontsize=16,color="green",shape="box"];2117[label="vwx100",fontsize=16,color="green",shape="box"];2118[label="vwx90",fontsize=16,color="green",shape="box"];2119[label="vwx100",fontsize=16,color="green",shape="box"];2120[label="vwx90",fontsize=16,color="green",shape="box"];2121[label="vwx100",fontsize=16,color="green",shape="box"];2122[label="vwx90",fontsize=16,color="green",shape="box"];2123[label="vwx100",fontsize=16,color="green",shape="box"];2124[label="vwx90",fontsize=16,color="green",shape="box"];2125[label="vwx100",fontsize=16,color="green",shape="box"];2126[label="vwx90",fontsize=16,color="green",shape="box"];2127[label="vwx100",fontsize=16,color="green",shape="box"];2128[label="vwx90",fontsize=16,color="green",shape="box"];2129[label="vwx100",fontsize=16,color="green",shape="box"];2130[label="vwx90",fontsize=16,color="green",shape="box"];2131[label="vwx100",fontsize=16,color="green",shape="box"];2132[label="vwx90",fontsize=16,color="green",shape="box"];2133[label="vwx100",fontsize=16,color="green",shape="box"];2134[label="vwx90",fontsize=16,color="green",shape="box"];2135[label="vwx100",fontsize=16,color="green",shape="box"];2136[label="vwx90",fontsize=16,color="green",shape="box"];2137[label="vwx100",fontsize=16,color="green",shape="box"];2138[label="vwx90",fontsize=16,color="green",shape="box"];2139[label="vwx100",fontsize=16,color="green",shape="box"];2140[label="vwx90",fontsize=16,color="green",shape="box"];2141[label="vwx100",fontsize=16,color="green",shape="box"];2142[label="vwx90",fontsize=16,color="green",shape="box"];2143[label="vwx100",fontsize=16,color="green",shape="box"];2144[label="vwx91",fontsize=16,color="green",shape="box"];2145[label="vwx101",fontsize=16,color="green",shape="box"];2146[label="vwx91",fontsize=16,color="green",shape="box"];2147[label="vwx101",fontsize=16,color="green",shape="box"];2148[label="vwx91",fontsize=16,color="green",shape="box"];2149[label="vwx101",fontsize=16,color="green",shape="box"];2150[label="vwx91",fontsize=16,color="green",shape="box"];2151[label="vwx101",fontsize=16,color="green",shape="box"];2152[label="vwx91",fontsize=16,color="green",shape="box"];2153[label="vwx101",fontsize=16,color="green",shape="box"];2154[label="vwx91",fontsize=16,color="green",shape="box"];2155[label="vwx101",fontsize=16,color="green",shape="box"];2156[label="vwx91",fontsize=16,color="green",shape="box"];2157[label="vwx101",fontsize=16,color="green",shape="box"];2158[label="vwx91",fontsize=16,color="green",shape="box"];2159[label="vwx101",fontsize=16,color="green",shape="box"];2160[label="vwx91",fontsize=16,color="green",shape="box"];2161[label="vwx101",fontsize=16,color="green",shape="box"];2162[label="vwx91",fontsize=16,color="green",shape="box"];2163[label="vwx101",fontsize=16,color="green",shape="box"];2164[label="vwx91",fontsize=16,color="green",shape="box"];2165[label="vwx101",fontsize=16,color="green",shape="box"];2166[label="vwx91",fontsize=16,color="green",shape="box"];2167[label="vwx101",fontsize=16,color="green",shape="box"];2168[label="vwx91",fontsize=16,color="green",shape="box"];2169[label="vwx101",fontsize=16,color="green",shape="box"];2170[label="vwx91",fontsize=16,color="green",shape="box"];2171[label="vwx101",fontsize=16,color="green",shape="box"];2172 -> 1798[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2172[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2172 -> 2261[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2172 -> 2262[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2173[label="LT",fontsize=16,color="green",shape="box"];2174 -> 1802[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2174[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2174 -> 2263[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2174 -> 2264[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2175[label="LT",fontsize=16,color="green",shape="box"];2176 -> 1804[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2176[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2176 -> 2265[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2176 -> 2266[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2177[label="LT",fontsize=16,color="green",shape="box"];2178 -> 1806[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2178[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2178 -> 2267[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2178 -> 2268[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2179[label="LT",fontsize=16,color="green",shape="box"];2180[label="compare vwx90 vwx100",fontsize=16,color="black",shape="triangle"];2180 -> 2269[label="",style="solid", color="black", weight=3]; 18.37/7.59 2181[label="LT",fontsize=16,color="green",shape="box"];2182[label="compare vwx90 vwx100",fontsize=16,color="black",shape="triangle"];2182 -> 2270[label="",style="solid", color="black", weight=3]; 18.37/7.59 2183[label="LT",fontsize=16,color="green",shape="box"];2184 -> 1808[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2184[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2184 -> 2271[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2184 -> 2272[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2185[label="LT",fontsize=16,color="green",shape="box"];2186 -> 1810[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2186[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2186 -> 2273[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2186 -> 2274[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2187[label="LT",fontsize=16,color="green",shape="box"];2188 -> 1812[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2188[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2188 -> 2275[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2188 -> 2276[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2189[label="LT",fontsize=16,color="green",shape="box"];2190[label="compare vwx90 vwx100",fontsize=16,color="black",shape="triangle"];2190 -> 2277[label="",style="solid", color="black", weight=3]; 18.37/7.59 2191[label="LT",fontsize=16,color="green",shape="box"];2192[label="compare vwx90 vwx100",fontsize=16,color="black",shape="triangle"];2192 -> 2278[label="",style="solid", color="black", weight=3]; 18.37/7.59 2193[label="LT",fontsize=16,color="green",shape="box"];2194 -> 1814[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2194[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2194 -> 2279[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2194 -> 2280[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2195[label="LT",fontsize=16,color="green",shape="box"];2196[label="compare vwx90 vwx100",fontsize=16,color="black",shape="triangle"];2196 -> 2281[label="",style="solid", color="black", weight=3]; 18.37/7.59 2197[label="LT",fontsize=16,color="green",shape="box"];2198[label="primCmpDouble (Double vwx90 (Pos vwx910)) vwx10",fontsize=16,color="burlywood",shape="box"];3144[label="vwx10/Double vwx100 vwx101",fontsize=10,color="white",style="solid",shape="box"];2198 -> 3144[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3144 -> 2282[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2199[label="primCmpDouble (Double vwx90 (Neg vwx910)) vwx10",fontsize=16,color="burlywood",shape="box"];3145[label="vwx10/Double vwx100 vwx101",fontsize=10,color="white",style="solid",shape="box"];2199 -> 3145[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3145 -> 2283[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2200[label="vwx90",fontsize=16,color="green",shape="box"];2201[label="vwx100",fontsize=16,color="green",shape="box"];2202[label="vwx90",fontsize=16,color="green",shape="box"];2203[label="vwx100",fontsize=16,color="green",shape="box"];2204[label="vwx90",fontsize=16,color="green",shape="box"];2205[label="vwx100",fontsize=16,color="green",shape="box"];2206[label="vwx90",fontsize=16,color="green",shape="box"];2207[label="vwx100",fontsize=16,color="green",shape="box"];2208[label="vwx90",fontsize=16,color="green",shape="box"];2209[label="vwx100",fontsize=16,color="green",shape="box"];2210[label="vwx90",fontsize=16,color="green",shape="box"];2211[label="vwx100",fontsize=16,color="green",shape="box"];2212[label="vwx90",fontsize=16,color="green",shape="box"];2213[label="vwx100",fontsize=16,color="green",shape="box"];2214[label="vwx90",fontsize=16,color="green",shape="box"];2215[label="vwx100",fontsize=16,color="green",shape="box"];2216[label="vwx90",fontsize=16,color="green",shape="box"];2217[label="vwx100",fontsize=16,color="green",shape="box"];2218[label="vwx90",fontsize=16,color="green",shape="box"];2219[label="vwx100",fontsize=16,color="green",shape="box"];2220[label="vwx90",fontsize=16,color="green",shape="box"];2221[label="vwx100",fontsize=16,color="green",shape="box"];2222[label="vwx90",fontsize=16,color="green",shape="box"];2223[label="vwx100",fontsize=16,color="green",shape="box"];2224[label="vwx90",fontsize=16,color="green",shape="box"];2225[label="vwx100",fontsize=16,color="green",shape="box"];2226[label="vwx90",fontsize=16,color="green",shape="box"];2227[label="vwx100",fontsize=16,color="green",shape="box"];2228[label="vwx91 == vwx101",fontsize=16,color="blue",shape="box"];3146[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2228 -> 3146[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3146 -> 2284[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3147[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2228 -> 3147[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3147 -> 2285[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3148[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2228 -> 3148[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3148 -> 2286[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3149[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2228 -> 3149[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3149 -> 2287[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3150[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2228 -> 3150[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3150 -> 2288[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3151[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2228 -> 3151[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3151 -> 2289[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3152[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2228 -> 3152[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3152 -> 2290[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3153[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2228 -> 3153[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3153 -> 2291[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3154[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2228 -> 3154[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3154 -> 2292[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3155[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2228 -> 3155[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3155 -> 2293[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3156[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2228 -> 3156[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3156 -> 2294[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3157[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2228 -> 3157[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3157 -> 2295[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3158[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2228 -> 3158[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3158 -> 2296[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3159[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2228 -> 3159[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3159 -> 2297[label="",style="solid", color="blue", weight=3]; 18.37/7.59 2229[label="vwx92 <= vwx102",fontsize=16,color="blue",shape="box"];3160[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2229 -> 3160[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3160 -> 2298[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3161[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2229 -> 3161[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3161 -> 2299[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3162[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2229 -> 3162[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3162 -> 2300[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3163[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2229 -> 3163[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3163 -> 2301[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3164[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2229 -> 3164[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3164 -> 2302[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3165[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2229 -> 3165[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3165 -> 2303[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3166[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2229 -> 3166[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3166 -> 2304[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3167[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2229 -> 3167[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3167 -> 2305[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3168[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2229 -> 3168[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3168 -> 2306[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3169[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2229 -> 3169[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3169 -> 2307[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3170[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2229 -> 3170[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3170 -> 2308[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3171[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2229 -> 3171[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3171 -> 2309[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3172[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2229 -> 3172[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3172 -> 2310[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3173[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2229 -> 3173[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3173 -> 2311[label="",style="solid", color="blue", weight=3]; 18.37/7.59 2230 -> 1912[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2230[label="vwx91 < vwx101",fontsize=16,color="magenta"];2230 -> 2312[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2230 -> 2313[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2231 -> 1913[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2231[label="vwx91 < vwx101",fontsize=16,color="magenta"];2231 -> 2314[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2231 -> 2315[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2232 -> 1914[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2232[label="vwx91 < vwx101",fontsize=16,color="magenta"];2232 -> 2316[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2232 -> 2317[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2233 -> 1915[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2233[label="vwx91 < vwx101",fontsize=16,color="magenta"];2233 -> 2318[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2233 -> 2319[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2234 -> 1916[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2234[label="vwx91 < vwx101",fontsize=16,color="magenta"];2234 -> 2320[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2234 -> 2321[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2235 -> 1917[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2235[label="vwx91 < vwx101",fontsize=16,color="magenta"];2235 -> 2322[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2235 -> 2323[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2236 -> 1918[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2236[label="vwx91 < vwx101",fontsize=16,color="magenta"];2236 -> 2324[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2236 -> 2325[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2237 -> 1919[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2237[label="vwx91 < vwx101",fontsize=16,color="magenta"];2237 -> 2326[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2237 -> 2327[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2238 -> 1920[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2238[label="vwx91 < vwx101",fontsize=16,color="magenta"];2238 -> 2328[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2238 -> 2329[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2239 -> 4[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2239[label="vwx91 < vwx101",fontsize=16,color="magenta"];2239 -> 2330[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2239 -> 2331[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2240 -> 1922[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2240[label="vwx91 < vwx101",fontsize=16,color="magenta"];2240 -> 2332[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2240 -> 2333[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2241 -> 1923[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2241[label="vwx91 < vwx101",fontsize=16,color="magenta"];2241 -> 2334[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2241 -> 2335[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2242 -> 1924[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2242[label="vwx91 < vwx101",fontsize=16,color="magenta"];2242 -> 2336[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2242 -> 2337[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2243 -> 1925[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2243[label="vwx91 < vwx101",fontsize=16,color="magenta"];2243 -> 2338[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2243 -> 2339[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1237 -> 1337[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1237[label="primPlusNat (primMulNat vwx30000 (Succ vwx40100)) (Succ vwx40100)",fontsize=16,color="magenta"];1237 -> 1338[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1238[label="Zero",fontsize=16,color="green",shape="box"];1239[label="Zero",fontsize=16,color="green",shape="box"];1240[label="Zero",fontsize=16,color="green",shape="box"];2244[label="primCmpFloat (Float vwx90 (Pos vwx910)) (Float vwx100 vwx101)",fontsize=16,color="burlywood",shape="box"];3174[label="vwx101/Pos vwx1010",fontsize=10,color="white",style="solid",shape="box"];2244 -> 3174[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3174 -> 2340[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3175[label="vwx101/Neg vwx1010",fontsize=10,color="white",style="solid",shape="box"];2244 -> 3175[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3175 -> 2341[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2245[label="primCmpFloat (Float vwx90 (Neg vwx910)) (Float vwx100 vwx101)",fontsize=16,color="burlywood",shape="box"];3176[label="vwx101/Pos vwx1010",fontsize=10,color="white",style="solid",shape="box"];2245 -> 3176[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3176 -> 2342[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3177[label="vwx101/Neg vwx1010",fontsize=10,color="white",style="solid",shape="box"];2245 -> 3177[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3177 -> 2343[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2247 -> 1802[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2247[label="compare vwx91 vwx101",fontsize=16,color="magenta"];2247 -> 2344[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2247 -> 2345[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2246[label="primCompAux vwx90 vwx100 vwx71",fontsize=16,color="black",shape="triangle"];2246 -> 2346[label="",style="solid", color="black", weight=3]; 18.37/7.59 2248[label="primCmpNat vwx90 vwx100",fontsize=16,color="burlywood",shape="triangle"];3178[label="vwx90/Succ vwx900",fontsize=10,color="white",style="solid",shape="box"];2248 -> 3178[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3178 -> 2347[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3179[label="vwx90/Zero",fontsize=10,color="white",style="solid",shape="box"];2248 -> 3179[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3179 -> 2348[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2249[label="primCmpInt (Pos (Succ vwx900)) (Pos vwx100)",fontsize=16,color="black",shape="box"];2249 -> 2349[label="",style="solid", color="black", weight=3]; 18.37/7.59 2250[label="primCmpInt (Pos (Succ vwx900)) (Neg vwx100)",fontsize=16,color="black",shape="box"];2250 -> 2350[label="",style="solid", color="black", weight=3]; 18.37/7.59 2251[label="primCmpInt (Pos Zero) (Pos vwx100)",fontsize=16,color="burlywood",shape="box"];3180[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];2251 -> 3180[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3180 -> 2351[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3181[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];2251 -> 3181[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3181 -> 2352[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2252[label="primCmpInt (Pos Zero) (Neg vwx100)",fontsize=16,color="burlywood",shape="box"];3182[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];2252 -> 3182[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3182 -> 2353[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3183[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];2252 -> 3183[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3183 -> 2354[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2253[label="primCmpInt (Neg (Succ vwx900)) (Pos vwx100)",fontsize=16,color="black",shape="box"];2253 -> 2355[label="",style="solid", color="black", weight=3]; 18.37/7.59 2254[label="primCmpInt (Neg (Succ vwx900)) (Neg vwx100)",fontsize=16,color="black",shape="box"];2254 -> 2356[label="",style="solid", color="black", weight=3]; 18.37/7.59 2255[label="primCmpInt (Neg Zero) (Pos vwx100)",fontsize=16,color="burlywood",shape="box"];3184[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];2255 -> 3184[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3184 -> 2357[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3185[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];2255 -> 3185[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3185 -> 2358[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2256[label="primCmpInt (Neg Zero) (Neg vwx100)",fontsize=16,color="burlywood",shape="box"];3186[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];2256 -> 3186[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3186 -> 2359[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3187[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];2256 -> 3187[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3187 -> 2360[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2257 -> 1806[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2257[label="compare (vwx90 * vwx101) (vwx100 * vwx91)",fontsize=16,color="magenta"];2257 -> 2361[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2257 -> 2362[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2258 -> 1812[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2258[label="compare (vwx90 * vwx101) (vwx100 * vwx91)",fontsize=16,color="magenta"];2258 -> 2363[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2258 -> 2364[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2259[label="vwx90",fontsize=16,color="green",shape="box"];2260[label="vwx100",fontsize=16,color="green",shape="box"];2261[label="vwx90",fontsize=16,color="green",shape="box"];2262[label="vwx100",fontsize=16,color="green",shape="box"];2263[label="vwx90",fontsize=16,color="green",shape="box"];2264[label="vwx100",fontsize=16,color="green",shape="box"];2265[label="vwx90",fontsize=16,color="green",shape="box"];2266[label="vwx100",fontsize=16,color="green",shape="box"];2267[label="vwx90",fontsize=16,color="green",shape="box"];2268[label="vwx100",fontsize=16,color="green",shape="box"];2269[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];2269 -> 2365[label="",style="solid", color="black", weight=3]; 18.37/7.59 2270[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];2270 -> 2366[label="",style="solid", color="black", weight=3]; 18.37/7.59 2271[label="vwx90",fontsize=16,color="green",shape="box"];2272[label="vwx100",fontsize=16,color="green",shape="box"];2273[label="vwx90",fontsize=16,color="green",shape="box"];2274[label="vwx100",fontsize=16,color="green",shape="box"];2275[label="vwx90",fontsize=16,color="green",shape="box"];2276[label="vwx100",fontsize=16,color="green",shape="box"];2277[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];2277 -> 2367[label="",style="solid", color="black", weight=3]; 18.37/7.59 2278[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];2278 -> 2368[label="",style="solid", color="black", weight=3]; 18.37/7.59 2279[label="vwx90",fontsize=16,color="green",shape="box"];2280[label="vwx100",fontsize=16,color="green",shape="box"];2281[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];2281 -> 2369[label="",style="solid", color="black", weight=3]; 18.37/7.59 2282[label="primCmpDouble (Double vwx90 (Pos vwx910)) (Double vwx100 vwx101)",fontsize=16,color="burlywood",shape="box"];3188[label="vwx101/Pos vwx1010",fontsize=10,color="white",style="solid",shape="box"];2282 -> 3188[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3188 -> 2370[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3189[label="vwx101/Neg vwx1010",fontsize=10,color="white",style="solid",shape="box"];2282 -> 3189[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3189 -> 2371[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2283[label="primCmpDouble (Double vwx90 (Neg vwx910)) (Double vwx100 vwx101)",fontsize=16,color="burlywood",shape="box"];3190[label="vwx101/Pos vwx1010",fontsize=10,color="white",style="solid",shape="box"];2283 -> 3190[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3190 -> 2372[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3191[label="vwx101/Neg vwx1010",fontsize=10,color="white",style="solid",shape="box"];2283 -> 3191[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3191 -> 2373[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2284 -> 36[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2284[label="vwx91 == vwx101",fontsize=16,color="magenta"];2284 -> 2374[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2284 -> 2375[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2285 -> 40[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2285[label="vwx91 == vwx101",fontsize=16,color="magenta"];2285 -> 2376[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2285 -> 2377[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2286 -> 29[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2286[label="vwx91 == vwx101",fontsize=16,color="magenta"];2286 -> 2378[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2286 -> 2379[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2287 -> 35[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2287[label="vwx91 == vwx101",fontsize=16,color="magenta"];2287 -> 2380[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2287 -> 2381[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2288 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2288[label="vwx91 == vwx101",fontsize=16,color="magenta"];2288 -> 2382[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2288 -> 2383[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2289 -> 33[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2289[label="vwx91 == vwx101",fontsize=16,color="magenta"];2289 -> 2384[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2289 -> 2385[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2290 -> 41[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2290[label="vwx91 == vwx101",fontsize=16,color="magenta"];2290 -> 2386[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2290 -> 2387[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2291 -> 34[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2291[label="vwx91 == vwx101",fontsize=16,color="magenta"];2291 -> 2388[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2291 -> 2389[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2292 -> 32[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2292[label="vwx91 == vwx101",fontsize=16,color="magenta"];2292 -> 2390[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2292 -> 2391[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2293 -> 38[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2293[label="vwx91 == vwx101",fontsize=16,color="magenta"];2293 -> 2392[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2293 -> 2393[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2294 -> 30[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2294[label="vwx91 == vwx101",fontsize=16,color="magenta"];2294 -> 2394[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2294 -> 2395[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2295 -> 39[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2295[label="vwx91 == vwx101",fontsize=16,color="magenta"];2295 -> 2396[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2295 -> 2397[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2296 -> 31[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2296[label="vwx91 == vwx101",fontsize=16,color="magenta"];2296 -> 2398[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2296 -> 2399[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2297 -> 28[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2297[label="vwx91 == vwx101",fontsize=16,color="magenta"];2297 -> 2400[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2297 -> 2401[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2298 -> 1698[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2298[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2298 -> 2402[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2298 -> 2403[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2299 -> 1699[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2299[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2299 -> 2404[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2299 -> 2405[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2300 -> 1700[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2300[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2300 -> 2406[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2300 -> 2407[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2301 -> 1701[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2301[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2301 -> 2408[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2301 -> 2409[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2302 -> 1702[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2302[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2302 -> 2410[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2302 -> 2411[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2303 -> 1703[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2303[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2303 -> 2412[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2303 -> 2413[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2304 -> 1704[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2304[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2304 -> 2414[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2304 -> 2415[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2305 -> 1705[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2305[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2305 -> 2416[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2305 -> 2417[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2306 -> 1706[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2306[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2306 -> 2418[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2306 -> 2419[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2307 -> 1707[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2307[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2307 -> 2420[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2307 -> 2421[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2308 -> 1708[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2308[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2308 -> 2422[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2308 -> 2423[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2309 -> 1709[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2309[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2309 -> 2424[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2309 -> 2425[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2310 -> 1710[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2310[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2310 -> 2426[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2310 -> 2427[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2311 -> 1711[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2311[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2311 -> 2428[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2311 -> 2429[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2312[label="vwx91",fontsize=16,color="green",shape="box"];2313[label="vwx101",fontsize=16,color="green",shape="box"];2314[label="vwx91",fontsize=16,color="green",shape="box"];2315[label="vwx101",fontsize=16,color="green",shape="box"];2316[label="vwx91",fontsize=16,color="green",shape="box"];2317[label="vwx101",fontsize=16,color="green",shape="box"];2318[label="vwx91",fontsize=16,color="green",shape="box"];2319[label="vwx101",fontsize=16,color="green",shape="box"];2320[label="vwx91",fontsize=16,color="green",shape="box"];2321[label="vwx101",fontsize=16,color="green",shape="box"];2322[label="vwx91",fontsize=16,color="green",shape="box"];2323[label="vwx101",fontsize=16,color="green",shape="box"];2324[label="vwx91",fontsize=16,color="green",shape="box"];2325[label="vwx101",fontsize=16,color="green",shape="box"];2326[label="vwx91",fontsize=16,color="green",shape="box"];2327[label="vwx101",fontsize=16,color="green",shape="box"];2328[label="vwx91",fontsize=16,color="green",shape="box"];2329[label="vwx101",fontsize=16,color="green",shape="box"];2330[label="vwx91",fontsize=16,color="green",shape="box"];2331[label="vwx101",fontsize=16,color="green",shape="box"];2332[label="vwx91",fontsize=16,color="green",shape="box"];2333[label="vwx101",fontsize=16,color="green",shape="box"];2334[label="vwx91",fontsize=16,color="green",shape="box"];2335[label="vwx101",fontsize=16,color="green",shape="box"];2336[label="vwx91",fontsize=16,color="green",shape="box"];2337[label="vwx101",fontsize=16,color="green",shape="box"];2338[label="vwx91",fontsize=16,color="green",shape="box"];2339[label="vwx101",fontsize=16,color="green",shape="box"];1338 -> 842[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1338[label="primMulNat vwx30000 (Succ vwx40100)",fontsize=16,color="magenta"];1338 -> 1429[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1338 -> 1430[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1337[label="primPlusNat vwx46 (Succ vwx40100)",fontsize=16,color="burlywood",shape="triangle"];3192[label="vwx46/Succ vwx460",fontsize=10,color="white",style="solid",shape="box"];1337 -> 3192[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3192 -> 1431[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3193[label="vwx46/Zero",fontsize=10,color="white",style="solid",shape="box"];1337 -> 3193[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3193 -> 1432[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2340[label="primCmpFloat (Float vwx90 (Pos vwx910)) (Float vwx100 (Pos vwx1010))",fontsize=16,color="black",shape="box"];2340 -> 2430[label="",style="solid", color="black", weight=3]; 18.37/7.59 2341[label="primCmpFloat (Float vwx90 (Pos vwx910)) (Float vwx100 (Neg vwx1010))",fontsize=16,color="black",shape="box"];2341 -> 2431[label="",style="solid", color="black", weight=3]; 18.37/7.59 2342[label="primCmpFloat (Float vwx90 (Neg vwx910)) (Float vwx100 (Pos vwx1010))",fontsize=16,color="black",shape="box"];2342 -> 2432[label="",style="solid", color="black", weight=3]; 18.37/7.59 2343[label="primCmpFloat (Float vwx90 (Neg vwx910)) (Float vwx100 (Neg vwx1010))",fontsize=16,color="black",shape="box"];2343 -> 2433[label="",style="solid", color="black", weight=3]; 18.37/7.59 2344[label="vwx91",fontsize=16,color="green",shape="box"];2345[label="vwx101",fontsize=16,color="green",shape="box"];2346 -> 2434[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2346[label="primCompAux0 vwx71 (compare vwx90 vwx100)",fontsize=16,color="magenta"];2346 -> 2435[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2346 -> 2436[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2347[label="primCmpNat (Succ vwx900) vwx100",fontsize=16,color="burlywood",shape="box"];3194[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];2347 -> 3194[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3194 -> 2437[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3195[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];2347 -> 3195[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3195 -> 2438[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2348[label="primCmpNat Zero vwx100",fontsize=16,color="burlywood",shape="box"];3196[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];2348 -> 3196[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3196 -> 2439[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3197[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];2348 -> 3197[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3197 -> 2440[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2349 -> 2248[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2349[label="primCmpNat (Succ vwx900) vwx100",fontsize=16,color="magenta"];2349 -> 2441[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2349 -> 2442[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2350[label="GT",fontsize=16,color="green",shape="box"];2351[label="primCmpInt (Pos Zero) (Pos (Succ vwx1000))",fontsize=16,color="black",shape="box"];2351 -> 2443[label="",style="solid", color="black", weight=3]; 18.37/7.59 2352[label="primCmpInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];2352 -> 2444[label="",style="solid", color="black", weight=3]; 18.37/7.59 2353[label="primCmpInt (Pos Zero) (Neg (Succ vwx1000))",fontsize=16,color="black",shape="box"];2353 -> 2445[label="",style="solid", color="black", weight=3]; 18.37/7.59 2354[label="primCmpInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];2354 -> 2446[label="",style="solid", color="black", weight=3]; 18.37/7.59 2355[label="LT",fontsize=16,color="green",shape="box"];2356 -> 2248[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2356[label="primCmpNat vwx100 (Succ vwx900)",fontsize=16,color="magenta"];2356 -> 2447[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2356 -> 2448[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2357[label="primCmpInt (Neg Zero) (Pos (Succ vwx1000))",fontsize=16,color="black",shape="box"];2357 -> 2449[label="",style="solid", color="black", weight=3]; 18.37/7.59 2358[label="primCmpInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];2358 -> 2450[label="",style="solid", color="black", weight=3]; 18.37/7.59 2359[label="primCmpInt (Neg Zero) (Neg (Succ vwx1000))",fontsize=16,color="black",shape="box"];2359 -> 2451[label="",style="solid", color="black", weight=3]; 18.37/7.59 2360[label="primCmpInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];2360 -> 2452[label="",style="solid", color="black", weight=3]; 18.37/7.59 2361 -> 306[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2361[label="vwx90 * vwx101",fontsize=16,color="magenta"];2361 -> 2453[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2361 -> 2454[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2362 -> 306[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2362[label="vwx100 * vwx91",fontsize=16,color="magenta"];2362 -> 2455[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2362 -> 2456[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2363[label="vwx90 * vwx101",fontsize=16,color="burlywood",shape="triangle"];3198[label="vwx90/Integer vwx900",fontsize=10,color="white",style="solid",shape="box"];2363 -> 3198[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3198 -> 2457[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2364 -> 2363[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2364[label="vwx100 * vwx91",fontsize=16,color="magenta"];2364 -> 2458[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2364 -> 2459[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2365 -> 2460[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2365[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];2365 -> 2461[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2366 -> 2462[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2366[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];2366 -> 2463[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2367 -> 2464[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2367[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];2367 -> 2465[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2368 -> 2466[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2368[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];2368 -> 2467[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2369 -> 2468[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2369[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];2369 -> 2469[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2370[label="primCmpDouble (Double vwx90 (Pos vwx910)) (Double vwx100 (Pos vwx1010))",fontsize=16,color="black",shape="box"];2370 -> 2470[label="",style="solid", color="black", weight=3]; 18.37/7.59 2371[label="primCmpDouble (Double vwx90 (Pos vwx910)) (Double vwx100 (Neg vwx1010))",fontsize=16,color="black",shape="box"];2371 -> 2471[label="",style="solid", color="black", weight=3]; 18.37/7.59 2372[label="primCmpDouble (Double vwx90 (Neg vwx910)) (Double vwx100 (Pos vwx1010))",fontsize=16,color="black",shape="box"];2372 -> 2472[label="",style="solid", color="black", weight=3]; 18.37/7.59 2373[label="primCmpDouble (Double vwx90 (Neg vwx910)) (Double vwx100 (Neg vwx1010))",fontsize=16,color="black",shape="box"];2373 -> 2473[label="",style="solid", color="black", weight=3]; 18.37/7.59 2374[label="vwx91",fontsize=16,color="green",shape="box"];2375[label="vwx101",fontsize=16,color="green",shape="box"];2376[label="vwx91",fontsize=16,color="green",shape="box"];2377[label="vwx101",fontsize=16,color="green",shape="box"];2378[label="vwx91",fontsize=16,color="green",shape="box"];2379[label="vwx101",fontsize=16,color="green",shape="box"];2380[label="vwx91",fontsize=16,color="green",shape="box"];2381[label="vwx101",fontsize=16,color="green",shape="box"];2382[label="vwx91",fontsize=16,color="green",shape="box"];2383[label="vwx101",fontsize=16,color="green",shape="box"];2384[label="vwx91",fontsize=16,color="green",shape="box"];2385[label="vwx101",fontsize=16,color="green",shape="box"];2386[label="vwx91",fontsize=16,color="green",shape="box"];2387[label="vwx101",fontsize=16,color="green",shape="box"];2388[label="vwx91",fontsize=16,color="green",shape="box"];2389[label="vwx101",fontsize=16,color="green",shape="box"];2390[label="vwx91",fontsize=16,color="green",shape="box"];2391[label="vwx101",fontsize=16,color="green",shape="box"];2392[label="vwx91",fontsize=16,color="green",shape="box"];2393[label="vwx101",fontsize=16,color="green",shape="box"];2394[label="vwx91",fontsize=16,color="green",shape="box"];2395[label="vwx101",fontsize=16,color="green",shape="box"];2396[label="vwx91",fontsize=16,color="green",shape="box"];2397[label="vwx101",fontsize=16,color="green",shape="box"];2398[label="vwx91",fontsize=16,color="green",shape="box"];2399[label="vwx101",fontsize=16,color="green",shape="box"];2400[label="vwx91",fontsize=16,color="green",shape="box"];2401[label="vwx101",fontsize=16,color="green",shape="box"];2402[label="vwx92",fontsize=16,color="green",shape="box"];2403[label="vwx102",fontsize=16,color="green",shape="box"];2404[label="vwx92",fontsize=16,color="green",shape="box"];2405[label="vwx102",fontsize=16,color="green",shape="box"];2406[label="vwx92",fontsize=16,color="green",shape="box"];2407[label="vwx102",fontsize=16,color="green",shape="box"];2408[label="vwx92",fontsize=16,color="green",shape="box"];2409[label="vwx102",fontsize=16,color="green",shape="box"];2410[label="vwx92",fontsize=16,color="green",shape="box"];2411[label="vwx102",fontsize=16,color="green",shape="box"];2412[label="vwx92",fontsize=16,color="green",shape="box"];2413[label="vwx102",fontsize=16,color="green",shape="box"];2414[label="vwx92",fontsize=16,color="green",shape="box"];2415[label="vwx102",fontsize=16,color="green",shape="box"];2416[label="vwx92",fontsize=16,color="green",shape="box"];2417[label="vwx102",fontsize=16,color="green",shape="box"];2418[label="vwx92",fontsize=16,color="green",shape="box"];2419[label="vwx102",fontsize=16,color="green",shape="box"];2420[label="vwx92",fontsize=16,color="green",shape="box"];2421[label="vwx102",fontsize=16,color="green",shape="box"];2422[label="vwx92",fontsize=16,color="green",shape="box"];2423[label="vwx102",fontsize=16,color="green",shape="box"];2424[label="vwx92",fontsize=16,color="green",shape="box"];2425[label="vwx102",fontsize=16,color="green",shape="box"];2426[label="vwx92",fontsize=16,color="green",shape="box"];2427[label="vwx102",fontsize=16,color="green",shape="box"];2428[label="vwx92",fontsize=16,color="green",shape="box"];2429[label="vwx102",fontsize=16,color="green",shape="box"];1429[label="vwx30000",fontsize=16,color="green",shape="box"];1430[label="Succ vwx40100",fontsize=16,color="green",shape="box"];1431[label="primPlusNat (Succ vwx460) (Succ vwx40100)",fontsize=16,color="black",shape="box"];1431 -> 1477[label="",style="solid", color="black", weight=3]; 18.37/7.59 1432[label="primPlusNat Zero (Succ vwx40100)",fontsize=16,color="black",shape="box"];1432 -> 1478[label="",style="solid", color="black", weight=3]; 18.37/7.59 2430 -> 1806[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2430[label="compare (vwx90 * Pos vwx1010) (Pos vwx910 * vwx100)",fontsize=16,color="magenta"];2430 -> 2474[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2430 -> 2475[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2431 -> 1806[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2431[label="compare (vwx90 * Pos vwx1010) (Neg vwx910 * vwx100)",fontsize=16,color="magenta"];2431 -> 2476[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2431 -> 2477[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2432 -> 1806[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2432[label="compare (vwx90 * Neg vwx1010) (Pos vwx910 * vwx100)",fontsize=16,color="magenta"];2432 -> 2478[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2432 -> 2479[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2433 -> 1806[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2433[label="compare (vwx90 * Neg vwx1010) (Neg vwx910 * vwx100)",fontsize=16,color="magenta"];2433 -> 2480[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2433 -> 2481[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2435[label="compare vwx90 vwx100",fontsize=16,color="blue",shape="box"];3199[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2435 -> 3199[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3199 -> 2482[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3200[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2435 -> 3200[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3200 -> 2483[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3201[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2435 -> 3201[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3201 -> 2484[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3202[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2435 -> 3202[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3202 -> 2485[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3203[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2435 -> 3203[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3203 -> 2486[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3204[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2435 -> 3204[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3204 -> 2487[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3205[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2435 -> 3205[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3205 -> 2488[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3206[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2435 -> 3206[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3206 -> 2489[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3207[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2435 -> 3207[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3207 -> 2490[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3208[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2435 -> 3208[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3208 -> 2491[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3209[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2435 -> 3209[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3209 -> 2492[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3210[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2435 -> 3210[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3210 -> 2493[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3211[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2435 -> 3211[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3211 -> 2494[label="",style="solid", color="blue", weight=3]; 18.37/7.59 3212[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2435 -> 3212[label="",style="solid", color="blue", weight=9]; 18.37/7.59 3212 -> 2495[label="",style="solid", color="blue", weight=3]; 18.37/7.59 2436[label="vwx71",fontsize=16,color="green",shape="box"];2434[label="primCompAux0 vwx75 vwx76",fontsize=16,color="burlywood",shape="triangle"];3213[label="vwx76/LT",fontsize=10,color="white",style="solid",shape="box"];2434 -> 3213[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3213 -> 2496[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3214[label="vwx76/EQ",fontsize=10,color="white",style="solid",shape="box"];2434 -> 3214[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3214 -> 2497[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3215[label="vwx76/GT",fontsize=10,color="white",style="solid",shape="box"];2434 -> 3215[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3215 -> 2498[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2437[label="primCmpNat (Succ vwx900) (Succ vwx1000)",fontsize=16,color="black",shape="box"];2437 -> 2499[label="",style="solid", color="black", weight=3]; 18.37/7.59 2438[label="primCmpNat (Succ vwx900) Zero",fontsize=16,color="black",shape="box"];2438 -> 2500[label="",style="solid", color="black", weight=3]; 18.37/7.59 2439[label="primCmpNat Zero (Succ vwx1000)",fontsize=16,color="black",shape="box"];2439 -> 2501[label="",style="solid", color="black", weight=3]; 18.37/7.59 2440[label="primCmpNat Zero Zero",fontsize=16,color="black",shape="box"];2440 -> 2502[label="",style="solid", color="black", weight=3]; 18.37/7.59 2441[label="Succ vwx900",fontsize=16,color="green",shape="box"];2442[label="vwx100",fontsize=16,color="green",shape="box"];2443 -> 2248[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2443[label="primCmpNat Zero (Succ vwx1000)",fontsize=16,color="magenta"];2443 -> 2503[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2443 -> 2504[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2444[label="EQ",fontsize=16,color="green",shape="box"];2445[label="GT",fontsize=16,color="green",shape="box"];2446[label="EQ",fontsize=16,color="green",shape="box"];2447[label="vwx100",fontsize=16,color="green",shape="box"];2448[label="Succ vwx900",fontsize=16,color="green",shape="box"];2449[label="LT",fontsize=16,color="green",shape="box"];2450[label="EQ",fontsize=16,color="green",shape="box"];2451 -> 2248[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2451[label="primCmpNat (Succ vwx1000) Zero",fontsize=16,color="magenta"];2451 -> 2505[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2451 -> 2506[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2452[label="EQ",fontsize=16,color="green",shape="box"];2453[label="vwx101",fontsize=16,color="green",shape="box"];2454[label="vwx90",fontsize=16,color="green",shape="box"];2455[label="vwx91",fontsize=16,color="green",shape="box"];2456[label="vwx100",fontsize=16,color="green",shape="box"];2457[label="Integer vwx900 * vwx101",fontsize=16,color="burlywood",shape="box"];3216[label="vwx101/Integer vwx1010",fontsize=10,color="white",style="solid",shape="box"];2457 -> 3216[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3216 -> 2507[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2458[label="vwx100",fontsize=16,color="green",shape="box"];2459[label="vwx91",fontsize=16,color="green",shape="box"];2461 -> 37[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2461[label="vwx90 == vwx100",fontsize=16,color="magenta"];2461 -> 2508[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2461 -> 2509[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2460[label="compare2 vwx90 vwx100 vwx77",fontsize=16,color="burlywood",shape="triangle"];3217[label="vwx77/False",fontsize=10,color="white",style="solid",shape="box"];2460 -> 3217[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3217 -> 2510[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3218[label="vwx77/True",fontsize=10,color="white",style="solid",shape="box"];2460 -> 3218[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3218 -> 2511[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2463 -> 33[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2463[label="vwx90 == vwx100",fontsize=16,color="magenta"];2463 -> 2512[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2463 -> 2513[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2462[label="compare2 vwx90 vwx100 vwx78",fontsize=16,color="burlywood",shape="triangle"];3219[label="vwx78/False",fontsize=10,color="white",style="solid",shape="box"];2462 -> 3219[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3219 -> 2514[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3220[label="vwx78/True",fontsize=10,color="white",style="solid",shape="box"];2462 -> 3220[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3220 -> 2515[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2465 -> 30[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2465[label="vwx90 == vwx100",fontsize=16,color="magenta"];2465 -> 2516[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2465 -> 2517[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2464[label="compare2 vwx90 vwx100 vwx79",fontsize=16,color="burlywood",shape="triangle"];3221[label="vwx79/False",fontsize=10,color="white",style="solid",shape="box"];2464 -> 3221[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3221 -> 2518[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3222[label="vwx79/True",fontsize=10,color="white",style="solid",shape="box"];2464 -> 3222[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3222 -> 2519[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2467 -> 39[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2467[label="vwx90 == vwx100",fontsize=16,color="magenta"];2467 -> 2520[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2467 -> 2521[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2466[label="compare2 vwx90 vwx100 vwx80",fontsize=16,color="burlywood",shape="triangle"];3223[label="vwx80/False",fontsize=10,color="white",style="solid",shape="box"];2466 -> 3223[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3223 -> 2522[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3224[label="vwx80/True",fontsize=10,color="white",style="solid",shape="box"];2466 -> 3224[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3224 -> 2523[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2469 -> 28[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2469[label="vwx90 == vwx100",fontsize=16,color="magenta"];2469 -> 2524[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2469 -> 2525[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2468[label="compare2 vwx90 vwx100 vwx81",fontsize=16,color="burlywood",shape="triangle"];3225[label="vwx81/False",fontsize=10,color="white",style="solid",shape="box"];2468 -> 3225[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3225 -> 2526[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3226[label="vwx81/True",fontsize=10,color="white",style="solid",shape="box"];2468 -> 3226[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3226 -> 2527[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2470 -> 1806[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2470[label="compare (vwx90 * Pos vwx1010) (Pos vwx910 * vwx100)",fontsize=16,color="magenta"];2470 -> 2528[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2470 -> 2529[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2471 -> 1806[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2471[label="compare (vwx90 * Pos vwx1010) (Neg vwx910 * vwx100)",fontsize=16,color="magenta"];2471 -> 2530[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2471 -> 2531[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2472 -> 1806[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2472[label="compare (vwx90 * Neg vwx1010) (Pos vwx910 * vwx100)",fontsize=16,color="magenta"];2472 -> 2532[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2472 -> 2533[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2473 -> 1806[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2473[label="compare (vwx90 * Neg vwx1010) (Neg vwx910 * vwx100)",fontsize=16,color="magenta"];2473 -> 2534[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2473 -> 2535[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1477[label="Succ (Succ (primPlusNat vwx460 vwx40100))",fontsize=16,color="green",shape="box"];1477 -> 1541[label="",style="dashed", color="green", weight=3]; 18.37/7.59 1478[label="Succ vwx40100",fontsize=16,color="green",shape="box"];2474 -> 306[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2474[label="vwx90 * Pos vwx1010",fontsize=16,color="magenta"];2474 -> 2536[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2474 -> 2537[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2475 -> 306[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2475[label="Pos vwx910 * vwx100",fontsize=16,color="magenta"];2475 -> 2538[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2475 -> 2539[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2476 -> 306[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2476[label="vwx90 * Pos vwx1010",fontsize=16,color="magenta"];2476 -> 2540[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2476 -> 2541[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2477 -> 306[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2477[label="Neg vwx910 * vwx100",fontsize=16,color="magenta"];2477 -> 2542[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2477 -> 2543[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2478 -> 306[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2478[label="vwx90 * Neg vwx1010",fontsize=16,color="magenta"];2478 -> 2544[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2478 -> 2545[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2479 -> 306[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2479[label="Pos vwx910 * vwx100",fontsize=16,color="magenta"];2479 -> 2546[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2479 -> 2547[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2480 -> 306[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2480[label="vwx90 * Neg vwx1010",fontsize=16,color="magenta"];2480 -> 2548[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2480 -> 2549[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2481 -> 306[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2481[label="Neg vwx910 * vwx100",fontsize=16,color="magenta"];2481 -> 2550[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2481 -> 2551[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2482 -> 1798[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2482[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2482 -> 2552[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2482 -> 2553[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2483 -> 1802[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2483[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2483 -> 2554[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2483 -> 2555[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2484 -> 1804[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2484[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2484 -> 2556[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2484 -> 2557[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2485 -> 1806[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2485[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2485 -> 2558[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2485 -> 2559[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2486 -> 2180[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2486[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2486 -> 2560[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2486 -> 2561[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2487 -> 2182[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2487[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2487 -> 2562[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2487 -> 2563[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2488 -> 1808[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2488[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2488 -> 2564[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2488 -> 2565[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2489 -> 1810[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2489[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2489 -> 2566[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2489 -> 2567[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2490 -> 1812[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2490[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2490 -> 2568[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2490 -> 2569[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2491[label="compare vwx90 vwx100",fontsize=16,color="black",shape="box"];2491 -> 2570[label="",style="solid", color="black", weight=3]; 18.37/7.59 2492 -> 2190[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2492[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2492 -> 2571[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2492 -> 2572[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2493 -> 2192[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2493[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2493 -> 2573[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2493 -> 2574[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2494 -> 1814[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2494[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2494 -> 2575[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2494 -> 2576[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2495 -> 2196[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2495[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2495 -> 2577[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2495 -> 2578[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2496[label="primCompAux0 vwx75 LT",fontsize=16,color="black",shape="box"];2496 -> 2579[label="",style="solid", color="black", weight=3]; 18.37/7.59 2497[label="primCompAux0 vwx75 EQ",fontsize=16,color="black",shape="box"];2497 -> 2580[label="",style="solid", color="black", weight=3]; 18.37/7.59 2498[label="primCompAux0 vwx75 GT",fontsize=16,color="black",shape="box"];2498 -> 2581[label="",style="solid", color="black", weight=3]; 18.37/7.59 2499 -> 2248[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2499[label="primCmpNat vwx900 vwx1000",fontsize=16,color="magenta"];2499 -> 2582[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2499 -> 2583[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2500[label="GT",fontsize=16,color="green",shape="box"];2501[label="LT",fontsize=16,color="green",shape="box"];2502[label="EQ",fontsize=16,color="green",shape="box"];2503[label="Zero",fontsize=16,color="green",shape="box"];2504[label="Succ vwx1000",fontsize=16,color="green",shape="box"];2505[label="Succ vwx1000",fontsize=16,color="green",shape="box"];2506[label="Zero",fontsize=16,color="green",shape="box"];2507[label="Integer vwx900 * Integer vwx1010",fontsize=16,color="black",shape="box"];2507 -> 2584[label="",style="solid", color="black", weight=3]; 18.37/7.59 2508[label="vwx90",fontsize=16,color="green",shape="box"];2509[label="vwx100",fontsize=16,color="green",shape="box"];2510[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2510 -> 2585[label="",style="solid", color="black", weight=3]; 18.37/7.59 2511[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2511 -> 2586[label="",style="solid", color="black", weight=3]; 18.37/7.59 2512[label="vwx90",fontsize=16,color="green",shape="box"];2513[label="vwx100",fontsize=16,color="green",shape="box"];2514[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2514 -> 2587[label="",style="solid", color="black", weight=3]; 18.37/7.59 2515[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2515 -> 2588[label="",style="solid", color="black", weight=3]; 18.37/7.59 2516[label="vwx90",fontsize=16,color="green",shape="box"];2517[label="vwx100",fontsize=16,color="green",shape="box"];2518[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2518 -> 2589[label="",style="solid", color="black", weight=3]; 18.37/7.59 2519[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2519 -> 2590[label="",style="solid", color="black", weight=3]; 18.37/7.59 2520[label="vwx90",fontsize=16,color="green",shape="box"];2521[label="vwx100",fontsize=16,color="green",shape="box"];2522[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2522 -> 2591[label="",style="solid", color="black", weight=3]; 18.37/7.59 2523[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2523 -> 2592[label="",style="solid", color="black", weight=3]; 18.37/7.59 2524[label="vwx90",fontsize=16,color="green",shape="box"];2525[label="vwx100",fontsize=16,color="green",shape="box"];2526[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2526 -> 2593[label="",style="solid", color="black", weight=3]; 18.37/7.59 2527[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2527 -> 2594[label="",style="solid", color="black", weight=3]; 18.37/7.59 2528 -> 306[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2528[label="vwx90 * Pos vwx1010",fontsize=16,color="magenta"];2528 -> 2595[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2528 -> 2596[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2529 -> 306[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2529[label="Pos vwx910 * vwx100",fontsize=16,color="magenta"];2529 -> 2597[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2529 -> 2598[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2530 -> 306[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2530[label="vwx90 * Pos vwx1010",fontsize=16,color="magenta"];2530 -> 2599[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2530 -> 2600[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2531 -> 306[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2531[label="Neg vwx910 * vwx100",fontsize=16,color="magenta"];2531 -> 2601[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2531 -> 2602[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2532 -> 306[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2532[label="vwx90 * Neg vwx1010",fontsize=16,color="magenta"];2532 -> 2603[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2532 -> 2604[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2533 -> 306[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2533[label="Pos vwx910 * vwx100",fontsize=16,color="magenta"];2533 -> 2605[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2533 -> 2606[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2534 -> 306[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2534[label="vwx90 * Neg vwx1010",fontsize=16,color="magenta"];2534 -> 2607[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2534 -> 2608[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2535 -> 306[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2535[label="Neg vwx910 * vwx100",fontsize=16,color="magenta"];2535 -> 2609[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2535 -> 2610[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1541[label="primPlusNat vwx460 vwx40100",fontsize=16,color="burlywood",shape="triangle"];3227[label="vwx460/Succ vwx4600",fontsize=10,color="white",style="solid",shape="box"];1541 -> 3227[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3227 -> 1617[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3228[label="vwx460/Zero",fontsize=10,color="white",style="solid",shape="box"];1541 -> 3228[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3228 -> 1618[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2536[label="Pos vwx1010",fontsize=16,color="green",shape="box"];2537[label="vwx90",fontsize=16,color="green",shape="box"];2538[label="vwx100",fontsize=16,color="green",shape="box"];2539[label="Pos vwx910",fontsize=16,color="green",shape="box"];2540[label="Pos vwx1010",fontsize=16,color="green",shape="box"];2541[label="vwx90",fontsize=16,color="green",shape="box"];2542[label="vwx100",fontsize=16,color="green",shape="box"];2543[label="Neg vwx910",fontsize=16,color="green",shape="box"];2544[label="Neg vwx1010",fontsize=16,color="green",shape="box"];2545[label="vwx90",fontsize=16,color="green",shape="box"];2546[label="vwx100",fontsize=16,color="green",shape="box"];2547[label="Pos vwx910",fontsize=16,color="green",shape="box"];2548[label="Neg vwx1010",fontsize=16,color="green",shape="box"];2549[label="vwx90",fontsize=16,color="green",shape="box"];2550[label="vwx100",fontsize=16,color="green",shape="box"];2551[label="Neg vwx910",fontsize=16,color="green",shape="box"];2552[label="vwx90",fontsize=16,color="green",shape="box"];2553[label="vwx100",fontsize=16,color="green",shape="box"];2554[label="vwx90",fontsize=16,color="green",shape="box"];2555[label="vwx100",fontsize=16,color="green",shape="box"];2556[label="vwx90",fontsize=16,color="green",shape="box"];2557[label="vwx100",fontsize=16,color="green",shape="box"];2558[label="vwx90",fontsize=16,color="green",shape="box"];2559[label="vwx100",fontsize=16,color="green",shape="box"];2560[label="vwx90",fontsize=16,color="green",shape="box"];2561[label="vwx100",fontsize=16,color="green",shape="box"];2562[label="vwx90",fontsize=16,color="green",shape="box"];2563[label="vwx100",fontsize=16,color="green",shape="box"];2564[label="vwx90",fontsize=16,color="green",shape="box"];2565[label="vwx100",fontsize=16,color="green",shape="box"];2566[label="vwx90",fontsize=16,color="green",shape="box"];2567[label="vwx100",fontsize=16,color="green",shape="box"];2568[label="vwx90",fontsize=16,color="green",shape="box"];2569[label="vwx100",fontsize=16,color="green",shape="box"];2570[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];2570 -> 2611[label="",style="solid", color="black", weight=3]; 18.37/7.59 2571[label="vwx90",fontsize=16,color="green",shape="box"];2572[label="vwx100",fontsize=16,color="green",shape="box"];2573[label="vwx90",fontsize=16,color="green",shape="box"];2574[label="vwx100",fontsize=16,color="green",shape="box"];2575[label="vwx90",fontsize=16,color="green",shape="box"];2576[label="vwx100",fontsize=16,color="green",shape="box"];2577[label="vwx90",fontsize=16,color="green",shape="box"];2578[label="vwx100",fontsize=16,color="green",shape="box"];2579[label="LT",fontsize=16,color="green",shape="box"];2580[label="vwx75",fontsize=16,color="green",shape="box"];2581[label="GT",fontsize=16,color="green",shape="box"];2582[label="vwx900",fontsize=16,color="green",shape="box"];2583[label="vwx1000",fontsize=16,color="green",shape="box"];2584[label="Integer (primMulInt vwx900 vwx1010)",fontsize=16,color="green",shape="box"];2584 -> 2612[label="",style="dashed", color="green", weight=3]; 18.37/7.59 2585 -> 2613[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2585[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];2585 -> 2614[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2586[label="EQ",fontsize=16,color="green",shape="box"];2587 -> 2615[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2587[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];2587 -> 2616[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2588[label="EQ",fontsize=16,color="green",shape="box"];2589 -> 2617[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2589[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];2589 -> 2618[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2590[label="EQ",fontsize=16,color="green",shape="box"];2591 -> 2619[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2591[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];2591 -> 2620[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2592[label="EQ",fontsize=16,color="green",shape="box"];2593 -> 2621[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2593[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];2593 -> 2622[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2594[label="EQ",fontsize=16,color="green",shape="box"];2595[label="Pos vwx1010",fontsize=16,color="green",shape="box"];2596[label="vwx90",fontsize=16,color="green",shape="box"];2597[label="vwx100",fontsize=16,color="green",shape="box"];2598[label="Pos vwx910",fontsize=16,color="green",shape="box"];2599[label="Pos vwx1010",fontsize=16,color="green",shape="box"];2600[label="vwx90",fontsize=16,color="green",shape="box"];2601[label="vwx100",fontsize=16,color="green",shape="box"];2602[label="Neg vwx910",fontsize=16,color="green",shape="box"];2603[label="Neg vwx1010",fontsize=16,color="green",shape="box"];2604[label="vwx90",fontsize=16,color="green",shape="box"];2605[label="vwx100",fontsize=16,color="green",shape="box"];2606[label="Pos vwx910",fontsize=16,color="green",shape="box"];2607[label="Neg vwx1010",fontsize=16,color="green",shape="box"];2608[label="vwx90",fontsize=16,color="green",shape="box"];2609[label="vwx100",fontsize=16,color="green",shape="box"];2610[label="Neg vwx910",fontsize=16,color="green",shape="box"];1617[label="primPlusNat (Succ vwx4600) vwx40100",fontsize=16,color="burlywood",shape="box"];3229[label="vwx40100/Succ vwx401000",fontsize=10,color="white",style="solid",shape="box"];1617 -> 3229[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3229 -> 1631[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3230[label="vwx40100/Zero",fontsize=10,color="white",style="solid",shape="box"];1617 -> 3230[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3230 -> 1632[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 1618[label="primPlusNat Zero vwx40100",fontsize=16,color="burlywood",shape="box"];3231[label="vwx40100/Succ vwx401000",fontsize=10,color="white",style="solid",shape="box"];1618 -> 3231[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3231 -> 1633[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3232[label="vwx40100/Zero",fontsize=10,color="white",style="solid",shape="box"];1618 -> 3232[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3232 -> 1634[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2611 -> 2623[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2611[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];2611 -> 2624[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2612 -> 562[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2612[label="primMulInt vwx900 vwx1010",fontsize=16,color="magenta"];2612 -> 2625[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2612 -> 2626[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2614 -> 1702[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2614[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2614 -> 2627[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2614 -> 2628[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2613[label="compare1 vwx90 vwx100 vwx82",fontsize=16,color="burlywood",shape="triangle"];3233[label="vwx82/False",fontsize=10,color="white",style="solid",shape="box"];2613 -> 3233[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3233 -> 2629[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3234[label="vwx82/True",fontsize=10,color="white",style="solid",shape="box"];2613 -> 3234[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3234 -> 2630[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2616 -> 1703[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2616[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2616 -> 2631[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2616 -> 2632[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2615[label="compare1 vwx90 vwx100 vwx83",fontsize=16,color="burlywood",shape="triangle"];3235[label="vwx83/False",fontsize=10,color="white",style="solid",shape="box"];2615 -> 3235[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3235 -> 2633[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3236[label="vwx83/True",fontsize=10,color="white",style="solid",shape="box"];2615 -> 3236[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3236 -> 2634[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2618 -> 1708[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2618[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2618 -> 2635[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2618 -> 2636[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2617[label="compare1 vwx90 vwx100 vwx84",fontsize=16,color="burlywood",shape="triangle"];3237[label="vwx84/False",fontsize=10,color="white",style="solid",shape="box"];2617 -> 3237[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3237 -> 2637[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3238[label="vwx84/True",fontsize=10,color="white",style="solid",shape="box"];2617 -> 3238[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3238 -> 2638[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2620 -> 1709[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2620[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2620 -> 2639[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2620 -> 2640[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2619[label="compare1 vwx90 vwx100 vwx85",fontsize=16,color="burlywood",shape="triangle"];3239[label="vwx85/False",fontsize=10,color="white",style="solid",shape="box"];2619 -> 3239[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3239 -> 2641[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3240[label="vwx85/True",fontsize=10,color="white",style="solid",shape="box"];2619 -> 3240[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3240 -> 2642[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2622 -> 1711[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2622[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2622 -> 2643[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2622 -> 2644[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2621[label="compare1 vwx90 vwx100 vwx86",fontsize=16,color="burlywood",shape="triangle"];3241[label="vwx86/False",fontsize=10,color="white",style="solid",shape="box"];2621 -> 3241[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3241 -> 2645[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3242[label="vwx86/True",fontsize=10,color="white",style="solid",shape="box"];2621 -> 3242[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3242 -> 2646[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 1631[label="primPlusNat (Succ vwx4600) (Succ vwx401000)",fontsize=16,color="black",shape="box"];1631 -> 1659[label="",style="solid", color="black", weight=3]; 18.37/7.59 1632[label="primPlusNat (Succ vwx4600) Zero",fontsize=16,color="black",shape="box"];1632 -> 1660[label="",style="solid", color="black", weight=3]; 18.37/7.59 1633[label="primPlusNat Zero (Succ vwx401000)",fontsize=16,color="black",shape="box"];1633 -> 1661[label="",style="solid", color="black", weight=3]; 18.37/7.59 1634[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];1634 -> 1662[label="",style="solid", color="black", weight=3]; 18.37/7.59 2624 -> 38[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2624[label="vwx90 == vwx100",fontsize=16,color="magenta"];2624 -> 2647[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2624 -> 2648[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2623[label="compare2 vwx90 vwx100 vwx87",fontsize=16,color="burlywood",shape="triangle"];3243[label="vwx87/False",fontsize=10,color="white",style="solid",shape="box"];2623 -> 3243[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3243 -> 2649[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 3244[label="vwx87/True",fontsize=10,color="white",style="solid",shape="box"];2623 -> 3244[label="",style="solid", color="burlywood", weight=9]; 18.37/7.59 3244 -> 2650[label="",style="solid", color="burlywood", weight=3]; 18.37/7.59 2625[label="vwx1010",fontsize=16,color="green",shape="box"];2626[label="vwx900",fontsize=16,color="green",shape="box"];2627[label="vwx90",fontsize=16,color="green",shape="box"];2628[label="vwx100",fontsize=16,color="green",shape="box"];2629[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2629 -> 2651[label="",style="solid", color="black", weight=3]; 18.37/7.59 2630[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2630 -> 2652[label="",style="solid", color="black", weight=3]; 18.37/7.59 2631[label="vwx90",fontsize=16,color="green",shape="box"];2632[label="vwx100",fontsize=16,color="green",shape="box"];2633[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2633 -> 2653[label="",style="solid", color="black", weight=3]; 18.37/7.59 2634[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2634 -> 2654[label="",style="solid", color="black", weight=3]; 18.37/7.59 2635[label="vwx90",fontsize=16,color="green",shape="box"];2636[label="vwx100",fontsize=16,color="green",shape="box"];2637[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2637 -> 2655[label="",style="solid", color="black", weight=3]; 18.37/7.59 2638[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2638 -> 2656[label="",style="solid", color="black", weight=3]; 18.37/7.59 2639[label="vwx90",fontsize=16,color="green",shape="box"];2640[label="vwx100",fontsize=16,color="green",shape="box"];2641[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2641 -> 2657[label="",style="solid", color="black", weight=3]; 18.37/7.59 2642[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2642 -> 2658[label="",style="solid", color="black", weight=3]; 18.37/7.59 2643[label="vwx90",fontsize=16,color="green",shape="box"];2644[label="vwx100",fontsize=16,color="green",shape="box"];2645[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2645 -> 2659[label="",style="solid", color="black", weight=3]; 18.37/7.59 2646[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2646 -> 2660[label="",style="solid", color="black", weight=3]; 18.37/7.59 1659[label="Succ (Succ (primPlusNat vwx4600 vwx401000))",fontsize=16,color="green",shape="box"];1659 -> 1677[label="",style="dashed", color="green", weight=3]; 18.37/7.59 1660[label="Succ vwx4600",fontsize=16,color="green",shape="box"];1661[label="Succ vwx401000",fontsize=16,color="green",shape="box"];1662[label="Zero",fontsize=16,color="green",shape="box"];2647[label="vwx90",fontsize=16,color="green",shape="box"];2648[label="vwx100",fontsize=16,color="green",shape="box"];2649[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2649 -> 2661[label="",style="solid", color="black", weight=3]; 18.37/7.59 2650[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2650 -> 2662[label="",style="solid", color="black", weight=3]; 18.37/7.59 2651[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];2651 -> 2663[label="",style="solid", color="black", weight=3]; 18.37/7.59 2652[label="LT",fontsize=16,color="green",shape="box"];2653[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];2653 -> 2664[label="",style="solid", color="black", weight=3]; 18.37/7.59 2654[label="LT",fontsize=16,color="green",shape="box"];2655[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];2655 -> 2665[label="",style="solid", color="black", weight=3]; 18.37/7.59 2656[label="LT",fontsize=16,color="green",shape="box"];2657[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];2657 -> 2666[label="",style="solid", color="black", weight=3]; 18.37/7.59 2658[label="LT",fontsize=16,color="green",shape="box"];2659[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];2659 -> 2667[label="",style="solid", color="black", weight=3]; 18.37/7.59 2660[label="LT",fontsize=16,color="green",shape="box"];1677 -> 1541[label="",style="dashed", color="red", weight=0]; 18.37/7.59 1677[label="primPlusNat vwx4600 vwx401000",fontsize=16,color="magenta"];1677 -> 1685[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 1677 -> 1686[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2661 -> 1687[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2661[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];2661 -> 2668[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2662[label="EQ",fontsize=16,color="green",shape="box"];2663[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2663 -> 2669[label="",style="solid", color="black", weight=3]; 18.37/7.59 2664[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2664 -> 2670[label="",style="solid", color="black", weight=3]; 18.37/7.59 2665[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2665 -> 2671[label="",style="solid", color="black", weight=3]; 18.37/7.59 2666[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2666 -> 2672[label="",style="solid", color="black", weight=3]; 18.37/7.59 2667[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2667 -> 2673[label="",style="solid", color="black", weight=3]; 18.37/7.59 1685[label="vwx401000",fontsize=16,color="green",shape="box"];1686[label="vwx4600",fontsize=16,color="green",shape="box"];2668 -> 1707[label="",style="dashed", color="red", weight=0]; 18.37/7.59 2668[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2668 -> 2674[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2668 -> 2675[label="",style="dashed", color="magenta", weight=3]; 18.37/7.59 2669[label="GT",fontsize=16,color="green",shape="box"];2670[label="GT",fontsize=16,color="green",shape="box"];2671[label="GT",fontsize=16,color="green",shape="box"];2672[label="GT",fontsize=16,color="green",shape="box"];2673[label="GT",fontsize=16,color="green",shape="box"];2674[label="vwx90",fontsize=16,color="green",shape="box"];2675[label="vwx100",fontsize=16,color="green",shape="box"];} 18.37/7.59 18.37/7.59 ---------------------------------------- 18.37/7.59 18.37/7.59 (14) 18.37/7.59 Complex Obligation (AND) 18.37/7.59 18.37/7.59 ---------------------------------------- 18.37/7.59 18.37/7.59 (15) 18.37/7.59 Obligation: 18.37/7.59 Q DP problem: 18.37/7.59 The TRS P consists of the following rules: 18.37/7.59 18.37/7.59 new_primCmpNat(Succ(vwx900), Succ(vwx1000)) -> new_primCmpNat(vwx900, vwx1000) 18.37/7.59 18.37/7.59 R is empty. 18.37/7.59 Q is empty. 18.37/7.59 We have to consider all minimal (P,Q,R)-chains. 18.37/7.59 ---------------------------------------- 18.37/7.59 18.37/7.59 (16) QDPSizeChangeProof (EQUIVALENT) 18.37/7.59 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. 18.37/7.59 18.37/7.59 From the DPs we obtained the following set of size-change graphs: 18.37/7.59 *new_primCmpNat(Succ(vwx900), Succ(vwx1000)) -> new_primCmpNat(vwx900, vwx1000) 18.37/7.59 The graph contains the following edges 1 > 1, 2 > 2 18.37/7.59 18.37/7.59 18.37/7.59 ---------------------------------------- 18.37/7.59 18.37/7.59 (17) 18.37/7.59 YES 18.37/7.59 18.37/7.59 ---------------------------------------- 18.37/7.59 18.37/7.59 (18) 18.37/7.59 Obligation: 18.37/7.59 Q DP problem: 18.37/7.59 The TRS P consists of the following rules: 18.37/7.59 18.37/7.59 new_primMulNat(Succ(vwx30000), Succ(vwx40100)) -> new_primMulNat(vwx30000, Succ(vwx40100)) 18.37/7.59 18.37/7.59 R is empty. 18.37/7.59 Q is empty. 18.37/7.59 We have to consider all minimal (P,Q,R)-chains. 18.37/7.59 ---------------------------------------- 18.37/7.59 18.37/7.59 (19) QDPSizeChangeProof (EQUIVALENT) 18.37/7.59 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. 18.37/7.59 18.37/7.59 From the DPs we obtained the following set of size-change graphs: 18.37/7.59 *new_primMulNat(Succ(vwx30000), Succ(vwx40100)) -> new_primMulNat(vwx30000, Succ(vwx40100)) 18.37/7.60 The graph contains the following edges 1 > 1, 2 >= 2 18.37/7.60 18.37/7.60 18.37/7.60 ---------------------------------------- 18.37/7.60 18.37/7.60 (20) 18.37/7.60 YES 18.37/7.60 18.37/7.60 ---------------------------------------- 18.37/7.60 18.37/7.60 (21) 18.37/7.60 Obligation: 18.37/7.60 Q DP problem: 18.37/7.60 The TRS P consists of the following rules: 18.37/7.60 18.37/7.60 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, ff), fb) -> new_esEs1(vwx300, vwx400, ff) 18.37/7.60 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, bdg), bdh)) -> new_esEs2(vwx300, vwx400, bdg, bdh) 18.37/7.60 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, bc, app(app(app(ty_@3, df), dg), dh)) -> new_esEs(vwx302, vwx402, df, dg, dh) 18.37/7.60 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(ty_Maybe, gh)) -> new_esEs1(vwx301, vwx401, gh) 18.37/7.60 new_esEs2(Left(vwx300), Left(vwx400), app(ty_Maybe, bbc), bah) -> new_esEs1(vwx300, vwx400, bbc) 18.37/7.60 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, bc, app(ty_[], ef)) -> new_esEs3(vwx302, vwx402, ef) 18.37/7.60 new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(ty_@2, bcc), bcd)) -> new_esEs0(vwx300, vwx400, bcc, bcd) 18.37/7.60 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, app(app(ty_@2, cg), da), bd) -> new_esEs0(vwx301, vwx401, cg, da) 18.37/7.60 new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(ty_Either, bcf), bcg)) -> new_esEs2(vwx300, vwx400, bcf, bcg) 18.37/7.60 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, eg), eh), fa), fb) -> new_esEs(vwx300, vwx400, eg, eh, fa) 18.37/7.60 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(ty_@2, gf), gg)) -> new_esEs0(vwx301, vwx401, gf, gg) 18.37/7.60 new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs(vwx300, vwx400, bbh, bca, bcb) 18.37/7.60 new_esEs2(Right(vwx300), Right(vwx400), bbg, app(ty_Maybe, bce)) -> new_esEs1(vwx300, vwx400, bce) 18.37/7.60 new_esEs1(Just(vwx300), Just(vwx400), app(app(ty_Either, bab), bac)) -> new_esEs2(vwx300, vwx400, bab, bac) 18.37/7.60 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(ty_Either, ha), hb)) -> new_esEs2(vwx301, vwx401, ha, hb) 18.37/7.60 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, bdf)) -> new_esEs1(vwx300, vwx400, bdf) 18.37/7.60 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], bea)) -> new_esEs3(vwx300, vwx400, bea) 18.37/7.60 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, bg), bc, bd) -> new_esEs1(vwx300, vwx400, bg) 18.37/7.60 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, app(ty_[], de), bd) -> new_esEs3(vwx301, vwx401, de) 18.37/7.60 new_esEs2(Right(vwx300), Right(vwx400), bbg, app(ty_[], bch)) -> new_esEs3(vwx300, vwx400, bch) 18.37/7.60 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, bdd), bde)) -> new_esEs0(vwx300, vwx400, bdd, bde) 18.37/7.60 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], cb), bc, bd) -> new_esEs3(vwx300, vwx400, cb) 18.37/7.60 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, app(ty_Maybe, db), bd) -> new_esEs1(vwx301, vwx401, db) 18.37/7.60 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, app(app(app(ty_@3, cd), ce), cf), bd) -> new_esEs(vwx301, vwx401, cd, ce, cf) 18.37/7.60 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, bc, app(app(ty_Either, ed), ee)) -> new_esEs2(vwx302, vwx402, ed, ee) 18.37/7.60 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, bc, app(app(ty_@2, ea), eb)) -> new_esEs0(vwx302, vwx402, ea, eb) 18.37/7.60 new_esEs1(Just(vwx300), Just(vwx400), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx300, vwx400, hd, he, hf) 18.37/7.60 new_esEs2(Left(vwx300), Left(vwx400), app(app(ty_Either, bbd), bbe), bah) -> new_esEs2(vwx300, vwx400, bbd, bbe) 18.37/7.60 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], ga), fb) -> new_esEs3(vwx300, vwx400, ga) 18.37/7.60 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), beb) -> new_esEs3(vwx301, vwx401, beb) 18.37/7.60 new_esEs2(Left(vwx300), Left(vwx400), app(ty_[], bbf), bah) -> new_esEs3(vwx300, vwx400, bbf) 18.37/7.60 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, bc, app(ty_Maybe, ec)) -> new_esEs1(vwx302, vwx402, ec) 18.37/7.60 new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, bda), bdb), bdc)) -> new_esEs(vwx300, vwx400, bda, bdb, bdc) 18.37/7.60 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, app(app(ty_Either, dc), dd), bd) -> new_esEs2(vwx301, vwx401, dc, dd) 18.37/7.60 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, h), ba), bb), bc, bd) -> new_esEs(vwx300, vwx400, h, ba, bb) 18.37/7.60 new_esEs1(Just(vwx300), Just(vwx400), app(app(ty_@2, hg), hh)) -> new_esEs0(vwx300, vwx400, hg, hh) 18.37/7.60 new_esEs2(Left(vwx300), Left(vwx400), app(app(ty_@2, bba), bbb), bah) -> new_esEs0(vwx300, vwx400, bba, bbb) 18.37/7.60 new_esEs2(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bae), baf), bag), bah) -> new_esEs(vwx300, vwx400, bae, baf, bag) 18.37/7.60 new_esEs1(Just(vwx300), Just(vwx400), app(ty_[], bad)) -> new_esEs3(vwx300, vwx400, bad) 18.37/7.60 new_esEs1(Just(vwx300), Just(vwx400), app(ty_Maybe, baa)) -> new_esEs1(vwx300, vwx400, baa) 18.37/7.60 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, bh), ca), bc, bd) -> new_esEs2(vwx300, vwx400, bh, ca) 18.37/7.60 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, fc), fd), fb) -> new_esEs0(vwx300, vwx400, fc, fd) 18.37/7.60 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, fg), fh), fb) -> new_esEs2(vwx300, vwx400, fg, fh) 18.37/7.60 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(ty_[], hc)) -> new_esEs3(vwx301, vwx401, hc) 18.37/7.60 new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, be), bf), bc, bd) -> new_esEs0(vwx300, vwx400, be, bf) 18.37/7.60 new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(app(ty_@3, gc), gd), ge)) -> new_esEs(vwx301, vwx401, gc, gd, ge) 18.37/7.60 18.37/7.60 R is empty. 18.37/7.60 Q is empty. 18.37/7.60 We have to consider all minimal (P,Q,R)-chains. 18.37/7.60 ---------------------------------------- 18.37/7.60 18.37/7.60 (22) QDPSizeChangeProof (EQUIVALENT) 18.37/7.60 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. 18.37/7.60 18.37/7.60 From the DPs we obtained the following set of size-change graphs: 18.37/7.60 *new_esEs1(Just(vwx300), Just(vwx400), app(app(ty_@2, hg), hh)) -> new_esEs0(vwx300, vwx400, hg, hh) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs1(Just(vwx300), Just(vwx400), app(ty_[], bad)) -> new_esEs3(vwx300, vwx400, bad) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs1(Just(vwx300), Just(vwx400), app(app(app(ty_@3, hd), he), hf)) -> new_esEs(vwx300, vwx400, hd, he, hf) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs1(Just(vwx300), Just(vwx400), app(app(ty_Either, bab), bac)) -> new_esEs2(vwx300, vwx400, bab, bac) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs1(Just(vwx300), Just(vwx400), app(ty_Maybe, baa)) -> new_esEs1(vwx300, vwx400, baa) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, bdd), bde)) -> new_esEs0(vwx300, vwx400, bdd, bde) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, bda), bdb), bdc)) -> new_esEs(vwx300, vwx400, bda, bdb, bdc) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, bdg), bdh)) -> new_esEs2(vwx300, vwx400, bdg, bdh) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, bdf)) -> new_esEs1(vwx300, vwx400, bdf) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(ty_@2, bcc), bcd)) -> new_esEs0(vwx300, vwx400, bcc, bcd) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs2(Left(vwx300), Left(vwx400), app(app(ty_@2, bba), bbb), bah) -> new_esEs0(vwx300, vwx400, bba, bbb) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, app(app(ty_@2, cg), da), bd) -> new_esEs0(vwx301, vwx401, cg, da) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, bc, app(app(ty_@2, ea), eb)) -> new_esEs0(vwx302, vwx402, ea, eb) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, be), bf), bc, bd) -> new_esEs0(vwx300, vwx400, be, bf) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(ty_@2, gf), gg)) -> new_esEs0(vwx301, vwx401, gf, gg) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, fc), fd), fb) -> new_esEs0(vwx300, vwx400, fc, fd) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs2(Right(vwx300), Right(vwx400), bbg, app(ty_[], bch)) -> new_esEs3(vwx300, vwx400, bch) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs2(Left(vwx300), Left(vwx400), app(ty_[], bbf), bah) -> new_esEs3(vwx300, vwx400, bbf) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(app(ty_@3, bbh), bca), bcb)) -> new_esEs(vwx300, vwx400, bbh, bca, bcb) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs2(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bae), baf), bag), bah) -> new_esEs(vwx300, vwx400, bae, baf, bag) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs2(Right(vwx300), Right(vwx400), bbg, app(app(ty_Either, bcf), bcg)) -> new_esEs2(vwx300, vwx400, bcf, bcg) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs2(Left(vwx300), Left(vwx400), app(app(ty_Either, bbd), bbe), bah) -> new_esEs2(vwx300, vwx400, bbd, bbe) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs2(Left(vwx300), Left(vwx400), app(ty_Maybe, bbc), bah) -> new_esEs1(vwx300, vwx400, bbc) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs2(Right(vwx300), Right(vwx400), bbg, app(ty_Maybe, bce)) -> new_esEs1(vwx300, vwx400, bce) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, bc, app(ty_[], ef)) -> new_esEs3(vwx302, vwx402, ef) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, app(ty_[], de), bd) -> new_esEs3(vwx301, vwx401, de) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], cb), bc, bd) -> new_esEs3(vwx300, vwx400, cb) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], bea)) -> new_esEs3(vwx300, vwx400, bea) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs3(:(vwx300, vwx301), :(vwx400, vwx401), beb) -> new_esEs3(vwx301, vwx401, beb) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], ga), fb) -> new_esEs3(vwx300, vwx400, ga) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(ty_[], hc)) -> new_esEs3(vwx301, vwx401, hc) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, bc, app(app(app(ty_@3, df), dg), dh)) -> new_esEs(vwx302, vwx402, df, dg, dh) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, app(app(app(ty_@3, cd), ce), cf), bd) -> new_esEs(vwx301, vwx401, cd, ce, cf) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, h), ba), bb), bc, bd) -> new_esEs(vwx300, vwx400, h, ba, bb) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, bc, app(app(ty_Either, ed), ee)) -> new_esEs2(vwx302, vwx402, ed, ee) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, app(app(ty_Either, dc), dd), bd) -> new_esEs2(vwx301, vwx401, dc, dd) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, bh), ca), bc, bd) -> new_esEs2(vwx300, vwx400, bh, ca) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, bg), bc, bd) -> new_esEs1(vwx300, vwx400, bg) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, app(ty_Maybe, db), bd) -> new_esEs1(vwx301, vwx401, db) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cc, bc, app(ty_Maybe, ec)) -> new_esEs1(vwx302, vwx402, ec) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, eg), eh), fa), fb) -> new_esEs(vwx300, vwx400, eg, eh, fa) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(app(ty_@3, gc), gd), ge)) -> new_esEs(vwx301, vwx401, gc, gd, ge) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(app(ty_Either, ha), hb)) -> new_esEs2(vwx301, vwx401, ha, hb) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, fg), fh), fb) -> new_esEs2(vwx300, vwx400, fg, fh) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, ff), fb) -> new_esEs1(vwx300, vwx400, ff) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs0(@2(vwx300, vwx301), @2(vwx400, vwx401), gb, app(ty_Maybe, gh)) -> new_esEs1(vwx301, vwx401, gh) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.37/7.60 18.37/7.60 18.37/7.60 ---------------------------------------- 18.37/7.60 18.37/7.60 (23) 18.37/7.60 YES 18.37/7.60 18.37/7.60 ---------------------------------------- 18.37/7.60 18.37/7.60 (24) 18.37/7.60 Obligation: 18.37/7.60 Q DP problem: 18.37/7.60 The TRS P consists of the following rules: 18.37/7.60 18.37/7.60 new_primEqNat(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat(vwx3000, vwx4000) 18.37/7.60 18.37/7.60 R is empty. 18.37/7.60 Q is empty. 18.37/7.60 We have to consider all minimal (P,Q,R)-chains. 18.37/7.60 ---------------------------------------- 18.37/7.60 18.37/7.60 (25) QDPSizeChangeProof (EQUIVALENT) 18.37/7.60 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. 18.37/7.60 18.37/7.60 From the DPs we obtained the following set of size-change graphs: 18.37/7.60 *new_primEqNat(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat(vwx3000, vwx4000) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2 18.37/7.60 18.37/7.60 18.37/7.60 ---------------------------------------- 18.37/7.60 18.37/7.60 (26) 18.37/7.60 YES 18.37/7.60 18.37/7.60 ---------------------------------------- 18.37/7.60 18.37/7.60 (27) 18.37/7.60 Obligation: 18.37/7.60 Q DP problem: 18.37/7.60 The TRS P consists of the following rules: 18.37/7.60 18.37/7.60 new_primPlusNat(Succ(vwx4600), Succ(vwx401000)) -> new_primPlusNat(vwx4600, vwx401000) 18.37/7.60 18.37/7.60 R is empty. 18.37/7.60 Q is empty. 18.37/7.60 We have to consider all minimal (P,Q,R)-chains. 18.37/7.60 ---------------------------------------- 18.37/7.60 18.37/7.60 (28) QDPSizeChangeProof (EQUIVALENT) 18.37/7.60 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. 18.37/7.60 18.37/7.60 From the DPs we obtained the following set of size-change graphs: 18.37/7.60 *new_primPlusNat(Succ(vwx4600), Succ(vwx401000)) -> new_primPlusNat(vwx4600, vwx401000) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2 18.37/7.60 18.37/7.60 18.37/7.60 ---------------------------------------- 18.37/7.60 18.37/7.60 (29) 18.37/7.60 YES 18.37/7.60 18.37/7.60 ---------------------------------------- 18.37/7.60 18.37/7.60 (30) 18.37/7.60 Obligation: 18.37/7.60 Q DP problem: 18.37/7.60 The TRS P consists of the following rules: 18.37/7.60 18.37/7.60 new_primCompAux(vwx90, vwx100, vwx71, app(ty_[], bdb)) -> new_compare0(vwx90, vwx100, bdb) 18.37/7.60 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hd, he, app(ty_Maybe, hg)) -> new_ltEs0(vwx92, vwx102, hg) 18.37/7.60 new_ltEs0(Just(vwx90), Just(vwx100), app(app(app(ty_@3, bg), bh), ca)) -> new_ltEs3(vwx90, vwx100, bg, bh, ca) 18.37/7.60 new_compare1(vwx90, vwx100, dh, ea) -> new_compare2(vwx90, vwx100, new_esEs5(vwx90, vwx100, dh, ea), dh, ea) 18.37/7.60 new_primCompAux(vwx90, vwx100, vwx71, app(ty_Maybe, bdc)) -> new_compare22(vwx90, vwx100, new_esEs8(vwx90, vwx100, bdc), bdc) 18.37/7.60 new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), cb, app(app(app(ty_@3, db), dc), dd)) -> new_ltEs3(vwx91, vwx101, db, dc, dd) 18.37/7.60 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hd, app(ty_[], bag), bah) -> new_lt0(vwx91, vwx101, bag) 18.37/7.60 new_ltEs0(Just(vwx90), Just(vwx100), app(app(ty_Either, be), bf)) -> new_ltEs2(vwx90, vwx100, be, bf) 18.37/7.60 new_ltEs2(Left(vwx90), Left(vwx100), app(ty_[], eg), eh) -> new_ltEs(vwx90, vwx100, eg) 18.37/7.60 new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, hd), app(ty_Maybe, bba)), bah)) -> new_lt(vwx91, vwx101, bba) 18.37/7.60 new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, cb), app(ty_[], cc))) -> new_ltEs(vwx91, vwx101, cc) 18.37/7.60 new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(ty_@2, dh), ea), df) -> new_compare2(vwx90, vwx100, new_esEs5(vwx90, vwx100, dh, ea), dh, ea) 18.37/7.60 new_esEs4(Right(vwx90), Right(vwx100), False, app(app(ty_Either, gb), app(ty_Maybe, gd))) -> new_ltEs0(vwx90, vwx100, gd) 18.37/7.60 new_esEs4(:(vwx90, vwx91), :(vwx100, vwx101), False, app(ty_[], h)) -> new_compare0(vwx91, vwx101, h) 18.37/7.60 new_compare2(vwx90, vwx100, False, dh, ea) -> new_ltEs1(vwx90, vwx100, dh, ea) 18.37/7.60 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hd, app(ty_Maybe, bba), bah) -> new_lt(vwx91, vwx101, bba) 18.37/7.60 new_ltEs(:(vwx90, vwx91), :(vwx100, vwx101), h) -> new_compare0(vwx91, vwx101, h) 18.37/7.60 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hd, he, app(app(app(ty_@3, bad), bae), baf)) -> new_ltEs3(vwx92, vwx102, bad, bae, baf) 18.37/7.60 new_esEs4(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(app(ty_@2, fb), fc)), eh)) -> new_ltEs1(vwx90, vwx100, fb, fc) 18.37/7.60 new_esEs4(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(app(app(ty_@3, bg), bh), ca))) -> new_ltEs3(vwx90, vwx100, bg, bh, ca) 18.37/7.60 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hd, app(app(ty_@2, bbb), bbc), bah) -> new_lt1(vwx91, vwx101, bbb, bbc) 18.37/7.60 new_compare4(vwx90, vwx100, ed, ee, ef) -> new_compare21(vwx90, vwx100, new_esEs7(vwx90, vwx100, ed, ee, ef), ed, ee, ef) 18.37/7.60 new_ltEs2(Right(vwx90), Right(vwx100), gb, app(ty_Maybe, gd)) -> new_ltEs0(vwx90, vwx100, gd) 18.37/7.60 new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), app(ty_[], de), df) -> new_compare0(vwx90, vwx100, de) 18.37/7.60 new_ltEs0(Just(vwx90), Just(vwx100), app(app(ty_@2, bc), bd)) -> new_ltEs1(vwx90, vwx100, bc, bd) 18.37/7.60 new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(ty_Maybe, bcb)), he), bah)) -> new_lt(vwx90, vwx100, bcb) 18.37/7.60 new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, hd), he), app(ty_[], hf))) -> new_ltEs(vwx92, vwx102, hf) 18.37/7.60 new_esEs4(Right(vwx90), Right(vwx100), False, app(app(ty_Either, gb), app(app(ty_@2, ge), gf))) -> new_ltEs1(vwx90, vwx100, ge, gf) 18.37/7.60 new_ltEs2(Right(vwx90), Right(vwx100), gb, app(app(app(ty_@3, ha), hb), hc)) -> new_ltEs3(vwx90, vwx100, ha, hb, hc) 18.37/7.60 new_ltEs0(Just(vwx90), Just(vwx100), app(ty_Maybe, bb)) -> new_ltEs0(vwx90, vwx100, bb) 18.37/7.60 new_ltEs2(Left(vwx90), Left(vwx100), app(app(ty_@2, fb), fc), eh) -> new_ltEs1(vwx90, vwx100, fb, fc) 18.37/7.60 new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, cb), app(app(ty_@2, ce), cf))) -> new_ltEs1(vwx91, vwx101, ce, cf) 18.37/7.60 new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(app(app(ty_@3, ed), ee), ef)), df)) -> new_compare21(vwx90, vwx100, new_esEs7(vwx90, vwx100, ed, ee, ef), ed, ee, ef) 18.37/7.60 new_esEs4(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(ty_[], ba))) -> new_ltEs(vwx90, vwx100, ba) 18.37/7.60 new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, hd), he), app(app(app(ty_@3, bad), bae), baf))) -> new_ltEs3(vwx92, vwx102, bad, bae, baf) 18.37/7.60 new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(app(ty_Either, bce), bcf)), he), bah)) -> new_lt2(vwx90, vwx100, bce, bcf) 18.37/7.60 new_ltEs(:(vwx90, vwx91), :(vwx100, vwx101), h) -> new_primCompAux(vwx90, vwx100, new_compare(vwx91, vwx101, h), h) 18.37/7.60 new_esEs4(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(ty_[], eg)), eh)) -> new_ltEs(vwx90, vwx100, eg) 18.37/7.60 new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), cb, app(ty_[], cc)) -> new_ltEs(vwx91, vwx101, cc) 18.37/7.60 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(app(ty_@3, bcg), bch), bda), he, bah) -> new_lt3(vwx90, vwx100, bcg, bch, bda) 18.37/7.60 new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, hd), he), app(ty_Maybe, hg))) -> new_ltEs0(vwx92, vwx102, hg) 18.37/7.60 new_compare0(:(vwx90, vwx91), :(vwx100, vwx101), h) -> new_compare0(vwx91, vwx101, h) 18.37/7.60 new_esEs4(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(app(app(ty_@3, fg), fh), ga)), eh)) -> new_ltEs3(vwx90, vwx100, fg, fh, ga) 18.37/7.60 new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, cb), app(ty_Maybe, cd))) -> new_ltEs0(vwx91, vwx101, cd) 18.37/7.60 new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, hd), app(app(app(ty_@3, bbf), bbg), bbh)), bah)) -> new_lt3(vwx91, vwx101, bbf, bbg, bbh) 18.37/7.60 new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), cb, app(app(ty_Either, cg), da)) -> new_ltEs2(vwx91, vwx101, cg, da) 18.37/7.60 new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(app(ty_@2, dh), ea)), df)) -> new_compare2(vwx90, vwx100, new_esEs5(vwx90, vwx100, dh, ea), dh, ea) 18.37/7.60 new_esEs4(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(app(ty_Either, be), bf))) -> new_ltEs2(vwx90, vwx100, be, bf) 18.37/7.60 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(ty_Either, bce), bcf), he, bah) -> new_lt2(vwx90, vwx100, bce, bcf) 18.37/7.60 new_esEs4(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(ty_Maybe, bb))) -> new_ltEs0(vwx90, vwx100, bb) 18.37/7.60 new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), app(ty_Maybe, dg), df) -> new_lt(vwx90, vwx100, dg) 18.37/7.60 new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, hd), he), app(app(ty_Either, bab), bac))) -> new_ltEs2(vwx92, vwx102, bab, bac) 18.37/7.60 new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, hd), app(app(ty_Either, bbd), bbe)), bah)) -> new_lt2(vwx91, vwx101, bbd, bbe) 18.37/7.60 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(ty_Maybe, bcb), he, bah) -> new_lt(vwx90, vwx100, bcb) 18.37/7.60 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(ty_@2, bcc), bcd), he, bah) -> new_lt1(vwx90, vwx100, bcc, bcd) 18.37/7.60 new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(ty_[], bca)), he), bah)) -> new_lt0(vwx90, vwx100, bca) 18.37/7.60 new_ltEs0(Just(vwx90), Just(vwx100), app(ty_[], ba)) -> new_ltEs(vwx90, vwx100, ba) 18.37/7.60 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(ty_[], bca), he, bah) -> new_lt0(vwx90, vwx100, bca) 18.37/7.60 new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(ty_Either, eb), ec), df) -> new_compare20(vwx90, vwx100, new_esEs6(vwx90, vwx100, eb, ec), eb, ec) 18.37/7.60 new_compare3(vwx90, vwx100, eb, ec) -> new_compare20(vwx90, vwx100, new_esEs6(vwx90, vwx100, eb, ec), eb, ec) 18.37/7.60 new_esEs4(Right(vwx90), Right(vwx100), False, app(app(ty_Either, gb), app(app(app(ty_@3, ha), hb), hc))) -> new_ltEs3(vwx90, vwx100, ha, hb, hc) 18.37/7.60 new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(app(ty_@2, bcc), bcd)), he), bah)) -> new_lt1(vwx90, vwx100, bcc, bcd) 18.37/7.60 new_lt3(vwx90, vwx100, ed, ee, ef) -> new_compare21(vwx90, vwx100, new_esEs7(vwx90, vwx100, ed, ee, ef), ed, ee, ef) 18.37/7.60 new_primCompAux(vwx90, vwx100, vwx71, app(app(app(ty_@3, bdh), bea), beb)) -> new_compare4(vwx90, vwx100, bdh, bea, beb) 18.37/7.60 new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), cb, app(ty_Maybe, cd)) -> new_ltEs0(vwx91, vwx101, cd) 18.37/7.60 new_esEs4(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(ty_Maybe, fa)), eh)) -> new_ltEs0(vwx90, vwx100, fa) 18.37/7.60 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hd, app(app(ty_Either, bbd), bbe), bah) -> new_lt2(vwx91, vwx101, bbd, bbe) 18.37/7.60 new_lt1(vwx90, vwx100, dh, ea) -> new_compare2(vwx90, vwx100, new_esEs5(vwx90, vwx100, dh, ea), dh, ea) 18.37/7.60 new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), cb, app(app(ty_@2, ce), cf)) -> new_ltEs1(vwx91, vwx101, ce, cf) 18.37/7.60 new_lt0(vwx90, vwx100, de) -> new_compare0(vwx90, vwx100, de) 18.37/7.60 new_ltEs2(Left(vwx90), Left(vwx100), app(app(app(ty_@3, fg), fh), ga), eh) -> new_ltEs3(vwx90, vwx100, fg, fh, ga) 18.37/7.60 new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(app(ty_@3, ed), ee), ef), df) -> new_compare21(vwx90, vwx100, new_esEs7(vwx90, vwx100, ed, ee, ef), ed, ee, ef) 18.37/7.60 new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(ty_Maybe, dg)), df)) -> new_lt(vwx90, vwx100, dg) 18.37/7.60 new_ltEs2(Right(vwx90), Right(vwx100), gb, app(app(ty_Either, gg), gh)) -> new_ltEs2(vwx90, vwx100, gg, gh) 18.37/7.60 new_compare21(vwx90, vwx100, False, ed, ee, ef) -> new_ltEs3(vwx90, vwx100, ed, ee, ef) 18.37/7.60 new_compare0(:(vwx90, vwx91), :(vwx100, vwx101), h) -> new_primCompAux(vwx90, vwx100, new_compare(vwx91, vwx101, h), h) 18.37/7.60 new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, cb), app(app(ty_Either, cg), da))) -> new_ltEs2(vwx91, vwx101, cg, da) 18.37/7.60 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hd, he, app(app(ty_Either, bab), bac)) -> new_ltEs2(vwx92, vwx102, bab, bac) 18.37/7.60 new_esEs4(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(app(ty_Either, fd), ff)), eh)) -> new_ltEs2(vwx90, vwx100, fd, ff) 18.37/7.60 new_esEs4(Right(vwx90), Right(vwx100), False, app(app(ty_Either, gb), app(ty_[], gc))) -> new_ltEs(vwx90, vwx100, gc) 18.37/7.60 new_lt2(vwx90, vwx100, eb, ec) -> new_compare20(vwx90, vwx100, new_esEs6(vwx90, vwx100, eb, ec), eb, ec) 18.37/7.60 new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(app(ty_Either, eb), ec)), df)) -> new_compare20(vwx90, vwx100, new_esEs6(vwx90, vwx100, eb, ec), eb, ec) 18.37/7.60 new_lt(Just(vwx30), Just(vwx40), bec) -> new_esEs4(vwx30, vwx40, new_esEs9(vwx30, vwx40, bec), bec) 18.37/7.60 new_esEs4(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(app(ty_@2, bc), bd))) -> new_ltEs1(vwx90, vwx100, bc, bd) 18.37/7.60 new_ltEs2(Left(vwx90), Left(vwx100), app(ty_Maybe, fa), eh) -> new_ltEs0(vwx90, vwx100, fa) 18.37/7.60 new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(ty_[], de)), df)) -> new_compare0(vwx90, vwx100, de) 18.37/7.60 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hd, he, app(ty_[], hf)) -> new_ltEs(vwx92, vwx102, hf) 18.37/7.60 new_esEs4(:(vwx90, vwx91), :(vwx100, vwx101), False, app(ty_[], h)) -> new_primCompAux(vwx90, vwx100, new_compare(vwx91, vwx101, h), h) 18.37/7.60 new_compare20(vwx90, vwx100, False, eb, ec) -> new_ltEs2(vwx90, vwx100, eb, ec) 18.37/7.60 new_ltEs2(Left(vwx90), Left(vwx100), app(app(ty_Either, fd), ff), eh) -> new_ltEs2(vwx90, vwx100, fd, ff) 18.37/7.60 new_primCompAux(vwx90, vwx100, vwx71, app(app(ty_Either, bdf), bdg)) -> new_compare3(vwx90, vwx100, bdf, bdg) 18.37/7.60 new_compare22(vwx90, vwx100, False, bdc) -> new_ltEs0(vwx90, vwx100, bdc) 18.37/7.60 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hd, he, app(app(ty_@2, hh), baa)) -> new_ltEs1(vwx92, vwx102, hh, baa) 18.37/7.60 new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, hd), he), app(app(ty_@2, hh), baa))) -> new_ltEs1(vwx92, vwx102, hh, baa) 18.37/7.60 new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, hd), app(ty_[], bag)), bah)) -> new_lt0(vwx91, vwx101, bag) 18.37/7.60 new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(app(app(ty_@3, bcg), bch), bda)), he), bah)) -> new_lt3(vwx90, vwx100, bcg, bch, bda) 18.37/7.60 new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, hd), app(app(ty_@2, bbb), bbc)), bah)) -> new_lt1(vwx91, vwx101, bbb, bbc) 18.37/7.60 new_primCompAux(vwx90, vwx100, vwx71, app(app(ty_@2, bdd), bde)) -> new_compare1(vwx90, vwx100, bdd, bde) 18.37/7.60 new_ltEs2(Right(vwx90), Right(vwx100), gb, app(app(ty_@2, ge), gf)) -> new_ltEs1(vwx90, vwx100, ge, gf) 18.37/7.60 new_ltEs2(Right(vwx90), Right(vwx100), gb, app(ty_[], gc)) -> new_ltEs(vwx90, vwx100, gc) 18.37/7.60 new_esEs4(Right(vwx90), Right(vwx100), False, app(app(ty_Either, gb), app(app(ty_Either, gg), gh))) -> new_ltEs2(vwx90, vwx100, gg, gh) 18.37/7.60 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hd, app(app(app(ty_@3, bbf), bbg), bbh), bah) -> new_lt3(vwx91, vwx101, bbf, bbg, bbh) 18.37/7.60 new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, cb), app(app(app(ty_@3, db), dc), dd))) -> new_ltEs3(vwx91, vwx101, db, dc, dd) 18.37/7.60 18.37/7.60 The TRS R consists of the following rules: 18.37/7.60 18.37/7.60 new_lt4(vwx90, vwx100, app(app(ty_@2, dh), ea)) -> new_lt15(vwx90, vwx100, dh, ea) 18.37/7.60 new_ltEs4(Left(vwx90), Left(vwx100), app(app(ty_@2, fb), fc), eh) -> new_ltEs6(vwx90, vwx100, fb, fc) 18.37/7.60 new_esEs11(vwx300, vwx400, ty_Double) -> new_esEs13(vwx300, vwx400) 18.37/7.60 new_primCmpInt(Neg(Succ(vwx900)), Pos(vwx100)) -> LT 18.37/7.60 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 18.37/7.60 new_ltEs4(Left(vwx90), Left(vwx100), app(app(app(ty_@3, fg), fh), ga), eh) -> new_ltEs18(vwx90, vwx100, fg, fh, ga) 18.37/7.60 new_pePe(True, vwx70) -> True 18.37/7.60 new_esEs30(vwx300, vwx400, app(ty_Maybe, daf)) -> new_esEs8(vwx300, vwx400, daf) 18.37/7.60 new_compare11(vwx90, vwx100, True, bdc) -> LT 18.37/7.60 new_esEs27(vwx300, vwx400, ty_Float) -> new_esEs18(vwx300, vwx400) 18.37/7.60 new_esEs21(vwx90, vwx100, app(app(app(ty_@3, ed), ee), ef)) -> new_esEs7(vwx90, vwx100, ed, ee, ef) 18.37/7.60 new_esEs8(Just(vwx300), Just(vwx400), app(app(ty_@2, cdc), cdd)) -> new_esEs5(vwx300, vwx400, cdc, cdd) 18.37/7.60 new_esEs23(vwx90, vwx100, ty_Int) -> new_esEs17(vwx90, vwx100) 18.37/7.60 new_esEs29(vwx302, vwx402, ty_Char) -> new_esEs12(vwx302, vwx402) 18.37/7.60 new_compare(:(vwx90, vwx91), [], h) -> GT 18.37/7.60 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 18.37/7.60 new_esEs18(Float(vwx300, vwx301), Float(vwx400, vwx401)) -> new_esEs17(new_sr0(vwx300, vwx401), new_sr0(vwx301, vwx400)) 18.37/7.60 new_primCmpInt(Pos(Zero), Neg(Succ(vwx1000))) -> GT 18.37/7.60 new_ltEs16(Nothing, Nothing, cce) -> True 18.37/7.60 new_esEs21(vwx90, vwx100, ty_Bool) -> new_esEs15(vwx90, vwx100) 18.37/7.60 new_compare26(vwx90, vwx100, True, dh, ea) -> EQ 18.37/7.60 new_esEs8(Just(vwx300), Just(vwx400), ty_Char) -> new_esEs12(vwx300, vwx400) 18.37/7.60 new_esEs6(Left(vwx300), Left(vwx400), app(ty_[], bha), bgb) -> new_esEs10(vwx300, vwx400, bha) 18.37/7.60 new_lt4(vwx90, vwx100, app(ty_Ratio, cae)) -> new_lt12(vwx90, vwx100, cae) 18.37/7.60 new_ltEs4(Left(vwx90), Left(vwx100), app(ty_[], eg), eh) -> new_ltEs9(vwx90, vwx100, eg) 18.37/7.60 new_esEs9(vwx30, vwx40, ty_Double) -> new_esEs13(vwx30, vwx40) 18.37/7.60 new_esEs30(vwx300, vwx400, app(ty_Ratio, dae)) -> new_esEs16(vwx300, vwx400, dae) 18.37/7.60 new_ltEs16(Just(vwx90), Nothing, cce) -> False 18.37/7.60 new_primCmpInt(Neg(Succ(vwx900)), Neg(vwx100)) -> new_primCmpNat0(vwx100, Succ(vwx900)) 18.37/7.60 new_ltEs4(Left(vwx90), Left(vwx100), ty_Char, eh) -> new_ltEs10(vwx90, vwx100) 18.37/7.60 new_esEs22(vwx9, vwx10, False, ccg) -> new_esEs19(new_compare11(Just(vwx9), Just(vwx10), new_ltEs20(vwx9, vwx10, ccg), ccg), LT) 18.37/7.60 new_ltEs11(GT, EQ) -> False 18.37/7.60 new_compare29(vwx90, vwx100, ty_Double) -> new_compare9(vwx90, vwx100) 18.37/7.60 new_esEs6(Right(vwx300), Right(vwx400), bhb, ty_Float) -> new_esEs18(vwx300, vwx400) 18.37/7.60 new_ltEs19(vwx92, vwx102, app(ty_Maybe, hg)) -> new_ltEs16(vwx92, vwx102, hg) 18.37/7.60 new_compare29(vwx90, vwx100, ty_Float) -> new_compare5(vwx90, vwx100) 18.37/7.60 new_ltEs7(vwx91, vwx101, ty_Double) -> new_ltEs17(vwx91, vwx101) 18.37/7.60 new_ltEs4(Left(vwx90), Left(vwx100), ty_Double, eh) -> new_ltEs17(vwx90, vwx100) 18.37/7.60 new_compare18(vwx90, vwx100, True) -> LT 18.37/7.60 new_compare9(Double(vwx90, Neg(vwx910)), Double(vwx100, Neg(vwx1010))) -> new_compare6(new_sr0(vwx90, Neg(vwx1010)), new_sr0(Neg(vwx910), vwx100)) 18.37/7.60 new_compare5(Float(vwx90, Pos(vwx910)), Float(vwx100, Neg(vwx1010))) -> new_compare6(new_sr0(vwx90, Pos(vwx1010)), new_sr0(Neg(vwx910), vwx100)) 18.37/7.60 new_compare5(Float(vwx90, Neg(vwx910)), Float(vwx100, Pos(vwx1010))) -> new_compare6(new_sr0(vwx90, Neg(vwx1010)), new_sr0(Pos(vwx910), vwx100)) 18.37/7.60 new_esEs11(vwx300, vwx400, app(app(app(ty_@3, bee), bef), beg)) -> new_esEs7(vwx300, vwx400, bee, bef, beg) 18.37/7.60 new_compare19(@0, @0) -> EQ 18.37/7.60 new_esEs24(vwx91, vwx101, app(ty_Ratio, ccb)) -> new_esEs16(vwx91, vwx101, ccb) 18.37/7.60 new_lt20(vwx90, vwx100, ty_Float) -> new_lt5(vwx90, vwx100) 18.37/7.60 new_primCompAux0(vwx75, GT) -> GT 18.37/7.60 new_esEs15(False, False) -> True 18.37/7.60 new_esEs28(vwx301, vwx401, ty_@0) -> new_esEs20(vwx301, vwx401) 18.37/7.60 new_ltEs20(vwx9, vwx10, ty_Bool) -> new_ltEs12(vwx9, vwx10) 18.37/7.60 new_primEqInt(Pos(Succ(vwx3000)), Pos(Zero)) -> False 18.37/7.60 new_primEqInt(Pos(Zero), Pos(Succ(vwx4000))) -> False 18.37/7.60 new_esEs27(vwx300, vwx400, ty_Int) -> new_esEs17(vwx300, vwx400) 18.37/7.60 new_esEs31(vwx301, vwx401, app(app(app(ty_@3, dbb), dbc), dbd)) -> new_esEs7(vwx301, vwx401, dbb, dbc, dbd) 18.37/7.60 new_compare29(vwx90, vwx100, app(app(app(ty_@3, bdh), bea), beb)) -> new_compare31(vwx90, vwx100, bdh, bea, beb) 18.37/7.60 new_ltEs19(vwx92, vwx102, app(app(ty_@2, hh), baa)) -> new_ltEs6(vwx92, vwx102, hh, baa) 18.37/7.60 new_lt10(vwx90, vwx100) -> new_esEs19(new_compare15(vwx90, vwx100), LT) 18.37/7.60 new_ltEs7(vwx91, vwx101, ty_Int) -> new_ltEs5(vwx91, vwx101) 18.37/7.60 new_primEqNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat0(vwx3000, vwx4000) 18.37/7.60 new_lt19(vwx91, vwx101, ty_Float) -> new_lt5(vwx91, vwx101) 18.37/7.60 new_esEs31(vwx301, vwx401, app(app(ty_@2, dbe), dbf)) -> new_esEs5(vwx301, vwx401, dbe, dbf) 18.37/7.60 new_esEs26(vwx301, vwx401, ty_Integer) -> new_esEs14(vwx301, vwx401) 18.37/7.60 new_esEs30(vwx300, vwx400, ty_Char) -> new_esEs12(vwx300, vwx400) 18.37/7.60 new_esEs21(vwx90, vwx100, ty_Double) -> new_esEs13(vwx90, vwx100) 18.37/7.60 new_primCompAux0(vwx75, LT) -> LT 18.37/7.60 new_not(True) -> False 18.37/7.60 new_esEs6(Right(vwx300), Right(vwx400), bhb, app(ty_[], cad)) -> new_esEs10(vwx300, vwx400, cad) 18.37/7.60 new_esEs9(vwx30, vwx40, app(app(app(ty_@3, cbb), cbc), cbd)) -> new_esEs7(vwx30, vwx40, cbb, cbc, cbd) 18.37/7.60 new_lt5(vwx90, vwx100) -> new_esEs19(new_compare5(vwx90, vwx100), LT) 18.37/7.60 new_primCmpNat0(Zero, Zero) -> EQ 18.37/7.60 new_ltEs16(Just(vwx90), Just(vwx100), app(ty_[], ba)) -> new_ltEs9(vwx90, vwx100, ba) 18.37/7.60 new_lt12(vwx90, vwx100, cae) -> new_esEs19(new_compare8(vwx90, vwx100, cae), LT) 18.37/7.60 new_esEs20(@0, @0) -> True 18.37/7.60 new_esEs28(vwx301, vwx401, app(ty_Maybe, cgb)) -> new_esEs8(vwx301, vwx401, cgb) 18.37/7.60 new_compare16(vwx90, vwx100) -> new_compare28(vwx90, vwx100, new_esEs19(vwx90, vwx100)) 18.37/7.60 new_esEs11(vwx300, vwx400, ty_Ordering) -> new_esEs19(vwx300, vwx400) 18.37/7.60 new_compare29(vwx90, vwx100, ty_@0) -> new_compare19(vwx90, vwx100) 18.37/7.60 new_ltEs19(vwx92, vwx102, ty_Float) -> new_ltEs8(vwx92, vwx102) 18.37/7.60 new_compare8(:%(vwx90, vwx91), :%(vwx100, vwx101), ty_Integer) -> new_compare14(new_sr(vwx90, vwx101), new_sr(vwx100, vwx91)) 18.37/7.60 new_esEs8(Just(vwx300), Just(vwx400), ty_Bool) -> new_esEs15(vwx300, vwx400) 18.37/7.60 new_esEs8(Just(vwx300), Just(vwx400), app(ty_Ratio, cde)) -> new_esEs16(vwx300, vwx400, cde) 18.37/7.60 new_ltEs19(vwx92, vwx102, ty_Double) -> new_ltEs17(vwx92, vwx102) 18.37/7.60 new_ltEs4(Left(vwx90), Left(vwx100), ty_Int, eh) -> new_ltEs5(vwx90, vwx100) 18.37/7.60 new_compare30(vwx90, vwx100, eb, ec) -> new_compare23(vwx90, vwx100, new_esEs6(vwx90, vwx100, eb, ec), eb, ec) 18.37/7.60 new_esEs27(vwx300, vwx400, ty_Ordering) -> new_esEs19(vwx300, vwx400) 18.37/7.60 new_ltEs19(vwx92, vwx102, ty_Bool) -> new_ltEs12(vwx92, vwx102) 18.37/7.60 new_primEqNat0(Succ(vwx3000), Zero) -> False 18.37/7.60 new_primEqNat0(Zero, Succ(vwx4000)) -> False 18.37/7.60 new_ltEs20(vwx9, vwx10, app(app(app(ty_@3, hd), he), bah)) -> new_ltEs18(vwx9, vwx10, hd, he, bah) 18.37/7.60 new_compare10(vwx90, vwx100, True, eb, ec) -> LT 18.37/7.60 new_lt15(vwx90, vwx100, dh, ea) -> new_esEs19(new_compare13(vwx90, vwx100, dh, ea), LT) 18.37/7.60 new_ltEs7(vwx91, vwx101, app(ty_Ratio, caf)) -> new_ltEs14(vwx91, vwx101, caf) 18.37/7.60 new_compare29(vwx90, vwx100, ty_Ordering) -> new_compare16(vwx90, vwx100) 18.37/7.60 new_lt4(vwx90, vwx100, ty_Integer) -> new_lt13(vwx90, vwx100) 18.37/7.60 new_ltEs7(vwx91, vwx101, app(app(ty_@2, ce), cf)) -> new_ltEs6(vwx91, vwx101, ce, cf) 18.37/7.60 new_lt4(vwx90, vwx100, ty_Ordering) -> new_lt9(vwx90, vwx100) 18.37/7.60 new_lt20(vwx90, vwx100, ty_Integer) -> new_lt13(vwx90, vwx100) 18.37/7.60 new_esEs31(vwx301, vwx401, ty_Bool) -> new_esEs15(vwx301, vwx401) 18.37/7.60 new_primCmpInt(Pos(Succ(vwx900)), Neg(vwx100)) -> GT 18.37/7.60 new_esEs6(Left(vwx300), Left(vwx400), ty_Bool, bgb) -> new_esEs15(vwx300, vwx400) 18.37/7.60 new_compare26(vwx90, vwx100, False, dh, ea) -> new_compare110(vwx90, vwx100, new_ltEs6(vwx90, vwx100, dh, ea), dh, ea) 18.37/7.60 new_ltEs11(GT, LT) -> False 18.37/7.60 new_ltEs4(Left(vwx90), Left(vwx100), ty_Bool, eh) -> new_ltEs12(vwx90, vwx100) 18.37/7.60 new_ltEs20(vwx9, vwx10, ty_Int) -> new_ltEs5(vwx9, vwx10) 18.37/7.60 new_compare110(vwx90, vwx100, True, dh, ea) -> LT 18.37/7.60 new_compare15(vwx90, vwx100) -> new_compare27(vwx90, vwx100, new_esEs15(vwx90, vwx100)) 18.37/7.60 new_esEs31(vwx301, vwx401, ty_Double) -> new_esEs13(vwx301, vwx401) 18.37/7.60 new_esEs6(Left(vwx300), Left(vwx400), ty_Integer, bgb) -> new_esEs14(vwx300, vwx400) 18.37/7.60 new_primPlusNat1(Succ(vwx4600), Succ(vwx401000)) -> Succ(Succ(new_primPlusNat1(vwx4600, vwx401000))) 18.37/7.60 new_esEs6(Left(vwx300), Left(vwx400), ty_Double, bgb) -> new_esEs13(vwx300, vwx400) 18.37/7.60 new_lt19(vwx91, vwx101, ty_Ordering) -> new_lt9(vwx91, vwx101) 18.37/7.60 new_lt19(vwx91, vwx101, ty_Integer) -> new_lt13(vwx91, vwx101) 18.37/7.60 new_esEs31(vwx301, vwx401, ty_Integer) -> new_esEs14(vwx301, vwx401) 18.37/7.60 new_ltEs11(LT, LT) -> True 18.37/7.60 new_esEs9(vwx30, vwx40, ty_Ordering) -> new_esEs19(vwx30, vwx40) 18.37/7.60 new_primCmpNat0(Zero, Succ(vwx1000)) -> LT 18.37/7.60 new_esEs21(vwx90, vwx100, app(app(ty_@2, dh), ea)) -> new_esEs5(vwx90, vwx100, dh, ea) 18.37/7.60 new_lt14(Nothing, Just(vwx40), bec) -> new_esEs19(LT, LT) 18.37/7.60 new_esEs28(vwx301, vwx401, ty_Int) -> new_esEs17(vwx301, vwx401) 18.37/7.60 new_ltEs20(vwx9, vwx10, ty_Double) -> new_ltEs17(vwx9, vwx10) 18.37/7.60 new_ltEs4(Right(vwx90), Right(vwx100), gb, ty_Float) -> new_ltEs8(vwx90, vwx100) 18.37/7.60 new_esEs28(vwx301, vwx401, ty_Char) -> new_esEs12(vwx301, vwx401) 18.37/7.60 new_ltEs19(vwx92, vwx102, ty_Int) -> new_ltEs5(vwx92, vwx102) 18.37/7.60 new_sr(Integer(vwx900), Integer(vwx1010)) -> Integer(new_primMulInt(vwx900, vwx1010)) 18.37/7.60 new_ltEs4(Right(vwx90), Right(vwx100), gb, app(app(app(ty_@3, ha), hb), hc)) -> new_ltEs18(vwx90, vwx100, ha, hb, hc) 18.37/7.60 new_primCmpNat0(Succ(vwx900), Zero) -> GT 18.37/7.60 new_compare29(vwx90, vwx100, app(ty_Maybe, bdc)) -> new_compare24(vwx90, vwx100, new_esEs8(vwx90, vwx100, bdc), bdc) 18.37/7.60 new_pePe(False, vwx70) -> vwx70 18.37/7.60 new_esEs23(vwx90, vwx100, app(ty_Maybe, bcb)) -> new_esEs8(vwx90, vwx100, bcb) 18.37/7.60 new_lt20(vwx90, vwx100, ty_@0) -> new_lt11(vwx90, vwx100) 18.37/7.60 new_ltEs19(vwx92, vwx102, app(app(app(ty_@3, bad), bae), baf)) -> new_ltEs18(vwx92, vwx102, bad, bae, baf) 18.37/7.60 new_esEs27(vwx300, vwx400, ty_Double) -> new_esEs13(vwx300, vwx400) 18.37/7.60 new_compare9(Double(vwx90, Pos(vwx910)), Double(vwx100, Pos(vwx1010))) -> new_compare6(new_sr0(vwx90, Pos(vwx1010)), new_sr0(Pos(vwx910), vwx100)) 18.37/7.60 new_esEs25(vwx300, vwx400, ty_Integer) -> new_esEs14(vwx300, vwx400) 18.37/7.60 new_lt17(vwx90, vwx100) -> new_esEs19(new_compare9(vwx90, vwx100), LT) 18.37/7.60 new_esEs31(vwx301, vwx401, ty_Ordering) -> new_esEs19(vwx301, vwx401) 18.37/7.60 new_esEs19(LT, EQ) -> False 18.37/7.60 new_esEs19(EQ, LT) -> False 18.37/7.60 new_ltEs19(vwx92, vwx102, ty_@0) -> new_ltEs13(vwx92, vwx102) 18.37/7.60 new_lt18(vwx90, vwx100, ed, ee, ef) -> new_esEs19(new_compare31(vwx90, vwx100, ed, ee, ef), LT) 18.37/7.60 new_esEs11(vwx300, vwx400, ty_Float) -> new_esEs18(vwx300, vwx400) 18.37/7.60 new_lt19(vwx91, vwx101, ty_Bool) -> new_lt10(vwx91, vwx101) 18.37/7.60 new_compare23(vwx90, vwx100, False, eb, ec) -> new_compare10(vwx90, vwx100, new_ltEs4(vwx90, vwx100, eb, ec), eb, ec) 18.37/7.60 new_lt13(vwx90, vwx100) -> new_esEs19(new_compare14(vwx90, vwx100), LT) 18.37/7.60 new_esEs9(vwx30, vwx40, app(app(ty_@2, cbe), cbf)) -> new_esEs5(vwx30, vwx40, cbe, cbf) 18.37/7.60 new_esEs21(vwx90, vwx100, app(ty_Ratio, cae)) -> new_esEs16(vwx90, vwx100, cae) 18.37/7.60 new_ltEs15(vwx9, vwx10) -> new_not(new_esEs19(new_compare14(vwx9, vwx10), GT)) 18.37/7.60 new_lt11(vwx90, vwx100) -> new_esEs19(new_compare19(vwx90, vwx100), LT) 18.37/7.60 new_esEs27(vwx300, vwx400, ty_@0) -> new_esEs20(vwx300, vwx400) 18.37/7.60 new_compare23(vwx90, vwx100, True, eb, ec) -> EQ 18.37/7.60 new_compare17(vwx90, vwx100, True) -> LT 18.37/7.60 new_esEs27(vwx300, vwx400, ty_Integer) -> new_esEs14(vwx300, vwx400) 18.37/7.60 new_esEs30(vwx300, vwx400, ty_Bool) -> new_esEs15(vwx300, vwx400) 18.37/7.60 new_ltEs20(vwx9, vwx10, ty_Float) -> new_ltEs8(vwx9, vwx10) 18.37/7.60 new_esEs6(Right(vwx300), Right(vwx400), bhb, ty_@0) -> new_esEs20(vwx300, vwx400) 18.37/7.60 new_primEqInt(Pos(Zero), Neg(Succ(vwx4000))) -> False 18.37/7.60 new_primEqInt(Neg(Zero), Pos(Succ(vwx4000))) -> False 18.37/7.60 new_ltEs4(Right(vwx90), Right(vwx100), gb, ty_Integer) -> new_ltEs15(vwx90, vwx100) 18.37/7.60 new_compare24(vwx90, vwx100, True, bdc) -> EQ 18.37/7.60 new_compare13(vwx90, vwx100, dh, ea) -> new_compare26(vwx90, vwx100, new_esEs5(vwx90, vwx100, dh, ea), dh, ea) 18.37/7.60 new_ltEs16(Just(vwx90), Just(vwx100), app(app(ty_@2, bc), bd)) -> new_ltEs6(vwx90, vwx100, bc, bd) 18.37/7.60 new_ltEs20(vwx9, vwx10, ty_@0) -> new_ltEs13(vwx9, vwx10) 18.37/7.60 new_esEs31(vwx301, vwx401, ty_@0) -> new_esEs20(vwx301, vwx401) 18.37/7.60 new_esEs6(Right(vwx300), Right(vwx400), bhb, ty_Ordering) -> new_esEs19(vwx300, vwx400) 18.37/7.60 new_ltEs20(vwx9, vwx10, app(app(ty_@2, cb), df)) -> new_ltEs6(vwx9, vwx10, cb, df) 18.37/7.60 new_esEs8(Just(vwx300), Just(vwx400), app(ty_[], cea)) -> new_esEs10(vwx300, vwx400, cea) 18.37/7.60 new_esEs15(True, True) -> True 18.37/7.60 new_esEs6(Right(vwx300), Right(vwx400), bhb, app(ty_Ratio, bhh)) -> new_esEs16(vwx300, vwx400, bhh) 18.37/7.60 new_ltEs7(vwx91, vwx101, ty_@0) -> new_ltEs13(vwx91, vwx101) 18.37/7.60 new_esEs9(vwx30, vwx40, app(ty_Ratio, cbg)) -> new_esEs16(vwx30, vwx40, cbg) 18.37/7.60 new_lt4(vwx90, vwx100, ty_Float) -> new_lt5(vwx90, vwx100) 18.37/7.60 new_esEs29(vwx302, vwx402, ty_Bool) -> new_esEs15(vwx302, vwx402) 18.37/7.60 new_primEqInt(Neg(Succ(vwx3000)), Neg(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 18.37/7.60 new_esEs6(Right(vwx300), Right(vwx400), bhb, app(app(ty_@2, bhf), bhg)) -> new_esEs5(vwx300, vwx400, bhf, bhg) 18.37/7.60 new_compare25(vwx90, vwx100, True, ed, ee, ef) -> EQ 18.37/7.60 new_primCmpInt(Neg(Zero), Pos(Succ(vwx1000))) -> LT 18.37/7.60 new_esEs8(Just(vwx300), Just(vwx400), app(app(app(ty_@3, cch), cda), cdb)) -> new_esEs7(vwx300, vwx400, cch, cda, cdb) 18.37/7.60 new_ltEs7(vwx91, vwx101, ty_Float) -> new_ltEs8(vwx91, vwx101) 18.37/7.60 new_compare17(vwx90, vwx100, False) -> GT 18.37/7.60 new_primMulInt(Pos(vwx3000), Pos(vwx4010)) -> Pos(new_primMulNat0(vwx3000, vwx4010)) 18.37/7.60 new_esEs24(vwx91, vwx101, app(app(ty_Either, bbd), bbe)) -> new_esEs6(vwx91, vwx101, bbd, bbe) 18.37/7.60 new_esEs21(vwx90, vwx100, ty_Ordering) -> new_esEs19(vwx90, vwx100) 18.37/7.60 new_esEs6(Left(vwx300), Left(vwx400), app(app(ty_Either, bgg), bgh), bgb) -> new_esEs6(vwx300, vwx400, bgg, bgh) 18.37/7.60 new_esEs9(vwx30, vwx40, ty_Float) -> new_esEs18(vwx30, vwx40) 18.37/7.60 new_primMulNat0(Succ(vwx30000), Zero) -> Zero 18.37/7.60 new_primMulNat0(Zero, Succ(vwx40100)) -> Zero 18.37/7.60 new_esEs29(vwx302, vwx402, ty_Double) -> new_esEs13(vwx302, vwx402) 18.37/7.60 new_esEs29(vwx302, vwx402, ty_Integer) -> new_esEs14(vwx302, vwx402) 18.37/7.60 new_primPlusNat0(Zero, vwx40100) -> Succ(vwx40100) 18.37/7.60 new_ltEs16(Just(vwx90), Just(vwx100), ty_Float) -> new_ltEs8(vwx90, vwx100) 18.37/7.60 new_esEs24(vwx91, vwx101, ty_Char) -> new_esEs12(vwx91, vwx101) 18.37/7.60 new_esEs11(vwx300, vwx400, app(app(ty_@2, beh), bfa)) -> new_esEs5(vwx300, vwx400, beh, bfa) 18.37/7.60 new_compare25(vwx90, vwx100, False, ed, ee, ef) -> new_compare12(vwx90, vwx100, new_ltEs18(vwx90, vwx100, ed, ee, ef), ed, ee, ef) 18.37/7.60 new_esEs24(vwx91, vwx101, ty_Int) -> new_esEs17(vwx91, vwx101) 18.37/7.60 new_lt14(Just(vwx30), Nothing, bec) -> new_esEs19(GT, LT) 18.37/7.60 new_ltEs12(False, True) -> True 18.37/7.60 new_ltEs7(vwx91, vwx101, app(ty_Maybe, cd)) -> new_ltEs16(vwx91, vwx101, cd) 18.37/7.60 new_esEs19(EQ, EQ) -> True 18.37/7.60 new_ltEs16(Just(vwx90), Just(vwx100), ty_@0) -> new_ltEs13(vwx90, vwx100) 18.37/7.60 new_esEs27(vwx300, vwx400, ty_Bool) -> new_esEs15(vwx300, vwx400) 18.37/7.60 new_esEs24(vwx91, vwx101, app(ty_[], bag)) -> new_esEs10(vwx91, vwx101, bag) 18.37/7.60 new_esEs6(Right(vwx300), Right(vwx400), bhb, app(app(app(ty_@3, bhc), bhd), bhe)) -> new_esEs7(vwx300, vwx400, bhc, bhd, bhe) 18.37/7.60 new_ltEs6(@2(vwx90, vwx91), @2(vwx100, vwx101), cb, df) -> new_pePe(new_lt4(vwx90, vwx100, cb), new_asAs(new_esEs21(vwx90, vwx100, cb), new_ltEs7(vwx91, vwx101, df))) 18.37/7.60 new_esEs23(vwx90, vwx100, ty_Float) -> new_esEs18(vwx90, vwx100) 18.37/7.60 new_ltEs20(vwx9, vwx10, app(ty_Maybe, cce)) -> new_ltEs16(vwx9, vwx10, cce) 18.37/7.60 new_lt16(vwx90, vwx100, eb, ec) -> new_esEs19(new_compare30(vwx90, vwx100, eb, ec), LT) 18.37/7.60 new_lt20(vwx90, vwx100, ty_Bool) -> new_lt10(vwx90, vwx100) 18.37/7.60 new_esEs6(Left(vwx300), Left(vwx400), ty_Char, bgb) -> new_esEs12(vwx300, vwx400) 18.37/7.60 new_lt4(vwx90, vwx100, ty_Bool) -> new_lt10(vwx90, vwx100) 18.37/7.60 new_compare24(vwx90, vwx100, False, bdc) -> new_compare11(vwx90, vwx100, new_ltEs16(vwx90, vwx100, bdc), bdc) 18.37/7.60 new_esEs28(vwx301, vwx401, ty_Bool) -> new_esEs15(vwx301, vwx401) 18.37/7.60 new_esEs24(vwx91, vwx101, app(app(app(ty_@3, bbf), bbg), bbh)) -> new_esEs7(vwx91, vwx101, bbf, bbg, bbh) 18.37/7.60 new_primPlusNat1(Succ(vwx4600), Zero) -> Succ(vwx4600) 18.37/7.60 new_primPlusNat1(Zero, Succ(vwx401000)) -> Succ(vwx401000) 18.37/7.60 new_compare28(vwx90, vwx100, False) -> new_compare17(vwx90, vwx100, new_ltEs11(vwx90, vwx100)) 18.37/7.60 new_esEs8(Just(vwx300), Just(vwx400), ty_Int) -> new_esEs17(vwx300, vwx400) 18.37/7.60 new_esEs24(vwx91, vwx101, ty_Float) -> new_esEs18(vwx91, vwx101) 18.37/7.60 new_esEs30(vwx300, vwx400, ty_@0) -> new_esEs20(vwx300, vwx400) 18.37/7.60 new_esEs17(vwx30, vwx40) -> new_primEqInt(vwx30, vwx40) 18.37/7.60 new_compare29(vwx90, vwx100, app(ty_Ratio, ccd)) -> new_compare8(vwx90, vwx100, ccd) 18.37/7.60 new_esEs11(vwx300, vwx400, app(app(ty_Either, bfd), bfe)) -> new_esEs6(vwx300, vwx400, bfd, bfe) 18.37/7.60 new_compare18(vwx90, vwx100, False) -> GT 18.37/7.60 new_esEs23(vwx90, vwx100, app(app(ty_@2, bcc), bcd)) -> new_esEs5(vwx90, vwx100, bcc, bcd) 18.37/7.60 new_ltEs7(vwx91, vwx101, app(app(app(ty_@3, db), dc), dd)) -> new_ltEs18(vwx91, vwx101, db, dc, dd) 18.37/7.60 new_esEs6(Left(vwx300), Left(vwx400), app(app(ty_@2, bgc), bgd), bgb) -> new_esEs5(vwx300, vwx400, bgc, bgd) 18.37/7.60 new_compare29(vwx90, vwx100, ty_Int) -> new_compare6(vwx90, vwx100) 18.37/7.60 new_ltEs16(Just(vwx90), Just(vwx100), ty_Integer) -> new_ltEs15(vwx90, vwx100) 18.37/7.60 new_esEs8(Just(vwx300), Just(vwx400), app(ty_Maybe, cdf)) -> new_esEs8(vwx300, vwx400, cdf) 18.37/7.60 new_primCompAux1(vwx90, vwx100, vwx71, h) -> new_primCompAux0(vwx71, new_compare29(vwx90, vwx100, h)) 18.37/7.60 new_esEs11(vwx300, vwx400, app(ty_Ratio, bfb)) -> new_esEs16(vwx300, vwx400, bfb) 18.37/7.60 new_ltEs12(True, True) -> True 18.37/7.60 new_compare12(vwx90, vwx100, False, ed, ee, ef) -> GT 18.37/7.60 new_esEs13(Double(vwx300, vwx301), Double(vwx400, vwx401)) -> new_esEs17(new_sr0(vwx300, vwx401), new_sr0(vwx301, vwx400)) 18.37/7.60 new_esEs26(vwx301, vwx401, ty_Int) -> new_esEs17(vwx301, vwx401) 18.37/7.60 new_esEs23(vwx90, vwx100, app(app(app(ty_@3, bcg), bch), bda)) -> new_esEs7(vwx90, vwx100, bcg, bch, bda) 18.37/7.60 new_ltEs16(Just(vwx90), Just(vwx100), app(ty_Maybe, bb)) -> new_ltEs16(vwx90, vwx100, bb) 18.37/7.60 new_esEs28(vwx301, vwx401, ty_Integer) -> new_esEs14(vwx301, vwx401) 18.37/7.60 new_primMulInt(Neg(vwx3000), Neg(vwx4010)) -> Pos(new_primMulNat0(vwx3000, vwx4010)) 18.37/7.60 new_primCmpInt(Pos(Zero), Pos(Succ(vwx1000))) -> new_primCmpNat0(Zero, Succ(vwx1000)) 18.37/7.60 new_ltEs4(Right(vwx90), Right(vwx100), gb, app(ty_Ratio, cah)) -> new_ltEs14(vwx90, vwx100, cah) 18.37/7.60 new_esEs11(vwx300, vwx400, app(ty_[], bff)) -> new_esEs10(vwx300, vwx400, bff) 18.37/7.60 new_compare([], :(vwx100, vwx101), h) -> LT 18.37/7.60 new_ltEs9(vwx9, vwx10, h) -> new_not(new_esEs19(new_compare(vwx9, vwx10, h), GT)) 18.37/7.60 new_lt6(vwx90, vwx100, de) -> new_esEs19(new_compare(vwx90, vwx100, de), LT) 18.37/7.60 new_esEs24(vwx91, vwx101, app(ty_Maybe, bba)) -> new_esEs8(vwx91, vwx101, bba) 18.37/7.60 new_esEs6(Right(vwx300), Right(vwx400), bhb, app(ty_Maybe, caa)) -> new_esEs8(vwx300, vwx400, caa) 18.37/7.60 new_esEs23(vwx90, vwx100, app(ty_Ratio, cca)) -> new_esEs16(vwx90, vwx100, cca) 18.37/7.60 new_lt8(vwx90, vwx100) -> new_esEs19(new_compare6(vwx90, vwx100), LT) 18.37/7.60 new_esEs24(vwx91, vwx101, app(app(ty_@2, bbb), bbc)) -> new_esEs5(vwx91, vwx101, bbb, bbc) 18.37/7.60 new_esEs23(vwx90, vwx100, app(ty_[], bca)) -> new_esEs10(vwx90, vwx100, bca) 18.37/7.60 new_ltEs20(vwx9, vwx10, ty_Integer) -> new_ltEs15(vwx9, vwx10) 18.37/7.60 new_esEs29(vwx302, vwx402, ty_@0) -> new_esEs20(vwx302, vwx402) 18.37/7.60 new_compare6(vwx9, vwx10) -> new_primCmpInt(vwx9, vwx10) 18.37/7.60 new_esEs23(vwx90, vwx100, app(app(ty_Either, bce), bcf)) -> new_esEs6(vwx90, vwx100, bce, bcf) 18.37/7.60 new_ltEs4(Right(vwx90), Right(vwx100), gb, ty_@0) -> new_ltEs13(vwx90, vwx100) 18.37/7.60 new_esEs21(vwx90, vwx100, app(app(ty_Either, eb), ec)) -> new_esEs6(vwx90, vwx100, eb, ec) 18.37/7.60 new_compare11(vwx90, vwx100, False, bdc) -> GT 18.37/7.60 new_esEs31(vwx301, vwx401, ty_Int) -> new_esEs17(vwx301, vwx401) 18.37/7.60 new_ltEs16(Just(vwx90), Just(vwx100), ty_Double) -> new_ltEs17(vwx90, vwx100) 18.37/7.60 new_lt19(vwx91, vwx101, app(ty_Maybe, bba)) -> new_lt14(vwx91, vwx101, bba) 18.37/7.60 new_esEs27(vwx300, vwx400, app(app(ty_@2, cee), cef)) -> new_esEs5(vwx300, vwx400, cee, cef) 18.37/7.60 new_esEs6(Left(vwx300), Left(vwx400), ty_Int, bgb) -> new_esEs17(vwx300, vwx400) 18.37/7.60 new_primMulInt(Pos(vwx3000), Neg(vwx4010)) -> Neg(new_primMulNat0(vwx3000, vwx4010)) 18.37/7.60 new_primMulInt(Neg(vwx3000), Pos(vwx4010)) -> Neg(new_primMulNat0(vwx3000, vwx4010)) 18.37/7.60 new_esEs12(Char(vwx300), Char(vwx400)) -> new_primEqNat0(vwx300, vwx400) 18.37/7.60 new_ltEs16(Just(vwx90), Just(vwx100), ty_Bool) -> new_ltEs12(vwx90, vwx100) 18.37/7.60 new_esEs9(vwx30, vwx40, app(ty_[], bed)) -> new_esEs10(vwx30, vwx40, bed) 18.37/7.60 new_ltEs11(EQ, GT) -> True 18.37/7.60 new_ltEs19(vwx92, vwx102, app(ty_[], hf)) -> new_ltEs9(vwx92, vwx102, hf) 18.37/7.60 new_esEs8(Nothing, Nothing, cbh) -> True 18.37/7.60 new_ltEs19(vwx92, vwx102, ty_Integer) -> new_ltEs15(vwx92, vwx102) 18.37/7.60 new_lt19(vwx91, vwx101, ty_Char) -> new_lt7(vwx91, vwx101) 18.37/7.60 new_esEs28(vwx301, vwx401, ty_Double) -> new_esEs13(vwx301, vwx401) 18.37/7.60 new_compare28(vwx90, vwx100, True) -> EQ 18.37/7.60 new_ltEs4(Right(vwx90), Right(vwx100), gb, app(app(ty_Either, gg), gh)) -> new_ltEs4(vwx90, vwx100, gg, gh) 18.37/7.60 new_esEs6(Right(vwx300), Right(vwx400), bhb, app(app(ty_Either, cab), cac)) -> new_esEs6(vwx300, vwx400, cab, cac) 18.37/7.60 new_esEs25(vwx300, vwx400, ty_Int) -> new_esEs17(vwx300, vwx400) 18.37/7.60 new_esEs27(vwx300, vwx400, ty_Char) -> new_esEs12(vwx300, vwx400) 18.37/7.60 new_esEs21(vwx90, vwx100, app(ty_[], de)) -> new_esEs10(vwx90, vwx100, de) 18.37/7.60 new_esEs24(vwx91, vwx101, ty_Integer) -> new_esEs14(vwx91, vwx101) 18.37/7.60 new_esEs8(Nothing, Just(vwx400), cbh) -> False 18.37/7.60 new_esEs8(Just(vwx300), Nothing, cbh) -> False 18.37/7.60 new_ltEs7(vwx91, vwx101, ty_Ordering) -> new_ltEs11(vwx91, vwx101) 18.37/7.60 new_ltEs20(vwx9, vwx10, ty_Ordering) -> new_ltEs11(vwx9, vwx10) 18.37/7.60 new_esEs24(vwx91, vwx101, ty_Ordering) -> new_esEs19(vwx91, vwx101) 18.37/7.60 new_ltEs20(vwx9, vwx10, app(app(ty_Either, gb), eh)) -> new_ltEs4(vwx9, vwx10, gb, eh) 18.37/7.60 new_ltEs11(EQ, EQ) -> True 18.37/7.60 new_esEs30(vwx300, vwx400, ty_Ordering) -> new_esEs19(vwx300, vwx400) 18.37/7.60 new_lt20(vwx90, vwx100, app(app(app(ty_@3, bcg), bch), bda)) -> new_lt18(vwx90, vwx100, bcg, bch, bda) 18.37/7.60 new_esEs10(:(vwx300, vwx301), :(vwx400, vwx401), bed) -> new_asAs(new_esEs11(vwx300, vwx400, bed), new_esEs10(vwx301, vwx401, bed)) 18.37/7.60 new_esEs28(vwx301, vwx401, app(app(app(ty_@3, cfd), cfe), cff)) -> new_esEs7(vwx301, vwx401, cfd, cfe, cff) 18.37/7.60 new_lt4(vwx90, vwx100, ty_Int) -> new_lt8(vwx90, vwx100) 18.37/7.60 new_esEs9(vwx30, vwx40, ty_@0) -> new_esEs20(vwx30, vwx40) 18.37/7.60 new_asAs(True, vwx37) -> vwx37 18.37/7.60 new_esEs30(vwx300, vwx400, ty_Integer) -> new_esEs14(vwx300, vwx400) 18.37/7.60 new_compare10(vwx90, vwx100, False, eb, ec) -> GT 18.37/7.60 new_lt19(vwx91, vwx101, ty_Double) -> new_lt17(vwx91, vwx101) 18.37/7.60 new_compare12(vwx90, vwx100, True, ed, ee, ef) -> LT 18.37/7.60 new_esEs9(vwx30, vwx40, app(app(ty_Either, bhb), bgb)) -> new_esEs6(vwx30, vwx40, bhb, bgb) 18.37/7.60 new_lt19(vwx91, vwx101, app(app(app(ty_@3, bbf), bbg), bbh)) -> new_lt18(vwx91, vwx101, bbf, bbg, bbh) 18.37/7.60 new_lt14(Just(vwx30), Just(vwx40), bec) -> new_esEs22(vwx30, vwx40, new_esEs9(vwx30, vwx40, bec), bec) 18.37/7.60 new_esEs6(Left(vwx300), Right(vwx400), bhb, bgb) -> False 18.37/7.60 new_esEs6(Right(vwx300), Left(vwx400), bhb, bgb) -> False 18.37/7.60 new_esEs21(vwx90, vwx100, ty_Int) -> new_esEs17(vwx90, vwx100) 18.37/7.60 new_esEs19(LT, LT) -> True 18.37/7.60 new_esEs11(vwx300, vwx400, ty_@0) -> new_esEs20(vwx300, vwx400) 18.37/7.60 new_ltEs5(vwx9, vwx10) -> new_not(new_esEs19(new_compare6(vwx9, vwx10), GT)) 18.37/7.60 new_esEs24(vwx91, vwx101, ty_Double) -> new_esEs13(vwx91, vwx101) 18.37/7.60 new_esEs23(vwx90, vwx100, ty_Bool) -> new_esEs15(vwx90, vwx100) 18.37/7.60 new_esEs29(vwx302, vwx402, ty_Ordering) -> new_esEs19(vwx302, vwx402) 18.37/7.60 new_ltEs7(vwx91, vwx101, ty_Integer) -> new_ltEs15(vwx91, vwx101) 18.37/7.60 new_esEs6(Left(vwx300), Left(vwx400), ty_Float, bgb) -> new_esEs18(vwx300, vwx400) 18.37/7.60 new_esEs31(vwx301, vwx401, ty_Float) -> new_esEs18(vwx301, vwx401) 18.37/7.60 new_compare29(vwx90, vwx100, ty_Char) -> new_compare7(vwx90, vwx100) 18.37/7.60 new_lt19(vwx91, vwx101, ty_Int) -> new_lt8(vwx91, vwx101) 18.37/7.60 new_esEs10(:(vwx300, vwx301), [], bed) -> False 18.37/7.60 new_esEs10([], :(vwx400, vwx401), bed) -> False 18.37/7.60 new_primCmpInt(Pos(Succ(vwx900)), Pos(vwx100)) -> new_primCmpNat0(Succ(vwx900), vwx100) 18.37/7.60 new_compare5(Float(vwx90, Neg(vwx910)), Float(vwx100, Neg(vwx1010))) -> new_compare6(new_sr0(vwx90, Neg(vwx1010)), new_sr0(Neg(vwx910), vwx100)) 18.37/7.60 new_lt20(vwx90, vwx100, ty_Char) -> new_lt7(vwx90, vwx100) 18.37/7.60 new_esEs8(Just(vwx300), Just(vwx400), ty_Float) -> new_esEs18(vwx300, vwx400) 18.37/7.60 new_ltEs11(GT, GT) -> True 18.37/7.60 new_compare29(vwx90, vwx100, app(app(ty_Either, bdf), bdg)) -> new_compare30(vwx90, vwx100, bdf, bdg) 18.37/7.60 new_ltEs16(Just(vwx90), Just(vwx100), app(app(app(ty_@3, bg), bh), ca)) -> new_ltEs18(vwx90, vwx100, bg, bh, ca) 18.37/7.60 new_ltEs4(Right(vwx90), Right(vwx100), gb, ty_Char) -> new_ltEs10(vwx90, vwx100) 18.37/7.60 new_esEs11(vwx300, vwx400, app(ty_Maybe, bfc)) -> new_esEs8(vwx300, vwx400, bfc) 18.37/7.60 new_ltEs4(Right(vwx90), Right(vwx100), gb, app(ty_Maybe, gd)) -> new_ltEs16(vwx90, vwx100, gd) 18.37/7.60 new_esEs28(vwx301, vwx401, ty_Ordering) -> new_esEs19(vwx301, vwx401) 18.37/7.60 new_esEs9(vwx30, vwx40, ty_Int) -> new_esEs17(vwx30, vwx40) 18.37/7.60 new_primMulNat0(Zero, Zero) -> Zero 18.37/7.60 new_esEs30(vwx300, vwx400, ty_Double) -> new_esEs13(vwx300, vwx400) 18.37/7.60 new_esEs27(vwx300, vwx400, app(ty_Maybe, ceh)) -> new_esEs8(vwx300, vwx400, ceh) 18.37/7.60 new_esEs27(vwx300, vwx400, app(ty_Ratio, ceg)) -> new_esEs16(vwx300, vwx400, ceg) 18.37/7.60 new_esEs23(vwx90, vwx100, ty_Char) -> new_esEs12(vwx90, vwx100) 18.37/7.60 new_esEs29(vwx302, vwx402, ty_Int) -> new_esEs17(vwx302, vwx402) 18.37/7.60 new_esEs21(vwx90, vwx100, ty_@0) -> new_esEs20(vwx90, vwx100) 18.37/7.60 new_ltEs12(True, False) -> False 18.37/7.60 new_ltEs18(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hd, he, bah) -> new_pePe(new_lt20(vwx90, vwx100, hd), new_asAs(new_esEs23(vwx90, vwx100, hd), new_pePe(new_lt19(vwx91, vwx101, he), new_asAs(new_esEs24(vwx91, vwx101, he), new_ltEs19(vwx92, vwx102, bah))))) 18.37/7.60 new_compare29(vwx90, vwx100, ty_Bool) -> new_compare15(vwx90, vwx100) 18.37/7.60 new_esEs6(Right(vwx300), Right(vwx400), bhb, ty_Bool) -> new_esEs15(vwx300, vwx400) 18.37/7.60 new_esEs9(vwx30, vwx40, app(ty_Maybe, cbh)) -> new_esEs8(vwx30, vwx40, cbh) 18.37/7.60 new_lt4(vwx90, vwx100, ty_Char) -> new_lt7(vwx90, vwx100) 18.37/7.60 new_ltEs16(Just(vwx90), Just(vwx100), ty_Int) -> new_ltEs5(vwx90, vwx100) 18.37/7.60 new_compare5(Float(vwx90, Pos(vwx910)), Float(vwx100, Pos(vwx1010))) -> new_compare6(new_sr0(vwx90, Pos(vwx1010)), new_sr0(Pos(vwx910), vwx100)) 18.37/7.60 new_lt4(vwx90, vwx100, app(ty_Maybe, dg)) -> new_lt14(vwx90, vwx100, dg) 18.37/7.60 new_ltEs4(Left(vwx90), Left(vwx100), app(ty_Maybe, fa), eh) -> new_ltEs16(vwx90, vwx100, fa) 18.37/7.60 new_esEs8(Just(vwx300), Just(vwx400), app(app(ty_Either, cdg), cdh)) -> new_esEs6(vwx300, vwx400, cdg, cdh) 18.37/7.60 new_ltEs4(Right(vwx90), Right(vwx100), gb, ty_Double) -> new_ltEs17(vwx90, vwx100) 18.37/7.60 new_ltEs4(Left(vwx90), Left(vwx100), ty_Ordering, eh) -> new_ltEs11(vwx90, vwx100) 18.37/7.60 new_esEs31(vwx301, vwx401, app(app(ty_Either, dca), dcb)) -> new_esEs6(vwx301, vwx401, dca, dcb) 18.37/7.60 new_esEs31(vwx301, vwx401, app(ty_[], dcc)) -> new_esEs10(vwx301, vwx401, dcc) 18.37/7.60 new_ltEs4(Left(vwx90), Left(vwx100), ty_Float, eh) -> new_ltEs8(vwx90, vwx100) 18.37/7.60 new_ltEs20(vwx9, vwx10, app(ty_[], h)) -> new_ltEs9(vwx9, vwx10, h) 18.37/7.60 new_ltEs16(Just(vwx90), Just(vwx100), app(ty_Ratio, ccf)) -> new_ltEs14(vwx90, vwx100, ccf) 18.37/7.60 new_primCompAux0(vwx75, EQ) -> vwx75 18.37/7.60 new_ltEs7(vwx91, vwx101, app(ty_[], cc)) -> new_ltEs9(vwx91, vwx101, cc) 18.37/7.60 new_esEs24(vwx91, vwx101, ty_Bool) -> new_esEs15(vwx91, vwx101) 18.37/7.60 new_ltEs12(False, False) -> True 18.37/7.60 new_esEs21(vwx90, vwx100, app(ty_Maybe, dg)) -> new_esEs8(vwx90, vwx100, dg) 18.37/7.60 new_lt20(vwx90, vwx100, app(ty_Maybe, bcb)) -> new_lt14(vwx90, vwx100, bcb) 18.37/7.60 new_lt4(vwx90, vwx100, ty_Double) -> new_lt17(vwx90, vwx100) 18.37/7.60 new_primEqInt(Neg(Succ(vwx3000)), Neg(Zero)) -> False 18.37/7.60 new_primEqInt(Neg(Zero), Neg(Succ(vwx4000))) -> False 18.37/7.60 new_compare([], [], h) -> EQ 18.37/7.60 new_compare27(vwx90, vwx100, False) -> new_compare18(vwx90, vwx100, new_ltEs12(vwx90, vwx100)) 18.37/7.60 new_esEs6(Right(vwx300), Right(vwx400), bhb, ty_Double) -> new_esEs13(vwx300, vwx400) 18.37/7.60 new_lt19(vwx91, vwx101, ty_@0) -> new_lt11(vwx91, vwx101) 18.37/7.60 new_esEs21(vwx90, vwx100, ty_Float) -> new_esEs18(vwx90, vwx100) 18.37/7.60 new_primEqInt(Pos(Succ(vwx3000)), Pos(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 18.37/7.60 new_compare9(Double(vwx90, Pos(vwx910)), Double(vwx100, Neg(vwx1010))) -> new_compare6(new_sr0(vwx90, Pos(vwx1010)), new_sr0(Neg(vwx910), vwx100)) 18.37/7.60 new_compare9(Double(vwx90, Neg(vwx910)), Double(vwx100, Pos(vwx1010))) -> new_compare6(new_sr0(vwx90, Neg(vwx1010)), new_sr0(Pos(vwx910), vwx100)) 18.37/7.60 new_ltEs10(vwx9, vwx10) -> new_not(new_esEs19(new_compare7(vwx9, vwx10), GT)) 18.37/7.60 new_ltEs4(Right(vwx90), Right(vwx100), gb, ty_Int) -> new_ltEs5(vwx90, vwx100) 18.37/7.60 new_esEs11(vwx300, vwx400, ty_Int) -> new_esEs17(vwx300, vwx400) 18.37/7.60 new_ltEs4(Left(vwx90), Left(vwx100), app(app(ty_Either, fd), ff), eh) -> new_ltEs4(vwx90, vwx100, fd, ff) 18.37/7.60 new_ltEs4(Right(vwx90), Right(vwx100), gb, ty_Bool) -> new_ltEs12(vwx90, vwx100) 18.37/7.60 new_lt4(vwx90, vwx100, ty_@0) -> new_lt11(vwx90, vwx100) 18.37/7.60 new_ltEs16(Nothing, Just(vwx100), cce) -> True 18.37/7.60 new_primEqInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> False 18.37/7.60 new_primEqInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> False 18.37/7.60 new_primCmpInt(Neg(Zero), Neg(Succ(vwx1000))) -> new_primCmpNat0(Succ(vwx1000), Zero) 18.37/7.60 new_compare29(vwx90, vwx100, ty_Integer) -> new_compare14(vwx90, vwx100) 18.37/7.60 new_esEs11(vwx300, vwx400, ty_Char) -> new_esEs12(vwx300, vwx400) 18.37/7.60 new_lt7(vwx90, vwx100) -> new_esEs19(new_compare7(vwx90, vwx100), LT) 18.37/7.60 new_esEs8(Just(vwx300), Just(vwx400), ty_Integer) -> new_esEs14(vwx300, vwx400) 18.37/7.60 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 18.37/7.60 new_lt20(vwx90, vwx100, app(ty_Ratio, cca)) -> new_lt12(vwx90, vwx100, cca) 18.37/7.60 new_esEs16(:%(vwx300, vwx301), :%(vwx400, vwx401), cbg) -> new_asAs(new_esEs25(vwx300, vwx400, cbg), new_esEs26(vwx301, vwx401, cbg)) 18.37/7.60 new_ltEs17(vwx9, vwx10) -> new_not(new_esEs19(new_compare9(vwx9, vwx10), GT)) 18.37/7.60 new_esEs6(Left(vwx300), Left(vwx400), ty_Ordering, bgb) -> new_esEs19(vwx300, vwx400) 18.37/7.60 new_lt20(vwx90, vwx100, app(app(ty_@2, bcc), bcd)) -> new_lt15(vwx90, vwx100, bcc, bcd) 18.37/7.60 new_esEs8(Just(vwx300), Just(vwx400), ty_Double) -> new_esEs13(vwx300, vwx400) 18.37/7.60 new_esEs23(vwx90, vwx100, ty_Ordering) -> new_esEs19(vwx90, vwx100) 18.37/7.60 new_esEs29(vwx302, vwx402, app(app(app(ty_@3, cgf), cgg), cgh)) -> new_esEs7(vwx302, vwx402, cgf, cgg, cgh) 18.37/7.60 new_esEs31(vwx301, vwx401, app(ty_Maybe, dbh)) -> new_esEs8(vwx301, vwx401, dbh) 18.37/7.60 new_not(False) -> True 18.37/7.60 new_esEs28(vwx301, vwx401, ty_Float) -> new_esEs18(vwx301, vwx401) 18.37/7.60 new_ltEs4(Right(vwx90), Right(vwx100), gb, app(app(ty_@2, ge), gf)) -> new_ltEs6(vwx90, vwx100, ge, gf) 18.37/7.60 new_lt14(Nothing, Nothing, bec) -> False 18.37/7.60 new_esEs9(vwx30, vwx40, ty_Char) -> new_esEs12(vwx30, vwx40) 18.37/7.60 new_lt20(vwx90, vwx100, ty_Ordering) -> new_lt9(vwx90, vwx100) 18.37/7.60 new_compare29(vwx90, vwx100, app(ty_[], bdb)) -> new_compare(vwx90, vwx100, bdb) 18.37/7.60 new_esEs29(vwx302, vwx402, app(ty_[], chg)) -> new_esEs10(vwx302, vwx402, chg) 18.37/7.60 new_compare31(vwx90, vwx100, ed, ee, ef) -> new_compare25(vwx90, vwx100, new_esEs7(vwx90, vwx100, ed, ee, ef), ed, ee, ef) 18.37/7.60 new_esEs29(vwx302, vwx402, app(app(ty_Either, che), chf)) -> new_esEs6(vwx302, vwx402, che, chf) 18.37/7.60 new_esEs6(Right(vwx300), Right(vwx400), bhb, ty_Integer) -> new_esEs14(vwx300, vwx400) 18.37/7.60 new_esEs19(LT, GT) -> False 18.37/7.60 new_esEs19(GT, LT) -> False 18.37/7.60 new_esEs30(vwx300, vwx400, app(app(app(ty_@3, chh), daa), dab)) -> new_esEs7(vwx300, vwx400, chh, daa, dab) 18.37/7.60 new_esEs27(vwx300, vwx400, app(ty_[], cfc)) -> new_esEs10(vwx300, vwx400, cfc) 18.37/7.60 new_lt4(vwx90, vwx100, app(app(app(ty_@3, ed), ee), ef)) -> new_lt18(vwx90, vwx100, ed, ee, ef) 18.37/7.60 new_esEs6(Left(vwx300), Left(vwx400), ty_@0, bgb) -> new_esEs20(vwx300, vwx400) 18.37/7.60 new_esEs23(vwx90, vwx100, ty_Integer) -> new_esEs14(vwx90, vwx100) 18.37/7.60 new_ltEs13(vwx9, vwx10) -> new_not(new_esEs19(new_compare19(vwx9, vwx10), GT)) 18.37/7.60 new_esEs31(vwx301, vwx401, app(ty_Ratio, dbg)) -> new_esEs16(vwx301, vwx401, dbg) 18.37/7.60 new_compare29(vwx90, vwx100, app(app(ty_@2, bdd), bde)) -> new_compare13(vwx90, vwx100, bdd, bde) 18.37/7.60 new_ltEs20(vwx9, vwx10, app(ty_Ratio, cba)) -> new_ltEs14(vwx9, vwx10, cba) 18.37/7.60 new_esEs21(vwx90, vwx100, ty_Char) -> new_esEs12(vwx90, vwx100) 18.37/7.60 new_ltEs4(Left(vwx90), Right(vwx100), gb, eh) -> True 18.37/7.60 new_ltEs14(vwx9, vwx10, cba) -> new_not(new_esEs19(new_compare8(vwx9, vwx10, cba), GT)) 18.37/7.60 new_esEs27(vwx300, vwx400, app(app(app(ty_@3, ceb), cec), ced)) -> new_esEs7(vwx300, vwx400, ceb, cec, ced) 18.37/7.60 new_esEs30(vwx300, vwx400, app(ty_[], dba)) -> new_esEs10(vwx300, vwx400, dba) 18.37/7.60 new_primPlusNat0(Succ(vwx460), vwx40100) -> Succ(Succ(new_primPlusNat1(vwx460, vwx40100))) 18.37/7.60 new_lt20(vwx90, vwx100, ty_Int) -> new_lt8(vwx90, vwx100) 18.37/7.60 new_esEs7(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cbb, cbc, cbd) -> new_asAs(new_esEs27(vwx300, vwx400, cbb), new_asAs(new_esEs28(vwx301, vwx401, cbc), new_esEs29(vwx302, vwx402, cbd))) 18.37/7.60 new_esEs30(vwx300, vwx400, app(app(ty_Either, dag), dah)) -> new_esEs6(vwx300, vwx400, dag, dah) 18.37/7.60 new_sr0(vwx300, vwx401) -> new_primMulInt(vwx300, vwx401) 18.37/7.60 new_ltEs11(LT, EQ) -> True 18.37/7.60 new_ltEs19(vwx92, vwx102, ty_Char) -> new_ltEs10(vwx92, vwx102) 18.37/7.60 new_esEs6(Left(vwx300), Left(vwx400), app(ty_Ratio, bge), bgb) -> new_esEs16(vwx300, vwx400, bge) 18.37/7.60 new_ltEs19(vwx92, vwx102, app(ty_Ratio, ccc)) -> new_ltEs14(vwx92, vwx102, ccc) 18.37/7.60 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 18.37/7.60 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 18.37/7.60 new_esEs30(vwx300, vwx400, ty_Int) -> new_esEs17(vwx300, vwx400) 18.37/7.60 new_lt20(vwx90, vwx100, ty_Double) -> new_lt17(vwx90, vwx100) 18.37/7.60 new_lt19(vwx91, vwx101, app(ty_Ratio, ccb)) -> new_lt12(vwx91, vwx101, ccb) 18.37/7.60 new_primPlusNat1(Zero, Zero) -> Zero 18.37/7.60 new_esEs10([], [], bed) -> True 18.37/7.60 new_ltEs4(Left(vwx90), Left(vwx100), ty_Integer, eh) -> new_ltEs15(vwx90, vwx100) 18.37/7.60 new_esEs28(vwx301, vwx401, app(app(ty_@2, cfg), cfh)) -> new_esEs5(vwx301, vwx401, cfg, cfh) 18.37/7.60 new_ltEs4(Right(vwx90), Right(vwx100), gb, ty_Ordering) -> new_ltEs11(vwx90, vwx100) 18.37/7.60 new_esEs8(Just(vwx300), Just(vwx400), ty_@0) -> new_esEs20(vwx300, vwx400) 18.37/7.60 new_esEs27(vwx300, vwx400, app(app(ty_Either, cfa), cfb)) -> new_esEs6(vwx300, vwx400, cfa, cfb) 18.37/7.60 new_esEs15(False, True) -> False 18.37/7.60 new_esEs15(True, False) -> False 18.37/7.60 new_ltEs19(vwx92, vwx102, app(app(ty_Either, bab), bac)) -> new_ltEs4(vwx92, vwx102, bab, bac) 18.37/7.60 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 18.37/7.60 new_esEs30(vwx300, vwx400, app(app(ty_@2, dac), dad)) -> new_esEs5(vwx300, vwx400, dac, dad) 18.37/7.60 new_esEs6(Left(vwx300), Left(vwx400), app(ty_Maybe, bgf), bgb) -> new_esEs8(vwx300, vwx400, bgf) 18.37/7.60 new_ltEs7(vwx91, vwx101, ty_Char) -> new_ltEs10(vwx91, vwx101) 18.37/7.60 new_esEs30(vwx300, vwx400, ty_Float) -> new_esEs18(vwx300, vwx400) 18.37/7.60 new_primMulNat0(Succ(vwx30000), Succ(vwx40100)) -> new_primPlusNat0(new_primMulNat0(vwx30000, Succ(vwx40100)), vwx40100) 18.37/7.60 new_compare7(Char(vwx90), Char(vwx100)) -> new_primCmpNat0(vwx90, vwx100) 18.37/7.60 new_lt20(vwx90, vwx100, app(app(ty_Either, bce), bcf)) -> new_lt16(vwx90, vwx100, bce, bcf) 18.37/7.60 new_esEs21(vwx90, vwx100, ty_Integer) -> new_esEs14(vwx90, vwx100) 18.37/7.60 new_esEs19(EQ, GT) -> False 18.37/7.60 new_esEs19(GT, EQ) -> False 18.37/7.60 new_ltEs19(vwx92, vwx102, ty_Ordering) -> new_ltEs11(vwx92, vwx102) 18.37/7.60 new_esEs6(Left(vwx300), Left(vwx400), app(app(app(ty_@3, bfg), bfh), bga), bgb) -> new_esEs7(vwx300, vwx400, bfg, bfh, bga) 18.37/7.60 new_primCmpNat0(Succ(vwx900), Succ(vwx1000)) -> new_primCmpNat0(vwx900, vwx1000) 18.37/7.60 new_esEs31(vwx301, vwx401, ty_Char) -> new_esEs12(vwx301, vwx401) 18.37/7.60 new_esEs19(GT, GT) -> True 18.37/7.60 new_ltEs11(LT, GT) -> True 18.37/7.60 new_ltEs8(vwx9, vwx10) -> new_not(new_esEs19(new_compare5(vwx9, vwx10), GT)) 18.37/7.60 new_esEs23(vwx90, vwx100, ty_@0) -> new_esEs20(vwx90, vwx100) 18.37/7.60 new_esEs28(vwx301, vwx401, app(ty_Ratio, cga)) -> new_esEs16(vwx301, vwx401, cga) 18.37/7.60 new_esEs29(vwx302, vwx402, app(ty_Maybe, chd)) -> new_esEs8(vwx302, vwx402, chd) 18.37/7.60 new_ltEs20(vwx9, vwx10, ty_Char) -> new_ltEs10(vwx9, vwx10) 18.37/7.60 new_ltEs7(vwx91, vwx101, ty_Bool) -> new_ltEs12(vwx91, vwx101) 18.37/7.60 new_lt19(vwx91, vwx101, app(app(ty_@2, bbb), bbc)) -> new_lt15(vwx91, vwx101, bbb, bbc) 18.37/7.60 new_compare8(:%(vwx90, vwx91), :%(vwx100, vwx101), ty_Int) -> new_compare6(new_sr0(vwx90, vwx101), new_sr0(vwx100, vwx91)) 18.37/7.60 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 18.37/7.60 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 18.37/7.60 new_esEs23(vwx90, vwx100, ty_Double) -> new_esEs13(vwx90, vwx100) 18.37/7.60 new_esEs5(@2(vwx300, vwx301), @2(vwx400, vwx401), cbe, cbf) -> new_asAs(new_esEs30(vwx300, vwx400, cbe), new_esEs31(vwx301, vwx401, cbf)) 18.37/7.60 new_esEs11(vwx300, vwx400, ty_Bool) -> new_esEs15(vwx300, vwx400) 18.37/7.60 new_ltEs4(Right(vwx90), Right(vwx100), gb, app(ty_[], gc)) -> new_ltEs9(vwx90, vwx100, gc) 18.37/7.60 new_compare110(vwx90, vwx100, False, dh, ea) -> GT 18.37/7.60 new_esEs28(vwx301, vwx401, app(app(ty_Either, cgc), cgd)) -> new_esEs6(vwx301, vwx401, cgc, cgd) 18.37/7.60 new_esEs29(vwx302, vwx402, app(ty_Ratio, chc)) -> new_esEs16(vwx302, vwx402, chc) 18.37/7.60 new_esEs6(Right(vwx300), Right(vwx400), bhb, ty_Char) -> new_esEs12(vwx300, vwx400) 18.37/7.60 new_primEqNat0(Zero, Zero) -> True 18.37/7.60 new_ltEs4(Left(vwx90), Left(vwx100), ty_@0, eh) -> new_ltEs13(vwx90, vwx100) 18.37/7.60 new_lt4(vwx90, vwx100, app(ty_[], de)) -> new_lt6(vwx90, vwx100, de) 18.37/7.60 new_esEs9(vwx30, vwx40, ty_Bool) -> new_esEs15(vwx30, vwx40) 18.37/7.60 new_esEs24(vwx91, vwx101, ty_@0) -> new_esEs20(vwx91, vwx101) 18.37/7.60 new_esEs29(vwx302, vwx402, app(app(ty_@2, cha), chb)) -> new_esEs5(vwx302, vwx402, cha, chb) 18.37/7.60 new_ltEs7(vwx91, vwx101, app(app(ty_Either, cg), da)) -> new_ltEs4(vwx91, vwx101, cg, da) 18.37/7.60 new_lt20(vwx90, vwx100, app(ty_[], bca)) -> new_lt6(vwx90, vwx100, bca) 18.37/7.60 new_esEs11(vwx300, vwx400, ty_Integer) -> new_esEs14(vwx300, vwx400) 18.37/7.60 new_asAs(False, vwx37) -> False 18.37/7.60 new_lt4(vwx90, vwx100, app(app(ty_Either, eb), ec)) -> new_lt16(vwx90, vwx100, eb, ec) 18.37/7.60 new_esEs8(Just(vwx300), Just(vwx400), ty_Ordering) -> new_esEs19(vwx300, vwx400) 18.37/7.60 new_ltEs4(Left(vwx90), Left(vwx100), app(ty_Ratio, cag), eh) -> new_ltEs14(vwx90, vwx100, cag) 18.37/7.60 new_compare(:(vwx90, vwx91), :(vwx100, vwx101), h) -> new_primCompAux1(vwx90, vwx100, new_compare(vwx91, vwx101, h), h) 18.37/7.60 new_esEs28(vwx301, vwx401, app(ty_[], cge)) -> new_esEs10(vwx301, vwx401, cge) 18.37/7.60 new_esEs14(Integer(vwx300), Integer(vwx400)) -> new_primEqInt(vwx300, vwx400) 18.37/7.60 new_lt9(vwx90, vwx100) -> new_esEs19(new_compare16(vwx90, vwx100), LT) 18.37/7.60 new_esEs22(vwx9, vwx10, True, ccg) -> new_esEs19(EQ, LT) 18.37/7.60 new_ltEs16(Just(vwx90), Just(vwx100), app(app(ty_Either, be), bf)) -> new_ltEs4(vwx90, vwx100, be, bf) 18.37/7.60 new_ltEs4(Right(vwx90), Left(vwx100), gb, eh) -> False 18.37/7.60 new_esEs9(vwx30, vwx40, ty_Integer) -> new_esEs14(vwx30, vwx40) 18.37/7.60 new_lt19(vwx91, vwx101, app(ty_[], bag)) -> new_lt6(vwx91, vwx101, bag) 18.37/7.60 new_esEs29(vwx302, vwx402, ty_Float) -> new_esEs18(vwx302, vwx402) 18.37/7.60 new_compare27(vwx90, vwx100, True) -> EQ 18.37/7.60 new_esEs6(Right(vwx300), Right(vwx400), bhb, ty_Int) -> new_esEs17(vwx300, vwx400) 18.37/7.60 new_ltEs16(Just(vwx90), Just(vwx100), ty_Ordering) -> new_ltEs11(vwx90, vwx100) 18.37/7.60 new_ltEs16(Just(vwx90), Just(vwx100), ty_Char) -> new_ltEs10(vwx90, vwx100) 18.37/7.60 new_compare14(Integer(vwx90), Integer(vwx100)) -> new_primCmpInt(vwx90, vwx100) 18.37/7.60 new_lt19(vwx91, vwx101, app(app(ty_Either, bbd), bbe)) -> new_lt16(vwx91, vwx101, bbd, bbe) 18.37/7.60 new_ltEs11(EQ, LT) -> False 18.37/7.60 18.37/7.60 The set Q consists of the following terms: 18.37/7.60 18.37/7.60 new_esEs8(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 18.37/7.60 new_ltEs19(x0, x1, ty_Char) 18.37/7.60 new_esEs9(x0, x1, ty_Int) 18.37/7.60 new_esEs27(x0, x1, ty_Float) 18.37/7.60 new_compare([], :(x0, x1), x2) 18.37/7.60 new_esEs8(Just(x0), Nothing, x1) 18.37/7.60 new_esEs8(Just(x0), Just(x1), app(ty_[], x2)) 18.37/7.60 new_esEs30(x0, x1, ty_@0) 18.37/7.60 new_lt19(x0, x1, app(app(ty_@2, x2), x3)) 18.37/7.60 new_esEs9(x0, x1, app(ty_[], x2)) 18.37/7.60 new_esEs10([], :(x0, x1), x2) 18.37/7.60 new_ltEs7(x0, x1, app(ty_[], x2)) 18.37/7.60 new_lt4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.37/7.60 new_compare29(x0, x1, ty_Bool) 18.37/7.60 new_primPlusNat1(Zero, Zero) 18.37/7.60 new_compare9(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 18.37/7.60 new_esEs19(EQ, GT) 18.37/7.60 new_esEs19(GT, EQ) 18.37/7.60 new_esEs11(x0, x1, app(ty_Maybe, x2)) 18.37/7.60 new_ltEs4(Right(x0), Right(x1), x2, ty_@0) 18.37/7.60 new_lt19(x0, x1, ty_Integer) 18.37/7.60 new_lt4(x0, x1, app(app(ty_Either, x2), x3)) 18.37/7.60 new_esEs6(Right(x0), Right(x1), x2, ty_Int) 18.37/7.60 new_esEs30(x0, x1, app(ty_Ratio, x2)) 18.37/7.60 new_lt20(x0, x1, ty_Float) 18.37/7.60 new_esEs8(Just(x0), Just(x1), app(ty_Maybe, x2)) 18.37/7.60 new_ltEs19(x0, x1, ty_Int) 18.37/7.60 new_esEs20(@0, @0) 18.37/7.60 new_esEs9(x0, x1, app(ty_Ratio, x2)) 18.37/7.60 new_esEs21(x0, x1, app(ty_[], x2)) 18.37/7.60 new_primEqInt(Pos(Zero), Pos(Zero)) 18.37/7.60 new_esEs28(x0, x1, ty_Float) 18.37/7.60 new_compare16(x0, x1) 18.37/7.60 new_esEs31(x0, x1, app(ty_[], x2)) 18.37/7.60 new_esEs6(Left(x0), Left(x1), ty_Integer, x2) 18.37/7.60 new_ltEs19(x0, x1, app(ty_[], x2)) 18.37/7.60 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 18.37/7.60 new_compare29(x0, x1, ty_Integer) 18.37/7.60 new_esEs11(x0, x1, ty_Float) 18.37/7.60 new_compare18(x0, x1, False) 18.37/7.60 new_esEs11(x0, x1, ty_Integer) 18.37/7.60 new_compare9(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 18.37/7.60 new_compare9(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 18.37/7.60 new_esEs31(x0, x1, ty_Bool) 18.37/7.60 new_compare5(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 18.37/7.60 new_esEs6(Right(x0), Right(x1), x2, ty_Double) 18.37/7.60 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 18.37/7.60 new_compare8(:%(x0, x1), :%(x2, x3), ty_Int) 18.37/7.60 new_esEs6(Right(x0), Right(x1), x2, ty_Char) 18.37/7.60 new_primEqInt(Neg(Zero), Neg(Zero)) 18.37/7.60 new_compare29(x0, x1, app(ty_Ratio, x2)) 18.37/7.60 new_ltEs4(Left(x0), Left(x1), ty_@0, x2) 18.37/7.60 new_esEs30(x0, x1, ty_Bool) 18.37/7.60 new_compare23(x0, x1, False, x2, x3) 18.37/7.60 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 18.37/7.60 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 18.37/7.60 new_lt19(x0, x1, app(ty_Maybe, x2)) 18.37/7.60 new_primEqNat0(Zero, Succ(x0)) 18.37/7.60 new_compare110(x0, x1, False, x2, x3) 18.37/7.60 new_esEs6(Left(x0), Left(x1), ty_Bool, x2) 18.37/7.60 new_ltEs4(Right(x0), Right(x1), x2, ty_Integer) 18.37/7.60 new_esEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.37/7.60 new_lt20(x0, x1, app(ty_[], x2)) 18.37/7.60 new_lt9(x0, x1) 18.37/7.60 new_lt13(x0, x1) 18.37/7.60 new_esEs6(Left(x0), Left(x1), ty_Float, x2) 18.37/7.60 new_ltEs4(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 18.37/7.60 new_ltEs9(x0, x1, x2) 18.37/7.60 new_esEs6(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 18.37/7.60 new_ltEs7(x0, x1, ty_Float) 18.37/7.60 new_esEs23(x0, x1, app(ty_Ratio, x2)) 18.37/7.60 new_compare(:(x0, x1), [], x2) 18.37/7.60 new_lt18(x0, x1, x2, x3, x4) 18.37/7.60 new_ltEs19(x0, x1, ty_Ordering) 18.37/7.60 new_esEs6(Left(x0), Left(x1), ty_@0, x2) 18.37/7.60 new_esEs27(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.37/7.60 new_lt4(x0, x1, ty_Bool) 18.37/7.60 new_esEs8(Just(x0), Just(x1), app(ty_Ratio, x2)) 18.37/7.60 new_compare5(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 18.37/7.60 new_ltEs20(x0, x1, app(ty_Ratio, x2)) 18.37/7.60 new_ltEs20(x0, x1, ty_Float) 18.37/7.60 new_esEs29(x0, x1, ty_Float) 18.37/7.60 new_esEs6(Right(x0), Right(x1), x2, ty_@0) 18.37/7.60 new_compare11(x0, x1, True, x2) 18.37/7.60 new_esEs6(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 18.37/7.60 new_compare29(x0, x1, ty_@0) 18.37/7.60 new_esEs6(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 18.37/7.60 new_compare29(x0, x1, ty_Char) 18.37/7.60 new_lt14(Just(x0), Nothing, x1) 18.37/7.60 new_esEs25(x0, x1, ty_Integer) 18.37/7.60 new_esEs31(x0, x1, ty_@0) 18.37/7.60 new_lt20(x0, x1, app(ty_Ratio, x2)) 18.37/7.60 new_primEqInt(Pos(Zero), Neg(Zero)) 18.37/7.60 new_primEqInt(Neg(Zero), Pos(Zero)) 18.37/7.60 new_primMulInt(Pos(x0), Pos(x1)) 18.37/7.60 new_asAs(True, x0) 18.37/7.60 new_esEs6(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 18.37/7.60 new_ltEs16(Just(x0), Just(x1), ty_Ordering) 18.37/7.60 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 18.37/7.60 new_ltEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.37/7.60 new_ltEs20(x0, x1, app(ty_[], x2)) 18.37/7.60 new_esEs27(x0, x1, app(app(ty_Either, x2), x3)) 18.37/7.60 new_esEs18(Float(x0, x1), Float(x2, x3)) 18.37/7.60 new_esEs9(x0, x1, ty_Ordering) 18.37/7.60 new_compare12(x0, x1, True, x2, x3, x4) 18.37/7.60 new_lt4(x0, x1, ty_Integer) 18.37/7.60 new_esEs30(x0, x1, ty_Ordering) 18.37/7.60 new_esEs15(False, False) 18.37/7.60 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 18.37/7.60 new_ltEs19(x0, x1, ty_Integer) 18.37/7.60 new_compare9(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 18.37/7.60 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 18.37/7.60 new_sr0(x0, x1) 18.37/7.60 new_esEs11(x0, x1, ty_Bool) 18.37/7.60 new_compare5(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 18.37/7.60 new_compare5(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 18.37/7.60 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 18.37/7.60 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 18.37/7.60 new_ltEs7(x0, x1, app(app(ty_@2, x2), x3)) 18.37/7.60 new_esEs21(x0, x1, app(app(ty_Either, x2), x3)) 18.37/7.60 new_compare([], [], x0) 18.37/7.60 new_esEs6(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 18.37/7.60 new_esEs31(x0, x1, ty_Float) 18.37/7.60 new_esEs30(x0, x1, ty_Integer) 18.37/7.60 new_esEs9(x0, x1, app(app(ty_@2, x2), x3)) 18.37/7.60 new_compare14(Integer(x0), Integer(x1)) 18.37/7.60 new_esEs31(x0, x1, app(ty_Maybe, x2)) 18.37/7.60 new_ltEs11(LT, EQ) 18.37/7.60 new_ltEs11(EQ, LT) 18.37/7.60 new_esEs6(Right(x0), Right(x1), x2, ty_Integer) 18.37/7.60 new_ltEs16(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 18.37/7.60 new_esEs26(x0, x1, ty_Integer) 18.37/7.60 new_esEs21(x0, x1, app(ty_Ratio, x2)) 18.37/7.60 new_ltEs11(GT, GT) 18.37/7.60 new_compare29(x0, x1, ty_Int) 18.37/7.60 new_esEs29(x0, x1, app(app(ty_Either, x2), x3)) 18.37/7.60 new_esEs21(x0, x1, app(ty_Maybe, x2)) 18.37/7.60 new_ltEs7(x0, x1, ty_Integer) 18.37/7.60 new_lt14(Just(x0), Just(x1), x2) 18.37/7.60 new_esEs24(x0, x1, app(app(ty_Either, x2), x3)) 18.37/7.60 new_esEs27(x0, x1, app(ty_Maybe, x2)) 18.37/7.60 new_esEs23(x0, x1, app(app(ty_@2, x2), x3)) 18.37/7.60 new_esEs23(x0, x1, app(ty_[], x2)) 18.37/7.60 new_compare17(x0, x1, True) 18.37/7.60 new_ltEs10(x0, x1) 18.37/7.60 new_lt4(x0, x1, ty_@0) 18.37/7.60 new_esEs11(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.37/7.60 new_esEs6(Left(x0), Left(x1), app(ty_[], x2), x3) 18.37/7.60 new_ltEs15(x0, x1) 18.37/7.60 new_esEs9(x0, x1, ty_Integer) 18.37/7.60 new_asAs(False, x0) 18.37/7.60 new_compare13(x0, x1, x2, x3) 18.37/7.60 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.37/7.60 new_ltEs4(Left(x0), Left(x1), ty_Float, x2) 18.37/7.60 new_esEs29(x0, x1, ty_Integer) 18.37/7.60 new_esEs9(x0, x1, ty_Bool) 18.37/7.60 new_esEs24(x0, x1, app(ty_Maybe, x2)) 18.37/7.60 new_ltEs4(Right(x0), Right(x1), x2, ty_Ordering) 18.37/7.60 new_compare29(x0, x1, ty_Float) 18.37/7.60 new_esEs31(x0, x1, ty_Double) 18.37/7.60 new_esEs9(x0, x1, app(app(ty_Either, x2), x3)) 18.37/7.60 new_esEs24(x0, x1, ty_Ordering) 18.37/7.60 new_esEs10([], [], x0) 18.37/7.60 new_ltEs4(Right(x0), Right(x1), x2, app(ty_[], x3)) 18.37/7.60 new_esEs29(x0, x1, app(ty_[], x2)) 18.37/7.60 new_primPlusNat0(Zero, x0) 18.37/7.60 new_esEs6(Right(x0), Right(x1), x2, ty_Bool) 18.37/7.60 new_ltEs4(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 18.37/7.60 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 18.37/7.60 new_lt4(x0, x1, app(ty_[], x2)) 18.37/7.60 new_ltEs4(Right(x0), Right(x1), x2, ty_Float) 18.37/7.60 new_ltEs7(x0, x1, ty_Bool) 18.37/7.60 new_esEs23(x0, x1, ty_Integer) 18.37/7.60 new_compare26(x0, x1, True, x2, x3) 18.37/7.60 new_ltEs16(Just(x0), Just(x1), app(ty_Maybe, x2)) 18.37/7.60 new_lt7(x0, x1) 18.37/7.60 new_esEs31(x0, x1, app(app(ty_Either, x2), x3)) 18.37/7.60 new_ltEs6(@2(x0, x1), @2(x2, x3), x4, x5) 18.37/7.60 new_ltEs4(Left(x0), Left(x1), ty_Ordering, x2) 18.37/7.60 new_esEs24(x0, x1, ty_Integer) 18.37/7.60 new_esEs11(x0, x1, ty_@0) 18.37/7.60 new_esEs11(x0, x1, app(app(ty_@2, x2), x3)) 18.37/7.60 new_esEs24(x0, x1, ty_Float) 18.37/7.60 new_esEs29(x0, x1, ty_Ordering) 18.37/7.60 new_primCmpInt(Neg(Zero), Neg(Zero)) 18.37/7.60 new_ltEs4(Left(x0), Left(x1), ty_Int, x2) 18.37/7.60 new_ltEs7(x0, x1, app(ty_Ratio, x2)) 18.37/7.60 new_ltEs19(x0, x1, ty_@0) 18.37/7.60 new_esEs24(x0, x1, ty_Int) 18.37/7.60 new_ltEs19(x0, x1, ty_Double) 18.37/7.60 new_lt19(x0, x1, app(ty_[], x2)) 18.37/7.60 new_lt8(x0, x1) 18.37/7.60 new_ltEs4(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 18.37/7.60 new_compare10(x0, x1, True, x2, x3) 18.37/7.60 new_lt19(x0, x1, ty_Double) 18.37/7.60 new_esEs8(Just(x0), Just(x1), ty_Float) 18.37/7.60 new_esEs21(x0, x1, ty_Bool) 18.37/7.60 new_esEs23(x0, x1, ty_Ordering) 18.37/7.60 new_primMulNat0(Succ(x0), Succ(x1)) 18.37/7.60 new_esEs19(GT, GT) 18.37/7.60 new_primCmpInt(Pos(Zero), Neg(Zero)) 18.37/7.60 new_primCmpInt(Neg(Zero), Pos(Zero)) 18.37/7.60 new_esEs30(x0, x1, ty_Char) 18.37/7.60 new_esEs21(x0, x1, ty_Float) 18.37/7.60 new_esEs19(LT, EQ) 18.37/7.60 new_esEs19(EQ, LT) 18.37/7.60 new_ltEs20(x0, x1, ty_Double) 18.37/7.60 new_compare11(x0, x1, False, x2) 18.37/7.60 new_ltEs4(Left(x0), Left(x1), ty_Integer, x2) 18.37/7.60 new_ltEs16(Just(x0), Just(x1), ty_Double) 18.37/7.60 new_esEs24(x0, x1, ty_Char) 18.37/7.60 new_esEs28(x0, x1, ty_@0) 18.37/7.60 new_esEs15(True, True) 18.37/7.60 new_ltEs18(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 18.37/7.60 new_esEs30(x0, x1, ty_Int) 18.37/7.60 new_esEs7(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 18.37/7.60 new_ltEs16(Just(x0), Just(x1), app(ty_[], x2)) 18.37/7.60 new_esEs30(x0, x1, app(ty_Maybe, x2)) 18.37/7.60 new_esEs19(LT, LT) 18.37/7.60 new_ltEs4(Right(x0), Right(x1), x2, ty_Int) 18.37/7.60 new_pePe(True, x0) 18.37/7.60 new_esEs9(x0, x1, ty_Float) 18.37/7.60 new_esEs6(Left(x0), Left(x1), ty_Ordering, x2) 18.37/7.60 new_primCompAux0(x0, GT) 18.37/7.60 new_ltEs4(Left(x0), Left(x1), ty_Char, x2) 18.37/7.60 new_compare19(@0, @0) 18.37/7.60 new_esEs6(Right(x0), Right(x1), x2, ty_Ordering) 18.37/7.60 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 18.37/7.60 new_esEs24(x0, x1, ty_Bool) 18.37/7.60 new_ltEs11(EQ, EQ) 18.37/7.60 new_compare28(x0, x1, False) 18.37/7.60 new_esEs8(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 18.37/7.60 new_ltEs4(Left(x0), Left(x1), ty_Bool, x2) 18.37/7.60 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 18.37/7.60 new_ltEs4(Right(x0), Right(x1), x2, ty_Bool) 18.37/7.60 new_esEs28(x0, x1, ty_Double) 18.37/7.60 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 18.37/7.60 new_esEs9(x0, x1, ty_Char) 18.37/7.60 new_primPlusNat1(Zero, Succ(x0)) 18.37/7.60 new_compare23(x0, x1, True, x2, x3) 18.37/7.60 new_esEs28(x0, x1, app(app(ty_Either, x2), x3)) 18.37/7.60 new_esEs30(x0, x1, ty_Float) 18.37/7.60 new_ltEs7(x0, x1, ty_Ordering) 18.37/7.60 new_ltEs4(Right(x0), Right(x1), x2, ty_Char) 18.37/7.60 new_lt19(x0, x1, ty_@0) 18.37/7.60 new_ltEs16(Just(x0), Just(x1), ty_@0) 18.37/7.60 new_esEs21(x0, x1, ty_Int) 18.37/7.60 new_compare7(Char(x0), Char(x1)) 18.37/7.60 new_compare29(x0, x1, app(app(ty_@2, x2), x3)) 18.37/7.60 new_primEqNat0(Succ(x0), Succ(x1)) 18.37/7.60 new_esEs6(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 18.37/7.60 new_primCompAux1(x0, x1, x2, x3) 18.37/7.60 new_esEs30(x0, x1, app(app(ty_Either, x2), x3)) 18.37/7.60 new_esEs21(x0, x1, app(app(ty_@2, x2), x3)) 18.37/7.60 new_ltEs7(x0, x1, ty_Char) 18.37/7.60 new_esEs28(x0, x1, ty_Int) 18.37/7.60 new_esEs27(x0, x1, ty_Double) 18.37/7.60 new_ltEs16(Just(x0), Just(x1), ty_Integer) 18.37/7.60 new_ltEs4(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 18.37/7.60 new_esEs6(Right(x0), Right(x1), x2, app(ty_[], x3)) 18.37/7.60 new_esEs23(x0, x1, ty_Char) 18.37/7.60 new_esEs22(x0, x1, True, x2) 18.37/7.60 new_lt20(x0, x1, ty_Ordering) 18.37/7.60 new_lt4(x0, x1, app(ty_Maybe, x2)) 18.37/7.60 new_lt4(x0, x1, app(ty_Ratio, x2)) 18.37/7.60 new_esEs24(x0, x1, ty_@0) 18.37/7.60 new_primMulNat0(Zero, Succ(x0)) 18.37/7.60 new_compare30(x0, x1, x2, x3) 18.37/7.60 new_primMulNat0(Zero, Zero) 18.37/7.60 new_esEs27(x0, x1, ty_Ordering) 18.37/7.60 new_esEs21(x0, x1, ty_Char) 18.37/7.60 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 18.37/7.60 new_esEs8(Just(x0), Just(x1), ty_Char) 18.37/7.60 new_esEs26(x0, x1, ty_Int) 18.37/7.60 new_esEs25(x0, x1, ty_Int) 18.37/7.60 new_lt20(x0, x1, app(ty_Maybe, x2)) 18.37/7.60 new_compare24(x0, x1, False, x2) 18.37/7.60 new_ltEs16(Just(x0), Just(x1), app(ty_Ratio, x2)) 18.37/7.60 new_esEs19(EQ, EQ) 18.37/7.60 new_ltEs11(LT, LT) 18.37/7.60 new_esEs23(x0, x1, ty_Int) 18.37/7.60 new_compare17(x0, x1, False) 18.37/7.60 new_primCompAux0(x0, EQ) 18.37/7.60 new_ltEs16(Just(x0), Just(x1), ty_Bool) 18.37/7.60 new_compare15(x0, x1) 18.37/7.60 new_ltEs20(x0, x1, ty_@0) 18.37/7.60 new_esEs11(x0, x1, ty_Ordering) 18.37/7.60 new_esEs23(x0, x1, app(ty_Maybe, x2)) 18.37/7.60 new_esEs8(Just(x0), Just(x1), ty_@0) 18.37/7.60 new_ltEs20(x0, x1, ty_Char) 18.37/7.60 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.37/7.60 new_compare28(x0, x1, True) 18.37/7.60 new_esEs8(Just(x0), Just(x1), ty_Int) 18.37/7.60 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 18.37/7.60 new_ltEs20(x0, x1, ty_Int) 18.37/7.60 new_ltEs4(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 18.37/7.60 new_lt19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.37/7.60 new_ltEs7(x0, x1, app(app(ty_Either, x2), x3)) 18.37/7.60 new_lt4(x0, x1, ty_Double) 18.37/7.60 new_compare25(x0, x1, True, x2, x3, x4) 18.37/7.60 new_ltEs4(Left(x0), Left(x1), app(ty_[], x2), x3) 18.37/7.60 new_esEs10(:(x0, x1), [], x2) 18.37/7.60 new_ltEs7(x0, x1, ty_@0) 18.37/7.60 new_not(True) 18.37/7.60 new_esEs8(Just(x0), Just(x1), ty_Ordering) 18.37/7.60 new_esEs23(x0, x1, ty_Double) 18.37/7.60 new_esEs6(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 18.37/7.60 new_compare110(x0, x1, True, x2, x3) 18.37/7.60 new_ltEs4(Left(x0), Right(x1), x2, x3) 18.37/7.60 new_ltEs4(Right(x0), Left(x1), x2, x3) 18.37/7.60 new_lt19(x0, x1, ty_Ordering) 18.37/7.60 new_esEs11(x0, x1, ty_Int) 18.37/7.60 new_ltEs7(x0, x1, app(ty_Maybe, x2)) 18.37/7.60 new_ltEs12(True, True) 18.37/7.60 new_esEs23(x0, x1, ty_@0) 18.37/7.60 new_esEs27(x0, x1, app(ty_Ratio, x2)) 18.37/7.60 new_esEs8(Just(x0), Just(x1), ty_Bool) 18.37/7.60 new_esEs29(x0, x1, ty_Double) 18.37/7.60 new_lt4(x0, x1, ty_Ordering) 18.37/7.60 new_ltEs20(x0, x1, app(app(ty_Either, x2), x3)) 18.37/7.60 new_esEs23(x0, x1, app(app(ty_Either, x2), x3)) 18.37/7.60 new_esEs8(Nothing, Just(x0), x1) 18.37/7.60 new_esEs8(Just(x0), Just(x1), ty_Double) 18.37/7.60 new_ltEs16(Just(x0), Nothing, x1) 18.37/7.60 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 18.37/7.60 new_esEs24(x0, x1, app(ty_Ratio, x2)) 18.37/7.60 new_esEs29(x0, x1, ty_Bool) 18.37/7.60 new_ltEs7(x0, x1, ty_Double) 18.37/7.60 new_ltEs7(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.37/7.60 new_esEs30(x0, x1, app(app(ty_@2, x2), x3)) 18.37/7.60 new_lt10(x0, x1) 18.37/7.60 new_esEs11(x0, x1, ty_Char) 18.37/7.60 new_esEs11(x0, x1, ty_Double) 18.37/7.60 new_ltEs12(False, True) 18.37/7.60 new_ltEs12(True, False) 18.37/7.60 new_esEs30(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.37/7.60 new_compare27(x0, x1, False) 18.37/7.60 new_ltEs16(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 18.37/7.60 new_lt12(x0, x1, x2) 18.37/7.60 new_lt20(x0, x1, ty_@0) 18.37/7.60 new_esEs21(x0, x1, ty_Integer) 18.37/7.60 new_ltEs4(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 18.37/7.60 new_lt6(x0, x1, x2) 18.37/7.60 new_lt15(x0, x1, x2, x3) 18.37/7.60 new_esEs6(Left(x0), Left(x1), ty_Int, x2) 18.37/7.60 new_esEs6(Right(x0), Right(x1), x2, ty_Float) 18.37/7.60 new_esEs6(Left(x0), Right(x1), x2, x3) 18.37/7.60 new_esEs6(Right(x0), Left(x1), x2, x3) 18.37/7.60 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 18.37/7.60 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 18.37/7.60 new_lt20(x0, x1, ty_Double) 18.37/7.60 new_esEs28(x0, x1, ty_Ordering) 18.37/7.60 new_esEs28(x0, x1, app(ty_Maybe, x2)) 18.37/7.60 new_lt20(x0, x1, ty_Char) 18.37/7.60 new_esEs27(x0, x1, ty_Int) 18.37/7.60 new_esEs16(:%(x0, x1), :%(x2, x3), x4) 18.37/7.60 new_ltEs7(x0, x1, ty_Int) 18.37/7.60 new_ltEs16(Nothing, Nothing, x0) 18.37/7.60 new_esEs29(x0, x1, ty_@0) 18.37/7.60 new_compare26(x0, x1, False, x2, x3) 18.37/7.60 new_compare6(x0, x1) 18.37/7.60 new_esEs29(x0, x1, ty_Char) 18.37/7.60 new_primPlusNat0(Succ(x0), x1) 18.37/7.60 new_compare18(x0, x1, True) 18.37/7.60 new_ltEs4(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 18.37/7.60 new_esEs22(x0, x1, False, x2) 18.37/7.60 new_lt14(Nothing, Nothing, x0) 18.37/7.60 new_esEs29(x0, x1, app(ty_Ratio, x2)) 18.37/7.60 new_esEs6(Left(x0), Left(x1), ty_Char, x2) 18.37/7.60 new_esEs8(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 18.37/7.60 new_esEs13(Double(x0, x1), Double(x2, x3)) 18.37/7.60 new_esEs6(Left(x0), Left(x1), ty_Double, x2) 18.37/7.60 new_ltEs5(x0, x1) 18.37/7.60 new_ltEs20(x0, x1, app(ty_Maybe, x2)) 18.37/7.60 new_esEs27(x0, x1, ty_Char) 18.37/7.60 new_compare29(x0, x1, app(ty_[], x2)) 18.37/7.60 new_esEs29(x0, x1, ty_Int) 18.37/7.60 new_primCmpInt(Pos(Zero), Pos(Zero)) 18.37/7.60 new_esEs21(x0, x1, ty_Ordering) 18.37/7.60 new_compare31(x0, x1, x2, x3, x4) 18.37/7.60 new_lt20(x0, x1, ty_Int) 18.37/7.60 new_compare29(x0, x1, ty_Double) 18.37/7.60 new_esEs23(x0, x1, ty_Bool) 18.37/7.60 new_esEs9(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.37/7.60 new_compare29(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.37/7.60 new_esEs6(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 18.37/7.60 new_esEs8(Nothing, Nothing, x0) 18.37/7.60 new_primCompAux0(x0, LT) 18.37/7.60 new_esEs12(Char(x0), Char(x1)) 18.37/7.60 new_primEqNat0(Succ(x0), Zero) 18.37/7.60 new_esEs19(LT, GT) 18.37/7.60 new_esEs19(GT, LT) 18.37/7.60 new_esEs14(Integer(x0), Integer(x1)) 18.37/7.60 new_esEs31(x0, x1, ty_Ordering) 18.37/7.60 new_ltEs16(Just(x0), Just(x1), ty_Char) 18.37/7.60 new_compare25(x0, x1, False, x2, x3, x4) 18.37/7.60 new_lt19(x0, x1, ty_Char) 18.37/7.60 new_esEs27(x0, x1, app(app(ty_@2, x2), x3)) 18.37/7.60 new_ltEs4(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 18.37/7.60 new_ltEs8(x0, x1) 18.37/7.60 new_esEs29(x0, x1, app(app(ty_@2, x2), x3)) 18.37/7.60 new_esEs28(x0, x1, app(ty_[], x2)) 18.37/7.60 new_esEs11(x0, x1, app(app(ty_Either, x2), x3)) 18.37/7.60 new_esEs30(x0, x1, ty_Double) 18.37/7.60 new_ltEs13(x0, x1) 18.37/7.60 new_primCmpNat0(Succ(x0), Zero) 18.37/7.60 new_esEs27(x0, x1, app(ty_[], x2)) 18.37/7.60 new_lt20(x0, x1, ty_Bool) 18.37/7.60 new_compare29(x0, x1, ty_Ordering) 18.37/7.60 new_esEs11(x0, x1, app(ty_[], x2)) 18.37/7.60 new_ltEs4(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 18.37/7.60 new_esEs6(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 18.37/7.60 new_compare8(:%(x0, x1), :%(x2, x3), ty_Integer) 18.37/7.60 new_sr(Integer(x0), Integer(x1)) 18.37/7.60 new_esEs28(x0, x1, ty_Integer) 18.37/7.60 new_lt20(x0, x1, ty_Integer) 18.37/7.60 new_esEs27(x0, x1, ty_@0) 18.37/7.60 new_esEs27(x0, x1, ty_Bool) 18.37/7.60 new_compare29(x0, x1, app(ty_Maybe, x2)) 18.37/7.60 new_ltEs4(Left(x0), Left(x1), ty_Double, x2) 18.37/7.60 new_esEs31(x0, x1, ty_Int) 18.37/7.60 new_esEs28(x0, x1, ty_Bool) 18.37/7.60 new_esEs9(x0, x1, app(ty_Maybe, x2)) 18.37/7.60 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 18.37/7.60 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 18.37/7.60 new_ltEs14(x0, x1, x2) 18.37/7.60 new_esEs8(Just(x0), Just(x1), ty_Integer) 18.37/7.60 new_esEs6(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 18.37/7.60 new_esEs10(:(x0, x1), :(x2, x3), x4) 18.37/7.60 new_compare24(x0, x1, True, x2) 18.37/7.60 new_primMulInt(Pos(x0), Neg(x1)) 18.37/7.60 new_primMulInt(Neg(x0), Pos(x1)) 18.37/7.60 new_ltEs17(x0, x1) 18.37/7.60 new_primPlusNat1(Succ(x0), Zero) 18.37/7.60 new_esEs31(x0, x1, ty_Char) 18.37/7.60 new_esEs17(x0, x1) 18.37/7.60 new_esEs29(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.37/7.60 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 18.37/7.60 new_ltEs19(x0, x1, ty_Bool) 18.37/7.60 new_compare(:(x0, x1), :(x2, x3), x4) 18.37/7.60 new_esEs15(False, True) 18.37/7.60 new_esEs15(True, False) 18.37/7.60 new_primCmpNat0(Succ(x0), Succ(x1)) 18.37/7.60 new_esEs5(@2(x0, x1), @2(x2, x3), x4, x5) 18.37/7.60 new_lt16(x0, x1, x2, x3) 18.37/7.60 new_esEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.37/7.60 new_lt4(x0, x1, ty_Char) 18.37/7.60 new_lt19(x0, x1, app(ty_Ratio, x2)) 18.37/7.60 new_ltEs20(x0, x1, ty_Ordering) 18.37/7.60 new_esEs31(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.37/7.60 new_esEs23(x0, x1, ty_Float) 18.37/7.60 new_primEqNat0(Zero, Zero) 18.37/7.60 new_lt19(x0, x1, ty_Float) 18.37/7.60 new_lt19(x0, x1, ty_Bool) 18.37/7.60 new_ltEs20(x0, x1, app(app(ty_@2, x2), x3)) 18.37/7.60 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 18.37/7.60 new_lt14(Nothing, Just(x0), x1) 18.37/7.60 new_not(False) 18.37/7.60 new_lt4(x0, x1, ty_Int) 18.37/7.60 new_esEs28(x0, x1, app(app(ty_@2, x2), x3)) 18.37/7.60 new_ltEs11(GT, LT) 18.37/7.60 new_ltEs11(LT, GT) 18.37/7.60 new_compare10(x0, x1, False, x2, x3) 18.37/7.60 new_esEs29(x0, x1, app(ty_Maybe, x2)) 18.37/7.60 new_compare29(x0, x1, app(app(ty_Either, x2), x3)) 18.37/7.60 new_esEs30(x0, x1, app(ty_[], x2)) 18.37/7.60 new_esEs21(x0, x1, ty_Double) 18.37/7.60 new_esEs27(x0, x1, ty_Integer) 18.37/7.60 new_esEs24(x0, x1, app(app(ty_@2, x2), x3)) 18.37/7.60 new_lt4(x0, x1, app(app(ty_@2, x2), x3)) 18.37/7.60 new_ltEs12(False, False) 18.37/7.60 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 18.37/7.60 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 18.37/7.60 new_ltEs16(Just(x0), Just(x1), ty_Float) 18.37/7.60 new_pePe(False, x0) 18.37/7.60 new_ltEs16(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 18.37/7.60 new_primMulNat0(Succ(x0), Zero) 18.37/7.60 new_ltEs20(x0, x1, ty_Bool) 18.37/7.60 new_compare12(x0, x1, False, x2, x3, x4) 18.37/7.60 new_esEs11(x0, x1, app(ty_Ratio, x2)) 18.37/7.60 new_ltEs4(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 18.37/7.60 new_lt19(x0, x1, ty_Int) 18.37/7.60 new_esEs28(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.37/7.60 new_ltEs20(x0, x1, ty_Integer) 18.37/7.60 new_esEs28(x0, x1, app(ty_Ratio, x2)) 18.37/7.60 new_compare27(x0, x1, True) 18.37/7.60 new_primCmpNat0(Zero, Succ(x0)) 18.37/7.60 new_lt17(x0, x1) 18.37/7.60 new_esEs9(x0, x1, ty_@0) 18.37/7.60 new_lt4(x0, x1, ty_Float) 18.37/7.60 new_esEs24(x0, x1, ty_Double) 18.37/7.60 new_esEs9(x0, x1, ty_Double) 18.37/7.60 new_lt5(x0, x1) 18.37/7.60 new_ltEs11(GT, EQ) 18.37/7.60 new_ltEs11(EQ, GT) 18.37/7.60 new_ltEs4(Right(x0), Right(x1), x2, ty_Double) 18.37/7.60 new_esEs31(x0, x1, app(app(ty_@2, x2), x3)) 18.37/7.60 new_primPlusNat1(Succ(x0), Succ(x1)) 18.37/7.60 new_lt19(x0, x1, app(app(ty_Either, x2), x3)) 18.37/7.60 new_esEs23(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.37/7.60 new_esEs31(x0, x1, app(ty_Ratio, x2)) 18.37/7.60 new_esEs28(x0, x1, ty_Char) 18.37/7.60 new_ltEs19(x0, x1, ty_Float) 18.37/7.60 new_lt11(x0, x1) 18.37/7.60 new_esEs24(x0, x1, app(ty_[], x2)) 18.37/7.60 new_esEs31(x0, x1, ty_Integer) 18.37/7.60 new_primCmpNat0(Zero, Zero) 18.37/7.60 new_esEs21(x0, x1, ty_@0) 18.37/7.60 new_ltEs16(Just(x0), Just(x1), ty_Int) 18.37/7.60 new_ltEs16(Nothing, Just(x0), x1) 18.37/7.60 new_primMulInt(Neg(x0), Neg(x1)) 18.37/7.60 18.37/7.60 We have to consider all minimal (P,Q,R)-chains. 18.37/7.60 ---------------------------------------- 18.37/7.60 18.37/7.60 (31) QDPSizeChangeProof (EQUIVALENT) 18.37/7.60 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. 18.37/7.60 18.37/7.60 From the DPs we obtained the following set of size-change graphs: 18.37/7.60 *new_compare0(:(vwx90, vwx91), :(vwx100, vwx101), h) -> new_primCompAux(vwx90, vwx100, new_compare(vwx91, vwx101, h), h) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_compare0(:(vwx90, vwx91), :(vwx100, vwx101), h) -> new_compare0(vwx91, vwx101, h) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs0(Just(vwx90), Just(vwx100), app(app(app(ty_@3, bg), bh), ca)) -> new_ltEs3(vwx90, vwx100, bg, bh, ca) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs0(Just(vwx90), Just(vwx100), app(ty_Maybe, bb)) -> new_ltEs0(vwx90, vwx100, bb) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hd, he, app(app(app(ty_@3, bad), bae), baf)) -> new_ltEs3(vwx92, vwx102, bad, bae, baf) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hd, he, app(ty_Maybe, hg)) -> new_ltEs0(vwx92, vwx102, hg) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_compare2(vwx90, vwx100, False, dh, ea) -> new_ltEs1(vwx90, vwx100, dh, ea) 18.37/7.60 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_primCompAux(vwx90, vwx100, vwx71, app(app(ty_@2, bdd), bde)) -> new_compare1(vwx90, vwx100, bdd, bde) 18.37/7.60 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_compare22(vwx90, vwx100, False, bdc) -> new_ltEs0(vwx90, vwx100, bdc) 18.37/7.60 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs0(Just(vwx90), Just(vwx100), app(app(ty_@2, bc), bd)) -> new_ltEs1(vwx90, vwx100, bc, bd) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hd, he, app(app(ty_@2, hh), baa)) -> new_ltEs1(vwx92, vwx102, hh, baa) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_lt0(vwx90, vwx100, de) -> new_compare0(vwx90, vwx100, de) 18.37/7.60 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs(:(vwx90, vwx91), :(vwx100, vwx101), h) -> new_primCompAux(vwx90, vwx100, new_compare(vwx91, vwx101, h), h) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(:(vwx90, vwx91), :(vwx100, vwx101), False, app(ty_[], h)) -> new_primCompAux(vwx90, vwx100, new_compare(vwx91, vwx101, h), h) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs0(Just(vwx90), Just(vwx100), app(app(ty_Either, be), bf)) -> new_ltEs2(vwx90, vwx100, be, bf) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs0(Just(vwx90), Just(vwx100), app(ty_[], ba)) -> new_ltEs(vwx90, vwx100, ba) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hd, he, app(app(ty_Either, bab), bac)) -> new_ltEs2(vwx92, vwx102, bab, bac) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs(:(vwx90, vwx91), :(vwx100, vwx101), h) -> new_compare0(vwx91, vwx101, h) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_lt(Just(vwx30), Just(vwx40), bec) -> new_esEs4(vwx30, vwx40, new_esEs9(vwx30, vwx40, bec), bec) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), cb, app(app(app(ty_@3, db), dc), dd)) -> new_ltEs3(vwx91, vwx101, db, dc, dd) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), cb, app(ty_Maybe, cd)) -> new_ltEs0(vwx91, vwx101, cd) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), cb, app(app(ty_@2, ce), cf)) -> new_ltEs1(vwx91, vwx101, ce, cf) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), cb, app(app(ty_Either, cg), da)) -> new_ltEs2(vwx91, vwx101, cg, da) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(ty_@2, dh), ea), df) -> new_compare2(vwx90, vwx100, new_esEs5(vwx90, vwx100, dh, ea), dh, ea) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hd, he, app(ty_[], hf)) -> new_ltEs(vwx92, vwx102, hf) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), cb, app(ty_[], cc)) -> new_ltEs(vwx91, vwx101, cc) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_lt1(vwx90, vwx100, dh, ea) -> new_compare2(vwx90, vwx100, new_esEs5(vwx90, vwx100, dh, ea), dh, ea) 18.37/7.60 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_compare21(vwx90, vwx100, False, ed, ee, ef) -> new_ltEs3(vwx90, vwx100, ed, ee, ef) 18.37/7.60 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4, 6 >= 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_primCompAux(vwx90, vwx100, vwx71, app(app(app(ty_@3, bdh), bea), beb)) -> new_compare4(vwx90, vwx100, bdh, bea, beb) 18.37/7.60 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4, 4 > 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_lt2(vwx90, vwx100, eb, ec) -> new_compare20(vwx90, vwx100, new_esEs6(vwx90, vwx100, eb, ec), eb, ec) 18.37/7.60 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_lt3(vwx90, vwx100, ed, ee, ef) -> new_compare21(vwx90, vwx100, new_esEs7(vwx90, vwx100, ed, ee, ef), ed, ee, ef) 18.37/7.60 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), app(ty_[], de), df) -> new_compare0(vwx90, vwx100, de) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_primCompAux(vwx90, vwx100, vwx71, app(ty_[], bdb)) -> new_compare0(vwx90, vwx100, bdb) 18.37/7.60 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_compare20(vwx90, vwx100, False, eb, ec) -> new_ltEs2(vwx90, vwx100, eb, ec) 18.37/7.60 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_primCompAux(vwx90, vwx100, vwx71, app(app(ty_Either, bdf), bdg)) -> new_compare3(vwx90, vwx100, bdf, bdg) 18.37/7.60 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_primCompAux(vwx90, vwx100, vwx71, app(ty_Maybe, bdc)) -> new_compare22(vwx90, vwx100, new_esEs8(vwx90, vwx100, bdc), bdc) 18.37/7.60 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_compare4(vwx90, vwx100, ed, ee, ef) -> new_compare21(vwx90, vwx100, new_esEs7(vwx90, vwx100, ed, ee, ef), ed, ee, ef) 18.37/7.60 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(app(ty_@3, ed), ee), ef), df) -> new_compare21(vwx90, vwx100, new_esEs7(vwx90, vwx100, ed, ee, ef), ed, ee, ef) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5, 3 > 6 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(app(app(ty_@3, ed), ee), ef)), df)) -> new_compare21(vwx90, vwx100, new_esEs7(vwx90, vwx100, ed, ee, ef), ed, ee, ef) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4, 4 > 5, 4 > 6 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), app(ty_Maybe, dg), df) -> new_lt(vwx90, vwx100, dg) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs1(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(ty_Either, eb), ec), df) -> new_compare20(vwx90, vwx100, new_esEs6(vwx90, vwx100, eb, ec), eb, ec) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(app(ty_@2, dh), ea)), df)) -> new_compare2(vwx90, vwx100, new_esEs5(vwx90, vwx100, dh, ea), dh, ea) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4, 4 > 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_compare1(vwx90, vwx100, dh, ea) -> new_compare2(vwx90, vwx100, new_esEs5(vwx90, vwx100, dh, ea), dh, ea) 18.37/7.60 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(app(ty_Either, eb), ec)), df)) -> new_compare20(vwx90, vwx100, new_esEs6(vwx90, vwx100, eb, ec), eb, ec) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4, 4 > 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_compare3(vwx90, vwx100, eb, ec) -> new_compare20(vwx90, vwx100, new_esEs6(vwx90, vwx100, eb, ec), eb, ec) 18.37/7.60 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs2(Right(vwx90), Right(vwx100), gb, app(app(app(ty_@3, ha), hb), hc)) -> new_ltEs3(vwx90, vwx100, ha, hb, hc) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs2(Left(vwx90), Left(vwx100), app(app(app(ty_@3, fg), fh), ga), eh) -> new_ltEs3(vwx90, vwx100, fg, fh, ga) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(app(app(ty_@3, bg), bh), ca))) -> new_ltEs3(vwx90, vwx100, bg, bh, ca) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, hd), he), app(app(app(ty_@3, bad), bae), baf))) -> new_ltEs3(vwx92, vwx102, bad, bae, baf) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(app(app(ty_@3, fg), fh), ga)), eh)) -> new_ltEs3(vwx90, vwx100, fg, fh, ga) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(Right(vwx90), Right(vwx100), False, app(app(ty_Either, gb), app(app(app(ty_@3, ha), hb), hc))) -> new_ltEs3(vwx90, vwx100, ha, hb, hc) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, cb), app(app(app(ty_@3, db), dc), dd))) -> new_ltEs3(vwx91, vwx101, db, dc, dd) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(app(ty_@3, bcg), bch), bda), he, bah) -> new_lt3(vwx90, vwx100, bcg, bch, bda) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hd, app(app(app(ty_@3, bbf), bbg), bbh), bah) -> new_lt3(vwx91, vwx101, bbf, bbg, bbh) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hd, app(app(ty_@2, bbb), bbc), bah) -> new_lt1(vwx91, vwx101, bbb, bbc) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(ty_@2, bcc), bcd), he, bah) -> new_lt1(vwx90, vwx100, bcc, bcd) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hd, app(ty_[], bag), bah) -> new_lt0(vwx91, vwx101, bag) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(ty_[], bca), he, bah) -> new_lt0(vwx90, vwx100, bca) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(ty_Either, bce), bcf), he, bah) -> new_lt2(vwx90, vwx100, bce, bcf) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hd, app(app(ty_Either, bbd), bbe), bah) -> new_lt2(vwx91, vwx101, bbd, bbe) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), hd, app(ty_Maybe, bba), bah) -> new_lt(vwx91, vwx101, bba) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(ty_Maybe, bcb), he, bah) -> new_lt(vwx90, vwx100, bcb) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs2(Right(vwx90), Right(vwx100), gb, app(ty_Maybe, gd)) -> new_ltEs0(vwx90, vwx100, gd) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs2(Left(vwx90), Left(vwx100), app(ty_Maybe, fa), eh) -> new_ltEs0(vwx90, vwx100, fa) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(Right(vwx90), Right(vwx100), False, app(app(ty_Either, gb), app(ty_Maybe, gd))) -> new_ltEs0(vwx90, vwx100, gd) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, hd), he), app(ty_Maybe, hg))) -> new_ltEs0(vwx92, vwx102, hg) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, cb), app(ty_Maybe, cd))) -> new_ltEs0(vwx91, vwx101, cd) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(ty_Maybe, bb))) -> new_ltEs0(vwx90, vwx100, bb) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(ty_Maybe, fa)), eh)) -> new_ltEs0(vwx90, vwx100, fa) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs2(Left(vwx90), Left(vwx100), app(app(ty_@2, fb), fc), eh) -> new_ltEs1(vwx90, vwx100, fb, fc) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs2(Right(vwx90), Right(vwx100), gb, app(app(ty_@2, ge), gf)) -> new_ltEs1(vwx90, vwx100, ge, gf) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(app(ty_@2, fb), fc)), eh)) -> new_ltEs1(vwx90, vwx100, fb, fc) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(Right(vwx90), Right(vwx100), False, app(app(ty_Either, gb), app(app(ty_@2, ge), gf))) -> new_ltEs1(vwx90, vwx100, ge, gf) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, cb), app(app(ty_@2, ce), cf))) -> new_ltEs1(vwx91, vwx101, ce, cf) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(app(ty_@2, bc), bd))) -> new_ltEs1(vwx90, vwx100, bc, bd) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, hd), he), app(app(ty_@2, hh), baa))) -> new_ltEs1(vwx92, vwx102, hh, baa) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs2(Right(vwx90), Right(vwx100), gb, app(app(ty_Either, gg), gh)) -> new_ltEs2(vwx90, vwx100, gg, gh) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs2(Left(vwx90), Left(vwx100), app(app(ty_Either, fd), ff), eh) -> new_ltEs2(vwx90, vwx100, fd, ff) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs2(Left(vwx90), Left(vwx100), app(ty_[], eg), eh) -> new_ltEs(vwx90, vwx100, eg) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_ltEs2(Right(vwx90), Right(vwx100), gb, app(ty_[], gc)) -> new_ltEs(vwx90, vwx100, gc) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(app(ty_Either, be), bf))) -> new_ltEs2(vwx90, vwx100, be, bf) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, hd), he), app(app(ty_Either, bab), bac))) -> new_ltEs2(vwx92, vwx102, bab, bac) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, cb), app(app(ty_Either, cg), da))) -> new_ltEs2(vwx91, vwx101, cg, da) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(app(ty_Either, fd), ff)), eh)) -> new_ltEs2(vwx90, vwx100, fd, ff) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(Right(vwx90), Right(vwx100), False, app(app(ty_Either, gb), app(app(ty_Either, gg), gh))) -> new_ltEs2(vwx90, vwx100, gg, gh) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, cb), app(ty_[], cc))) -> new_ltEs(vwx91, vwx101, cc) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, hd), he), app(ty_[], hf))) -> new_ltEs(vwx92, vwx102, hf) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(ty_[], ba))) -> new_ltEs(vwx90, vwx100, ba) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(ty_[], eg)), eh)) -> new_ltEs(vwx90, vwx100, eg) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(Right(vwx90), Right(vwx100), False, app(app(ty_Either, gb), app(ty_[], gc))) -> new_ltEs(vwx90, vwx100, gc) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(:(vwx90, vwx91), :(vwx100, vwx101), False, app(ty_[], h)) -> new_compare0(vwx91, vwx101, h) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(ty_[], de)), df)) -> new_compare0(vwx90, vwx100, de) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, hd), app(app(app(ty_@3, bbf), bbg), bbh)), bah)) -> new_lt3(vwx91, vwx101, bbf, bbg, bbh) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(app(app(ty_@3, bcg), bch), bda)), he), bah)) -> new_lt3(vwx90, vwx100, bcg, bch, bda) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(app(ty_@2, bcc), bcd)), he), bah)) -> new_lt1(vwx90, vwx100, bcc, bcd) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, hd), app(app(ty_@2, bbb), bbc)), bah)) -> new_lt1(vwx91, vwx101, bbb, bbc) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(ty_[], bca)), he), bah)) -> new_lt0(vwx90, vwx100, bca) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, hd), app(ty_[], bag)), bah)) -> new_lt0(vwx91, vwx101, bag) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(app(ty_Either, bce), bcf)), he), bah)) -> new_lt2(vwx90, vwx100, bce, bcf) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, hd), app(app(ty_Either, bbd), bbe)), bah)) -> new_lt2(vwx91, vwx101, bbd, bbe) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, hd), app(ty_Maybe, bba)), bah)) -> new_lt(vwx91, vwx101, bba) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(ty_Maybe, bcb)), he), bah)) -> new_lt(vwx90, vwx100, bcb) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.37/7.60 18.37/7.60 18.37/7.60 *new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(ty_Maybe, dg)), df)) -> new_lt(vwx90, vwx100, dg) 18.37/7.60 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.37/7.60 18.37/7.60 18.37/7.60 ---------------------------------------- 18.37/7.60 18.37/7.60 (32) 18.37/7.60 YES 18.48/10.06 EOF