16.56/7.13 YES 18.87/7.82 proof of /export/starexec/sandbox2/benchmark/theBenchmark.hs 18.87/7.82 # AProVE Commit ID: 48fb2092695e11cc9f56e44b17a92a5f88ffb256 marcel 20180622 unpublished dirty 18.87/7.82 18.87/7.82 18.87/7.82 H-Termination with start terms of the given HASKELL could be proven: 18.87/7.82 18.87/7.82 (0) HASKELL 18.87/7.82 (1) CR [EQUIVALENT, 0 ms] 18.87/7.82 (2) HASKELL 18.87/7.82 (3) IFR [EQUIVALENT, 0 ms] 18.87/7.82 (4) HASKELL 18.87/7.82 (5) BR [EQUIVALENT, 15 ms] 18.87/7.82 (6) HASKELL 18.87/7.82 (7) COR [EQUIVALENT, 0 ms] 18.87/7.82 (8) HASKELL 18.87/7.82 (9) LetRed [EQUIVALENT, 0 ms] 18.87/7.82 (10) HASKELL 18.87/7.82 (11) NumRed [SOUND, 0 ms] 18.87/7.82 (12) HASKELL 18.87/7.82 (13) Narrow [SOUND, 0 ms] 18.87/7.82 (14) AND 18.87/7.82 (15) QDP 18.87/7.82 (16) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.87/7.82 (17) YES 18.87/7.82 (18) QDP 18.87/7.82 (19) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.87/7.82 (20) YES 18.87/7.82 (21) QDP 18.87/7.82 (22) QDPSizeChangeProof [EQUIVALENT, 33 ms] 18.87/7.82 (23) YES 18.87/7.82 (24) QDP 18.87/7.82 (25) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.87/7.82 (26) YES 18.87/7.82 (27) QDP 18.87/7.82 (28) QDPSizeChangeProof [EQUIVALENT, 0 ms] 18.87/7.82 (29) YES 18.87/7.82 (30) QDP 18.87/7.82 (31) QDPSizeChangeProof [EQUIVALENT, 101 ms] 18.87/7.82 (32) YES 18.87/7.82 18.87/7.82 18.87/7.82 ---------------------------------------- 18.87/7.82 18.87/7.82 (0) 18.87/7.82 Obligation: 18.87/7.82 mainModule Main 18.87/7.82 module Main where { 18.87/7.82 import qualified Prelude; 18.87/7.82 } 18.87/7.82 18.87/7.82 ---------------------------------------- 18.87/7.82 18.87/7.82 (1) CR (EQUIVALENT) 18.87/7.82 Case Reductions: 18.87/7.82 The following Case expression 18.87/7.82 "case compare x y of { 18.87/7.82 EQ -> o; 18.87/7.82 LT -> LT; 18.87/7.82 GT -> GT} 18.87/7.82 " 18.87/7.82 is transformed to 18.87/7.82 "primCompAux0 o EQ = o; 18.87/7.82 primCompAux0 o LT = LT; 18.87/7.82 primCompAux0 o GT = GT; 18.87/7.82 " 18.87/7.82 18.87/7.82 ---------------------------------------- 18.87/7.82 18.87/7.82 (2) 18.87/7.82 Obligation: 18.87/7.82 mainModule Main 18.87/7.82 module Main where { 18.87/7.82 import qualified Prelude; 18.87/7.82 } 18.87/7.82 18.87/7.82 ---------------------------------------- 18.87/7.82 18.87/7.82 (3) IFR (EQUIVALENT) 18.87/7.82 If Reductions: 18.87/7.82 The following If expression 18.87/7.82 "if primGEqNatS x y then Succ (primDivNatS (primMinusNatS x y) (Succ y)) else Zero" 18.87/7.82 is transformed to 18.87/7.82 "primDivNatS0 x y True = Succ (primDivNatS (primMinusNatS x y) (Succ y)); 18.87/7.82 primDivNatS0 x y False = Zero; 18.87/7.82 " 18.87/7.82 The following If expression 18.87/7.82 "if primGEqNatS x y then primModNatS (primMinusNatS x y) (Succ y) else Succ x" 18.87/7.82 is transformed to 18.87/7.82 "primModNatS0 x y True = primModNatS (primMinusNatS x y) (Succ y); 18.87/7.82 primModNatS0 x y False = Succ x; 18.87/7.82 " 18.87/7.82 18.87/7.82 ---------------------------------------- 18.87/7.82 18.87/7.82 (4) 18.87/7.82 Obligation: 18.87/7.82 mainModule Main 18.87/7.82 module Main where { 18.87/7.82 import qualified Prelude; 18.87/7.82 } 18.87/7.82 18.87/7.82 ---------------------------------------- 18.87/7.82 18.87/7.82 (5) BR (EQUIVALENT) 18.87/7.82 Replaced joker patterns by fresh variables and removed binding patterns. 18.87/7.82 ---------------------------------------- 18.87/7.82 18.87/7.82 (6) 18.87/7.82 Obligation: 18.87/7.82 mainModule Main 18.87/7.82 module Main where { 18.87/7.82 import qualified Prelude; 18.87/7.82 } 18.87/7.82 18.87/7.82 ---------------------------------------- 18.87/7.82 18.87/7.82 (7) COR (EQUIVALENT) 18.87/7.82 Cond Reductions: 18.87/7.82 The following Function with conditions 18.87/7.82 "compare x y|x == yEQ|x <= yLT|otherwiseGT; 18.87/7.82 " 18.87/7.82 is transformed to 18.87/7.82 "compare x y = compare3 x y; 18.87/7.82 " 18.87/7.82 "compare0 x y True = GT; 18.87/7.82 " 18.87/7.82 "compare2 x y True = EQ; 18.87/7.82 compare2 x y False = compare1 x y (x <= y); 18.87/7.82 " 18.87/7.82 "compare1 x y True = LT; 18.87/7.82 compare1 x y False = compare0 x y otherwise; 18.87/7.82 " 18.87/7.82 "compare3 x y = compare2 x y (x == y); 18.87/7.82 " 18.87/7.82 The following Function with conditions 18.87/7.82 "absReal x|x >= 0x|otherwise`negate` x; 18.87/7.82 " 18.87/7.82 is transformed to 18.87/7.82 "absReal x = absReal2 x; 18.87/7.82 " 18.87/7.82 "absReal0 x True = `negate` x; 18.87/7.82 " 18.87/7.82 "absReal1 x True = x; 18.87/7.82 absReal1 x False = absReal0 x otherwise; 18.87/7.82 " 18.87/7.82 "absReal2 x = absReal1 x (x >= 0); 18.87/7.82 " 18.87/7.82 The following Function with conditions 18.87/7.82 "gcd' x 0 = x; 18.87/7.82 gcd' x y = gcd' y (x `rem` y); 18.87/7.82 " 18.87/7.82 is transformed to 18.87/7.82 "gcd' x zx = gcd'2 x zx; 18.87/7.82 gcd' x y = gcd'0 x y; 18.87/7.82 " 18.87/7.82 "gcd'0 x y = gcd' y (x `rem` y); 18.87/7.82 " 18.87/7.82 "gcd'1 True x zx = x; 18.87/7.82 gcd'1 zy zz vuu = gcd'0 zz vuu; 18.87/7.82 " 18.87/7.82 "gcd'2 x zx = gcd'1 (zx == 0) x zx; 18.87/7.82 gcd'2 vuv vuw = gcd'0 vuv vuw; 18.87/7.82 " 18.87/7.82 The following Function with conditions 18.87/7.82 "gcd 0 0 = error []; 18.87/7.82 gcd x y = gcd' (abs x) (abs y) where { 18.87/7.82 gcd' x 0 = x; 18.87/7.82 gcd' x y = gcd' y (x `rem` y); 18.87/7.82 } 18.87/7.82 ; 18.87/7.82 " 18.87/7.82 is transformed to 18.87/7.82 "gcd vux vuy = gcd3 vux vuy; 18.87/7.82 gcd x y = gcd0 x y; 18.87/7.82 " 18.87/7.82 "gcd0 x y = gcd' (abs x) (abs y) where { 18.87/7.82 gcd' x zx = gcd'2 x zx; 18.87/7.82 gcd' x y = gcd'0 x y; 18.87/7.82 ; 18.87/7.82 gcd'0 x y = gcd' y (x `rem` y); 18.87/7.82 ; 18.87/7.82 gcd'1 True x zx = x; 18.87/7.82 gcd'1 zy zz vuu = gcd'0 zz vuu; 18.87/7.82 ; 18.87/7.82 gcd'2 x zx = gcd'1 (zx == 0) x zx; 18.87/7.82 gcd'2 vuv vuw = gcd'0 vuv vuw; 18.87/7.82 } 18.87/7.82 ; 18.87/7.82 " 18.87/7.82 "gcd1 True vux vuy = error []; 18.87/7.82 gcd1 vuz vvu vvv = gcd0 vvu vvv; 18.87/7.82 " 18.87/7.82 "gcd2 True vux vuy = gcd1 (vuy == 0) vux vuy; 18.87/7.82 gcd2 vvw vvx vvy = gcd0 vvx vvy; 18.87/7.82 " 18.87/7.82 "gcd3 vux vuy = gcd2 (vux == 0) vux vuy; 18.87/7.82 gcd3 vvz vwu = gcd0 vvz vwu; 18.87/7.82 " 18.87/7.82 The following Function with conditions 18.87/7.82 "undefined |Falseundefined; 18.87/7.82 " 18.87/7.82 is transformed to 18.87/7.82 "undefined = undefined1; 18.87/7.82 " 18.87/7.82 "undefined0 True = undefined; 18.87/7.82 " 18.87/7.82 "undefined1 = undefined0 False; 18.87/7.82 " 18.87/7.82 The following Function with conditions 18.87/7.82 "reduce x y|y == 0error []|otherwisex `quot` d :% (y `quot` d) where { 18.87/7.82 d = gcd x y; 18.87/7.82 } 18.87/7.82 ; 18.87/7.82 " 18.87/7.82 is transformed to 18.87/7.82 "reduce x y = reduce2 x y; 18.87/7.82 " 18.87/7.82 "reduce2 x y = reduce1 x y (y == 0) where { 18.87/7.82 d = gcd x y; 18.87/7.82 ; 18.87/7.82 reduce0 x y True = x `quot` d :% (y `quot` d); 18.87/7.82 ; 18.87/7.82 reduce1 x y True = error []; 18.87/7.82 reduce1 x y False = reduce0 x y otherwise; 18.87/7.82 } 18.87/7.82 ; 18.87/7.82 " 18.87/7.82 18.87/7.82 ---------------------------------------- 18.87/7.82 18.87/7.82 (8) 18.87/7.82 Obligation: 18.87/7.82 mainModule Main 18.87/7.82 module Main where { 18.87/7.82 import qualified Prelude; 18.87/7.82 } 18.87/7.82 18.87/7.82 ---------------------------------------- 18.87/7.82 18.87/7.82 (9) LetRed (EQUIVALENT) 18.87/7.82 Let/Where Reductions: 18.87/7.82 The bindings of the following Let/Where expression 18.87/7.82 "gcd' (abs x) (abs y) where { 18.87/7.82 gcd' x zx = gcd'2 x zx; 18.87/7.82 gcd' x y = gcd'0 x y; 18.87/7.82 ; 18.87/7.82 gcd'0 x y = gcd' y (x `rem` y); 18.87/7.82 ; 18.87/7.82 gcd'1 True x zx = x; 18.87/7.82 gcd'1 zy zz vuu = gcd'0 zz vuu; 18.87/7.82 ; 18.87/7.82 gcd'2 x zx = gcd'1 (zx == 0) x zx; 18.87/7.82 gcd'2 vuv vuw = gcd'0 vuv vuw; 18.87/7.82 } 18.87/7.82 " 18.87/7.82 are unpacked to the following functions on top level 18.87/7.82 "gcd0Gcd'2 x zx = gcd0Gcd'1 (zx == 0) x zx; 18.87/7.82 gcd0Gcd'2 vuv vuw = gcd0Gcd'0 vuv vuw; 18.87/7.82 " 18.87/7.82 "gcd0Gcd'1 True x zx = x; 18.87/7.82 gcd0Gcd'1 zy zz vuu = gcd0Gcd'0 zz vuu; 18.87/7.82 " 18.87/7.82 "gcd0Gcd' x zx = gcd0Gcd'2 x zx; 18.87/7.82 gcd0Gcd' x y = gcd0Gcd'0 x y; 18.87/7.82 " 18.87/7.82 "gcd0Gcd'0 x y = gcd0Gcd' y (x `rem` y); 18.87/7.82 " 18.87/7.82 The bindings of the following Let/Where expression 18.87/7.82 "reduce1 x y (y == 0) where { 18.87/7.82 d = gcd x y; 18.87/7.82 ; 18.87/7.82 reduce0 x y True = x `quot` d :% (y `quot` d); 18.87/7.82 ; 18.87/7.82 reduce1 x y True = error []; 18.87/7.82 reduce1 x y False = reduce0 x y otherwise; 18.87/7.82 } 18.87/7.82 " 18.87/7.82 are unpacked to the following functions on top level 18.87/7.82 "reduce2D vwv vww = gcd vwv vww; 18.87/7.82 " 18.87/7.82 "reduce2Reduce1 vwv vww x y True = error []; 18.87/7.82 reduce2Reduce1 vwv vww x y False = reduce2Reduce0 vwv vww x y otherwise; 18.87/7.82 " 18.87/7.82 "reduce2Reduce0 vwv vww x y True = x `quot` reduce2D vwv vww :% (y `quot` reduce2D vwv vww); 18.87/7.82 " 18.87/7.82 18.87/7.82 ---------------------------------------- 18.87/7.82 18.87/7.82 (10) 18.87/7.82 Obligation: 18.87/7.82 mainModule Main 18.87/7.82 module Main where { 18.87/7.82 import qualified Prelude; 18.87/7.82 } 18.87/7.82 18.87/7.82 ---------------------------------------- 18.87/7.82 18.87/7.82 (11) NumRed (SOUND) 18.87/7.82 Num Reduction:All numbers are transformed to their corresponding representation with Succ, Pred and Zero. 18.87/7.82 ---------------------------------------- 18.87/7.82 18.87/7.82 (12) 18.87/7.82 Obligation: 18.87/7.82 mainModule Main 18.87/7.82 module Main where { 18.87/7.82 import qualified Prelude; 18.87/7.82 } 18.87/7.82 18.87/7.82 ---------------------------------------- 18.87/7.82 18.87/7.82 (13) Narrow (SOUND) 18.87/7.82 Haskell To QDPs 18.87/7.82 18.87/7.82 digraph dp_graph { 18.87/7.82 node [outthreshold=100, inthreshold=100];1[label="(<)",fontsize=16,color="grey",shape="box"];1 -> 3[label="",style="dashed", color="grey", weight=3]; 18.87/7.82 3[label="(<) vwx3",fontsize=16,color="grey",shape="box"];3 -> 4[label="",style="dashed", color="grey", weight=3]; 18.87/7.82 4[label="(<) vwx3 vwx4",fontsize=16,color="black",shape="triangle"];4 -> 5[label="",style="solid", color="black", weight=3]; 18.87/7.82 5[label="compare vwx3 vwx4 == LT",fontsize=16,color="black",shape="box"];5 -> 6[label="",style="solid", color="black", weight=3]; 18.87/7.82 6[label="compare3 vwx3 vwx4 == LT",fontsize=16,color="black",shape="box"];6 -> 7[label="",style="solid", color="black", weight=3]; 18.87/7.82 7[label="compare2 vwx3 vwx4 (vwx3 == vwx4) == LT",fontsize=16,color="burlywood",shape="box"];2839[label="vwx3/Left vwx30",fontsize=10,color="white",style="solid",shape="box"];7 -> 2839[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2839 -> 8[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2840[label="vwx3/Right vwx30",fontsize=10,color="white",style="solid",shape="box"];7 -> 2840[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2840 -> 9[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 8[label="compare2 (Left vwx30) vwx4 (Left vwx30 == vwx4) == LT",fontsize=16,color="burlywood",shape="box"];2841[label="vwx4/Left vwx40",fontsize=10,color="white",style="solid",shape="box"];8 -> 2841[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2841 -> 10[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2842[label="vwx4/Right vwx40",fontsize=10,color="white",style="solid",shape="box"];8 -> 2842[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2842 -> 11[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 9[label="compare2 (Right vwx30) vwx4 (Right vwx30 == vwx4) == LT",fontsize=16,color="burlywood",shape="box"];2843[label="vwx4/Left vwx40",fontsize=10,color="white",style="solid",shape="box"];9 -> 2843[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2843 -> 12[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2844[label="vwx4/Right vwx40",fontsize=10,color="white",style="solid",shape="box"];9 -> 2844[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2844 -> 13[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 10[label="compare2 (Left vwx30) (Left vwx40) (Left vwx30 == Left vwx40) == LT",fontsize=16,color="black",shape="box"];10 -> 14[label="",style="solid", color="black", weight=3]; 18.87/7.82 11[label="compare2 (Left vwx30) (Right vwx40) (Left vwx30 == Right vwx40) == LT",fontsize=16,color="black",shape="box"];11 -> 15[label="",style="solid", color="black", weight=3]; 18.87/7.82 12[label="compare2 (Right vwx30) (Left vwx40) (Right vwx30 == Left vwx40) == LT",fontsize=16,color="black",shape="box"];12 -> 16[label="",style="solid", color="black", weight=3]; 18.87/7.82 13[label="compare2 (Right vwx30) (Right vwx40) (Right vwx30 == Right vwx40) == LT",fontsize=16,color="black",shape="box"];13 -> 17[label="",style="solid", color="black", weight=3]; 18.87/7.82 14 -> 18[label="",style="dashed", color="red", weight=0]; 18.87/7.82 14[label="compare2 (Left vwx30) (Left vwx40) (vwx30 == vwx40) == LT",fontsize=16,color="magenta"];14 -> 19[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 14 -> 20[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 14 -> 21[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 15[label="compare2 (Left vwx30) (Right vwx40) False == LT",fontsize=16,color="black",shape="box"];15 -> 22[label="",style="solid", color="black", weight=3]; 18.87/7.82 16[label="compare2 (Right vwx30) (Left vwx40) False == LT",fontsize=16,color="black",shape="box"];16 -> 23[label="",style="solid", color="black", weight=3]; 18.87/7.82 17 -> 24[label="",style="dashed", color="red", weight=0]; 18.87/7.82 17[label="compare2 (Right vwx30) (Right vwx40) (vwx30 == vwx40) == LT",fontsize=16,color="magenta"];17 -> 25[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 17 -> 26[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 17 -> 27[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 19[label="vwx40",fontsize=16,color="green",shape="box"];20[label="vwx30",fontsize=16,color="green",shape="box"];21[label="vwx30 == vwx40",fontsize=16,color="blue",shape="box"];2845[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];21 -> 2845[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2845 -> 28[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2846[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];21 -> 2846[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2846 -> 29[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2847[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];21 -> 2847[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2847 -> 30[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2848[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];21 -> 2848[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2848 -> 31[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2849[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];21 -> 2849[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2849 -> 32[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2850[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];21 -> 2850[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2850 -> 33[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2851[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];21 -> 2851[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2851 -> 34[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2852[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];21 -> 2852[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2852 -> 35[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2853[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];21 -> 2853[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2853 -> 36[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2854[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];21 -> 2854[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2854 -> 37[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2855[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];21 -> 2855[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2855 -> 38[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2856[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];21 -> 2856[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2856 -> 39[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2857[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];21 -> 2857[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2857 -> 40[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2858[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];21 -> 2858[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2858 -> 41[label="",style="solid", color="blue", weight=3]; 18.87/7.82 18[label="compare2 (Left vwx9) (Left vwx10) vwx11 == LT",fontsize=16,color="burlywood",shape="triangle"];2859[label="vwx11/False",fontsize=10,color="white",style="solid",shape="box"];18 -> 2859[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2859 -> 42[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2860[label="vwx11/True",fontsize=10,color="white",style="solid",shape="box"];18 -> 2860[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2860 -> 43[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 22[label="compare1 (Left vwx30) (Right vwx40) (Left vwx30 <= Right vwx40) == LT",fontsize=16,color="black",shape="box"];22 -> 44[label="",style="solid", color="black", weight=3]; 18.87/7.82 23[label="compare1 (Right vwx30) (Left vwx40) (Right vwx30 <= Left vwx40) == LT",fontsize=16,color="black",shape="box"];23 -> 45[label="",style="solid", color="black", weight=3]; 18.87/7.82 25[label="vwx30",fontsize=16,color="green",shape="box"];26[label="vwx40",fontsize=16,color="green",shape="box"];27[label="vwx30 == vwx40",fontsize=16,color="blue",shape="box"];2861[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];27 -> 2861[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2861 -> 46[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2862[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];27 -> 2862[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2862 -> 47[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2863[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];27 -> 2863[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2863 -> 48[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2864[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];27 -> 2864[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2864 -> 49[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2865[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];27 -> 2865[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2865 -> 50[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2866[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];27 -> 2866[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2866 -> 51[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2867[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];27 -> 2867[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2867 -> 52[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2868[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];27 -> 2868[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2868 -> 53[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2869[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];27 -> 2869[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2869 -> 54[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2870[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];27 -> 2870[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2870 -> 55[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2871[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];27 -> 2871[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2871 -> 56[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2872[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];27 -> 2872[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2872 -> 57[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2873[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];27 -> 2873[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2873 -> 58[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2874[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];27 -> 2874[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2874 -> 59[label="",style="solid", color="blue", weight=3]; 18.87/7.82 24[label="compare2 (Right vwx16) (Right vwx17) vwx18 == LT",fontsize=16,color="burlywood",shape="triangle"];2875[label="vwx18/False",fontsize=10,color="white",style="solid",shape="box"];24 -> 2875[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2875 -> 60[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2876[label="vwx18/True",fontsize=10,color="white",style="solid",shape="box"];24 -> 2876[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2876 -> 61[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 28[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2877[label="vwx30/Left vwx300",fontsize=10,color="white",style="solid",shape="box"];28 -> 2877[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2877 -> 62[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2878[label="vwx30/Right vwx300",fontsize=10,color="white",style="solid",shape="box"];28 -> 2878[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2878 -> 63[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 29[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2879[label="vwx30/vwx300 :% vwx301",fontsize=10,color="white",style="solid",shape="box"];29 -> 2879[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2879 -> 64[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 30[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2880[label="vwx30/vwx300 : vwx301",fontsize=10,color="white",style="solid",shape="box"];30 -> 2880[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2880 -> 65[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2881[label="vwx30/[]",fontsize=10,color="white",style="solid",shape="box"];30 -> 2881[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2881 -> 66[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 31[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2882[label="vwx30/False",fontsize=10,color="white",style="solid",shape="box"];31 -> 2882[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2882 -> 67[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2883[label="vwx30/True",fontsize=10,color="white",style="solid",shape="box"];31 -> 2883[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2883 -> 68[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 32[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2884[label="vwx30/Integer vwx300",fontsize=10,color="white",style="solid",shape="box"];32 -> 2884[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2884 -> 69[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 33[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];33 -> 70[label="",style="solid", color="black", weight=3]; 18.87/7.82 34[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];34 -> 71[label="",style="solid", color="black", weight=3]; 18.87/7.82 35[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2885[label="vwx30/(vwx300,vwx301)",fontsize=10,color="white",style="solid",shape="box"];35 -> 2885[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2885 -> 72[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 36[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2886[label="vwx30/LT",fontsize=10,color="white",style="solid",shape="box"];36 -> 2886[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2886 -> 73[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2887[label="vwx30/EQ",fontsize=10,color="white",style="solid",shape="box"];36 -> 2887[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2887 -> 74[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2888[label="vwx30/GT",fontsize=10,color="white",style="solid",shape="box"];36 -> 2888[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2888 -> 75[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 37[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2889[label="vwx30/(vwx300,vwx301,vwx302)",fontsize=10,color="white",style="solid",shape="box"];37 -> 2889[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2889 -> 76[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 38[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2890[label="vwx30/()",fontsize=10,color="white",style="solid",shape="box"];38 -> 2890[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2890 -> 77[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 39[label="vwx30 == vwx40",fontsize=16,color="burlywood",shape="triangle"];2891[label="vwx30/Nothing",fontsize=10,color="white",style="solid",shape="box"];39 -> 2891[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2891 -> 78[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2892[label="vwx30/Just vwx300",fontsize=10,color="white",style="solid",shape="box"];39 -> 2892[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2892 -> 79[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 40[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];40 -> 80[label="",style="solid", color="black", weight=3]; 18.87/7.82 41[label="vwx30 == vwx40",fontsize=16,color="black",shape="triangle"];41 -> 81[label="",style="solid", color="black", weight=3]; 18.87/7.82 42[label="compare2 (Left vwx9) (Left vwx10) False == LT",fontsize=16,color="black",shape="box"];42 -> 82[label="",style="solid", color="black", weight=3]; 18.87/7.82 43[label="compare2 (Left vwx9) (Left vwx10) True == LT",fontsize=16,color="black",shape="box"];43 -> 83[label="",style="solid", color="black", weight=3]; 18.87/7.82 44 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.82 44[label="compare1 (Left vwx30) (Right vwx40) True == LT",fontsize=16,color="magenta"];44 -> 84[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 44 -> 85[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 45 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.82 45[label="compare1 (Right vwx30) (Left vwx40) False == LT",fontsize=16,color="magenta"];45 -> 86[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 45 -> 87[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 46 -> 28[label="",style="dashed", color="red", weight=0]; 18.87/7.82 46[label="vwx30 == vwx40",fontsize=16,color="magenta"];46 -> 88[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 46 -> 89[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 47 -> 29[label="",style="dashed", color="red", weight=0]; 18.87/7.82 47[label="vwx30 == vwx40",fontsize=16,color="magenta"];47 -> 90[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 47 -> 91[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 48 -> 30[label="",style="dashed", color="red", weight=0]; 18.87/7.82 48[label="vwx30 == vwx40",fontsize=16,color="magenta"];48 -> 92[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 48 -> 93[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 49 -> 31[label="",style="dashed", color="red", weight=0]; 18.87/7.82 49[label="vwx30 == vwx40",fontsize=16,color="magenta"];49 -> 94[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 49 -> 95[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 50 -> 32[label="",style="dashed", color="red", weight=0]; 18.87/7.82 50[label="vwx30 == vwx40",fontsize=16,color="magenta"];50 -> 96[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 50 -> 97[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 51 -> 33[label="",style="dashed", color="red", weight=0]; 18.87/7.82 51[label="vwx30 == vwx40",fontsize=16,color="magenta"];51 -> 98[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 51 -> 99[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 52 -> 34[label="",style="dashed", color="red", weight=0]; 18.87/7.82 52[label="vwx30 == vwx40",fontsize=16,color="magenta"];52 -> 100[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 52 -> 101[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 53 -> 35[label="",style="dashed", color="red", weight=0]; 18.87/7.82 53[label="vwx30 == vwx40",fontsize=16,color="magenta"];53 -> 102[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 53 -> 103[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 54 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.82 54[label="vwx30 == vwx40",fontsize=16,color="magenta"];54 -> 104[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 54 -> 105[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 55 -> 37[label="",style="dashed", color="red", weight=0]; 18.87/7.82 55[label="vwx30 == vwx40",fontsize=16,color="magenta"];55 -> 106[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 55 -> 107[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 56 -> 38[label="",style="dashed", color="red", weight=0]; 18.87/7.82 56[label="vwx30 == vwx40",fontsize=16,color="magenta"];56 -> 108[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 56 -> 109[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 57 -> 39[label="",style="dashed", color="red", weight=0]; 18.87/7.82 57[label="vwx30 == vwx40",fontsize=16,color="magenta"];57 -> 110[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 57 -> 111[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 58 -> 40[label="",style="dashed", color="red", weight=0]; 18.87/7.82 58[label="vwx30 == vwx40",fontsize=16,color="magenta"];58 -> 112[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 58 -> 113[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 59 -> 41[label="",style="dashed", color="red", weight=0]; 18.87/7.82 59[label="vwx30 == vwx40",fontsize=16,color="magenta"];59 -> 114[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 59 -> 115[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 60[label="compare2 (Right vwx16) (Right vwx17) False == LT",fontsize=16,color="black",shape="box"];60 -> 116[label="",style="solid", color="black", weight=3]; 18.87/7.82 61[label="compare2 (Right vwx16) (Right vwx17) True == LT",fontsize=16,color="black",shape="box"];61 -> 117[label="",style="solid", color="black", weight=3]; 18.87/7.82 62[label="Left vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2893[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];62 -> 2893[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2893 -> 118[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2894[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];62 -> 2894[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2894 -> 119[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 63[label="Right vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2895[label="vwx40/Left vwx400",fontsize=10,color="white",style="solid",shape="box"];63 -> 2895[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2895 -> 120[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2896[label="vwx40/Right vwx400",fontsize=10,color="white",style="solid",shape="box"];63 -> 2896[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2896 -> 121[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 64[label="vwx300 :% vwx301 == vwx40",fontsize=16,color="burlywood",shape="box"];2897[label="vwx40/vwx400 :% vwx401",fontsize=10,color="white",style="solid",shape="box"];64 -> 2897[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2897 -> 122[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 65[label="vwx300 : vwx301 == vwx40",fontsize=16,color="burlywood",shape="box"];2898[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];65 -> 2898[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2898 -> 123[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2899[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];65 -> 2899[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2899 -> 124[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 66[label="[] == vwx40",fontsize=16,color="burlywood",shape="box"];2900[label="vwx40/vwx400 : vwx401",fontsize=10,color="white",style="solid",shape="box"];66 -> 2900[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2900 -> 125[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2901[label="vwx40/[]",fontsize=10,color="white",style="solid",shape="box"];66 -> 2901[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2901 -> 126[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 67[label="False == vwx40",fontsize=16,color="burlywood",shape="box"];2902[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];67 -> 2902[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2902 -> 127[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2903[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];67 -> 2903[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2903 -> 128[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 68[label="True == vwx40",fontsize=16,color="burlywood",shape="box"];2904[label="vwx40/False",fontsize=10,color="white",style="solid",shape="box"];68 -> 2904[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2904 -> 129[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2905[label="vwx40/True",fontsize=10,color="white",style="solid",shape="box"];68 -> 2905[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2905 -> 130[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 69[label="Integer vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2906[label="vwx40/Integer vwx400",fontsize=10,color="white",style="solid",shape="box"];69 -> 2906[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2906 -> 131[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 70[label="primEqInt vwx30 vwx40",fontsize=16,color="burlywood",shape="triangle"];2907[label="vwx30/Pos vwx300",fontsize=10,color="white",style="solid",shape="box"];70 -> 2907[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2907 -> 132[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2908[label="vwx30/Neg vwx300",fontsize=10,color="white",style="solid",shape="box"];70 -> 2908[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2908 -> 133[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 71[label="primEqFloat vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2909[label="vwx30/Float vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];71 -> 2909[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2909 -> 134[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 72[label="(vwx300,vwx301) == vwx40",fontsize=16,color="burlywood",shape="box"];2910[label="vwx40/(vwx400,vwx401)",fontsize=10,color="white",style="solid",shape="box"];72 -> 2910[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2910 -> 135[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 73[label="LT == vwx40",fontsize=16,color="burlywood",shape="box"];2911[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];73 -> 2911[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2911 -> 136[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2912[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];73 -> 2912[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2912 -> 137[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2913[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];73 -> 2913[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2913 -> 138[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 74[label="EQ == vwx40",fontsize=16,color="burlywood",shape="box"];2914[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];74 -> 2914[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2914 -> 139[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2915[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];74 -> 2915[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2915 -> 140[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2916[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];74 -> 2916[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2916 -> 141[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 75[label="GT == vwx40",fontsize=16,color="burlywood",shape="box"];2917[label="vwx40/LT",fontsize=10,color="white",style="solid",shape="box"];75 -> 2917[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2917 -> 142[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2918[label="vwx40/EQ",fontsize=10,color="white",style="solid",shape="box"];75 -> 2918[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2918 -> 143[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2919[label="vwx40/GT",fontsize=10,color="white",style="solid",shape="box"];75 -> 2919[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2919 -> 144[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 76[label="(vwx300,vwx301,vwx302) == vwx40",fontsize=16,color="burlywood",shape="box"];2920[label="vwx40/(vwx400,vwx401,vwx402)",fontsize=10,color="white",style="solid",shape="box"];76 -> 2920[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2920 -> 145[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 77[label="() == vwx40",fontsize=16,color="burlywood",shape="box"];2921[label="vwx40/()",fontsize=10,color="white",style="solid",shape="box"];77 -> 2921[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2921 -> 146[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 78[label="Nothing == vwx40",fontsize=16,color="burlywood",shape="box"];2922[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];78 -> 2922[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2922 -> 147[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2923[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];78 -> 2923[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2923 -> 148[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 79[label="Just vwx300 == vwx40",fontsize=16,color="burlywood",shape="box"];2924[label="vwx40/Nothing",fontsize=10,color="white",style="solid",shape="box"];79 -> 2924[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2924 -> 149[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2925[label="vwx40/Just vwx400",fontsize=10,color="white",style="solid",shape="box"];79 -> 2925[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2925 -> 150[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 80[label="primEqDouble vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2926[label="vwx30/Double vwx300 vwx301",fontsize=10,color="white",style="solid",shape="box"];80 -> 2926[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2926 -> 151[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 81[label="primEqChar vwx30 vwx40",fontsize=16,color="burlywood",shape="box"];2927[label="vwx30/Char vwx300",fontsize=10,color="white",style="solid",shape="box"];81 -> 2927[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2927 -> 152[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 82 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.82 82[label="compare1 (Left vwx9) (Left vwx10) (Left vwx9 <= Left vwx10) == LT",fontsize=16,color="magenta"];82 -> 153[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 82 -> 154[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 83 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.82 83[label="EQ == LT",fontsize=16,color="magenta"];83 -> 155[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 83 -> 156[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 84 -> 1795[label="",style="dashed", color="red", weight=0]; 18.87/7.82 84[label="compare1 (Left vwx30) (Right vwx40) True",fontsize=16,color="magenta"];84 -> 1796[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 84 -> 1797[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 84 -> 1798[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 85[label="LT",fontsize=16,color="green",shape="box"];86 -> 1795[label="",style="dashed", color="red", weight=0]; 18.87/7.82 86[label="compare1 (Right vwx30) (Left vwx40) False",fontsize=16,color="magenta"];86 -> 1799[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 86 -> 1800[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 86 -> 1801[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 87[label="LT",fontsize=16,color="green",shape="box"];88[label="vwx30",fontsize=16,color="green",shape="box"];89[label="vwx40",fontsize=16,color="green",shape="box"];90[label="vwx30",fontsize=16,color="green",shape="box"];91[label="vwx40",fontsize=16,color="green",shape="box"];92[label="vwx30",fontsize=16,color="green",shape="box"];93[label="vwx40",fontsize=16,color="green",shape="box"];94[label="vwx30",fontsize=16,color="green",shape="box"];95[label="vwx40",fontsize=16,color="green",shape="box"];96[label="vwx30",fontsize=16,color="green",shape="box"];97[label="vwx40",fontsize=16,color="green",shape="box"];98[label="vwx30",fontsize=16,color="green",shape="box"];99[label="vwx40",fontsize=16,color="green",shape="box"];100[label="vwx30",fontsize=16,color="green",shape="box"];101[label="vwx40",fontsize=16,color="green",shape="box"];102[label="vwx30",fontsize=16,color="green",shape="box"];103[label="vwx40",fontsize=16,color="green",shape="box"];104[label="vwx30",fontsize=16,color="green",shape="box"];105[label="vwx40",fontsize=16,color="green",shape="box"];106[label="vwx30",fontsize=16,color="green",shape="box"];107[label="vwx40",fontsize=16,color="green",shape="box"];108[label="vwx30",fontsize=16,color="green",shape="box"];109[label="vwx40",fontsize=16,color="green",shape="box"];110[label="vwx30",fontsize=16,color="green",shape="box"];111[label="vwx40",fontsize=16,color="green",shape="box"];112[label="vwx30",fontsize=16,color="green",shape="box"];113[label="vwx40",fontsize=16,color="green",shape="box"];114[label="vwx30",fontsize=16,color="green",shape="box"];115[label="vwx40",fontsize=16,color="green",shape="box"];116 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.82 116[label="compare1 (Right vwx16) (Right vwx17) (Right vwx16 <= Right vwx17) == LT",fontsize=16,color="magenta"];116 -> 159[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 116 -> 160[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 117 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.82 117[label="EQ == LT",fontsize=16,color="magenta"];117 -> 161[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 117 -> 162[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 118[label="Left vwx300 == Left vwx400",fontsize=16,color="black",shape="box"];118 -> 163[label="",style="solid", color="black", weight=3]; 18.87/7.82 119[label="Left vwx300 == Right vwx400",fontsize=16,color="black",shape="box"];119 -> 164[label="",style="solid", color="black", weight=3]; 18.87/7.82 120[label="Right vwx300 == Left vwx400",fontsize=16,color="black",shape="box"];120 -> 165[label="",style="solid", color="black", weight=3]; 18.87/7.82 121[label="Right vwx300 == Right vwx400",fontsize=16,color="black",shape="box"];121 -> 166[label="",style="solid", color="black", weight=3]; 18.87/7.82 122[label="vwx300 :% vwx301 == vwx400 :% vwx401",fontsize=16,color="black",shape="box"];122 -> 167[label="",style="solid", color="black", weight=3]; 18.87/7.82 123[label="vwx300 : vwx301 == vwx400 : vwx401",fontsize=16,color="black",shape="box"];123 -> 168[label="",style="solid", color="black", weight=3]; 18.87/7.82 124[label="vwx300 : vwx301 == []",fontsize=16,color="black",shape="box"];124 -> 169[label="",style="solid", color="black", weight=3]; 18.87/7.82 125[label="[] == vwx400 : vwx401",fontsize=16,color="black",shape="box"];125 -> 170[label="",style="solid", color="black", weight=3]; 18.87/7.82 126[label="[] == []",fontsize=16,color="black",shape="box"];126 -> 171[label="",style="solid", color="black", weight=3]; 18.87/7.82 127[label="False == False",fontsize=16,color="black",shape="box"];127 -> 172[label="",style="solid", color="black", weight=3]; 18.87/7.82 128[label="False == True",fontsize=16,color="black",shape="box"];128 -> 173[label="",style="solid", color="black", weight=3]; 18.87/7.82 129[label="True == False",fontsize=16,color="black",shape="box"];129 -> 174[label="",style="solid", color="black", weight=3]; 18.87/7.82 130[label="True == True",fontsize=16,color="black",shape="box"];130 -> 175[label="",style="solid", color="black", weight=3]; 18.87/7.82 131[label="Integer vwx300 == Integer vwx400",fontsize=16,color="black",shape="box"];131 -> 176[label="",style="solid", color="black", weight=3]; 18.87/7.82 132[label="primEqInt (Pos vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2928[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];132 -> 2928[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2928 -> 177[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2929[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];132 -> 2929[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2929 -> 178[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 133[label="primEqInt (Neg vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2930[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];133 -> 2930[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2930 -> 179[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2931[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];133 -> 2931[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2931 -> 180[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 134[label="primEqFloat (Float vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];2932[label="vwx40/Float vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];134 -> 2932[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2932 -> 181[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 135[label="(vwx300,vwx301) == (vwx400,vwx401)",fontsize=16,color="black",shape="box"];135 -> 182[label="",style="solid", color="black", weight=3]; 18.87/7.82 136[label="LT == LT",fontsize=16,color="black",shape="box"];136 -> 183[label="",style="solid", color="black", weight=3]; 18.87/7.82 137[label="LT == EQ",fontsize=16,color="black",shape="box"];137 -> 184[label="",style="solid", color="black", weight=3]; 18.87/7.82 138[label="LT == GT",fontsize=16,color="black",shape="box"];138 -> 185[label="",style="solid", color="black", weight=3]; 18.87/7.82 139[label="EQ == LT",fontsize=16,color="black",shape="box"];139 -> 186[label="",style="solid", color="black", weight=3]; 18.87/7.82 140[label="EQ == EQ",fontsize=16,color="black",shape="box"];140 -> 187[label="",style="solid", color="black", weight=3]; 18.87/7.82 141[label="EQ == GT",fontsize=16,color="black",shape="box"];141 -> 188[label="",style="solid", color="black", weight=3]; 18.87/7.82 142[label="GT == LT",fontsize=16,color="black",shape="box"];142 -> 189[label="",style="solid", color="black", weight=3]; 18.87/7.82 143[label="GT == EQ",fontsize=16,color="black",shape="box"];143 -> 190[label="",style="solid", color="black", weight=3]; 18.87/7.82 144[label="GT == GT",fontsize=16,color="black",shape="box"];144 -> 191[label="",style="solid", color="black", weight=3]; 18.87/7.82 145[label="(vwx300,vwx301,vwx302) == (vwx400,vwx401,vwx402)",fontsize=16,color="black",shape="box"];145 -> 192[label="",style="solid", color="black", weight=3]; 18.87/7.82 146[label="() == ()",fontsize=16,color="black",shape="box"];146 -> 193[label="",style="solid", color="black", weight=3]; 18.87/7.82 147[label="Nothing == Nothing",fontsize=16,color="black",shape="box"];147 -> 194[label="",style="solid", color="black", weight=3]; 18.87/7.82 148[label="Nothing == Just vwx400",fontsize=16,color="black",shape="box"];148 -> 195[label="",style="solid", color="black", weight=3]; 18.87/7.82 149[label="Just vwx300 == Nothing",fontsize=16,color="black",shape="box"];149 -> 196[label="",style="solid", color="black", weight=3]; 18.87/7.82 150[label="Just vwx300 == Just vwx400",fontsize=16,color="black",shape="box"];150 -> 197[label="",style="solid", color="black", weight=3]; 18.87/7.82 151[label="primEqDouble (Double vwx300 vwx301) vwx40",fontsize=16,color="burlywood",shape="box"];2933[label="vwx40/Double vwx400 vwx401",fontsize=10,color="white",style="solid",shape="box"];151 -> 2933[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2933 -> 198[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 152[label="primEqChar (Char vwx300) vwx40",fontsize=16,color="burlywood",shape="box"];2934[label="vwx40/Char vwx400",fontsize=10,color="white",style="solid",shape="box"];152 -> 2934[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2934 -> 199[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 153 -> 1795[label="",style="dashed", color="red", weight=0]; 18.87/7.82 153[label="compare1 (Left vwx9) (Left vwx10) (Left vwx9 <= Left vwx10)",fontsize=16,color="magenta"];153 -> 1802[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 153 -> 1803[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 153 -> 1804[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 154[label="LT",fontsize=16,color="green",shape="box"];155[label="EQ",fontsize=16,color="green",shape="box"];156[label="LT",fontsize=16,color="green",shape="box"];1796[label="Right vwx40",fontsize=16,color="green",shape="box"];1797[label="Left vwx30",fontsize=16,color="green",shape="box"];1798[label="True",fontsize=16,color="green",shape="box"];1795[label="compare1 vwx90 vwx100 vwx71",fontsize=16,color="burlywood",shape="triangle"];2935[label="vwx71/False",fontsize=10,color="white",style="solid",shape="box"];1795 -> 2935[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2935 -> 1815[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2936[label="vwx71/True",fontsize=10,color="white",style="solid",shape="box"];1795 -> 2936[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2936 -> 1816[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 1799[label="Left vwx40",fontsize=16,color="green",shape="box"];1800[label="Right vwx30",fontsize=16,color="green",shape="box"];1801[label="False",fontsize=16,color="green",shape="box"];159 -> 1795[label="",style="dashed", color="red", weight=0]; 18.87/7.82 159[label="compare1 (Right vwx16) (Right vwx17) (Right vwx16 <= Right vwx17)",fontsize=16,color="magenta"];159 -> 1805[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 159 -> 1806[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 159 -> 1807[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 160[label="LT",fontsize=16,color="green",shape="box"];161[label="EQ",fontsize=16,color="green",shape="box"];162[label="LT",fontsize=16,color="green",shape="box"];163[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2937[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];163 -> 2937[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2937 -> 203[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2938[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];163 -> 2938[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2938 -> 204[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2939[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];163 -> 2939[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2939 -> 205[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2940[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];163 -> 2940[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2940 -> 206[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2941[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];163 -> 2941[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2941 -> 207[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2942[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];163 -> 2942[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2942 -> 208[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2943[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];163 -> 2943[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2943 -> 209[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2944[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];163 -> 2944[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2944 -> 210[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2945[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];163 -> 2945[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2945 -> 211[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2946[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];163 -> 2946[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2946 -> 212[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2947[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];163 -> 2947[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2947 -> 213[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2948[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];163 -> 2948[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2948 -> 214[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2949[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];163 -> 2949[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2949 -> 215[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2950[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];163 -> 2950[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2950 -> 216[label="",style="solid", color="blue", weight=3]; 18.87/7.82 164[label="False",fontsize=16,color="green",shape="box"];165[label="False",fontsize=16,color="green",shape="box"];166[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2951[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];166 -> 2951[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2951 -> 217[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2952[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];166 -> 2952[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2952 -> 218[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2953[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];166 -> 2953[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2953 -> 219[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2954[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];166 -> 2954[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2954 -> 220[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2955[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];166 -> 2955[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2955 -> 221[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2956[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];166 -> 2956[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2956 -> 222[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2957[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];166 -> 2957[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2957 -> 223[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2958[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];166 -> 2958[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2958 -> 224[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2959[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];166 -> 2959[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2959 -> 225[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2960[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];166 -> 2960[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2960 -> 226[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2961[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];166 -> 2961[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2961 -> 227[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2962[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];166 -> 2962[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2962 -> 228[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2963[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];166 -> 2963[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2963 -> 229[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2964[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];166 -> 2964[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2964 -> 230[label="",style="solid", color="blue", weight=3]; 18.87/7.82 167 -> 358[label="",style="dashed", color="red", weight=0]; 18.87/7.82 167[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];167 -> 359[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 167 -> 360[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 168 -> 358[label="",style="dashed", color="red", weight=0]; 18.87/7.82 168[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];168 -> 361[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 168 -> 362[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 169[label="False",fontsize=16,color="green",shape="box"];170[label="False",fontsize=16,color="green",shape="box"];171[label="True",fontsize=16,color="green",shape="box"];172[label="True",fontsize=16,color="green",shape="box"];173[label="False",fontsize=16,color="green",shape="box"];174[label="False",fontsize=16,color="green",shape="box"];175[label="True",fontsize=16,color="green",shape="box"];176 -> 70[label="",style="dashed", color="red", weight=0]; 18.87/7.82 176[label="primEqInt vwx300 vwx400",fontsize=16,color="magenta"];176 -> 241[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 176 -> 242[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 177[label="primEqInt (Pos (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];2965[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];177 -> 2965[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2965 -> 243[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2966[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];177 -> 2966[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2966 -> 244[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 178[label="primEqInt (Pos Zero) vwx40",fontsize=16,color="burlywood",shape="box"];2967[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];178 -> 2967[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2967 -> 245[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2968[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];178 -> 2968[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2968 -> 246[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 179[label="primEqInt (Neg (Succ vwx3000)) vwx40",fontsize=16,color="burlywood",shape="box"];2969[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];179 -> 2969[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2969 -> 247[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2970[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];179 -> 2970[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2970 -> 248[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 180[label="primEqInt (Neg Zero) vwx40",fontsize=16,color="burlywood",shape="box"];2971[label="vwx40/Pos vwx400",fontsize=10,color="white",style="solid",shape="box"];180 -> 2971[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2971 -> 249[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2972[label="vwx40/Neg vwx400",fontsize=10,color="white",style="solid",shape="box"];180 -> 2972[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2972 -> 250[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 181[label="primEqFloat (Float vwx300 vwx301) (Float vwx400 vwx401)",fontsize=16,color="black",shape="box"];181 -> 251[label="",style="solid", color="black", weight=3]; 18.87/7.82 182 -> 358[label="",style="dashed", color="red", weight=0]; 18.87/7.82 182[label="vwx300 == vwx400 && vwx301 == vwx401",fontsize=16,color="magenta"];182 -> 363[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 182 -> 364[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 183[label="True",fontsize=16,color="green",shape="box"];184[label="False",fontsize=16,color="green",shape="box"];185[label="False",fontsize=16,color="green",shape="box"];186[label="False",fontsize=16,color="green",shape="box"];187[label="True",fontsize=16,color="green",shape="box"];188[label="False",fontsize=16,color="green",shape="box"];189[label="False",fontsize=16,color="green",shape="box"];190[label="False",fontsize=16,color="green",shape="box"];191[label="True",fontsize=16,color="green",shape="box"];192 -> 358[label="",style="dashed", color="red", weight=0]; 18.87/7.82 192[label="vwx300 == vwx400 && vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];192 -> 365[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 192 -> 366[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 193[label="True",fontsize=16,color="green",shape="box"];194[label="True",fontsize=16,color="green",shape="box"];195[label="False",fontsize=16,color="green",shape="box"];196[label="False",fontsize=16,color="green",shape="box"];197[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2973[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];197 -> 2973[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2973 -> 263[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2974[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];197 -> 2974[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2974 -> 264[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2975[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];197 -> 2975[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2975 -> 265[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2976[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];197 -> 2976[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2976 -> 266[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2977[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];197 -> 2977[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2977 -> 267[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2978[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];197 -> 2978[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2978 -> 268[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2979[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];197 -> 2979[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2979 -> 269[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2980[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];197 -> 2980[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2980 -> 270[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2981[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];197 -> 2981[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2981 -> 271[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2982[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];197 -> 2982[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2982 -> 272[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2983[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];197 -> 2983[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2983 -> 273[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2984[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];197 -> 2984[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2984 -> 274[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2985[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];197 -> 2985[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2985 -> 275[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2986[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];197 -> 2986[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2986 -> 276[label="",style="solid", color="blue", weight=3]; 18.87/7.82 198[label="primEqDouble (Double vwx300 vwx301) (Double vwx400 vwx401)",fontsize=16,color="black",shape="box"];198 -> 277[label="",style="solid", color="black", weight=3]; 18.87/7.82 199[label="primEqChar (Char vwx300) (Char vwx400)",fontsize=16,color="black",shape="box"];199 -> 278[label="",style="solid", color="black", weight=3]; 18.87/7.82 1802[label="Left vwx10",fontsize=16,color="green",shape="box"];1803[label="Left vwx9",fontsize=16,color="green",shape="box"];1804[label="Left vwx9 <= Left vwx10",fontsize=16,color="black",shape="box"];1804 -> 1817[label="",style="solid", color="black", weight=3]; 18.87/7.82 1815[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];1815 -> 1819[label="",style="solid", color="black", weight=3]; 18.87/7.82 1816[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1816 -> 1820[label="",style="solid", color="black", weight=3]; 18.87/7.82 1805[label="Right vwx17",fontsize=16,color="green",shape="box"];1806[label="Right vwx16",fontsize=16,color="green",shape="box"];1807[label="Right vwx16 <= Right vwx17",fontsize=16,color="black",shape="box"];1807 -> 1818[label="",style="solid", color="black", weight=3]; 18.87/7.82 203 -> 28[label="",style="dashed", color="red", weight=0]; 18.87/7.82 203[label="vwx300 == vwx400",fontsize=16,color="magenta"];203 -> 300[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 203 -> 301[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 204 -> 29[label="",style="dashed", color="red", weight=0]; 18.87/7.82 204[label="vwx300 == vwx400",fontsize=16,color="magenta"];204 -> 302[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 204 -> 303[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 205 -> 30[label="",style="dashed", color="red", weight=0]; 18.87/7.82 205[label="vwx300 == vwx400",fontsize=16,color="magenta"];205 -> 304[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 205 -> 305[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 206 -> 31[label="",style="dashed", color="red", weight=0]; 18.87/7.82 206[label="vwx300 == vwx400",fontsize=16,color="magenta"];206 -> 306[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 206 -> 307[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 207 -> 32[label="",style="dashed", color="red", weight=0]; 18.87/7.82 207[label="vwx300 == vwx400",fontsize=16,color="magenta"];207 -> 308[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 207 -> 309[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 208 -> 33[label="",style="dashed", color="red", weight=0]; 18.87/7.82 208[label="vwx300 == vwx400",fontsize=16,color="magenta"];208 -> 310[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 208 -> 311[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 209 -> 34[label="",style="dashed", color="red", weight=0]; 18.87/7.82 209[label="vwx300 == vwx400",fontsize=16,color="magenta"];209 -> 312[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 209 -> 313[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 210 -> 35[label="",style="dashed", color="red", weight=0]; 18.87/7.82 210[label="vwx300 == vwx400",fontsize=16,color="magenta"];210 -> 314[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 210 -> 315[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 211 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.82 211[label="vwx300 == vwx400",fontsize=16,color="magenta"];211 -> 316[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 211 -> 317[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 212 -> 37[label="",style="dashed", color="red", weight=0]; 18.87/7.82 212[label="vwx300 == vwx400",fontsize=16,color="magenta"];212 -> 318[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 212 -> 319[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 213 -> 38[label="",style="dashed", color="red", weight=0]; 18.87/7.82 213[label="vwx300 == vwx400",fontsize=16,color="magenta"];213 -> 320[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 213 -> 321[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 214 -> 39[label="",style="dashed", color="red", weight=0]; 18.87/7.82 214[label="vwx300 == vwx400",fontsize=16,color="magenta"];214 -> 322[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 214 -> 323[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 215 -> 40[label="",style="dashed", color="red", weight=0]; 18.87/7.82 215[label="vwx300 == vwx400",fontsize=16,color="magenta"];215 -> 324[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 215 -> 325[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 216 -> 41[label="",style="dashed", color="red", weight=0]; 18.87/7.82 216[label="vwx300 == vwx400",fontsize=16,color="magenta"];216 -> 326[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 216 -> 327[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 217 -> 28[label="",style="dashed", color="red", weight=0]; 18.87/7.82 217[label="vwx300 == vwx400",fontsize=16,color="magenta"];217 -> 328[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 217 -> 329[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 218 -> 29[label="",style="dashed", color="red", weight=0]; 18.87/7.82 218[label="vwx300 == vwx400",fontsize=16,color="magenta"];218 -> 330[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 218 -> 331[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 219 -> 30[label="",style="dashed", color="red", weight=0]; 18.87/7.82 219[label="vwx300 == vwx400",fontsize=16,color="magenta"];219 -> 332[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 219 -> 333[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 220 -> 31[label="",style="dashed", color="red", weight=0]; 18.87/7.82 220[label="vwx300 == vwx400",fontsize=16,color="magenta"];220 -> 334[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 220 -> 335[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 221 -> 32[label="",style="dashed", color="red", weight=0]; 18.87/7.82 221[label="vwx300 == vwx400",fontsize=16,color="magenta"];221 -> 336[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 221 -> 337[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 222 -> 33[label="",style="dashed", color="red", weight=0]; 18.87/7.82 222[label="vwx300 == vwx400",fontsize=16,color="magenta"];222 -> 338[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 222 -> 339[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 223 -> 34[label="",style="dashed", color="red", weight=0]; 18.87/7.82 223[label="vwx300 == vwx400",fontsize=16,color="magenta"];223 -> 340[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 223 -> 341[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 224 -> 35[label="",style="dashed", color="red", weight=0]; 18.87/7.82 224[label="vwx300 == vwx400",fontsize=16,color="magenta"];224 -> 342[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 224 -> 343[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 225 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.82 225[label="vwx300 == vwx400",fontsize=16,color="magenta"];225 -> 344[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 225 -> 345[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 226 -> 37[label="",style="dashed", color="red", weight=0]; 18.87/7.82 226[label="vwx300 == vwx400",fontsize=16,color="magenta"];226 -> 346[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 226 -> 347[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 227 -> 38[label="",style="dashed", color="red", weight=0]; 18.87/7.82 227[label="vwx300 == vwx400",fontsize=16,color="magenta"];227 -> 348[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 227 -> 349[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 228 -> 39[label="",style="dashed", color="red", weight=0]; 18.87/7.82 228[label="vwx300 == vwx400",fontsize=16,color="magenta"];228 -> 350[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 228 -> 351[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 229 -> 40[label="",style="dashed", color="red", weight=0]; 18.87/7.82 229[label="vwx300 == vwx400",fontsize=16,color="magenta"];229 -> 352[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 229 -> 353[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 230 -> 41[label="",style="dashed", color="red", weight=0]; 18.87/7.82 230[label="vwx300 == vwx400",fontsize=16,color="magenta"];230 -> 354[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 230 -> 355[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 359[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];2987[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];359 -> 2987[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2987 -> 371[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2988[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];359 -> 2988[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2988 -> 372[label="",style="solid", color="blue", weight=3]; 18.87/7.82 360[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2989[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];360 -> 2989[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2989 -> 373[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2990[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];360 -> 2990[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2990 -> 374[label="",style="solid", color="blue", weight=3]; 18.87/7.82 358[label="vwx44 && vwx45",fontsize=16,color="burlywood",shape="triangle"];2991[label="vwx44/False",fontsize=10,color="white",style="solid",shape="box"];358 -> 2991[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2991 -> 375[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 2992[label="vwx44/True",fontsize=10,color="white",style="solid",shape="box"];358 -> 2992[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 2992 -> 376[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 361 -> 30[label="",style="dashed", color="red", weight=0]; 18.87/7.82 361[label="vwx301 == vwx401",fontsize=16,color="magenta"];361 -> 377[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 361 -> 378[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 362[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];2993[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];362 -> 2993[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2993 -> 379[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2994[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];362 -> 2994[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2994 -> 380[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2995[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];362 -> 2995[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2995 -> 381[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2996[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];362 -> 2996[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2996 -> 382[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2997[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];362 -> 2997[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2997 -> 383[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2998[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];362 -> 2998[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2998 -> 384[label="",style="solid", color="blue", weight=3]; 18.87/7.82 2999[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];362 -> 2999[label="",style="solid", color="blue", weight=9]; 18.87/7.82 2999 -> 385[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3000[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];362 -> 3000[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3000 -> 386[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3001[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];362 -> 3001[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3001 -> 387[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3002[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];362 -> 3002[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3002 -> 388[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3003[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];362 -> 3003[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3003 -> 389[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3004[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];362 -> 3004[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3004 -> 390[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3005[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];362 -> 3005[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3005 -> 391[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3006[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];362 -> 3006[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3006 -> 392[label="",style="solid", color="blue", weight=3]; 18.87/7.82 241[label="vwx300",fontsize=16,color="green",shape="box"];242[label="vwx400",fontsize=16,color="green",shape="box"];243[label="primEqInt (Pos (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];3007[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];243 -> 3007[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 3007 -> 393[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 3008[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];243 -> 3008[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 3008 -> 394[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 244[label="primEqInt (Pos (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="black",shape="box"];244 -> 395[label="",style="solid", color="black", weight=3]; 18.87/7.82 245[label="primEqInt (Pos Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];3009[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];245 -> 3009[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 3009 -> 396[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 3010[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];245 -> 3010[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 3010 -> 397[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 246[label="primEqInt (Pos Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];3011[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];246 -> 3011[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 3011 -> 398[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 3012[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];246 -> 3012[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 3012 -> 399[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 247[label="primEqInt (Neg (Succ vwx3000)) (Pos vwx400)",fontsize=16,color="black",shape="box"];247 -> 400[label="",style="solid", color="black", weight=3]; 18.87/7.82 248[label="primEqInt (Neg (Succ vwx3000)) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];3013[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];248 -> 3013[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 3013 -> 401[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 3014[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];248 -> 3014[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 3014 -> 402[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 249[label="primEqInt (Neg Zero) (Pos vwx400)",fontsize=16,color="burlywood",shape="box"];3015[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];249 -> 3015[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 3015 -> 403[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 3016[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];249 -> 3016[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 3016 -> 404[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 250[label="primEqInt (Neg Zero) (Neg vwx400)",fontsize=16,color="burlywood",shape="box"];3017[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];250 -> 3017[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 3017 -> 405[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 3018[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];250 -> 3018[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 3018 -> 406[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 251 -> 33[label="",style="dashed", color="red", weight=0]; 18.87/7.82 251[label="vwx300 * vwx401 == vwx301 * vwx400",fontsize=16,color="magenta"];251 -> 407[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 251 -> 408[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 363[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];3019[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];363 -> 3019[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3019 -> 409[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3020[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];363 -> 3020[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3020 -> 410[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3021[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];363 -> 3021[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3021 -> 411[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3022[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];363 -> 3022[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3022 -> 412[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3023[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];363 -> 3023[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3023 -> 413[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3024[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];363 -> 3024[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3024 -> 414[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3025[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];363 -> 3025[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3025 -> 415[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3026[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];363 -> 3026[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3026 -> 416[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3027[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];363 -> 3027[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3027 -> 417[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3028[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];363 -> 3028[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3028 -> 418[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3029[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];363 -> 3029[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3029 -> 419[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3030[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];363 -> 3030[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3030 -> 420[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3031[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];363 -> 3031[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3031 -> 421[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3032[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];363 -> 3032[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3032 -> 422[label="",style="solid", color="blue", weight=3]; 18.87/7.82 364[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3033[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];364 -> 3033[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3033 -> 423[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3034[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];364 -> 3034[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3034 -> 424[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3035[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];364 -> 3035[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3035 -> 425[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3036[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];364 -> 3036[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3036 -> 426[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3037[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];364 -> 3037[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3037 -> 427[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3038[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];364 -> 3038[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3038 -> 428[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3039[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];364 -> 3039[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3039 -> 429[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3040[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];364 -> 3040[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3040 -> 430[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3041[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];364 -> 3041[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3041 -> 431[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3042[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];364 -> 3042[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3042 -> 432[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3043[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];364 -> 3043[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3043 -> 433[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3044[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];364 -> 3044[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3044 -> 434[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3045[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];364 -> 3045[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3045 -> 435[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3046[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];364 -> 3046[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3046 -> 436[label="",style="solid", color="blue", weight=3]; 18.87/7.82 365 -> 358[label="",style="dashed", color="red", weight=0]; 18.87/7.82 365[label="vwx301 == vwx401 && vwx302 == vwx402",fontsize=16,color="magenta"];365 -> 437[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 365 -> 438[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 366[label="vwx300 == vwx400",fontsize=16,color="blue",shape="box"];3047[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];366 -> 3047[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3047 -> 439[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3048[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];366 -> 3048[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3048 -> 440[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3049[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];366 -> 3049[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3049 -> 441[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3050[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];366 -> 3050[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3050 -> 442[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3051[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];366 -> 3051[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3051 -> 443[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3052[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];366 -> 3052[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3052 -> 444[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3053[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];366 -> 3053[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3053 -> 445[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3054[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];366 -> 3054[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3054 -> 446[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3055[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];366 -> 3055[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3055 -> 447[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3056[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];366 -> 3056[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3056 -> 448[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3057[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];366 -> 3057[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3057 -> 449[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3058[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];366 -> 3058[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3058 -> 450[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3059[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];366 -> 3059[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3059 -> 451[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3060[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];366 -> 3060[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3060 -> 452[label="",style="solid", color="blue", weight=3]; 18.87/7.82 263 -> 28[label="",style="dashed", color="red", weight=0]; 18.87/7.82 263[label="vwx300 == vwx400",fontsize=16,color="magenta"];263 -> 453[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 263 -> 454[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 264 -> 29[label="",style="dashed", color="red", weight=0]; 18.87/7.82 264[label="vwx300 == vwx400",fontsize=16,color="magenta"];264 -> 455[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 264 -> 456[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 265 -> 30[label="",style="dashed", color="red", weight=0]; 18.87/7.82 265[label="vwx300 == vwx400",fontsize=16,color="magenta"];265 -> 457[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 265 -> 458[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 266 -> 31[label="",style="dashed", color="red", weight=0]; 18.87/7.82 266[label="vwx300 == vwx400",fontsize=16,color="magenta"];266 -> 459[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 266 -> 460[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 267 -> 32[label="",style="dashed", color="red", weight=0]; 18.87/7.82 267[label="vwx300 == vwx400",fontsize=16,color="magenta"];267 -> 461[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 267 -> 462[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 268 -> 33[label="",style="dashed", color="red", weight=0]; 18.87/7.82 268[label="vwx300 == vwx400",fontsize=16,color="magenta"];268 -> 463[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 268 -> 464[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 269 -> 34[label="",style="dashed", color="red", weight=0]; 18.87/7.82 269[label="vwx300 == vwx400",fontsize=16,color="magenta"];269 -> 465[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 269 -> 466[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 270 -> 35[label="",style="dashed", color="red", weight=0]; 18.87/7.82 270[label="vwx300 == vwx400",fontsize=16,color="magenta"];270 -> 467[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 270 -> 468[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 271 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.82 271[label="vwx300 == vwx400",fontsize=16,color="magenta"];271 -> 469[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 271 -> 470[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 272 -> 37[label="",style="dashed", color="red", weight=0]; 18.87/7.82 272[label="vwx300 == vwx400",fontsize=16,color="magenta"];272 -> 471[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 272 -> 472[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 273 -> 38[label="",style="dashed", color="red", weight=0]; 18.87/7.82 273[label="vwx300 == vwx400",fontsize=16,color="magenta"];273 -> 473[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 273 -> 474[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 274 -> 39[label="",style="dashed", color="red", weight=0]; 18.87/7.82 274[label="vwx300 == vwx400",fontsize=16,color="magenta"];274 -> 475[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 274 -> 476[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 275 -> 40[label="",style="dashed", color="red", weight=0]; 18.87/7.82 275[label="vwx300 == vwx400",fontsize=16,color="magenta"];275 -> 477[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 275 -> 478[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 276 -> 41[label="",style="dashed", color="red", weight=0]; 18.87/7.82 276[label="vwx300 == vwx400",fontsize=16,color="magenta"];276 -> 479[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 276 -> 480[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 277 -> 33[label="",style="dashed", color="red", weight=0]; 18.87/7.82 277[label="vwx300 * vwx401 == vwx301 * vwx400",fontsize=16,color="magenta"];277 -> 481[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 277 -> 482[label="",style="dashed", color="magenta", weight=3]; 18.87/7.82 278[label="primEqNat vwx300 vwx400",fontsize=16,color="burlywood",shape="triangle"];3061[label="vwx300/Succ vwx3000",fontsize=10,color="white",style="solid",shape="box"];278 -> 3061[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 3061 -> 483[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 3062[label="vwx300/Zero",fontsize=10,color="white",style="solid",shape="box"];278 -> 3062[label="",style="solid", color="burlywood", weight=9]; 18.87/7.82 3062 -> 484[label="",style="solid", color="burlywood", weight=3]; 18.87/7.82 1817[label="vwx9 <= vwx10",fontsize=16,color="blue",shape="box"];3063[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1817 -> 3063[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3063 -> 1821[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3064[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1817 -> 3064[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3064 -> 1822[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3065[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1817 -> 3065[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3065 -> 1823[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3066[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1817 -> 3066[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3066 -> 1824[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3067[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1817 -> 3067[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3067 -> 1825[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3068[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1817 -> 3068[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3068 -> 1826[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3069[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1817 -> 3069[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3069 -> 1827[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3070[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1817 -> 3070[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3070 -> 1828[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3071[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1817 -> 3071[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3071 -> 1829[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3072[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1817 -> 3072[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3072 -> 1830[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3073[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1817 -> 3073[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3073 -> 1831[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3074[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1817 -> 3074[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3074 -> 1832[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3075[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1817 -> 3075[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3075 -> 1833[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3076[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1817 -> 3076[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3076 -> 1834[label="",style="solid", color="blue", weight=3]; 18.87/7.82 1819[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];1819 -> 1849[label="",style="solid", color="black", weight=3]; 18.87/7.82 1820[label="LT",fontsize=16,color="green",shape="box"];1818[label="vwx16 <= vwx17",fontsize=16,color="blue",shape="box"];3077[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1818 -> 3077[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3077 -> 1835[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3078[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1818 -> 3078[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3078 -> 1836[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3079[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1818 -> 3079[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3079 -> 1837[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3080[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1818 -> 3080[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3080 -> 1838[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3081[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1818 -> 3081[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3081 -> 1839[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3082[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1818 -> 3082[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3082 -> 1840[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3083[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1818 -> 3083[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3083 -> 1841[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3084[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1818 -> 3084[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3084 -> 1842[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3085[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1818 -> 3085[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3085 -> 1843[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3086[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1818 -> 3086[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3086 -> 1844[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3087[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1818 -> 3087[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3087 -> 1845[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3088[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1818 -> 3088[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3088 -> 1846[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3089[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1818 -> 3089[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3089 -> 1847[label="",style="solid", color="blue", weight=3]; 18.87/7.82 3090[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1818 -> 3090[label="",style="solid", color="blue", weight=9]; 18.87/7.82 3090 -> 1848[label="",style="solid", color="blue", weight=3]; 18.87/7.82 300[label="vwx300",fontsize=16,color="green",shape="box"];301[label="vwx400",fontsize=16,color="green",shape="box"];302[label="vwx300",fontsize=16,color="green",shape="box"];303[label="vwx400",fontsize=16,color="green",shape="box"];304[label="vwx300",fontsize=16,color="green",shape="box"];305[label="vwx400",fontsize=16,color="green",shape="box"];306[label="vwx300",fontsize=16,color="green",shape="box"];307[label="vwx400",fontsize=16,color="green",shape="box"];308[label="vwx300",fontsize=16,color="green",shape="box"];309[label="vwx400",fontsize=16,color="green",shape="box"];310[label="vwx300",fontsize=16,color="green",shape="box"];311[label="vwx400",fontsize=16,color="green",shape="box"];312[label="vwx300",fontsize=16,color="green",shape="box"];313[label="vwx400",fontsize=16,color="green",shape="box"];314[label="vwx300",fontsize=16,color="green",shape="box"];315[label="vwx400",fontsize=16,color="green",shape="box"];316[label="vwx300",fontsize=16,color="green",shape="box"];317[label="vwx400",fontsize=16,color="green",shape="box"];318[label="vwx300",fontsize=16,color="green",shape="box"];319[label="vwx400",fontsize=16,color="green",shape="box"];320[label="vwx300",fontsize=16,color="green",shape="box"];321[label="vwx400",fontsize=16,color="green",shape="box"];322[label="vwx300",fontsize=16,color="green",shape="box"];323[label="vwx400",fontsize=16,color="green",shape="box"];324[label="vwx300",fontsize=16,color="green",shape="box"];325[label="vwx400",fontsize=16,color="green",shape="box"];326[label="vwx300",fontsize=16,color="green",shape="box"];327[label="vwx400",fontsize=16,color="green",shape="box"];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"];371 -> 32[label="",style="dashed", color="red", weight=0]; 18.87/7.83 371[label="vwx301 == vwx401",fontsize=16,color="magenta"];371 -> 517[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 371 -> 518[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 372 -> 33[label="",style="dashed", color="red", weight=0]; 18.87/7.83 372[label="vwx301 == vwx401",fontsize=16,color="magenta"];372 -> 519[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 372 -> 520[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 373 -> 32[label="",style="dashed", color="red", weight=0]; 18.87/7.83 373[label="vwx300 == vwx400",fontsize=16,color="magenta"];373 -> 521[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 373 -> 522[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 374 -> 33[label="",style="dashed", color="red", weight=0]; 18.87/7.83 374[label="vwx300 == vwx400",fontsize=16,color="magenta"];374 -> 523[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 374 -> 524[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 375[label="False && vwx45",fontsize=16,color="black",shape="box"];375 -> 525[label="",style="solid", color="black", weight=3]; 18.87/7.83 376[label="True && vwx45",fontsize=16,color="black",shape="box"];376 -> 526[label="",style="solid", color="black", weight=3]; 18.87/7.83 377[label="vwx301",fontsize=16,color="green",shape="box"];378[label="vwx401",fontsize=16,color="green",shape="box"];379 -> 28[label="",style="dashed", color="red", weight=0]; 18.87/7.83 379[label="vwx300 == vwx400",fontsize=16,color="magenta"];379 -> 527[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 379 -> 528[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 380 -> 29[label="",style="dashed", color="red", weight=0]; 18.87/7.83 380[label="vwx300 == vwx400",fontsize=16,color="magenta"];380 -> 529[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 380 -> 530[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 381 -> 30[label="",style="dashed", color="red", weight=0]; 18.87/7.83 381[label="vwx300 == vwx400",fontsize=16,color="magenta"];381 -> 531[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 381 -> 532[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 382 -> 31[label="",style="dashed", color="red", weight=0]; 18.87/7.83 382[label="vwx300 == vwx400",fontsize=16,color="magenta"];382 -> 533[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 382 -> 534[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 383 -> 32[label="",style="dashed", color="red", weight=0]; 18.87/7.83 383[label="vwx300 == vwx400",fontsize=16,color="magenta"];383 -> 535[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 383 -> 536[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 384 -> 33[label="",style="dashed", color="red", weight=0]; 18.87/7.83 384[label="vwx300 == vwx400",fontsize=16,color="magenta"];384 -> 537[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 384 -> 538[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 385 -> 34[label="",style="dashed", color="red", weight=0]; 18.87/7.83 385[label="vwx300 == vwx400",fontsize=16,color="magenta"];385 -> 539[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 385 -> 540[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 386 -> 35[label="",style="dashed", color="red", weight=0]; 18.87/7.83 386[label="vwx300 == vwx400",fontsize=16,color="magenta"];386 -> 541[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 386 -> 542[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 387 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.83 387[label="vwx300 == vwx400",fontsize=16,color="magenta"];387 -> 543[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 387 -> 544[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 388 -> 37[label="",style="dashed", color="red", weight=0]; 18.87/7.83 388[label="vwx300 == vwx400",fontsize=16,color="magenta"];388 -> 545[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 388 -> 546[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 389 -> 38[label="",style="dashed", color="red", weight=0]; 18.87/7.83 389[label="vwx300 == vwx400",fontsize=16,color="magenta"];389 -> 547[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 389 -> 548[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 390 -> 39[label="",style="dashed", color="red", weight=0]; 18.87/7.83 390[label="vwx300 == vwx400",fontsize=16,color="magenta"];390 -> 549[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 390 -> 550[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 391 -> 40[label="",style="dashed", color="red", weight=0]; 18.87/7.83 391[label="vwx300 == vwx400",fontsize=16,color="magenta"];391 -> 551[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 391 -> 552[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 392 -> 41[label="",style="dashed", color="red", weight=0]; 18.87/7.83 392[label="vwx300 == vwx400",fontsize=16,color="magenta"];392 -> 553[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 392 -> 554[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 393[label="primEqInt (Pos (Succ vwx3000)) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];393 -> 555[label="",style="solid", color="black", weight=3]; 18.87/7.83 394[label="primEqInt (Pos (Succ vwx3000)) (Pos Zero)",fontsize=16,color="black",shape="box"];394 -> 556[label="",style="solid", color="black", weight=3]; 18.87/7.83 395[label="False",fontsize=16,color="green",shape="box"];396[label="primEqInt (Pos Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];396 -> 557[label="",style="solid", color="black", weight=3]; 18.87/7.83 397[label="primEqInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];397 -> 558[label="",style="solid", color="black", weight=3]; 18.87/7.83 398[label="primEqInt (Pos Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];398 -> 559[label="",style="solid", color="black", weight=3]; 18.87/7.83 399[label="primEqInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];399 -> 560[label="",style="solid", color="black", weight=3]; 18.87/7.83 400[label="False",fontsize=16,color="green",shape="box"];401[label="primEqInt (Neg (Succ vwx3000)) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];401 -> 561[label="",style="solid", color="black", weight=3]; 18.87/7.83 402[label="primEqInt (Neg (Succ vwx3000)) (Neg Zero)",fontsize=16,color="black",shape="box"];402 -> 562[label="",style="solid", color="black", weight=3]; 18.87/7.83 403[label="primEqInt (Neg Zero) (Pos (Succ vwx4000))",fontsize=16,color="black",shape="box"];403 -> 563[label="",style="solid", color="black", weight=3]; 18.87/7.83 404[label="primEqInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];404 -> 564[label="",style="solid", color="black", weight=3]; 18.87/7.83 405[label="primEqInt (Neg Zero) (Neg (Succ vwx4000))",fontsize=16,color="black",shape="box"];405 -> 565[label="",style="solid", color="black", weight=3]; 18.87/7.83 406[label="primEqInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];406 -> 566[label="",style="solid", color="black", weight=3]; 18.87/7.83 407[label="vwx300 * vwx401",fontsize=16,color="black",shape="triangle"];407 -> 567[label="",style="solid", color="black", weight=3]; 18.87/7.83 408 -> 407[label="",style="dashed", color="red", weight=0]; 18.87/7.83 408[label="vwx301 * vwx400",fontsize=16,color="magenta"];408 -> 568[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 408 -> 569[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 409 -> 28[label="",style="dashed", color="red", weight=0]; 18.87/7.83 409[label="vwx301 == vwx401",fontsize=16,color="magenta"];409 -> 570[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 409 -> 571[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 410 -> 29[label="",style="dashed", color="red", weight=0]; 18.87/7.83 410[label="vwx301 == vwx401",fontsize=16,color="magenta"];410 -> 572[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 410 -> 573[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 411 -> 30[label="",style="dashed", color="red", weight=0]; 18.87/7.83 411[label="vwx301 == vwx401",fontsize=16,color="magenta"];411 -> 574[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 411 -> 575[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 412 -> 31[label="",style="dashed", color="red", weight=0]; 18.87/7.83 412[label="vwx301 == vwx401",fontsize=16,color="magenta"];412 -> 576[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 412 -> 577[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 413 -> 32[label="",style="dashed", color="red", weight=0]; 18.87/7.83 413[label="vwx301 == vwx401",fontsize=16,color="magenta"];413 -> 578[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 413 -> 579[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 414 -> 33[label="",style="dashed", color="red", weight=0]; 18.87/7.83 414[label="vwx301 == vwx401",fontsize=16,color="magenta"];414 -> 580[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 414 -> 581[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 415 -> 34[label="",style="dashed", color="red", weight=0]; 18.87/7.83 415[label="vwx301 == vwx401",fontsize=16,color="magenta"];415 -> 582[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 415 -> 583[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 416 -> 35[label="",style="dashed", color="red", weight=0]; 18.87/7.83 416[label="vwx301 == vwx401",fontsize=16,color="magenta"];416 -> 584[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 416 -> 585[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 417 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.83 417[label="vwx301 == vwx401",fontsize=16,color="magenta"];417 -> 586[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 417 -> 587[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 418 -> 37[label="",style="dashed", color="red", weight=0]; 18.87/7.83 418[label="vwx301 == vwx401",fontsize=16,color="magenta"];418 -> 588[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 418 -> 589[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 419 -> 38[label="",style="dashed", color="red", weight=0]; 18.87/7.83 419[label="vwx301 == vwx401",fontsize=16,color="magenta"];419 -> 590[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 419 -> 591[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 420 -> 39[label="",style="dashed", color="red", weight=0]; 18.87/7.83 420[label="vwx301 == vwx401",fontsize=16,color="magenta"];420 -> 592[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 420 -> 593[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 421 -> 40[label="",style="dashed", color="red", weight=0]; 18.87/7.83 421[label="vwx301 == vwx401",fontsize=16,color="magenta"];421 -> 594[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 421 -> 595[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 422 -> 41[label="",style="dashed", color="red", weight=0]; 18.87/7.83 422[label="vwx301 == vwx401",fontsize=16,color="magenta"];422 -> 596[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 422 -> 597[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 423 -> 28[label="",style="dashed", color="red", weight=0]; 18.87/7.83 423[label="vwx300 == vwx400",fontsize=16,color="magenta"];423 -> 598[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 423 -> 599[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 424 -> 29[label="",style="dashed", color="red", weight=0]; 18.87/7.83 424[label="vwx300 == vwx400",fontsize=16,color="magenta"];424 -> 600[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 424 -> 601[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 425 -> 30[label="",style="dashed", color="red", weight=0]; 18.87/7.83 425[label="vwx300 == vwx400",fontsize=16,color="magenta"];425 -> 602[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 425 -> 603[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 426 -> 31[label="",style="dashed", color="red", weight=0]; 18.87/7.83 426[label="vwx300 == vwx400",fontsize=16,color="magenta"];426 -> 604[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 426 -> 605[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 427 -> 32[label="",style="dashed", color="red", weight=0]; 18.87/7.83 427[label="vwx300 == vwx400",fontsize=16,color="magenta"];427 -> 606[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 427 -> 607[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 428 -> 33[label="",style="dashed", color="red", weight=0]; 18.87/7.83 428[label="vwx300 == vwx400",fontsize=16,color="magenta"];428 -> 608[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 428 -> 609[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 429 -> 34[label="",style="dashed", color="red", weight=0]; 18.87/7.83 429[label="vwx300 == vwx400",fontsize=16,color="magenta"];429 -> 610[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 429 -> 611[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 430 -> 35[label="",style="dashed", color="red", weight=0]; 18.87/7.83 430[label="vwx300 == vwx400",fontsize=16,color="magenta"];430 -> 612[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 430 -> 613[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 431 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.83 431[label="vwx300 == vwx400",fontsize=16,color="magenta"];431 -> 614[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 431 -> 615[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 432 -> 37[label="",style="dashed", color="red", weight=0]; 18.87/7.83 432[label="vwx300 == vwx400",fontsize=16,color="magenta"];432 -> 616[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 432 -> 617[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 433 -> 38[label="",style="dashed", color="red", weight=0]; 18.87/7.83 433[label="vwx300 == vwx400",fontsize=16,color="magenta"];433 -> 618[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 433 -> 619[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 434 -> 39[label="",style="dashed", color="red", weight=0]; 18.87/7.83 434[label="vwx300 == vwx400",fontsize=16,color="magenta"];434 -> 620[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 434 -> 621[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 435 -> 40[label="",style="dashed", color="red", weight=0]; 18.87/7.83 435[label="vwx300 == vwx400",fontsize=16,color="magenta"];435 -> 622[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 435 -> 623[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 436 -> 41[label="",style="dashed", color="red", weight=0]; 18.87/7.83 436[label="vwx300 == vwx400",fontsize=16,color="magenta"];436 -> 624[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 436 -> 625[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 437[label="vwx302 == vwx402",fontsize=16,color="blue",shape="box"];3091[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];437 -> 3091[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3091 -> 626[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3092[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];437 -> 3092[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3092 -> 627[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3093[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];437 -> 3093[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3093 -> 628[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3094[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];437 -> 3094[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3094 -> 629[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3095[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];437 -> 3095[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3095 -> 630[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3096[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];437 -> 3096[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3096 -> 631[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3097[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];437 -> 3097[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3097 -> 632[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3098[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];437 -> 3098[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3098 -> 633[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3099[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];437 -> 3099[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3099 -> 634[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3100[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];437 -> 3100[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3100 -> 635[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3101[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];437 -> 3101[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3101 -> 636[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3102[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];437 -> 3102[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3102 -> 637[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3103[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];437 -> 3103[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3103 -> 638[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3104[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];437 -> 3104[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3104 -> 639[label="",style="solid", color="blue", weight=3]; 18.87/7.83 438[label="vwx301 == vwx401",fontsize=16,color="blue",shape="box"];3105[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];438 -> 3105[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3105 -> 640[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3106[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];438 -> 3106[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3106 -> 641[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3107[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];438 -> 3107[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3107 -> 642[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3108[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];438 -> 3108[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3108 -> 643[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3109[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];438 -> 3109[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3109 -> 644[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3110[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];438 -> 3110[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3110 -> 645[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3111[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];438 -> 3111[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3111 -> 646[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3112[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];438 -> 3112[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3112 -> 647[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3113[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];438 -> 3113[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3113 -> 648[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3114[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];438 -> 3114[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3114 -> 649[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3115[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];438 -> 3115[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3115 -> 650[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3116[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];438 -> 3116[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3116 -> 651[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3117[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];438 -> 3117[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3117 -> 652[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3118[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];438 -> 3118[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3118 -> 653[label="",style="solid", color="blue", weight=3]; 18.87/7.83 439 -> 28[label="",style="dashed", color="red", weight=0]; 18.87/7.83 439[label="vwx300 == vwx400",fontsize=16,color="magenta"];439 -> 654[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 439 -> 655[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 440 -> 29[label="",style="dashed", color="red", weight=0]; 18.87/7.83 440[label="vwx300 == vwx400",fontsize=16,color="magenta"];440 -> 656[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 440 -> 657[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 441 -> 30[label="",style="dashed", color="red", weight=0]; 18.87/7.83 441[label="vwx300 == vwx400",fontsize=16,color="magenta"];441 -> 658[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 441 -> 659[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 442 -> 31[label="",style="dashed", color="red", weight=0]; 18.87/7.83 442[label="vwx300 == vwx400",fontsize=16,color="magenta"];442 -> 660[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 442 -> 661[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 443 -> 32[label="",style="dashed", color="red", weight=0]; 18.87/7.83 443[label="vwx300 == vwx400",fontsize=16,color="magenta"];443 -> 662[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 443 -> 663[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 444 -> 33[label="",style="dashed", color="red", weight=0]; 18.87/7.83 444[label="vwx300 == vwx400",fontsize=16,color="magenta"];444 -> 664[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 444 -> 665[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 445 -> 34[label="",style="dashed", color="red", weight=0]; 18.87/7.83 445[label="vwx300 == vwx400",fontsize=16,color="magenta"];445 -> 666[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 445 -> 667[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 446 -> 35[label="",style="dashed", color="red", weight=0]; 18.87/7.83 446[label="vwx300 == vwx400",fontsize=16,color="magenta"];446 -> 668[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 446 -> 669[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 447 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.83 447[label="vwx300 == vwx400",fontsize=16,color="magenta"];447 -> 670[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 447 -> 671[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 448 -> 37[label="",style="dashed", color="red", weight=0]; 18.87/7.83 448[label="vwx300 == vwx400",fontsize=16,color="magenta"];448 -> 672[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 448 -> 673[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 449 -> 38[label="",style="dashed", color="red", weight=0]; 18.87/7.83 449[label="vwx300 == vwx400",fontsize=16,color="magenta"];449 -> 674[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 449 -> 675[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 450 -> 39[label="",style="dashed", color="red", weight=0]; 18.87/7.83 450[label="vwx300 == vwx400",fontsize=16,color="magenta"];450 -> 676[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 450 -> 677[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 451 -> 40[label="",style="dashed", color="red", weight=0]; 18.87/7.83 451[label="vwx300 == vwx400",fontsize=16,color="magenta"];451 -> 678[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 451 -> 679[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 452 -> 41[label="",style="dashed", color="red", weight=0]; 18.87/7.83 452[label="vwx300 == vwx400",fontsize=16,color="magenta"];452 -> 680[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 452 -> 681[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 453[label="vwx300",fontsize=16,color="green",shape="box"];454[label="vwx400",fontsize=16,color="green",shape="box"];455[label="vwx300",fontsize=16,color="green",shape="box"];456[label="vwx400",fontsize=16,color="green",shape="box"];457[label="vwx300",fontsize=16,color="green",shape="box"];458[label="vwx400",fontsize=16,color="green",shape="box"];459[label="vwx300",fontsize=16,color="green",shape="box"];460[label="vwx400",fontsize=16,color="green",shape="box"];461[label="vwx300",fontsize=16,color="green",shape="box"];462[label="vwx400",fontsize=16,color="green",shape="box"];463[label="vwx300",fontsize=16,color="green",shape="box"];464[label="vwx400",fontsize=16,color="green",shape="box"];465[label="vwx300",fontsize=16,color="green",shape="box"];466[label="vwx400",fontsize=16,color="green",shape="box"];467[label="vwx300",fontsize=16,color="green",shape="box"];468[label="vwx400",fontsize=16,color="green",shape="box"];469[label="vwx300",fontsize=16,color="green",shape="box"];470[label="vwx400",fontsize=16,color="green",shape="box"];471[label="vwx300",fontsize=16,color="green",shape="box"];472[label="vwx400",fontsize=16,color="green",shape="box"];473[label="vwx300",fontsize=16,color="green",shape="box"];474[label="vwx400",fontsize=16,color="green",shape="box"];475[label="vwx300",fontsize=16,color="green",shape="box"];476[label="vwx400",fontsize=16,color="green",shape="box"];477[label="vwx300",fontsize=16,color="green",shape="box"];478[label="vwx400",fontsize=16,color="green",shape="box"];479[label="vwx300",fontsize=16,color="green",shape="box"];480[label="vwx400",fontsize=16,color="green",shape="box"];481 -> 407[label="",style="dashed", color="red", weight=0]; 18.87/7.83 481[label="vwx300 * vwx401",fontsize=16,color="magenta"];481 -> 682[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 481 -> 683[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 482 -> 407[label="",style="dashed", color="red", weight=0]; 18.87/7.83 482[label="vwx301 * vwx400",fontsize=16,color="magenta"];482 -> 684[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 482 -> 685[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 483[label="primEqNat (Succ vwx3000) vwx400",fontsize=16,color="burlywood",shape="box"];3119[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];483 -> 3119[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3119 -> 686[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3120[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];483 -> 3120[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3120 -> 687[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 484[label="primEqNat Zero vwx400",fontsize=16,color="burlywood",shape="box"];3121[label="vwx400/Succ vwx4000",fontsize=10,color="white",style="solid",shape="box"];484 -> 3121[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3121 -> 688[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3122[label="vwx400/Zero",fontsize=10,color="white",style="solid",shape="box"];484 -> 3122[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3122 -> 689[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 1821[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];1821 -> 1850[label="",style="solid", color="black", weight=3]; 18.87/7.83 1822[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];3123[label="vwx9/False",fontsize=10,color="white",style="solid",shape="box"];1822 -> 3123[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3123 -> 1851[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3124[label="vwx9/True",fontsize=10,color="white",style="solid",shape="box"];1822 -> 3124[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3124 -> 1852[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 1823[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];1823 -> 1853[label="",style="solid", color="black", weight=3]; 18.87/7.83 1824[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];3125[label="vwx9/(vwx90,vwx91)",fontsize=10,color="white",style="solid",shape="box"];1824 -> 3125[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3125 -> 1854[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 1825[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];1825 -> 1855[label="",style="solid", color="black", weight=3]; 18.87/7.83 1826[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];3126[label="vwx9/Left vwx90",fontsize=10,color="white",style="solid",shape="box"];1826 -> 3126[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3126 -> 1856[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3127[label="vwx9/Right vwx90",fontsize=10,color="white",style="solid",shape="box"];1826 -> 3127[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3127 -> 1857[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 1827[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];1827 -> 1858[label="",style="solid", color="black", weight=3]; 18.87/7.83 1828[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];1828 -> 1859[label="",style="solid", color="black", weight=3]; 18.87/7.83 1829[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];3128[label="vwx9/LT",fontsize=10,color="white",style="solid",shape="box"];1829 -> 3128[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3128 -> 1860[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3129[label="vwx9/EQ",fontsize=10,color="white",style="solid",shape="box"];1829 -> 3129[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3129 -> 1861[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3130[label="vwx9/GT",fontsize=10,color="white",style="solid",shape="box"];1829 -> 3130[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3130 -> 1862[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 1830[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];1830 -> 1863[label="",style="solid", color="black", weight=3]; 18.87/7.83 1831[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];1831 -> 1864[label="",style="solid", color="black", weight=3]; 18.87/7.83 1832[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];3131[label="vwx9/Nothing",fontsize=10,color="white",style="solid",shape="box"];1832 -> 3131[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3131 -> 1865[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3132[label="vwx9/Just vwx90",fontsize=10,color="white",style="solid",shape="box"];1832 -> 3132[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3132 -> 1866[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 1833[label="vwx9 <= vwx10",fontsize=16,color="burlywood",shape="triangle"];3133[label="vwx9/(vwx90,vwx91,vwx92)",fontsize=10,color="white",style="solid",shape="box"];1833 -> 3133[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3133 -> 1867[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 1834[label="vwx9 <= vwx10",fontsize=16,color="black",shape="triangle"];1834 -> 1868[label="",style="solid", color="black", weight=3]; 18.87/7.83 1849[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];1849 -> 1897[label="",style="solid", color="black", weight=3]; 18.87/7.83 1835 -> 1821[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1835[label="vwx16 <= vwx17",fontsize=16,color="magenta"];1835 -> 1869[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1835 -> 1870[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1836 -> 1822[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1836[label="vwx16 <= vwx17",fontsize=16,color="magenta"];1836 -> 1871[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1836 -> 1872[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1837 -> 1823[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1837[label="vwx16 <= vwx17",fontsize=16,color="magenta"];1837 -> 1873[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1837 -> 1874[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1838 -> 1824[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1838[label="vwx16 <= vwx17",fontsize=16,color="magenta"];1838 -> 1875[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1838 -> 1876[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1839 -> 1825[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1839[label="vwx16 <= vwx17",fontsize=16,color="magenta"];1839 -> 1877[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1839 -> 1878[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1840 -> 1826[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1840[label="vwx16 <= vwx17",fontsize=16,color="magenta"];1840 -> 1879[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1840 -> 1880[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1841 -> 1827[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1841[label="vwx16 <= vwx17",fontsize=16,color="magenta"];1841 -> 1881[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1841 -> 1882[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1842 -> 1828[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1842[label="vwx16 <= vwx17",fontsize=16,color="magenta"];1842 -> 1883[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1842 -> 1884[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1843 -> 1829[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1843[label="vwx16 <= vwx17",fontsize=16,color="magenta"];1843 -> 1885[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1843 -> 1886[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1844 -> 1830[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1844[label="vwx16 <= vwx17",fontsize=16,color="magenta"];1844 -> 1887[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1844 -> 1888[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1845 -> 1831[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1845[label="vwx16 <= vwx17",fontsize=16,color="magenta"];1845 -> 1889[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1845 -> 1890[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1846 -> 1832[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1846[label="vwx16 <= vwx17",fontsize=16,color="magenta"];1846 -> 1891[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1846 -> 1892[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1847 -> 1833[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1847[label="vwx16 <= vwx17",fontsize=16,color="magenta"];1847 -> 1893[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1847 -> 1894[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1848 -> 1834[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1848[label="vwx16 <= vwx17",fontsize=16,color="magenta"];1848 -> 1895[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1848 -> 1896[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 517[label="vwx301",fontsize=16,color="green",shape="box"];518[label="vwx401",fontsize=16,color="green",shape="box"];519[label="vwx301",fontsize=16,color="green",shape="box"];520[label="vwx401",fontsize=16,color="green",shape="box"];521[label="vwx300",fontsize=16,color="green",shape="box"];522[label="vwx400",fontsize=16,color="green",shape="box"];523[label="vwx300",fontsize=16,color="green",shape="box"];524[label="vwx400",fontsize=16,color="green",shape="box"];525[label="False",fontsize=16,color="green",shape="box"];526[label="vwx45",fontsize=16,color="green",shape="box"];527[label="vwx300",fontsize=16,color="green",shape="box"];528[label="vwx400",fontsize=16,color="green",shape="box"];529[label="vwx300",fontsize=16,color="green",shape="box"];530[label="vwx400",fontsize=16,color="green",shape="box"];531[label="vwx300",fontsize=16,color="green",shape="box"];532[label="vwx400",fontsize=16,color="green",shape="box"];533[label="vwx300",fontsize=16,color="green",shape="box"];534[label="vwx400",fontsize=16,color="green",shape="box"];535[label="vwx300",fontsize=16,color="green",shape="box"];536[label="vwx400",fontsize=16,color="green",shape="box"];537[label="vwx300",fontsize=16,color="green",shape="box"];538[label="vwx400",fontsize=16,color="green",shape="box"];539[label="vwx300",fontsize=16,color="green",shape="box"];540[label="vwx400",fontsize=16,color="green",shape="box"];541[label="vwx300",fontsize=16,color="green",shape="box"];542[label="vwx400",fontsize=16,color="green",shape="box"];543[label="vwx300",fontsize=16,color="green",shape="box"];544[label="vwx400",fontsize=16,color="green",shape="box"];545[label="vwx300",fontsize=16,color="green",shape="box"];546[label="vwx400",fontsize=16,color="green",shape="box"];547[label="vwx300",fontsize=16,color="green",shape="box"];548[label="vwx400",fontsize=16,color="green",shape="box"];549[label="vwx300",fontsize=16,color="green",shape="box"];550[label="vwx400",fontsize=16,color="green",shape="box"];551[label="vwx300",fontsize=16,color="green",shape="box"];552[label="vwx400",fontsize=16,color="green",shape="box"];553[label="vwx300",fontsize=16,color="green",shape="box"];554[label="vwx400",fontsize=16,color="green",shape="box"];555 -> 278[label="",style="dashed", color="red", weight=0]; 18.87/7.83 555[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];555 -> 739[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 555 -> 740[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 556[label="False",fontsize=16,color="green",shape="box"];557[label="False",fontsize=16,color="green",shape="box"];558[label="True",fontsize=16,color="green",shape="box"];559[label="False",fontsize=16,color="green",shape="box"];560[label="True",fontsize=16,color="green",shape="box"];561 -> 278[label="",style="dashed", color="red", weight=0]; 18.87/7.83 561[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];561 -> 741[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 561 -> 742[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 562[label="False",fontsize=16,color="green",shape="box"];563[label="False",fontsize=16,color="green",shape="box"];564[label="True",fontsize=16,color="green",shape="box"];565[label="False",fontsize=16,color="green",shape="box"];566[label="True",fontsize=16,color="green",shape="box"];567[label="primMulInt vwx300 vwx401",fontsize=16,color="burlywood",shape="triangle"];3134[label="vwx300/Pos vwx3000",fontsize=10,color="white",style="solid",shape="box"];567 -> 3134[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3134 -> 743[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3135[label="vwx300/Neg vwx3000",fontsize=10,color="white",style="solid",shape="box"];567 -> 3135[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3135 -> 744[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 568[label="vwx400",fontsize=16,color="green",shape="box"];569[label="vwx301",fontsize=16,color="green",shape="box"];570[label="vwx301",fontsize=16,color="green",shape="box"];571[label="vwx401",fontsize=16,color="green",shape="box"];572[label="vwx301",fontsize=16,color="green",shape="box"];573[label="vwx401",fontsize=16,color="green",shape="box"];574[label="vwx301",fontsize=16,color="green",shape="box"];575[label="vwx401",fontsize=16,color="green",shape="box"];576[label="vwx301",fontsize=16,color="green",shape="box"];577[label="vwx401",fontsize=16,color="green",shape="box"];578[label="vwx301",fontsize=16,color="green",shape="box"];579[label="vwx401",fontsize=16,color="green",shape="box"];580[label="vwx301",fontsize=16,color="green",shape="box"];581[label="vwx401",fontsize=16,color="green",shape="box"];582[label="vwx301",fontsize=16,color="green",shape="box"];583[label="vwx401",fontsize=16,color="green",shape="box"];584[label="vwx301",fontsize=16,color="green",shape="box"];585[label="vwx401",fontsize=16,color="green",shape="box"];586[label="vwx301",fontsize=16,color="green",shape="box"];587[label="vwx401",fontsize=16,color="green",shape="box"];588[label="vwx301",fontsize=16,color="green",shape="box"];589[label="vwx401",fontsize=16,color="green",shape="box"];590[label="vwx301",fontsize=16,color="green",shape="box"];591[label="vwx401",fontsize=16,color="green",shape="box"];592[label="vwx301",fontsize=16,color="green",shape="box"];593[label="vwx401",fontsize=16,color="green",shape="box"];594[label="vwx301",fontsize=16,color="green",shape="box"];595[label="vwx401",fontsize=16,color="green",shape="box"];596[label="vwx301",fontsize=16,color="green",shape="box"];597[label="vwx401",fontsize=16,color="green",shape="box"];598[label="vwx300",fontsize=16,color="green",shape="box"];599[label="vwx400",fontsize=16,color="green",shape="box"];600[label="vwx300",fontsize=16,color="green",shape="box"];601[label="vwx400",fontsize=16,color="green",shape="box"];602[label="vwx300",fontsize=16,color="green",shape="box"];603[label="vwx400",fontsize=16,color="green",shape="box"];604[label="vwx300",fontsize=16,color="green",shape="box"];605[label="vwx400",fontsize=16,color="green",shape="box"];606[label="vwx300",fontsize=16,color="green",shape="box"];607[label="vwx400",fontsize=16,color="green",shape="box"];608[label="vwx300",fontsize=16,color="green",shape="box"];609[label="vwx400",fontsize=16,color="green",shape="box"];610[label="vwx300",fontsize=16,color="green",shape="box"];611[label="vwx400",fontsize=16,color="green",shape="box"];612[label="vwx300",fontsize=16,color="green",shape="box"];613[label="vwx400",fontsize=16,color="green",shape="box"];614[label="vwx300",fontsize=16,color="green",shape="box"];615[label="vwx400",fontsize=16,color="green",shape="box"];616[label="vwx300",fontsize=16,color="green",shape="box"];617[label="vwx400",fontsize=16,color="green",shape="box"];618[label="vwx300",fontsize=16,color="green",shape="box"];619[label="vwx400",fontsize=16,color="green",shape="box"];620[label="vwx300",fontsize=16,color="green",shape="box"];621[label="vwx400",fontsize=16,color="green",shape="box"];622[label="vwx300",fontsize=16,color="green",shape="box"];623[label="vwx400",fontsize=16,color="green",shape="box"];624[label="vwx300",fontsize=16,color="green",shape="box"];625[label="vwx400",fontsize=16,color="green",shape="box"];626 -> 28[label="",style="dashed", color="red", weight=0]; 18.87/7.83 626[label="vwx302 == vwx402",fontsize=16,color="magenta"];626 -> 745[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 626 -> 746[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 627 -> 29[label="",style="dashed", color="red", weight=0]; 18.87/7.83 627[label="vwx302 == vwx402",fontsize=16,color="magenta"];627 -> 747[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 627 -> 748[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 628 -> 30[label="",style="dashed", color="red", weight=0]; 18.87/7.83 628[label="vwx302 == vwx402",fontsize=16,color="magenta"];628 -> 749[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 628 -> 750[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 629 -> 31[label="",style="dashed", color="red", weight=0]; 18.87/7.83 629[label="vwx302 == vwx402",fontsize=16,color="magenta"];629 -> 751[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 629 -> 752[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 630 -> 32[label="",style="dashed", color="red", weight=0]; 18.87/7.83 630[label="vwx302 == vwx402",fontsize=16,color="magenta"];630 -> 753[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 630 -> 754[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 631 -> 33[label="",style="dashed", color="red", weight=0]; 18.87/7.83 631[label="vwx302 == vwx402",fontsize=16,color="magenta"];631 -> 755[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 631 -> 756[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 632 -> 34[label="",style="dashed", color="red", weight=0]; 18.87/7.83 632[label="vwx302 == vwx402",fontsize=16,color="magenta"];632 -> 757[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 632 -> 758[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 633 -> 35[label="",style="dashed", color="red", weight=0]; 18.87/7.83 633[label="vwx302 == vwx402",fontsize=16,color="magenta"];633 -> 759[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 633 -> 760[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 634 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.83 634[label="vwx302 == vwx402",fontsize=16,color="magenta"];634 -> 761[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 634 -> 762[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 635 -> 37[label="",style="dashed", color="red", weight=0]; 18.87/7.83 635[label="vwx302 == vwx402",fontsize=16,color="magenta"];635 -> 763[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 635 -> 764[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 636 -> 38[label="",style="dashed", color="red", weight=0]; 18.87/7.83 636[label="vwx302 == vwx402",fontsize=16,color="magenta"];636 -> 765[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 636 -> 766[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 637 -> 39[label="",style="dashed", color="red", weight=0]; 18.87/7.83 637[label="vwx302 == vwx402",fontsize=16,color="magenta"];637 -> 767[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 637 -> 768[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 638 -> 40[label="",style="dashed", color="red", weight=0]; 18.87/7.83 638[label="vwx302 == vwx402",fontsize=16,color="magenta"];638 -> 769[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 638 -> 770[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 639 -> 41[label="",style="dashed", color="red", weight=0]; 18.87/7.83 639[label="vwx302 == vwx402",fontsize=16,color="magenta"];639 -> 771[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 639 -> 772[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 640 -> 28[label="",style="dashed", color="red", weight=0]; 18.87/7.83 640[label="vwx301 == vwx401",fontsize=16,color="magenta"];640 -> 773[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 640 -> 774[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 641 -> 29[label="",style="dashed", color="red", weight=0]; 18.87/7.83 641[label="vwx301 == vwx401",fontsize=16,color="magenta"];641 -> 775[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 641 -> 776[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 642 -> 30[label="",style="dashed", color="red", weight=0]; 18.87/7.83 642[label="vwx301 == vwx401",fontsize=16,color="magenta"];642 -> 777[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 642 -> 778[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 643 -> 31[label="",style="dashed", color="red", weight=0]; 18.87/7.83 643[label="vwx301 == vwx401",fontsize=16,color="magenta"];643 -> 779[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 643 -> 780[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 644 -> 32[label="",style="dashed", color="red", weight=0]; 18.87/7.83 644[label="vwx301 == vwx401",fontsize=16,color="magenta"];644 -> 781[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 644 -> 782[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 645 -> 33[label="",style="dashed", color="red", weight=0]; 18.87/7.83 645[label="vwx301 == vwx401",fontsize=16,color="magenta"];645 -> 783[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 645 -> 784[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 646 -> 34[label="",style="dashed", color="red", weight=0]; 18.87/7.83 646[label="vwx301 == vwx401",fontsize=16,color="magenta"];646 -> 785[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 646 -> 786[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 647 -> 35[label="",style="dashed", color="red", weight=0]; 18.87/7.83 647[label="vwx301 == vwx401",fontsize=16,color="magenta"];647 -> 787[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 647 -> 788[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 648 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.83 648[label="vwx301 == vwx401",fontsize=16,color="magenta"];648 -> 789[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 648 -> 790[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 649 -> 37[label="",style="dashed", color="red", weight=0]; 18.87/7.83 649[label="vwx301 == vwx401",fontsize=16,color="magenta"];649 -> 791[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 649 -> 792[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 650 -> 38[label="",style="dashed", color="red", weight=0]; 18.87/7.83 650[label="vwx301 == vwx401",fontsize=16,color="magenta"];650 -> 793[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 650 -> 794[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 651 -> 39[label="",style="dashed", color="red", weight=0]; 18.87/7.83 651[label="vwx301 == vwx401",fontsize=16,color="magenta"];651 -> 795[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 651 -> 796[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 652 -> 40[label="",style="dashed", color="red", weight=0]; 18.87/7.83 652[label="vwx301 == vwx401",fontsize=16,color="magenta"];652 -> 797[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 652 -> 798[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 653 -> 41[label="",style="dashed", color="red", weight=0]; 18.87/7.83 653[label="vwx301 == vwx401",fontsize=16,color="magenta"];653 -> 799[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 653 -> 800[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 654[label="vwx300",fontsize=16,color="green",shape="box"];655[label="vwx400",fontsize=16,color="green",shape="box"];656[label="vwx300",fontsize=16,color="green",shape="box"];657[label="vwx400",fontsize=16,color="green",shape="box"];658[label="vwx300",fontsize=16,color="green",shape="box"];659[label="vwx400",fontsize=16,color="green",shape="box"];660[label="vwx300",fontsize=16,color="green",shape="box"];661[label="vwx400",fontsize=16,color="green",shape="box"];662[label="vwx300",fontsize=16,color="green",shape="box"];663[label="vwx400",fontsize=16,color="green",shape="box"];664[label="vwx300",fontsize=16,color="green",shape="box"];665[label="vwx400",fontsize=16,color="green",shape="box"];666[label="vwx300",fontsize=16,color="green",shape="box"];667[label="vwx400",fontsize=16,color="green",shape="box"];668[label="vwx300",fontsize=16,color="green",shape="box"];669[label="vwx400",fontsize=16,color="green",shape="box"];670[label="vwx300",fontsize=16,color="green",shape="box"];671[label="vwx400",fontsize=16,color="green",shape="box"];672[label="vwx300",fontsize=16,color="green",shape="box"];673[label="vwx400",fontsize=16,color="green",shape="box"];674[label="vwx300",fontsize=16,color="green",shape="box"];675[label="vwx400",fontsize=16,color="green",shape="box"];676[label="vwx300",fontsize=16,color="green",shape="box"];677[label="vwx400",fontsize=16,color="green",shape="box"];678[label="vwx300",fontsize=16,color="green",shape="box"];679[label="vwx400",fontsize=16,color="green",shape="box"];680[label="vwx300",fontsize=16,color="green",shape="box"];681[label="vwx400",fontsize=16,color="green",shape="box"];682[label="vwx401",fontsize=16,color="green",shape="box"];683[label="vwx300",fontsize=16,color="green",shape="box"];684[label="vwx400",fontsize=16,color="green",shape="box"];685[label="vwx301",fontsize=16,color="green",shape="box"];686[label="primEqNat (Succ vwx3000) (Succ vwx4000)",fontsize=16,color="black",shape="box"];686 -> 801[label="",style="solid", color="black", weight=3]; 18.87/7.83 687[label="primEqNat (Succ vwx3000) Zero",fontsize=16,color="black",shape="box"];687 -> 802[label="",style="solid", color="black", weight=3]; 18.87/7.83 688[label="primEqNat Zero (Succ vwx4000)",fontsize=16,color="black",shape="box"];688 -> 803[label="",style="solid", color="black", weight=3]; 18.87/7.83 689[label="primEqNat Zero Zero",fontsize=16,color="black",shape="box"];689 -> 804[label="",style="solid", color="black", weight=3]; 18.87/7.83 1850[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];1850 -> 1898[label="",style="solid", color="black", weight=3]; 18.87/7.83 1851[label="False <= vwx10",fontsize=16,color="burlywood",shape="box"];3136[label="vwx10/False",fontsize=10,color="white",style="solid",shape="box"];1851 -> 3136[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3136 -> 1899[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3137[label="vwx10/True",fontsize=10,color="white",style="solid",shape="box"];1851 -> 3137[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3137 -> 1900[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 1852[label="True <= vwx10",fontsize=16,color="burlywood",shape="box"];3138[label="vwx10/False",fontsize=10,color="white",style="solid",shape="box"];1852 -> 3138[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3138 -> 1901[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3139[label="vwx10/True",fontsize=10,color="white",style="solid",shape="box"];1852 -> 3139[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3139 -> 1902[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 1853[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];1853 -> 1903[label="",style="solid", color="black", weight=3]; 18.87/7.83 1854[label="(vwx90,vwx91) <= vwx10",fontsize=16,color="burlywood",shape="box"];3140[label="vwx10/(vwx100,vwx101)",fontsize=10,color="white",style="solid",shape="box"];1854 -> 3140[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3140 -> 1904[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 1855[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];1855 -> 1905[label="",style="solid", color="black", weight=3]; 18.87/7.83 1856[label="Left vwx90 <= vwx10",fontsize=16,color="burlywood",shape="box"];3141[label="vwx10/Left vwx100",fontsize=10,color="white",style="solid",shape="box"];1856 -> 3141[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3141 -> 1906[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3142[label="vwx10/Right vwx100",fontsize=10,color="white",style="solid",shape="box"];1856 -> 3142[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3142 -> 1907[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 1857[label="Right vwx90 <= vwx10",fontsize=16,color="burlywood",shape="box"];3143[label="vwx10/Left vwx100",fontsize=10,color="white",style="solid",shape="box"];1857 -> 3143[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3143 -> 1908[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3144[label="vwx10/Right vwx100",fontsize=10,color="white",style="solid",shape="box"];1857 -> 3144[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3144 -> 1909[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 1858[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];1858 -> 1910[label="",style="solid", color="black", weight=3]; 18.87/7.83 1859[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];1859 -> 1911[label="",style="solid", color="black", weight=3]; 18.87/7.83 1860[label="LT <= vwx10",fontsize=16,color="burlywood",shape="box"];3145[label="vwx10/LT",fontsize=10,color="white",style="solid",shape="box"];1860 -> 3145[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3145 -> 1912[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3146[label="vwx10/EQ",fontsize=10,color="white",style="solid",shape="box"];1860 -> 3146[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3146 -> 1913[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3147[label="vwx10/GT",fontsize=10,color="white",style="solid",shape="box"];1860 -> 3147[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3147 -> 1914[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 1861[label="EQ <= vwx10",fontsize=16,color="burlywood",shape="box"];3148[label="vwx10/LT",fontsize=10,color="white",style="solid",shape="box"];1861 -> 3148[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3148 -> 1915[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3149[label="vwx10/EQ",fontsize=10,color="white",style="solid",shape="box"];1861 -> 3149[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3149 -> 1916[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3150[label="vwx10/GT",fontsize=10,color="white",style="solid",shape="box"];1861 -> 3150[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3150 -> 1917[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 1862[label="GT <= vwx10",fontsize=16,color="burlywood",shape="box"];3151[label="vwx10/LT",fontsize=10,color="white",style="solid",shape="box"];1862 -> 3151[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3151 -> 1918[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3152[label="vwx10/EQ",fontsize=10,color="white",style="solid",shape="box"];1862 -> 3152[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3152 -> 1919[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3153[label="vwx10/GT",fontsize=10,color="white",style="solid",shape="box"];1862 -> 3153[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3153 -> 1920[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 1863[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];1863 -> 1921[label="",style="solid", color="black", weight=3]; 18.87/7.83 1864[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];1864 -> 1922[label="",style="solid", color="black", weight=3]; 18.87/7.83 1865[label="Nothing <= vwx10",fontsize=16,color="burlywood",shape="box"];3154[label="vwx10/Nothing",fontsize=10,color="white",style="solid",shape="box"];1865 -> 3154[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3154 -> 1923[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3155[label="vwx10/Just vwx100",fontsize=10,color="white",style="solid",shape="box"];1865 -> 3155[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3155 -> 1924[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 1866[label="Just vwx90 <= vwx10",fontsize=16,color="burlywood",shape="box"];3156[label="vwx10/Nothing",fontsize=10,color="white",style="solid",shape="box"];1866 -> 3156[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3156 -> 1925[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3157[label="vwx10/Just vwx100",fontsize=10,color="white",style="solid",shape="box"];1866 -> 3157[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3157 -> 1926[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 1867[label="(vwx90,vwx91,vwx92) <= vwx10",fontsize=16,color="burlywood",shape="box"];3158[label="vwx10/(vwx100,vwx101,vwx102)",fontsize=10,color="white",style="solid",shape="box"];1867 -> 3158[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3158 -> 1927[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 1868[label="compare vwx9 vwx10 /= GT",fontsize=16,color="black",shape="box"];1868 -> 1928[label="",style="solid", color="black", weight=3]; 18.87/7.83 1897[label="GT",fontsize=16,color="green",shape="box"];1869[label="vwx17",fontsize=16,color="green",shape="box"];1870[label="vwx16",fontsize=16,color="green",shape="box"];1871[label="vwx17",fontsize=16,color="green",shape="box"];1872[label="vwx16",fontsize=16,color="green",shape="box"];1873[label="vwx17",fontsize=16,color="green",shape="box"];1874[label="vwx16",fontsize=16,color="green",shape="box"];1875[label="vwx17",fontsize=16,color="green",shape="box"];1876[label="vwx16",fontsize=16,color="green",shape="box"];1877[label="vwx17",fontsize=16,color="green",shape="box"];1878[label="vwx16",fontsize=16,color="green",shape="box"];1879[label="vwx17",fontsize=16,color="green",shape="box"];1880[label="vwx16",fontsize=16,color="green",shape="box"];1881[label="vwx17",fontsize=16,color="green",shape="box"];1882[label="vwx16",fontsize=16,color="green",shape="box"];1883[label="vwx17",fontsize=16,color="green",shape="box"];1884[label="vwx16",fontsize=16,color="green",shape="box"];1885[label="vwx17",fontsize=16,color="green",shape="box"];1886[label="vwx16",fontsize=16,color="green",shape="box"];1887[label="vwx17",fontsize=16,color="green",shape="box"];1888[label="vwx16",fontsize=16,color="green",shape="box"];1889[label="vwx17",fontsize=16,color="green",shape="box"];1890[label="vwx16",fontsize=16,color="green",shape="box"];1891[label="vwx17",fontsize=16,color="green",shape="box"];1892[label="vwx16",fontsize=16,color="green",shape="box"];1893[label="vwx17",fontsize=16,color="green",shape="box"];1894[label="vwx16",fontsize=16,color="green",shape="box"];1895[label="vwx17",fontsize=16,color="green",shape="box"];1896[label="vwx16",fontsize=16,color="green",shape="box"];739[label="vwx3000",fontsize=16,color="green",shape="box"];740[label="vwx4000",fontsize=16,color="green",shape="box"];741[label="vwx3000",fontsize=16,color="green",shape="box"];742[label="vwx4000",fontsize=16,color="green",shape="box"];743[label="primMulInt (Pos vwx3000) vwx401",fontsize=16,color="burlywood",shape="box"];3159[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];743 -> 3159[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3159 -> 838[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3160[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];743 -> 3160[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3160 -> 839[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 744[label="primMulInt (Neg vwx3000) vwx401",fontsize=16,color="burlywood",shape="box"];3161[label="vwx401/Pos vwx4010",fontsize=10,color="white",style="solid",shape="box"];744 -> 3161[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3161 -> 840[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3162[label="vwx401/Neg vwx4010",fontsize=10,color="white",style="solid",shape="box"];744 -> 3162[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3162 -> 841[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 745[label="vwx302",fontsize=16,color="green",shape="box"];746[label="vwx402",fontsize=16,color="green",shape="box"];747[label="vwx302",fontsize=16,color="green",shape="box"];748[label="vwx402",fontsize=16,color="green",shape="box"];749[label="vwx302",fontsize=16,color="green",shape="box"];750[label="vwx402",fontsize=16,color="green",shape="box"];751[label="vwx302",fontsize=16,color="green",shape="box"];752[label="vwx402",fontsize=16,color="green",shape="box"];753[label="vwx302",fontsize=16,color="green",shape="box"];754[label="vwx402",fontsize=16,color="green",shape="box"];755[label="vwx302",fontsize=16,color="green",shape="box"];756[label="vwx402",fontsize=16,color="green",shape="box"];757[label="vwx302",fontsize=16,color="green",shape="box"];758[label="vwx402",fontsize=16,color="green",shape="box"];759[label="vwx302",fontsize=16,color="green",shape="box"];760[label="vwx402",fontsize=16,color="green",shape="box"];761[label="vwx302",fontsize=16,color="green",shape="box"];762[label="vwx402",fontsize=16,color="green",shape="box"];763[label="vwx302",fontsize=16,color="green",shape="box"];764[label="vwx402",fontsize=16,color="green",shape="box"];765[label="vwx302",fontsize=16,color="green",shape="box"];766[label="vwx402",fontsize=16,color="green",shape="box"];767[label="vwx302",fontsize=16,color="green",shape="box"];768[label="vwx402",fontsize=16,color="green",shape="box"];769[label="vwx302",fontsize=16,color="green",shape="box"];770[label="vwx402",fontsize=16,color="green",shape="box"];771[label="vwx302",fontsize=16,color="green",shape="box"];772[label="vwx402",fontsize=16,color="green",shape="box"];773[label="vwx301",fontsize=16,color="green",shape="box"];774[label="vwx401",fontsize=16,color="green",shape="box"];775[label="vwx301",fontsize=16,color="green",shape="box"];776[label="vwx401",fontsize=16,color="green",shape="box"];777[label="vwx301",fontsize=16,color="green",shape="box"];778[label="vwx401",fontsize=16,color="green",shape="box"];779[label="vwx301",fontsize=16,color="green",shape="box"];780[label="vwx401",fontsize=16,color="green",shape="box"];781[label="vwx301",fontsize=16,color="green",shape="box"];782[label="vwx401",fontsize=16,color="green",shape="box"];783[label="vwx301",fontsize=16,color="green",shape="box"];784[label="vwx401",fontsize=16,color="green",shape="box"];785[label="vwx301",fontsize=16,color="green",shape="box"];786[label="vwx401",fontsize=16,color="green",shape="box"];787[label="vwx301",fontsize=16,color="green",shape="box"];788[label="vwx401",fontsize=16,color="green",shape="box"];789[label="vwx301",fontsize=16,color="green",shape="box"];790[label="vwx401",fontsize=16,color="green",shape="box"];791[label="vwx301",fontsize=16,color="green",shape="box"];792[label="vwx401",fontsize=16,color="green",shape="box"];793[label="vwx301",fontsize=16,color="green",shape="box"];794[label="vwx401",fontsize=16,color="green",shape="box"];795[label="vwx301",fontsize=16,color="green",shape="box"];796[label="vwx401",fontsize=16,color="green",shape="box"];797[label="vwx301",fontsize=16,color="green",shape="box"];798[label="vwx401",fontsize=16,color="green",shape="box"];799[label="vwx301",fontsize=16,color="green",shape="box"];800[label="vwx401",fontsize=16,color="green",shape="box"];801 -> 278[label="",style="dashed", color="red", weight=0]; 18.87/7.83 801[label="primEqNat vwx3000 vwx4000",fontsize=16,color="magenta"];801 -> 842[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 801 -> 843[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 802[label="False",fontsize=16,color="green",shape="box"];803[label="False",fontsize=16,color="green",shape="box"];804[label="True",fontsize=16,color="green",shape="box"];1898 -> 1929[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1898[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];1898 -> 1930[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1899[label="False <= False",fontsize=16,color="black",shape="box"];1899 -> 1938[label="",style="solid", color="black", weight=3]; 18.87/7.83 1900[label="False <= True",fontsize=16,color="black",shape="box"];1900 -> 1939[label="",style="solid", color="black", weight=3]; 18.87/7.83 1901[label="True <= False",fontsize=16,color="black",shape="box"];1901 -> 1940[label="",style="solid", color="black", weight=3]; 18.87/7.83 1902[label="True <= True",fontsize=16,color="black",shape="box"];1902 -> 1941[label="",style="solid", color="black", weight=3]; 18.87/7.83 1903 -> 1929[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1903[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];1903 -> 1931[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1904[label="(vwx90,vwx91) <= (vwx100,vwx101)",fontsize=16,color="black",shape="box"];1904 -> 1942[label="",style="solid", color="black", weight=3]; 18.87/7.83 1905 -> 1929[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1905[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];1905 -> 1932[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1906[label="Left vwx90 <= Left vwx100",fontsize=16,color="black",shape="box"];1906 -> 1943[label="",style="solid", color="black", weight=3]; 18.87/7.83 1907[label="Left vwx90 <= Right vwx100",fontsize=16,color="black",shape="box"];1907 -> 1944[label="",style="solid", color="black", weight=3]; 18.87/7.83 1908[label="Right vwx90 <= Left vwx100",fontsize=16,color="black",shape="box"];1908 -> 1945[label="",style="solid", color="black", weight=3]; 18.87/7.83 1909[label="Right vwx90 <= Right vwx100",fontsize=16,color="black",shape="box"];1909 -> 1946[label="",style="solid", color="black", weight=3]; 18.87/7.83 1910 -> 1929[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1910[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];1910 -> 1933[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1911 -> 1929[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1911[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];1911 -> 1934[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1912[label="LT <= LT",fontsize=16,color="black",shape="box"];1912 -> 1947[label="",style="solid", color="black", weight=3]; 18.87/7.83 1913[label="LT <= EQ",fontsize=16,color="black",shape="box"];1913 -> 1948[label="",style="solid", color="black", weight=3]; 18.87/7.83 1914[label="LT <= GT",fontsize=16,color="black",shape="box"];1914 -> 1949[label="",style="solid", color="black", weight=3]; 18.87/7.83 1915[label="EQ <= LT",fontsize=16,color="black",shape="box"];1915 -> 1950[label="",style="solid", color="black", weight=3]; 18.87/7.83 1916[label="EQ <= EQ",fontsize=16,color="black",shape="box"];1916 -> 1951[label="",style="solid", color="black", weight=3]; 18.87/7.83 1917[label="EQ <= GT",fontsize=16,color="black",shape="box"];1917 -> 1952[label="",style="solid", color="black", weight=3]; 18.87/7.83 1918[label="GT <= LT",fontsize=16,color="black",shape="box"];1918 -> 1953[label="",style="solid", color="black", weight=3]; 18.87/7.83 1919[label="GT <= EQ",fontsize=16,color="black",shape="box"];1919 -> 1954[label="",style="solid", color="black", weight=3]; 18.87/7.83 1920[label="GT <= GT",fontsize=16,color="black",shape="box"];1920 -> 1955[label="",style="solid", color="black", weight=3]; 18.87/7.83 1921 -> 1929[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1921[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];1921 -> 1935[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1922 -> 1929[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1922[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];1922 -> 1936[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1923[label="Nothing <= Nothing",fontsize=16,color="black",shape="box"];1923 -> 1956[label="",style="solid", color="black", weight=3]; 18.87/7.83 1924[label="Nothing <= Just vwx100",fontsize=16,color="black",shape="box"];1924 -> 1957[label="",style="solid", color="black", weight=3]; 18.87/7.83 1925[label="Just vwx90 <= Nothing",fontsize=16,color="black",shape="box"];1925 -> 1958[label="",style="solid", color="black", weight=3]; 18.87/7.83 1926[label="Just vwx90 <= Just vwx100",fontsize=16,color="black",shape="box"];1926 -> 1959[label="",style="solid", color="black", weight=3]; 18.87/7.83 1927[label="(vwx90,vwx91,vwx92) <= (vwx100,vwx101,vwx102)",fontsize=16,color="black",shape="box"];1927 -> 1960[label="",style="solid", color="black", weight=3]; 18.87/7.83 1928 -> 1929[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1928[label="not (compare vwx9 vwx10 == GT)",fontsize=16,color="magenta"];1928 -> 1937[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 838[label="primMulInt (Pos vwx3000) (Pos vwx4010)",fontsize=16,color="black",shape="box"];838 -> 876[label="",style="solid", color="black", weight=3]; 18.87/7.83 839[label="primMulInt (Pos vwx3000) (Neg vwx4010)",fontsize=16,color="black",shape="box"];839 -> 877[label="",style="solid", color="black", weight=3]; 18.87/7.83 840[label="primMulInt (Neg vwx3000) (Pos vwx4010)",fontsize=16,color="black",shape="box"];840 -> 878[label="",style="solid", color="black", weight=3]; 18.87/7.83 841[label="primMulInt (Neg vwx3000) (Neg vwx4010)",fontsize=16,color="black",shape="box"];841 -> 879[label="",style="solid", color="black", weight=3]; 18.87/7.83 842[label="vwx3000",fontsize=16,color="green",shape="box"];843[label="vwx4000",fontsize=16,color="green",shape="box"];1930 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1930[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];1930 -> 1961[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1930 -> 1962[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1929[label="not vwx72",fontsize=16,color="burlywood",shape="triangle"];3163[label="vwx72/False",fontsize=10,color="white",style="solid",shape="box"];1929 -> 3163[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3163 -> 1963[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3164[label="vwx72/True",fontsize=10,color="white",style="solid",shape="box"];1929 -> 3164[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3164 -> 1964[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 1938[label="True",fontsize=16,color="green",shape="box"];1939[label="True",fontsize=16,color="green",shape="box"];1940[label="False",fontsize=16,color="green",shape="box"];1941[label="True",fontsize=16,color="green",shape="box"];1931 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1931[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];1931 -> 1965[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1931 -> 1966[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1942 -> 2032[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1942[label="vwx90 < vwx100 || vwx90 == vwx100 && vwx91 <= vwx101",fontsize=16,color="magenta"];1942 -> 2033[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1942 -> 2034[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1932 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1932[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];1932 -> 1967[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1932 -> 1968[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1943[label="vwx90 <= vwx100",fontsize=16,color="blue",shape="box"];3165[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3165[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3165 -> 1984[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3166[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3166[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3166 -> 1985[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3167[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3167[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3167 -> 1986[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3168[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3168[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3168 -> 1987[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3169[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3169[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3169 -> 1988[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3170[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3170[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3170 -> 1989[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3171[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3171[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3171 -> 1990[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3172[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3172[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3172 -> 1991[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3173[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3173[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3173 -> 1992[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3174[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3174[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3174 -> 1993[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3175[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3175[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3175 -> 1994[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3176[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3176[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3176 -> 1995[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3177[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3177[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3177 -> 1996[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3178[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1943 -> 3178[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3178 -> 1997[label="",style="solid", color="blue", weight=3]; 18.87/7.83 1944[label="True",fontsize=16,color="green",shape="box"];1945[label="False",fontsize=16,color="green",shape="box"];1946[label="vwx90 <= vwx100",fontsize=16,color="blue",shape="box"];3179[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1946 -> 3179[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3179 -> 1998[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3180[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1946 -> 3180[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3180 -> 1999[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3181[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1946 -> 3181[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3181 -> 2000[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3182[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1946 -> 3182[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3182 -> 2001[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3183[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1946 -> 3183[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3183 -> 2002[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3184[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1946 -> 3184[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3184 -> 2003[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3185[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1946 -> 3185[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3185 -> 2004[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3186[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1946 -> 3186[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3186 -> 2005[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3187[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1946 -> 3187[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3187 -> 2006[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3188[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1946 -> 3188[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3188 -> 2007[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3189[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1946 -> 3189[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3189 -> 2008[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3190[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1946 -> 3190[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3190 -> 2009[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3191[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1946 -> 3191[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3191 -> 2010[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3192[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1946 -> 3192[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3192 -> 2011[label="",style="solid", color="blue", weight=3]; 18.87/7.83 1933 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1933[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];1933 -> 1969[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1933 -> 1970[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1934 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1934[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];1934 -> 1971[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1934 -> 1972[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1947[label="True",fontsize=16,color="green",shape="box"];1948[label="True",fontsize=16,color="green",shape="box"];1949[label="True",fontsize=16,color="green",shape="box"];1950[label="False",fontsize=16,color="green",shape="box"];1951[label="True",fontsize=16,color="green",shape="box"];1952[label="True",fontsize=16,color="green",shape="box"];1953[label="False",fontsize=16,color="green",shape="box"];1954[label="False",fontsize=16,color="green",shape="box"];1955[label="True",fontsize=16,color="green",shape="box"];1935 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1935[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];1935 -> 1973[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1935 -> 1974[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1936 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1936[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];1936 -> 1975[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1936 -> 1976[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1956[label="True",fontsize=16,color="green",shape="box"];1957[label="True",fontsize=16,color="green",shape="box"];1958[label="False",fontsize=16,color="green",shape="box"];1959[label="vwx90 <= vwx100",fontsize=16,color="blue",shape="box"];3193[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];1959 -> 3193[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3193 -> 2012[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3194[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];1959 -> 3194[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3194 -> 2013[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3195[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];1959 -> 3195[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3195 -> 2014[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3196[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1959 -> 3196[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3196 -> 2015[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3197[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];1959 -> 3197[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3197 -> 2016[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3198[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1959 -> 3198[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3198 -> 2017[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3199[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1959 -> 3199[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3199 -> 2018[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3200[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];1959 -> 3200[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3200 -> 2019[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3201[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];1959 -> 3201[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3201 -> 2020[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3202[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1959 -> 3202[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3202 -> 2021[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3203[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];1959 -> 3203[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3203 -> 2022[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3204[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1959 -> 3204[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3204 -> 2023[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3205[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];1959 -> 3205[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3205 -> 2024[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3206[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];1959 -> 3206[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3206 -> 2025[label="",style="solid", color="blue", weight=3]; 18.87/7.83 1960 -> 2032[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1960[label="vwx90 < vwx100 || vwx90 == vwx100 && (vwx91 < vwx101 || vwx91 == vwx101 && vwx92 <= vwx102)",fontsize=16,color="magenta"];1960 -> 2035[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1960 -> 2036[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1937 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1937[label="compare vwx9 vwx10 == GT",fontsize=16,color="magenta"];1937 -> 1977[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1937 -> 1978[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 876[label="Pos (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];876 -> 945[label="",style="dashed", color="green", weight=3]; 18.87/7.83 877[label="Neg (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];877 -> 946[label="",style="dashed", color="green", weight=3]; 18.87/7.83 878[label="Neg (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];878 -> 947[label="",style="dashed", color="green", weight=3]; 18.87/7.83 879[label="Pos (primMulNat vwx3000 vwx4010)",fontsize=16,color="green",shape="box"];879 -> 948[label="",style="dashed", color="green", weight=3]; 18.87/7.83 1961[label="compare vwx9 vwx10",fontsize=16,color="black",shape="triangle"];1961 -> 2026[label="",style="solid", color="black", weight=3]; 18.87/7.83 1962[label="GT",fontsize=16,color="green",shape="box"];1963[label="not False",fontsize=16,color="black",shape="box"];1963 -> 2027[label="",style="solid", color="black", weight=3]; 18.87/7.83 1964[label="not True",fontsize=16,color="black",shape="box"];1964 -> 2028[label="",style="solid", color="black", weight=3]; 18.87/7.83 1965[label="compare vwx9 vwx10",fontsize=16,color="black",shape="triangle"];1965 -> 2029[label="",style="solid", color="black", weight=3]; 18.87/7.83 1966[label="GT",fontsize=16,color="green",shape="box"];2033[label="vwx90 < vwx100",fontsize=16,color="blue",shape="box"];3207[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2033 -> 3207[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3207 -> 2039[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3208[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2033 -> 3208[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3208 -> 2040[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3209[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2033 -> 3209[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3209 -> 2041[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3210[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2033 -> 3210[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3210 -> 2042[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3211[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2033 -> 3211[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3211 -> 2043[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3212[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2033 -> 3212[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3212 -> 2044[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3213[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2033 -> 3213[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3213 -> 2045[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3214[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2033 -> 3214[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3214 -> 2046[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3215[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2033 -> 3215[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3215 -> 2047[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3216[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2033 -> 3216[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3216 -> 2048[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3217[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2033 -> 3217[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3217 -> 2049[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3218[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2033 -> 3218[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3218 -> 2050[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3219[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2033 -> 3219[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3219 -> 2051[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3220[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2033 -> 3220[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3220 -> 2052[label="",style="solid", color="blue", weight=3]; 18.87/7.83 2034 -> 358[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2034[label="vwx90 == vwx100 && vwx91 <= vwx101",fontsize=16,color="magenta"];2034 -> 2053[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2034 -> 2054[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2032[label="vwx77 || vwx78",fontsize=16,color="burlywood",shape="triangle"];3221[label="vwx77/False",fontsize=10,color="white",style="solid",shape="box"];2032 -> 3221[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3221 -> 2055[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3222[label="vwx77/True",fontsize=10,color="white",style="solid",shape="box"];2032 -> 3222[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3222 -> 2056[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 1967[label="compare vwx9 vwx10",fontsize=16,color="burlywood",shape="triangle"];3223[label="vwx9/()",fontsize=10,color="white",style="solid",shape="box"];1967 -> 3223[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3223 -> 2057[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 1968[label="GT",fontsize=16,color="green",shape="box"];1984 -> 1821[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1984[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1984 -> 2058[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1984 -> 2059[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1985 -> 1822[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1985[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1985 -> 2060[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1985 -> 2061[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1986 -> 1823[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1986[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1986 -> 2062[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1986 -> 2063[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1987 -> 1824[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1987[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1987 -> 2064[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1987 -> 2065[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1988 -> 1825[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1988[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1988 -> 2066[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1988 -> 2067[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1989 -> 1826[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1989[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1989 -> 2068[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1989 -> 2069[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1990 -> 1827[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1990[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1990 -> 2070[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1990 -> 2071[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1991 -> 1828[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1991[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1991 -> 2072[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1991 -> 2073[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1992 -> 1829[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1992[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1992 -> 2074[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1992 -> 2075[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1993 -> 1830[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1993[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1993 -> 2076[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1993 -> 2077[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1994 -> 1831[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1994[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1994 -> 2078[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1994 -> 2079[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1995 -> 1832[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1995[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1995 -> 2080[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1995 -> 2081[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1996 -> 1833[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1996[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1996 -> 2082[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1996 -> 2083[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1997 -> 1834[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1997[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1997 -> 2084[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1997 -> 2085[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1998 -> 1821[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1998[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1998 -> 2086[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1998 -> 2087[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1999 -> 1822[label="",style="dashed", color="red", weight=0]; 18.87/7.83 1999[label="vwx90 <= vwx100",fontsize=16,color="magenta"];1999 -> 2088[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1999 -> 2089[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2000 -> 1823[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2000[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2000 -> 2090[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2000 -> 2091[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2001 -> 1824[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2001[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2001 -> 2092[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2001 -> 2093[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2002 -> 1825[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2002[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2002 -> 2094[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2002 -> 2095[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2003 -> 1826[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2003[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2003 -> 2096[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2003 -> 2097[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2004 -> 1827[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2004[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2004 -> 2098[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2004 -> 2099[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2005 -> 1828[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2005[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2005 -> 2100[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2005 -> 2101[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2006 -> 1829[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2006[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2006 -> 2102[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2006 -> 2103[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2007 -> 1830[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2007[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2007 -> 2104[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2007 -> 2105[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2008 -> 1831[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2008[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2008 -> 2106[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2008 -> 2107[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2009 -> 1832[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2009[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2009 -> 2108[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2009 -> 2109[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2010 -> 1833[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2010[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2010 -> 2110[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2010 -> 2111[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2011 -> 1834[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2011[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2011 -> 2112[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2011 -> 2113[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1969[label="compare vwx9 vwx10",fontsize=16,color="burlywood",shape="triangle"];3224[label="vwx9/vwx90 :% vwx91",fontsize=10,color="white",style="solid",shape="box"];1969 -> 3224[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3224 -> 2114[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 1970[label="GT",fontsize=16,color="green",shape="box"];1971[label="compare vwx9 vwx10",fontsize=16,color="burlywood",shape="triangle"];3225[label="vwx9/Integer vwx90",fontsize=10,color="white",style="solid",shape="box"];1971 -> 3225[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3225 -> 2115[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 1972[label="GT",fontsize=16,color="green",shape="box"];1973[label="compare vwx9 vwx10",fontsize=16,color="burlywood",shape="triangle"];3226[label="vwx9/vwx90 : vwx91",fontsize=10,color="white",style="solid",shape="box"];1973 -> 3226[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3226 -> 2116[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3227[label="vwx9/[]",fontsize=10,color="white",style="solid",shape="box"];1973 -> 3227[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3227 -> 2117[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 1974[label="GT",fontsize=16,color="green",shape="box"];1975[label="compare vwx9 vwx10",fontsize=16,color="black",shape="triangle"];1975 -> 2118[label="",style="solid", color="black", weight=3]; 18.87/7.83 1976[label="GT",fontsize=16,color="green",shape="box"];2012 -> 1821[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2012[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2012 -> 2119[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2012 -> 2120[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2013 -> 1822[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2013[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2013 -> 2121[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2013 -> 2122[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2014 -> 1823[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2014[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2014 -> 2123[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2014 -> 2124[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2015 -> 1824[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2015[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2015 -> 2125[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2015 -> 2126[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2016 -> 1825[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2016[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2016 -> 2127[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2016 -> 2128[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2017 -> 1826[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2017[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2017 -> 2129[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2017 -> 2130[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2018 -> 1827[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2018[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2018 -> 2131[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2018 -> 2132[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2019 -> 1828[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2019[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2019 -> 2133[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2019 -> 2134[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2020 -> 1829[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2020[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2020 -> 2135[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2020 -> 2136[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2021 -> 1830[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2021[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2021 -> 2137[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2021 -> 2138[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2022 -> 1831[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2022[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2022 -> 2139[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2022 -> 2140[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2023 -> 1832[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2023[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2023 -> 2141[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2023 -> 2142[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2024 -> 1833[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2024[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2024 -> 2143[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2024 -> 2144[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2025 -> 1834[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2025[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2025 -> 2145[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2025 -> 2146[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2035[label="vwx90 < vwx100",fontsize=16,color="blue",shape="box"];3228[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2035 -> 3228[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3228 -> 2147[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3229[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2035 -> 3229[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3229 -> 2148[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3230[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2035 -> 3230[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3230 -> 2149[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3231[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2035 -> 3231[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3231 -> 2150[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3232[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2035 -> 3232[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3232 -> 2151[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3233[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2035 -> 3233[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3233 -> 2152[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3234[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2035 -> 3234[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3234 -> 2153[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3235[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2035 -> 3235[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3235 -> 2154[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3236[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2035 -> 3236[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3236 -> 2155[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3237[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2035 -> 3237[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3237 -> 2156[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3238[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2035 -> 3238[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3238 -> 2157[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3239[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2035 -> 3239[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3239 -> 2158[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3240[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2035 -> 3240[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3240 -> 2159[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3241[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2035 -> 3241[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3241 -> 2160[label="",style="solid", color="blue", weight=3]; 18.87/7.83 2036 -> 358[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2036[label="vwx90 == vwx100 && (vwx91 < vwx101 || vwx91 == vwx101 && vwx92 <= vwx102)",fontsize=16,color="magenta"];2036 -> 2161[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2036 -> 2162[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 1977[label="compare vwx9 vwx10",fontsize=16,color="black",shape="triangle"];1977 -> 2163[label="",style="solid", color="black", weight=3]; 18.87/7.83 1978[label="GT",fontsize=16,color="green",shape="box"];945[label="primMulNat vwx3000 vwx4010",fontsize=16,color="burlywood",shape="triangle"];3242[label="vwx3000/Succ vwx30000",fontsize=10,color="white",style="solid",shape="box"];945 -> 3242[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3242 -> 1087[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3243[label="vwx3000/Zero",fontsize=10,color="white",style="solid",shape="box"];945 -> 3243[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3243 -> 1088[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 946 -> 945[label="",style="dashed", color="red", weight=0]; 18.87/7.83 946[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];946 -> 1089[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 947 -> 945[label="",style="dashed", color="red", weight=0]; 18.87/7.83 947[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];947 -> 1090[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 948 -> 945[label="",style="dashed", color="red", weight=0]; 18.87/7.83 948[label="primMulNat vwx3000 vwx4010",fontsize=16,color="magenta"];948 -> 1091[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 948 -> 1092[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2026[label="primCmpFloat vwx9 vwx10",fontsize=16,color="burlywood",shape="box"];3244[label="vwx9/Float vwx90 vwx91",fontsize=10,color="white",style="solid",shape="box"];2026 -> 3244[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3244 -> 2164[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 2027[label="True",fontsize=16,color="green",shape="box"];2028[label="False",fontsize=16,color="green",shape="box"];2029[label="primCmpInt vwx9 vwx10",fontsize=16,color="burlywood",shape="triangle"];3245[label="vwx9/Pos vwx90",fontsize=10,color="white",style="solid",shape="box"];2029 -> 3245[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3245 -> 2165[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3246[label="vwx9/Neg vwx90",fontsize=10,color="white",style="solid",shape="box"];2029 -> 3246[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3246 -> 2166[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 2039[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];2039 -> 2167[label="",style="solid", color="black", weight=3]; 18.87/7.83 2040[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];2040 -> 2168[label="",style="solid", color="black", weight=3]; 18.87/7.83 2041[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];2041 -> 2169[label="",style="solid", color="black", weight=3]; 18.87/7.83 2042[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];2042 -> 2170[label="",style="solid", color="black", weight=3]; 18.87/7.83 2043[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];2043 -> 2171[label="",style="solid", color="black", weight=3]; 18.87/7.83 2044 -> 4[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2044[label="vwx90 < vwx100",fontsize=16,color="magenta"];2044 -> 2172[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2044 -> 2173[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2045[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];2045 -> 2174[label="",style="solid", color="black", weight=3]; 18.87/7.83 2046[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];2046 -> 2175[label="",style="solid", color="black", weight=3]; 18.87/7.83 2047[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];2047 -> 2176[label="",style="solid", color="black", weight=3]; 18.87/7.83 2048[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];2048 -> 2177[label="",style="solid", color="black", weight=3]; 18.87/7.83 2049[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];2049 -> 2178[label="",style="solid", color="black", weight=3]; 18.87/7.83 2050[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];2050 -> 2179[label="",style="solid", color="black", weight=3]; 18.87/7.83 2051[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];2051 -> 2180[label="",style="solid", color="black", weight=3]; 18.87/7.83 2052[label="vwx90 < vwx100",fontsize=16,color="black",shape="triangle"];2052 -> 2181[label="",style="solid", color="black", weight=3]; 18.87/7.83 2053[label="vwx91 <= vwx101",fontsize=16,color="blue",shape="box"];3247[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2053 -> 3247[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3247 -> 2182[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3248[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2053 -> 3248[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3248 -> 2183[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3249[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2053 -> 3249[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3249 -> 2184[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3250[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2053 -> 3250[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3250 -> 2185[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3251[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2053 -> 3251[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3251 -> 2186[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3252[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2053 -> 3252[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3252 -> 2187[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3253[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2053 -> 3253[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3253 -> 2188[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3254[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2053 -> 3254[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3254 -> 2189[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3255[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2053 -> 3255[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3255 -> 2190[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3256[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2053 -> 3256[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3256 -> 2191[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3257[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2053 -> 3257[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3257 -> 2192[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3258[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2053 -> 3258[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3258 -> 2193[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3259[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2053 -> 3259[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3259 -> 2194[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3260[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2053 -> 3260[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3260 -> 2195[label="",style="solid", color="blue", weight=3]; 18.87/7.83 2054[label="vwx90 == vwx100",fontsize=16,color="blue",shape="box"];3261[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2054 -> 3261[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3261 -> 2196[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3262[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2054 -> 3262[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3262 -> 2197[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3263[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2054 -> 3263[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3263 -> 2198[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3264[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2054 -> 3264[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3264 -> 2199[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3265[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2054 -> 3265[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3265 -> 2200[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3266[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2054 -> 3266[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3266 -> 2201[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3267[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2054 -> 3267[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3267 -> 2202[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3268[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2054 -> 3268[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3268 -> 2203[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3269[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2054 -> 3269[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3269 -> 2204[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3270[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2054 -> 3270[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3270 -> 2205[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3271[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2054 -> 3271[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3271 -> 2206[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3272[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2054 -> 3272[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3272 -> 2207[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3273[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2054 -> 3273[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3273 -> 2208[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3274[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2054 -> 3274[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3274 -> 2209[label="",style="solid", color="blue", weight=3]; 18.87/7.83 2055[label="False || vwx78",fontsize=16,color="black",shape="box"];2055 -> 2210[label="",style="solid", color="black", weight=3]; 18.87/7.83 2056[label="True || vwx78",fontsize=16,color="black",shape="box"];2056 -> 2211[label="",style="solid", color="black", weight=3]; 18.87/7.83 2057[label="compare () vwx10",fontsize=16,color="burlywood",shape="box"];3275[label="vwx10/()",fontsize=10,color="white",style="solid",shape="box"];2057 -> 3275[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3275 -> 2212[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 2058[label="vwx100",fontsize=16,color="green",shape="box"];2059[label="vwx90",fontsize=16,color="green",shape="box"];2060[label="vwx100",fontsize=16,color="green",shape="box"];2061[label="vwx90",fontsize=16,color="green",shape="box"];2062[label="vwx100",fontsize=16,color="green",shape="box"];2063[label="vwx90",fontsize=16,color="green",shape="box"];2064[label="vwx100",fontsize=16,color="green",shape="box"];2065[label="vwx90",fontsize=16,color="green",shape="box"];2066[label="vwx100",fontsize=16,color="green",shape="box"];2067[label="vwx90",fontsize=16,color="green",shape="box"];2068[label="vwx100",fontsize=16,color="green",shape="box"];2069[label="vwx90",fontsize=16,color="green",shape="box"];2070[label="vwx100",fontsize=16,color="green",shape="box"];2071[label="vwx90",fontsize=16,color="green",shape="box"];2072[label="vwx100",fontsize=16,color="green",shape="box"];2073[label="vwx90",fontsize=16,color="green",shape="box"];2074[label="vwx100",fontsize=16,color="green",shape="box"];2075[label="vwx90",fontsize=16,color="green",shape="box"];2076[label="vwx100",fontsize=16,color="green",shape="box"];2077[label="vwx90",fontsize=16,color="green",shape="box"];2078[label="vwx100",fontsize=16,color="green",shape="box"];2079[label="vwx90",fontsize=16,color="green",shape="box"];2080[label="vwx100",fontsize=16,color="green",shape="box"];2081[label="vwx90",fontsize=16,color="green",shape="box"];2082[label="vwx100",fontsize=16,color="green",shape="box"];2083[label="vwx90",fontsize=16,color="green",shape="box"];2084[label="vwx100",fontsize=16,color="green",shape="box"];2085[label="vwx90",fontsize=16,color="green",shape="box"];2086[label="vwx100",fontsize=16,color="green",shape="box"];2087[label="vwx90",fontsize=16,color="green",shape="box"];2088[label="vwx100",fontsize=16,color="green",shape="box"];2089[label="vwx90",fontsize=16,color="green",shape="box"];2090[label="vwx100",fontsize=16,color="green",shape="box"];2091[label="vwx90",fontsize=16,color="green",shape="box"];2092[label="vwx100",fontsize=16,color="green",shape="box"];2093[label="vwx90",fontsize=16,color="green",shape="box"];2094[label="vwx100",fontsize=16,color="green",shape="box"];2095[label="vwx90",fontsize=16,color="green",shape="box"];2096[label="vwx100",fontsize=16,color="green",shape="box"];2097[label="vwx90",fontsize=16,color="green",shape="box"];2098[label="vwx100",fontsize=16,color="green",shape="box"];2099[label="vwx90",fontsize=16,color="green",shape="box"];2100[label="vwx100",fontsize=16,color="green",shape="box"];2101[label="vwx90",fontsize=16,color="green",shape="box"];2102[label="vwx100",fontsize=16,color="green",shape="box"];2103[label="vwx90",fontsize=16,color="green",shape="box"];2104[label="vwx100",fontsize=16,color="green",shape="box"];2105[label="vwx90",fontsize=16,color="green",shape="box"];2106[label="vwx100",fontsize=16,color="green",shape="box"];2107[label="vwx90",fontsize=16,color="green",shape="box"];2108[label="vwx100",fontsize=16,color="green",shape="box"];2109[label="vwx90",fontsize=16,color="green",shape="box"];2110[label="vwx100",fontsize=16,color="green",shape="box"];2111[label="vwx90",fontsize=16,color="green",shape="box"];2112[label="vwx100",fontsize=16,color="green",shape="box"];2113[label="vwx90",fontsize=16,color="green",shape="box"];2114[label="compare (vwx90 :% vwx91) vwx10",fontsize=16,color="burlywood",shape="box"];3276[label="vwx10/vwx100 :% vwx101",fontsize=10,color="white",style="solid",shape="box"];2114 -> 3276[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3276 -> 2213[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 2115[label="compare (Integer vwx90) vwx10",fontsize=16,color="burlywood",shape="box"];3277[label="vwx10/Integer vwx100",fontsize=10,color="white",style="solid",shape="box"];2115 -> 3277[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3277 -> 2214[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 2116[label="compare (vwx90 : vwx91) vwx10",fontsize=16,color="burlywood",shape="box"];3278[label="vwx10/vwx100 : vwx101",fontsize=10,color="white",style="solid",shape="box"];2116 -> 3278[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3278 -> 2215[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3279[label="vwx10/[]",fontsize=10,color="white",style="solid",shape="box"];2116 -> 3279[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3279 -> 2216[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 2117[label="compare [] vwx10",fontsize=16,color="burlywood",shape="box"];3280[label="vwx10/vwx100 : vwx101",fontsize=10,color="white",style="solid",shape="box"];2117 -> 3280[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3280 -> 2217[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3281[label="vwx10/[]",fontsize=10,color="white",style="solid",shape="box"];2117 -> 3281[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3281 -> 2218[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 2118[label="primCmpChar vwx9 vwx10",fontsize=16,color="burlywood",shape="box"];3282[label="vwx9/Char vwx90",fontsize=10,color="white",style="solid",shape="box"];2118 -> 3282[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3282 -> 2219[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 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="vwx90",fontsize=16,color="green",shape="box"];2145[label="vwx100",fontsize=16,color="green",shape="box"];2146[label="vwx90",fontsize=16,color="green",shape="box"];2147 -> 2039[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2147[label="vwx90 < vwx100",fontsize=16,color="magenta"];2147 -> 2220[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2147 -> 2221[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2148 -> 2040[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2148[label="vwx90 < vwx100",fontsize=16,color="magenta"];2148 -> 2222[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2148 -> 2223[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2149 -> 2041[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2149[label="vwx90 < vwx100",fontsize=16,color="magenta"];2149 -> 2224[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2149 -> 2225[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2150 -> 2042[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2150[label="vwx90 < vwx100",fontsize=16,color="magenta"];2150 -> 2226[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2150 -> 2227[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2151 -> 2043[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2151[label="vwx90 < vwx100",fontsize=16,color="magenta"];2151 -> 2228[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2151 -> 2229[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2152 -> 4[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2152[label="vwx90 < vwx100",fontsize=16,color="magenta"];2152 -> 2230[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2152 -> 2231[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2153 -> 2045[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2153[label="vwx90 < vwx100",fontsize=16,color="magenta"];2153 -> 2232[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2153 -> 2233[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2154 -> 2046[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2154[label="vwx90 < vwx100",fontsize=16,color="magenta"];2154 -> 2234[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2154 -> 2235[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2155 -> 2047[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2155[label="vwx90 < vwx100",fontsize=16,color="magenta"];2155 -> 2236[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2155 -> 2237[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2156 -> 2048[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2156[label="vwx90 < vwx100",fontsize=16,color="magenta"];2156 -> 2238[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2156 -> 2239[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2157 -> 2049[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2157[label="vwx90 < vwx100",fontsize=16,color="magenta"];2157 -> 2240[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2157 -> 2241[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2158 -> 2050[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2158[label="vwx90 < vwx100",fontsize=16,color="magenta"];2158 -> 2242[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2158 -> 2243[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2159 -> 2051[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2159[label="vwx90 < vwx100",fontsize=16,color="magenta"];2159 -> 2244[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2159 -> 2245[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2160 -> 2052[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2160[label="vwx90 < vwx100",fontsize=16,color="magenta"];2160 -> 2246[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2160 -> 2247[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2161 -> 2032[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2161[label="vwx91 < vwx101 || vwx91 == vwx101 && vwx92 <= vwx102",fontsize=16,color="magenta"];2161 -> 2248[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2161 -> 2249[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2162[label="vwx90 == vwx100",fontsize=16,color="blue",shape="box"];3283[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2162 -> 3283[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3283 -> 2250[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3284[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2162 -> 3284[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3284 -> 2251[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3285[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2162 -> 3285[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3285 -> 2252[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3286[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2162 -> 3286[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3286 -> 2253[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3287[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2162 -> 3287[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3287 -> 2254[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3288[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2162 -> 3288[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3288 -> 2255[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3289[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2162 -> 3289[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3289 -> 2256[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3290[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2162 -> 3290[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3290 -> 2257[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3291[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2162 -> 3291[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3291 -> 2258[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3292[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2162 -> 3292[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3292 -> 2259[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3293[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2162 -> 3293[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3293 -> 2260[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3294[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2162 -> 3294[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3294 -> 2261[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3295[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2162 -> 3295[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3295 -> 2262[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3296[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2162 -> 3296[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3296 -> 2263[label="",style="solid", color="blue", weight=3]; 18.87/7.83 2163[label="primCmpDouble vwx9 vwx10",fontsize=16,color="burlywood",shape="box"];3297[label="vwx9/Double vwx90 vwx91",fontsize=10,color="white",style="solid",shape="box"];2163 -> 3297[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3297 -> 2264[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 1087[label="primMulNat (Succ vwx30000) vwx4010",fontsize=16,color="burlywood",shape="box"];3298[label="vwx4010/Succ vwx40100",fontsize=10,color="white",style="solid",shape="box"];1087 -> 3298[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3298 -> 1194[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3299[label="vwx4010/Zero",fontsize=10,color="white",style="solid",shape="box"];1087 -> 3299[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3299 -> 1195[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 1088[label="primMulNat Zero vwx4010",fontsize=16,color="burlywood",shape="box"];3300[label="vwx4010/Succ vwx40100",fontsize=10,color="white",style="solid",shape="box"];1088 -> 3300[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3300 -> 1196[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3301[label="vwx4010/Zero",fontsize=10,color="white",style="solid",shape="box"];1088 -> 3301[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3301 -> 1197[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 1089[label="vwx4010",fontsize=16,color="green",shape="box"];1090[label="vwx3000",fontsize=16,color="green",shape="box"];1091[label="vwx4010",fontsize=16,color="green",shape="box"];1092[label="vwx3000",fontsize=16,color="green",shape="box"];2164[label="primCmpFloat (Float vwx90 vwx91) vwx10",fontsize=16,color="burlywood",shape="box"];3302[label="vwx91/Pos vwx910",fontsize=10,color="white",style="solid",shape="box"];2164 -> 3302[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3302 -> 2265[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3303[label="vwx91/Neg vwx910",fontsize=10,color="white",style="solid",shape="box"];2164 -> 3303[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3303 -> 2266[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 2165[label="primCmpInt (Pos vwx90) vwx10",fontsize=16,color="burlywood",shape="box"];3304[label="vwx90/Succ vwx900",fontsize=10,color="white",style="solid",shape="box"];2165 -> 3304[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3304 -> 2267[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3305[label="vwx90/Zero",fontsize=10,color="white",style="solid",shape="box"];2165 -> 3305[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3305 -> 2268[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 2166[label="primCmpInt (Neg vwx90) vwx10",fontsize=16,color="burlywood",shape="box"];3306[label="vwx90/Succ vwx900",fontsize=10,color="white",style="solid",shape="box"];2166 -> 3306[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3306 -> 2269[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3307[label="vwx90/Zero",fontsize=10,color="white",style="solid",shape="box"];2166 -> 3307[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3307 -> 2270[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 2167 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2167[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2167 -> 2271[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2167 -> 2272[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2168 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2168[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2168 -> 2273[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2168 -> 2274[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2169 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2169[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2169 -> 2275[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2169 -> 2276[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2170 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2170[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2170 -> 2277[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2170 -> 2278[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2171 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2171[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2171 -> 2279[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2171 -> 2280[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2172[label="vwx90",fontsize=16,color="green",shape="box"];2173[label="vwx100",fontsize=16,color="green",shape="box"];2174 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2174[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2174 -> 2281[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2174 -> 2282[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2175 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2175[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2175 -> 2283[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2175 -> 2284[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2176 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2176[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2176 -> 2285[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2176 -> 2286[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2177 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2177[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2177 -> 2287[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2177 -> 2288[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2178 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2178[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2178 -> 2289[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2178 -> 2290[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2179 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2179[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2179 -> 2291[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2179 -> 2292[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2180 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2180[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2180 -> 2293[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2180 -> 2294[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2181 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2181[label="compare vwx90 vwx100 == LT",fontsize=16,color="magenta"];2181 -> 2295[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2181 -> 2296[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2182 -> 1821[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2182[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2182 -> 2297[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2182 -> 2298[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2183 -> 1822[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2183[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2183 -> 2299[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2183 -> 2300[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2184 -> 1823[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2184[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2184 -> 2301[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2184 -> 2302[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2185 -> 1824[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2185[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2185 -> 2303[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2185 -> 2304[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2186 -> 1825[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2186[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2186 -> 2305[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2186 -> 2306[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2187 -> 1826[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2187[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2187 -> 2307[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2187 -> 2308[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2188 -> 1827[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2188[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2188 -> 2309[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2188 -> 2310[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2189 -> 1828[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2189[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2189 -> 2311[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2189 -> 2312[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2190 -> 1829[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2190[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2190 -> 2313[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2190 -> 2314[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2191 -> 1830[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2191[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2191 -> 2315[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2191 -> 2316[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2192 -> 1831[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2192[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2192 -> 2317[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2192 -> 2318[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2193 -> 1832[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2193[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2193 -> 2319[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2193 -> 2320[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2194 -> 1833[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2194[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2194 -> 2321[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2194 -> 2322[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2195 -> 1834[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2195[label="vwx91 <= vwx101",fontsize=16,color="magenta"];2195 -> 2323[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2195 -> 2324[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2196 -> 34[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2196[label="vwx90 == vwx100",fontsize=16,color="magenta"];2196 -> 2325[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2196 -> 2326[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2197 -> 31[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2197[label="vwx90 == vwx100",fontsize=16,color="magenta"];2197 -> 2327[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2197 -> 2328[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2198 -> 33[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2198[label="vwx90 == vwx100",fontsize=16,color="magenta"];2198 -> 2329[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2198 -> 2330[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2199 -> 35[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2199[label="vwx90 == vwx100",fontsize=16,color="magenta"];2199 -> 2331[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2199 -> 2332[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2200 -> 38[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2200[label="vwx90 == vwx100",fontsize=16,color="magenta"];2200 -> 2333[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2200 -> 2334[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2201 -> 28[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2201[label="vwx90 == vwx100",fontsize=16,color="magenta"];2201 -> 2335[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2201 -> 2336[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2202 -> 29[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2202[label="vwx90 == vwx100",fontsize=16,color="magenta"];2202 -> 2337[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2202 -> 2338[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2203 -> 32[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2203[label="vwx90 == vwx100",fontsize=16,color="magenta"];2203 -> 2339[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2203 -> 2340[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2204 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2204[label="vwx90 == vwx100",fontsize=16,color="magenta"];2204 -> 2341[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2204 -> 2342[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2205 -> 30[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2205[label="vwx90 == vwx100",fontsize=16,color="magenta"];2205 -> 2343[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2205 -> 2344[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2206 -> 41[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2206[label="vwx90 == vwx100",fontsize=16,color="magenta"];2206 -> 2345[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2206 -> 2346[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2207 -> 39[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2207[label="vwx90 == vwx100",fontsize=16,color="magenta"];2207 -> 2347[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2207 -> 2348[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2208 -> 37[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2208[label="vwx90 == vwx100",fontsize=16,color="magenta"];2208 -> 2349[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2208 -> 2350[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2209 -> 40[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2209[label="vwx90 == vwx100",fontsize=16,color="magenta"];2209 -> 2351[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2209 -> 2352[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2210[label="vwx78",fontsize=16,color="green",shape="box"];2211[label="True",fontsize=16,color="green",shape="box"];2212[label="compare () ()",fontsize=16,color="black",shape="box"];2212 -> 2353[label="",style="solid", color="black", weight=3]; 18.87/7.83 2213[label="compare (vwx90 :% vwx91) (vwx100 :% vwx101)",fontsize=16,color="black",shape="box"];2213 -> 2354[label="",style="solid", color="black", weight=3]; 18.87/7.83 2214[label="compare (Integer vwx90) (Integer vwx100)",fontsize=16,color="black",shape="box"];2214 -> 2355[label="",style="solid", color="black", weight=3]; 18.87/7.83 2215[label="compare (vwx90 : vwx91) (vwx100 : vwx101)",fontsize=16,color="black",shape="box"];2215 -> 2356[label="",style="solid", color="black", weight=3]; 18.87/7.83 2216[label="compare (vwx90 : vwx91) []",fontsize=16,color="black",shape="box"];2216 -> 2357[label="",style="solid", color="black", weight=3]; 18.87/7.83 2217[label="compare [] (vwx100 : vwx101)",fontsize=16,color="black",shape="box"];2217 -> 2358[label="",style="solid", color="black", weight=3]; 18.87/7.83 2218[label="compare [] []",fontsize=16,color="black",shape="box"];2218 -> 2359[label="",style="solid", color="black", weight=3]; 18.87/7.83 2219[label="primCmpChar (Char vwx90) vwx10",fontsize=16,color="burlywood",shape="box"];3308[label="vwx10/Char vwx100",fontsize=10,color="white",style="solid",shape="box"];2219 -> 3308[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3308 -> 2360[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 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="vwx90",fontsize=16,color="green",shape="box"];2229[label="vwx100",fontsize=16,color="green",shape="box"];2230[label="vwx90",fontsize=16,color="green",shape="box"];2231[label="vwx100",fontsize=16,color="green",shape="box"];2232[label="vwx90",fontsize=16,color="green",shape="box"];2233[label="vwx100",fontsize=16,color="green",shape="box"];2234[label="vwx90",fontsize=16,color="green",shape="box"];2235[label="vwx100",fontsize=16,color="green",shape="box"];2236[label="vwx90",fontsize=16,color="green",shape="box"];2237[label="vwx100",fontsize=16,color="green",shape="box"];2238[label="vwx90",fontsize=16,color="green",shape="box"];2239[label="vwx100",fontsize=16,color="green",shape="box"];2240[label="vwx90",fontsize=16,color="green",shape="box"];2241[label="vwx100",fontsize=16,color="green",shape="box"];2242[label="vwx90",fontsize=16,color="green",shape="box"];2243[label="vwx100",fontsize=16,color="green",shape="box"];2244[label="vwx90",fontsize=16,color="green",shape="box"];2245[label="vwx100",fontsize=16,color="green",shape="box"];2246[label="vwx90",fontsize=16,color="green",shape="box"];2247[label="vwx100",fontsize=16,color="green",shape="box"];2248[label="vwx91 < vwx101",fontsize=16,color="blue",shape="box"];3309[label="< :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2248 -> 3309[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3309 -> 2361[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3310[label="< :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2248 -> 3310[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3310 -> 2362[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3311[label="< :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2248 -> 3311[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3311 -> 2363[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3312[label="< :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2248 -> 3312[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3312 -> 2364[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3313[label="< :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2248 -> 3313[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3313 -> 2365[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3314[label="< :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2248 -> 3314[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3314 -> 2366[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3315[label="< :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2248 -> 3315[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3315 -> 2367[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3316[label="< :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2248 -> 3316[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3316 -> 2368[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3317[label="< :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2248 -> 3317[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3317 -> 2369[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3318[label="< :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2248 -> 3318[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3318 -> 2370[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3319[label="< :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2248 -> 3319[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3319 -> 2371[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3320[label="< :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2248 -> 3320[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3320 -> 2372[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3321[label="< :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2248 -> 3321[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3321 -> 2373[label="",style="solid", color="blue", weight=3]; 18.87/7.83 3322[label="< :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2248 -> 3322[label="",style="solid", color="blue", weight=9]; 18.87/7.83 3322 -> 2374[label="",style="solid", color="blue", weight=3]; 18.87/7.83 2249 -> 358[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2249[label="vwx91 == vwx101 && vwx92 <= vwx102",fontsize=16,color="magenta"];2249 -> 2375[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2249 -> 2376[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2250 -> 34[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2250[label="vwx90 == vwx100",fontsize=16,color="magenta"];2250 -> 2377[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2250 -> 2378[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2251 -> 31[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2251[label="vwx90 == vwx100",fontsize=16,color="magenta"];2251 -> 2379[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2251 -> 2380[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2252 -> 33[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2252[label="vwx90 == vwx100",fontsize=16,color="magenta"];2252 -> 2381[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2252 -> 2382[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2253 -> 35[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2253[label="vwx90 == vwx100",fontsize=16,color="magenta"];2253 -> 2383[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2253 -> 2384[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2254 -> 38[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2254[label="vwx90 == vwx100",fontsize=16,color="magenta"];2254 -> 2385[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2254 -> 2386[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2255 -> 28[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2255[label="vwx90 == vwx100",fontsize=16,color="magenta"];2255 -> 2387[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2255 -> 2388[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2256 -> 29[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2256[label="vwx90 == vwx100",fontsize=16,color="magenta"];2256 -> 2389[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2256 -> 2390[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2257 -> 32[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2257[label="vwx90 == vwx100",fontsize=16,color="magenta"];2257 -> 2391[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2257 -> 2392[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2258 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2258[label="vwx90 == vwx100",fontsize=16,color="magenta"];2258 -> 2393[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2258 -> 2394[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2259 -> 30[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2259[label="vwx90 == vwx100",fontsize=16,color="magenta"];2259 -> 2395[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2259 -> 2396[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2260 -> 41[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2260[label="vwx90 == vwx100",fontsize=16,color="magenta"];2260 -> 2397[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2260 -> 2398[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2261 -> 39[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2261[label="vwx90 == vwx100",fontsize=16,color="magenta"];2261 -> 2399[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2261 -> 2400[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2262 -> 37[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2262[label="vwx90 == vwx100",fontsize=16,color="magenta"];2262 -> 2401[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2262 -> 2402[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2263 -> 40[label="",style="dashed", color="red", weight=0]; 18.87/7.83 2263[label="vwx90 == vwx100",fontsize=16,color="magenta"];2263 -> 2403[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2263 -> 2404[label="",style="dashed", color="magenta", weight=3]; 18.87/7.83 2264[label="primCmpDouble (Double vwx90 vwx91) vwx10",fontsize=16,color="burlywood",shape="box"];3323[label="vwx91/Pos vwx910",fontsize=10,color="white",style="solid",shape="box"];2264 -> 3323[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3323 -> 2405[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3324[label="vwx91/Neg vwx910",fontsize=10,color="white",style="solid",shape="box"];2264 -> 3324[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3324 -> 2406[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 1194[label="primMulNat (Succ vwx30000) (Succ vwx40100)",fontsize=16,color="black",shape="box"];1194 -> 1340[label="",style="solid", color="black", weight=3]; 18.87/7.83 1195[label="primMulNat (Succ vwx30000) Zero",fontsize=16,color="black",shape="box"];1195 -> 1341[label="",style="solid", color="black", weight=3]; 18.87/7.83 1196[label="primMulNat Zero (Succ vwx40100)",fontsize=16,color="black",shape="box"];1196 -> 1342[label="",style="solid", color="black", weight=3]; 18.87/7.83 1197[label="primMulNat Zero Zero",fontsize=16,color="black",shape="box"];1197 -> 1343[label="",style="solid", color="black", weight=3]; 18.87/7.83 2265[label="primCmpFloat (Float vwx90 (Pos vwx910)) vwx10",fontsize=16,color="burlywood",shape="box"];3325[label="vwx10/Float vwx100 vwx101",fontsize=10,color="white",style="solid",shape="box"];2265 -> 3325[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3325 -> 2407[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 2266[label="primCmpFloat (Float vwx90 (Neg vwx910)) vwx10",fontsize=16,color="burlywood",shape="box"];3326[label="vwx10/Float vwx100 vwx101",fontsize=10,color="white",style="solid",shape="box"];2266 -> 3326[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3326 -> 2408[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 2267[label="primCmpInt (Pos (Succ vwx900)) vwx10",fontsize=16,color="burlywood",shape="box"];3327[label="vwx10/Pos vwx100",fontsize=10,color="white",style="solid",shape="box"];2267 -> 3327[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3327 -> 2409[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 3328[label="vwx10/Neg vwx100",fontsize=10,color="white",style="solid",shape="box"];2267 -> 3328[label="",style="solid", color="burlywood", weight=9]; 18.87/7.83 3328 -> 2410[label="",style="solid", color="burlywood", weight=3]; 18.87/7.83 2268[label="primCmpInt (Pos Zero) vwx10",fontsize=16,color="burlywood",shape="box"];3329[label="vwx10/Pos vwx100",fontsize=10,color="white",style="solid",shape="box"];2268 -> 3329[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3329 -> 2411[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 3330[label="vwx10/Neg vwx100",fontsize=10,color="white",style="solid",shape="box"];2268 -> 3330[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3330 -> 2412[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 2269[label="primCmpInt (Neg (Succ vwx900)) vwx10",fontsize=16,color="burlywood",shape="box"];3331[label="vwx10/Pos vwx100",fontsize=10,color="white",style="solid",shape="box"];2269 -> 3331[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3331 -> 2413[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 3332[label="vwx10/Neg vwx100",fontsize=10,color="white",style="solid",shape="box"];2269 -> 3332[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3332 -> 2414[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 2270[label="primCmpInt (Neg Zero) vwx10",fontsize=16,color="burlywood",shape="box"];3333[label="vwx10/Pos vwx100",fontsize=10,color="white",style="solid",shape="box"];2270 -> 3333[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3333 -> 2415[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 3334[label="vwx10/Neg vwx100",fontsize=10,color="white",style="solid",shape="box"];2270 -> 3334[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3334 -> 2416[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 2271 -> 1961[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2271[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2271 -> 2417[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2271 -> 2418[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2272[label="LT",fontsize=16,color="green",shape="box"];2273[label="compare vwx90 vwx100",fontsize=16,color="black",shape="triangle"];2273 -> 2419[label="",style="solid", color="black", weight=3]; 18.87/7.84 2274[label="LT",fontsize=16,color="green",shape="box"];2275 -> 1965[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2275[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2275 -> 2420[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2275 -> 2421[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2276[label="LT",fontsize=16,color="green",shape="box"];2277[label="compare vwx90 vwx100",fontsize=16,color="black",shape="triangle"];2277 -> 2422[label="",style="solid", color="black", weight=3]; 18.87/7.84 2278[label="LT",fontsize=16,color="green",shape="box"];2279 -> 1967[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2279[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2279 -> 2423[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2279 -> 2424[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2280[label="LT",fontsize=16,color="green",shape="box"];2281 -> 1969[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2281[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2281 -> 2425[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2281 -> 2426[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2282[label="LT",fontsize=16,color="green",shape="box"];2283 -> 1971[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2283[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2283 -> 2427[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2283 -> 2428[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2284[label="LT",fontsize=16,color="green",shape="box"];2285[label="compare vwx90 vwx100",fontsize=16,color="black",shape="triangle"];2285 -> 2429[label="",style="solid", color="black", weight=3]; 18.87/7.84 2286[label="LT",fontsize=16,color="green",shape="box"];2287 -> 1973[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2287[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2287 -> 2430[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2287 -> 2431[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2288[label="LT",fontsize=16,color="green",shape="box"];2289 -> 1975[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2289[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2289 -> 2432[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2289 -> 2433[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2290[label="LT",fontsize=16,color="green",shape="box"];2291[label="compare vwx90 vwx100",fontsize=16,color="black",shape="triangle"];2291 -> 2434[label="",style="solid", color="black", weight=3]; 18.87/7.84 2292[label="LT",fontsize=16,color="green",shape="box"];2293[label="compare vwx90 vwx100",fontsize=16,color="black",shape="triangle"];2293 -> 2435[label="",style="solid", color="black", weight=3]; 18.87/7.84 2294[label="LT",fontsize=16,color="green",shape="box"];2295 -> 1977[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2295[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2295 -> 2436[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2295 -> 2437[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2296[label="LT",fontsize=16,color="green",shape="box"];2297[label="vwx101",fontsize=16,color="green",shape="box"];2298[label="vwx91",fontsize=16,color="green",shape="box"];2299[label="vwx101",fontsize=16,color="green",shape="box"];2300[label="vwx91",fontsize=16,color="green",shape="box"];2301[label="vwx101",fontsize=16,color="green",shape="box"];2302[label="vwx91",fontsize=16,color="green",shape="box"];2303[label="vwx101",fontsize=16,color="green",shape="box"];2304[label="vwx91",fontsize=16,color="green",shape="box"];2305[label="vwx101",fontsize=16,color="green",shape="box"];2306[label="vwx91",fontsize=16,color="green",shape="box"];2307[label="vwx101",fontsize=16,color="green",shape="box"];2308[label="vwx91",fontsize=16,color="green",shape="box"];2309[label="vwx101",fontsize=16,color="green",shape="box"];2310[label="vwx91",fontsize=16,color="green",shape="box"];2311[label="vwx101",fontsize=16,color="green",shape="box"];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="vwx90",fontsize=16,color="green",shape="box"];2326[label="vwx100",fontsize=16,color="green",shape="box"];2327[label="vwx90",fontsize=16,color="green",shape="box"];2328[label="vwx100",fontsize=16,color="green",shape="box"];2329[label="vwx90",fontsize=16,color="green",shape="box"];2330[label="vwx100",fontsize=16,color="green",shape="box"];2331[label="vwx90",fontsize=16,color="green",shape="box"];2332[label="vwx100",fontsize=16,color="green",shape="box"];2333[label="vwx90",fontsize=16,color="green",shape="box"];2334[label="vwx100",fontsize=16,color="green",shape="box"];2335[label="vwx90",fontsize=16,color="green",shape="box"];2336[label="vwx100",fontsize=16,color="green",shape="box"];2337[label="vwx90",fontsize=16,color="green",shape="box"];2338[label="vwx100",fontsize=16,color="green",shape="box"];2339[label="vwx90",fontsize=16,color="green",shape="box"];2340[label="vwx100",fontsize=16,color="green",shape="box"];2341[label="vwx90",fontsize=16,color="green",shape="box"];2342[label="vwx100",fontsize=16,color="green",shape="box"];2343[label="vwx90",fontsize=16,color="green",shape="box"];2344[label="vwx100",fontsize=16,color="green",shape="box"];2345[label="vwx90",fontsize=16,color="green",shape="box"];2346[label="vwx100",fontsize=16,color="green",shape="box"];2347[label="vwx90",fontsize=16,color="green",shape="box"];2348[label="vwx100",fontsize=16,color="green",shape="box"];2349[label="vwx90",fontsize=16,color="green",shape="box"];2350[label="vwx100",fontsize=16,color="green",shape="box"];2351[label="vwx90",fontsize=16,color="green",shape="box"];2352[label="vwx100",fontsize=16,color="green",shape="box"];2353[label="EQ",fontsize=16,color="green",shape="box"];2354[label="compare (vwx90 * vwx101) (vwx100 * vwx91)",fontsize=16,color="blue",shape="box"];3335[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2354 -> 3335[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3335 -> 2438[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3336[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2354 -> 3336[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3336 -> 2439[label="",style="solid", color="blue", weight=3]; 18.87/7.84 2355 -> 2029[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2355[label="primCmpInt vwx90 vwx100",fontsize=16,color="magenta"];2355 -> 2440[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2355 -> 2441[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2356 -> 2442[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2356[label="primCompAux vwx90 vwx100 (compare vwx91 vwx101)",fontsize=16,color="magenta"];2356 -> 2443[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2357[label="GT",fontsize=16,color="green",shape="box"];2358[label="LT",fontsize=16,color="green",shape="box"];2359[label="EQ",fontsize=16,color="green",shape="box"];2360[label="primCmpChar (Char vwx90) (Char vwx100)",fontsize=16,color="black",shape="box"];2360 -> 2444[label="",style="solid", color="black", weight=3]; 18.87/7.84 2361 -> 2039[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2361[label="vwx91 < vwx101",fontsize=16,color="magenta"];2361 -> 2445[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2361 -> 2446[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2362 -> 2040[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2362[label="vwx91 < vwx101",fontsize=16,color="magenta"];2362 -> 2447[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2362 -> 2448[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2363 -> 2041[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2363[label="vwx91 < vwx101",fontsize=16,color="magenta"];2363 -> 2449[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2363 -> 2450[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2364 -> 2042[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2364[label="vwx91 < vwx101",fontsize=16,color="magenta"];2364 -> 2451[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2364 -> 2452[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2365 -> 2043[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2365[label="vwx91 < vwx101",fontsize=16,color="magenta"];2365 -> 2453[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2365 -> 2454[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2366 -> 4[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2366[label="vwx91 < vwx101",fontsize=16,color="magenta"];2366 -> 2455[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2366 -> 2456[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2367 -> 2045[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2367[label="vwx91 < vwx101",fontsize=16,color="magenta"];2367 -> 2457[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2367 -> 2458[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2368 -> 2046[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2368[label="vwx91 < vwx101",fontsize=16,color="magenta"];2368 -> 2459[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2368 -> 2460[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2369 -> 2047[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2369[label="vwx91 < vwx101",fontsize=16,color="magenta"];2369 -> 2461[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2369 -> 2462[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2370 -> 2048[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2370[label="vwx91 < vwx101",fontsize=16,color="magenta"];2370 -> 2463[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2370 -> 2464[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2371 -> 2049[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2371[label="vwx91 < vwx101",fontsize=16,color="magenta"];2371 -> 2465[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2371 -> 2466[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2372 -> 2050[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2372[label="vwx91 < vwx101",fontsize=16,color="magenta"];2372 -> 2467[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2372 -> 2468[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2373 -> 2051[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2373[label="vwx91 < vwx101",fontsize=16,color="magenta"];2373 -> 2469[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2373 -> 2470[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2374 -> 2052[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2374[label="vwx91 < vwx101",fontsize=16,color="magenta"];2374 -> 2471[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2374 -> 2472[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2375[label="vwx92 <= vwx102",fontsize=16,color="blue",shape="box"];3337[label="<= :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2375 -> 3337[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3337 -> 2473[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3338[label="<= :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2375 -> 3338[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3338 -> 2474[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3339[label="<= :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2375 -> 3339[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3339 -> 2475[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3340[label="<= :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2375 -> 3340[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3340 -> 2476[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3341[label="<= :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2375 -> 3341[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3341 -> 2477[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3342[label="<= :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2375 -> 3342[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3342 -> 2478[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3343[label="<= :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2375 -> 3343[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3343 -> 2479[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3344[label="<= :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2375 -> 3344[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3344 -> 2480[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3345[label="<= :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2375 -> 3345[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3345 -> 2481[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3346[label="<= :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2375 -> 3346[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3346 -> 2482[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3347[label="<= :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2375 -> 3347[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3347 -> 2483[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3348[label="<= :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2375 -> 3348[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3348 -> 2484[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3349[label="<= :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2375 -> 3349[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3349 -> 2485[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3350[label="<= :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2375 -> 3350[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3350 -> 2486[label="",style="solid", color="blue", weight=3]; 18.87/7.84 2376[label="vwx91 == vwx101",fontsize=16,color="blue",shape="box"];3351[label="== :: Float -> Float -> Bool",fontsize=10,color="white",style="solid",shape="box"];2376 -> 3351[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3351 -> 2487[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3352[label="== :: Bool -> Bool -> Bool",fontsize=10,color="white",style="solid",shape="box"];2376 -> 3352[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3352 -> 2488[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3353[label="== :: Int -> Int -> Bool",fontsize=10,color="white",style="solid",shape="box"];2376 -> 3353[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3353 -> 2489[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3354[label="== :: ((@2) a b) -> ((@2) a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2376 -> 3354[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3354 -> 2490[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3355[label="== :: () -> () -> Bool",fontsize=10,color="white",style="solid",shape="box"];2376 -> 3355[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3355 -> 2491[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3356[label="== :: (Either a b) -> (Either a b) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2376 -> 3356[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3356 -> 2492[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3357[label="== :: (Ratio a) -> (Ratio a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2376 -> 3357[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3357 -> 2493[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3358[label="== :: Integer -> Integer -> Bool",fontsize=10,color="white",style="solid",shape="box"];2376 -> 3358[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3358 -> 2494[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3359[label="== :: Ordering -> Ordering -> Bool",fontsize=10,color="white",style="solid",shape="box"];2376 -> 3359[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3359 -> 2495[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3360[label="== :: ([] a) -> ([] a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2376 -> 3360[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3360 -> 2496[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3361[label="== :: Char -> Char -> Bool",fontsize=10,color="white",style="solid",shape="box"];2376 -> 3361[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3361 -> 2497[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3362[label="== :: (Maybe a) -> (Maybe a) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2376 -> 3362[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3362 -> 2498[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3363[label="== :: ((@3) a b c) -> ((@3) a b c) -> Bool",fontsize=10,color="white",style="solid",shape="box"];2376 -> 3363[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3363 -> 2499[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3364[label="== :: Double -> Double -> Bool",fontsize=10,color="white",style="solid",shape="box"];2376 -> 3364[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3364 -> 2500[label="",style="solid", color="blue", weight=3]; 18.87/7.84 2377[label="vwx90",fontsize=16,color="green",shape="box"];2378[label="vwx100",fontsize=16,color="green",shape="box"];2379[label="vwx90",fontsize=16,color="green",shape="box"];2380[label="vwx100",fontsize=16,color="green",shape="box"];2381[label="vwx90",fontsize=16,color="green",shape="box"];2382[label="vwx100",fontsize=16,color="green",shape="box"];2383[label="vwx90",fontsize=16,color="green",shape="box"];2384[label="vwx100",fontsize=16,color="green",shape="box"];2385[label="vwx90",fontsize=16,color="green",shape="box"];2386[label="vwx100",fontsize=16,color="green",shape="box"];2387[label="vwx90",fontsize=16,color="green",shape="box"];2388[label="vwx100",fontsize=16,color="green",shape="box"];2389[label="vwx90",fontsize=16,color="green",shape="box"];2390[label="vwx100",fontsize=16,color="green",shape="box"];2391[label="vwx90",fontsize=16,color="green",shape="box"];2392[label="vwx100",fontsize=16,color="green",shape="box"];2393[label="vwx90",fontsize=16,color="green",shape="box"];2394[label="vwx100",fontsize=16,color="green",shape="box"];2395[label="vwx90",fontsize=16,color="green",shape="box"];2396[label="vwx100",fontsize=16,color="green",shape="box"];2397[label="vwx90",fontsize=16,color="green",shape="box"];2398[label="vwx100",fontsize=16,color="green",shape="box"];2399[label="vwx90",fontsize=16,color="green",shape="box"];2400[label="vwx100",fontsize=16,color="green",shape="box"];2401[label="vwx90",fontsize=16,color="green",shape="box"];2402[label="vwx100",fontsize=16,color="green",shape="box"];2403[label="vwx90",fontsize=16,color="green",shape="box"];2404[label="vwx100",fontsize=16,color="green",shape="box"];2405[label="primCmpDouble (Double vwx90 (Pos vwx910)) vwx10",fontsize=16,color="burlywood",shape="box"];3365[label="vwx10/Double vwx100 vwx101",fontsize=10,color="white",style="solid",shape="box"];2405 -> 3365[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3365 -> 2501[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 2406[label="primCmpDouble (Double vwx90 (Neg vwx910)) vwx10",fontsize=16,color="burlywood",shape="box"];3366[label="vwx10/Double vwx100 vwx101",fontsize=10,color="white",style="solid",shape="box"];2406 -> 3366[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3366 -> 2502[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 1340 -> 1440[label="",style="dashed", color="red", weight=0]; 18.87/7.84 1340[label="primPlusNat (primMulNat vwx30000 (Succ vwx40100)) (Succ vwx40100)",fontsize=16,color="magenta"];1340 -> 1441[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 1341[label="Zero",fontsize=16,color="green",shape="box"];1342[label="Zero",fontsize=16,color="green",shape="box"];1343[label="Zero",fontsize=16,color="green",shape="box"];2407[label="primCmpFloat (Float vwx90 (Pos vwx910)) (Float vwx100 vwx101)",fontsize=16,color="burlywood",shape="box"];3367[label="vwx101/Pos vwx1010",fontsize=10,color="white",style="solid",shape="box"];2407 -> 3367[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3367 -> 2503[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 3368[label="vwx101/Neg vwx1010",fontsize=10,color="white",style="solid",shape="box"];2407 -> 3368[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3368 -> 2504[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 2408[label="primCmpFloat (Float vwx90 (Neg vwx910)) (Float vwx100 vwx101)",fontsize=16,color="burlywood",shape="box"];3369[label="vwx101/Pos vwx1010",fontsize=10,color="white",style="solid",shape="box"];2408 -> 3369[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3369 -> 2505[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 3370[label="vwx101/Neg vwx1010",fontsize=10,color="white",style="solid",shape="box"];2408 -> 3370[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3370 -> 2506[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 2409[label="primCmpInt (Pos (Succ vwx900)) (Pos vwx100)",fontsize=16,color="black",shape="box"];2409 -> 2507[label="",style="solid", color="black", weight=3]; 18.87/7.84 2410[label="primCmpInt (Pos (Succ vwx900)) (Neg vwx100)",fontsize=16,color="black",shape="box"];2410 -> 2508[label="",style="solid", color="black", weight=3]; 18.87/7.84 2411[label="primCmpInt (Pos Zero) (Pos vwx100)",fontsize=16,color="burlywood",shape="box"];3371[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];2411 -> 3371[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3371 -> 2509[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 3372[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];2411 -> 3372[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3372 -> 2510[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 2412[label="primCmpInt (Pos Zero) (Neg vwx100)",fontsize=16,color="burlywood",shape="box"];3373[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];2412 -> 3373[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3373 -> 2511[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 3374[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];2412 -> 3374[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3374 -> 2512[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 2413[label="primCmpInt (Neg (Succ vwx900)) (Pos vwx100)",fontsize=16,color="black",shape="box"];2413 -> 2513[label="",style="solid", color="black", weight=3]; 18.87/7.84 2414[label="primCmpInt (Neg (Succ vwx900)) (Neg vwx100)",fontsize=16,color="black",shape="box"];2414 -> 2514[label="",style="solid", color="black", weight=3]; 18.87/7.84 2415[label="primCmpInt (Neg Zero) (Pos vwx100)",fontsize=16,color="burlywood",shape="box"];3375[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];2415 -> 3375[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3375 -> 2515[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 3376[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];2415 -> 3376[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3376 -> 2516[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 2416[label="primCmpInt (Neg Zero) (Neg vwx100)",fontsize=16,color="burlywood",shape="box"];3377[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];2416 -> 3377[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3377 -> 2517[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 3378[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];2416 -> 3378[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3378 -> 2518[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 2417[label="vwx100",fontsize=16,color="green",shape="box"];2418[label="vwx90",fontsize=16,color="green",shape="box"];2419[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];2419 -> 2519[label="",style="solid", color="black", weight=3]; 18.87/7.84 2420[label="vwx100",fontsize=16,color="green",shape="box"];2421[label="vwx90",fontsize=16,color="green",shape="box"];2422[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];2422 -> 2520[label="",style="solid", color="black", weight=3]; 18.87/7.84 2423[label="vwx100",fontsize=16,color="green",shape="box"];2424[label="vwx90",fontsize=16,color="green",shape="box"];2425[label="vwx100",fontsize=16,color="green",shape="box"];2426[label="vwx90",fontsize=16,color="green",shape="box"];2427[label="vwx100",fontsize=16,color="green",shape="box"];2428[label="vwx90",fontsize=16,color="green",shape="box"];2429[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];2429 -> 2521[label="",style="solid", color="black", weight=3]; 18.87/7.84 2430[label="vwx100",fontsize=16,color="green",shape="box"];2431[label="vwx90",fontsize=16,color="green",shape="box"];2432[label="vwx100",fontsize=16,color="green",shape="box"];2433[label="vwx90",fontsize=16,color="green",shape="box"];2434[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];2434 -> 2522[label="",style="solid", color="black", weight=3]; 18.87/7.84 2435[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];2435 -> 2523[label="",style="solid", color="black", weight=3]; 18.87/7.84 2436[label="vwx100",fontsize=16,color="green",shape="box"];2437[label="vwx90",fontsize=16,color="green",shape="box"];2438 -> 1965[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2438[label="compare (vwx90 * vwx101) (vwx100 * vwx91)",fontsize=16,color="magenta"];2438 -> 2524[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2438 -> 2525[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2439 -> 1971[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2439[label="compare (vwx90 * vwx101) (vwx100 * vwx91)",fontsize=16,color="magenta"];2439 -> 2526[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2439 -> 2527[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2440[label="vwx100",fontsize=16,color="green",shape="box"];2441[label="vwx90",fontsize=16,color="green",shape="box"];2443 -> 1973[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2443[label="compare vwx91 vwx101",fontsize=16,color="magenta"];2443 -> 2528[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2443 -> 2529[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2442[label="primCompAux vwx90 vwx100 vwx79",fontsize=16,color="black",shape="triangle"];2442 -> 2530[label="",style="solid", color="black", weight=3]; 18.87/7.84 2444[label="primCmpNat vwx90 vwx100",fontsize=16,color="burlywood",shape="triangle"];3379[label="vwx90/Succ vwx900",fontsize=10,color="white",style="solid",shape="box"];2444 -> 3379[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3379 -> 2531[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 3380[label="vwx90/Zero",fontsize=10,color="white",style="solid",shape="box"];2444 -> 3380[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3380 -> 2532[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 2445[label="vwx91",fontsize=16,color="green",shape="box"];2446[label="vwx101",fontsize=16,color="green",shape="box"];2447[label="vwx91",fontsize=16,color="green",shape="box"];2448[label="vwx101",fontsize=16,color="green",shape="box"];2449[label="vwx91",fontsize=16,color="green",shape="box"];2450[label="vwx101",fontsize=16,color="green",shape="box"];2451[label="vwx91",fontsize=16,color="green",shape="box"];2452[label="vwx101",fontsize=16,color="green",shape="box"];2453[label="vwx91",fontsize=16,color="green",shape="box"];2454[label="vwx101",fontsize=16,color="green",shape="box"];2455[label="vwx91",fontsize=16,color="green",shape="box"];2456[label="vwx101",fontsize=16,color="green",shape="box"];2457[label="vwx91",fontsize=16,color="green",shape="box"];2458[label="vwx101",fontsize=16,color="green",shape="box"];2459[label="vwx91",fontsize=16,color="green",shape="box"];2460[label="vwx101",fontsize=16,color="green",shape="box"];2461[label="vwx91",fontsize=16,color="green",shape="box"];2462[label="vwx101",fontsize=16,color="green",shape="box"];2463[label="vwx91",fontsize=16,color="green",shape="box"];2464[label="vwx101",fontsize=16,color="green",shape="box"];2465[label="vwx91",fontsize=16,color="green",shape="box"];2466[label="vwx101",fontsize=16,color="green",shape="box"];2467[label="vwx91",fontsize=16,color="green",shape="box"];2468[label="vwx101",fontsize=16,color="green",shape="box"];2469[label="vwx91",fontsize=16,color="green",shape="box"];2470[label="vwx101",fontsize=16,color="green",shape="box"];2471[label="vwx91",fontsize=16,color="green",shape="box"];2472[label="vwx101",fontsize=16,color="green",shape="box"];2473 -> 1821[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2473[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2473 -> 2533[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2473 -> 2534[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2474 -> 1822[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2474[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2474 -> 2535[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2474 -> 2536[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2475 -> 1823[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2475[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2475 -> 2537[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2475 -> 2538[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2476 -> 1824[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2476[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2476 -> 2539[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2476 -> 2540[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2477 -> 1825[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2477[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2477 -> 2541[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2477 -> 2542[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2478 -> 1826[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2478[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2478 -> 2543[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2478 -> 2544[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2479 -> 1827[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2479[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2479 -> 2545[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2479 -> 2546[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2480 -> 1828[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2480[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2480 -> 2547[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2480 -> 2548[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2481 -> 1829[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2481[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2481 -> 2549[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2481 -> 2550[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2482 -> 1830[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2482[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2482 -> 2551[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2482 -> 2552[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2483 -> 1831[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2483[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2483 -> 2553[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2483 -> 2554[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2484 -> 1832[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2484[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2484 -> 2555[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2484 -> 2556[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2485 -> 1833[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2485[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2485 -> 2557[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2485 -> 2558[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2486 -> 1834[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2486[label="vwx92 <= vwx102",fontsize=16,color="magenta"];2486 -> 2559[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2486 -> 2560[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2487 -> 34[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2487[label="vwx91 == vwx101",fontsize=16,color="magenta"];2487 -> 2561[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2487 -> 2562[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2488 -> 31[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2488[label="vwx91 == vwx101",fontsize=16,color="magenta"];2488 -> 2563[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2488 -> 2564[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2489 -> 33[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2489[label="vwx91 == vwx101",fontsize=16,color="magenta"];2489 -> 2565[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2489 -> 2566[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2490 -> 35[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2490[label="vwx91 == vwx101",fontsize=16,color="magenta"];2490 -> 2567[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2490 -> 2568[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2491 -> 38[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2491[label="vwx91 == vwx101",fontsize=16,color="magenta"];2491 -> 2569[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2491 -> 2570[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2492 -> 28[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2492[label="vwx91 == vwx101",fontsize=16,color="magenta"];2492 -> 2571[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2492 -> 2572[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2493 -> 29[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2493[label="vwx91 == vwx101",fontsize=16,color="magenta"];2493 -> 2573[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2493 -> 2574[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2494 -> 32[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2494[label="vwx91 == vwx101",fontsize=16,color="magenta"];2494 -> 2575[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2494 -> 2576[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2495 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2495[label="vwx91 == vwx101",fontsize=16,color="magenta"];2495 -> 2577[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2495 -> 2578[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2496 -> 30[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2496[label="vwx91 == vwx101",fontsize=16,color="magenta"];2496 -> 2579[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2496 -> 2580[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2497 -> 41[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2497[label="vwx91 == vwx101",fontsize=16,color="magenta"];2497 -> 2581[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2497 -> 2582[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2498 -> 39[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2498[label="vwx91 == vwx101",fontsize=16,color="magenta"];2498 -> 2583[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2498 -> 2584[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2499 -> 37[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2499[label="vwx91 == vwx101",fontsize=16,color="magenta"];2499 -> 2585[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2499 -> 2586[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2500 -> 40[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2500[label="vwx91 == vwx101",fontsize=16,color="magenta"];2500 -> 2587[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2500 -> 2588[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2501[label="primCmpDouble (Double vwx90 (Pos vwx910)) (Double vwx100 vwx101)",fontsize=16,color="burlywood",shape="box"];3381[label="vwx101/Pos vwx1010",fontsize=10,color="white",style="solid",shape="box"];2501 -> 3381[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3381 -> 2589[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 3382[label="vwx101/Neg vwx1010",fontsize=10,color="white",style="solid",shape="box"];2501 -> 3382[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3382 -> 2590[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 2502[label="primCmpDouble (Double vwx90 (Neg vwx910)) (Double vwx100 vwx101)",fontsize=16,color="burlywood",shape="box"];3383[label="vwx101/Pos vwx1010",fontsize=10,color="white",style="solid",shape="box"];2502 -> 3383[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3383 -> 2591[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 3384[label="vwx101/Neg vwx1010",fontsize=10,color="white",style="solid",shape="box"];2502 -> 3384[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3384 -> 2592[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 1441 -> 945[label="",style="dashed", color="red", weight=0]; 18.87/7.84 1441[label="primMulNat vwx30000 (Succ vwx40100)",fontsize=16,color="magenta"];1441 -> 1532[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 1441 -> 1533[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 1440[label="primPlusNat vwx54 (Succ vwx40100)",fontsize=16,color="burlywood",shape="triangle"];3385[label="vwx54/Succ vwx540",fontsize=10,color="white",style="solid",shape="box"];1440 -> 3385[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3385 -> 1534[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 3386[label="vwx54/Zero",fontsize=10,color="white",style="solid",shape="box"];1440 -> 3386[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3386 -> 1535[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 2503[label="primCmpFloat (Float vwx90 (Pos vwx910)) (Float vwx100 (Pos vwx1010))",fontsize=16,color="black",shape="box"];2503 -> 2593[label="",style="solid", color="black", weight=3]; 18.87/7.84 2504[label="primCmpFloat (Float vwx90 (Pos vwx910)) (Float vwx100 (Neg vwx1010))",fontsize=16,color="black",shape="box"];2504 -> 2594[label="",style="solid", color="black", weight=3]; 18.87/7.84 2505[label="primCmpFloat (Float vwx90 (Neg vwx910)) (Float vwx100 (Pos vwx1010))",fontsize=16,color="black",shape="box"];2505 -> 2595[label="",style="solid", color="black", weight=3]; 18.87/7.84 2506[label="primCmpFloat (Float vwx90 (Neg vwx910)) (Float vwx100 (Neg vwx1010))",fontsize=16,color="black",shape="box"];2506 -> 2596[label="",style="solid", color="black", weight=3]; 18.87/7.84 2507 -> 2444[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2507[label="primCmpNat (Succ vwx900) vwx100",fontsize=16,color="magenta"];2507 -> 2597[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2507 -> 2598[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2508[label="GT",fontsize=16,color="green",shape="box"];2509[label="primCmpInt (Pos Zero) (Pos (Succ vwx1000))",fontsize=16,color="black",shape="box"];2509 -> 2599[label="",style="solid", color="black", weight=3]; 18.87/7.84 2510[label="primCmpInt (Pos Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];2510 -> 2600[label="",style="solid", color="black", weight=3]; 18.87/7.84 2511[label="primCmpInt (Pos Zero) (Neg (Succ vwx1000))",fontsize=16,color="black",shape="box"];2511 -> 2601[label="",style="solid", color="black", weight=3]; 18.87/7.84 2512[label="primCmpInt (Pos Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];2512 -> 2602[label="",style="solid", color="black", weight=3]; 18.87/7.84 2513[label="LT",fontsize=16,color="green",shape="box"];2514 -> 2444[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2514[label="primCmpNat vwx100 (Succ vwx900)",fontsize=16,color="magenta"];2514 -> 2603[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2514 -> 2604[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2515[label="primCmpInt (Neg Zero) (Pos (Succ vwx1000))",fontsize=16,color="black",shape="box"];2515 -> 2605[label="",style="solid", color="black", weight=3]; 18.87/7.84 2516[label="primCmpInt (Neg Zero) (Pos Zero)",fontsize=16,color="black",shape="box"];2516 -> 2606[label="",style="solid", color="black", weight=3]; 18.87/7.84 2517[label="primCmpInt (Neg Zero) (Neg (Succ vwx1000))",fontsize=16,color="black",shape="box"];2517 -> 2607[label="",style="solid", color="black", weight=3]; 18.87/7.84 2518[label="primCmpInt (Neg Zero) (Neg Zero)",fontsize=16,color="black",shape="box"];2518 -> 2608[label="",style="solid", color="black", weight=3]; 18.87/7.84 2519 -> 2609[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2519[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];2519 -> 2610[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2520 -> 2611[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2520[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];2520 -> 2612[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2521 -> 2613[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2521[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];2521 -> 2614[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2522 -> 2615[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2522[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];2522 -> 2616[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2523 -> 2617[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2523[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];2523 -> 2618[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2524 -> 407[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2524[label="vwx100 * vwx91",fontsize=16,color="magenta"];2524 -> 2619[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2524 -> 2620[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2525 -> 407[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2525[label="vwx90 * vwx101",fontsize=16,color="magenta"];2525 -> 2621[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2525 -> 2622[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2526[label="vwx100 * vwx91",fontsize=16,color="burlywood",shape="triangle"];3387[label="vwx100/Integer vwx1000",fontsize=10,color="white",style="solid",shape="box"];2526 -> 3387[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3387 -> 2623[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 2527 -> 2526[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2527[label="vwx90 * vwx101",fontsize=16,color="magenta"];2527 -> 2624[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2527 -> 2625[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2528[label="vwx101",fontsize=16,color="green",shape="box"];2529[label="vwx91",fontsize=16,color="green",shape="box"];2530 -> 2626[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2530[label="primCompAux0 vwx79 (compare vwx90 vwx100)",fontsize=16,color="magenta"];2530 -> 2627[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2530 -> 2628[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2531[label="primCmpNat (Succ vwx900) vwx100",fontsize=16,color="burlywood",shape="box"];3388[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];2531 -> 3388[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3388 -> 2629[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 3389[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];2531 -> 3389[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3389 -> 2630[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 2532[label="primCmpNat Zero vwx100",fontsize=16,color="burlywood",shape="box"];3390[label="vwx100/Succ vwx1000",fontsize=10,color="white",style="solid",shape="box"];2532 -> 3390[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3390 -> 2631[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 3391[label="vwx100/Zero",fontsize=10,color="white",style="solid",shape="box"];2532 -> 3391[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3391 -> 2632[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 2533[label="vwx102",fontsize=16,color="green",shape="box"];2534[label="vwx92",fontsize=16,color="green",shape="box"];2535[label="vwx102",fontsize=16,color="green",shape="box"];2536[label="vwx92",fontsize=16,color="green",shape="box"];2537[label="vwx102",fontsize=16,color="green",shape="box"];2538[label="vwx92",fontsize=16,color="green",shape="box"];2539[label="vwx102",fontsize=16,color="green",shape="box"];2540[label="vwx92",fontsize=16,color="green",shape="box"];2541[label="vwx102",fontsize=16,color="green",shape="box"];2542[label="vwx92",fontsize=16,color="green",shape="box"];2543[label="vwx102",fontsize=16,color="green",shape="box"];2544[label="vwx92",fontsize=16,color="green",shape="box"];2545[label="vwx102",fontsize=16,color="green",shape="box"];2546[label="vwx92",fontsize=16,color="green",shape="box"];2547[label="vwx102",fontsize=16,color="green",shape="box"];2548[label="vwx92",fontsize=16,color="green",shape="box"];2549[label="vwx102",fontsize=16,color="green",shape="box"];2550[label="vwx92",fontsize=16,color="green",shape="box"];2551[label="vwx102",fontsize=16,color="green",shape="box"];2552[label="vwx92",fontsize=16,color="green",shape="box"];2553[label="vwx102",fontsize=16,color="green",shape="box"];2554[label="vwx92",fontsize=16,color="green",shape="box"];2555[label="vwx102",fontsize=16,color="green",shape="box"];2556[label="vwx92",fontsize=16,color="green",shape="box"];2557[label="vwx102",fontsize=16,color="green",shape="box"];2558[label="vwx92",fontsize=16,color="green",shape="box"];2559[label="vwx102",fontsize=16,color="green",shape="box"];2560[label="vwx92",fontsize=16,color="green",shape="box"];2561[label="vwx91",fontsize=16,color="green",shape="box"];2562[label="vwx101",fontsize=16,color="green",shape="box"];2563[label="vwx91",fontsize=16,color="green",shape="box"];2564[label="vwx101",fontsize=16,color="green",shape="box"];2565[label="vwx91",fontsize=16,color="green",shape="box"];2566[label="vwx101",fontsize=16,color="green",shape="box"];2567[label="vwx91",fontsize=16,color="green",shape="box"];2568[label="vwx101",fontsize=16,color="green",shape="box"];2569[label="vwx91",fontsize=16,color="green",shape="box"];2570[label="vwx101",fontsize=16,color="green",shape="box"];2571[label="vwx91",fontsize=16,color="green",shape="box"];2572[label="vwx101",fontsize=16,color="green",shape="box"];2573[label="vwx91",fontsize=16,color="green",shape="box"];2574[label="vwx101",fontsize=16,color="green",shape="box"];2575[label="vwx91",fontsize=16,color="green",shape="box"];2576[label="vwx101",fontsize=16,color="green",shape="box"];2577[label="vwx91",fontsize=16,color="green",shape="box"];2578[label="vwx101",fontsize=16,color="green",shape="box"];2579[label="vwx91",fontsize=16,color="green",shape="box"];2580[label="vwx101",fontsize=16,color="green",shape="box"];2581[label="vwx91",fontsize=16,color="green",shape="box"];2582[label="vwx101",fontsize=16,color="green",shape="box"];2583[label="vwx91",fontsize=16,color="green",shape="box"];2584[label="vwx101",fontsize=16,color="green",shape="box"];2585[label="vwx91",fontsize=16,color="green",shape="box"];2586[label="vwx101",fontsize=16,color="green",shape="box"];2587[label="vwx91",fontsize=16,color="green",shape="box"];2588[label="vwx101",fontsize=16,color="green",shape="box"];2589[label="primCmpDouble (Double vwx90 (Pos vwx910)) (Double vwx100 (Pos vwx1010))",fontsize=16,color="black",shape="box"];2589 -> 2633[label="",style="solid", color="black", weight=3]; 18.87/7.84 2590[label="primCmpDouble (Double vwx90 (Pos vwx910)) (Double vwx100 (Neg vwx1010))",fontsize=16,color="black",shape="box"];2590 -> 2634[label="",style="solid", color="black", weight=3]; 18.87/7.84 2591[label="primCmpDouble (Double vwx90 (Neg vwx910)) (Double vwx100 (Pos vwx1010))",fontsize=16,color="black",shape="box"];2591 -> 2635[label="",style="solid", color="black", weight=3]; 18.87/7.84 2592[label="primCmpDouble (Double vwx90 (Neg vwx910)) (Double vwx100 (Neg vwx1010))",fontsize=16,color="black",shape="box"];2592 -> 2636[label="",style="solid", color="black", weight=3]; 18.87/7.84 1532[label="Succ vwx40100",fontsize=16,color="green",shape="box"];1533[label="vwx30000",fontsize=16,color="green",shape="box"];1534[label="primPlusNat (Succ vwx540) (Succ vwx40100)",fontsize=16,color="black",shape="box"];1534 -> 1580[label="",style="solid", color="black", weight=3]; 18.87/7.84 1535[label="primPlusNat Zero (Succ vwx40100)",fontsize=16,color="black",shape="box"];1535 -> 1581[label="",style="solid", color="black", weight=3]; 18.87/7.84 2593 -> 1965[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2593[label="compare (vwx90 * Pos vwx1010) (Pos vwx910 * vwx100)",fontsize=16,color="magenta"];2593 -> 2637[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2593 -> 2638[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2594 -> 1965[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2594[label="compare (vwx90 * Pos vwx1010) (Neg vwx910 * vwx100)",fontsize=16,color="magenta"];2594 -> 2639[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2594 -> 2640[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2595 -> 1965[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2595[label="compare (vwx90 * Neg vwx1010) (Pos vwx910 * vwx100)",fontsize=16,color="magenta"];2595 -> 2641[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2595 -> 2642[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2596 -> 1965[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2596[label="compare (vwx90 * Neg vwx1010) (Neg vwx910 * vwx100)",fontsize=16,color="magenta"];2596 -> 2643[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2596 -> 2644[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2597[label="Succ vwx900",fontsize=16,color="green",shape="box"];2598[label="vwx100",fontsize=16,color="green",shape="box"];2599 -> 2444[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2599[label="primCmpNat Zero (Succ vwx1000)",fontsize=16,color="magenta"];2599 -> 2645[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2599 -> 2646[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2600[label="EQ",fontsize=16,color="green",shape="box"];2601[label="GT",fontsize=16,color="green",shape="box"];2602[label="EQ",fontsize=16,color="green",shape="box"];2603[label="vwx100",fontsize=16,color="green",shape="box"];2604[label="Succ vwx900",fontsize=16,color="green",shape="box"];2605[label="LT",fontsize=16,color="green",shape="box"];2606[label="EQ",fontsize=16,color="green",shape="box"];2607 -> 2444[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2607[label="primCmpNat (Succ vwx1000) Zero",fontsize=16,color="magenta"];2607 -> 2647[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2607 -> 2648[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2608[label="EQ",fontsize=16,color="green",shape="box"];2610 -> 31[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2610[label="vwx90 == vwx100",fontsize=16,color="magenta"];2610 -> 2649[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2610 -> 2650[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2609[label="compare2 vwx90 vwx100 vwx80",fontsize=16,color="burlywood",shape="triangle"];3392[label="vwx80/False",fontsize=10,color="white",style="solid",shape="box"];2609 -> 3392[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3392 -> 2651[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 3393[label="vwx80/True",fontsize=10,color="white",style="solid",shape="box"];2609 -> 3393[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3393 -> 2652[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 2612 -> 35[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2612[label="vwx90 == vwx100",fontsize=16,color="magenta"];2612 -> 2653[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2612 -> 2654[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2611[label="compare2 vwx90 vwx100 vwx81",fontsize=16,color="burlywood",shape="triangle"];3394[label="vwx81/False",fontsize=10,color="white",style="solid",shape="box"];2611 -> 3394[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3394 -> 2655[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 3395[label="vwx81/True",fontsize=10,color="white",style="solid",shape="box"];2611 -> 3395[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3395 -> 2656[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 2614 -> 36[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2614[label="vwx90 == vwx100",fontsize=16,color="magenta"];2614 -> 2657[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2614 -> 2658[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2613[label="compare2 vwx90 vwx100 vwx82",fontsize=16,color="burlywood",shape="triangle"];3396[label="vwx82/False",fontsize=10,color="white",style="solid",shape="box"];2613 -> 3396[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3396 -> 2659[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 3397[label="vwx82/True",fontsize=10,color="white",style="solid",shape="box"];2613 -> 3397[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3397 -> 2660[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 2616 -> 39[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2616[label="vwx90 == vwx100",fontsize=16,color="magenta"];2616 -> 2661[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2616 -> 2662[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2615[label="compare2 vwx90 vwx100 vwx83",fontsize=16,color="burlywood",shape="triangle"];3398[label="vwx83/False",fontsize=10,color="white",style="solid",shape="box"];2615 -> 3398[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3398 -> 2663[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 3399[label="vwx83/True",fontsize=10,color="white",style="solid",shape="box"];2615 -> 3399[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3399 -> 2664[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 2618 -> 37[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2618[label="vwx90 == vwx100",fontsize=16,color="magenta"];2618 -> 2665[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2618 -> 2666[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2617[label="compare2 vwx90 vwx100 vwx84",fontsize=16,color="burlywood",shape="triangle"];3400[label="vwx84/False",fontsize=10,color="white",style="solid",shape="box"];2617 -> 3400[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3400 -> 2667[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 3401[label="vwx84/True",fontsize=10,color="white",style="solid",shape="box"];2617 -> 3401[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3401 -> 2668[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 2619[label="vwx91",fontsize=16,color="green",shape="box"];2620[label="vwx100",fontsize=16,color="green",shape="box"];2621[label="vwx101",fontsize=16,color="green",shape="box"];2622[label="vwx90",fontsize=16,color="green",shape="box"];2623[label="Integer vwx1000 * vwx91",fontsize=16,color="burlywood",shape="box"];3402[label="vwx91/Integer vwx910",fontsize=10,color="white",style="solid",shape="box"];2623 -> 3402[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3402 -> 2669[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 2624[label="vwx90",fontsize=16,color="green",shape="box"];2625[label="vwx101",fontsize=16,color="green",shape="box"];2627[label="vwx79",fontsize=16,color="green",shape="box"];2628[label="compare vwx90 vwx100",fontsize=16,color="blue",shape="box"];3403[label="compare :: Float -> Float -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2628 -> 3403[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3403 -> 2670[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3404[label="compare :: Bool -> Bool -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2628 -> 3404[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3404 -> 2671[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3405[label="compare :: Int -> Int -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2628 -> 3405[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3405 -> 2672[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3406[label="compare :: ((@2) a b) -> ((@2) a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2628 -> 3406[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3406 -> 2673[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3407[label="compare :: () -> () -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2628 -> 3407[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3407 -> 2674[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3408[label="compare :: (Either a b) -> (Either a b) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2628 -> 3408[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3408 -> 2675[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3409[label="compare :: (Ratio a) -> (Ratio a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2628 -> 3409[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3409 -> 2676[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3410[label="compare :: Integer -> Integer -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2628 -> 3410[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3410 -> 2677[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3411[label="compare :: Ordering -> Ordering -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2628 -> 3411[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3411 -> 2678[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3412[label="compare :: ([] a) -> ([] a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2628 -> 3412[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3412 -> 2679[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3413[label="compare :: Char -> Char -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2628 -> 3413[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3413 -> 2680[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3414[label="compare :: (Maybe a) -> (Maybe a) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2628 -> 3414[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3414 -> 2681[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3415[label="compare :: ((@3) a b c) -> ((@3) a b c) -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2628 -> 3415[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3415 -> 2682[label="",style="solid", color="blue", weight=3]; 18.87/7.84 3416[label="compare :: Double -> Double -> Ordering",fontsize=10,color="white",style="solid",shape="box"];2628 -> 3416[label="",style="solid", color="blue", weight=9]; 18.87/7.84 3416 -> 2683[label="",style="solid", color="blue", weight=3]; 18.87/7.84 2626[label="primCompAux0 vwx88 vwx89",fontsize=16,color="burlywood",shape="triangle"];3417[label="vwx89/LT",fontsize=10,color="white",style="solid",shape="box"];2626 -> 3417[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3417 -> 2684[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 3418[label="vwx89/EQ",fontsize=10,color="white",style="solid",shape="box"];2626 -> 3418[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3418 -> 2685[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 3419[label="vwx89/GT",fontsize=10,color="white",style="solid",shape="box"];2626 -> 3419[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3419 -> 2686[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 2629[label="primCmpNat (Succ vwx900) (Succ vwx1000)",fontsize=16,color="black",shape="box"];2629 -> 2687[label="",style="solid", color="black", weight=3]; 18.87/7.84 2630[label="primCmpNat (Succ vwx900) Zero",fontsize=16,color="black",shape="box"];2630 -> 2688[label="",style="solid", color="black", weight=3]; 18.87/7.84 2631[label="primCmpNat Zero (Succ vwx1000)",fontsize=16,color="black",shape="box"];2631 -> 2689[label="",style="solid", color="black", weight=3]; 18.87/7.84 2632[label="primCmpNat Zero Zero",fontsize=16,color="black",shape="box"];2632 -> 2690[label="",style="solid", color="black", weight=3]; 18.87/7.84 2633 -> 1965[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2633[label="compare (vwx90 * Pos vwx1010) (Pos vwx910 * vwx100)",fontsize=16,color="magenta"];2633 -> 2691[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2633 -> 2692[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2634 -> 1965[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2634[label="compare (vwx90 * Pos vwx1010) (Neg vwx910 * vwx100)",fontsize=16,color="magenta"];2634 -> 2693[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2634 -> 2694[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2635 -> 1965[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2635[label="compare (vwx90 * Neg vwx1010) (Pos vwx910 * vwx100)",fontsize=16,color="magenta"];2635 -> 2695[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2635 -> 2696[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2636 -> 1965[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2636[label="compare (vwx90 * Neg vwx1010) (Neg vwx910 * vwx100)",fontsize=16,color="magenta"];2636 -> 2697[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2636 -> 2698[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 1580[label="Succ (Succ (primPlusNat vwx540 vwx40100))",fontsize=16,color="green",shape="box"];1580 -> 1644[label="",style="dashed", color="green", weight=3]; 18.87/7.84 1581[label="Succ vwx40100",fontsize=16,color="green",shape="box"];2637 -> 407[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2637[label="Pos vwx910 * vwx100",fontsize=16,color="magenta"];2637 -> 2699[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2637 -> 2700[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2638 -> 407[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2638[label="vwx90 * Pos vwx1010",fontsize=16,color="magenta"];2638 -> 2701[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2638 -> 2702[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2639 -> 407[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2639[label="Neg vwx910 * vwx100",fontsize=16,color="magenta"];2639 -> 2703[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2639 -> 2704[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2640 -> 407[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2640[label="vwx90 * Pos vwx1010",fontsize=16,color="magenta"];2640 -> 2705[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2640 -> 2706[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2641 -> 407[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2641[label="Pos vwx910 * vwx100",fontsize=16,color="magenta"];2641 -> 2707[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2641 -> 2708[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2642 -> 407[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2642[label="vwx90 * Neg vwx1010",fontsize=16,color="magenta"];2642 -> 2709[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2642 -> 2710[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2643 -> 407[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2643[label="Neg vwx910 * vwx100",fontsize=16,color="magenta"];2643 -> 2711[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2643 -> 2712[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2644 -> 407[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2644[label="vwx90 * Neg vwx1010",fontsize=16,color="magenta"];2644 -> 2713[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2644 -> 2714[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2645[label="Zero",fontsize=16,color="green",shape="box"];2646[label="Succ vwx1000",fontsize=16,color="green",shape="box"];2647[label="Succ vwx1000",fontsize=16,color="green",shape="box"];2648[label="Zero",fontsize=16,color="green",shape="box"];2649[label="vwx90",fontsize=16,color="green",shape="box"];2650[label="vwx100",fontsize=16,color="green",shape="box"];2651[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2651 -> 2715[label="",style="solid", color="black", weight=3]; 18.87/7.84 2652[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2652 -> 2716[label="",style="solid", color="black", weight=3]; 18.87/7.84 2653[label="vwx90",fontsize=16,color="green",shape="box"];2654[label="vwx100",fontsize=16,color="green",shape="box"];2655[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2655 -> 2717[label="",style="solid", color="black", weight=3]; 18.87/7.84 2656[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2656 -> 2718[label="",style="solid", color="black", weight=3]; 18.87/7.84 2657[label="vwx90",fontsize=16,color="green",shape="box"];2658[label="vwx100",fontsize=16,color="green",shape="box"];2659[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2659 -> 2719[label="",style="solid", color="black", weight=3]; 18.87/7.84 2660[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2660 -> 2720[label="",style="solid", color="black", weight=3]; 18.87/7.84 2661[label="vwx90",fontsize=16,color="green",shape="box"];2662[label="vwx100",fontsize=16,color="green",shape="box"];2663[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2663 -> 2721[label="",style="solid", color="black", weight=3]; 18.87/7.84 2664[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2664 -> 2722[label="",style="solid", color="black", weight=3]; 18.87/7.84 2665[label="vwx90",fontsize=16,color="green",shape="box"];2666[label="vwx100",fontsize=16,color="green",shape="box"];2667[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2667 -> 2723[label="",style="solid", color="black", weight=3]; 18.87/7.84 2668[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2668 -> 2724[label="",style="solid", color="black", weight=3]; 18.87/7.84 2669[label="Integer vwx1000 * Integer vwx910",fontsize=16,color="black",shape="box"];2669 -> 2725[label="",style="solid", color="black", weight=3]; 18.87/7.84 2670 -> 1961[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2670[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2670 -> 2726[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2670 -> 2727[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2671 -> 2273[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2671[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2671 -> 2728[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2671 -> 2729[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2672 -> 1965[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2672[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2672 -> 2730[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2672 -> 2731[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2673 -> 2277[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2673[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2673 -> 2732[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2673 -> 2733[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2674 -> 1967[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2674[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2674 -> 2734[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2674 -> 2735[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2675[label="compare vwx90 vwx100",fontsize=16,color="black",shape="box"];2675 -> 2736[label="",style="solid", color="black", weight=3]; 18.87/7.84 2676 -> 1969[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2676[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2676 -> 2737[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2676 -> 2738[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2677 -> 1971[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2677[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2677 -> 2739[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2677 -> 2740[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2678 -> 2285[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2678[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2678 -> 2741[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2678 -> 2742[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2679 -> 1973[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2679[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2679 -> 2743[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2679 -> 2744[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2680 -> 1975[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2680[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2680 -> 2745[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2680 -> 2746[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2681 -> 2291[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2681[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2681 -> 2747[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2681 -> 2748[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2682 -> 2293[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2682[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2682 -> 2749[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2682 -> 2750[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2683 -> 1977[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2683[label="compare vwx90 vwx100",fontsize=16,color="magenta"];2683 -> 2751[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2683 -> 2752[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2684[label="primCompAux0 vwx88 LT",fontsize=16,color="black",shape="box"];2684 -> 2753[label="",style="solid", color="black", weight=3]; 18.87/7.84 2685[label="primCompAux0 vwx88 EQ",fontsize=16,color="black",shape="box"];2685 -> 2754[label="",style="solid", color="black", weight=3]; 18.87/7.84 2686[label="primCompAux0 vwx88 GT",fontsize=16,color="black",shape="box"];2686 -> 2755[label="",style="solid", color="black", weight=3]; 18.87/7.84 2687 -> 2444[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2687[label="primCmpNat vwx900 vwx1000",fontsize=16,color="magenta"];2687 -> 2756[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2687 -> 2757[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2688[label="GT",fontsize=16,color="green",shape="box"];2689[label="LT",fontsize=16,color="green",shape="box"];2690[label="EQ",fontsize=16,color="green",shape="box"];2691 -> 407[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2691[label="Pos vwx910 * vwx100",fontsize=16,color="magenta"];2691 -> 2758[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2691 -> 2759[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2692 -> 407[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2692[label="vwx90 * Pos vwx1010",fontsize=16,color="magenta"];2692 -> 2760[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2692 -> 2761[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2693 -> 407[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2693[label="Neg vwx910 * vwx100",fontsize=16,color="magenta"];2693 -> 2762[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2693 -> 2763[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2694 -> 407[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2694[label="vwx90 * Pos vwx1010",fontsize=16,color="magenta"];2694 -> 2764[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2694 -> 2765[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2695 -> 407[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2695[label="Pos vwx910 * vwx100",fontsize=16,color="magenta"];2695 -> 2766[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2695 -> 2767[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2696 -> 407[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2696[label="vwx90 * Neg vwx1010",fontsize=16,color="magenta"];2696 -> 2768[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2696 -> 2769[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2697 -> 407[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2697[label="Neg vwx910 * vwx100",fontsize=16,color="magenta"];2697 -> 2770[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2697 -> 2771[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2698 -> 407[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2698[label="vwx90 * Neg vwx1010",fontsize=16,color="magenta"];2698 -> 2772[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2698 -> 2773[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 1644[label="primPlusNat vwx540 vwx40100",fontsize=16,color="burlywood",shape="triangle"];3420[label="vwx540/Succ vwx5400",fontsize=10,color="white",style="solid",shape="box"];1644 -> 3420[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3420 -> 1720[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 3421[label="vwx540/Zero",fontsize=10,color="white",style="solid",shape="box"];1644 -> 3421[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3421 -> 1721[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 2699[label="vwx100",fontsize=16,color="green",shape="box"];2700[label="Pos vwx910",fontsize=16,color="green",shape="box"];2701[label="Pos vwx1010",fontsize=16,color="green",shape="box"];2702[label="vwx90",fontsize=16,color="green",shape="box"];2703[label="vwx100",fontsize=16,color="green",shape="box"];2704[label="Neg vwx910",fontsize=16,color="green",shape="box"];2705[label="Pos vwx1010",fontsize=16,color="green",shape="box"];2706[label="vwx90",fontsize=16,color="green",shape="box"];2707[label="vwx100",fontsize=16,color="green",shape="box"];2708[label="Pos vwx910",fontsize=16,color="green",shape="box"];2709[label="Neg vwx1010",fontsize=16,color="green",shape="box"];2710[label="vwx90",fontsize=16,color="green",shape="box"];2711[label="vwx100",fontsize=16,color="green",shape="box"];2712[label="Neg vwx910",fontsize=16,color="green",shape="box"];2713[label="Neg vwx1010",fontsize=16,color="green",shape="box"];2714[label="vwx90",fontsize=16,color="green",shape="box"];2715 -> 2774[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2715[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];2715 -> 2775[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2716[label="EQ",fontsize=16,color="green",shape="box"];2717 -> 2776[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2717[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];2717 -> 2777[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2718[label="EQ",fontsize=16,color="green",shape="box"];2719 -> 2778[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2719[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];2719 -> 2779[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2720[label="EQ",fontsize=16,color="green",shape="box"];2721 -> 2780[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2721[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];2721 -> 2781[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2722[label="EQ",fontsize=16,color="green",shape="box"];2723 -> 2782[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2723[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];2723 -> 2783[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2724[label="EQ",fontsize=16,color="green",shape="box"];2725[label="Integer (primMulInt vwx1000 vwx910)",fontsize=16,color="green",shape="box"];2725 -> 2784[label="",style="dashed", color="green", weight=3]; 18.87/7.84 2726[label="vwx100",fontsize=16,color="green",shape="box"];2727[label="vwx90",fontsize=16,color="green",shape="box"];2728[label="vwx90",fontsize=16,color="green",shape="box"];2729[label="vwx100",fontsize=16,color="green",shape="box"];2730[label="vwx100",fontsize=16,color="green",shape="box"];2731[label="vwx90",fontsize=16,color="green",shape="box"];2732[label="vwx90",fontsize=16,color="green",shape="box"];2733[label="vwx100",fontsize=16,color="green",shape="box"];2734[label="vwx100",fontsize=16,color="green",shape="box"];2735[label="vwx90",fontsize=16,color="green",shape="box"];2736[label="compare3 vwx90 vwx100",fontsize=16,color="black",shape="box"];2736 -> 2785[label="",style="solid", color="black", weight=3]; 18.87/7.84 2737[label="vwx100",fontsize=16,color="green",shape="box"];2738[label="vwx90",fontsize=16,color="green",shape="box"];2739[label="vwx100",fontsize=16,color="green",shape="box"];2740[label="vwx90",fontsize=16,color="green",shape="box"];2741[label="vwx90",fontsize=16,color="green",shape="box"];2742[label="vwx100",fontsize=16,color="green",shape="box"];2743[label="vwx100",fontsize=16,color="green",shape="box"];2744[label="vwx90",fontsize=16,color="green",shape="box"];2745[label="vwx100",fontsize=16,color="green",shape="box"];2746[label="vwx90",fontsize=16,color="green",shape="box"];2747[label="vwx90",fontsize=16,color="green",shape="box"];2748[label="vwx100",fontsize=16,color="green",shape="box"];2749[label="vwx90",fontsize=16,color="green",shape="box"];2750[label="vwx100",fontsize=16,color="green",shape="box"];2751[label="vwx100",fontsize=16,color="green",shape="box"];2752[label="vwx90",fontsize=16,color="green",shape="box"];2753[label="LT",fontsize=16,color="green",shape="box"];2754[label="vwx88",fontsize=16,color="green",shape="box"];2755[label="GT",fontsize=16,color="green",shape="box"];2756[label="vwx900",fontsize=16,color="green",shape="box"];2757[label="vwx1000",fontsize=16,color="green",shape="box"];2758[label="vwx100",fontsize=16,color="green",shape="box"];2759[label="Pos vwx910",fontsize=16,color="green",shape="box"];2760[label="Pos vwx1010",fontsize=16,color="green",shape="box"];2761[label="vwx90",fontsize=16,color="green",shape="box"];2762[label="vwx100",fontsize=16,color="green",shape="box"];2763[label="Neg vwx910",fontsize=16,color="green",shape="box"];2764[label="Pos vwx1010",fontsize=16,color="green",shape="box"];2765[label="vwx90",fontsize=16,color="green",shape="box"];2766[label="vwx100",fontsize=16,color="green",shape="box"];2767[label="Pos vwx910",fontsize=16,color="green",shape="box"];2768[label="Neg vwx1010",fontsize=16,color="green",shape="box"];2769[label="vwx90",fontsize=16,color="green",shape="box"];2770[label="vwx100",fontsize=16,color="green",shape="box"];2771[label="Neg vwx910",fontsize=16,color="green",shape="box"];2772[label="Neg vwx1010",fontsize=16,color="green",shape="box"];2773[label="vwx90",fontsize=16,color="green",shape="box"];1720[label="primPlusNat (Succ vwx5400) vwx40100",fontsize=16,color="burlywood",shape="box"];3422[label="vwx40100/Succ vwx401000",fontsize=10,color="white",style="solid",shape="box"];1720 -> 3422[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3422 -> 1734[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 3423[label="vwx40100/Zero",fontsize=10,color="white",style="solid",shape="box"];1720 -> 3423[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3423 -> 1735[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 1721[label="primPlusNat Zero vwx40100",fontsize=16,color="burlywood",shape="box"];3424[label="vwx40100/Succ vwx401000",fontsize=10,color="white",style="solid",shape="box"];1721 -> 3424[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3424 -> 1736[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 3425[label="vwx40100/Zero",fontsize=10,color="white",style="solid",shape="box"];1721 -> 3425[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3425 -> 1737[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 2775 -> 1822[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2775[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2775 -> 2786[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2775 -> 2787[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2774[label="compare1 vwx90 vwx100 vwx90",fontsize=16,color="burlywood",shape="triangle"];3426[label="vwx90/False",fontsize=10,color="white",style="solid",shape="box"];2774 -> 3426[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3426 -> 2788[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 3427[label="vwx90/True",fontsize=10,color="white",style="solid",shape="box"];2774 -> 3427[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3427 -> 2789[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 2777 -> 1824[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2777[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2777 -> 2790[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2777 -> 2791[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2776[label="compare1 vwx90 vwx100 vwx91",fontsize=16,color="burlywood",shape="triangle"];3428[label="vwx91/False",fontsize=10,color="white",style="solid",shape="box"];2776 -> 3428[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3428 -> 2792[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 3429[label="vwx91/True",fontsize=10,color="white",style="solid",shape="box"];2776 -> 3429[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3429 -> 2793[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 2779 -> 1829[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2779[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2779 -> 2794[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2779 -> 2795[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2778[label="compare1 vwx90 vwx100 vwx92",fontsize=16,color="burlywood",shape="triangle"];3430[label="vwx92/False",fontsize=10,color="white",style="solid",shape="box"];2778 -> 3430[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3430 -> 2796[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 3431[label="vwx92/True",fontsize=10,color="white",style="solid",shape="box"];2778 -> 3431[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3431 -> 2797[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 2781 -> 1832[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2781[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2781 -> 2798[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2781 -> 2799[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2780[label="compare1 vwx90 vwx100 vwx93",fontsize=16,color="burlywood",shape="triangle"];3432[label="vwx93/False",fontsize=10,color="white",style="solid",shape="box"];2780 -> 3432[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3432 -> 2800[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 3433[label="vwx93/True",fontsize=10,color="white",style="solid",shape="box"];2780 -> 3433[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3433 -> 2801[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 2783 -> 1833[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2783[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2783 -> 2802[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2783 -> 2803[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2782[label="compare1 vwx90 vwx100 vwx94",fontsize=16,color="burlywood",shape="triangle"];3434[label="vwx94/False",fontsize=10,color="white",style="solid",shape="box"];2782 -> 3434[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3434 -> 2804[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 3435[label="vwx94/True",fontsize=10,color="white",style="solid",shape="box"];2782 -> 3435[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3435 -> 2805[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 2784 -> 567[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2784[label="primMulInt vwx1000 vwx910",fontsize=16,color="magenta"];2784 -> 2806[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2784 -> 2807[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2785 -> 2808[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2785[label="compare2 vwx90 vwx100 (vwx90 == vwx100)",fontsize=16,color="magenta"];2785 -> 2809[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 1734[label="primPlusNat (Succ vwx5400) (Succ vwx401000)",fontsize=16,color="black",shape="box"];1734 -> 1762[label="",style="solid", color="black", weight=3]; 18.87/7.84 1735[label="primPlusNat (Succ vwx5400) Zero",fontsize=16,color="black",shape="box"];1735 -> 1763[label="",style="solid", color="black", weight=3]; 18.87/7.84 1736[label="primPlusNat Zero (Succ vwx401000)",fontsize=16,color="black",shape="box"];1736 -> 1764[label="",style="solid", color="black", weight=3]; 18.87/7.84 1737[label="primPlusNat Zero Zero",fontsize=16,color="black",shape="box"];1737 -> 1765[label="",style="solid", color="black", weight=3]; 18.87/7.84 2786[label="vwx100",fontsize=16,color="green",shape="box"];2787[label="vwx90",fontsize=16,color="green",shape="box"];2788[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2788 -> 2810[label="",style="solid", color="black", weight=3]; 18.87/7.84 2789[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2789 -> 2811[label="",style="solid", color="black", weight=3]; 18.87/7.84 2790[label="vwx100",fontsize=16,color="green",shape="box"];2791[label="vwx90",fontsize=16,color="green",shape="box"];2792[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2792 -> 2812[label="",style="solid", color="black", weight=3]; 18.87/7.84 2793[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2793 -> 2813[label="",style="solid", color="black", weight=3]; 18.87/7.84 2794[label="vwx100",fontsize=16,color="green",shape="box"];2795[label="vwx90",fontsize=16,color="green",shape="box"];2796[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2796 -> 2814[label="",style="solid", color="black", weight=3]; 18.87/7.84 2797[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2797 -> 2815[label="",style="solid", color="black", weight=3]; 18.87/7.84 2798[label="vwx100",fontsize=16,color="green",shape="box"];2799[label="vwx90",fontsize=16,color="green",shape="box"];2800[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2800 -> 2816[label="",style="solid", color="black", weight=3]; 18.87/7.84 2801[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2801 -> 2817[label="",style="solid", color="black", weight=3]; 18.87/7.84 2802[label="vwx100",fontsize=16,color="green",shape="box"];2803[label="vwx90",fontsize=16,color="green",shape="box"];2804[label="compare1 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2804 -> 2818[label="",style="solid", color="black", weight=3]; 18.87/7.84 2805[label="compare1 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2805 -> 2819[label="",style="solid", color="black", weight=3]; 18.87/7.84 2806[label="vwx910",fontsize=16,color="green",shape="box"];2807[label="vwx1000",fontsize=16,color="green",shape="box"];2809 -> 28[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2809[label="vwx90 == vwx100",fontsize=16,color="magenta"];2809 -> 2820[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2809 -> 2821[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2808[label="compare2 vwx90 vwx100 vwx95",fontsize=16,color="burlywood",shape="triangle"];3436[label="vwx95/False",fontsize=10,color="white",style="solid",shape="box"];2808 -> 3436[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3436 -> 2822[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 3437[label="vwx95/True",fontsize=10,color="white",style="solid",shape="box"];2808 -> 3437[label="",style="solid", color="burlywood", weight=9]; 18.87/7.84 3437 -> 2823[label="",style="solid", color="burlywood", weight=3]; 18.87/7.84 1762[label="Succ (Succ (primPlusNat vwx5400 vwx401000))",fontsize=16,color="green",shape="box"];1762 -> 1780[label="",style="dashed", color="green", weight=3]; 18.87/7.84 1763[label="Succ vwx5400",fontsize=16,color="green",shape="box"];1764[label="Succ vwx401000",fontsize=16,color="green",shape="box"];1765[label="Zero",fontsize=16,color="green",shape="box"];2810[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];2810 -> 2824[label="",style="solid", color="black", weight=3]; 18.87/7.84 2811[label="LT",fontsize=16,color="green",shape="box"];2812[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];2812 -> 2825[label="",style="solid", color="black", weight=3]; 18.87/7.84 2813[label="LT",fontsize=16,color="green",shape="box"];2814[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];2814 -> 2826[label="",style="solid", color="black", weight=3]; 18.87/7.84 2815[label="LT",fontsize=16,color="green",shape="box"];2816[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];2816 -> 2827[label="",style="solid", color="black", weight=3]; 18.87/7.84 2817[label="LT",fontsize=16,color="green",shape="box"];2818[label="compare0 vwx90 vwx100 otherwise",fontsize=16,color="black",shape="box"];2818 -> 2828[label="",style="solid", color="black", weight=3]; 18.87/7.84 2819[label="LT",fontsize=16,color="green",shape="box"];2820[label="vwx90",fontsize=16,color="green",shape="box"];2821[label="vwx100",fontsize=16,color="green",shape="box"];2822[label="compare2 vwx90 vwx100 False",fontsize=16,color="black",shape="box"];2822 -> 2829[label="",style="solid", color="black", weight=3]; 18.87/7.84 2823[label="compare2 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2823 -> 2830[label="",style="solid", color="black", weight=3]; 18.87/7.84 1780 -> 1644[label="",style="dashed", color="red", weight=0]; 18.87/7.84 1780[label="primPlusNat vwx5400 vwx401000",fontsize=16,color="magenta"];1780 -> 1788[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 1780 -> 1789[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2824[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2824 -> 2831[label="",style="solid", color="black", weight=3]; 18.87/7.84 2825[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2825 -> 2832[label="",style="solid", color="black", weight=3]; 18.87/7.84 2826[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2826 -> 2833[label="",style="solid", color="black", weight=3]; 18.87/7.84 2827[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2827 -> 2834[label="",style="solid", color="black", weight=3]; 18.87/7.84 2828[label="compare0 vwx90 vwx100 True",fontsize=16,color="black",shape="box"];2828 -> 2835[label="",style="solid", color="black", weight=3]; 18.87/7.84 2829 -> 1795[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2829[label="compare1 vwx90 vwx100 (vwx90 <= vwx100)",fontsize=16,color="magenta"];2829 -> 2836[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2830[label="EQ",fontsize=16,color="green",shape="box"];1788[label="vwx5400",fontsize=16,color="green",shape="box"];1789[label="vwx401000",fontsize=16,color="green",shape="box"];2831[label="GT",fontsize=16,color="green",shape="box"];2832[label="GT",fontsize=16,color="green",shape="box"];2833[label="GT",fontsize=16,color="green",shape="box"];2834[label="GT",fontsize=16,color="green",shape="box"];2835[label="GT",fontsize=16,color="green",shape="box"];2836 -> 1826[label="",style="dashed", color="red", weight=0]; 18.87/7.84 2836[label="vwx90 <= vwx100",fontsize=16,color="magenta"];2836 -> 2837[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2836 -> 2838[label="",style="dashed", color="magenta", weight=3]; 18.87/7.84 2837[label="vwx100",fontsize=16,color="green",shape="box"];2838[label="vwx90",fontsize=16,color="green",shape="box"];} 18.87/7.84 18.87/7.84 ---------------------------------------- 18.87/7.84 18.87/7.84 (14) 18.87/7.84 Complex Obligation (AND) 18.87/7.84 18.87/7.84 ---------------------------------------- 18.87/7.84 18.87/7.84 (15) 18.87/7.84 Obligation: 18.87/7.84 Q DP problem: 18.87/7.84 The TRS P consists of the following rules: 18.87/7.84 18.87/7.84 new_primCmpNat(Succ(vwx900), Succ(vwx1000)) -> new_primCmpNat(vwx900, vwx1000) 18.87/7.84 18.87/7.84 R is empty. 18.87/7.84 Q is empty. 18.87/7.84 We have to consider all minimal (P,Q,R)-chains. 18.87/7.84 ---------------------------------------- 18.87/7.84 18.87/7.84 (16) QDPSizeChangeProof (EQUIVALENT) 18.87/7.84 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.87/7.84 18.87/7.84 From the DPs we obtained the following set of size-change graphs: 18.87/7.84 *new_primCmpNat(Succ(vwx900), Succ(vwx1000)) -> new_primCmpNat(vwx900, vwx1000) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2 18.87/7.84 18.87/7.84 18.87/7.84 ---------------------------------------- 18.87/7.84 18.87/7.84 (17) 18.87/7.84 YES 18.87/7.84 18.87/7.84 ---------------------------------------- 18.87/7.84 18.87/7.84 (18) 18.87/7.84 Obligation: 18.87/7.84 Q DP problem: 18.87/7.84 The TRS P consists of the following rules: 18.87/7.84 18.87/7.84 new_primMulNat(Succ(vwx30000), Succ(vwx40100)) -> new_primMulNat(vwx30000, Succ(vwx40100)) 18.87/7.84 18.87/7.84 R is empty. 18.87/7.84 Q is empty. 18.87/7.84 We have to consider all minimal (P,Q,R)-chains. 18.87/7.84 ---------------------------------------- 18.87/7.84 18.87/7.84 (19) QDPSizeChangeProof (EQUIVALENT) 18.87/7.84 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.87/7.84 18.87/7.84 From the DPs we obtained the following set of size-change graphs: 18.87/7.84 *new_primMulNat(Succ(vwx30000), Succ(vwx40100)) -> new_primMulNat(vwx30000, Succ(vwx40100)) 18.87/7.84 The graph contains the following edges 1 > 1, 2 >= 2 18.87/7.84 18.87/7.84 18.87/7.84 ---------------------------------------- 18.87/7.84 18.87/7.84 (20) 18.87/7.84 YES 18.87/7.84 18.87/7.84 ---------------------------------------- 18.87/7.84 18.87/7.84 (21) 18.87/7.84 Obligation: 18.87/7.84 Q DP problem: 18.87/7.84 The TRS P consists of the following rules: 18.87/7.84 18.87/7.84 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(app(ty_@3, ff), fg), fh)) -> new_esEs2(vwx301, vwx401, ff, fg, fh) 18.87/7.84 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, app(app(ty_@2, bbc), bbd), bba) -> new_esEs1(vwx301, vwx401, bbc, bbd) 18.87/7.84 new_esEs0(Left(vwx300), Left(vwx400), app(app(ty_@2, cf), cg), cd) -> new_esEs1(vwx300, vwx400, cf, cg) 18.87/7.84 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, bda), he, bba) -> new_esEs3(vwx300, vwx400, bda) 18.87/7.84 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, he, app(app(ty_@2, baa), bab)) -> new_esEs1(vwx302, vwx402, baa, bab) 18.87/7.84 new_esEs3(Just(vwx300), Just(vwx400), app(app(ty_Either, bdb), bdc)) -> new_esEs0(vwx300, vwx400, bdb, bdc) 18.87/7.84 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(ty_Either, eh), fa)) -> new_esEs0(vwx301, vwx401, eh, fa) 18.87/7.84 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, gb), gc), gd) -> new_esEs0(vwx300, vwx400, gb, gc) 18.87/7.84 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, he, app(ty_Maybe, baf)) -> new_esEs3(vwx302, vwx402, baf) 18.87/7.84 new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, bd), be)) -> new_esEs1(vwx300, vwx400, bd, be) 18.87/7.84 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], ge), gd) -> new_esEs(vwx300, vwx400, ge) 18.87/7.84 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, app(ty_Maybe, bbh), bba) -> new_esEs3(vwx301, vwx401, bbh) 18.87/7.84 new_esEs0(Right(vwx300), Right(vwx400), de, app(app(ty_Either, df), dg)) -> new_esEs0(vwx300, vwx400, df, dg) 18.87/7.84 new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), h) -> new_esEs(vwx301, vwx401, h) 18.87/7.84 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, he, app(ty_[], hh)) -> new_esEs(vwx302, vwx402, hh) 18.87/7.84 new_esEs3(Just(vwx300), Just(vwx400), app(ty_Maybe, beb)) -> new_esEs3(vwx300, vwx400, beb) 18.87/7.84 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, app(ty_[], bbb), bba) -> new_esEs(vwx301, vwx401, bbb) 18.87/7.84 new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], bc)) -> new_esEs(vwx300, vwx400, bc) 18.87/7.84 new_esEs0(Right(vwx300), Right(vwx400), de, app(ty_[], dh)) -> new_esEs(vwx300, vwx400, dh) 18.87/7.84 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], bcc), he, bba) -> new_esEs(vwx300, vwx400, bcc) 18.87/7.84 new_esEs0(Left(vwx300), Left(vwx400), app(app(app(ty_@3, da), db), dc), cd) -> new_esEs2(vwx300, vwx400, da, db, dc) 18.87/7.84 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, app(app(app(ty_@3, bbe), bbf), bbg), bba) -> new_esEs2(vwx301, vwx401, bbe, bbf, bbg) 18.87/7.84 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, bcf), bcg), bch), he, bba) -> new_esEs2(vwx300, vwx400, bcf, bcg, bch) 18.87/7.84 new_esEs0(Right(vwx300), Right(vwx400), de, app(ty_Maybe, ef)) -> new_esEs3(vwx300, vwx400, ef) 18.87/7.84 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, app(app(ty_Either, bag), bah), bba) -> new_esEs0(vwx301, vwx401, bag, bah) 18.87/7.84 new_esEs0(Left(vwx300), Left(vwx400), app(app(ty_Either, cb), cc), cd) -> new_esEs0(vwx300, vwx400, cb, cc) 18.87/7.84 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(ty_Maybe, ga)) -> new_esEs3(vwx301, vwx401, ga) 18.87/7.84 new_esEs3(Just(vwx300), Just(vwx400), app(ty_[], bdd)) -> new_esEs(vwx300, vwx400, bdd) 18.87/7.84 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, he, app(app(ty_Either, hf), hg)) -> new_esEs0(vwx302, vwx402, hf, hg) 18.87/7.84 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, bca), bcb), he, bba) -> new_esEs0(vwx300, vwx400, bca, bcb) 18.87/7.84 new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, ca)) -> new_esEs3(vwx300, vwx400, ca) 18.87/7.84 new_esEs0(Right(vwx300), Right(vwx400), de, app(app(ty_@2, ea), eb)) -> new_esEs1(vwx300, vwx400, ea, eb) 18.87/7.84 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, gh), ha), hb), gd) -> new_esEs2(vwx300, vwx400, gh, ha, hb) 18.87/7.84 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, hc), gd) -> new_esEs3(vwx300, vwx400, hc) 18.87/7.84 new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, ba), bb)) -> new_esEs0(vwx300, vwx400, ba, bb) 18.87/7.84 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, gf), gg), gd) -> new_esEs1(vwx300, vwx400, gf, gg) 18.87/7.84 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(ty_[], fb)) -> new_esEs(vwx301, vwx401, fb) 18.87/7.84 new_esEs0(Right(vwx300), Right(vwx400), de, app(app(app(ty_@3, ec), ed), ee)) -> new_esEs2(vwx300, vwx400, ec, ed, ee) 18.87/7.84 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, he, app(app(app(ty_@3, bac), bad), bae)) -> new_esEs2(vwx302, vwx402, bac, bad, bae) 18.87/7.84 new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(ty_@2, fc), fd)) -> new_esEs1(vwx301, vwx401, fc, fd) 18.87/7.84 new_esEs0(Left(vwx300), Left(vwx400), app(ty_Maybe, dd), cd) -> new_esEs3(vwx300, vwx400, dd) 18.87/7.84 new_esEs3(Just(vwx300), Just(vwx400), app(app(app(ty_@3, bdg), bdh), bea)) -> new_esEs2(vwx300, vwx400, bdg, bdh, bea) 18.87/7.84 new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, bf), bg), bh)) -> new_esEs2(vwx300, vwx400, bf, bg, bh) 18.87/7.84 new_esEs0(Left(vwx300), Left(vwx400), app(ty_[], ce), cd) -> new_esEs(vwx300, vwx400, ce) 18.87/7.84 new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, bcd), bce), he, bba) -> new_esEs1(vwx300, vwx400, bcd, bce) 18.87/7.84 new_esEs3(Just(vwx300), Just(vwx400), app(app(ty_@2, bde), bdf)) -> new_esEs1(vwx300, vwx400, bde, bdf) 18.87/7.84 18.87/7.84 R is empty. 18.87/7.84 Q is empty. 18.87/7.84 We have to consider all minimal (P,Q,R)-chains. 18.87/7.84 ---------------------------------------- 18.87/7.84 18.87/7.84 (22) QDPSizeChangeProof (EQUIVALENT) 18.87/7.84 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.87/7.84 18.87/7.84 From the DPs we obtained the following set of size-change graphs: 18.87/7.84 *new_esEs3(Just(vwx300), Just(vwx400), app(app(ty_@2, bde), bdf)) -> new_esEs1(vwx300, vwx400, bde, bdf) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs3(Just(vwx300), Just(vwx400), app(app(app(ty_@3, bdg), bdh), bea)) -> new_esEs2(vwx300, vwx400, bdg, bdh, bea) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs3(Just(vwx300), Just(vwx400), app(app(ty_Either, bdb), bdc)) -> new_esEs0(vwx300, vwx400, bdb, bdc) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_@2, bd), be)) -> new_esEs1(vwx300, vwx400, bd, be) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), app(app(app(ty_@3, bf), bg), bh)) -> new_esEs2(vwx300, vwx400, bf, bg, bh) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), app(app(ty_Either, ba), bb)) -> new_esEs0(vwx300, vwx400, ba, bb) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs3(Just(vwx300), Just(vwx400), app(ty_Maybe, beb)) -> new_esEs3(vwx300, vwx400, beb) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs3(Just(vwx300), Just(vwx400), app(ty_[], bdd)) -> new_esEs(vwx300, vwx400, bdd) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_Maybe, ca)) -> new_esEs3(vwx300, vwx400, ca) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, app(app(ty_@2, bbc), bbd), bba) -> new_esEs1(vwx301, vwx401, bbc, bbd) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, he, app(app(ty_@2, baa), bab)) -> new_esEs1(vwx302, vwx402, baa, bab) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_@2, bcd), bce), he, bba) -> new_esEs1(vwx300, vwx400, bcd, bce) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, app(app(app(ty_@3, bbe), bbf), bbg), bba) -> new_esEs2(vwx301, vwx401, bbe, bbf, bbg) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(app(ty_@3, bcf), bcg), bch), he, bba) -> new_esEs2(vwx300, vwx400, bcf, bcg, bch) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, he, app(app(app(ty_@3, bac), bad), bae)) -> new_esEs2(vwx302, vwx402, bac, bad, bae) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, app(app(ty_Either, bag), bah), bba) -> new_esEs0(vwx301, vwx401, bag, bah) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, he, app(app(ty_Either, hf), hg)) -> new_esEs0(vwx302, vwx402, hf, hg) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(app(ty_Either, bca), bcb), he, bba) -> new_esEs0(vwx300, vwx400, bca, bcb) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_Maybe, bda), he, bba) -> new_esEs3(vwx300, vwx400, bda) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, he, app(ty_Maybe, baf)) -> new_esEs3(vwx302, vwx402, baf) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, app(ty_Maybe, bbh), bba) -> new_esEs3(vwx301, vwx401, bbh) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, he, app(ty_[], hh)) -> new_esEs(vwx302, vwx402, hh) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), hd, app(ty_[], bbb), bba) -> new_esEs(vwx301, vwx401, bbb) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs2(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), app(ty_[], bcc), he, bba) -> new_esEs(vwx300, vwx400, bcc) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_@2, gf), gg), gd) -> new_esEs1(vwx300, vwx400, gf, gg) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(ty_@2, fc), fd)) -> new_esEs1(vwx301, vwx401, fc, fd) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs0(Left(vwx300), Left(vwx400), app(app(ty_@2, cf), cg), cd) -> new_esEs1(vwx300, vwx400, cf, cg) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs0(Right(vwx300), Right(vwx400), de, app(app(ty_@2, ea), eb)) -> new_esEs1(vwx300, vwx400, ea, eb) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(app(ty_@3, ff), fg), fh)) -> new_esEs2(vwx301, vwx401, ff, fg, fh) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(app(ty_@3, gh), ha), hb), gd) -> new_esEs2(vwx300, vwx400, gh, ha, hb) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(app(ty_Either, eh), fa)) -> new_esEs0(vwx301, vwx401, eh, fa) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(app(ty_Either, gb), gc), gd) -> new_esEs0(vwx300, vwx400, gb, gc) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(ty_Maybe, ga)) -> new_esEs3(vwx301, vwx401, ga) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_Maybe, hc), gd) -> new_esEs3(vwx300, vwx400, hc) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), app(ty_[], ge), gd) -> new_esEs(vwx300, vwx400, ge) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs1(@2(vwx300, vwx301), @2(vwx400, vwx401), eg, app(ty_[], fb)) -> new_esEs(vwx301, vwx401, fb) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs0(Left(vwx300), Left(vwx400), app(app(app(ty_@3, da), db), dc), cd) -> new_esEs2(vwx300, vwx400, da, db, dc) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs0(Right(vwx300), Right(vwx400), de, app(app(app(ty_@3, ec), ed), ee)) -> new_esEs2(vwx300, vwx400, ec, ed, ee) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs0(Right(vwx300), Right(vwx400), de, app(app(ty_Either, df), dg)) -> new_esEs0(vwx300, vwx400, df, dg) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs0(Left(vwx300), Left(vwx400), app(app(ty_Either, cb), cc), cd) -> new_esEs0(vwx300, vwx400, cb, cc) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs0(Right(vwx300), Right(vwx400), de, app(ty_Maybe, ef)) -> new_esEs3(vwx300, vwx400, ef) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs0(Left(vwx300), Left(vwx400), app(ty_Maybe, dd), cd) -> new_esEs3(vwx300, vwx400, dd) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs0(Right(vwx300), Right(vwx400), de, app(ty_[], dh)) -> new_esEs(vwx300, vwx400, dh) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs0(Left(vwx300), Left(vwx400), app(ty_[], ce), cd) -> new_esEs(vwx300, vwx400, ce) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), h) -> new_esEs(vwx301, vwx401, h) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 18.87/7.84 18.87/7.84 18.87/7.84 *new_esEs(:(vwx300, vwx301), :(vwx400, vwx401), app(ty_[], bc)) -> new_esEs(vwx300, vwx400, bc) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 18.87/7.84 18.87/7.84 18.87/7.84 ---------------------------------------- 18.87/7.84 18.87/7.84 (23) 18.87/7.84 YES 18.87/7.84 18.87/7.84 ---------------------------------------- 18.87/7.84 18.87/7.84 (24) 18.87/7.84 Obligation: 18.87/7.84 Q DP problem: 18.87/7.84 The TRS P consists of the following rules: 18.87/7.84 18.87/7.84 new_primEqNat(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat(vwx3000, vwx4000) 18.87/7.84 18.87/7.84 R is empty. 18.87/7.84 Q is empty. 18.87/7.84 We have to consider all minimal (P,Q,R)-chains. 18.87/7.84 ---------------------------------------- 18.87/7.84 18.87/7.84 (25) QDPSizeChangeProof (EQUIVALENT) 18.87/7.84 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.87/7.84 18.87/7.84 From the DPs we obtained the following set of size-change graphs: 18.87/7.84 *new_primEqNat(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat(vwx3000, vwx4000) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2 18.87/7.84 18.87/7.84 18.87/7.84 ---------------------------------------- 18.87/7.84 18.87/7.84 (26) 18.87/7.84 YES 18.87/7.84 18.87/7.84 ---------------------------------------- 18.87/7.84 18.87/7.84 (27) 18.87/7.84 Obligation: 18.87/7.84 Q DP problem: 18.87/7.84 The TRS P consists of the following rules: 18.87/7.84 18.87/7.84 new_primPlusNat(Succ(vwx5400), Succ(vwx401000)) -> new_primPlusNat(vwx5400, vwx401000) 18.87/7.84 18.87/7.84 R is empty. 18.87/7.84 Q is empty. 18.87/7.84 We have to consider all minimal (P,Q,R)-chains. 18.87/7.84 ---------------------------------------- 18.87/7.84 18.87/7.84 (28) QDPSizeChangeProof (EQUIVALENT) 18.87/7.84 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.87/7.84 18.87/7.84 From the DPs we obtained the following set of size-change graphs: 18.87/7.84 *new_primPlusNat(Succ(vwx5400), Succ(vwx401000)) -> new_primPlusNat(vwx5400, vwx401000) 18.87/7.84 The graph contains the following edges 1 > 1, 2 > 2 18.87/7.84 18.87/7.84 18.87/7.84 ---------------------------------------- 18.87/7.84 18.87/7.84 (29) 18.87/7.84 YES 18.87/7.84 18.87/7.84 ---------------------------------------- 18.87/7.84 18.87/7.84 (30) 18.87/7.84 Obligation: 18.87/7.84 Q DP problem: 18.87/7.84 The TRS P consists of the following rules: 18.87/7.84 18.87/7.84 new_compare1(vwx90, vwx100, h, ba) -> new_compare2(vwx90, vwx100, new_esEs5(vwx90, vwx100, h, ba), h, ba) 18.87/7.84 new_ltEs0(Left(vwx90), Left(vwx100), app(ty_Maybe, ed), dh) -> new_ltEs2(vwx90, vwx100, ed) 18.87/7.84 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(ty_@2, he), hf), hg, hh) -> new_lt0(vwx90, vwx100, he, hf) 18.87/7.84 new_esEs4(:(vwx90, vwx91), :(vwx100, vwx101), False, app(ty_[], gc), bc) -> new_compare(vwx91, vwx101, gc) 18.87/7.84 new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, cc), app(ty_[], da)), bc) -> new_ltEs1(vwx91, vwx101, da) 18.87/7.84 new_esEs4(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(app(ty_Either, gf), gg)), bc) -> new_ltEs0(vwx90, vwx100, gf, gg) 18.87/7.84 new_esEs4(Right(vwx90), Right(vwx100), False, app(app(ty_Either, eh), app(app(ty_@2, fa), fb)), bc) -> new_ltEs(vwx90, vwx100, fa, fb) 18.87/7.84 new_lt(Left(vwx30), Left(vwx40), bdc, bdd) -> new_esEs4(vwx30, vwx40, new_esEs8(vwx30, vwx40, bdc), bdc, bdd) 18.87/7.84 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bah, hg, app(ty_Maybe, bcg)) -> new_ltEs2(vwx92, vwx102, bcg) 18.87/7.84 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bah, app(ty_Maybe, bbf), hh) -> new_lt2(vwx91, vwx101, bbf) 18.87/7.84 new_ltEs0(Right(vwx90), Right(vwx100), eh, app(app(app(ty_@3, fh), ga), gb)) -> new_ltEs3(vwx90, vwx100, fh, ga, gb) 18.87/7.84 new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bah), app(app(ty_@2, bba), bbb)), hh), bc) -> new_lt0(vwx91, vwx101, bba, bbb) 18.87/7.84 new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), cc, app(ty_Maybe, db)) -> new_ltEs2(vwx91, vwx101, db) 18.87/7.84 new_esEs4(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(app(ty_Either, ea), eb)), dh), bc) -> new_ltEs0(vwx90, vwx100, ea, eb) 18.87/7.84 new_ltEs0(Right(vwx90), Right(vwx100), eh, app(ty_Maybe, fg)) -> new_ltEs2(vwx90, vwx100, fg) 18.87/7.84 new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bah), app(app(ty_Either, bbc), bbd)), hh), bc) -> new_lt(vwx91, vwx101, bbc, bbd) 18.87/7.84 new_ltEs0(Left(vwx90), Left(vwx100), app(app(ty_@2, df), dg), dh) -> new_ltEs(vwx90, vwx100, df, dg) 18.87/7.84 new_compare22(vwx90, vwx100, False, bfa, bfb) -> new_ltEs0(vwx90, vwx100, bfa, bfb) 18.87/7.84 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bah, hg, app(app(ty_@2, bcb), bcc)) -> new_ltEs(vwx92, vwx102, bcb, bcc) 18.87/7.84 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bah, hg, app(app(app(ty_@3, bch), bda), bdb)) -> new_ltEs3(vwx92, vwx102, bch, bda, bdb) 18.87/7.84 new_ltEs2(Just(vwx90), Just(vwx100), app(app(app(ty_@3, hb), hc), hd)) -> new_ltEs3(vwx90, vwx100, hb, hc, hd) 18.87/7.84 new_compare4(vwx90, vwx100, bh, ca, cb) -> new_compare21(vwx90, vwx100, new_esEs7(vwx90, vwx100, bh, ca, cb), bh, ca, cb) 18.87/7.84 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bah, app(app(ty_@2, bba), bbb), hh) -> new_lt0(vwx91, vwx101, bba, bbb) 18.87/7.84 new_ltEs2(Just(vwx90), Just(vwx100), app(app(ty_@2, gd), ge)) -> new_ltEs(vwx90, vwx100, gd, ge) 18.87/7.84 new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(ty_Maybe, bg)), bb), bc) -> new_compare20(vwx90, vwx100, new_esEs6(vwx90, vwx100, bg), bg) 18.87/7.84 new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), app(ty_Maybe, bg), bb) -> new_compare20(vwx90, vwx100, new_esEs6(vwx90, vwx100, bg), bg) 18.87/7.84 new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(app(ty_@3, bh), ca), cb), bb) -> new_compare21(vwx90, vwx100, new_esEs7(vwx90, vwx100, bh, ca, cb), bh, ca, cb) 18.87/7.84 new_esEs4(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(ty_Maybe, ed)), dh), bc) -> new_ltEs2(vwx90, vwx100, ed) 18.87/7.84 new_esEs4(Right(vwx90), Right(vwx100), False, app(app(ty_Either, eh), app(ty_[], ff)), bc) -> new_ltEs1(vwx90, vwx100, ff) 18.87/7.84 new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(app(app(ty_@3, bae), baf), bag)), hg), hh), bc) -> new_lt3(vwx90, vwx100, bae, baf, bag) 18.87/7.84 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(ty_Either, baa), bab), hg, hh) -> new_lt(vwx90, vwx100, baa, bab) 18.87/7.84 new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(ty_[], bf)), bb), bc) -> new_compare(vwx90, vwx100, bf) 18.87/7.84 new_compare3(vwx90, vwx100, bg) -> new_compare20(vwx90, vwx100, new_esEs6(vwx90, vwx100, bg), bg) 18.87/7.84 new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), cc, app(app(ty_@2, cd), ce)) -> new_ltEs(vwx91, vwx101, cd, ce) 18.87/7.84 new_esEs9(vwx16, vwx17, False, bde, app(ty_[], beb)) -> new_ltEs1(vwx16, vwx17, beb) 18.87/7.84 new_ltEs1(:(vwx90, vwx91), :(vwx100, vwx101), gc) -> new_compare(vwx91, vwx101, gc) 18.87/7.84 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(app(ty_@3, bae), baf), bag), hg, hh) -> new_lt3(vwx90, vwx100, bae, baf, bag) 18.87/7.84 new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, cc), app(ty_Maybe, db)), bc) -> new_ltEs2(vwx91, vwx101, db) 18.87/7.84 new_ltEs2(Just(vwx90), Just(vwx100), app(ty_Maybe, ha)) -> new_ltEs2(vwx90, vwx100, ha) 18.87/7.84 new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(app(ty_Either, baa), bab)), hg), hh), bc) -> new_lt(vwx90, vwx100, baa, bab) 18.87/7.84 new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), app(ty_[], bf), bb) -> new_compare(vwx90, vwx100, bf) 18.87/7.84 new_ltEs0(Right(vwx90), Right(vwx100), eh, app(app(ty_@2, fa), fb)) -> new_ltEs(vwx90, vwx100, fa, fb) 18.87/7.84 new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(ty_Maybe, bad)), hg), hh), bc) -> new_lt2(vwx90, vwx100, bad) 18.87/7.84 new_ltEs2(Just(vwx90), Just(vwx100), app(ty_[], gh)) -> new_ltEs1(vwx90, vwx100, gh) 18.87/7.84 new_esEs4(Right(vwx90), Right(vwx100), False, app(app(ty_Either, eh), app(ty_Maybe, fg)), bc) -> new_ltEs2(vwx90, vwx100, fg) 18.87/7.84 new_primCompAux(vwx90, vwx100, vwx79, app(ty_Maybe, bfd)) -> new_compare3(vwx90, vwx100, bfd) 18.87/7.84 new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bah), hg), app(ty_Maybe, bcg)), bc) -> new_ltEs2(vwx92, vwx102, bcg) 18.87/7.84 new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bah), app(app(app(ty_@3, bbg), bbh), bca)), hh), bc) -> new_lt3(vwx91, vwx101, bbg, bbh, bca) 18.87/7.84 new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(ty_@2, h), ba), bb) -> new_compare2(vwx90, vwx100, new_esEs5(vwx90, vwx100, h, ba), h, ba) 18.87/7.84 new_primCompAux(vwx90, vwx100, vwx79, app(app(ty_Either, bfa), bfb)) -> new_compare22(vwx90, vwx100, new_esEs11(vwx90, vwx100, bfa, bfb), bfa, bfb) 18.87/7.84 new_lt3(vwx90, vwx100, bh, ca, cb) -> new_compare21(vwx90, vwx100, new_esEs7(vwx90, vwx100, bh, ca, cb), bh, ca, cb) 18.87/7.84 new_primCompAux(vwx90, vwx100, vwx79, app(app(app(ty_@3, bfe), bff), bfg)) -> new_compare4(vwx90, vwx100, bfe, bff, bfg) 18.87/7.84 new_esEs4(Right(vwx90), Right(vwx100), False, app(app(ty_Either, eh), app(app(app(ty_@3, fh), ga), gb)), bc) -> new_ltEs3(vwx90, vwx100, fh, ga, gb) 18.87/7.84 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(ty_Maybe, bad), hg, hh) -> new_lt2(vwx90, vwx100, bad) 18.87/7.84 new_lt(Right(vwx30), Right(vwx40), bdc, bdd) -> new_esEs9(vwx30, vwx40, new_esEs10(vwx30, vwx40, bdd), bdc, bdd) 18.87/7.84 new_ltEs0(Left(vwx90), Left(vwx100), app(ty_[], ec), dh) -> new_ltEs1(vwx90, vwx100, ec) 18.87/7.84 new_esEs4(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(ty_[], gh)), bc) -> new_ltEs1(vwx90, vwx100, gh) 18.87/7.84 new_ltEs0(Right(vwx90), Right(vwx100), eh, app(app(ty_Either, fc), fd)) -> new_ltEs0(vwx90, vwx100, fc, fd) 18.87/7.84 new_compare20(vwx90, vwx100, False, bg) -> new_ltEs2(vwx90, vwx100, bg) 18.87/7.84 new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, cc), app(app(app(ty_@3, dc), dd), de)), bc) -> new_ltEs3(vwx91, vwx101, dc, dd, de) 18.87/7.84 new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(ty_[], bac)), hg), hh), bc) -> new_lt1(vwx90, vwx100, bac) 18.87/7.84 new_esEs4(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(app(app(ty_@3, hb), hc), hd)), bc) -> new_ltEs3(vwx90, vwx100, hb, hc, hd) 18.87/7.84 new_esEs4(Right(vwx90), Right(vwx100), False, app(app(ty_Either, eh), app(app(ty_Either, fc), fd)), bc) -> new_ltEs0(vwx90, vwx100, fc, fd) 18.87/7.84 new_esEs4(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(ty_Maybe, ha)), bc) -> new_ltEs2(vwx90, vwx100, ha) 18.87/7.84 new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bah), hg), app(ty_[], bcf)), bc) -> new_ltEs1(vwx92, vwx102, bcf) 18.87/7.84 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bah, app(app(ty_Either, bbc), bbd), hh) -> new_lt(vwx91, vwx101, bbc, bbd) 18.87/7.84 new_ltEs0(Left(vwx90), Left(vwx100), app(app(ty_Either, ea), eb), dh) -> new_ltEs0(vwx90, vwx100, ea, eb) 18.87/7.84 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bah, hg, app(ty_[], bcf)) -> new_ltEs1(vwx92, vwx102, bcf) 18.87/7.84 new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), cc, app(ty_[], da)) -> new_ltEs1(vwx91, vwx101, da) 18.87/7.84 new_esEs9(vwx16, vwx17, False, bde, app(app(ty_Either, bdh), bea)) -> new_ltEs0(vwx16, vwx17, bdh, bea) 18.87/7.84 new_compare(:(vwx90, vwx91), :(vwx100, vwx101), gc) -> new_primCompAux(vwx90, vwx100, new_compare0(vwx91, vwx101, gc), gc) 18.87/7.84 new_esEs4(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(app(ty_@2, gd), ge)), bc) -> new_ltEs(vwx90, vwx100, gd, ge) 18.87/7.84 new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), cc, app(app(ty_Either, cf), cg)) -> new_ltEs0(vwx91, vwx101, cf, cg) 18.87/7.84 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bah, app(ty_[], bbe), hh) -> new_lt1(vwx91, vwx101, bbe) 18.87/7.84 new_compare21(vwx90, vwx100, False, bh, ca, cb) -> new_ltEs3(vwx90, vwx100, bh, ca, cb) 18.87/7.84 new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bah), app(ty_Maybe, bbf)), hh), bc) -> new_lt2(vwx91, vwx101, bbf) 18.87/7.84 new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(app(app(ty_@3, bh), ca), cb)), bb), bc) -> new_compare21(vwx90, vwx100, new_esEs7(vwx90, vwx100, bh, ca, cb), bh, ca, cb) 18.87/7.84 new_primCompAux(vwx90, vwx100, vwx79, app(ty_[], bfc)) -> new_compare(vwx90, vwx100, bfc) 18.87/7.84 new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(app(ty_Either, bd), be)), bb), bc) -> new_lt(vwx90, vwx100, bd, be) 18.87/7.84 new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(ty_Either, bd), be), bb) -> new_lt(vwx90, vwx100, bd, be) 18.87/7.84 new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), cc, app(app(app(ty_@3, dc), dd), de)) -> new_ltEs3(vwx91, vwx101, dc, dd, de) 18.87/7.84 new_esEs4(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(app(app(ty_@3, ee), ef), eg)), dh), bc) -> new_ltEs3(vwx90, vwx100, ee, ef, eg) 18.87/7.84 new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(app(ty_@2, h), ba)), bb), bc) -> new_compare2(vwx90, vwx100, new_esEs5(vwx90, vwx100, h, ba), h, ba) 18.87/7.84 new_esEs9(vwx16, vwx17, False, bde, app(app(ty_@2, bdf), bdg)) -> new_ltEs(vwx16, vwx17, bdf, bdg) 18.87/7.84 new_esEs4(:(vwx90, vwx91), :(vwx100, vwx101), False, app(ty_[], gc), bc) -> new_primCompAux(vwx90, vwx100, new_compare0(vwx91, vwx101, gc), gc) 18.87/7.84 new_lt0(vwx90, vwx100, h, ba) -> new_compare2(vwx90, vwx100, new_esEs5(vwx90, vwx100, h, ba), h, ba) 18.87/7.84 new_esEs9(vwx16, vwx17, False, bde, app(app(app(ty_@3, bed), bee), bef)) -> new_ltEs3(vwx16, vwx17, bed, bee, bef) 18.87/7.84 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bah, hg, app(app(ty_Either, bcd), bce)) -> new_ltEs0(vwx92, vwx102, bcd, bce) 18.87/7.84 new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bah), app(ty_[], bbe)), hh), bc) -> new_lt1(vwx91, vwx101, bbe) 18.87/7.84 new_esEs9(vwx16, vwx17, False, bde, app(ty_Maybe, bec)) -> new_ltEs2(vwx16, vwx17, bec) 18.87/7.84 new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, cc), app(app(ty_Either, cf), cg)), bc) -> new_ltEs0(vwx91, vwx101, cf, cg) 18.87/7.84 new_compare(:(vwx90, vwx91), :(vwx100, vwx101), gc) -> new_compare(vwx91, vwx101, gc) 18.87/7.84 new_esEs4(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(app(ty_@2, df), dg)), dh), bc) -> new_ltEs(vwx90, vwx100, df, dg) 18.87/7.84 new_ltEs1(:(vwx90, vwx91), :(vwx100, vwx101), gc) -> new_primCompAux(vwx90, vwx100, new_compare0(vwx91, vwx101, gc), gc) 18.87/7.84 new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bah), hg), app(app(app(ty_@3, bch), bda), bdb)), bc) -> new_ltEs3(vwx92, vwx102, bch, bda, bdb) 18.87/7.84 new_compare2(vwx90, vwx100, False, h, ba) -> new_ltEs(vwx90, vwx100, h, ba) 18.87/7.84 new_ltEs2(Just(vwx90), Just(vwx100), app(app(ty_Either, gf), gg)) -> new_ltEs0(vwx90, vwx100, gf, gg) 18.87/7.84 new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, cc), app(app(ty_@2, cd), ce)), bc) -> new_ltEs(vwx91, vwx101, cd, ce) 18.87/7.84 new_ltEs0(Left(vwx90), Left(vwx100), app(app(app(ty_@3, ee), ef), eg), dh) -> new_ltEs3(vwx90, vwx100, ee, ef, eg) 18.87/7.84 new_ltEs0(Right(vwx90), Right(vwx100), eh, app(ty_[], ff)) -> new_ltEs1(vwx90, vwx100, ff) 18.87/7.84 new_lt2(vwx90, vwx100, bg) -> new_compare20(vwx90, vwx100, new_esEs6(vwx90, vwx100, bg), bg) 18.87/7.84 new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bah), hg), app(app(ty_@2, bcb), bcc)), bc) -> new_ltEs(vwx92, vwx102, bcb, bcc) 18.87/7.84 new_lt1(vwx90, vwx100, bf) -> new_compare(vwx90, vwx100, bf) 18.87/7.84 new_primCompAux(vwx90, vwx100, vwx79, app(app(ty_@2, beg), beh)) -> new_compare1(vwx90, vwx100, beg, beh) 18.87/7.84 new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(app(ty_@2, he), hf)), hg), hh), bc) -> new_lt0(vwx90, vwx100, he, hf) 18.87/7.84 new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bah), hg), app(app(ty_Either, bcd), bce)), bc) -> new_ltEs0(vwx92, vwx102, bcd, bce) 18.87/7.84 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bah, app(app(app(ty_@3, bbg), bbh), bca), hh) -> new_lt3(vwx91, vwx101, bbg, bbh, bca) 18.87/7.84 new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(ty_[], bac), hg, hh) -> new_lt1(vwx90, vwx100, bac) 18.87/7.84 new_esEs4(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(ty_[], ec)), dh), bc) -> new_ltEs1(vwx90, vwx100, ec) 18.87/7.84 18.87/7.84 The TRS R consists of the following rules: 18.87/7.84 18.87/7.84 new_lt4(vwx90, vwx100, app(ty_[], bac)) -> new_lt15(vwx90, vwx100, bac) 18.87/7.84 new_primCmpInt(Neg(Succ(vwx900)), Pos(vwx100)) -> LT 18.87/7.84 new_primEqInt(Pos(Zero), Pos(Zero)) -> True 18.87/7.84 new_primPlusNat0(Zero, Zero) -> Zero 18.87/7.84 new_ltEs5(vwx92, vwx102, app(ty_Ratio, bgc)) -> new_ltEs12(vwx92, vwx102, bgc) 18.87/7.84 new_esEs12(vwx91, vwx101, ty_Int) -> new_esEs16(vwx91, vwx101) 18.87/7.84 new_esEs8(vwx30, vwx40, app(app(ty_@2, cac), cad)) -> new_esEs5(vwx30, vwx40, cac, cad) 18.87/7.84 new_pePe(True, vwx78) -> True 18.87/7.84 new_esEs29(vwx302, vwx402, ty_Integer) -> new_esEs19(vwx302, vwx402) 18.87/7.84 new_compare5(vwx90, vwx100, app(app(ty_Either, bfa), bfb)) -> new_compare23(vwx90, vwx100, new_esEs11(vwx90, vwx100, bfa, bfb), bfa, bfb) 18.87/7.84 new_ltEs5(vwx92, vwx102, app(app(ty_@2, bcb), bcc)) -> new_ltEs9(vwx92, vwx102, bcb, bcc) 18.87/7.84 new_ltEs19(vwx16, vwx17, ty_Double) -> new_ltEs18(vwx16, vwx17) 18.87/7.84 new_compare7(vwx90, vwx100) -> new_compare26(vwx90, vwx100, new_esEs15(vwx90, vwx100)) 18.87/7.84 new_lt4(vwx90, vwx100, app(app(ty_Either, baa), bab)) -> new_lt11(vwx90, vwx100, baa, bab) 18.87/7.84 new_compare27(vwx90, vwx100, False, h, ba) -> new_compare112(vwx90, vwx100, new_ltEs9(vwx90, vwx100, h, ba), h, ba) 18.87/7.84 new_ltEs5(vwx92, vwx102, app(app(ty_Either, bcd), bce)) -> new_ltEs11(vwx92, vwx102, bcd, bce) 18.87/7.84 new_esEs10(vwx30, vwx40, app(app(ty_@2, cbe), cbf)) -> new_esEs5(vwx30, vwx40, cbe, cbf) 18.87/7.84 new_ltEs19(vwx16, vwx17, ty_Bool) -> new_ltEs7(vwx16, vwx17) 18.87/7.84 new_primCmpInt(Neg(Zero), Neg(Zero)) -> EQ 18.87/7.84 new_primCmpInt(Pos(Zero), Neg(Succ(vwx1000))) -> GT 18.87/7.84 new_lt4(vwx90, vwx100, app(ty_Ratio, bga)) -> new_lt12(vwx90, vwx100, bga) 18.87/7.84 new_ltEs5(vwx92, vwx102, app(ty_[], bcf)) -> new_ltEs15(vwx92, vwx102, bcf) 18.87/7.84 new_ltEs11(Left(vwx90), Left(vwx100), app(app(app(ty_@3, ee), ef), eg), dh) -> new_ltEs4(vwx90, vwx100, ee, ef, eg) 18.87/7.84 new_primCmpInt(Neg(Succ(vwx900)), Neg(vwx100)) -> new_primCmpNat0(vwx100, Succ(vwx900)) 18.87/7.84 new_compare19(vwx90, vwx100, True, bh, ca, cb) -> LT 18.87/7.84 new_lt15(vwx90, vwx100, bf) -> new_esEs20(new_compare0(vwx90, vwx100, bf), LT) 18.87/7.84 new_esEs20(EQ, EQ) -> True 18.87/7.84 new_esEs24(vwx300, vwx400, app(ty_[], bgh)) -> new_esEs21(vwx300, vwx400, bgh) 18.87/7.84 new_compare111(vwx90, vwx100, True, bfa, bfb) -> LT 18.87/7.84 new_esEs30(vwx301, vwx401, app(ty_[], cef)) -> new_esEs21(vwx301, vwx401, cef) 18.87/7.84 new_esEs8(vwx30, vwx40, ty_Float) -> new_esEs14(vwx30, vwx40) 18.87/7.84 new_primMulNat0(Succ(vwx30000), Succ(vwx40100)) -> new_primPlusNat1(new_primMulNat0(vwx30000, Succ(vwx40100)), vwx40100) 18.87/7.84 new_esEs10(vwx30, vwx40, ty_Char) -> new_esEs22(vwx30, vwx40) 18.87/7.84 new_esEs29(vwx302, vwx402, ty_Float) -> new_esEs14(vwx302, vwx402) 18.87/7.84 new_compare113(vwx90, vwx100, False) -> GT 18.87/7.84 new_ltEs11(Left(vwx90), Left(vwx100), ty_@0, dh) -> new_ltEs10(vwx90, vwx100) 18.87/7.84 new_esEs32(vwx301, vwx401, app(app(ty_Either, cgh), cha)) -> new_esEs11(vwx301, vwx401, cgh, cha) 18.87/7.84 new_esEs15(False, False) -> True 18.87/7.84 new_esEs33(vwx300, vwx400, app(ty_Maybe, dbc)) -> new_esEs6(vwx300, vwx400, dbc) 18.87/7.84 new_compare26(vwx90, vwx100, True) -> EQ 18.87/7.84 new_ltEs11(Right(vwx90), Right(vwx100), eh, app(ty_[], ff)) -> new_ltEs15(vwx90, vwx100, ff) 18.87/7.84 new_primEqInt(Pos(Succ(vwx3000)), Pos(Zero)) -> False 18.87/7.84 new_primEqInt(Pos(Zero), Pos(Succ(vwx4000))) -> False 18.87/7.84 new_lt14(vwx90, vwx100) -> new_esEs20(new_compare13(vwx90, vwx100), LT) 18.87/7.84 new_compare5(vwx90, vwx100, app(ty_Ratio, bfh)) -> new_compare11(vwx90, vwx100, bfh) 18.87/7.84 new_esEs31(vwx300, vwx400, app(app(app(ty_@3, cgc), cgd), cge)) -> new_esEs7(vwx300, vwx400, cgc, cgd, cge) 18.87/7.84 new_compare18(vwx90, vwx100, False, bg) -> GT 18.87/7.84 new_esEs29(vwx302, vwx402, app(ty_[], cdd)) -> new_esEs21(vwx302, vwx402, cdd) 18.87/7.84 new_esEs13(vwx90, vwx100, ty_@0) -> new_esEs17(vwx90, vwx100) 18.87/7.84 new_esEs11(Left(vwx300), Left(vwx400), app(app(ty_@2, ddd), dde), cab) -> new_esEs5(vwx300, vwx400, ddd, dde) 18.87/7.84 new_lt18(vwx90, vwx100, bh, ca, cb) -> new_esEs20(new_compare16(vwx90, vwx100, bh, ca, cb), LT) 18.87/7.84 new_primEqNat0(Succ(vwx3000), Succ(vwx4000)) -> new_primEqNat0(vwx3000, vwx4000) 18.87/7.84 new_ltEs11(Left(vwx90), Left(vwx100), app(ty_[], ec), dh) -> new_ltEs15(vwx90, vwx100, ec) 18.87/7.84 new_esEs31(vwx300, vwx400, app(app(ty_@2, cga), cgb)) -> new_esEs5(vwx300, vwx400, cga, cgb) 18.87/7.84 new_ltEs17(Just(vwx90), Just(vwx100), ty_Char) -> new_ltEs16(vwx90, vwx100) 18.87/7.84 new_esEs31(vwx300, vwx400, ty_Char) -> new_esEs22(vwx300, vwx400) 18.87/7.84 new_esEs10(vwx30, vwx40, ty_Float) -> new_esEs14(vwx30, vwx40) 18.87/7.84 new_esEs33(vwx300, vwx400, ty_@0) -> new_esEs17(vwx300, vwx400) 18.87/7.84 new_lt5(vwx91, vwx101, ty_Char) -> new_lt16(vwx91, vwx101) 18.87/7.84 new_not(True) -> False 18.87/7.84 new_compare5(vwx90, vwx100, ty_Char) -> new_compare14(vwx90, vwx100) 18.87/7.84 new_esEs31(vwx300, vwx400, ty_Ordering) -> new_esEs20(vwx300, vwx400) 18.87/7.84 new_compare28(vwx90, vwx100, False) -> new_compare113(vwx90, vwx100, new_ltEs14(vwx90, vwx100)) 18.87/7.84 new_compare17(Double(vwx90, Pos(vwx910)), Double(vwx100, Pos(vwx1010))) -> new_compare8(new_sr(vwx90, Pos(vwx1010)), new_sr(Pos(vwx910), vwx100)) 18.87/7.84 new_ltEs20(vwx9, vwx10, ty_Ordering) -> new_ltEs14(vwx9, vwx10) 18.87/7.84 new_primCompAux00(vwx88, LT) -> LT 18.87/7.84 new_lt5(vwx91, vwx101, ty_Ordering) -> new_lt14(vwx91, vwx101) 18.87/7.84 new_primCmpNat0(Zero, Zero) -> EQ 18.87/7.84 new_esEs10(vwx30, vwx40, app(ty_Ratio, cbc)) -> new_esEs18(vwx30, vwx40, cbc) 18.87/7.84 new_esEs11(Left(vwx300), Right(vwx400), caa, cab) -> False 18.87/7.84 new_esEs11(Right(vwx300), Left(vwx400), caa, cab) -> False 18.87/7.84 new_lt4(vwx90, vwx100, ty_Bool) -> new_lt7(vwx90, vwx100) 18.87/7.84 new_esEs12(vwx91, vwx101, app(app(ty_Either, bbc), bbd)) -> new_esEs11(vwx91, vwx101, bbc, bbd) 18.87/7.84 new_esEs30(vwx301, vwx401, ty_Float) -> new_esEs14(vwx301, vwx401) 18.87/7.84 new_esEs34(vwx90, vwx100, ty_@0) -> new_esEs17(vwx90, vwx100) 18.87/7.85 new_ltEs17(Just(vwx90), Just(vwx100), app(ty_[], gh)) -> new_ltEs15(vwx90, vwx100, gh) 18.87/7.85 new_esEs11(Left(vwx300), Left(vwx400), ty_@0, cab) -> new_esEs17(vwx300, vwx400) 18.87/7.85 new_esEs24(vwx300, vwx400, ty_Float) -> new_esEs14(vwx300, vwx400) 18.87/7.85 new_esEs6(Just(vwx300), Just(vwx400), ty_Int) -> new_esEs16(vwx300, vwx400) 18.87/7.85 new_esEs10(vwx30, vwx40, app(app(app(ty_@3, cbg), cbh), cca)) -> new_esEs7(vwx30, vwx40, cbg, cbh, cca) 18.87/7.85 new_lt19(vwx90, vwx100) -> new_esEs20(new_compare17(vwx90, vwx100), LT) 18.87/7.85 new_esEs11(Left(vwx300), Left(vwx400), ty_Integer, cab) -> new_esEs19(vwx300, vwx400) 18.87/7.85 new_lt20(vwx90, vwx100, ty_Double) -> new_lt19(vwx90, vwx100) 18.87/7.85 new_primEqNat0(Succ(vwx3000), Zero) -> False 18.87/7.85 new_primEqNat0(Zero, Succ(vwx4000)) -> False 18.87/7.85 new_esEs11(Right(vwx300), Right(vwx400), caa, ty_Bool) -> new_esEs15(vwx300, vwx400) 18.87/7.85 new_esEs30(vwx301, vwx401, ty_Integer) -> new_esEs19(vwx301, vwx401) 18.87/7.85 new_lt11(Left(vwx30), Left(vwx40), bdc, bdd) -> new_esEs27(vwx30, vwx40, new_esEs8(vwx30, vwx40, bdc), bdc, bdd) 18.87/7.85 new_compare8(vwx9, vwx10) -> new_primCmpInt(vwx9, vwx10) 18.87/7.85 new_compare11(:%(vwx90, vwx91), :%(vwx100, vwx101), ty_Int) -> new_compare8(new_sr(vwx90, vwx101), new_sr(vwx100, vwx91)) 18.87/7.85 new_esEs24(vwx300, vwx400, ty_Integer) -> new_esEs19(vwx300, vwx400) 18.87/7.85 new_esEs13(vwx90, vwx100, app(ty_Maybe, bad)) -> new_esEs6(vwx90, vwx100, bad) 18.87/7.85 new_ltEs20(vwx9, vwx10, ty_Double) -> new_ltEs18(vwx9, vwx10) 18.87/7.85 new_ltEs20(vwx9, vwx10, ty_Bool) -> new_ltEs7(vwx9, vwx10) 18.87/7.85 new_primCompAux00(vwx88, GT) -> GT 18.87/7.85 new_compare12(Integer(vwx90), Integer(vwx100)) -> new_primCmpInt(vwx90, vwx100) 18.87/7.85 new_compare110(vwx90, vwx100, True) -> LT 18.87/7.85 new_esEs12(vwx91, vwx101, ty_@0) -> new_esEs17(vwx91, vwx101) 18.87/7.85 new_esEs12(vwx91, vwx101, ty_Double) -> new_esEs23(vwx91, vwx101) 18.87/7.85 new_ltEs14(EQ, EQ) -> True 18.87/7.85 new_esEs21(:(vwx300, vwx301), :(vwx400, vwx401), bgd) -> new_asAs(new_esEs24(vwx300, vwx400, bgd), new_esEs21(vwx301, vwx401, bgd)) 18.87/7.85 new_lt4(vwx90, vwx100, ty_Integer) -> new_lt13(vwx90, vwx100) 18.87/7.85 new_lt20(vwx90, vwx100, ty_Integer) -> new_lt13(vwx90, vwx100) 18.87/7.85 new_esEs11(Left(vwx300), Left(vwx400), ty_Float, cab) -> new_esEs14(vwx300, vwx400) 18.87/7.85 new_esEs31(vwx300, vwx400, ty_Bool) -> new_esEs15(vwx300, vwx400) 18.87/7.85 new_primCmpInt(Pos(Succ(vwx900)), Neg(vwx100)) -> GT 18.87/7.85 new_ltEs11(Left(vwx90), Left(vwx100), ty_Char, dh) -> new_ltEs16(vwx90, vwx100) 18.87/7.85 new_esEs13(vwx90, vwx100, app(ty_[], bac)) -> new_esEs21(vwx90, vwx100, bac) 18.87/7.85 new_compare10(@0, @0) -> EQ 18.87/7.85 new_esEs6(Just(vwx300), Just(vwx400), app(app(ty_Either, dbe), dbf)) -> new_esEs11(vwx300, vwx400, dbe, dbf) 18.87/7.85 new_ltEs20(vwx9, vwx10, ty_@0) -> new_ltEs10(vwx9, vwx10) 18.87/7.85 new_ltEs11(Left(vwx90), Right(vwx100), eh, dh) -> True 18.87/7.85 new_ltEs14(EQ, LT) -> False 18.87/7.85 new_esEs11(Right(vwx300), Right(vwx400), caa, ty_Double) -> new_esEs23(vwx300, vwx400) 18.87/7.85 new_esEs33(vwx300, vwx400, ty_Int) -> new_esEs16(vwx300, vwx400) 18.87/7.85 new_esEs8(vwx30, vwx40, app(app(app(ty_@3, cae), caf), cag)) -> new_esEs7(vwx30, vwx40, cae, caf, cag) 18.87/7.85 new_esEs11(Right(vwx300), Right(vwx400), caa, ty_Ordering) -> new_esEs20(vwx300, vwx400) 18.87/7.85 new_ltEs11(Left(vwx90), Left(vwx100), ty_Float, dh) -> new_ltEs6(vwx90, vwx100) 18.87/7.85 new_compare5(vwx90, vwx100, ty_Int) -> new_compare8(vwx90, vwx100) 18.87/7.85 new_ltEs21(vwx91, vwx101, ty_Double) -> new_ltEs18(vwx91, vwx101) 18.87/7.85 new_compare13(vwx90, vwx100) -> new_compare28(vwx90, vwx100, new_esEs20(vwx90, vwx100)) 18.87/7.85 new_lt5(vwx91, vwx101, app(ty_[], bbe)) -> new_lt15(vwx91, vwx101, bbe) 18.87/7.85 new_primCmpNat0(Zero, Succ(vwx1000)) -> LT 18.87/7.85 new_ltEs19(vwx16, vwx17, ty_@0) -> new_ltEs10(vwx16, vwx17) 18.87/7.85 new_esEs8(vwx30, vwx40, ty_Char) -> new_esEs22(vwx30, vwx40) 18.87/7.85 new_ltEs9(@2(vwx90, vwx91), @2(vwx100, vwx101), cc, bb) -> new_pePe(new_lt20(vwx90, vwx100, cc), new_asAs(new_esEs34(vwx90, vwx100, cc), new_ltEs21(vwx91, vwx101, bb))) 18.87/7.85 new_lt20(vwx90, vwx100, app(ty_[], bf)) -> new_lt15(vwx90, vwx100, bf) 18.87/7.85 new_ltEs21(vwx91, vwx101, ty_Integer) -> new_ltEs13(vwx91, vwx101) 18.87/7.85 new_esEs32(vwx301, vwx401, app(app(app(ty_@3, chf), chg), chh)) -> new_esEs7(vwx301, vwx401, chf, chg, chh) 18.87/7.85 new_esEs6(Just(vwx300), Just(vwx400), ty_@0) -> new_esEs17(vwx300, vwx400) 18.87/7.85 new_primCmpNat0(Succ(vwx900), Zero) -> GT 18.87/7.85 new_ltEs11(Left(vwx90), Left(vwx100), ty_Bool, dh) -> new_ltEs7(vwx90, vwx100) 18.87/7.85 new_esEs33(vwx300, vwx400, ty_Double) -> new_esEs23(vwx300, vwx400) 18.87/7.85 new_lt9(vwx90, vwx100, h, ba) -> new_esEs20(new_compare9(vwx90, vwx100, h, ba), LT) 18.87/7.85 new_lt20(vwx90, vwx100, app(app(ty_Either, bd), be)) -> new_lt11(vwx90, vwx100, bd, be) 18.87/7.85 new_ltEs17(Nothing, Nothing, ccc) -> True 18.87/7.85 new_pePe(False, vwx78) -> vwx78 18.87/7.85 new_esEs10(vwx30, vwx40, ty_Double) -> new_esEs23(vwx30, vwx40) 18.87/7.85 new_esEs34(vwx90, vwx100, app(app(ty_@2, h), ba)) -> new_esEs5(vwx90, vwx100, h, ba) 18.87/7.85 new_esEs17(@0, @0) -> True 18.87/7.85 new_ltEs17(Nothing, Just(vwx100), ccc) -> True 18.87/7.85 new_esEs29(vwx302, vwx402, ty_Ordering) -> new_esEs20(vwx302, vwx402) 18.87/7.85 new_ltEs17(Just(vwx90), Nothing, ccc) -> False 18.87/7.85 new_ltEs20(vwx9, vwx10, app(ty_Maybe, ccc)) -> new_ltEs17(vwx9, vwx10, ccc) 18.87/7.85 new_compare5(vwx90, vwx100, ty_Ordering) -> new_compare13(vwx90, vwx100) 18.87/7.85 new_lt5(vwx91, vwx101, ty_Float) -> new_lt6(vwx91, vwx101) 18.87/7.85 new_compare112(vwx90, vwx100, True, h, ba) -> LT 18.87/7.85 new_ltEs11(Left(vwx90), Left(vwx100), app(ty_Maybe, ed), dh) -> new_ltEs17(vwx90, vwx100, ed) 18.87/7.85 new_esEs34(vwx90, vwx100, ty_Float) -> new_esEs14(vwx90, vwx100) 18.87/7.85 new_compare23(vwx90, vwx100, False, bfa, bfb) -> new_compare111(vwx90, vwx100, new_ltEs11(vwx90, vwx100, bfa, bfb), bfa, bfb) 18.87/7.85 new_esEs11(Left(vwx300), Left(vwx400), ty_Char, cab) -> new_esEs22(vwx300, vwx400) 18.87/7.85 new_esEs11(Left(vwx300), Left(vwx400), app(ty_Ratio, ddb), cab) -> new_esEs18(vwx300, vwx400, ddb) 18.87/7.85 new_esEs11(Right(vwx300), Right(vwx400), caa, ty_Int) -> new_esEs16(vwx300, vwx400) 18.87/7.85 new_ltEs21(vwx91, vwx101, ty_Float) -> new_ltEs6(vwx91, vwx101) 18.87/7.85 new_compare23(vwx90, vwx100, True, bfa, bfb) -> EQ 18.87/7.85 new_ltEs5(vwx92, vwx102, ty_Integer) -> new_ltEs13(vwx92, vwx102) 18.87/7.85 new_esEs30(vwx301, vwx401, ty_Bool) -> new_esEs15(vwx301, vwx401) 18.87/7.85 new_esEs6(Just(vwx300), Just(vwx400), ty_Double) -> new_esEs23(vwx300, vwx400) 18.87/7.85 new_esEs32(vwx301, vwx401, app(ty_Maybe, daa)) -> new_esEs6(vwx301, vwx401, daa) 18.87/7.85 new_ltEs5(vwx92, vwx102, app(ty_Maybe, bcg)) -> new_ltEs17(vwx92, vwx102, bcg) 18.87/7.85 new_primEqInt(Pos(Zero), Neg(Succ(vwx4000))) -> False 18.87/7.85 new_primEqInt(Neg(Zero), Pos(Succ(vwx4000))) -> False 18.87/7.85 new_esEs29(vwx302, vwx402, ty_@0) -> new_esEs17(vwx302, vwx402) 18.87/7.85 new_ltEs19(vwx16, vwx17, ty_Ordering) -> new_ltEs14(vwx16, vwx17) 18.87/7.85 new_lt5(vwx91, vwx101, app(app(ty_Either, bbc), bbd)) -> new_lt11(vwx91, vwx101, bbc, bbd) 18.87/7.85 new_esEs13(vwx90, vwx100, app(app(ty_@2, he), hf)) -> new_esEs5(vwx90, vwx100, he, hf) 18.87/7.85 new_esEs34(vwx90, vwx100, ty_Int) -> new_esEs16(vwx90, vwx100) 18.87/7.85 new_esEs20(LT, EQ) -> False 18.87/7.85 new_esEs20(EQ, LT) -> False 18.87/7.85 new_lt17(vwx90, vwx100, bg) -> new_esEs20(new_compare15(vwx90, vwx100, bg), LT) 18.87/7.85 new_ltEs14(EQ, GT) -> True 18.87/7.85 new_esEs12(vwx91, vwx101, app(ty_Ratio, bgb)) -> new_esEs18(vwx91, vwx101, bgb) 18.87/7.85 new_lt7(vwx90, vwx100) -> new_esEs20(new_compare7(vwx90, vwx100), LT) 18.87/7.85 new_esEs31(vwx300, vwx400, ty_Double) -> new_esEs23(vwx300, vwx400) 18.87/7.85 new_lt20(vwx90, vwx100, ty_Float) -> new_lt6(vwx90, vwx100) 18.87/7.85 new_ltEs14(GT, EQ) -> False 18.87/7.85 new_esEs34(vwx90, vwx100, ty_Integer) -> new_esEs19(vwx90, vwx100) 18.87/7.85 new_esEs24(vwx300, vwx400, app(ty_Ratio, bgg)) -> new_esEs18(vwx300, vwx400, bgg) 18.87/7.85 new_compare5(vwx90, vwx100, app(app(ty_@2, beg), beh)) -> new_compare9(vwx90, vwx100, beg, beh) 18.87/7.85 new_ltEs5(vwx92, vwx102, ty_Ordering) -> new_ltEs14(vwx92, vwx102) 18.87/7.85 new_esEs15(True, True) -> True 18.87/7.85 new_lt4(vwx90, vwx100, ty_Double) -> new_lt19(vwx90, vwx100) 18.87/7.85 new_esEs29(vwx302, vwx402, ty_Bool) -> new_esEs15(vwx302, vwx402) 18.87/7.85 new_ltEs19(vwx16, vwx17, app(ty_Maybe, bec)) -> new_ltEs17(vwx16, vwx17, bec) 18.87/7.85 new_primEqInt(Neg(Succ(vwx3000)), Neg(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 18.87/7.85 new_primCmpInt(Neg(Zero), Pos(Succ(vwx1000))) -> LT 18.87/7.85 new_primMulInt(Pos(vwx3000), Pos(vwx4010)) -> Pos(new_primMulNat0(vwx3000, vwx4010)) 18.87/7.85 new_lt11(Left(vwx30), Right(vwx40), bdc, bdd) -> new_esEs20(new_compare111(Left(vwx30), Right(vwx40), True, bdc, bdd), LT) 18.87/7.85 new_esEs21(:(vwx300, vwx301), [], bgd) -> False 18.87/7.85 new_esEs21([], :(vwx400, vwx401), bgd) -> False 18.87/7.85 new_ltEs14(LT, GT) -> True 18.87/7.85 new_ltEs11(Right(vwx90), Right(vwx100), eh, app(app(app(ty_@3, fh), ga), gb)) -> new_ltEs4(vwx90, vwx100, fh, ga, gb) 18.87/7.85 new_ltEs14(GT, GT) -> True 18.87/7.85 new_ltEs17(Just(vwx90), Just(vwx100), ty_Float) -> new_ltEs6(vwx90, vwx100) 18.87/7.85 new_esEs11(Left(vwx300), Left(vwx400), ty_Bool, cab) -> new_esEs15(vwx300, vwx400) 18.87/7.85 new_esEs28(vwx16, vwx17, False, bde, cce) -> new_esEs20(new_compare111(Right(vwx16), Right(vwx17), new_ltEs19(vwx16, vwx17, cce), bde, cce), LT) 18.87/7.85 new_esEs7(@3(vwx300, vwx301, vwx302), @3(vwx400, vwx401, vwx402), cae, caf, cag) -> new_asAs(new_esEs31(vwx300, vwx400, cae), new_asAs(new_esEs30(vwx301, vwx401, caf), new_esEs29(vwx302, vwx402, cag))) 18.87/7.85 new_esEs24(vwx300, vwx400, app(ty_Maybe, bhf)) -> new_esEs6(vwx300, vwx400, bhf) 18.87/7.85 new_esEs30(vwx301, vwx401, ty_@0) -> new_esEs17(vwx301, vwx401) 18.87/7.85 new_primMulNat0(Succ(vwx30000), Zero) -> Zero 18.87/7.85 new_primMulNat0(Zero, Succ(vwx40100)) -> Zero 18.87/7.85 new_ltEs11(Right(vwx90), Left(vwx100), eh, dh) -> False 18.87/7.85 new_esEs31(vwx300, vwx400, ty_Integer) -> new_esEs19(vwx300, vwx400) 18.87/7.85 new_ltEs21(vwx91, vwx101, app(ty_Ratio, dcg)) -> new_ltEs12(vwx91, vwx101, dcg) 18.87/7.85 new_compare5(vwx90, vwx100, ty_Float) -> new_compare6(vwx90, vwx100) 18.87/7.85 new_esEs10(vwx30, vwx40, ty_@0) -> new_esEs17(vwx30, vwx40) 18.87/7.85 new_ltEs19(vwx16, vwx17, ty_Integer) -> new_ltEs13(vwx16, vwx17) 18.87/7.85 new_esEs26(vwx300, vwx400, ty_Int) -> new_esEs16(vwx300, vwx400) 18.87/7.85 new_esEs20(LT, LT) -> True 18.87/7.85 new_primPlusNat1(Succ(vwx540), vwx40100) -> Succ(Succ(new_primPlusNat0(vwx540, vwx40100))) 18.87/7.85 new_esEs24(vwx300, vwx400, ty_Int) -> new_esEs16(vwx300, vwx400) 18.87/7.85 new_ltEs11(Right(vwx90), Right(vwx100), eh, ty_Int) -> new_ltEs8(vwx90, vwx100) 18.87/7.85 new_lt20(vwx90, vwx100, ty_@0) -> new_lt10(vwx90, vwx100) 18.87/7.85 new_esEs16(vwx30, vwx40) -> new_primEqInt(vwx30, vwx40) 18.87/7.85 new_primPlusNat0(Succ(vwx5400), Zero) -> Succ(vwx5400) 18.87/7.85 new_primPlusNat0(Zero, Succ(vwx401000)) -> Succ(vwx401000) 18.87/7.85 new_lt11(Right(vwx30), Left(vwx40), bdc, bdd) -> new_esEs20(new_compare111(Right(vwx30), Left(vwx40), False, bdc, bdd), LT) 18.87/7.85 new_ltEs10(vwx9, vwx10) -> new_not(new_esEs20(new_compare10(vwx9, vwx10), GT)) 18.87/7.85 new_esEs32(vwx301, vwx401, ty_Integer) -> new_esEs19(vwx301, vwx401) 18.87/7.85 new_primPlusNat1(Zero, vwx40100) -> Succ(vwx40100) 18.87/7.85 new_esEs12(vwx91, vwx101, app(ty_Maybe, bbf)) -> new_esEs6(vwx91, vwx101, bbf) 18.87/7.85 new_esEs30(vwx301, vwx401, ty_Char) -> new_esEs22(vwx301, vwx401) 18.87/7.85 new_lt5(vwx91, vwx101, app(app(ty_@2, bba), bbb)) -> new_lt9(vwx91, vwx101, bba, bbb) 18.87/7.85 new_esEs6(Just(vwx300), Just(vwx400), app(app(app(ty_@3, dcc), dcd), dce)) -> new_esEs7(vwx300, vwx400, dcc, dcd, dce) 18.87/7.85 new_lt12(vwx90, vwx100, dbd) -> new_esEs20(new_compare11(vwx90, vwx100, dbd), LT) 18.87/7.85 new_compare5(vwx90, vwx100, app(ty_[], bfc)) -> new_compare0(vwx90, vwx100, bfc) 18.87/7.85 new_ltEs7(False, True) -> True 18.87/7.85 new_ltEs5(vwx92, vwx102, ty_Char) -> new_ltEs16(vwx92, vwx102) 18.87/7.85 new_lt8(vwx90, vwx100) -> new_esEs20(new_compare8(vwx90, vwx100), LT) 18.87/7.85 new_ltEs17(Just(vwx90), Just(vwx100), app(app(ty_@2, gd), ge)) -> new_ltEs9(vwx90, vwx100, gd, ge) 18.87/7.85 new_esEs24(vwx300, vwx400, app(app(app(ty_@3, bhc), bhd), bhe)) -> new_esEs7(vwx300, vwx400, bhc, bhd, bhe) 18.87/7.85 new_esEs32(vwx301, vwx401, ty_@0) -> new_esEs17(vwx301, vwx401) 18.87/7.85 new_esEs25(vwx301, vwx401, ty_Int) -> new_esEs16(vwx301, vwx401) 18.87/7.85 new_ltEs17(Just(vwx90), Just(vwx100), app(ty_Maybe, ha)) -> new_ltEs17(vwx90, vwx100, ha) 18.87/7.85 new_esEs33(vwx300, vwx400, ty_Integer) -> new_esEs19(vwx300, vwx400) 18.87/7.85 new_ltEs11(Left(vwx90), Left(vwx100), app(app(ty_Either, ea), eb), dh) -> new_ltEs11(vwx90, vwx100, ea, eb) 18.87/7.85 new_ltEs19(vwx16, vwx17, ty_Char) -> new_ltEs16(vwx16, vwx17) 18.87/7.85 new_esEs31(vwx300, vwx400, ty_Float) -> new_esEs14(vwx300, vwx400) 18.87/7.85 new_compare6(Float(vwx90, Pos(vwx910)), Float(vwx100, Neg(vwx1010))) -> new_compare8(new_sr(vwx90, Pos(vwx1010)), new_sr(Neg(vwx910), vwx100)) 18.87/7.85 new_compare6(Float(vwx90, Neg(vwx910)), Float(vwx100, Pos(vwx1010))) -> new_compare8(new_sr(vwx90, Neg(vwx1010)), new_sr(Pos(vwx910), vwx100)) 18.87/7.85 new_lt5(vwx91, vwx101, ty_@0) -> new_lt10(vwx91, vwx101) 18.87/7.85 new_esEs13(vwx90, vwx100, app(app(ty_Either, baa), bab)) -> new_esEs11(vwx90, vwx100, baa, bab) 18.87/7.85 new_lt4(vwx90, vwx100, app(app(ty_@2, he), hf)) -> new_lt9(vwx90, vwx100, he, hf) 18.87/7.85 new_ltEs17(Just(vwx90), Just(vwx100), app(ty_Ratio, ccd)) -> new_ltEs12(vwx90, vwx100, ccd) 18.87/7.85 new_ltEs19(vwx16, vwx17, ty_Float) -> new_ltEs6(vwx16, vwx17) 18.87/7.85 new_esEs8(vwx30, vwx40, ty_@0) -> new_esEs17(vwx30, vwx40) 18.87/7.85 new_esEs10(vwx30, vwx40, ty_Integer) -> new_esEs19(vwx30, vwx40) 18.87/7.85 new_esEs34(vwx90, vwx100, app(app(app(ty_@3, bh), ca), cb)) -> new_esEs7(vwx90, vwx100, bh, ca, cb) 18.87/7.85 new_ltEs7(True, False) -> False 18.87/7.85 new_lt11(Right(vwx30), Right(vwx40), bdc, bdd) -> new_esEs28(vwx30, vwx40, new_esEs10(vwx30, vwx40, bdd), bdc, bdd) 18.87/7.85 new_esEs11(Right(vwx300), Right(vwx400), caa, app(ty_[], dee)) -> new_esEs21(vwx300, vwx400, dee) 18.87/7.85 new_esEs31(vwx300, vwx400, ty_@0) -> new_esEs17(vwx300, vwx400) 18.87/7.85 new_ltEs20(vwx9, vwx10, ty_Float) -> new_ltEs6(vwx9, vwx10) 18.87/7.85 new_esEs29(vwx302, vwx402, ty_Char) -> new_esEs22(vwx302, vwx402) 18.87/7.85 new_ltEs11(Left(vwx90), Left(vwx100), app(ty_Ratio, ccg), dh) -> new_ltEs12(vwx90, vwx100, ccg) 18.87/7.85 new_ltEs12(vwx9, vwx10, bhg) -> new_not(new_esEs20(new_compare11(vwx9, vwx10, bhg), GT)) 18.87/7.85 new_lt20(vwx90, vwx100, app(app(ty_@2, h), ba)) -> new_lt9(vwx90, vwx100, h, ba) 18.87/7.85 new_primMulInt(Neg(vwx3000), Neg(vwx4010)) -> Pos(new_primMulNat0(vwx3000, vwx4010)) 18.87/7.85 new_esEs11(Left(vwx300), Left(vwx400), app(ty_Maybe, dea), cab) -> new_esEs6(vwx300, vwx400, dea) 18.87/7.85 new_primCmpInt(Pos(Zero), Pos(Succ(vwx1000))) -> new_primCmpNat0(Zero, Succ(vwx1000)) 18.87/7.85 new_ltEs7(False, False) -> True 18.87/7.85 new_compare25(vwx90, vwx100, True, bg) -> EQ 18.87/7.85 new_esEs8(vwx30, vwx40, ty_Double) -> new_esEs23(vwx30, vwx40) 18.87/7.85 new_esEs13(vwx90, vwx100, app(ty_Ratio, bga)) -> new_esEs18(vwx90, vwx100, bga) 18.87/7.85 new_esEs19(Integer(vwx300), Integer(vwx400)) -> new_primEqInt(vwx300, vwx400) 18.87/7.85 new_ltEs13(vwx9, vwx10) -> new_not(new_esEs20(new_compare12(vwx9, vwx10), GT)) 18.87/7.85 new_esEs32(vwx301, vwx401, ty_Float) -> new_esEs14(vwx301, vwx401) 18.87/7.85 new_esEs6(Just(vwx300), Just(vwx400), app(ty_Maybe, dcf)) -> new_esEs6(vwx300, vwx400, dcf) 18.87/7.85 new_ltEs16(vwx9, vwx10) -> new_not(new_esEs20(new_compare14(vwx9, vwx10), GT)) 18.87/7.85 new_ltEs11(Left(vwx90), Left(vwx100), ty_Ordering, dh) -> new_ltEs14(vwx90, vwx100) 18.87/7.85 new_esEs32(vwx301, vwx401, ty_Double) -> new_esEs23(vwx301, vwx401) 18.87/7.85 new_esEs12(vwx91, vwx101, app(app(ty_@2, bba), bbb)) -> new_esEs5(vwx91, vwx101, bba, bbb) 18.87/7.85 new_esEs6(Nothing, Just(vwx400), cah) -> False 18.87/7.85 new_esEs6(Just(vwx300), Nothing, cah) -> False 18.87/7.85 new_esEs6(Nothing, Nothing, cah) -> True 18.87/7.85 new_esEs12(vwx91, vwx101, app(app(app(ty_@3, bbg), bbh), bca)) -> new_esEs7(vwx91, vwx101, bbg, bbh, bca) 18.87/7.85 new_esEs8(vwx30, vwx40, ty_Integer) -> new_esEs19(vwx30, vwx40) 18.87/7.85 new_ltEs11(Right(vwx90), Right(vwx100), eh, ty_Double) -> new_ltEs18(vwx90, vwx100) 18.87/7.85 new_ltEs21(vwx91, vwx101, app(ty_Maybe, db)) -> new_ltEs17(vwx91, vwx101, db) 18.87/7.85 new_esEs24(vwx300, vwx400, app(app(ty_@2, bha), bhb)) -> new_esEs5(vwx300, vwx400, bha, bhb) 18.87/7.85 new_esEs13(vwx90, vwx100, ty_Int) -> new_esEs16(vwx90, vwx100) 18.87/7.85 new_compare24(vwx90, vwx100, False, bh, ca, cb) -> new_compare19(vwx90, vwx100, new_ltEs4(vwx90, vwx100, bh, ca, cb), bh, ca, cb) 18.87/7.85 new_ltEs20(vwx9, vwx10, ty_Char) -> new_ltEs16(vwx9, vwx10) 18.87/7.85 new_lt4(vwx90, vwx100, ty_Float) -> new_lt6(vwx90, vwx100) 18.87/7.85 new_esEs34(vwx90, vwx100, app(ty_Maybe, bg)) -> new_esEs6(vwx90, vwx100, bg) 18.87/7.85 new_ltEs21(vwx91, vwx101, app(app(ty_@2, cd), ce)) -> new_ltEs9(vwx91, vwx101, cd, ce) 18.87/7.85 new_ltEs14(GT, LT) -> False 18.87/7.85 new_compare19(vwx90, vwx100, False, bh, ca, cb) -> GT 18.87/7.85 new_ltEs11(Left(vwx90), Left(vwx100), ty_Integer, dh) -> new_ltEs13(vwx90, vwx100) 18.87/7.85 new_esEs30(vwx301, vwx401, app(app(ty_Either, cec), ced)) -> new_esEs11(vwx301, vwx401, cec, ced) 18.87/7.85 new_primMulInt(Pos(vwx3000), Neg(vwx4010)) -> Neg(new_primMulNat0(vwx3000, vwx4010)) 18.87/7.85 new_primMulInt(Neg(vwx3000), Pos(vwx4010)) -> Neg(new_primMulNat0(vwx3000, vwx4010)) 18.87/7.85 new_esEs13(vwx90, vwx100, app(app(app(ty_@3, bae), baf), bag)) -> new_esEs7(vwx90, vwx100, bae, baf, bag) 18.87/7.85 new_lt5(vwx91, vwx101, app(ty_Maybe, bbf)) -> new_lt17(vwx91, vwx101, bbf) 18.87/7.85 new_ltEs5(vwx92, vwx102, ty_Double) -> new_ltEs18(vwx92, vwx102) 18.87/7.85 new_esEs11(Right(vwx300), Right(vwx400), caa, app(app(ty_Either, deb), dec)) -> new_esEs11(vwx300, vwx400, deb, dec) 18.87/7.85 new_compare28(vwx90, vwx100, True) -> EQ 18.87/7.85 new_esEs31(vwx300, vwx400, app(ty_Maybe, cgf)) -> new_esEs6(vwx300, vwx400, cgf) 18.87/7.85 new_esEs29(vwx302, vwx402, ty_Int) -> new_esEs16(vwx302, vwx402) 18.87/7.85 new_esEs11(Left(vwx300), Left(vwx400), ty_Double, cab) -> new_esEs23(vwx300, vwx400) 18.87/7.85 new_esEs8(vwx30, vwx40, ty_Int) -> new_esEs16(vwx30, vwx40) 18.87/7.85 new_compare5(vwx90, vwx100, app(ty_Maybe, bfd)) -> new_compare15(vwx90, vwx100, bfd) 18.87/7.85 new_esEs33(vwx300, vwx400, ty_Char) -> new_esEs22(vwx300, vwx400) 18.87/7.85 new_ltEs20(vwx9, vwx10, app(app(ty_Either, eh), dh)) -> new_ltEs11(vwx9, vwx10, eh, dh) 18.87/7.85 new_sr0(Integer(vwx1000), Integer(vwx910)) -> Integer(new_primMulInt(vwx1000, vwx910)) 18.87/7.85 new_esEs34(vwx90, vwx100, ty_Double) -> new_esEs23(vwx90, vwx100) 18.87/7.85 new_esEs33(vwx300, vwx400, app(app(ty_@2, daf), dag)) -> new_esEs5(vwx300, vwx400, daf, dag) 18.87/7.85 new_esEs20(EQ, GT) -> False 18.87/7.85 new_esEs20(GT, EQ) -> False 18.87/7.85 new_esEs12(vwx91, vwx101, ty_Float) -> new_esEs14(vwx91, vwx101) 18.87/7.85 new_compare24(vwx90, vwx100, True, bh, ca, cb) -> EQ 18.87/7.85 new_esEs13(vwx90, vwx100, ty_Ordering) -> new_esEs20(vwx90, vwx100) 18.87/7.85 new_esEs24(vwx300, vwx400, ty_Double) -> new_esEs23(vwx300, vwx400) 18.87/7.85 new_lt20(vwx90, vwx100, app(app(app(ty_@3, bh), ca), cb)) -> new_lt18(vwx90, vwx100, bh, ca, cb) 18.87/7.85 new_lt16(vwx90, vwx100) -> new_esEs20(new_compare14(vwx90, vwx100), LT) 18.87/7.85 new_esEs6(Just(vwx300), Just(vwx400), ty_Char) -> new_esEs22(vwx300, vwx400) 18.87/7.85 new_lt4(vwx90, vwx100, ty_Int) -> new_lt8(vwx90, vwx100) 18.87/7.85 new_ltEs19(vwx16, vwx17, app(ty_[], beb)) -> new_ltEs15(vwx16, vwx17, beb) 18.87/7.85 new_esEs6(Just(vwx300), Just(vwx400), app(app(ty_@2, dca), dcb)) -> new_esEs5(vwx300, vwx400, dca, dcb) 18.87/7.85 new_esEs22(Char(vwx300), Char(vwx400)) -> new_primEqNat0(vwx300, vwx400) 18.87/7.85 new_compare0([], :(vwx100, vwx101), gc) -> LT 18.87/7.85 new_asAs(True, vwx45) -> vwx45 18.87/7.85 new_esEs11(Left(vwx300), Left(vwx400), app(app(app(ty_@3, ddf), ddg), ddh), cab) -> new_esEs7(vwx300, vwx400, ddf, ddg, ddh) 18.87/7.85 new_ltEs21(vwx91, vwx101, ty_Char) -> new_ltEs16(vwx91, vwx101) 18.87/7.85 new_esEs11(Left(vwx300), Left(vwx400), app(ty_[], ddc), cab) -> new_esEs21(vwx300, vwx400, ddc) 18.87/7.85 new_esEs6(Just(vwx300), Just(vwx400), ty_Bool) -> new_esEs15(vwx300, vwx400) 18.87/7.85 new_ltEs11(Left(vwx90), Left(vwx100), ty_Int, dh) -> new_ltEs8(vwx90, vwx100) 18.87/7.85 new_compare113(vwx90, vwx100, True) -> LT 18.87/7.85 new_ltEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bah, hg, hh) -> new_pePe(new_lt4(vwx90, vwx100, bah), new_asAs(new_esEs13(vwx90, vwx100, bah), new_pePe(new_lt5(vwx91, vwx101, hg), new_asAs(new_esEs12(vwx91, vwx101, hg), new_ltEs5(vwx92, vwx102, hh))))) 18.87/7.85 new_compare18(vwx90, vwx100, True, bg) -> LT 18.87/7.85 new_ltEs11(Left(vwx90), Left(vwx100), app(app(ty_@2, df), dg), dh) -> new_ltEs9(vwx90, vwx100, df, dg) 18.87/7.85 new_ltEs20(vwx9, vwx10, app(app(ty_@2, cc), bb)) -> new_ltEs9(vwx9, vwx10, cc, bb) 18.87/7.85 new_esEs10(vwx30, vwx40, app(ty_Maybe, ccb)) -> new_esEs6(vwx30, vwx40, ccb) 18.87/7.85 new_esEs13(vwx90, vwx100, ty_Double) -> new_esEs23(vwx90, vwx100) 18.87/7.85 new_esEs24(vwx300, vwx400, app(app(ty_Either, bge), bgf)) -> new_esEs11(vwx300, vwx400, bge, bgf) 18.87/7.85 new_lt6(vwx90, vwx100) -> new_esEs20(new_compare6(vwx90, vwx100), LT) 18.87/7.85 new_compare111(vwx90, vwx100, False, bfa, bfb) -> GT 18.87/7.85 new_esEs29(vwx302, vwx402, app(app(ty_Either, cda), cdb)) -> new_esEs11(vwx302, vwx402, cda, cdb) 18.87/7.85 new_esEs34(vwx90, vwx100, ty_Ordering) -> new_esEs20(vwx90, vwx100) 18.87/7.85 new_esEs32(vwx301, vwx401, app(ty_[], chc)) -> new_esEs21(vwx301, vwx401, chc) 18.87/7.85 new_esEs12(vwx91, vwx101, app(ty_[], bbe)) -> new_esEs21(vwx91, vwx101, bbe) 18.87/7.85 new_ltEs19(vwx16, vwx17, app(app(ty_@2, bdf), bdg)) -> new_ltEs9(vwx16, vwx17, bdf, bdg) 18.87/7.85 new_primCmpInt(Pos(Succ(vwx900)), Pos(vwx100)) -> new_primCmpNat0(Succ(vwx900), vwx100) 18.87/7.85 new_ltEs11(Right(vwx90), Right(vwx100), eh, app(app(ty_Either, fc), fd)) -> new_ltEs11(vwx90, vwx100, fc, fd) 18.87/7.85 new_esEs5(@2(vwx300, vwx301), @2(vwx400, vwx401), cac, cad) -> new_asAs(new_esEs33(vwx300, vwx400, cac), new_esEs32(vwx301, vwx401, cad)) 18.87/7.85 new_ltEs5(vwx92, vwx102, ty_Float) -> new_ltEs6(vwx92, vwx102) 18.87/7.85 new_esEs27(vwx9, vwx10, False, cgg, bc) -> new_esEs20(new_compare111(Left(vwx9), Left(vwx10), new_ltEs20(vwx9, vwx10, cgg), cgg, bc), LT) 18.87/7.85 new_compare110(vwx90, vwx100, False) -> GT 18.87/7.85 new_ltEs11(Right(vwx90), Right(vwx100), eh, ty_@0) -> new_ltEs10(vwx90, vwx100) 18.87/7.85 new_ltEs20(vwx9, vwx10, app(ty_[], gc)) -> new_ltEs15(vwx9, vwx10, gc) 18.87/7.85 new_primCompAux00(vwx88, EQ) -> vwx88 18.87/7.85 new_compare0([], [], gc) -> EQ 18.87/7.85 new_esEs33(vwx300, vwx400, ty_Float) -> new_esEs14(vwx300, vwx400) 18.87/7.85 new_sr(vwx300, vwx401) -> new_primMulInt(vwx300, vwx401) 18.87/7.85 new_esEs8(vwx30, vwx40, app(ty_Maybe, cah)) -> new_esEs6(vwx30, vwx40, cah) 18.87/7.85 new_ltEs11(Right(vwx90), Right(vwx100), eh, ty_Char) -> new_ltEs16(vwx90, vwx100) 18.87/7.85 new_esEs21([], [], bgd) -> True 18.87/7.85 new_esEs24(vwx300, vwx400, ty_Ordering) -> new_esEs20(vwx300, vwx400) 18.87/7.85 new_primMulNat0(Zero, Zero) -> Zero 18.87/7.85 new_esEs33(vwx300, vwx400, app(ty_Ratio, dad)) -> new_esEs18(vwx300, vwx400, dad) 18.87/7.85 new_ltEs11(Right(vwx90), Right(vwx100), eh, app(app(ty_@2, fa), fb)) -> new_ltEs9(vwx90, vwx100, fa, fb) 18.87/7.85 new_ltEs5(vwx92, vwx102, ty_@0) -> new_ltEs10(vwx92, vwx102) 18.87/7.85 new_esEs33(vwx300, vwx400, app(app(app(ty_@3, dah), dba), dbb)) -> new_esEs7(vwx300, vwx400, dah, dba, dbb) 18.87/7.85 new_ltEs20(vwx9, vwx10, ty_Integer) -> new_ltEs13(vwx9, vwx10) 18.87/7.85 new_ltEs21(vwx91, vwx101, ty_Ordering) -> new_ltEs14(vwx91, vwx101) 18.87/7.85 new_esEs11(Right(vwx300), Right(vwx400), caa, ty_@0) -> new_esEs17(vwx300, vwx400) 18.87/7.85 new_compare11(:%(vwx90, vwx91), :%(vwx100, vwx101), ty_Integer) -> new_compare12(new_sr0(vwx90, vwx101), new_sr0(vwx100, vwx91)) 18.87/7.85 new_esEs6(Just(vwx300), Just(vwx400), app(ty_Ratio, dbg)) -> new_esEs18(vwx300, vwx400, dbg) 18.87/7.85 new_esEs6(Just(vwx300), Just(vwx400), ty_Ordering) -> new_esEs20(vwx300, vwx400) 18.87/7.85 new_esEs10(vwx30, vwx40, app(app(ty_Either, cba), cbb)) -> new_esEs11(vwx30, vwx40, cba, cbb) 18.87/7.85 new_ltEs17(Just(vwx90), Just(vwx100), ty_Double) -> new_ltEs18(vwx90, vwx100) 18.87/7.85 new_lt4(vwx90, vwx100, ty_@0) -> new_lt10(vwx90, vwx100) 18.87/7.85 new_lt20(vwx90, vwx100, ty_Ordering) -> new_lt14(vwx90, vwx100) 18.87/7.85 new_lt5(vwx91, vwx101, ty_Integer) -> new_lt13(vwx91, vwx101) 18.87/7.85 new_esEs34(vwx90, vwx100, app(ty_Ratio, dbd)) -> new_esEs18(vwx90, vwx100, dbd) 18.87/7.85 new_ltEs11(Right(vwx90), Right(vwx100), eh, ty_Float) -> new_ltEs6(vwx90, vwx100) 18.87/7.85 new_esEs6(Just(vwx300), Just(vwx400), ty_Integer) -> new_esEs19(vwx300, vwx400) 18.87/7.85 new_compare14(Char(vwx90), Char(vwx100)) -> new_primCmpNat0(vwx90, vwx100) 18.87/7.85 new_esEs30(vwx301, vwx401, ty_Double) -> new_esEs23(vwx301, vwx401) 18.87/7.85 new_esEs11(Left(vwx300), Left(vwx400), ty_Ordering, cab) -> new_esEs20(vwx300, vwx400) 18.87/7.85 new_esEs32(vwx301, vwx401, app(app(ty_@2, chd), che)) -> new_esEs5(vwx301, vwx401, chd, che) 18.87/7.85 new_esEs18(:%(vwx300, vwx301), :%(vwx400, vwx401), bhh) -> new_asAs(new_esEs26(vwx300, vwx400, bhh), new_esEs25(vwx301, vwx401, bhh)) 18.87/7.85 new_esEs11(Right(vwx300), Right(vwx400), caa, app(app(app(ty_@3, deh), dfa), dfb)) -> new_esEs7(vwx300, vwx400, deh, dfa, dfb) 18.87/7.85 new_ltEs17(Just(vwx90), Just(vwx100), ty_Integer) -> new_ltEs13(vwx90, vwx100) 18.87/7.85 new_esEs10(vwx30, vwx40, ty_Int) -> new_esEs16(vwx30, vwx40) 18.87/7.85 new_esEs24(vwx300, vwx400, ty_Bool) -> new_esEs15(vwx300, vwx400) 18.87/7.85 new_esEs29(vwx302, vwx402, ty_Double) -> new_esEs23(vwx302, vwx402) 18.87/7.85 new_ltEs20(vwx9, vwx10, app(ty_Ratio, bhg)) -> new_ltEs12(vwx9, vwx10, bhg) 18.87/7.85 new_ltEs19(vwx16, vwx17, app(app(ty_Either, bdh), bea)) -> new_ltEs11(vwx16, vwx17, bdh, bea) 18.87/7.85 new_primEqInt(Neg(Succ(vwx3000)), Neg(Zero)) -> False 18.87/7.85 new_primEqInt(Neg(Zero), Neg(Succ(vwx4000))) -> False 18.87/7.85 new_ltEs21(vwx91, vwx101, app(ty_[], da)) -> new_ltEs15(vwx91, vwx101, da) 18.87/7.85 new_ltEs7(True, True) -> True 18.87/7.85 new_esEs32(vwx301, vwx401, ty_Char) -> new_esEs22(vwx301, vwx401) 18.87/7.85 new_primEqInt(Pos(Succ(vwx3000)), Pos(Succ(vwx4000))) -> new_primEqNat0(vwx3000, vwx4000) 18.87/7.85 new_compare5(vwx90, vwx100, ty_@0) -> new_compare10(vwx90, vwx100) 18.87/7.85 new_compare5(vwx90, vwx100, ty_Double) -> new_compare17(vwx90, vwx100) 18.87/7.85 new_esEs11(Left(vwx300), Left(vwx400), app(app(ty_Either, dch), dda), cab) -> new_esEs11(vwx300, vwx400, dch, dda) 18.87/7.85 new_esEs30(vwx301, vwx401, ty_Ordering) -> new_esEs20(vwx301, vwx401) 18.87/7.85 new_ltEs5(vwx92, vwx102, ty_Bool) -> new_ltEs7(vwx92, vwx102) 18.87/7.85 new_lt5(vwx91, vwx101, ty_Double) -> new_lt19(vwx91, vwx101) 18.87/7.85 new_primEqInt(Pos(Succ(vwx3000)), Neg(vwx400)) -> False 18.87/7.85 new_primEqInt(Neg(Succ(vwx3000)), Pos(vwx400)) -> False 18.87/7.85 new_esEs11(Right(vwx300), Right(vwx400), caa, ty_Integer) -> new_esEs19(vwx300, vwx400) 18.87/7.85 new_esEs34(vwx90, vwx100, app(app(ty_Either, bd), be)) -> new_esEs11(vwx90, vwx100, bd, be) 18.87/7.85 new_ltEs18(vwx9, vwx10) -> new_not(new_esEs20(new_compare17(vwx9, vwx10), GT)) 18.87/7.85 new_primCmpInt(Neg(Zero), Neg(Succ(vwx1000))) -> new_primCmpNat0(Succ(vwx1000), Zero) 18.87/7.85 new_esEs6(Just(vwx300), Just(vwx400), ty_Float) -> new_esEs14(vwx300, vwx400) 18.87/7.85 new_lt4(vwx90, vwx100, ty_Ordering) -> new_lt14(vwx90, vwx100) 18.87/7.85 new_esEs13(vwx90, vwx100, ty_Bool) -> new_esEs15(vwx90, vwx100) 18.87/7.85 new_ltEs19(vwx16, vwx17, app(ty_Ratio, ccf)) -> new_ltEs12(vwx16, vwx17, ccf) 18.87/7.85 new_compare17(Double(vwx90, Neg(vwx910)), Double(vwx100, Neg(vwx1010))) -> new_compare8(new_sr(vwx90, Neg(vwx1010)), new_sr(Neg(vwx910), vwx100)) 18.87/7.85 new_primCmpInt(Pos(Zero), Pos(Zero)) -> EQ 18.87/7.85 new_esEs12(vwx91, vwx101, ty_Integer) -> new_esEs19(vwx91, vwx101) 18.87/7.85 new_esEs34(vwx90, vwx100, ty_Char) -> new_esEs22(vwx90, vwx100) 18.87/7.85 new_ltEs19(vwx16, vwx17, app(app(app(ty_@3, bed), bee), bef)) -> new_ltEs4(vwx16, vwx17, bed, bee, bef) 18.87/7.85 new_esEs12(vwx91, vwx101, ty_Ordering) -> new_esEs20(vwx91, vwx101) 18.87/7.85 new_lt20(vwx90, vwx100, app(ty_Ratio, dbd)) -> new_lt12(vwx90, vwx100, dbd) 18.87/7.85 new_esEs30(vwx301, vwx401, app(ty_Maybe, cfd)) -> new_esEs6(vwx301, vwx401, cfd) 18.87/7.85 new_ltEs11(Left(vwx90), Left(vwx100), ty_Double, dh) -> new_ltEs18(vwx90, vwx100) 18.87/7.85 new_compare112(vwx90, vwx100, False, h, ba) -> GT 18.87/7.85 new_lt10(vwx90, vwx100) -> new_esEs20(new_compare10(vwx90, vwx100), LT) 18.87/7.85 new_compare5(vwx90, vwx100, ty_Integer) -> new_compare12(vwx90, vwx100) 18.87/7.85 new_esEs13(vwx90, vwx100, ty_Integer) -> new_esEs19(vwx90, vwx100) 18.87/7.85 new_esEs31(vwx300, vwx400, app(ty_[], cfh)) -> new_esEs21(vwx300, vwx400, cfh) 18.87/7.85 new_esEs29(vwx302, vwx402, app(app(app(ty_@3, cdg), cdh), cea)) -> new_esEs7(vwx302, vwx402, cdg, cdh, cea) 18.87/7.85 new_esEs11(Right(vwx300), Right(vwx400), caa, app(ty_Ratio, ded)) -> new_esEs18(vwx300, vwx400, ded) 18.87/7.85 new_not(False) -> True 18.87/7.85 new_esEs30(vwx301, vwx401, app(ty_Ratio, cee)) -> new_esEs18(vwx301, vwx401, cee) 18.87/7.85 new_compare17(Double(vwx90, Pos(vwx910)), Double(vwx100, Neg(vwx1010))) -> new_compare8(new_sr(vwx90, Pos(vwx1010)), new_sr(Neg(vwx910), vwx100)) 18.87/7.85 new_compare17(Double(vwx90, Neg(vwx910)), Double(vwx100, Pos(vwx1010))) -> new_compare8(new_sr(vwx90, Neg(vwx1010)), new_sr(Pos(vwx910), vwx100)) 18.87/7.85 new_primCompAux0(vwx90, vwx100, vwx79, gc) -> new_primCompAux00(vwx79, new_compare5(vwx90, vwx100, gc)) 18.87/7.85 new_ltEs17(Just(vwx90), Just(vwx100), ty_Int) -> new_ltEs8(vwx90, vwx100) 18.87/7.85 new_esEs11(Right(vwx300), Right(vwx400), caa, ty_Float) -> new_esEs14(vwx300, vwx400) 18.87/7.85 new_esEs23(Double(vwx300, vwx301), Double(vwx400, vwx401)) -> new_esEs16(new_sr(vwx300, vwx401), new_sr(vwx301, vwx400)) 18.87/7.85 new_compare0(:(vwx90, vwx91), [], gc) -> GT 18.87/7.85 new_primPlusNat0(Succ(vwx5400), Succ(vwx401000)) -> Succ(Succ(new_primPlusNat0(vwx5400, vwx401000))) 18.87/7.85 new_ltEs17(Just(vwx90), Just(vwx100), ty_@0) -> new_ltEs10(vwx90, vwx100) 18.87/7.85 new_lt5(vwx91, vwx101, ty_Int) -> new_lt8(vwx91, vwx101) 18.87/7.85 new_lt4(vwx90, vwx100, app(ty_Maybe, bad)) -> new_lt17(vwx90, vwx100, bad) 18.87/7.85 new_esEs30(vwx301, vwx401, app(app(app(ty_@3, cfa), cfb), cfc)) -> new_esEs7(vwx301, vwx401, cfa, cfb, cfc) 18.87/7.85 new_lt4(vwx90, vwx100, app(app(app(ty_@3, bae), baf), bag)) -> new_lt18(vwx90, vwx100, bae, baf, bag) 18.87/7.85 new_ltEs21(vwx91, vwx101, app(app(ty_Either, cf), cg)) -> new_ltEs11(vwx91, vwx101, cf, cg) 18.87/7.85 new_esEs13(vwx90, vwx100, ty_Char) -> new_esEs22(vwx90, vwx100) 18.87/7.85 new_compare27(vwx90, vwx100, True, h, ba) -> EQ 18.87/7.85 new_esEs29(vwx302, vwx402, app(ty_Ratio, cdc)) -> new_esEs18(vwx302, vwx402, cdc) 18.87/7.85 new_esEs32(vwx301, vwx401, ty_Bool) -> new_esEs15(vwx301, vwx401) 18.87/7.85 new_compare15(vwx90, vwx100, bg) -> new_compare25(vwx90, vwx100, new_esEs6(vwx90, vwx100, bg), bg) 18.87/7.85 new_esEs24(vwx300, vwx400, ty_@0) -> new_esEs17(vwx300, vwx400) 18.87/7.85 new_esEs33(vwx300, vwx400, app(app(ty_Either, dab), dac)) -> new_esEs11(vwx300, vwx400, dab, dac) 18.87/7.85 new_lt5(vwx91, vwx101, app(ty_Ratio, bgb)) -> new_lt12(vwx91, vwx101, bgb) 18.87/7.85 new_esEs6(Just(vwx300), Just(vwx400), app(ty_[], dbh)) -> new_esEs21(vwx300, vwx400, dbh) 18.87/7.85 new_ltEs11(Right(vwx90), Right(vwx100), eh, ty_Bool) -> new_ltEs7(vwx90, vwx100) 18.87/7.85 new_lt20(vwx90, vwx100, ty_Int) -> new_lt8(vwx90, vwx100) 18.87/7.85 new_compare9(vwx90, vwx100, h, ba) -> new_compare27(vwx90, vwx100, new_esEs5(vwx90, vwx100, h, ba), h, ba) 18.87/7.85 new_ltEs21(vwx91, vwx101, ty_Int) -> new_ltEs8(vwx91, vwx101) 18.87/7.85 new_esEs20(LT, GT) -> False 18.87/7.85 new_esEs20(GT, LT) -> False 18.87/7.85 new_ltEs15(vwx9, vwx10, gc) -> new_not(new_esEs20(new_compare0(vwx9, vwx10, gc), GT)) 18.87/7.85 new_esEs12(vwx91, vwx101, ty_Bool) -> new_esEs15(vwx91, vwx101) 18.87/7.85 new_esEs29(vwx302, vwx402, app(ty_Maybe, ceb)) -> new_esEs6(vwx302, vwx402, ceb) 18.87/7.85 new_ltEs5(vwx92, vwx102, app(app(app(ty_@3, bch), bda), bdb)) -> new_ltEs4(vwx92, vwx102, bch, bda, bdb) 18.87/7.85 new_primCmpInt(Pos(Zero), Neg(Zero)) -> EQ 18.87/7.85 new_primCmpInt(Neg(Zero), Pos(Zero)) -> EQ 18.87/7.85 new_ltEs11(Right(vwx90), Right(vwx100), eh, app(ty_Maybe, fg)) -> new_ltEs17(vwx90, vwx100, fg) 18.87/7.85 new_esEs8(vwx30, vwx40, app(ty_Ratio, bhh)) -> new_esEs18(vwx30, vwx40, bhh) 18.87/7.85 new_compare6(Float(vwx90, Pos(vwx910)), Float(vwx100, Pos(vwx1010))) -> new_compare8(new_sr(vwx90, Pos(vwx1010)), new_sr(Pos(vwx910), vwx100)) 18.87/7.85 new_esEs13(vwx90, vwx100, ty_Float) -> new_esEs14(vwx90, vwx100) 18.87/7.85 new_compare0(:(vwx90, vwx91), :(vwx100, vwx101), gc) -> new_primCompAux0(vwx90, vwx100, new_compare0(vwx91, vwx101, gc), gc) 18.87/7.85 new_esEs32(vwx301, vwx401, app(ty_Ratio, chb)) -> new_esEs18(vwx301, vwx401, chb) 18.87/7.85 new_ltEs17(Just(vwx90), Just(vwx100), ty_Ordering) -> new_ltEs14(vwx90, vwx100) 18.87/7.85 new_ltEs14(LT, EQ) -> True 18.87/7.85 new_esEs11(Left(vwx300), Left(vwx400), ty_Int, cab) -> new_esEs16(vwx300, vwx400) 18.87/7.85 new_ltEs21(vwx91, vwx101, ty_@0) -> new_ltEs10(vwx91, vwx101) 18.87/7.85 new_esEs32(vwx301, vwx401, ty_Int) -> new_esEs16(vwx301, vwx401) 18.87/7.85 new_ltEs17(Just(vwx90), Just(vwx100), app(app(app(ty_@3, hb), hc), hd)) -> new_ltEs4(vwx90, vwx100, hb, hc, hd) 18.87/7.85 new_lt13(vwx90, vwx100) -> new_esEs20(new_compare12(vwx90, vwx100), LT) 18.87/7.85 new_esEs15(False, True) -> False 18.87/7.85 new_esEs15(True, False) -> False 18.87/7.85 new_esEs8(vwx30, vwx40, app(app(ty_Either, caa), cab)) -> new_esEs11(vwx30, vwx40, caa, cab) 18.87/7.85 new_esEs8(vwx30, vwx40, app(ty_[], bgd)) -> new_esEs21(vwx30, vwx40, bgd) 18.87/7.85 new_ltEs17(Just(vwx90), Just(vwx100), app(app(ty_Either, gf), gg)) -> new_ltEs11(vwx90, vwx100, gf, gg) 18.87/7.85 new_esEs31(vwx300, vwx400, ty_Int) -> new_esEs16(vwx300, vwx400) 18.87/7.85 new_esEs34(vwx90, vwx100, ty_Bool) -> new_esEs15(vwx90, vwx100) 18.87/7.85 new_esEs30(vwx301, vwx401, app(app(ty_@2, ceg), ceh)) -> new_esEs5(vwx301, vwx401, ceg, ceh) 18.87/7.85 new_primEqInt(Neg(Zero), Neg(Zero)) -> True 18.87/7.85 new_esEs27(vwx9, vwx10, True, cgg, bc) -> new_esEs20(EQ, LT) 18.87/7.85 new_ltEs21(vwx91, vwx101, app(app(app(ty_@3, dc), dd), de)) -> new_ltEs4(vwx91, vwx101, dc, dd, de) 18.87/7.85 new_ltEs8(vwx9, vwx10) -> new_not(new_esEs20(new_compare8(vwx9, vwx10), GT)) 18.87/7.85 new_esEs25(vwx301, vwx401, ty_Integer) -> new_esEs19(vwx301, vwx401) 18.87/7.85 new_lt4(vwx90, vwx100, ty_Char) -> new_lt16(vwx90, vwx100) 18.87/7.85 new_ltEs5(vwx92, vwx102, ty_Int) -> new_ltEs8(vwx92, vwx102) 18.87/7.85 new_esEs10(vwx30, vwx40, ty_Bool) -> new_esEs15(vwx30, vwx40) 18.87/7.85 new_compare5(vwx90, vwx100, app(app(app(ty_@3, bfe), bff), bfg)) -> new_compare16(vwx90, vwx100, bfe, bff, bfg) 18.87/7.85 new_primCmpNat0(Succ(vwx900), Succ(vwx1000)) -> new_primCmpNat0(vwx900, vwx1000) 18.87/7.85 new_lt20(vwx90, vwx100, ty_Char) -> new_lt16(vwx90, vwx100) 18.87/7.85 new_ltEs21(vwx91, vwx101, ty_Bool) -> new_ltEs7(vwx91, vwx101) 18.87/7.85 new_esEs11(Right(vwx300), Right(vwx400), caa, app(app(ty_@2, def), deg)) -> new_esEs5(vwx300, vwx400, def, deg) 18.87/7.85 new_esEs30(vwx301, vwx401, ty_Int) -> new_esEs16(vwx301, vwx401) 18.87/7.85 new_esEs34(vwx90, vwx100, app(ty_[], bf)) -> new_esEs21(vwx90, vwx100, bf) 18.87/7.85 new_esEs8(vwx30, vwx40, ty_Bool) -> new_esEs15(vwx30, vwx40) 18.87/7.85 new_esEs32(vwx301, vwx401, ty_Ordering) -> new_esEs20(vwx301, vwx401) 18.87/7.85 new_lt20(vwx90, vwx100, ty_Bool) -> new_lt7(vwx90, vwx100) 18.87/7.85 new_esEs10(vwx30, vwx40, app(ty_[], cbd)) -> new_esEs21(vwx30, vwx40, cbd) 18.87/7.85 new_esEs28(vwx16, vwx17, True, bde, cce) -> new_esEs20(EQ, LT) 18.87/7.85 new_ltEs6(vwx9, vwx10) -> new_not(new_esEs20(new_compare6(vwx9, vwx10), GT)) 18.87/7.85 new_lt5(vwx91, vwx101, ty_Bool) -> new_lt7(vwx91, vwx101) 18.87/7.85 new_ltEs11(Right(vwx90), Right(vwx100), eh, ty_Ordering) -> new_ltEs14(vwx90, vwx100) 18.87/7.85 new_ltEs20(vwx9, vwx10, ty_Int) -> new_ltEs8(vwx9, vwx10) 18.87/7.85 new_primEqInt(Pos(Zero), Neg(Zero)) -> True 18.87/7.85 new_primEqInt(Neg(Zero), Pos(Zero)) -> True 18.87/7.85 new_esEs31(vwx300, vwx400, app(ty_Ratio, cfg)) -> new_esEs18(vwx300, vwx400, cfg) 18.87/7.85 new_esEs11(Right(vwx300), Right(vwx400), caa, app(ty_Maybe, dfc)) -> new_esEs6(vwx300, vwx400, dfc) 18.87/7.85 new_esEs10(vwx30, vwx40, ty_Ordering) -> new_esEs20(vwx30, vwx40) 18.87/7.85 new_primEqNat0(Zero, Zero) -> True 18.87/7.85 new_ltEs17(Just(vwx90), Just(vwx100), ty_Bool) -> new_ltEs7(vwx90, vwx100) 18.87/7.85 new_compare6(Float(vwx90, Neg(vwx910)), Float(vwx100, Neg(vwx1010))) -> new_compare8(new_sr(vwx90, Neg(vwx1010)), new_sr(Neg(vwx910), vwx100)) 18.87/7.85 new_compare25(vwx90, vwx100, False, bg) -> new_compare18(vwx90, vwx100, new_ltEs17(vwx90, vwx100, bg), bg) 18.87/7.85 new_esEs33(vwx300, vwx400, ty_Ordering) -> new_esEs20(vwx300, vwx400) 18.87/7.85 new_esEs24(vwx300, vwx400, ty_Char) -> new_esEs22(vwx300, vwx400) 18.87/7.85 new_esEs29(vwx302, vwx402, app(app(ty_@2, cde), cdf)) -> new_esEs5(vwx302, vwx402, cde, cdf) 18.87/7.85 new_esEs33(vwx300, vwx400, app(ty_[], dae)) -> new_esEs21(vwx300, vwx400, dae) 18.87/7.85 new_lt5(vwx91, vwx101, app(app(app(ty_@3, bbg), bbh), bca)) -> new_lt18(vwx91, vwx101, bbg, bbh, bca) 18.87/7.85 new_asAs(False, vwx45) -> False 18.87/7.85 new_ltEs14(LT, LT) -> True 18.87/7.85 new_lt20(vwx90, vwx100, app(ty_Maybe, bg)) -> new_lt17(vwx90, vwx100, bg) 18.87/7.85 new_esEs20(GT, GT) -> True 18.87/7.85 new_compare16(vwx90, vwx100, bh, ca, cb) -> new_compare24(vwx90, vwx100, new_esEs7(vwx90, vwx100, bh, ca, cb), bh, ca, cb) 18.87/7.85 new_ltEs19(vwx16, vwx17, ty_Int) -> new_ltEs8(vwx16, vwx17) 18.87/7.85 new_esEs33(vwx300, vwx400, ty_Bool) -> new_esEs15(vwx300, vwx400) 18.87/7.85 new_compare26(vwx90, vwx100, False) -> new_compare110(vwx90, vwx100, new_ltEs7(vwx90, vwx100)) 18.87/7.85 new_esEs14(Float(vwx300, vwx301), Float(vwx400, vwx401)) -> new_esEs16(new_sr(vwx300, vwx401), new_sr(vwx301, vwx400)) 18.87/7.85 new_compare5(vwx90, vwx100, ty_Bool) -> new_compare7(vwx90, vwx100) 18.87/7.85 new_esEs8(vwx30, vwx40, ty_Ordering) -> new_esEs20(vwx30, vwx40) 18.87/7.85 new_esEs31(vwx300, vwx400, app(app(ty_Either, cfe), cff)) -> new_esEs11(vwx300, vwx400, cfe, cff) 18.87/7.85 new_esEs26(vwx300, vwx400, ty_Integer) -> new_esEs19(vwx300, vwx400) 18.87/7.85 new_ltEs20(vwx9, vwx10, app(app(app(ty_@3, bah), hg), hh)) -> new_ltEs4(vwx9, vwx10, bah, hg, hh) 18.87/7.85 new_esEs11(Right(vwx300), Right(vwx400), caa, ty_Char) -> new_esEs22(vwx300, vwx400) 18.87/7.85 new_ltEs11(Right(vwx90), Right(vwx100), eh, app(ty_Ratio, cch)) -> new_ltEs12(vwx90, vwx100, cch) 18.87/7.85 new_ltEs11(Right(vwx90), Right(vwx100), eh, ty_Integer) -> new_ltEs13(vwx90, vwx100) 18.87/7.85 new_esEs12(vwx91, vwx101, ty_Char) -> new_esEs22(vwx91, vwx101) 18.87/7.85 18.87/7.85 The set Q consists of the following terms: 18.87/7.85 18.87/7.85 new_lt15(x0, x1, x2) 18.87/7.85 new_esEs7(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 18.87/7.85 new_compare9(x0, x1, x2, x3) 18.87/7.85 new_lt5(x0, x1, ty_Float) 18.87/7.85 new_ltEs17(Just(x0), Just(x1), ty_Integer) 18.87/7.85 new_compare5(x0, x1, app(app(ty_@2, x2), x3)) 18.87/7.85 new_esEs32(x0, x1, app(ty_Ratio, x2)) 18.87/7.85 new_ltEs21(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.87/7.85 new_ltEs5(x0, x1, ty_@0) 18.87/7.85 new_esEs34(x0, x1, ty_@0) 18.87/7.85 new_compare27(x0, x1, True, x2, x3) 18.87/7.85 new_esEs24(x0, x1, ty_Ordering) 18.87/7.85 new_lt5(x0, x1, app(ty_Ratio, x2)) 18.87/7.85 new_esEs11(Right(x0), Right(x1), x2, ty_@0) 18.87/7.85 new_esEs33(x0, x1, app(ty_Ratio, x2)) 18.87/7.85 new_esEs33(x0, x1, app(app(ty_@2, x2), x3)) 18.87/7.85 new_ltEs19(x0, x1, ty_Double) 18.87/7.85 new_compare24(x0, x1, False, x2, x3, x4) 18.87/7.85 new_compare0([], :(x0, x1), x2) 18.87/7.85 new_esEs11(Right(x0), Right(x1), x2, ty_Bool) 18.87/7.85 new_esEs20(LT, GT) 18.87/7.85 new_esEs20(GT, LT) 18.87/7.85 new_compare110(x0, x1, True) 18.87/7.85 new_lt20(x0, x1, ty_Float) 18.87/7.85 new_esEs34(x0, x1, ty_Bool) 18.87/7.85 new_ltEs19(x0, x1, app(ty_[], x2)) 18.87/7.85 new_esEs26(x0, x1, ty_Int) 18.87/7.85 new_esEs27(x0, x1, False, x2, x3) 18.87/7.85 new_esEs11(Right(x0), Right(x1), x2, app(ty_[], x3)) 18.87/7.85 new_esEs24(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.87/7.85 new_esEs29(x0, x1, app(ty_Ratio, x2)) 18.87/7.85 new_primEqInt(Pos(Zero), Pos(Zero)) 18.87/7.85 new_ltEs19(x0, x1, ty_Ordering) 18.87/7.85 new_esEs31(x0, x1, app(ty_[], x2)) 18.87/7.85 new_ltEs17(Just(x0), Just(x1), ty_Bool) 18.87/7.85 new_ltEs11(Left(x0), Left(x1), ty_Float, x2) 18.87/7.85 new_esEs12(x0, x1, app(ty_Ratio, x2)) 18.87/7.85 new_primEqInt(Neg(Zero), Neg(Succ(x0))) 18.87/7.85 new_ltEs14(LT, LT) 18.87/7.85 new_primEqInt(Pos(Zero), Pos(Succ(x0))) 18.87/7.85 new_ltEs5(x0, x1, ty_Bool) 18.87/7.85 new_ltEs11(Right(x0), Right(x1), x2, ty_Bool) 18.87/7.85 new_ltEs17(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 18.87/7.85 new_lt11(Right(x0), Right(x1), x2, x3) 18.87/7.85 new_esEs31(x0, x1, app(ty_Ratio, x2)) 18.87/7.85 new_esEs8(x0, x1, ty_Float) 18.87/7.85 new_esEs12(x0, x1, ty_Float) 18.87/7.85 new_esEs12(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.87/7.85 new_primEqInt(Neg(Zero), Neg(Zero)) 18.87/7.85 new_primCmpInt(Neg(Succ(x0)), Pos(x1)) 18.87/7.85 new_primCmpInt(Pos(Succ(x0)), Neg(x1)) 18.87/7.85 new_lt19(x0, x1) 18.87/7.85 new_esEs10(x0, x1, app(ty_[], x2)) 18.87/7.85 new_primEqNat0(Zero, Succ(x0)) 18.87/7.85 new_esEs10(x0, x1, ty_Float) 18.87/7.85 new_compare0(:(x0, x1), [], x2) 18.87/7.85 new_lt4(x0, x1, app(ty_Maybe, x2)) 18.87/7.85 new_compare11(:%(x0, x1), :%(x2, x3), ty_Int) 18.87/7.85 new_lt13(x0, x1) 18.87/7.85 new_esEs11(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 18.87/7.85 new_compare112(x0, x1, True, x2, x3) 18.87/7.85 new_compare23(x0, x1, True, x2, x3) 18.87/7.85 new_esEs34(x0, x1, ty_Char) 18.87/7.85 new_ltEs19(x0, x1, ty_Int) 18.87/7.85 new_esEs11(Left(x0), Left(x1), ty_Double, x2) 18.87/7.85 new_lt20(x0, x1, app(ty_[], x2)) 18.87/7.85 new_ltEs17(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 18.87/7.85 new_esEs22(Char(x0), Char(x1)) 18.87/7.85 new_esEs31(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.87/7.85 new_compare0([], [], x0) 18.87/7.85 new_ltEs17(Just(x0), Just(x1), ty_@0) 18.87/7.85 new_esEs11(Left(x0), Right(x1), x2, x3) 18.87/7.85 new_esEs11(Right(x0), Left(x1), x2, x3) 18.87/7.85 new_compare25(x0, x1, True, x2) 18.87/7.85 new_lt11(Left(x0), Right(x1), x2, x3) 18.87/7.85 new_lt11(Right(x0), Left(x1), x2, x3) 18.87/7.85 new_ltEs19(x0, x1, ty_Char) 18.87/7.85 new_esEs24(x0, x1, app(app(ty_Either, x2), x3)) 18.87/7.85 new_esEs32(x0, x1, app(ty_[], x2)) 18.87/7.85 new_lt4(x0, x1, ty_Bool) 18.87/7.85 new_ltEs11(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 18.87/7.85 new_esEs29(x0, x1, ty_Float) 18.87/7.85 new_ltEs11(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 18.87/7.85 new_ltEs20(x0, x1, ty_Float) 18.87/7.85 new_esEs34(x0, x1, ty_Integer) 18.87/7.85 new_esEs30(x0, x1, app(ty_Ratio, x2)) 18.87/7.85 new_esEs6(Just(x0), Just(x1), app(app(ty_@2, x2), x3)) 18.87/7.85 new_esEs11(Right(x0), Right(x1), x2, ty_Integer) 18.87/7.85 new_lt5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 18.87/7.85 new_esEs6(Just(x0), Nothing, x1) 18.87/7.85 new_lt20(x0, x1, app(ty_Ratio, x2)) 18.87/7.85 new_primEqInt(Pos(Zero), Neg(Zero)) 18.87/7.85 new_primEqInt(Neg(Zero), Pos(Zero)) 18.87/7.85 new_ltEs5(x0, x1, app(app(ty_Either, x2), x3)) 18.87/7.85 new_esEs13(x0, x1, app(ty_Maybe, x2)) 18.87/7.85 new_primMulInt(Pos(x0), Pos(x1)) 18.87/7.85 new_compare111(x0, x1, False, x2, x3) 18.87/7.85 new_esEs11(Left(x0), Left(x1), ty_Int, x2) 18.87/7.85 new_asAs(False, x0) 18.87/7.85 new_compare5(x0, x1, ty_Float) 18.87/7.85 new_primPlusNat0(Zero, Succ(x0)) 18.87/7.85 new_primCmpInt(Neg(Succ(x0)), Neg(x1)) 18.87/7.85 new_esEs19(Integer(x0), Integer(x1)) 18.87/7.85 new_esEs24(x0, x1, ty_@0) 18.87/7.85 new_esEs24(x0, x1, ty_Char) 18.87/7.85 new_esEs32(x0, x1, app(app(ty_@2, x2), x3)) 18.87/7.85 new_esEs6(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 18.87/7.85 new_ltEs5(x0, x1, ty_Ordering) 18.87/7.85 new_ltEs17(Just(x0), Just(x1), ty_Float) 18.87/7.85 new_esEs12(x0, x1, app(ty_Maybe, x2)) 18.87/7.85 new_lt4(x0, x1, ty_Integer) 18.87/7.85 new_esEs11(Right(x0), Right(x1), x2, ty_Ordering) 18.87/7.85 new_esEs24(x0, x1, ty_Double) 19.16/7.85 new_ltEs11(Right(x0), Right(x1), x2, ty_Integer) 19.16/7.85 new_ltEs7(False, True) 19.16/7.85 new_ltEs7(True, False) 19.16/7.85 new_esEs15(False, False) 19.16/7.85 new_esEs34(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.16/7.85 new_primCmpInt(Pos(Zero), Pos(Succ(x0))) 19.16/7.85 new_esEs24(x0, x1, ty_Int) 19.16/7.85 new_primEqInt(Pos(Succ(x0)), Pos(Zero)) 19.16/7.85 new_esEs12(x0, x1, app(app(ty_@2, x2), x3)) 19.16/7.85 new_esEs24(x0, x1, app(ty_Maybe, x2)) 19.16/7.85 new_primEqInt(Pos(Zero), Neg(Succ(x0))) 19.16/7.85 new_primEqInt(Neg(Zero), Pos(Succ(x0))) 19.16/7.85 new_compare16(x0, x1, x2, x3, x4) 19.16/7.85 new_ltEs5(x0, x1, ty_Integer) 19.16/7.85 new_esEs13(x0, x1, ty_Integer) 19.16/7.85 new_ltEs17(Just(x0), Just(x1), app(ty_[], x2)) 19.16/7.85 new_ltEs6(x0, x1) 19.16/7.85 new_primCompAux00(x0, LT) 19.16/7.85 new_esEs34(x0, x1, ty_Float) 19.16/7.85 new_ltEs11(Left(x0), Left(x1), ty_Integer, x2) 19.16/7.85 new_esEs12(x0, x1, ty_Integer) 19.16/7.85 new_ltEs11(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 19.16/7.85 new_esEs31(x0, x1, app(ty_Maybe, x2)) 19.16/7.85 new_ltEs17(Nothing, Just(x0), x1) 19.16/7.85 new_ltEs21(x0, x1, ty_Float) 19.16/7.85 new_esEs10(x0, x1, app(ty_Maybe, x2)) 19.16/7.85 new_lt17(x0, x1, x2) 19.16/7.85 new_ltEs5(x0, x1, ty_Double) 19.16/7.85 new_esEs11(Right(x0), Right(x1), x2, ty_Double) 19.16/7.85 new_compare18(x0, x1, False, x2) 19.16/7.85 new_esEs29(x0, x1, app(ty_[], x2)) 19.16/7.85 new_esEs17(@0, @0) 19.16/7.85 new_esEs11(Right(x0), Right(x1), x2, app(ty_Ratio, x3)) 19.16/7.85 new_compare27(x0, x1, False, x2, x3) 19.16/7.85 new_esEs10(x0, x1, app(app(ty_@2, x2), x3)) 19.16/7.85 new_lt11(Left(x0), Left(x1), x2, x3) 19.16/7.85 new_lt5(x0, x1, app(app(ty_Either, x2), x3)) 19.16/7.85 new_esEs24(x0, x1, ty_Bool) 19.16/7.85 new_esEs32(x0, x1, ty_Float) 19.16/7.85 new_esEs31(x0, x1, ty_Float) 19.16/7.85 new_esEs33(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.16/7.85 new_esEs13(x0, x1, app(ty_[], x2)) 19.16/7.85 new_esEs25(x0, x1, ty_Integer) 19.16/7.85 new_lt5(x0, x1, ty_Bool) 19.16/7.85 new_ltEs10(x0, x1) 19.16/7.85 new_esEs24(x0, x1, ty_Integer) 19.16/7.85 new_lt4(x0, x1, ty_@0) 19.16/7.85 new_compare113(x0, x1, False) 19.16/7.85 new_ltEs19(x0, x1, app(app(ty_@2, x2), x3)) 19.16/7.85 new_ltEs21(x0, x1, app(ty_Maybe, x2)) 19.16/7.85 new_esEs29(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.16/7.85 new_esEs33(x0, x1, ty_Double) 19.16/7.85 new_primPlusNat1(Zero, x0) 19.16/7.85 new_esEs29(x0, x1, ty_Integer) 19.16/7.85 new_ltEs14(LT, GT) 19.16/7.85 new_ltEs14(GT, LT) 19.16/7.85 new_ltEs21(x0, x1, ty_Int) 19.16/7.85 new_compare5(x0, x1, ty_Ordering) 19.16/7.85 new_esEs31(x0, x1, ty_Ordering) 19.16/7.85 new_esEs16(x0, x1) 19.16/7.85 new_esEs13(x0, x1, app(app(ty_@2, x2), x3)) 19.16/7.85 new_esEs34(x0, x1, ty_Int) 19.16/7.85 new_primCompAux0(x0, x1, x2, x3) 19.16/7.85 new_ltEs21(x0, x1, app(app(ty_Either, x2), x3)) 19.16/7.85 new_lt4(x0, x1, app(app(ty_Either, x2), x3)) 19.16/7.85 new_ltEs7(False, False) 19.16/7.85 new_esEs34(x0, x1, app(ty_Ratio, x2)) 19.16/7.85 new_ltEs11(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 19.16/7.85 new_esEs12(x0, x1, ty_@0) 19.16/7.85 new_esEs32(x0, x1, ty_Int) 19.16/7.85 new_esEs13(x0, x1, ty_Bool) 19.16/7.85 new_lt7(x0, x1) 19.16/7.85 new_ltEs17(Just(x0), Just(x1), ty_Double) 19.16/7.85 new_esEs31(x0, x1, ty_Int) 19.16/7.85 new_esEs10(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.16/7.85 new_ltEs21(x0, x1, app(ty_[], x2)) 19.16/7.85 new_esEs29(x0, x1, ty_Ordering) 19.16/7.85 new_ltEs5(x0, x1, app(ty_Ratio, x2)) 19.16/7.85 new_primCmpInt(Neg(Zero), Neg(Zero)) 19.16/7.85 new_esEs13(x0, x1, ty_Char) 19.16/7.85 new_esEs31(x0, x1, ty_Integer) 19.16/7.85 new_ltEs14(EQ, GT) 19.16/7.85 new_ltEs14(GT, EQ) 19.16/7.85 new_esEs13(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.16/7.85 new_sr(x0, x1) 19.16/7.85 new_lt8(x0, x1) 19.16/7.85 new_compare5(x0, x1, ty_Integer) 19.16/7.85 new_esEs11(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 19.16/7.85 new_esEs8(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.16/7.85 new_ltEs17(Just(x0), Just(x1), app(ty_Ratio, x2)) 19.16/7.85 new_compare112(x0, x1, False, x2, x3) 19.16/7.85 new_primMulNat0(Succ(x0), Succ(x1)) 19.16/7.85 new_primCmpInt(Pos(Zero), Neg(Zero)) 19.16/7.85 new_primCmpInt(Neg(Zero), Pos(Zero)) 19.16/7.85 new_esEs10(x0, x1, ty_Bool) 19.16/7.85 new_ltEs20(x0, x1, ty_Double) 19.16/7.85 new_compare11(:%(x0, x1), :%(x2, x3), ty_Integer) 19.16/7.85 new_lt5(x0, x1, app(ty_Maybe, x2)) 19.16/7.85 new_primPlusNat0(Succ(x0), Zero) 19.16/7.85 new_esEs31(x0, x1, app(app(ty_@2, x2), x3)) 19.16/7.85 new_esEs31(x0, x1, ty_Char) 19.16/7.85 new_esEs15(True, True) 19.16/7.85 new_lt5(x0, x1, ty_Integer) 19.16/7.85 new_esEs10(x0, x1, ty_Ordering) 19.16/7.85 new_ltEs11(Right(x0), Right(x1), x2, ty_Char) 19.16/7.85 new_esEs13(x0, x1, ty_Int) 19.16/7.85 new_esEs10(x0, x1, app(ty_Ratio, x2)) 19.16/7.85 new_asAs(True, x0) 19.16/7.85 new_esEs11(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 19.16/7.85 new_compare14(Char(x0), Char(x1)) 19.16/7.85 new_esEs6(Just(x0), Just(x1), ty_@0) 19.16/7.85 new_compare111(x0, x1, True, x2, x3) 19.16/7.85 new_sr0(Integer(x0), Integer(x1)) 19.16/7.85 new_esEs30(x0, x1, ty_Double) 19.16/7.85 new_esEs31(x0, x1, ty_Bool) 19.16/7.85 new_esEs20(EQ, EQ) 19.16/7.85 new_compare28(x0, x1, False) 19.16/7.85 new_ltEs11(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 19.16/7.85 new_ltEs11(Left(x0), Left(x1), ty_Bool, x2) 19.16/7.85 new_esEs21([], [], x0) 19.16/7.85 new_esEs10(x0, x1, app(app(ty_Either, x2), x3)) 19.16/7.85 new_esEs6(Just(x0), Just(x1), ty_Double) 19.16/7.85 new_esEs30(x0, x1, ty_@0) 19.16/7.85 new_primCmpInt(Pos(Succ(x0)), Pos(x1)) 19.16/7.85 new_ltEs20(x0, x1, app(ty_Maybe, x2)) 19.16/7.85 new_ltEs11(Right(x0), Right(x1), x2, ty_Float) 19.16/7.85 new_compare5(x0, x1, app(ty_Ratio, x2)) 19.16/7.85 new_compare6(Float(x0, Neg(x1)), Float(x2, Neg(x3))) 19.16/7.85 new_ltEs5(x0, x1, app(ty_[], x2)) 19.16/7.85 new_compare25(x0, x1, False, x2) 19.16/7.85 new_ltEs11(Right(x0), Right(x1), x2, ty_Int) 19.16/7.85 new_esEs11(Left(x0), Left(x1), app(app(ty_@2, x2), x3), x4) 19.16/7.85 new_esEs10(x0, x1, ty_Integer) 19.16/7.85 new_esEs14(Float(x0, x1), Float(x2, x3)) 19.16/7.85 new_ltEs19(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.16/7.85 new_ltEs11(Right(x0), Right(x1), x2, app(ty_[], x3)) 19.16/7.85 new_esEs13(x0, x1, ty_Float) 19.16/7.85 new_primEqNat0(Succ(x0), Succ(x1)) 19.16/7.85 new_lt14(x0, x1) 19.16/7.85 new_esEs33(x0, x1, ty_@0) 19.16/7.85 new_ltEs9(@2(x0, x1), @2(x2, x3), x4, x5) 19.16/7.85 new_esEs25(x0, x1, ty_Int) 19.16/7.85 new_ltEs21(x0, x1, ty_Bool) 19.16/7.85 new_lt5(x0, x1, ty_Double) 19.16/7.85 new_compare113(x0, x1, True) 19.16/7.85 new_esEs28(x0, x1, False, x2, x3) 19.16/7.85 new_esEs12(x0, x1, ty_Int) 19.16/7.85 new_esEs8(x0, x1, ty_Int) 19.16/7.85 new_ltEs11(Right(x0), Right(x1), x2, app(ty_Maybe, x3)) 19.16/7.85 new_ltEs11(Left(x0), Left(x1), ty_Int, x2) 19.16/7.85 new_lt20(x0, x1, ty_Ordering) 19.16/7.85 new_esEs10(x0, x1, ty_Char) 19.16/7.85 new_esEs13(x0, x1, ty_Double) 19.16/7.85 new_compare17(Double(x0, Neg(x1)), Double(x2, Neg(x3))) 19.16/7.85 new_compare17(Double(x0, Pos(x1)), Double(x2, Pos(x3))) 19.16/7.85 new_lt20(x0, x1, app(ty_Maybe, x2)) 19.16/7.85 new_esEs32(x0, x1, ty_Bool) 19.16/7.85 new_compare5(x0, x1, ty_@0) 19.16/7.85 new_esEs30(x0, x1, ty_Integer) 19.16/7.85 new_ltEs17(Just(x0), Just(x1), app(app(ty_Either, x2), x3)) 19.16/7.85 new_primMulNat0(Zero, Succ(x0)) 19.16/7.85 new_esEs13(x0, x1, ty_Ordering) 19.16/7.85 new_esEs34(x0, x1, app(app(ty_@2, x2), x3)) 19.16/7.85 new_esEs12(x0, x1, ty_Char) 19.16/7.85 new_primMulNat0(Zero, Zero) 19.16/7.85 new_ltEs12(x0, x1, x2) 19.16/7.85 new_ltEs11(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 19.16/7.85 new_lt5(x0, x1, ty_Ordering) 19.16/7.85 new_esEs8(x0, x1, ty_Char) 19.16/7.85 new_ltEs14(EQ, EQ) 19.16/7.85 new_esEs30(x0, x1, ty_Bool) 19.16/7.85 new_compare18(x0, x1, True, x2) 19.16/7.85 new_compare13(x0, x1) 19.16/7.85 new_esEs10(x0, x1, ty_Int) 19.16/7.85 new_ltEs20(x0, x1, app(app(ty_@2, x2), x3)) 19.16/7.85 new_ltEs11(Left(x0), Left(x1), ty_Char, x2) 19.16/7.85 new_compare17(Double(x0, Pos(x1)), Double(x2, Neg(x3))) 19.16/7.85 new_compare17(Double(x0, Neg(x1)), Double(x2, Pos(x3))) 19.16/7.85 new_esEs24(x0, x1, ty_Float) 19.16/7.85 new_esEs12(x0, x1, ty_Ordering) 19.16/7.85 new_esEs8(x0, x1, ty_Ordering) 19.16/7.85 new_esEs11(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 19.16/7.85 new_compare5(x0, x1, ty_Bool) 19.16/7.85 new_ltEs11(Left(x0), Left(x1), ty_Ordering, x2) 19.16/7.85 new_esEs32(x0, x1, ty_Integer) 19.16/7.85 new_primCompAux00(x0, EQ) 19.16/7.85 new_pePe(True, x0) 19.16/7.85 new_esEs8(x0, x1, app(app(ty_Either, x2), x3)) 19.16/7.85 new_compare5(x0, x1, app(app(ty_Either, x2), x3)) 19.16/7.85 new_ltEs19(x0, x1, ty_Float) 19.16/7.85 new_esEs30(x0, x1, app(ty_Maybe, x2)) 19.16/7.85 new_esEs33(x0, x1, app(app(ty_Either, x2), x3)) 19.16/7.85 new_esEs13(x0, x1, app(ty_Ratio, x2)) 19.16/7.85 new_lt16(x0, x1) 19.16/7.85 new_ltEs19(x0, x1, app(ty_Ratio, x2)) 19.16/7.85 new_lt5(x0, x1, ty_Int) 19.16/7.85 new_ltEs20(x0, x1, ty_@0) 19.16/7.85 new_compare6(Float(x0, Pos(x1)), Float(x2, Neg(x3))) 19.16/7.85 new_compare6(Float(x0, Neg(x1)), Float(x2, Pos(x3))) 19.16/7.85 new_esEs24(x0, x1, app(app(ty_@2, x2), x3)) 19.16/7.85 new_ltEs20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.16/7.85 new_compare5(x0, x1, ty_Char) 19.16/7.85 new_esEs32(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.16/7.85 new_ltEs20(x0, x1, ty_Char) 19.16/7.85 new_ltEs21(x0, x1, ty_@0) 19.16/7.85 new_compare10(@0, @0) 19.16/7.85 new_esEs31(x0, x1, ty_@0) 19.16/7.85 new_esEs8(x0, x1, app(app(ty_@2, x2), x3)) 19.16/7.85 new_ltEs20(x0, x1, app(app(ty_Either, x2), x3)) 19.16/7.85 new_esEs32(x0, x1, ty_@0) 19.16/7.85 new_compare28(x0, x1, True) 19.16/7.85 new_esEs33(x0, x1, ty_Bool) 19.16/7.85 new_lt4(x0, x1, app(ty_Ratio, x2)) 19.16/7.85 new_lt18(x0, x1, x2, x3, x4) 19.16/7.85 new_ltEs20(x0, x1, ty_Int) 19.16/7.85 new_lt5(x0, x1, ty_Char) 19.16/7.85 new_esEs6(Just(x0), Just(x1), app(ty_[], x2)) 19.16/7.85 new_lt4(x0, x1, ty_Double) 19.16/7.85 new_primPlusNat0(Zero, Zero) 19.16/7.85 new_compare8(x0, x1) 19.16/7.85 new_esEs20(LT, EQ) 19.16/7.85 new_esEs20(EQ, LT) 19.16/7.85 new_not(True) 19.16/7.85 new_compare5(x0, x1, ty_Int) 19.16/7.85 new_esEs24(x0, x1, app(ty_Ratio, x2)) 19.16/7.85 new_ltEs19(x0, x1, ty_Integer) 19.16/7.85 new_esEs10(x0, x1, ty_Double) 19.16/7.85 new_ltEs11(Left(x0), Left(x1), app(ty_Ratio, x2), x3) 19.16/7.85 new_lt20(x0, x1, app(app(ty_Either, x2), x3)) 19.16/7.85 new_esEs6(Nothing, Just(x0), x1) 19.16/7.85 new_esEs20(GT, GT) 19.16/7.85 new_esEs6(Just(x0), Just(x1), ty_Ordering) 19.16/7.85 new_ltEs11(Left(x0), Right(x1), x2, x3) 19.16/7.85 new_ltEs11(Right(x0), Left(x1), x2, x3) 19.16/7.85 new_esEs29(x0, x1, ty_Double) 19.16/7.85 new_lt4(x0, x1, ty_Ordering) 19.16/7.85 new_compare15(x0, x1, x2) 19.16/7.85 new_lt6(x0, x1) 19.16/7.85 new_ltEs17(Nothing, Nothing, x0) 19.16/7.85 new_compare23(x0, x1, False, x2, x3) 19.16/7.85 new_ltEs5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.16/7.85 new_ltEs21(x0, x1, ty_Char) 19.16/7.85 new_compare19(x0, x1, True, x2, x3, x4) 19.16/7.85 new_esEs12(x0, x1, ty_Double) 19.16/7.85 new_esEs8(x0, x1, ty_Double) 19.16/7.85 new_esEs10(x0, x1, ty_@0) 19.16/7.85 new_esEs32(x0, x1, ty_Char) 19.16/7.85 new_primEqInt(Pos(Succ(x0)), Pos(Succ(x1))) 19.16/7.85 new_ltEs21(x0, x1, ty_Integer) 19.16/7.85 new_esEs29(x0, x1, ty_Bool) 19.16/7.85 new_esEs6(Just(x0), Just(x1), ty_Integer) 19.16/7.85 new_compare19(x0, x1, False, x2, x3, x4) 19.16/7.85 new_esEs32(x0, x1, app(ty_Maybe, x2)) 19.16/7.85 new_lt10(x0, x1) 19.16/7.85 new_esEs6(Just(x0), Just(x1), app(ty_Ratio, x2)) 19.16/7.85 new_compare6(Float(x0, Pos(x1)), Float(x2, Pos(x3))) 19.16/7.85 new_ltEs16(x0, x1) 19.16/7.85 new_ltEs19(x0, x1, ty_Bool) 19.16/7.85 new_lt20(x0, x1, ty_@0) 19.16/7.85 new_ltEs5(x0, x1, app(app(ty_@2, x2), x3)) 19.16/7.85 new_esEs20(LT, LT) 19.16/7.85 new_esEs12(x0, x1, app(app(ty_Either, x2), x3)) 19.16/7.85 new_compare5(x0, x1, app(ty_Maybe, x2)) 19.16/7.85 new_esEs30(x0, x1, app(app(ty_@2, x2), x3)) 19.16/7.85 new_ltEs5(x0, x1, app(ty_Maybe, x2)) 19.16/7.85 new_esEs6(Just(x0), Just(x1), app(ty_Maybe, x2)) 19.16/7.85 new_lt20(x0, x1, ty_Double) 19.16/7.85 new_primEqInt(Pos(Succ(x0)), Neg(x1)) 19.16/7.85 new_primEqInt(Neg(Succ(x0)), Pos(x1)) 19.16/7.85 new_compare26(x0, x1, True) 19.16/7.85 new_lt20(x0, x1, ty_Char) 19.16/7.85 new_primPlusNat1(Succ(x0), x1) 19.16/7.85 new_lt5(x0, x1, app(ty_[], x2)) 19.16/7.85 new_esEs29(x0, x1, ty_@0) 19.16/7.85 new_ltEs19(x0, x1, app(app(ty_Either, x2), x3)) 19.16/7.85 new_esEs11(Left(x0), Left(x1), ty_@0, x2) 19.16/7.85 new_ltEs11(Left(x0), Left(x1), app(ty_Maybe, x2), x3) 19.16/7.85 new_esEs11(Left(x0), Left(x1), app(ty_[], x2), x3) 19.16/7.85 new_esEs33(x0, x1, ty_Integer) 19.16/7.85 new_esEs29(x0, x1, ty_Char) 19.16/7.85 new_esEs33(x0, x1, ty_Ordering) 19.16/7.85 new_esEs30(x0, x1, app(ty_[], x2)) 19.16/7.85 new_esEs11(Right(x0), Right(x1), x2, app(app(ty_@2, x3), x4)) 19.16/7.85 new_esEs11(Left(x0), Left(x1), ty_Float, x2) 19.16/7.85 new_esEs12(x0, x1, ty_Bool) 19.16/7.85 new_ltEs11(Right(x0), Right(x1), x2, ty_Ordering) 19.16/7.85 new_esEs29(x0, x1, ty_Int) 19.16/7.85 new_esEs21(:(x0, x1), [], x2) 19.16/7.85 new_primCmpInt(Pos(Zero), Pos(Zero)) 19.16/7.85 new_esEs30(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.16/7.85 new_esEs29(x0, x1, app(ty_Maybe, x2)) 19.16/7.85 new_esEs8(x0, x1, ty_Bool) 19.16/7.85 new_lt20(x0, x1, ty_Int) 19.16/7.85 new_ltEs17(Just(x0), Just(x1), ty_Int) 19.16/7.85 new_lt4(x0, x1, app(app(ty_@2, x2), x3)) 19.16/7.85 new_esEs34(x0, x1, app(ty_Maybe, x2)) 19.16/7.85 new_ltEs21(x0, x1, ty_Double) 19.16/7.85 new_ltEs20(x0, x1, app(ty_[], x2)) 19.16/7.85 new_esEs8(x0, x1, ty_Integer) 19.16/7.85 new_primPlusNat0(Succ(x0), Succ(x1)) 19.16/7.85 new_primEqNat0(Succ(x0), Zero) 19.16/7.85 new_esEs34(x0, x1, ty_Ordering) 19.16/7.85 new_esEs11(Right(x0), Right(x1), x2, app(app(app(ty_@3, x3), x4), x5)) 19.16/7.85 new_esEs34(x0, x1, ty_Double) 19.16/7.85 new_compare0(:(x0, x1), :(x2, x3), x4) 19.16/7.85 new_ltEs8(x0, x1) 19.16/7.85 new_lt4(x0, x1, app(ty_[], x2)) 19.16/7.85 new_ltEs14(GT, GT) 19.16/7.85 new_esEs13(x0, x1, ty_@0) 19.16/7.85 new_esEs21([], :(x0, x1), x2) 19.16/7.85 new_ltEs13(x0, x1) 19.16/7.85 new_primCmpNat0(Succ(x0), Zero) 19.16/7.85 new_lt20(x0, x1, ty_Bool) 19.16/7.85 new_esEs30(x0, x1, ty_Ordering) 19.16/7.85 new_esEs32(x0, x1, ty_Double) 19.16/7.85 new_esEs11(Right(x0), Right(x1), x2, ty_Float) 19.16/7.85 new_esEs11(Left(x0), Left(x1), ty_Char, x2) 19.16/7.85 new_esEs31(x0, x1, ty_Double) 19.16/7.85 new_compare5(x0, x1, app(ty_[], x2)) 19.16/7.85 new_esEs24(x0, x1, app(ty_[], x2)) 19.16/7.85 new_lt5(x0, x1, ty_@0) 19.16/7.85 new_lt20(x0, x1, ty_Integer) 19.16/7.85 new_esEs30(x0, x1, ty_Float) 19.16/7.85 new_esEs18(:%(x0, x1), :%(x2, x3), x4) 19.16/7.85 new_ltEs11(Right(x0), Right(x1), x2, ty_Double) 19.16/7.85 new_esEs5(@2(x0, x1), @2(x2, x3), x4, x5) 19.16/7.85 new_ltEs21(x0, x1, app(app(ty_@2, x2), x3)) 19.16/7.85 new_esEs29(x0, x1, app(app(ty_Either, x2), x3)) 19.16/7.85 new_pePe(False, x0) 19.16/7.85 new_ltEs17(Just(x0), Just(x1), ty_Ordering) 19.16/7.85 new_esEs30(x0, x1, app(app(ty_Either, x2), x3)) 19.16/7.85 new_lt20(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.16/7.85 new_ltEs17(Just(x0), Nothing, x1) 19.16/7.85 new_primEqInt(Neg(Succ(x0)), Neg(Zero)) 19.16/7.85 new_esEs33(x0, x1, app(ty_[], x2)) 19.16/7.85 new_esEs32(x0, x1, app(app(ty_Either, x2), x3)) 19.16/7.85 new_lt20(x0, x1, app(app(ty_@2, x2), x3)) 19.16/7.85 new_esEs27(x0, x1, True, x2, x3) 19.16/7.85 new_esEs12(x0, x1, app(ty_[], x2)) 19.16/7.85 new_esEs26(x0, x1, ty_Integer) 19.16/7.85 new_primMulInt(Pos(x0), Neg(x1)) 19.16/7.85 new_primMulInt(Neg(x0), Pos(x1)) 19.16/7.85 new_compare24(x0, x1, True, x2, x3, x4) 19.16/7.85 new_compare5(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.16/7.85 new_esEs29(x0, x1, app(app(ty_@2, x2), x3)) 19.16/7.85 new_ltEs20(x0, x1, app(ty_Ratio, x2)) 19.16/7.85 new_compare12(Integer(x0), Integer(x1)) 19.16/7.85 new_ltEs19(x0, x1, ty_@0) 19.16/7.85 new_esEs23(Double(x0, x1), Double(x2, x3)) 19.16/7.85 new_ltEs17(Just(x0), Just(x1), ty_Char) 19.16/7.85 new_ltEs4(@3(x0, x1, x2), @3(x3, x4, x5), x6, x7, x8) 19.16/7.85 new_esEs11(Left(x0), Left(x1), app(app(ty_Either, x2), x3), x4) 19.16/7.85 new_esEs20(EQ, GT) 19.16/7.85 new_esEs20(GT, EQ) 19.16/7.85 new_primEqInt(Neg(Succ(x0)), Neg(Succ(x1))) 19.16/7.85 new_esEs8(x0, x1, ty_@0) 19.16/7.85 new_ltEs11(Right(x0), Right(x1), x2, app(app(ty_Either, x3), x4)) 19.16/7.85 new_lt9(x0, x1, x2, x3) 19.16/7.85 new_esEs15(False, True) 19.16/7.85 new_esEs15(True, False) 19.16/7.85 new_compare5(x0, x1, ty_Double) 19.16/7.85 new_primCmpNat0(Succ(x0), Succ(x1)) 19.16/7.85 new_ltEs21(x0, x1, ty_Ordering) 19.16/7.85 new_esEs28(x0, x1, True, x2, x3) 19.16/7.85 new_esEs32(x0, x1, ty_Ordering) 19.16/7.85 new_compare26(x0, x1, False) 19.16/7.85 new_ltEs11(Left(x0), Left(x1), ty_@0, x2) 19.16/7.85 new_esEs6(Just(x0), Just(x1), app(app(app(ty_@3, x2), x3), x4)) 19.16/7.85 new_lt4(x0, x1, ty_Char) 19.16/7.85 new_ltEs20(x0, x1, ty_Ordering) 19.16/7.85 new_primEqNat0(Zero, Zero) 19.16/7.85 new_esEs13(x0, x1, app(app(ty_Either, x2), x3)) 19.16/7.85 new_esEs11(Left(x0), Left(x1), ty_Bool, x2) 19.16/7.85 new_ltEs15(x0, x1, x2) 19.16/7.85 new_esEs11(Left(x0), Left(x1), app(app(app(ty_@3, x2), x3), x4), x5) 19.16/7.85 new_esEs33(x0, x1, app(ty_Maybe, x2)) 19.16/7.85 new_primCmpInt(Neg(Zero), Neg(Succ(x0))) 19.16/7.85 new_not(False) 19.16/7.85 new_ltEs5(x0, x1, ty_Char) 19.16/7.85 new_lt4(x0, x1, ty_Int) 19.16/7.85 new_esEs11(Right(x0), Right(x1), x2, ty_Char) 19.16/7.85 new_ltEs7(True, True) 19.16/7.85 new_esEs8(x0, x1, app(ty_Ratio, x2)) 19.16/7.85 new_esEs33(x0, x1, ty_Int) 19.16/7.85 new_esEs11(Left(x0), Left(x1), ty_Ordering, x2) 19.16/7.85 new_primCompAux00(x0, GT) 19.16/7.85 new_esEs6(Just(x0), Just(x1), ty_Bool) 19.16/7.85 new_esEs31(x0, x1, app(app(ty_Either, x2), x3)) 19.16/7.85 new_primCmpInt(Pos(Zero), Neg(Succ(x0))) 19.16/7.85 new_primCmpInt(Neg(Zero), Pos(Succ(x0))) 19.16/7.85 new_ltEs18(x0, x1) 19.16/7.85 new_ltEs17(Just(x0), Just(x1), app(ty_Maybe, x2)) 19.16/7.85 new_primMulNat0(Succ(x0), Zero) 19.16/7.85 new_ltEs11(Left(x0), Left(x1), app(ty_[], x2), x3) 19.16/7.85 new_ltEs20(x0, x1, ty_Bool) 19.16/7.85 new_esEs8(x0, x1, app(ty_[], x2)) 19.16/7.85 new_esEs6(Just(x0), Just(x1), ty_Float) 19.16/7.85 new_compare7(x0, x1) 19.16/7.85 new_esEs33(x0, x1, ty_Char) 19.16/7.85 new_ltEs11(Left(x0), Left(x1), ty_Double, x2) 19.16/7.85 new_esEs8(x0, x1, app(ty_Maybe, x2)) 19.16/7.85 new_esEs34(x0, x1, app(app(ty_Either, x2), x3)) 19.16/7.85 new_ltEs5(x0, x1, ty_Int) 19.16/7.85 new_esEs6(Nothing, Nothing, x0) 19.16/7.85 new_lt4(x0, x1, app(app(app(ty_@3, x2), x3), x4)) 19.16/7.85 new_ltEs20(x0, x1, ty_Integer) 19.16/7.85 new_esEs6(Just(x0), Just(x1), ty_Char) 19.16/7.85 new_esEs30(x0, x1, ty_Char) 19.16/7.85 new_lt5(x0, x1, app(app(ty_@2, x2), x3)) 19.16/7.85 new_lt12(x0, x1, x2) 19.16/7.85 new_ltEs19(x0, x1, app(ty_Maybe, x2)) 19.16/7.85 new_compare110(x0, x1, False) 19.16/7.85 new_primCmpNat0(Zero, Succ(x0)) 19.16/7.85 new_esEs33(x0, x1, ty_Float) 19.16/7.85 new_lt4(x0, x1, ty_Float) 19.16/7.85 new_ltEs5(x0, x1, ty_Float) 19.16/7.85 new_esEs11(Right(x0), Right(x1), x2, ty_Int) 19.16/7.85 new_ltEs21(x0, x1, app(ty_Ratio, x2)) 19.16/7.85 new_esEs21(:(x0, x1), :(x2, x3), x4) 19.16/7.85 new_ltEs14(EQ, LT) 19.16/7.85 new_ltEs14(LT, EQ) 19.16/7.85 new_esEs34(x0, x1, app(ty_[], x2)) 19.16/7.85 new_esEs6(Just(x0), Just(x1), ty_Int) 19.16/7.85 new_esEs30(x0, x1, ty_Int) 19.16/7.85 new_ltEs11(Right(x0), Right(x1), x2, ty_@0) 19.16/7.85 new_primCmpNat0(Zero, Zero) 19.16/7.85 new_esEs11(Left(x0), Left(x1), ty_Integer, x2) 19.16/7.85 new_primMulInt(Neg(x0), Neg(x1)) 19.16/7.85 19.16/7.85 We have to consider all minimal (P,Q,R)-chains. 19.16/7.85 ---------------------------------------- 19.16/7.85 19.16/7.85 (31) QDPSizeChangeProof (EQUIVALENT) 19.16/7.85 By using the subterm criterion [SUBTERM_CRITERION] together with the size-change analysis [AAECC05] we have proven that there are no infinite chains for this DP problem. 19.16/7.85 19.16/7.85 From the DPs we obtained the following set of size-change graphs: 19.16/7.85 *new_compare2(vwx90, vwx100, False, h, ba) -> new_ltEs(vwx90, vwx100, h, ba) 19.16/7.85 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_primCompAux(vwx90, vwx100, vwx79, app(app(ty_@2, beg), beh)) -> new_compare1(vwx90, vwx100, beg, beh) 19.16/7.85 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs2(Just(vwx90), Just(vwx100), app(app(ty_Either, gf), gg)) -> new_ltEs0(vwx90, vwx100, gf, gg) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs2(Just(vwx90), Just(vwx100), app(app(app(ty_@3, hb), hc), hd)) -> new_ltEs3(vwx90, vwx100, hb, hc, hd) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.16/7.85 19.16/7.85 19.16/7.85 *new_lt0(vwx90, vwx100, h, ba) -> new_compare2(vwx90, vwx100, new_esEs5(vwx90, vwx100, h, ba), h, ba) 19.16/7.85 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 19.16/7.85 19.16/7.85 19.16/7.85 *new_lt(Left(vwx30), Left(vwx40), bdc, bdd) -> new_esEs4(vwx30, vwx40, new_esEs8(vwx30, vwx40, bdc), bdc, bdd) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4, 4 >= 5 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), cc, app(app(ty_Either, cf), cg)) -> new_ltEs0(vwx91, vwx101, cf, cg) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), cc, app(app(app(ty_@3, dc), dd), de)) -> new_ltEs3(vwx91, vwx101, dc, dd, de) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(ty_Either, bd), be), bb) -> new_lt(vwx90, vwx100, bd, be) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_lt2(vwx90, vwx100, bg) -> new_compare20(vwx90, vwx100, new_esEs6(vwx90, vwx100, bg), bg) 19.16/7.85 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bah, hg, app(app(ty_Either, bcd), bce)) -> new_ltEs0(vwx92, vwx102, bcd, bce) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bah, hg, app(app(app(ty_@3, bch), bda), bdb)) -> new_ltEs3(vwx92, vwx102, bch, bda, bdb) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4, 5 > 5 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs2(Just(vwx90), Just(vwx100), app(app(ty_@2, gd), ge)) -> new_ltEs(vwx90, vwx100, gd, ge) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), cc, app(app(ty_@2, cd), ce)) -> new_ltEs(vwx91, vwx101, cd, ce) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bah, hg, app(app(ty_@2, bcb), bcc)) -> new_ltEs(vwx92, vwx102, bcb, bcc) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3, 5 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs9(vwx16, vwx17, False, bde, app(app(ty_@2, bdf), bdg)) -> new_ltEs(vwx16, vwx17, bdf, bdg) 19.16/7.85 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_lt(Right(vwx30), Right(vwx40), bdc, bdd) -> new_esEs9(vwx30, vwx40, new_esEs10(vwx30, vwx40, bdd), bdc, bdd) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4, 4 >= 5 19.16/7.85 19.16/7.85 19.16/7.85 *new_primCompAux(vwx90, vwx100, vwx79, app(app(ty_Either, bfa), bfb)) -> new_compare22(vwx90, vwx100, new_esEs11(vwx90, vwx100, bfa, bfb), bfa, bfb) 19.16/7.85 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 4, 4 > 5 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs2(Just(vwx90), Just(vwx100), app(ty_Maybe, ha)) -> new_ltEs2(vwx90, vwx100, ha) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs2(Just(vwx90), Just(vwx100), app(ty_[], gh)) -> new_ltEs1(vwx90, vwx100, gh) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), cc, app(ty_Maybe, db)) -> new_ltEs2(vwx91, vwx101, db) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bah, hg, app(ty_Maybe, bcg)) -> new_ltEs2(vwx92, vwx102, bcg) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_compare21(vwx90, vwx100, False, bh, ca, cb) -> new_ltEs3(vwx90, vwx100, bh, ca, cb) 19.16/7.85 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4, 6 >= 5 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs9(vwx16, vwx17, False, bde, app(app(app(ty_@3, bed), bee), bef)) -> new_ltEs3(vwx16, vwx17, bed, bee, bef) 19.16/7.85 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4, 5 > 5 19.16/7.85 19.16/7.85 19.16/7.85 *new_primCompAux(vwx90, vwx100, vwx79, app(app(app(ty_@3, bfe), bff), bfg)) -> new_compare4(vwx90, vwx100, bfe, bff, bfg) 19.16/7.85 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3, 4 > 4, 4 > 5 19.16/7.85 19.16/7.85 19.16/7.85 *new_compare20(vwx90, vwx100, False, bg) -> new_ltEs2(vwx90, vwx100, bg) 19.16/7.85 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs9(vwx16, vwx17, False, bde, app(ty_Maybe, bec)) -> new_ltEs2(vwx16, vwx17, bec) 19.16/7.85 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_lt3(vwx90, vwx100, bh, ca, cb) -> new_compare21(vwx90, vwx100, new_esEs7(vwx90, vwx100, bh, ca, cb), bh, ca, cb) 19.16/7.85 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 19.16/7.85 19.16/7.85 19.16/7.85 *new_primCompAux(vwx90, vwx100, vwx79, app(ty_Maybe, bfd)) -> new_compare3(vwx90, vwx100, bfd) 19.16/7.85 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), cc, app(ty_[], da)) -> new_ltEs1(vwx91, vwx101, da) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bah, hg, app(ty_[], bcf)) -> new_ltEs1(vwx92, vwx102, bcf) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 5 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs9(vwx16, vwx17, False, bde, app(ty_[], beb)) -> new_ltEs1(vwx16, vwx17, beb) 19.16/7.85 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_compare(:(vwx90, vwx91), :(vwx100, vwx101), gc) -> new_primCompAux(vwx90, vwx100, new_compare0(vwx91, vwx101, gc), gc) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_compare(:(vwx90, vwx91), :(vwx100, vwx101), gc) -> new_compare(vwx91, vwx101, gc) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs1(:(vwx90, vwx91), :(vwx100, vwx101), gc) -> new_primCompAux(vwx90, vwx100, new_compare0(vwx91, vwx101, gc), gc) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs1(:(vwx90, vwx91), :(vwx100, vwx101), gc) -> new_compare(vwx91, vwx101, gc) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 3 >= 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(:(vwx90, vwx91), :(vwx100, vwx101), False, app(ty_[], gc), bc) -> new_primCompAux(vwx90, vwx100, new_compare0(vwx91, vwx101, gc), gc) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_compare3(vwx90, vwx100, bg) -> new_compare20(vwx90, vwx100, new_esEs6(vwx90, vwx100, bg), bg) 19.16/7.85 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_compare22(vwx90, vwx100, False, bfa, bfb) -> new_ltEs0(vwx90, vwx100, bfa, bfb) 19.16/7.85 The graph contains the following edges 1 >= 1, 2 >= 2, 4 >= 3, 5 >= 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs9(vwx16, vwx17, False, bde, app(app(ty_Either, bdh), bea)) -> new_ltEs0(vwx16, vwx17, bdh, bea) 19.16/7.85 The graph contains the following edges 1 >= 1, 2 >= 2, 5 > 3, 5 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_compare4(vwx90, vwx100, bh, ca, cb) -> new_compare21(vwx90, vwx100, new_esEs7(vwx90, vwx100, bh, ca, cb), bh, ca, cb) 19.16/7.85 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5, 5 >= 6 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), app(ty_Maybe, bg), bb) -> new_compare20(vwx90, vwx100, new_esEs6(vwx90, vwx100, bg), bg) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(ty_Maybe, bg)), bb), bc) -> new_compare20(vwx90, vwx100, new_esEs6(vwx90, vwx100, bg), bg) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_lt1(vwx90, vwx100, bf) -> new_compare(vwx90, vwx100, bf) 19.16/7.85 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), app(ty_[], bf), bb) -> new_compare(vwx90, vwx100, bf) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_primCompAux(vwx90, vwx100, vwx79, app(ty_[], bfc)) -> new_compare(vwx90, vwx100, bfc) 19.16/7.85 The graph contains the following edges 1 >= 1, 2 >= 2, 4 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_compare1(vwx90, vwx100, h, ba) -> new_compare2(vwx90, vwx100, new_esEs5(vwx90, vwx100, h, ba), h, ba) 19.16/7.85 The graph contains the following edges 1 >= 1, 2 >= 2, 3 >= 4, 4 >= 5 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(app(ty_@3, bh), ca), cb), bb) -> new_compare21(vwx90, vwx100, new_esEs7(vwx90, vwx100, bh, ca, cb), bh, ca, cb) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5, 3 > 6 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs(@2(vwx90, vwx91), @2(vwx100, vwx101), app(app(ty_@2, h), ba), bb) -> new_compare2(vwx90, vwx100, new_esEs5(vwx90, vwx100, h, ba), h, ba) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 3 > 4, 3 > 5 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(app(app(ty_@3, bh), ca), cb)), bb), bc) -> new_compare21(vwx90, vwx100, new_esEs7(vwx90, vwx100, bh, ca, cb), bh, ca, cb) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4, 4 > 5, 4 > 6 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(app(ty_@2, h), ba)), bb), bc) -> new_compare2(vwx90, vwx100, new_esEs5(vwx90, vwx100, h, ba), h, ba) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 4, 4 > 5 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs0(Right(vwx90), Right(vwx100), eh, app(app(ty_Either, fc), fd)) -> new_ltEs0(vwx90, vwx100, fc, fd) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs0(Left(vwx90), Left(vwx100), app(app(ty_Either, ea), eb), dh) -> new_ltEs0(vwx90, vwx100, ea, eb) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(app(ty_Either, gf), gg)), bc) -> new_ltEs0(vwx90, vwx100, gf, gg) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(app(ty_Either, ea), eb)), dh), bc) -> new_ltEs0(vwx90, vwx100, ea, eb) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(Right(vwx90), Right(vwx100), False, app(app(ty_Either, eh), app(app(ty_Either, fc), fd)), bc) -> new_ltEs0(vwx90, vwx100, fc, fd) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, cc), app(app(ty_Either, cf), cg)), bc) -> new_ltEs0(vwx91, vwx101, cf, cg) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bah), hg), app(app(ty_Either, bcd), bce)), bc) -> new_ltEs0(vwx92, vwx102, bcd, bce) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs0(Right(vwx90), Right(vwx100), eh, app(app(app(ty_@3, fh), ga), gb)) -> new_ltEs3(vwx90, vwx100, fh, ga, gb) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs0(Left(vwx90), Left(vwx100), app(app(app(ty_@3, ee), ef), eg), dh) -> new_ltEs3(vwx90, vwx100, ee, ef, eg) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(Right(vwx90), Right(vwx100), False, app(app(ty_Either, eh), app(app(app(ty_@3, fh), ga), gb)), bc) -> new_ltEs3(vwx90, vwx100, fh, ga, gb) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, cc), app(app(app(ty_@3, dc), dd), de)), bc) -> new_ltEs3(vwx91, vwx101, dc, dd, de) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(app(app(ty_@3, hb), hc), hd)), bc) -> new_ltEs3(vwx90, vwx100, hb, hc, hd) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(app(app(ty_@3, ee), ef), eg)), dh), bc) -> new_ltEs3(vwx90, vwx100, ee, ef, eg) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bah), hg), app(app(app(ty_@3, bch), bda), bdb)), bc) -> new_ltEs3(vwx92, vwx102, bch, bda, bdb) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs0(Left(vwx90), Left(vwx100), app(app(ty_@2, df), dg), dh) -> new_ltEs(vwx90, vwx100, df, dg) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs0(Right(vwx90), Right(vwx100), eh, app(app(ty_@2, fa), fb)) -> new_ltEs(vwx90, vwx100, fa, fb) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs0(Left(vwx90), Left(vwx100), app(ty_Maybe, ed), dh) -> new_ltEs2(vwx90, vwx100, ed) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs0(Right(vwx90), Right(vwx100), eh, app(ty_Maybe, fg)) -> new_ltEs2(vwx90, vwx100, fg) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs0(Left(vwx90), Left(vwx100), app(ty_[], ec), dh) -> new_ltEs1(vwx90, vwx100, ec) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs0(Right(vwx90), Right(vwx100), eh, app(ty_[], ff)) -> new_ltEs1(vwx90, vwx100, ff) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bah), app(app(ty_Either, bbc), bbd)), hh), bc) -> new_lt(vwx91, vwx101, bbc, bbd) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(app(ty_Either, baa), bab)), hg), hh), bc) -> new_lt(vwx90, vwx100, baa, bab) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(app(ty_Either, bd), be)), bb), bc) -> new_lt(vwx90, vwx100, bd, be) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(Right(vwx90), Right(vwx100), False, app(app(ty_Either, eh), app(app(ty_@2, fa), fb)), bc) -> new_ltEs(vwx90, vwx100, fa, fb) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(app(ty_@2, gd), ge)), bc) -> new_ltEs(vwx90, vwx100, gd, ge) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(app(ty_@2, df), dg)), dh), bc) -> new_ltEs(vwx90, vwx100, df, dg) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, cc), app(app(ty_@2, cd), ce)), bc) -> new_ltEs(vwx91, vwx101, cd, ce) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bah), hg), app(app(ty_@2, bcb), bcc)), bc) -> new_ltEs(vwx92, vwx102, bcb, bcc) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(ty_Maybe, ed)), dh), bc) -> new_ltEs2(vwx90, vwx100, ed) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, cc), app(ty_Maybe, db)), bc) -> new_ltEs2(vwx91, vwx101, db) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(Right(vwx90), Right(vwx100), False, app(app(ty_Either, eh), app(ty_Maybe, fg)), bc) -> new_ltEs2(vwx90, vwx100, fg) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bah), hg), app(ty_Maybe, bcg)), bc) -> new_ltEs2(vwx92, vwx102, bcg) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(ty_Maybe, ha)), bc) -> new_ltEs2(vwx90, vwx100, ha) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, cc), app(ty_[], da)), bc) -> new_ltEs1(vwx91, vwx101, da) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(Right(vwx90), Right(vwx100), False, app(app(ty_Either, eh), app(ty_[], ff)), bc) -> new_ltEs1(vwx90, vwx100, ff) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(Just(vwx90), Just(vwx100), False, app(ty_Maybe, app(ty_[], gh)), bc) -> new_ltEs1(vwx90, vwx100, gh) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bah), hg), app(ty_[], bcf)), bc) -> new_ltEs1(vwx92, vwx102, bcf) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(Left(vwx90), Left(vwx100), False, app(app(ty_Either, app(ty_[], ec)), dh), bc) -> new_ltEs1(vwx90, vwx100, ec) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(app(app(ty_@3, bae), baf), bag)), hg), hh), bc) -> new_lt3(vwx90, vwx100, bae, baf, bag) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bah), app(app(app(ty_@3, bbg), bbh), bca)), hh), bc) -> new_lt3(vwx91, vwx101, bbg, bbh, bca) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(:(vwx90, vwx91), :(vwx100, vwx101), False, app(ty_[], gc), bc) -> new_compare(vwx91, vwx101, gc) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(@2(vwx90, vwx91), @2(vwx100, vwx101), False, app(app(ty_@2, app(ty_[], bf)), bb), bc) -> new_compare(vwx90, vwx100, bf) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bah), app(app(ty_@2, bba), bbb)), hh), bc) -> new_lt0(vwx91, vwx101, bba, bbb) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(app(ty_@2, he), hf)), hg), hh), bc) -> new_lt0(vwx90, vwx100, he, hf) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(ty_Maybe, bad)), hg), hh), bc) -> new_lt2(vwx90, vwx100, bad) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bah), app(ty_Maybe, bbf)), hh), bc) -> new_lt2(vwx91, vwx101, bbf) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, app(ty_[], bac)), hg), hh), bc) -> new_lt1(vwx90, vwx100, bac) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_esEs4(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), False, app(app(app(ty_@3, bah), app(ty_[], bbe)), hh), bc) -> new_lt1(vwx91, vwx101, bbe) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(ty_Either, baa), bab), hg, hh) -> new_lt(vwx90, vwx100, baa, bab) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bah, app(app(ty_Either, bbc), bbd), hh) -> new_lt(vwx91, vwx101, bbc, bbd) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(app(ty_@3, bae), baf), bag), hg, hh) -> new_lt3(vwx90, vwx100, bae, baf, bag) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4, 3 > 5 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bah, app(app(app(ty_@3, bbg), bbh), bca), hh) -> new_lt3(vwx91, vwx101, bbg, bbh, bca) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4, 4 > 5 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(app(ty_@2, he), hf), hg, hh) -> new_lt0(vwx90, vwx100, he, hf) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3, 3 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bah, app(app(ty_@2, bba), bbb), hh) -> new_lt0(vwx91, vwx101, bba, bbb) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3, 4 > 4 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bah, app(ty_Maybe, bbf), hh) -> new_lt2(vwx91, vwx101, bbf) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(ty_Maybe, bad), hg, hh) -> new_lt2(vwx90, vwx100, bad) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), bah, app(ty_[], bbe), hh) -> new_lt1(vwx91, vwx101, bbe) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 4 > 3 19.16/7.85 19.16/7.85 19.16/7.85 *new_ltEs3(@3(vwx90, vwx91, vwx92), @3(vwx100, vwx101, vwx102), app(ty_[], bac), hg, hh) -> new_lt1(vwx90, vwx100, bac) 19.16/7.85 The graph contains the following edges 1 > 1, 2 > 2, 3 > 3 19.16/7.85 19.16/7.85 19.16/7.85 ---------------------------------------- 19.16/7.85 19.16/7.85 (32) 19.16/7.85 YES 19.19/10.86 EOF